aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
Commit message (Expand)AuthorAge
* Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-09-26
|\
| * NFS: remove unused check for negative dentryBenjamin Coddington2019-09-20
| * NFS: Refactor nfs_instantiate() for dentry referencing callersBenjamin Coddington2019-09-20
* | NFSv4: Fix return value in nfs_finish_open()Trond Myklebust2019-08-19
|/
* Revert "NFS: readdirplus optimization by cache mechanism" (memleak)Max Kellermann2019-07-12
* NFS: Add deferred cache invalidation for close-to-open consistency violationsTrond Myklebust2019-07-06
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
* nfs: pass the correct prototype to read_cache_pageChristoph Hellwig2019-05-09
* NFS: Fix typo in comments of nfs_readdir_alloc_pages()zhangliguang2019-02-20
* NFS: Remove redundant semicolonzhangliguang2019-02-20
* NFS: readdirplus optimization by cache mechanismluanshi2019-02-20
* NFS: Fix up documentation warningsTrond Myklebust2019-02-20
* NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown2018-12-19
* NFS: change access cache to use 'struct cred'.NeilBrown2018-12-19
* NFSv4: Fix lookup revalidate of regular filesTrond Myklebust2018-09-30
* NFS: Refactor nfs_lookup_revalidate()Trond Myklebust2018-09-30
* Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-08-23
|\
| * Fix error code in nfs_lookup_verify_inode()Lance Shelton2018-07-26
| * NFS: More excessive attribute revalidation in nfs_execute_ok()Trond Myklebust2018-07-26
| * NFS: Fix excessive attribute revalidation in nfs_execute_ok()Trond Myklebust2018-07-26
| * NFS: Allow optimisation of lseek(fd, SEEK_CUR, 0) on directoriesTrond Myklebust2018-07-26
* | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-13
|\ \
| * | nfs_instantiate(): prevent multiple aliases for directory inodeAl Viro2018-06-28
| |/
* | get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-12
* | getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro2018-07-12
* | getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-12
* | introduce FMODE_CREATED and switch to itAl Viro2018-07-12
|/
* NFS: Pass the inode down to the getattr() callbackTrond Myklebust2018-06-04
* NFS: Ensure we revalidate the inode correctly after remove or renameTrond Myklebust2018-05-31
* NFS: Optimise away lookups for rename targetsTrond Myklebust2018-05-28
* NFS: If the VFS sets LOOKUP_REVAL then force a lookup of the dentryTrond Myklebust2018-05-28
* NFS: Optimise away the close-to-open GETATTR when we have NFSv4 OPENTrond Myklebust2018-05-28
* NFS: More fine grained attribute trackingTrond Myklebust2018-04-10
* NFS: Move delegation recall into the NFSv4 callback for rename_setup()Trond Myklebust2018-04-10
* NFS: Move the delegation return down into nfs4_proc_remove()Trond Myklebust2018-04-10
* NFS: Move the delegation return down into nfs4_proc_link()Trond Myklebust2018-04-10
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-17
|\
| * NFS: Fix a typo in nfs_rename()Trond Myklebust2017-11-17
| * NFS: Fix bool initialization/comparisonThomas Meyer2017-11-17
| * NFS: remove special-case revalidate in nfs_opendir()NeilBrown2017-10-16
| * NFS: revalidate "." etc correctly on "open".NeilBrown2017-10-16
| * NFS: Don't compare apples to elephants to determine access bitsAnna Schumaker2017-10-16
| * NFS: Create NFS_ACCESS_* flagsAnna Schumaker2017-10-16
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* NFS: remove jiffies field from access cacheNeilBrown2017-09-06
* Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-21
|\
| * NFS: Be more careful about mapping file permissionsTrond Myklebust2017-07-21
| * NFS: Store the raw NFS access mask in the inode's access cacheTrond Myklebust2017-07-21
| * NFS: Refactor NFS access to kernel access mask calculationTrond Myklebust2017-07-21