summaryrefslogtreecommitdiff
path: root/fs/nfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
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-09NFS: nfs_rename() handle -ERESTARTSYS dentry left behindBenjamin Coddington1-11/+25
2016-12-20NFS: Fix and clean up the access cache validity checkingTrond Myklebust1-9/+9
2016-12-20NFS: Only look at the change attribute cache state in nfs_weak_revalidate()Trond Myklebust1-2/+3
2016-12-10nfs: add support for the umask attributeAndreas Gruenbacher1-1/+6
2016-12-05NFS: 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-02NFSv4: add flock_owner to open contextNeilBrown1-3/+3
2016-10-14Merge 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-23NFS: nfs_prime_dcache must validate the filenameTrond Myklebust1-0/+8
2016-07-31Merge 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/vir...Linus Torvalds1-6/+5
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-2/+2
2016-07-25Merge 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-11vfs: make the string hashes salt the hashLinus Torvalds1-2/+2
2016-05-30file_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-03nfs: switch to ->iterate_shared()Al Viro1-28/+43
2016-04-08Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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-23wrappers for ->i_mutex accessAl Viro1-4/+4
2016-01-15Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+19
2016-01-15Make sure that highmem pages are not added to symlink page cacheAl Viro1-3/+2
2015-12-29NFS: Ensure we revalidate attributes before using execute_ok()Trond Myklebust1-2/+16
2015-12-28NFSv4: Don't perform cached access checks before we've OPENed the fileTrond Myklebust1-0/+3
2015-11-03fs/nfs: remove unnecessary new_valid_dev checkYaowei Bai1-3/+0
2015-08-17NFS: Rename nfs_readdir_free_pagearray() and nfs_readdir_large_page()Anna Schumaker1-5/+5
2015-08-17NFS: Remove unused variable "pages_ptr"Anna Schumaker1-10/+2
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-07-01nfs: Don't setting FILE_CREATED flags alwaysKinglong Mee1-3/+0
2015-06-24make simple_positive() publicAl Viro1-1/+1
2015-04-27Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+4
2015-04-23NFS: Don't attempt to decode missing directory entriesBenjamin Coddington1-0/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-30/+29
2015-03-02NFS: Don't require a filehandle to refresh the inode in nfs_prime_dcache()Trond Myklebust1-3/+13