Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
yocto
/
kernel
/
common
/
ce85cfbed6fe3dbc01bd1976b23ac3e97878cde6
/
fs
ce85cfb
NFS: Don't attempt to decode missing directory entries
by Benjamin Coddington
· 10 years ago
3708f84
Revert "nfs: replace nfs_add_stats with nfs_inc_stats when add one"
by Nicolas Iooss
· 10 years ago
7b32038
NFS: Rename idmap.c to nfs4idmap.c
by Anna Schumaker
· 10 years ago
40c64c2
NFS: Move nfs_idmap.h into fs/nfs/
by Anna Schumaker
· 10 years ago
f9ebd61
NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.h
by Anna Schumaker
· 10 years ago
7c61f0d
NFS: Add a stub for GETDEVICELIST
by Anna Schumaker
· 10 years ago
05f5490
nfs: remove WARN_ON_ONCE from nfs_direct_good_bytes
by Peng Tao
· 10 years ago
1ccbad9
nfs: fix DIO good bytes calculation
by Peng Tao
· 10 years ago
ea96d1e
nfs: Fetch MOUNTED_ON_FILEID when updating an inode
by Anna Schumaker
· 10 years ago
5d05e54
nfs: fix high load average due to callback thread sleeping
by Jeff Layton
· 10 years ago
f830f7d
NFS: Reduce time spent holding the i_mutex during fallocate()
by Anna Schumaker
· 10 years ago
9a51940
NFS: Don't zap caches on fallocate()
by Anna Schumaker
· 10 years ago
8c18d76
NFS: Block new writes while syncing data in nfs_getattr()
by Trond Myklebust
· 10 years ago
5bb89b4
NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS
by Trond Myklebust
· 10 years ago
7140171
NFSv4.1/pnfs: Ensure we send layoutcommit before return-on-close
by Trond Myklebust
· 10 years ago
a0815d5
NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECT
by Trond Myklebust
· 10 years ago
9e1681c
NFSv4: Truncating file opens should also sync O_DIRECT writes
by Trond Myklebust
· 10 years ago
d9dabc1
NFS: File unlock needs to be a metadata synchronisation point
by Trond Myklebust
· 10 years ago
4d346bea
NFS: Add a helper to sync both O_DIRECT and buffered writes
by Trond Myklebust
· 10 years ago
67af761
NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit()
by Trond Myklebust
· 10 years ago
29559b1
NFSv4.1/pnfs: Fix setting of layoutcommit last write byte
by Trond Myklebust
· 10 years ago
415320f
NFSv4: Return the delegation before returning the layout in evict_inode()
by Trond Myklebust
· 10 years ago
81b79af
NFSv4: Allow tracing of NFSv4 fsync calls
by Trond Myklebust
· 10 years ago
fc87701
NFS: Fix free_deveiceid -> free_deviceid
by Trond Myklebust
· 10 years ago
df52699
NFSv4.1: Don't cache deviceids that have no notifications
by Trond Myklebust
· 10 years ago
4e59080
NFSv4.1: Allow getdeviceinfo to return notification info back to caller
by Trond Myklebust
· 10 years ago
fb1458f
NFSv4.1: Cleanup - don't opencode nfs4_put_deviceid_node()
by Trond Myklebust
· 10 years ago
84a80f6
NFSv4.1: Convert pNFS deviceid to use kfree_rcu()
by Trond Myklebust
· 10 years ago
2854475
nfs: clean up nfs_direct_IO
by Peng Tao
· 11 years ago
38942ba
NFSv4: Append delegations to the per-client list instead of prepending
by Trond Myklebust
· 10 years ago
84399bb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
7c5bde7
Merge tag 'locks-v4.0-3' of git://git.samba.org/jlayton/linux
by Linus Torvalds
· 10 years ago
1b1bd56
Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
dd9ef13
Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.
by Quentin Casasnovas
· 10 years ago
3a8b36f
Btrfs: fix data loss in the fast fsync path
by Filipe Manana
· 10 years ago
f5c0a12
Btrfs: remove extra run_delayed_refs in update_cowonly_root
by Josef Bacik
· 10 years ago
0164bf0
locks: fix fasync_struct memory leak in lease upgrade/downgrade handling
by Jeff Layton
· 10 years ago
8a001af
Merge tag 'ecryptfs-4.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 10 years ago
e11259f
NFSv4.1: Clear the old state by our client id before establishing a new lease
by Trond Myklebust
· 10 years ago
48d66b9
NFSv4: Fix a race in NFSv4.1 server trunking discovery
by Trond Myklebust
· 10 years ago
a6c5170
Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 10 years ago
ef070dc
NFS: Don't write enable new pages while an invalidation is proceeding
by Trond Myklebust
· 10 years ago
874f946
NFS: Fix a regression in the read() syscall
by Trond Myklebust
· 10 years ago
6d65261
eCryptfs: don't pass fs-specific ioctl commands through
by Tyler Hicks
· 10 years ago
ec3ca4e5
NFSv4: Ensure we skip delegations that are already being returned
by Trond Myklebust
· 10 years ago
9f0f8e1
NFSv4: Pin the superblock while we're returning the delegation
by Trond Myklebust
· 10 years ago
ade0464
NFSv4: Ensure we honour NFS_DELEGATION_RETURNING in nfs_inode_set_delegation()
by Trond Myklebust
· 10 years ago
b04b22f
NFSv4: Ensure that we don't reap a delegation that is being returned
by Trond Myklebust
· 10 years ago
369d6b7
NFS: Fix stateid used for NFS v4 closes
by Anna Schumaker
· 10 years ago
84471e2
Btrfs: incremental send, don't rename a directory too soon
by Filipe Manana
· 10 years ago
1932b7b
btrfs: fix lost return value due to variable shadowing
by David Sterba
· 10 years ago
5cdf83e
Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattr
by Filipe Manana
· 10 years ago
5dfe2be
Btrfs: fix off-by-one logic error in btrfs_realloc_node
by Filipe Manana
· 10 years ago
e8c1c76
Btrfs: add missing inode update when punching hole
by Filipe Manana
· 10 years ago
0c0ef4b
Btrfs: abort the transaction if we fail to update the free space cache inode
by Josef Bacik
· 10 years ago
4d884fc
Btrfs: fix fsync race leading to ordered extent memory leaks
by Filipe Manana
· 10 years ago
7c0af9f
NFSv4: Don't call put_rpccred() under the rcu_read_lock()
by Trond Myklebust
· 10 years ago
fa92336
NFS: Don't require a filehandle to refresh the inode in nfs_prime_dcache()
by Trond Myklebust
· 10 years ago
1ae04b2
NFSv3: Use the readdir fileid as the mounted-on-fileid
by Trond Myklebust
· 10 years ago
6c441c2
NFS: Don't invalidate a submounted dentry in nfs_prime_dcache()
by Trond Myklebust
· 10 years ago
3235b40
NFSv4: Set a barrier in the update_changeattr() helper
by Trond Myklebust
· 10 years ago
92d64e4
NFS: Fix nfs_post_op_update_inode() to set an attribute barrier
by Trond Myklebust
· 10 years ago
00fb4c9
NFS: Remove size hack in nfs_inode_attrs_need_update()
by Trond Myklebust
· 10 years ago
8f8ba1d
NFSv4: Add attribute update barriers to delegreturn and pNFS layoutcommit
by Trond Myklebust
· 10 years ago
a08a8cd
NFS: Add attribute update barriers to NFS writebacks
by Trond Myklebust
· 10 years ago
f506200
NFS: Set an attribute barrier on all updates
by Trond Myklebust
· 10 years ago
f044636
NFS: Add attribute update barriers to nfs_setattr_update_inode()
by Trond Myklebust
· 10 years ago
140e049
NFS: Add a helper to set attribute barriers
by Trond Myklebust
· 10 years ago
aa5accea
NFS: Ensure that buffered writes wait for O_DIRECT writes to complete
by Trond Myklebust
· 10 years ago
2aaeb78
Merge tag 'xfs-for-linus-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 10 years ago
957ed60
nilfs2: fix potential memory overrun on inode
by Ryusuke Konishi
· 10 years ago
be36e18
NFSv4: nfs4_open_recover_helper() must set share access
by Trond Myklebust
· 10 years ago
c876486
nfsd: fix clp->cl_revoked list deletion causing softlock in nfsd
by Andrew Elble
· 10 years ago
7dac5cb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
2a559a8
eCryptfs: ensure copy to crypt_stat->cipher does not overrun
by Colin Ian King
· 10 years ago
83d5f01
xfs: cancel failed transaction in xfs_fs_commit_blocks()
by Eric Sandeen
· 10 years ago
fc92156
xfs: Ensure we have target_ip for RENAME_EXCHANGE
by Eric Sandeen
· 10 years ago
5885ebd
xfs: ensure truncate forces zeroed blocks to disk
by Dave Chinner
· 10 years ago
dfcc70a
xfs: Fix quota type in quota structures when reusing quota file
by Jan Kara
· 10 years ago
feaf2229
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
be5e661
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
0a28096
autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation
by Al Viro
· 10 years ago
7e0e953
procfs: fix race between symlink removals and traversals
by Al Viro
· 10 years ago
0db59e5
debugfs: leave freeing a symlink body until inode eviction
by Al Viro
· 10 years ago
eb6ef3d
trylock_super(): replacement for grab_super_passive()
by Konstantin Khlebnikov
· 10 years ago
54f2a2f
fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
by David Howells
· 11 years ago
ce40fa7
Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
by David Howells
· 11 years ago
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 11 years ago
44bdb5e
VFS: Split DCACHE_FILE_TYPE into regular and special types
by David Howells
· 11 years ago
df1a085
VFS: Add a fallthrough flag for marking virtual dentries
by David Howells
· 11 years ago
93aaa83
Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 10 years ago
24a52e4
Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
5fbe4c2
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
e57cf21
Btrfs: fix allocation size calculations in alloc_btrfs_bio
by Chris Mason
· 10 years ago
ce7b9fa
Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-next
by Al Viro
· 10 years ago
fed0b58
posix_acl: fix reference leaks in posix_acl_create
by Omar Sandoval
· 10 years ago
76bf3f6b
autofs4: Wrong format for printing dentry
by Rasmus Villemoes
· 10 years ago
fcbc32b
coredump: Fix typo in comment
by Bastien Nocera
· 10 years ago
acd88d4
fs/aio.c: Remove duplicate function name in pr_debug messages
by Kinglong Mee
· 10 years ago
112fc89
configfs: Fix potential NULL d_inode dereference
by David Howells
· 11 years ago
Next »