summaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* nfs: optimise readdir cache page invalidationDai Ngo2020-02-041-2/+7
* NFS: Switch readdir to using iterate_shared()Trond Myklebust2020-02-031-1/+1
* NFS: Use kmemdup_nul() in nfs_readdir_make_qstr()Trond Myklebust2020-02-031-1/+1
* NFS: Directory page cache pages need to be locked when readTrond Myklebust2020-02-031-11/+19
* NFS: Fix memory leaks and corruption in readdirTrond Myklebust2020-02-031-2/+15
* NFS: nfs_access_get_cached_rcu() should use cred_fscmp()Trond Myklebust2020-02-031-1/+1
* NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust2020-01-241-4/+11
* NFS: Trust cached access if we've already revalidated the inode onceTrond Myklebust2020-01-151-2/+2
* NFS: Improve tracing of permission callsTrond Myklebust2020-01-151-2/+2
* Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-09-261-16/+25
|\
| * NFS: remove unused check for negative dentryBenjamin Coddington2019-09-201-5/+1
| * NFS: Refactor nfs_instantiate() for dentry referencing callersBenjamin Coddington2019-09-201-14/+27
* | NFSv4: Fix return value in nfs_finish_open()Trond Myklebust2019-08-191-1/+1
|/
* Revert "NFS: readdirplus optimization by cache mechanism" (memleak)Max Kellermann2019-07-121-84/+6
* NFS: Add deferred cache invalidation for close-to-open consistency violationsTrond Myklebust2019-07-061-0/+4
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* nfs: pass the correct prototype to read_cache_pageChristoph Hellwig2019-05-091-3/+4
* NFS: Fix typo in comments of nfs_readdir_alloc_pages()zhangliguang2019-02-201-2/+2
* NFS: Remove redundant semicolonzhangliguang2019-02-201-1/+1
* NFS: readdirplus optimization by cache mechanismluanshi2019-02-201-6/+84
* NFS: Fix up documentation warningsTrond Myklebust2019-02-201-1/+1
* NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown2018-12-191-10/+5
* NFS: change access cache to use 'struct cred'.NeilBrown2018-12-191-25/+19
* NFSv4: Fix lookup revalidate of regular filesTrond Myklebust2018-09-301-40/+39
* NFS: Refactor nfs_lookup_revalidate()Trond Myklebust2018-09-301-96/+126
* Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-08-231-12/+20
|\
| * Fix error code in nfs_lookup_verify_inode()Lance Shelton2018-07-261-1/+1
| * NFS: More excessive attribute revalidation in nfs_execute_ok()Trond Myklebust2018-07-261-0/+2
| * NFS: Fix excessive attribute revalidation in nfs_execute_ok()Trond Myklebust2018-07-261-1/+1
| * NFS: Allow optimisation of lseek(fd, SEEK_CUR, 0) on directoriesTrond Myklebust2018-07-261-10/+16
* | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-131-3/+6
|\ \
| * | nfs_instantiate(): prevent multiple aliases for directory inodeAl Viro2018-06-281-3/+6
| |/
* | get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-121-1/+1
* | getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro2018-07-121-3/+2
* | getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-121-1/+1
* | introduce FMODE_CREATED and switch to itAl Viro2018-07-121-1/+4
|/
* NFS: Pass the inode down to the getattr() callbackTrond Myklebust2018-06-041-1/+2
* NFS: Ensure we revalidate the inode correctly after remove or renameTrond Myklebust2018-05-311-4/+14
* NFS: Optimise away lookups for rename targetsTrond Myklebust2018-05-281-3/+5
* NFS: If the VFS sets LOOKUP_REVAL then force a lookup of the dentryTrond Myklebust2018-05-281-1/+1
* NFS: Optimise away the close-to-open GETATTR when we have NFSv4 OPENTrond Myklebust2018-05-281-4/+16
* NFS: More fine grained attribute trackingTrond Myklebust2018-04-101-1/+3
* NFS: Move delegation recall into the NFSv4 callback for rename_setup()Trond Myklebust2018-04-101-4/+0
* NFS: Move the delegation return down into nfs4_proc_remove()Trond Myklebust2018-04-101-3/+2
* NFS: Move the delegation return down into nfs4_proc_link()Trond Myklebust2018-04-101-2/+0
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-171-26/+24
|\
| * NFS: Fix a typo in nfs_rename()Trond Myklebust2017-11-171-1/+1
| * NFS: Fix bool initialization/comparisonThomas Meyer2017-11-171-5/+5
| * NFS: remove special-case revalidate in nfs_opendir()NeilBrown2017-10-161-7/+0