| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-23 | NFS: Update the filelayout to use xdr_set_scratch_folio() | Anna Schumaker | 1 | -5/+5 |
| 2024-09-23 | nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit | Mike Snitzer | 1 | -3/+3 |
| 2024-07-08 | nfs: remove dead code for the old swap over NFS implementation | Christoph Hellwig | 1 | -1/+0 |
| 2024-05-21 | pNFS: rework pnfs_generic_pg_check_layout to check IO range | Olga Kornievskaia | 1 | -4/+2 |
| 2024-05-21 | pNFS/filelayout: check layout segment range | Olga Kornievskaia | 1 | -0/+2 |
| 2024-05-21 | pNFS/filelayout: fixup pNfs allocation modes | Olga Kornievskaia | 1 | -2/+2 |
| 2024-05-20 | pNFS/filelayout: Specify the layout segment range in LAYOUTGET | Anna Schumaker | 1 | -4/+4 |
| 2024-05-20 | pNFS/filelayout: Remove the whole file layout requirement | Anna Schumaker | 1 | -8/+0 |
| 2023-02-15 | pNFS/filelayout: treat GETDEVICEINFO errors as layout failure | Olga Kornievskaia | 1 | -0/+2 |
| 2022-12-20 | pNFS/filelayout: Fix coalescing test for single DS | Olga Kornievskaia | 1 | -0/+8 |
| 2022-07-10 | pNFS/files: Handle RDMA connection errors correctly | Trond Myklebust | 1 | -0/+2 |
| 2022-05-17 | pNFS/files: Fall back to I/O through the MDS on non-fatal layout errors | Trond Myklebust | 1 | -1/+6 |
| 2022-03-22 | pNFS/files: Ensure pNFS allocation modes are consistent with nfsiod | Trond Myklebust | 1 | -1/+1 |
| 2021-10-20 | SUNRPC: Trace calls to .rpc_call_done | Chuck Lever | 1 | -2/+0 |
| 2021-05-20 | NFS: fix an incorrect limit in filelayout_decode_layout() | Dan Carpenter | 1 | -1/+1 |
| 2020-11-30 | SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer() | Chuck Lever | 1 | -1/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-03-27 | NFS/pNFS: Clean up pNFS commit operations | Trond Myklebust | 1 | -8/+12 |
| 2020-03-27 | NFS: Remove bucket array from struct pnfs_ds_commit_info | Trond Myklebust | 1 | -74/+1 |
| 2020-03-27 | NFS/pNFS: Add a helper pnfs_generic_search_commit_reqs() | Trond Myklebust | 1 | -31/+1 |
| 2020-03-27 | pNFS: Enable per-layout segment commit structures | Trond Myklebust | 1 | -0/+21 |
| 2020-03-27 | pNFS: Add infrastructure for cleaning up per-layout commit structures | Trond Myklebust | 1 | -0/+16 |
| 2020-03-27 | NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_info | Trond Myklebust | 1 | -1/+4 |
| 2020-03-16 | NFSv4: Ensure layout headers are RCU safe | Trond Myklebust | 1 | -1/+1 |
| 2019-09-24 | pNFS/filelayout: enable LAYOUTGET on OPEN | Olga Kornievskaia | 1 | -0/+1 |
| 2019-05-09 | PNFS fallback to MDS if no deviceid found | Olga Kornievskaia | 1 | -1/+1 |
| 2019-04-25 | NFS: Add a helper to return a pointer to the open context of a struct nfs_page | Trond Myklebust | 1 | -2/+2 |
| 2018-09-30 | pNFS: Don't allocate more pages than we need to fit a layoutget response | Trond Myklebust | 1 | -0/+1 |
| 2018-01-18 | nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE | Tigran Mkrtchyan | 1 | -3/+1 |
| 2017-11-17 | fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_t | Elena Reshetova | 1 | -6/+6 |
| 2017-10-01 | nfs/filelayout: fix oops when freeing filelayout segment | Scott Mayhew | 1 | -1/+2 |
| 2017-07-21 | NFS/filelayout: Fix racy setting of fl->dsaddr in filelayout_check_deviceid() | Trond Myklebust | 1 | -2/+11 |
| 2017-07-13 | PNFS for stateid errors retry against MDS first | Olga Kornievskaia | 1 | -28/+0 |
| 2017-07-13 | PNFS fix EACCESS on commit to DS handling | Olga Kornievskaia | 1 | -1/+2 |
| 2017-04-28 | nfs/filelayout: fix NULL pointer dereference in fl_pnfs_update_layout() | Artem Savkov | 1 | -3/+3 |
| 2017-04-25 | pNFS: Ensure we check layout segment validity in the pg_init() callback | Trond Myklebust | 1 | -0/+2 |
| 2017-03-31 | Merge tag 'nfs-for-4.11-3' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -55/+96 |
| 2017-03-30 | PNFS fix fallback to MDS if got error on commit to DS | Olga Kornievskaia | 1 | -1/+1 |
| 2017-03-28 | NFS filelayout:call GETDEVICEINFO after pnfs_layout_process completes | Andy Adamson | 1 | -47/+91 |
| 2017-03-28 | NFS store nfs4_deviceid in struct nfs4_filelayout_segment | Andy Adamson | 1 | -8/+5 |
| 2017-03-01 | Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -3/+3 |
| 2017-02-27 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 1 | -2/+2 |
| 2017-01-30 | NFS: Use nfs4_setup_sequence() everywhere | Anna Schumaker | 1 | -3/+3 |
| 2016-07-21 | pNFS/files: filelayout_write_done_cb must call nfs_writeback_update_inode() | Trond Myklebust | 1 | -0/+6 |
| 2016-07-05 | pNFS: Files and flexfiles always need to commit before layoutcommit | Trond Myklebust | 1 | -3/+6 |
| 2016-07-05 | pNFS/files: Fix layoutcommit after a commit to DS | Trond Myklebust | 1 | -2/+1 |
| 2016-05-26 | pnfs: pnfs_update_layout needs to consider if strict iomode checking is on | Tom Haynes | 1 | -0/+2 |
| 2016-05-09 | NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lock | Dave Wysochanski | 1 | -2/+2 |
| 2016-01-21 | NFS: Simplify nfs_request_add_commit_list() arguments | Anna Schumaker | 1 | -1/+1 |
| 2015-12-28 | pNFS/flexfiles: Don't mark the entire layout as failed, when returning it | Trond Myklebust | 1 | -0/+1 |
| 2015-12-28 | NFS41: pop some layoutget errors to application | Peng Tao | 1 | -2/+15 |
| 2015-09-17 | nfs/filelayout: Fix NULL reference caused by double freeing of fh_array | Kinglong Mee | 1 | -19/+12 |
| 2015-06-02 | writeback: separate out include/linux/backing-dev-defs.h | Tejun Heo | 1 | -0/+1 |
| 2015-03-27 | NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS | Trond Myklebust | 1 | -0/+1 |
| 2015-03-27 | NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit() | Trond Myklebust | 1 | -2/+3 |
| 2015-03-27 | NFS: Fix free_deveiceid -> free_deviceid | Trond Myklebust | 1 | -2/+2 |
| 2015-02-18 | pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_reque... | Tom Haynes | 1 | -38/+10 |
| 2015-02-13 | nfs: Provide and use helper functions for marking a page as unstable | Tom Haynes | 1 | -7/+2 |
| 2015-02-12 | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2015-02-03 | pnfs: pass ds_commit_idx through the commit path | Weston Andros Adamson | 1 | -1/+2 |
| 2015-02-03 | nfs: rename pgio header ds_idx to ds_commit_idx | Weston Andros Adamson | 1 | -2/+2 |
| 2015-02-03 | pnfs: release lseg in pnfs_generic_pg_cleanup | Weston Andros Adamson | 1 | -0/+2 |
| 2015-02-03 | nfs/filelayout: use pnfs_error_mark_layout_for_return | Peng Tao | 1 | -1/+1 |
| 2015-02-03 | nfs: allow to specify cred in nfs_initiate_pgio | Peng Tao | 1 | -5/+6 |
| 2015-02-03 | nfs: allow different protocol in nfs_initiate_commit | Peng Tao | 1 | -1/+1 |
| 2015-02-03 | pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio | Tom Haynes | 1 | -2/+2 |
| 2015-02-03 | pnfs: Prepare for flexfiles by pulling out common code | Tom Haynes | 1 | -277/+14 |
| 2015-01-20 | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info | Christoph Hellwig | 1 | -1/+1 |
| 2014-11-12 | NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revoked | Trond Myklebust | 1 | -3/+0 |
| 2014-10-08 | NFSv4.1/pnfs: replace broken pnfs_put_lseg_async | Trond Myklebust | 1 | -1/+1 |
| 2014-09-10 | pnfs: factor GETDEVICEINFO implementations | Christoph Hellwig | 1 | -10/+19 |
| 2014-09-10 | nfs/filelayout: set layoutcommit depending on write verifier | Peng Tao | 1 | -1/+4 |
| 2014-09-10 | pnfs: fix filelayout_retry_commit when idx > 0 | Weston Andros Adamson | 1 | -2/+3 |
| 2014-08-03 | nfs: clear_request_commit while holding i_lock | Weston Andros Adamson | 1 | -3/+2 |
| 2014-08-03 | pnfs: find swapped pages on pnfs commit lists too | Weston Andros Adamson | 1 | -0/+31 |
| 2014-07-12 | pnfs/filelayout: retry ds commit if nfs_commitdata_alloc fails | Peng Tao | 1 | -13/+26 |
| 2014-07-12 | pnfs/filelayout: fix race between mark_request_commit and scan_commit_lists | Peng Tao | 1 | -18/+25 |
| 2014-06-24 | pnfs: clean up *_resend_to_mds | Weston Andros Adamson | 1 | -8/+2 |
| 2014-06-24 | nfs: merge nfs_pgio_data into _header | Weston Andros Adamson | 1 | -89/+81 |
| 2014-06-09 | NFSv4.1: Fix typo in dprintk | Tom Haynes | 1 | -1/+1 |
| 2014-06-09 | NFSv4.1: Comment is now wrong and redundant to code | Tom Haynes | 1 | -4/+1 |
| 2014-05-29 | Push the file layout driver into a subdirectory | Tom Haynes | 1 | -0/+1409 |