summaryrefslogtreecommitdiffstats
path: root/fs/nfs/flexfilelayout
Commit message (Expand)AuthorAgeFilesLines
* nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik2024-03-161-1/+1
* Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-1/+1
|\
| * NFS/flexfiles: Annotate struct nfs4_ff_layout_segment with __counted_byKees Cook2023-10-021-1/+1
* | pNFS/flexfiles: Check the layout validity in ff_layout_mirror_prepare_statsTrond Myklebust2023-10-181-7/+10
* | NFS/pNFS: Report EINVAL errors from connect() to the serverTrond Myklebust2023-09-131-0/+1
|/
* cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook2022-11-011-2/+2
* NFSv4/flexfiles: Cancel I/O if the layout is recalled or revokedTrond Myklebust2022-10-061-3/+81
* NFSv4/pNFS: Always return layout stats on layout return for flexfilesTrond Myklebust2022-10-031-7/+18
* NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZEAnna Schumaker2022-07-121-2/+4
* pNFS/flexfiles: Report RDMA connection errors to the serverTrond Myklebust2022-07-101-0/+4
* pNFS/flexfiles: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust2022-03-221-29/+21
* NFSv4/flexfiles: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-251-8/+9
* SUNRPC: Trace calls to .rpc_call_doneChuck Lever2021-10-201-2/+0
* pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_dsBaptiste Lepers2021-10-031-2/+2
* pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()Nikola Livic2021-04-141-1/+1
* Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-12-171-13/+4
|\
| * NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read()Trond Myklebust2020-12-161-1/+1
| * pNFS/flexfiles: Avoid spurious layout returns in ff_layout_choose_ds_for_readTrond Myklebust2020-12-161-5/+1
| * pNFS/flexfiles: Fix up layoutstats reporting for non-TCP transportsTrond Myklebust2020-12-021-7/+2
* | Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-12-152-2/+2
|\ \ | |/ |/|
| * SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever2020-11-302-2/+2
* | pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabledTrond Myklebust2020-11-301-6/+21
|/
* pNFS/flexfiles: Be consistent about mirror index typesTrond Myklebust2020-09-181-17/+17
* pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on readTrond Myklebust2020-09-181-5/+6
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* NFS: Fix flexfiles read failoverTrond Myklebust2020-08-121-14/+36
* pNFS/flexfiles: The mirror count could depend on the layout segment rangeTrond Myklebust2020-07-121-2/+2
* pNFS/flexfiles: Clean up redundant calls to pnfs_put_lseg()Trond Myklebust2020-07-121-8/+2
* pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust2020-06-261-4/+7
* pNFS/flexfiles: Specify the layout segment range in LAYOUTGETTrond Myklebust2020-03-271-4/+4
* pNFS/flexfiles: remove requirement for whole file layoutsTrond Myklebust2020-03-271-21/+0
* pNFS/flexfiles: Check the layout segment range before doing I/OTrond Myklebust2020-03-271-2/+10
* pNFS/flexfile: Don't merge layout segments if the mirrors don't matchTrond Myklebust2020-03-271-0/+19
* NFS/pNFS: Clean up pNFS commit operationsTrond Myklebust2020-03-271-7/+12
* NFS: Remove bucket array from struct pnfs_ds_commit_infoTrond Myklebust2020-03-271-76/+0
* pNFS: Enable per-layout segment commit structuresTrond Myklebust2020-03-271-0/+19
* pNFS: Add infrastructure for cleaning up per-layout commit structuresTrond Myklebust2020-03-271-0/+11
* NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_infoTrond Myklebust2020-03-271-0/+1
* pNFS/flexfiles: Simplify allocation of the mirror arrayTrond Myklebust2020-03-262-17/+6
* NFSv4: Ensure layout headers are RCU safeTrond Myklebust2020-03-161-3/+3
* pNFS/flexfiles: Report DELAY and GRACE errors from the DS to the serverTrond Myklebust2020-03-161-9/+11
* pNFS/flexfiles: Add tracing for layout errorsTrond Myklebust2020-01-151-9/+19
* pNFS/flexfiles: Record resend attempts on I/O failureTrond Myklebust2020-01-151-3/+3
* pNFS/flexfiles: Don't time out requests on hard mountsTrond Myklebust2019-08-261-2/+9
* Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust2019-08-261-17/+0
* pnfs/flexfiles: Add tracepoints for detecting pnfs fallback to MDSTrond Myklebust2019-07-181-0/+26
* pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorTrond Myklebust2019-07-181-1/+1
* NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust2019-06-281-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1