aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/dir.c
AgeCommit message (Expand)Author
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
2017-09-06NFS: remove jiffies field from access cacheNeilBrown
2017-07-21Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-07-21NFS: Be more careful about mapping file permissionsTrond Myklebust
2017-07-21NFS: Store the raw NFS access mask in the inode's access cacheTrond Myklebust
2017-07-21NFS: Refactor NFS access to kernel access mask calculationTrond Myklebust
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-07-13nfs: replace d_add with d_splice_alias in atomic_openPeng Tao
2017-07-13NFS: guard against confused server in nfs_atomic_open()NeilBrown
2017-07-13NFS: only invalidate dentrys that are clearly invalid.NeilBrown
2017-07-13NFS: nfs_rename() - revalidate directories on -ERESTARTSYSBenjamin Coddington
2017-07-13NFS: convert flags to boolBenjamin Coddington
2017-06-27Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"Benjamin Coddington
2017-05-05nfs: use kmap/kunmap directlyFabian Frederick
2017-04-20NFS: switch back to to ->iterate()Benjamin Coddington
2017-03-27NFS: Fix old dentry rehash after moveBenjamin Coddington
2017-02-08NFS: nfs_rename() handle -ERESTARTSYS dentry left behindBenjamin Coddington
2016-12-19NFS: Fix and clean up the access cache validity checkingTrond Myklebust
2016-12-19NFS: Only look at the change attribute cache state in nfs_weak_revalidate()Trond Myklebust
2016-12-09nfs: add support for the umask attributeAndreas Gruenbacher