aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/dir.c
AgeCommit message (Expand)Author
2014-01-28nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATINGJeff Layton
2014-01-27NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton
2014-01-05NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-10-28Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Trond Myklebust
2013-10-28nfs: use IS_ROOT not DCACHE_DISCONNECTEDJ. Bruce Fields
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro
2013-09-27NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()David Howells
2013-09-26NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem methodTrond Myklebust
2013-09-16nfs: set FILE_CREATEDMiklos Szeredi
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-09-05nfs: use check_submounts_and_drop()Miklos Szeredi
2013-09-03NFS: Ensure that rmdir() waits for sillyrenames to completeTrond Myklebust
2013-08-30NFS: Fix up two use-after-free issues with the new tracing codeTrond Myklebust
2013-08-22NFS: Add tracepoints for debugging NFS hard linksTrond Myklebust
2013-08-22NFS: Add tracepoints for debugging NFS rename and sillyrename issuesTrond Myklebust
2013-08-22NFS: Add tracepoints for debugging directory changesTrond Myklebust
2013-08-22NFS: Add tracepoints for debugging generic file create eventsTrond Myklebust
2013-08-22NFS: Add event tracing for generic NFS lookupsTrond Myklebust
2013-08-22NFS: Pass in lookup flags from nfs_atomic_open to nfs_lookupTrond Myklebust
2013-08-22NFS: Add event tracing for generic NFS eventsTrond Myklebust
2013-08-20NFS: Remove the NFSv4 "open optimisation" from nfs_permissionTrond Myklebust
2013-08-07nfs: verify open flags before allowing an atomic openJeff Layton
2013-07-09NFS: Make nfs_readdir revalidate less oftenScott Mayhew
2013-07-09nfs: set verifier on existing dentries in nfs_prime_dcacheJeff Layton
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-07-05helper for reading ->d_countAl Viro
2013-07-03mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman
2013-06-29[readdir] convert nfsAl Viro
2013-06-28Merge branch 'labeled-nfs' into linux-nextTrond Myklebust
2013-06-08NFS: Client implementation of Labeled-NFSDavid Quigley
2013-06-08NFS: Add label lifecycle managementDavid Quigley
2013-06-08NFS:Add labels to client function prototypesDavid Quigley
2013-06-06NFSv4: Move dentry instantiation into the NFSv4-specific atomic open codeTrond Myklebust
2013-06-06NFSv4: Remove redundant check for FMODE_EXEC in nfs_finish_openTrond Myklebust
2013-03-25NFSv4.1: Enable open-by-filehandleTrond Myklebust
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton
2013-02-22new helper: file_inode(file)Al Viro
2013-01-03NFS: Fix access to suid/sgid executablesWeston Andros Adamson
2012-12-18Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-12-14NFS: nfs_lookup_revalidate should not trust an inode with i_nlink == 0Trond Myklebust
2012-12-14NFS: Fix calls to drop_nlink()Trond Myklebust
2012-11-29nfs_lookup_revalidate(): fix a leakAl Viro
2012-11-29don't do blind d_drop() in nfs_prime_dcache()Al Viro
2012-10-01NFSv4: Add ACCESS operation to OPEN compoundWeston Andros Adamson
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker
2012-07-30NFS: Convert v3 into a moduleBryan Schumaker