summaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* make simple_positive() publicAl Viro2015-06-241-1/+1
* Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-271-0/+4
|\
| * NFS: Don't attempt to decode missing directory entriesBenjamin Coddington2015-04-231-0/+4
* | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-30/+29Star
|/
* NFS: Don't require a filehandle to refresh the inode in nfs_prime_dcache()Trond Myklebust2015-03-021-3/+13
* NFS: Don't invalidate a submounted dentry in nfs_prime_dcache()Trond Myklebust2015-03-021-0/+6
* Merge branch 'iov_iter' into for-nextAl Viro2014-12-091-0/+1
|\
| * NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENTTrond Myklebust2014-11-051-0/+1
* | assorted conversions to %p[dD]Al Viro2014-11-191-1/+1
* | switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-191-2/+2
|/
* vfs: Make d_invalidate return voidEric W. Biederman2014-10-091-2/+1Star
* vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman2014-10-091-4/+0Star
* NFS: fix two problems in lookup_revalidate in RCU-walkNeilBrown2014-08-041-4/+4
* NFS: allow lockless access to access_cacheNeilBrown2014-08-031-2/+41
* NFS: teach nfs_lookup_verify_inode to handle LOOKUP_RCUNeilBrown2014-08-031-4/+6
* NFS: teach nfs_neg_need_reval to understand LOOKUP_RCUNeilBrown2014-08-031-17/+42
* NFS: support RCU_WALK in nfs_permission()NeilBrown2014-08-031-8/+20
* NFS: prepare for RCU-walk support but pushing tests later in code.NeilBrown2014-08-031-12/+33
* NFS: nfs4_lookup_revalidate: only evaluate parent if it will be used.NeilBrown2014-08-031-9/+8Star
* NFS: Enforce an upper limit on the number of cached access callTrond Myklebust2014-08-031-7/+35
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-6/+6
* Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-04-061-10/+52
|\
| * nfs: pass string length to pr_notice message about readdir loopsJeff Layton2014-04-051-4/+3Star
| * nfs: convert nfs_rename to use async_rename infrastructureJeff Layton2014-03-171-2/+11
| * NFS: Be more aggressive in using readdirplus for 'ls -l' situationsTrond Myklebust2014-02-111-4/+38
* | mm: fix page leak at nfs_symlink()Rafael Aquini2014-02-111-0/+5
|/
* nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATINGJeff Layton2014-01-281-3/+11
* NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton2014-01-271-1/+2
* NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos2014-01-051-9/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-71/+48Star
|\
| * nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro2013-10-251-71/+48Star
* | Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Trond Myklebust2013-10-291-1/+1
|\ \
| * | NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()David Howells2013-09-271-1/+1
* | | nfs: use IS_ROOT not DCACHE_DISCONNECTEDJ. Bruce Fields2013-10-291-1/+7
| |/ |/|
* | NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem methodTrond Myklebust2013-09-261-1/+1
|/
* nfs: set FILE_CREATEDMiklos Szeredi2013-09-171-0/+3
* fs: convert fs shrinkers to new scan/count APIDave Chinner2013-09-111-3/+11
* super: fix calculation of shrinkable objects for small numbersGlauber Costa2013-09-111-1/+1
* Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-09-091-20/+61
|\
| * NFS: Ensure that rmdir() waits for sillyrenames to completeTrond Myklebust2013-09-031-6/+13
| * NFS: Fix up two use-after-free issues with the new tracing codeTrond Myklebust2013-08-301-2/+2
| * NFS: Add tracepoints for debugging NFS hard linksTrond Myklebust2013-08-221-0/+2
| * NFS: Add tracepoints for debugging NFS rename and sillyrename issuesTrond Myklebust2013-08-221-0/+3
| * NFS: Add tracepoints for debugging directory changesTrond Myklebust2013-08-221-1/+14
| * NFS: Add tracepoints for debugging generic file create eventsTrond Myklebust2013-08-221-0/+2
| * NFS: Add event tracing for generic NFS lookupsTrond Myklebust2013-08-221-0/+7
| * NFS: Pass in lookup flags from nfs_atomic_open to nfs_lookupTrond Myklebust2013-08-221-1/+3
| * NFS: Add event tracing for generic NFS eventsTrond Myklebust2013-08-221-5/+11
| * NFS: Remove the NFSv4 "open optimisation" from nfs_permissionTrond Myklebust2013-08-201-5/+0Star
| * nfs: verify open flags before allowing an atomic openJeff Layton2013-08-071-0/+4