aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
AgeCommit message (Expand)Author
2020-02-17Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-02-11NFS: Directory page cache pages need to be locked when readTrond Myklebust
2020-02-11NFS: Fix memory leaks and corruption in readdirTrond Myklebust
2020-01-13fs/dcache: use swait_queue instead of waitqueueSebastian Andrzej Siewior
2020-01-13fs/nfs: turn rmdir_sem into a semaphoreSebastian Andrzej Siewior
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-09-20NFS: remove unused check for negative dentryBenjamin Coddington
2019-09-20NFS: Refactor nfs_instantiate() for dentry referencing callersBenjamin Coddington
2019-08-19NFSv4: Fix return value in nfs_finish_open()Trond Myklebust
2019-07-12Revert "NFS: readdirplus optimization by cache mechanism" (memleak)Max Kellermann
2019-07-06NFS: Add deferred cache invalidation for close-to-open consistency violationsTrond Myklebust
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-09nfs: pass the correct prototype to read_cache_pageChristoph Hellwig
2019-02-20NFS: Fix typo in comments of nfs_readdir_alloc_pages()zhangliguang
2019-02-20NFS: Remove redundant semicolonzhangliguang
2019-02-20NFS: readdirplus optimization by cache mechanismluanshi
2019-02-20NFS: Fix up documentation warningsTrond Myklebust
2018-12-19NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown
2018-12-19NFS: change access cache to use 'struct cred'.NeilBrown
2018-09-30NFSv4: Fix lookup revalidate of regular filesTrond Myklebust
2018-09-30NFS: Refactor nfs_lookup_revalidate()Trond Myklebust
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-07-26Fix error code in nfs_lookup_verify_inode()Lance Shelton
2018-07-26NFS: More excessive attribute revalidation in nfs_execute_ok()Trond Myklebust
2018-07-26NFS: Fix excessive attribute revalidation in nfs_execute_ok()Trond Myklebust
2018-07-26NFS: Allow optimisation of lseek(fd, SEEK_CUR, 0) on directoriesTrond Myklebust
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro
2018-07-12introduce FMODE_CREATED and switch to itAl Viro
2018-06-28nfs_instantiate(): prevent multiple aliases for directory inodeAl Viro
2018-06-04NFS: Pass the inode down to the getattr() callbackTrond Myklebust
2018-05-31NFS: Ensure we revalidate the inode correctly after remove or renameTrond Myklebust
2018-05-28NFS: Optimise away lookups for rename targetsTrond Myklebust
2018-05-28NFS: If the VFS sets LOOKUP_REVAL then force a lookup of the dentryTrond Myklebust
2018-05-28NFS: Optimise away the close-to-open GETATTR when we have NFSv4 OPENTrond Myklebust
2018-04-10NFS: More fine grained attribute trackingTrond Myklebust
2018-04-10NFS: Move delegation recall into the NFSv4 callback for rename_setup()Trond Myklebust
2018-04-10NFS: Move the delegation return down into nfs4_proc_remove()Trond Myklebust
2018-04-10NFS: Move the delegation return down into nfs4_proc_link()Trond Myklebust
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-11-17NFS: Fix a typo in nfs_rename()Trond Myklebust
2017-11-17NFS: Fix bool initialization/comparisonThomas Meyer
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-16NFS: remove special-case revalidate in nfs_opendir()NeilBrown
2017-10-16NFS: revalidate "." etc correctly on "open".NeilBrown
2017-10-16NFS: Don't compare apples to elephants to determine access bitsAnna Schumaker
2017-10-16NFS: Create NFS_ACCESS_* flagsAnna Schumaker