| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-10 | pnfs: Fix TLS logic in _nfs4_pnfs_v4_ds_connect() | Trond Myklebust | 1 | -17/+17 |
| 2025-11-10 | pnfs: Fix TLS logic in _nfs4_pnfs_v3_ds_connect() | Trond Myklebust | 1 | -14/+18 |
| 2025-07-14 | pnfs: add pnfs_ds_connect trace point | Tigran Mkrtchyan | 1 | -5/+9 |
| 2025-05-28 | pnfs/flexfiles: connect to NFSv3 DS using TLS if MDS connection uses TLS | Mike Snitzer | 1 | -1/+10 |
| 2025-04-27 | nfs: move the nfs4_data_server_cache into struct nfs_net | Jeff Layton | 1 | -14/+17 |
| 2025-04-27 | nfs: don't share pNFS DS connections between net namespaces | Jeff Layton | 1 | -4/+5 |
| 2024-09-23 | nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit | Mike Snitzer | 1 | -1/+1 |
| 2024-07-08 | nfs: remove dead code for the old swap over NFS implementation | Christoph Hellwig | 1 | -47/+0 |
| 2024-03-09 | NFSv4.1/pnfs: fix NFS with TLS in pnfs | Olga Kornievskaia | 1 | -1/+43 |
| 2023-08-30 | pNFS: Fix assignment of xprtdata.cred | Anna Schumaker | 1 | -1/+1 |
| 2023-08-24 | NFS/pNFS: Set the connect timeout for the pNFS flexfiles driver | Trond Myklebust | 1 | -0/+3 |
| 2023-02-14 | NFS: Convert buffered writes to use folios | Trond Myklebust | 1 | -9/+9 |
| 2022-10-27 | NFS: Avoid memcpy() run-time warning for struct sockaddr overflows | Kees Cook | 1 | -3/+3 |
| 2022-10-05 | fs/nfs/pnfs_nfs.c: fix spelling typo and syntax error in comment | Jiangshan Yi | 1 | -2/+2 |
| 2022-03-22 | NFS: nfsiod should not block forever in mempool_alloc() | Trond Myklebust | 1 | -2/+6 |
| 2021-10-20 | NFS: Fix up commit deadlocks | Trond Myklebust | 1 | -2/+0 |
| 2021-10-03 | pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_ds | Baptiste Lepers | 1 | -2/+2 |
| 2021-07-08 | NFSv4/pNFS: Return an error if _nfs4_pnfs_v3_ds_connect can't load NFSv3 | Trond Myklebust | 1 | -1/+1 |
| 2021-07-08 | NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple times | Trond Myklebust | 1 | -26/+26 |
| 2021-01-10 | NFS/pNFS: Don't leak DS commits in pnfs_generic_retry_commit() | Trond Myklebust | 1 | -3/+5 |
| 2021-01-10 | NFS/pNFS: Don't call pnfs_free_bucket_lseg() before removing the request | Trond Myklebust | 1 | -9/+5 |
| 2020-12-02 | pNFS: Clean up open coded xdr string decoding | Trond Myklebust | 1 | -36/+7 |
| 2020-12-02 | NFSv4/pNFS: Store the transport type in struct nfs4_pnfs_ds_addr | Trond Myklebust | 1 | -15/+19 |
| 2020-12-02 | pNFS: Add helpers for allocation/free of struct nfs4_pnfs_ds_addr | Trond Myklebust | 1 | -5/+16 |
| 2020-12-02 | NFSv4/pNFS: Use connections to a DS that are all of the same protocol family | Trond Myklebust | 1 | -1/+6 |
| 2020-05-13 | NFS/pnfs: Don't use RPC_TASK_CRED_NOREF with pnfs | Trond Myklebust | 1 | -1/+2 |
| 2020-04-11 | pNFS: Fix RCU lock leakage | Trond Myklebust | 1 | -0/+1 |
| 2020-03-27 | NFS/pNFS: Fix pnfs_layout_mark_request_commit() invalid layout segment handling | Trond Myklebust | 1 | -16/+12 |
| 2020-03-27 | NFS/pNFS: Simplify bucket layout segment reference counting | Trond Myklebust | 1 | -19/+20 |
| 2020-03-27 | NFS/pNFS: Clean up pNFS commit operations | Trond Myklebust | 1 | -12/+1 |
| 2020-03-27 | NFS: Remove bucket array from struct pnfs_ds_commit_info | Trond Myklebust | 1 | -18/+0 |
| 2020-03-27 | NFS/pNFS: Add a helper pnfs_generic_search_commit_reqs() | Trond Myklebust | 1 | -0/+51 |
| 2020-03-27 | pNFS: Enable per-layout segment commit structures | Trond Myklebust | 1 | -6/+71 |
| 2020-03-27 | pNFS: Add infrastructure for cleaning up per-layout commit structures | Trond Myklebust | 1 | -3/+85 |
| 2020-03-27 | pNFS: Support per-layout segment commits in pnfs_generic_commit_pagelist() | Trond Myklebust | 1 | -0/+16 |
| 2020-03-27 | pNFS: Support per-layout segment commits in pnfs_generic_recover_commit_reqs() | Trond Myklebust | 1 | -8/+33 |
| 2020-03-27 | NFSv4/pNFS: Scan the full list of commit arrays when committing | Trond Myklebust | 1 | -12/+40 |
| 2020-03-26 | pNFS: Add a helper to allocate the array of buckets | Trond Myklebust | 1 | -0/+31 |
| 2020-03-26 | NFS/pNFS: Refactor pnfs_generic_commit_pagelist() | Trond Myklebust | 1 | -97/+67 |
| 2020-01-15 | NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes() | Trond Myklebust | 1 | -4/+3 |
| 2019-08-26 | pNFS/flexfiles: Turn off soft RPC calls | Trond Myklebust | 1 | -5/+10 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2018-12-19 | NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. | NeilBrown | 1 | -1/+1 |
| 2018-08-15 | NFSv4: Fix locking in pnfs_generic_recover_commit_reqs | Trond Myklebust | 1 | -9/+7 |
| 2018-03-20 | sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_even... | Peter Zijlstra | 1 | -1/+1 |
| 2017-11-17 | fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_t | Elena Reshetova | 1 | -5/+5 |
| 2017-09-09 | NFS: Remove pnfs_generic_transfer_commit_list() | Trond Myklebust | 1 | -41/+2 |
| 2017-09-09 | NFS: nfs_lock_and_join_requests and nfs_scan_commit_list can deadlock | Trond Myklebust | 1 | -5/+11 |
| 2017-08-15 | NFS: Wait for requests that are locked on the commit list | Trond Myklebust | 1 | -4/+14 |
| 2017-08-15 | NFSv4/pnfs: Replace pnfs_put_lseg_locked() with pnfs_put_lseg() | Trond Myklebust | 1 | -2/+2 |
| 2017-08-15 | NFSv4: Use a mutex to protect the per-inode commit lists | Trond Myklebust | 1 | -8/+7 |
| 2017-07-19 | Revert commit 722f0b891198 ("pNFS: Don't send COMMITs to the DSes if...") | Trond Myklebust | 1 | -7/+0 |
| 2017-07-19 | NFS: Fix another COMMIT race in pNFS | Trond Myklebust | 1 | -1/+6 |
| 2017-07-19 | NFS: Fix a COMMIT race in pNFS | Trond Myklebust | 1 | -3/+7 |
| 2017-05-03 | pNFS: Fix NULL dereference in pnfs_generic_alloc_ds_commits | Fred Isaman | 1 | -1/+1 |
| 2017-05-02 | pNFS: Fix a typo in pnfs_generic_alloc_ds_commits | Trond Myklebust | 1 | -1/+1 |
| 2017-04-29 | pNFS: Don't send COMMITs to the DSes if the server invalidated our layout | Trond Myklebust | 1 | -0/+7 |
| 2017-04-20 | pNFS: unexport nfs4_pnfs_v3_ds_connect_unload | Trond Myklebust | 1 | -1/+0 |
| 2017-04-20 | NFS: fix usage of mempools. | NeilBrown | 1 | -11/+5 |
| 2017-03-17 | pNFS/flexfiles: never nfs4_mark_deviceid_unavailable | Weston Andros Adamson | 1 | -8/+16 |
| 2017-03-17 | pNFS: return status from nfs4_pnfs_ds_connect | Weston Andros Adamson | 1 | -2/+13 |
| 2016-12-01 | NFS: Remove unused authflavour parameter from nfs_get_client() | Anna Schumaker | 1 | -18/+10 |
| 2016-09-19 | NFS pnfs data server multipath session trunking | Andy Adamson | 1 | -14/+44 |
| 2016-07-24 | Merge branch 'writeback' | Trond Myklebust | 1 | -0/+7 |
| 2016-07-19 | nfs4: flexfiles: respect noresvport when establishing connections to DSes | Tigran Mkrtchyan | 1 | -2/+2 |
| 2016-07-19 | nfs4: clnt: respect noresvport when establishing connections to DSes | Tigran Mkrtchyan | 1 | -1/+1 |
| 2016-07-05 | pNFS: Files and flexfiles always need to commit before layoutcommit | Trond Myklebust | 1 | -0/+7 |
| 2016-06-24 | pnfs_nfs: fix _cancel_empty_pagelist | Weston Andros Adamson | 1 | -2/+10 |
| 2016-05-25 | nfs: avoid race that crashes nfs_init_commit | Weston Andros Adamson | 1 | -0/+28 |
| 2016-05-09 | NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lock | Dave Wysochanski | 1 | -16/+16 |
| 2016-02-05 | pnfs/NFSv4.1: Add multipath capabilities to pNFS flexfiles servers over NFSv3 | Trond Myklebust | 1 | -3/+13 |
| 2015-12-31 | NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalid | Trond Myklebust | 1 | -0/+5 |
| 2015-12-31 | NFS: Allow multiple commit requests in flight per file | Trond Myklebust | 1 | -4/+1 |
| 2015-08-20 | NFS41: fix list splice type | Peng Tao | 1 | -1/+1 |
| 2015-08-17 | Merge branch 'layoutfixes' | Trond Myklebust | 1 | -18/+32 |
| 2015-08-17 | NFSv4.1/pNFS: Fix borken function _same_data_server_addrs_locked() | Trond Myklebust | 1 | -14/+19 |
| 2015-08-12 | pNFS: Tighten up locking around DS commit buckets | Trond Myklebust | 1 | -18/+32 |
| 2015-08-10 | NFSv4.1/pnfs: Fix atomicity of commit list updates | Trond Myklebust | 1 | -2/+3 |
| 2015-04-23 | Merge branch 'bugfixes' | Trond Myklebust | 1 | -1/+1 |
| 2015-03-27 | NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS | Trond Myklebust | 1 | -0/+10 |
| 2015-03-12 | nfs: do not export discarded symbols | Arnd Bergmann | 1 | -1/+1 |
| 2015-02-18 | pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_reque... | Tom Haynes | 1 | -0/+30 |
| 2015-02-03 | pnfs: pass ds_commit_idx through the commit path | Weston Andros Adamson | 1 | -2/+2 |
| 2015-02-03 | nfs/filelayout: use pnfs_error_mark_layout_for_return | Peng Tao | 1 | -10/+0 |
| 2015-02-03 | nfs: allow different protocol in nfs_initiate_commit | Peng Tao | 1 | -0/+1 |
| 2015-02-03 | nfs41: create NFSv3 DS connection if specified | Peng Tao | 1 | -4/+84 |
| 2015-02-03 | nfs41: allow LD to choose DS connection version/minor_version | Peng Tao | 1 | -4/+7 |
| 2015-02-03 | nfs41: allow LD to choose DS connection auth flavor | Peng Tao | 1 | -4/+6 |
| 2015-02-03 | nfs41: pull nfs4_ds_connect from file layout to generic pnfs | Peng Tao | 1 | -0/+81 |
| 2015-02-03 | nfs41: pull decode_ds_addr from file layout to generic pnfs | Peng Tao | 1 | -0/+149 |
| 2015-02-03 | nfs41: pull data server cache from file layout to generic pnfs | Peng Tao | 1 | -0/+242 |
| 2015-02-03 | pnfs: Do not grab the commit_info lock twice when rescheduling writes | Tom Haynes | 1 | -7/+8 |
| 2015-02-03 | pnfs: Prepare for flexfiles by pulling out common code | Tom Haynes | 1 | -0/+291 |