| Commit message (Expand) | Author | Age | Files | Lines |
* | nfs: fix UAF in direct writes | Josef Bacik | 2024-03-09 | 1 | -0/+1 |
* | nfs: Remove writepage | Matthew Wilcox (Oracle) | 2024-01-04 | 1 | -1/+0 |
* | NFSv3: handle out-of-order write replies. | NeilBrown | 2023-04-11 | 1 | -0/+47 |
* | NFS: Remove fscache specific trace points and NFS_INO_FSCACHE bit | Dave Wysochanski | 2023-04-11 | 1 | -1/+0 |
* | NFS: Configure support for netfs when NFS fscache is configured | Dave Wysochanski | 2023-04-11 | 1 | -14/+10 |
* | Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2023-02-22 | 1 | -3/+4 |
|\ |
|
| * | NFS: Remove unused function nfs_wb_page() | Trond Myklebust | 2023-02-14 | 1 | -1/+0 |
| * | NFS: Convert buffered writes to use folios | Trond Myklebust | 2023-02-14 | 1 | -2/+3 |
| * | NFS: Add a helper nfs_wb_folio() | Trond Myklebust | 2023-02-14 | 1 | -0/+1 |
* | | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 2023-01-19 | 1 | -1/+1 |
* | | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 2023-01-19 | 1 | -1/+1 |
* | | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 2023-01-19 | 1 | -1/+1 |
|/ |
|
* | NFS: Clear the file access cache upon login | Trond Myklebust | 2022-11-27 | 1 | -0/+1 |
* | NFS: Cleanup to remove unused flag NFS_CONTEXT_RESEND_WRITES | Trond Myklebust | 2022-08-13 | 1 | -1/+0 |
* | NFS: Fix another fsync() issue after a server reboot | Trond Myklebust | 2022-08-13 | 1 | -0/+1 |
* | NFS: don't unhash dentry during unlink/rename | NeilBrown | 2022-08-08 | 1 | -0/+9 |
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-05-26 | 1 | -1/+1 |
|\ |
|
| * | nfs: rename nfs_direct_IO and use as ->swap_rw | NeilBrown | 2022-05-09 | 1 | -1/+1 |
* | | nfs: Convert nfs to read_folio | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2022-03-29 | 1 | -26/+19 |
|\ |
|
| * | NFS: nfsiod should not block forever in mempool_alloc() | Trond Myklebust | 2022-03-22 | 1 | -1/+1 |
| * | NFS: swap IO handling is slightly different for O_DIRECT IO | NeilBrown | 2022-03-13 | 1 | -4/+4 |
| * | NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS | NeilBrown | 2022-03-13 | 1 | -5/+0 |
| * | NFS: Fix up forced readdirplus | Trond Myklebust | 2022-03-02 | 1 | -0/+1 |
| * | NFS: Convert readdir page cache to use a cookie based index | Trond Myklebust | 2022-03-02 | 1 | -2/+0 |
| * | NFS: Improve heuristic for readdirplus | Trond Myklebust | 2022-03-02 | 1 | -2/+3 |
| * | NFS: Adjust the amount of readahead performed by NFS readdir | Trond Myklebust | 2022-03-02 | 1 | -0/+1 |
| * | NFS: Don't re-read the entire page cache to find the next cookie | Trond Myklebust | 2022-03-02 | 1 | -0/+1 |
| * | NFS: constify nfs_server_capable() and nfs_have_writebacks() | Trond Myklebust | 2022-02-28 | 1 | -4/+3 |
| * | NFS: Remove unused flag NFS_INO_REVAL_PAGECACHE | Trond Myklebust | 2022-02-25 | 1 | -1/+0 |
| * | NFS: Replace last uses of NFS_INO_REVAL_PAGECACHE | Trond Myklebust | 2022-02-25 | 1 | -5/+3 |
| * | NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKED | Olga Kornievskaia | 2022-02-25 | 1 | -0/+1 |
| * | Convert NFS from readpages to readahead | Matthew Wilcox (Oracle) | 2022-02-25 | 1 | -2/+1 |
* | | nfs: Convert from invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -1/+1 |
|/ |
|
* | NFS: Avoid duplicate uncached readdir calls on eof | Trond Myklebust | 2022-02-02 | 1 | -0/+1 |
* | Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2022-01-25 | 1 | -4/+6 |
|\ |
|
| * | NFS: don't store 'struct cred *' in struct nfs_access_entry | NeilBrown | 2022-01-06 | 1 | -1/+3 |
| * | NFS: pass cred explicitly for access tests | NeilBrown | 2022-01-06 | 1 | -1/+1 |
| * | NFS: change nfs_access_get_cached to only report the mask | NeilBrown | 2022-01-06 | 1 | -2/+2 |
* | | nfs: Convert to new fscache volume/cookie API | Dave Wysochanski | 2022-01-10 | 1 | -1/+0 |
|/ |
|
* | NFS: Remove the nfs4_label argument from nfs_setsecurity | Anna Schumaker | 2021-11-05 | 1 | -2/+1 |
* | NFS: Remove the nfs4_label argument from nfs_fhget() | Anna Schumaker | 2021-11-05 | 1 | -1/+1 |
* | NFS: Remove the nfs4_label argument from nfs_add_or_obtain() | Anna Schumaker | 2021-11-05 | 1 | -2/+1 |
* | NFS: Remove the nfs4_label argument from nfs_instantiate() | Anna Schumaker | 2021-11-05 | 1 | -1/+1 |
* | NFS: Create a new nfs_alloc_fattr_with_label() function | Anna Schumaker | 2021-11-05 | 1 | -0/+13 |
* | NFS: Save some space in the inode | Trond Myklebust | 2021-10-20 | 1 | -18/+24 |
* | NFS: Fix WARN_ON due to unionization of nfs_inode.nrequests | Dave Wysochanski | 2021-10-20 | 1 | -1/+3 |
* | NFS: Fix up commit deadlocks | Trond Myklebust | 2021-10-20 | 1 | -0/+1 |
* | NFS: Further optimisations for 'ls -l' | Trond Myklebust | 2021-10-03 | 1 | -3/+2 |
* | NFS: Fix up nfs_ctx_key_to_expire() | Trond Myklebust | 2021-10-03 | 1 | -1/+1 |