summaryrefslogtreecommitdiff
path: root/fs/nfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* nfs: Fix security label length not being resetJeffrey Mitchell2020-09-161-0/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* NFSv4.2: query the extended attribute access bitsFrank van der Linden2020-07-131-0/+4
* nfs: define nfs_access_get_cached functionFrank van der Linden2020-07-131-4/+16
* Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-071-29/+50
|\
| * NFS: Clean up process of marking inode stale.Trond Myklebust2020-04-061-2/+3
| * nfs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-161-1/+1
| * NFS:remove redundant call to nfs_do_accessZhouyi Zhou2020-03-161-8/+1
| * NFS: Limit the size of the access cache by defaultTrond Myklebust2020-03-161-1/+1
| * NFS: Use the 64-bit server readdir cookies when possibleTrond Myklebust2020-03-161-17/+44
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-03-241-1/+1
|\ \ | |/ |/|
| * nfs: Fix nfs_access_get_cached_rcu() sparse errorMadhuparna Bhowmik2020-02-201-1/+1
* | NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust2020-02-121-3/+102
* | NFS: Fix up directory verifier racesTrond Myklebust2020-02-101-7/+14
|/
* 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
|/