summaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "NFS: readdirplus optimization by cache mechanism" (memleak)Max Kellermann2019-07-121-84/+6Star
* 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/+5Star
* NFS: change access cache to use 'struct cred'.NeilBrown2018-12-191-25/+19Star
* NFSv4: Fix lookup revalidate of regular filesTrond Myklebust2018-09-301-40/+39Star
* 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-241-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-141-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/+2Star
* | 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/+0Star
* NFS: Move the delegation return down into nfs4_proc_remove()Trond Myklebust2018-04-101-3/+2Star
* NFS: Move the delegation return down into nfs4_proc_link()Trond Myklebust2018-04-101-2/+0Star
* 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/+24Star
|\
| * 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/+0Star
| * NFS: revalidate "." etc correctly on "open".NeilBrown2017-10-161-2/+2
| * NFS: Don't compare apples to elephants to determine access bitsAnna Schumaker2017-10-161-3/+8
| * NFS: Create NFS_ACCESS_* flagsAnna Schumaker2017-10-161-8/+8
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-4/+4
|/
* NFS: remove jiffies field from access cacheNeilBrown2017-09-061-4/+0Star
* Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-221-10/+37
|\
| * NFS: Be more careful about mapping file permissionsTrond Myklebust2017-07-211-8/+17
| * NFS: Store the raw NFS access mask in the inode's access cacheTrond Myklebust2017-07-211-3/+6
| * NFS: Refactor NFS access to kernel access mask calculationTrond Myklebust2017-07-211-8/+23
* | Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-131-16/+26
|\|
| * nfs: replace d_add with d_splice_alias in atomic_openPeng Tao2017-07-131-1/+1
| * NFS: guard against confused server in nfs_atomic_open()NeilBrown2017-07-131-2/+4
| * NFS: only invalidate dentrys that are clearly invalid.NeilBrown2017-07-131-4/+8