summaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
AgeCommit message (Expand)AuthorLines
2015-03-01NFS: Don't require a filehandle to refresh the inode in nfs_prime_dcache()Trond Myklebust-3/+13
2015-03-01NFS: Don't invalidate a submounted dentry in nfs_prime_dcache()Trond Myklebust-0/+6
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro-0/+1
2014-11-19assorted conversions to %p[dD]Al Viro-1/+1
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro-2/+2
2014-11-04NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENTTrond Myklebust-0/+1
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman-2/+1
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman-4/+0
2014-08-04NFS: fix two problems in lookup_revalidate in RCU-walkNeilBrown-4/+4
2014-08-03NFS: allow lockless access to access_cacheNeilBrown-2/+41
2014-08-03NFS: teach nfs_lookup_verify_inode to handle LOOKUP_RCUNeilBrown-4/+6
2014-08-03NFS: teach nfs_neg_need_reval to understand LOOKUP_RCUNeilBrown-17/+42
2014-08-03NFS: support RCU_WALK in nfs_permission()NeilBrown-8/+20
2014-08-03NFS: prepare for RCU-walk support but pushing tests later in code.NeilBrown-12/+33
2014-08-03NFS: nfs4_lookup_revalidate: only evaluate parent if it will be used.NeilBrown-9/+8
2014-08-03NFS: Enforce an upper limit on the number of cached access callTrond Myklebust-7/+35
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra-6/+6
2014-04-06Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-10/+52
2014-04-05nfs: pass string length to pr_notice message about readdir loopsJeff Layton-4/+3
2014-03-17nfs: convert nfs_rename to use async_rename infrastructureJeff Layton-2/+11
2014-02-11NFS: Be more aggressive in using readdirplus for 'ls -l' situationsTrond Myklebust-4/+38
2014-02-10mm: fix page leak at nfs_symlink()Rafael Aquini-0/+5
2014-01-28nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATINGJeff Layton-3/+11
2014-01-27NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton-1/+2
2014-01-05NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos-9/+9
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-71/+48
2013-10-28Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Trond Myklebust-1/+1
2013-10-28nfs: use IS_ROOT not DCACHE_DISCONNECTEDJ. Bruce Fields-1/+7
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro-71/+48
2013-09-27NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()David Howells-1/+1
2013-09-26NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem methodTrond Myklebust-1/+1
2013-09-16nfs: set FILE_CREATEDMiklos Szeredi-0/+3
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner-3/+11
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa-1/+1
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-20/+61
2013-09-05nfs: use check_submounts_and_drop()Miklos Szeredi-5/+4
2013-09-03NFS: Ensure that rmdir() waits for sillyrenames to completeTrond Myklebust-6/+13
2013-08-30NFS: Fix up two use-after-free issues with the new tracing codeTrond Myklebust-2/+2
2013-08-22NFS: Add tracepoints for debugging NFS hard linksTrond Myklebust-0/+2
2013-08-22NFS: Add tracepoints for debugging NFS rename and sillyrename issuesTrond Myklebust-0/+3
2013-08-22NFS: Add tracepoints for debugging directory changesTrond Myklebust-1/+14
2013-08-22NFS: Add tracepoints for debugging generic file create eventsTrond Myklebust-0/+2
2013-08-22NFS: Add event tracing for generic NFS lookupsTrond Myklebust-0/+7
2013-08-22NFS: Pass in lookup flags from nfs_atomic_open to nfs_lookupTrond Myklebust-1/+3
2013-08-22NFS: Add event tracing for generic NFS eventsTrond Myklebust-5/+11
2013-08-20NFS: Remove the NFSv4 "open optimisation" from nfs_permissionTrond Myklebust-5/+0
2013-08-07nfs: verify open flags before allowing an atomic openJeff Layton-0/+4
2013-07-09NFS: Make nfs_readdir revalidate less oftenScott Mayhew-2/+3
2013-07-09nfs: set verifier on existing dentries in nfs_prime_dcacheJeff Layton-0/+1
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-33/+42