aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-06NFS: remove jiffies field from access cacheNeilBrown1-4/+0
2017-07-21Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-10/+37
2017-07-21NFS: Be more careful about mapping file permissionsTrond Myklebust1-8/+17
2017-07-21NFS: Store the raw NFS access mask in the inode's access cacheTrond Myklebust1-3/+6
2017-07-21NFS: Refactor NFS access to kernel access mask calculationTrond Myklebust1-8/+23
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-16/+26
2017-07-13nfs: replace d_add with d_splice_alias in atomic_openPeng Tao1-1/+1
2017-07-13NFS: guard against confused server in nfs_atomic_open()NeilBrown1-2/+4
2017-07-13NFS: only invalidate dentrys that are clearly invalid.NeilBrown1-4/+8
2017-07-13NFS: nfs_rename() - revalidate directories on -ERESTARTSYSBenjamin Coddington1-1/+5
2017-07-13NFS: convert flags to boolBenjamin Coddington1-8/+8
2017-06-27Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"Benjamin Coddington1-27/+24
2017-05-05nfs: use kmap/kunmap directlyFabian Frederick1-55/+12
2017-04-20NFS: switch back to to ->iterate()Benjamin Coddington1-25/+12
2017-03-27NFS: Fix old dentry rehash after moveBenjamin Coddington1-7/+2
2017-02-08NFS: nfs_rename() handle -ERESTARTSYS dentry left behindBenjamin Coddington1-11/+25
2016-12-19NFS: Fix and clean up the access cache validity checkingTrond Myklebust1-9/+9
2016-12-19NFS: Only look at the change attribute cache state in nfs_weak_revalidate()Trond Myklebust1-2/+3
2016-12-09nfs: add support for the umask attributeAndreas Gruenbacher1-1/+6
2016-12-04NFS: Only look at the change attribute cache state in nfs_check_verifierTrond Myklebust1-8/+6
2016-12-02NFS: Allow getattr to also report readdirplus cache hitsTrond Myklebust1-1/+0
2016-12-02NFS: Be more targeted about readdirplus use when doing lookup/revalidationTrond Myklebust1-11/+19
2016-12-02NFS: Fix a performance regression in readdirTrond Myklebust1-13/+2
2016-12-01NFSv4: add flock_owner to open contextNeilBrown1-3/+3
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-5/+19
2016-09-27NFS: Fix inode corruption in nfs_prime_dcache()Trond Myklebust1-5/+11
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-1/+5
2016-09-22NFS: nfs_prime_dcache must validate the filenameTrond Myklebust1-0/+8
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-21/+31
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+5
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-2/+2
2016-07-24Merge branch 'writeback'Trond Myklebust1-21/+31
2016-07-05nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashedAl Viro1-3/+25
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro1-1/+1
2016-06-27make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro1-1/+1
2016-06-24NFS: Fix an unused variable warningTrond Myklebust1-2/+0
2016-06-24NFS: Don't let readdirplus revalidate an inode that was marked as staleTrond Myklebust1-1/+6
2016-06-15NFS: Cache access checks more aggressivelyTrond Myklebust1-21/+31
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-2/+2
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro1-1/+1
2016-05-29nfs_lookup(): remove debris left over from old sillyunlink exclusionAl Viro1-7/+4
2016-05-09nfs: per-name sillyunlink exclusionAl Viro1-7/+2
2016-05-02nfs: switch to ->iterate_shared()Al Viro1-28/+43
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-26nfs: use file_dentry()Miklos Szeredi1-3/+3
2016-03-14nfs_lookup: don't bother with d_instantiate(dentry, NULL)Al Viro1-8/+4
2016-01-22wrappers for ->i_mutex accessAl Viro1-4/+4
2016-01-14Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+19
2016-01-14Make sure that highmem pages are not added to symlink page cacheAl Viro1-3/+2