Age | Commit message (Expand) | Author | Files | Lines |
2021-08-27 | NFSv4 introduce max_connect mount options | Olga Kornievskaia | 1 | -0/+5 |
2021-06-29 | NFS: nfs_find_open_context() may only select open files | Trond Myklebust | 1 | -0/+1 |
2021-04-13 | NFS: Separate tracking of file mode cache validity from the uid/gid | Trond Myklebust | 1 | -0/+2 |
2021-04-13 | NFS: Separate tracking of file nlinks cache validity from the mode/uid/gid | Trond Myklebust | 1 | -0/+2 |
2021-04-13 | NFS: Add a cache validity flag argument to nfs_revalidate_inode() | Trond Myklebust | 1 | -1/+1 |
2021-02-26 | Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -2/+1 |
2021-02-08 | NFS: Always clear an invalid mapping when attempting a buffered write | Trond Myklebust | 1 | -0/+1 |
2021-02-01 | NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async() | Dave Wysochanski | 1 | -1/+0 |
2021-02-01 | NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdesc | Dave Wysochanski | 1 | -2/+1 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -3/+4 |
2020-12-02 | NFS: Improve handling of directory verifiers | Trond Myklebust | 1 | -1/+7 |
2020-12-02 | NFS: More readdir cleanups | Trond Myklebust | 1 | -1/+0 |
2020-07-14 | NFSv4.2: add client side xattr caching. | Frank van der Linden | 1 | -0/+6 |
2020-07-14 | nfs: define and use the NFS_INO_INVALID_XATTR flag | Frank van der Linden | 1 | -0/+1 |
2020-07-14 | nfs: define nfs_access_get_cached function | Frank van der Linden | 1 | -0/+2 |
2020-07-14 | nfs: add client side only definitions for user xattrs | Frank van der Linden | 1 | -0/+3 |
2020-06-11 | nfs: set invalid blocks after NFSv4 writes | Zheng Bin | 1 | -0/+1 |
2020-04-06 | NFS: Clean up process of marking inode stale. | Trond Myklebust | 1 | -0/+1 |
2020-02-12 | NFSv4: Fix revalidation of dentries with delegations | Trond Myklebust | 1 | -20/+6 |
2020-02-04 | nfs: optimise readdir cache page invalidation | Dai Ngo | 1 | -0/+3 |
2019-10-09 | NFS: handle source server reboot | Olga Kornievskaia | 1 | -1/+3 |
2019-09-20 | NFS: Refactor nfs_instantiate() for dentry referencing callers | Benjamin Coddington | 1 | -0/+3 |
2019-07-06 | NFS: Add deferred cache invalidation for close-to-open consistency violations | Trond Myklebust | 1 | -0/+2 |
2019-04-25 | NFS: Replace custom error reporting mechanism with generic one | Trond Myklebust | 1 | -1/+0 |
2018-12-19 | NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. | NeilBrown | 1 | -3/+3 |
2018-12-19 | NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred. | NeilBrown | 1 | -1/+1 |
2018-12-19 | NFS: change access cache to use 'struct cred'. | NeilBrown | 1 | -2/+2 |
2018-12-19 | NFS: move credential expiry tracking out of SUNRPC into NFS. | NeilBrown | 1 | -0/+1 |
2018-09-30 | NFS: Convert lookups of the open context to RCU | Trond Myklebust | 1 | -0/+1 |
2018-09-30 | NFS: Convert lookups of the lock context to RCU | Trond Myklebust | 1 | -0/+1 |
2018-08-14 | NFS recover from destination server reboot for copies | Olga Kornievskaia | 1 | -0/+2 |
2018-08-09 | NFS add support for asynchronous COPY | Olga Kornievskaia | 1 | -0/+9 |
2018-04-10 | NFS: More fine grained attribute tracking | Trond Myklebust | 1 | -5/+16 |
2018-04-10 | NFS: Convert NFS_INO_INVALID flags to unsigned long | Trond Myklebust | 1 | -8/+8 |
2017-11-18 | Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -1/+12 |
2017-11-17 | fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_t | Elena Reshetova | 1 | -1/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-16 | NFS: Create NFS_ACCESS_* flags | Anna Schumaker | 1 | -0/+10 |
2017-09-06 | NFS: remove jiffies field from access cache | NeilBrown | 1 | -1/+0 |
2017-08-15 | NFS: Use an atomic_long_t to count the number of requests | Trond Myklebust | 1 | -2/+2 |
2017-08-15 | NFSv4: Use a mutex to protect the per-inode commit lists | Trond Myklebust | 1 | -0/+1 |
2017-07-21 | NFS: Store the raw NFS access mask in the inode's access cache | Trond Myklebust | 1 | -1/+1 |
2017-07-13 | nfs: add a nfs_ilookup helper | Peng Tao | 1 | -0/+1 |
2017-04-26 | NFSv4: Don't special case "launder" | Trond Myklebust | 1 | -13/+1 |
2017-04-21 | NFS: Add an iocounter wait function for async RPC tasks | Benjamin Coddington | 1 | -0/+1 |
2017-04-20 | NFS: fix usage of mempools. | NeilBrown | 1 | -1/+1 |
2017-03-03 | statx: Add a system call to make enhanced file info available | David Howells | 1 | -1/+1 |
2016-12-20 | NFS: Clean up nfs_attribute_timeout() | Trond Myklebust | 1 | -1/+0 |
2016-12-20 | NFS: Remove unused function nfs_revalidate_inode_rcu() | Trond Myklebust | 1 | -1/+0 |
2016-12-05 | NFS: Only look at the change attribute cache state in nfs_check_verifier | Trond Myklebust | 1 | -0/+1 |