| Commit message (Expand) | Author | Age | Files | Lines |
* | NFS: remove jiffies field from access cache | NeilBrown | 2017-09-06 | 1 | -4/+0 |
* | Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2017-07-22 | 1 | -10/+37 |
|\ |
|
| * | NFS: Be more careful about mapping file permissions | Trond Myklebust | 2017-07-21 | 1 | -8/+17 |
| * | NFS: Store the raw NFS access mask in the inode's access cache | Trond Myklebust | 2017-07-21 | 1 | -3/+6 |
| * | NFS: Refactor NFS access to kernel access mask calculation | Trond Myklebust | 2017-07-21 | 1 | -8/+23 |
* | | Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2017-07-13 | 1 | -16/+26 |
|\| |
|
| * | nfs: replace d_add with d_splice_alias in atomic_open | Peng Tao | 2017-07-13 | 1 | -1/+1 |
| * | NFS: guard against confused server in nfs_atomic_open() | NeilBrown | 2017-07-13 | 1 | -2/+4 |
| * | NFS: only invalidate dentrys that are clearly invalid. | NeilBrown | 2017-07-13 | 1 | -4/+8 |
| * | NFS: nfs_rename() - revalidate directories on -ERESTARTSYS | Benjamin Coddington | 2017-07-13 | 1 | -1/+5 |
| * | NFS: convert flags to bool | Benjamin Coddington | 2017-07-13 | 1 | -8/+8 |
* | | Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind" | Benjamin Coddington | 2017-06-28 | 1 | -27/+24 |
|/ |
|
* | nfs: use kmap/kunmap directly | Fabian Frederick | 2017-05-05 | 1 | -55/+12 |
* | NFS: switch back to to ->iterate() | Benjamin Coddington | 2017-04-20 | 1 | -25/+12 |
* | NFS: Fix old dentry rehash after move | Benjamin Coddington | 2017-03-27 | 1 | -7/+2 |
* | NFS: nfs_rename() handle -ERESTARTSYS dentry left behind | Benjamin Coddington | 2017-02-08 | 1 | -11/+25 |
* | NFS: Fix and clean up the access cache validity checking | Trond Myklebust | 2016-12-19 | 1 | -9/+9 |
* | NFS: Only look at the change attribute cache state in nfs_weak_revalidate() | Trond Myklebust | 2016-12-19 | 1 | -2/+3 |
* | nfs: add support for the umask attribute | Andreas Gruenbacher | 2016-12-10 | 1 | -1/+6 |
* | NFS: Only look at the change attribute cache state in nfs_check_verifier | Trond Myklebust | 2016-12-05 | 1 | -8/+6 |
* | NFS: Allow getattr to also report readdirplus cache hits | Trond Myklebust | 2016-12-02 | 1 | -1/+0 |
* | NFS: Be more targeted about readdirplus use when doing lookup/revalidation | Trond Myklebust | 2016-12-02 | 1 | -11/+19 |
* | NFS: Fix a performance regression in readdir | Trond Myklebust | 2016-12-02 | 1 | -13/+2 |
* | NFSv4: add flock_owner to open context | NeilBrown | 2016-12-01 | 1 | -3/+3 |
* | Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2016-10-14 | 1 | -5/+19 |
|\ |
|
| * | NFS: Fix inode corruption in nfs_prime_dcache() | Trond Myklebust | 2016-09-27 | 1 | -5/+11 |
| * | NFS: nfs_prime_dcache must validate the filename | Trond Myklebust | 2016-09-22 | 1 | -0/+8 |
* | | fs: make remaining filesystems use .rename2 | Miklos Szeredi | 2016-09-27 | 1 | -1/+5 |
|/ |
|
* | Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2016-07-31 | 1 | -21/+31 |
|\ |
|
| * | Merge branch 'writeback' | Trond Myklebust | 2016-07-24 | 1 | -21/+31 |
| |\ |
|
| | * | NFS: Cache access checks more aggressively | Trond Myklebust | 2016-06-15 | 1 | -21/+31 |
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-07-28 | 1 | -6/+5 |
|\ \ \ |
|
| * | | | file_inode(f)->i_mapping is f->f_mapping | Al Viro | 2016-05-30 | 1 | -1/+1 |
| * | | | nfs_lookup(): remove debris left over from old sillyunlink exclusion | Al Viro | 2016-05-29 | 1 | -7/+4 |
| | |/
| |/| |
|
* | | | Merge branch 'salted-string-hash' | Linus Torvalds | 2016-07-28 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | vfs: make the string hashes salt the hash | Linus Torvalds | 2016-06-11 | 1 | -2/+2 |
| |/ / |
|
* | | | nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashed | Al Viro | 2016-07-05 | 1 | -3/+25 |
* | | | Use the right predicate in ->atomic_open() instances | Al Viro | 2016-07-05 | 1 | -1/+1 |
| |/
|/| |
|
* | | make nfs_atomic_open() call d_drop() on all ->open_context() errors. | Al Viro | 2016-06-27 | 1 | -1/+1 |
* | | NFS: Fix an unused variable warning | Trond Myklebust | 2016-06-24 | 1 | -2/+0 |
* | | NFS: Don't let readdirplus revalidate an inode that was marked as stale | Trond Myklebust | 2016-06-24 | 1 | -1/+6 |
|/ |
|
* | nfs: per-name sillyunlink exclusion | Al Viro | 2016-05-09 | 1 | -7/+2 |
* | nfs: switch to ->iterate_shared() | Al Viro | 2016-05-03 | 1 | -28/+43 |
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-04-08 | 1 | -3/+3 |
|\ |
|
| * | nfs: use file_dentry() | Miklos Szeredi | 2016-03-26 | 1 | -3/+3 |
* | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -2/+2 |
|/ |
|
* | nfs_lookup: don't bother with d_instantiate(dentry, NULL) | Al Viro | 2016-03-14 | 1 | -8/+4 |
* | wrappers for ->i_mutex access | Al Viro | 2016-01-23 | 1 | -4/+4 |
* | Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2016-01-15 | 1 | -2/+19 |
|\ |
|
| * | NFS: Ensure we revalidate attributes before using execute_ok() | Trond Myklebust | 2015-12-29 | 1 | -2/+16 |