summaryrefslogtreecommitdiffstats
path: root/fs/nfs/flexfilelayout
AgeCommit message (Expand)AuthorLines
2020-08-12NFS: Fix flexfiles read failoverTrond Myklebust-14/+36
2020-07-12pNFS/flexfiles: The mirror count could depend on the layout segment rangeTrond Myklebust-2/+2
2020-07-12pNFS/flexfiles: Clean up redundant calls to pnfs_put_lseg()Trond Myklebust-8/+2
2020-06-26pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust-4/+7
2020-03-27pNFS/flexfiles: Specify the layout segment range in LAYOUTGETTrond Myklebust-4/+4
2020-03-27pNFS/flexfiles: remove requirement for whole file layoutsTrond Myklebust-21/+0
2020-03-27pNFS/flexfiles: Check the layout segment range before doing I/OTrond Myklebust-2/+10
2020-03-27pNFS/flexfile: Don't merge layout segments if the mirrors don't matchTrond Myklebust-0/+19
2020-03-27NFS/pNFS: Clean up pNFS commit operationsTrond Myklebust-7/+12
2020-03-27NFS: Remove bucket array from struct pnfs_ds_commit_infoTrond Myklebust-76/+0
2020-03-27pNFS: Enable per-layout segment commit structuresTrond Myklebust-0/+19
2020-03-27pNFS: Add infrastructure for cleaning up per-layout commit structuresTrond Myklebust-0/+11
2020-03-27NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_infoTrond Myklebust-0/+1
2020-03-26pNFS/flexfiles: Simplify allocation of the mirror arrayTrond Myklebust-17/+6
2020-03-16NFSv4: Ensure layout headers are RCU safeTrond Myklebust-3/+3
2020-03-16pNFS/flexfiles: Report DELAY and GRACE errors from the DS to the serverTrond Myklebust-9/+11
2020-01-15pNFS/flexfiles: Add tracing for layout errorsTrond Myklebust-9/+19
2020-01-15pNFS/flexfiles: Record resend attempts on I/O failureTrond Myklebust-3/+3
2019-08-26pNFS/flexfiles: Don't time out requests on hard mountsTrond Myklebust-2/+9
2019-08-26Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust-17/+0
2019-07-18pnfs/flexfiles: Add tracepoints for detecting pnfs fallback to MDSTrond Myklebust-0/+26
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-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-04-25NFS: Add a helper to return a pointer to the open context of a struct nfs_pageTrond Myklebust-3/+3
2019-04-25pNFS: Add tracking to limit the number of pNFS retriesTrond Myklebust-0/+8
2019-03-23pNFS/flexfiles: Fix layoutstats handling during read failoversTrond Myklebust-1/+4
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-26/+10
2019-03-01NFS/flexfile: Simplify nfs4_ff_layout_ds_version()Trond Myklebust-5/+5
2019-03-01NFS/flexfiles: Simplify ff_layout_get_ds_cred()Trond Myklebust-8/+9
2019-03-01NFS/flexfiles: Simplify nfs4_ff_find_or_create_ds_client()Trond Myklebust-10/+6
2019-03-01NFS/flexfiles: Simplify nfs4_ff_layout_select_ds_fh()Trond Myklebust-16/+5
2019-03-01NFS/flexfiles: Speed up read failover when DSes are downTrond Myklebust-12/+62
2019-03-01NFS/flexfiles: Don't invalidate DS deviceids for being unresponsiveTrond Myklebust-21/+3
2019-03-01NFS/flexfiles: Remove bogus checks for invalid deviceidsTrond Myklebust-20/+0
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-22/+28
2019-03-01NFS/flexfiles: Send LAYOUTERROR when failing over mirrored readsTrond Myklebust-6/+57
2019-03-01NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedTrond Myklebust-0/+17
2019-03-01NFS/flexfiles: Fix up sparse RCU annotationsTrond Myklebust-2/+2
2019-03-01NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()Trond Myklebust-13/+19
2019-02-25Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust-1/+1
2019-02-20NFS: Fix up documentation warningsTrond Myklebust-3/+9
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever-1/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown-34/+23
2018-12-19SUNRPC: remove uid and gid from struct auth_credNeilBrown-6/+8
2018-12-19SUNRPC: remove groupinfo from struct auth_cred.NeilBrown-13/+1