aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-26NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem methodTrond Myklebust1-1/+1
2013-09-16nfs: set FILE_CREATEDMiklos Szeredi1-0/+3
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner1-3/+11
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa1-1/+1
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-20/+61
2013-09-05nfs: use check_submounts_and_drop()Miklos Szeredi1-5/+4
2013-09-03NFS: Ensure that rmdir() waits for sillyrenames to completeTrond Myklebust1-6/+13
2013-08-30NFS: Fix up two use-after-free issues with the new tracing codeTrond Myklebust1-2/+2
2013-08-22NFS: Add tracepoints for debugging NFS hard linksTrond Myklebust1-0/+2
2013-08-22NFS: Add tracepoints for debugging NFS rename and sillyrename issuesTrond Myklebust1-0/+3
2013-08-22NFS: Add tracepoints for debugging directory changesTrond Myklebust1-1/+14
2013-08-22NFS: Add tracepoints for debugging generic file create eventsTrond Myklebust1-0/+2
2013-08-22NFS: Add event tracing for generic NFS lookupsTrond Myklebust1-0/+7
2013-08-22NFS: Pass in lookup flags from nfs_atomic_open to nfs_lookupTrond Myklebust1-1/+3
2013-08-22NFS: Add event tracing for generic NFS eventsTrond Myklebust1-5/+11
2013-08-20NFS: Remove the NFSv4 "open optimisation" from nfs_permissionTrond Myklebust1-5/+0
2013-08-07nfs: verify open flags before allowing an atomic openJeff Layton1-0/+4
2013-07-09NFS: Make nfs_readdir revalidate less oftenScott Mayhew1-2/+3
2013-07-09nfs: set verifier on existing dentries in nfs_prime_dcacheJeff Layton1-0/+1
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-33/+42
2013-07-05helper for reading ->d_countAl Viro1-3/+3
2013-07-03mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman1-5/+2
2013-06-29[readdir] convert nfsAl Viro1-26/+25
2013-06-28Merge branch 'labeled-nfs' into linux-nextTrond Myklebust1-10/+39
2013-06-08NFS: Client implementation of Labeled-NFSDavid Quigley1-1/+6
2013-06-08NFS: Add label lifecycle managementDavid Quigley1-1/+22
2013-06-08NFS:Add labels to client function prototypesDavid Quigley1-8/+11
2013-06-06NFSv4: Move dentry instantiation into the NFSv4-specific atomic open codeTrond Myklebust1-16/+3
2013-06-06NFSv4: Remove redundant check for FMODE_EXEC in nfs_finish_openTrond Myklebust1-7/+0
2013-03-25NFSv4.1: Enable open-by-filehandleTrond Myklebust1-0/+2
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton1-0/+40
2013-02-22new helper: file_inode(file)Al Viro1-4/+4
2013-01-03NFS: Fix access to suid/sgid executablesWeston Andros Adamson1-6/+10
2012-12-18Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-8/+14
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-3/+3
2012-12-14NFS: nfs_lookup_revalidate should not trust an inode with i_nlink == 0Trond Myklebust1-3/+8
2012-12-14NFS: Fix calls to drop_nlink()Trond Myklebust1-5/+6
2012-11-29nfs_lookup_revalidate(): fix a leakAl Viro1-2/+2
2012-11-29don't do blind d_drop() in nfs_prime_dcache()Al Viro1-1/+2
2012-10-01NFSv4: Add ACCESS operation to OPEN compoundWeston Andros Adamson1-1/+15
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker1-1/+5
2012-07-30NFS: Convert v3 into a moduleBryan Schumaker1-0/+1
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker1-0/+13
2012-07-17NFS: Split out NFS v4 inode operationsBryan Schumaker1-30/+3
2012-07-17NFS: Split out NFS v3 inode operationsBryan Schumaker1-21/+0
2012-07-17NFS: Split out NFS v2 inode operationsBryan Schumaker1-34/+9
2012-07-16Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6Trond Myklebust1-193/+121
2012-07-14don't pass nameidata to ->create()Al Viro1-6/+3
2012-07-14stop passing nameidata to ->lookup()Al Viro1-4/+4
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-6/+4