aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
AgeCommit message (Expand)Author
2020-10-20Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2020-10-14nfs: Fix security label length not being resetJeffrey Mitchell
2020-04-14Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2020-02-14NFS: Directory page cache pages need to be locked when readTrond Myklebust
2020-02-14NFS: Fix memory leaks and corruption in readdirTrond Myklebust
2019-10-10Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2019-09-21NFSv4: Fix return value in nfs_finish_open()Trond Myklebust
2019-09-15Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2019-08-04NFSv4: Fix lookup revalidate of regular filesTrond Myklebust
2019-08-04NFS: Refactor nfs_lookup_revalidate()Trond Myklebust
2018-02-13fs/dcache: use swait_queue instead of waitqueueSebastian Andrzej Siewior
2018-02-13fs/nfs: turn rmdir_sem into a semaphoreSebastian Andrzej Siewior
2017-12-14NFS: Fix a typo in nfs_rename()Trond Myklebust
2017-11-30NFS: revalidate "." etc correctly on "open".NeilBrown
2017-09-06NFS: remove jiffies field from access cacheNeilBrown
2017-07-21Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-07-21NFS: Be more careful about mapping file permissionsTrond Myklebust
2017-07-21NFS: Store the raw NFS access mask in the inode's access cacheTrond Myklebust
2017-07-21NFS: Refactor NFS access to kernel access mask calculationTrond Myklebust
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-07-13nfs: replace d_add with d_splice_alias in atomic_openPeng Tao
2017-07-13NFS: guard against confused server in nfs_atomic_open()NeilBrown
2017-07-13NFS: only invalidate dentrys that are clearly invalid.NeilBrown
2017-07-13NFS: nfs_rename() - revalidate directories on -ERESTARTSYSBenjamin Coddington
2017-07-13NFS: convert flags to boolBenjamin Coddington
2017-06-27Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"Benjamin Coddington
2017-05-05nfs: use kmap/kunmap directlyFabian Frederick
2017-04-20NFS: switch back to to ->iterate()Benjamin Coddington
2017-03-27NFS: Fix old dentry rehash after moveBenjamin Coddington
2017-02-08NFS: nfs_rename() handle -ERESTARTSYS dentry left behindBenjamin Coddington
2016-12-19NFS: Fix and clean up the access cache validity checkingTrond Myklebust
2016-12-19NFS: Only look at the change attribute cache state in nfs_weak_revalidate()Trond Myklebust
2016-12-09nfs: add support for the umask attributeAndreas Gruenbacher
2016-12-04NFS: Only look at the change attribute cache state in nfs_check_verifierTrond Myklebust
2016-12-02NFS: Allow getattr to also report readdirplus cache hitsTrond Myklebust
2016-12-02NFS: Be more targeted about readdirplus use when doing lookup/revalidationTrond Myklebust
2016-12-02NFS: Fix a performance regression in readdirTrond Myklebust
2016-12-01NFSv4: add flock_owner to open contextNeilBrown
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2016-09-27NFS: Fix inode corruption in nfs_prime_dcache()Trond Myklebust
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi
2016-09-22NFS: nfs_prime_dcache must validate the filenameTrond Myklebust
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds
2016-07-24Merge branch 'writeback'Trond Myklebust
2016-07-05nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashedAl Viro
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro
2016-06-27make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro
2016-06-24NFS: Fix an unused variable warningTrond Myklebust