summaryrefslogtreecommitdiffstats
path: root/fs/nfs/flexfilelayout/flexfilelayoutdev.c
AgeCommit message (Expand)AuthorLines
2025-09-26NFSv4/flexfiles: Update low level helper functions to be DS stripe aware.Jonathan Curley-46/+59
2025-09-26NFSv4/flexfiles: Add data structure support for striped layoutsJonathan Curley-27/+27
2025-09-23NFS: Update the flexfilelayout driver to use xdr_set_scratch_folio()Anna Schumaker-5/+5
2025-07-22pNFS/flexfiles: don't attempt pnfs on fatal DS errorsTigran Mkrtchyan-3/+3
2025-05-28NFS: always probe for LOCALIO support asynchronouslyMike Snitzer-1/+1
2025-04-27nfs: don't share pNFS DS connections between net namespacesJeff Layton-3/+3
2024-09-23pnfs/flexfiles: enable localio supportTrond Myklebust-0/+6
2022-07-12NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZEAnna Schumaker-2/+4
2021-10-03pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_dsBaptiste Lepers-2/+2
2020-11-30SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever-1/+1
2019-07-18pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorTrond Myklebust-1/+1
2019-06-28NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust-1/+1
2019-03-01NFS/flexfiles: Clean up mirror DS initialisationTrond Myklebust-35/+31
2019-03-01NFS/flexfiles: Remove dead code in ff_layout_mirror_valid()Trond Myklebust-15/+0
2019-03-01NFS/flexfile: Simplify nfs4_ff_layout_select_ds_stateid()Trond Myklebust-16/+5
2019-03-01NFS/flexfiles: Simplify ff_layout_get_ds_cred()Trond Myklebust-3/+3
2019-03-01NFS/flexfiles: Simplify nfs4_ff_find_or_create_ds_client()Trond Myklebust-5/+2
2019-03-01NFS/flexfiles: Simplify nfs4_ff_layout_select_ds_fh()Trond Myklebust-13/+2
2019-03-01NFS/flexfiles: Don't invalidate DS deviceids for being unresponsiveTrond Myklebust-3/+3
2019-03-01NFS/flexfiles: Avoid unnecessary layout invalidationsTrond Myklebust-3/+3
2019-03-01NFS/flexfiles: refactor calls to fs4_ff_layout_prepare_ds()Trond Myklebust-15/+6
2019-03-01NFS/flexfiles: Send LAYOUTERROR when failing over mirrored readsTrond Myklebust-1/+1
2019-02-20NFS: Fix up documentation warningsTrond Myklebust-3/+9
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown-8/+8
2018-11-22flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan-0/+19
2018-09-30nfs4: flex_file: ignore synthetic uid/gid for tightly coupled DSesTigran Mkrtchyan-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-08nfs/flexfiles: fix leak of nfs4_ff_ds_version arraysWeston Andros Adamson-0/+1
2017-04-20pNFS/flexfiles: Check the result of nfs4_pnfs_ds_connectTrond Myklebust-1/+1
2017-04-20nfs: flexfilelayout: remove v3-only data server limitationTigran Mkrtchyan-1/+7
2017-03-31nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS typeTigran Mkrtchyan-0/+4
2017-03-17pNFS/flexfiles: never nfs4_mark_deviceid_unavailableWeston Andros Adamson-1/+1
2017-03-17pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson-1/+2
2016-12-19pNFS/flexfiles: delete deviceid, don't mark inactiveWeston Andros Adamson-1/+1
2016-12-08pNFS/flexfiles: Fix a deadlock on LAYOUTGETFred Isaman-11/+39
2016-12-07pNFS/flexfiles: Fix ff_layout_add_ds_error_locked()Trond Myklebust-1/+2
2016-12-03pNFS/flexfiles: Refactor encoding of the layoutreturn payloadTrond Myklebust-15/+63
2016-12-01NFS: Remove unused authflavour parameter from nfs_get_client()Anna Schumaker-2/+1
2016-12-01pNFS: consolidate the different range intersection testsTrond Myklebust-25/+8
2016-08-29pNFS/flexfiles: Fix an Oopsable condition when connection to the DS failsTrond Myklebust-9/+10
2016-08-16pNFS/flexfiles: Set reasonable default retrans values for the data channelTrond Myklebust-2/+2
2016-05-25nfs/flexfiles: Helper function to detect FF_FLAGS_NO_READ_IOTom Haynes-0/+6
2016-05-17flexfiles: add kerneldoc header to nfs4_ff_layout_prepare_dsJeff Layton-1/+17
2016-05-17flexfiles: remove pointless setting of NFS_LAYOUT_RETURN_REQUESTEDJeff Layton-7/+1
2016-05-17pNFS/flexfiles: When checking for available DSes, conditionally check for MDS ioTom Haynes-0/+6
2016-05-17NFSv4: Label stateids with the typeTrond Myklebust-1/+2
2016-05-09nfs: have flexfiles mirror keep creds for both ro and rw layoutsJeff Layton-2/+5
2016-05-09nfs: get a reference to the credential in ff_layout_alloc_lsegJeff Layton-45/+2
2016-05-09nfs: have ff_layout_get_ds_cred take a reference to the credJeff Layton-4/+26