Age | Commit message (Expand) | Author | Files | Lines |
2022-01-10 | nfs: Convert to new fscache volume/cookie API | Dave Wysochanski | 1 | -1/+0 |
2021-11-05 | NFS: Remove the nfs4_label argument from nfs_setsecurity | Anna Schumaker | 1 | -2/+1 |
2021-11-05 | NFS: Remove the nfs4_label argument from nfs_fhget() | Anna Schumaker | 1 | -1/+1 |
2021-11-05 | NFS: Remove the nfs4_label argument from nfs_add_or_obtain() | Anna Schumaker | 1 | -2/+1 |
2021-11-05 | NFS: Remove the nfs4_label argument from nfs_instantiate() | Anna Schumaker | 1 | -1/+1 |
2021-11-05 | NFS: Create a new nfs_alloc_fattr_with_label() function | Anna Schumaker | 1 | -0/+13 |
2021-10-21 | NFS: Save some space in the inode | Trond Myklebust | 1 | -18/+24 |
2021-10-21 | NFS: Fix WARN_ON due to unionization of nfs_inode.nrequests | Dave Wysochanski | 1 | -1/+3 |
2021-10-21 | NFS: Fix up commit deadlocks | Trond Myklebust | 1 | -0/+1 |
2021-10-04 | NFS: Further optimisations for 'ls -l' | Trond Myklebust | 1 | -3/+2 |
2021-10-04 | NFS: Fix up nfs_ctx_key_to_expire() | Trond Myklebust | 1 | -1/+1 |
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 |