summaryrefslogtreecommitdiff
path: root/fs/nfs/dir.c
Commit message (Expand)AuthorAge
* 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
* | Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-13
|\ \ | |/
| * nfs: replace d_add with d_splice_alias in atomic_openPeng Tao2017-07-13
| * NFS: guard against confused server in nfs_atomic_open()NeilBrown2017-07-13
| * NFS: only invalidate dentrys that are clearly invalid.NeilBrown2017-07-13
| * NFS: nfs_rename() - revalidate directories on -ERESTARTSYSBenjamin Coddington2017-07-13
| * NFS: convert flags to boolBenjamin Coddington2017-07-13
* | Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"Benjamin Coddington2017-06-27
|/
* nfs: use kmap/kunmap directlyFabian Frederick2017-05-05
* NFS: switch back to to ->iterate()Benjamin Coddington2017-04-20
* NFS: Fix old dentry rehash after moveBenjamin Coddington2017-03-27
* NFS: nfs_rename() handle -ERESTARTSYS dentry left behindBenjamin Coddington2017-02-08
* NFS: Fix and clean up the access cache validity checkingTrond Myklebust2016-12-19
* NFS: Only look at the change attribute cache state in nfs_weak_revalidate()Trond Myklebust2016-12-19
* nfs: add support for the umask attributeAndreas Gruenbacher2016-12-09
* NFS: Only look at the change attribute cache state in nfs_check_verifierTrond Myklebust2016-12-04
* NFS: Allow getattr to also report readdirplus cache hitsTrond Myklebust2016-12-02
* NFS: Be more targeted about readdirplus use when doing lookup/revalidationTrond Myklebust2016-12-02
* NFS: Fix a performance regression in readdirTrond Myklebust2016-12-02
* NFSv4: add flock_owner to open contextNeilBrown2016-12-01
* Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-10-13
|\
| * NFS: Fix inode corruption in nfs_prime_dcache()Trond Myklebust2016-09-27
| * NFS: nfs_prime_dcache must validate the filenameTrond Myklebust2016-09-22
* | fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-27
|/
* Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-07-30
|\
| * Merge branch 'writeback'Trond Myklebust2016-07-24
| |\
| | * NFS: Cache access checks more aggressivelyTrond Myklebust2016-06-15
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-28
|\ \ \
| * | | file_inode(f)->i_mapping is f->f_mappingAl Viro2016-05-29
| * | | nfs_lookup(): remove debris left over from old sillyunlink exclusionAl Viro2016-05-29
| | |/ | |/|
* | | Merge branch 'salted-string-hash'Linus Torvalds2016-07-28
|\ \ \
| * | | vfs: make the string hashes salt the hashLinus Torvalds2016-06-10
| |/ /
* | | nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashedAl Viro2016-07-05