aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/flexfilelayout/flexfilelayout.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-01cred: Do not default to init_cred in prepare_kernel_cred()Gravatar Kees Cook 1-2/+2
2022-10-06NFSv4/flexfiles: Cancel I/O if the layout is recalled or revokedGravatar Trond Myklebust 1-3/+81
2022-10-03NFSv4/pNFS: Always return layout stats on layout return for flexfilesGravatar Trond Myklebust 1-7/+18
2022-07-10pNFS/flexfiles: Report RDMA connection errors to the serverGravatar Trond Myklebust 1-0/+4
2022-03-22pNFS/flexfiles: Ensure pNFS allocation modes are consistent with nfsiodGravatar Trond Myklebust 1-29/+21
2022-02-25NFSv4/flexfiles: Convert GFP_NOFS to GFP_KERNELGravatar Trond Myklebust 1-8/+9
2021-10-20SUNRPC: Trace calls to .rpc_call_doneGravatar Chuck Lever 1-2/+0
2021-04-14pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()Gravatar Nikola Livic 1-1/+1
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-13/+4
2020-12-16NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read()Gravatar Trond Myklebust 1-1/+1
2020-12-16pNFS/flexfiles: Avoid spurious layout returns in ff_layout_choose_ds_for_readGravatar Trond Myklebust 1-5/+1
2020-12-15Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Gravatar Linus Torvalds 1-1/+1
2020-12-02pNFS/flexfiles: Fix up layoutstats reporting for non-TCP transportsGravatar Trond Myklebust 1-7/+2
2020-11-30SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Gravatar Chuck Lever 1-1/+1
2020-11-30pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabledGravatar Trond Myklebust 1-6/+21
2020-09-18pNFS/flexfiles: Be consistent about mirror index typesGravatar Trond Myklebust 1-17/+17
2020-09-18pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on readGravatar Trond Myklebust 1-5/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-08-12NFS: Fix flexfiles read failoverGravatar Trond Myklebust 1-14/+36
2020-07-12pNFS/flexfiles: The mirror count could depend on the layout segment rangeGravatar Trond Myklebust 1-2/+2
2020-07-12pNFS/flexfiles: Clean up redundant calls to pnfs_put_lseg()Gravatar Trond Myklebust 1-8/+2
2020-06-26pNFS/flexfiles: Fix list corruption if the mirror count changesGravatar Trond Myklebust 1-4/+7
2020-03-27pNFS/flexfiles: Specify the layout segment range in LAYOUTGETGravatar Trond Myklebust 1-4/+4
2020-03-27pNFS/flexfiles: remove requirement for whole file layoutsGravatar Trond Myklebust 1-21/+0
2020-03-27pNFS/flexfiles: Check the layout segment range before doing I/OGravatar Trond Myklebust 1-2/+10
2020-03-27pNFS/flexfile: Don't merge layout segments if the mirrors don't matchGravatar Trond Myklebust 1-0/+19
2020-03-27NFS/pNFS: Clean up pNFS commit operationsGravatar Trond Myklebust 1-7/+12
2020-03-27NFS: Remove bucket array from struct pnfs_ds_commit_infoGravatar Trond Myklebust 1-76/+0
2020-03-27pNFS: Enable per-layout segment commit structuresGravatar Trond Myklebust 1-0/+19
2020-03-27pNFS: Add infrastructure for cleaning up per-layout commit structuresGravatar Trond Myklebust 1-0/+11
2020-03-27NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_infoGravatar Trond Myklebust 1-0/+1
2020-03-26pNFS/flexfiles: Simplify allocation of the mirror arrayGravatar Trond Myklebust 1-16/+5
2020-03-16NFSv4: Ensure layout headers are RCU safeGravatar Trond Myklebust 1-3/+3
2020-03-16pNFS/flexfiles: Report DELAY and GRACE errors from the DS to the serverGravatar Trond Myklebust 1-9/+11
2020-01-15pNFS/flexfiles: Add tracing for layout errorsGravatar Trond Myklebust 1-9/+19
2020-01-15pNFS/flexfiles: Record resend attempts on I/O failureGravatar Trond Myklebust 1-3/+3
2019-08-26pNFS/flexfiles: Don't time out requests on hard mountsGravatar Trond Myklebust 1-2/+9
2019-08-26Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Gravatar Trond Myklebust 1-17/+0
2019-07-18pnfs/flexfiles: Add tracepoints for detecting pnfs fallback to MDSGravatar Trond Myklebust 1-0/+26
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-04-25NFS: Add a helper to return a pointer to the open context of a struct nfs_pageGravatar Trond Myklebust 1-3/+3
2019-04-25pNFS: Add tracking to limit the number of pNFS retriesGravatar Trond Myklebust 1-0/+8
2019-03-23pNFS/flexfiles: Fix layoutstats handling during read failoversGravatar Trond Myklebust 1-1/+4
2019-03-01NFS/flexfile: Simplify nfs4_ff_layout_select_ds_stateid()Gravatar Trond Myklebust 1-6/+2
2019-03-01NFS/flexfile: Simplify nfs4_ff_layout_ds_version()Gravatar Trond Myklebust 1-3/+3
2019-03-01NFS/flexfiles: Simplify ff_layout_get_ds_cred()Gravatar Trond Myklebust 1-3/+3
2019-03-01NFS/flexfiles: Simplify nfs4_ff_find_or_create_ds_client()Gravatar Trond Myklebust 1-3/+3
2019-03-01NFS/flexfiles: Simplify nfs4_ff_layout_select_ds_fh()Gravatar Trond Myklebust 1-2/+2
2019-03-01NFS/flexfiles: Speed up read failover when DSes are downGravatar Trond Myklebust 1-12/+62
2019-03-01NFS/flexfiles: Remove bogus checks for invalid deviceidsGravatar Trond Myklebust 1-20/+0