summaryrefslogtreecommitdiffstats
path: root/fs/nfs/flexfilelayout/flexfilelayout.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-261-16/+5
* 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
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* NFS: Add a helper to return a pointer to the open context of a struct nfs_pageTrond Myklebust2019-04-251-3/+3
* pNFS: Add tracking to limit the number of pNFS retriesTrond Myklebust2019-04-251-0/+8
* pNFS/flexfiles: Fix layoutstats handling during read failoversTrond Myklebust2019-03-231-1/+4
* NFS/flexfile: Simplify nfs4_ff_layout_select_ds_stateid()Trond Myklebust2019-03-021-6/+2
* NFS/flexfile: Simplify nfs4_ff_layout_ds_version()Trond Myklebust2019-03-021-3/+3
* NFS/flexfiles: Simplify ff_layout_get_ds_cred()Trond Myklebust2019-03-021-3/+3
* NFS/flexfiles: Simplify nfs4_ff_find_or_create_ds_client()Trond Myklebust2019-03-021-3/+3
* NFS/flexfiles: Simplify nfs4_ff_layout_select_ds_fh()Trond Myklebust2019-03-021-2/+2
* NFS/flexfiles: Speed up read failover when DSes are downTrond Myklebust2019-03-021-12/+62
* NFS/flexfiles: Remove bogus checks for invalid deviceidsTrond Myklebust2019-03-021-20/+0
* NFS/flexfiles: refactor calls to fs4_ff_layout_prepare_ds()Trond Myklebust2019-03-021-6/+20
* NFS/flexfiles: Send LAYOUTERROR when failing over mirrored readsTrond Myklebust2019-03-021-5/+55
* NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedTrond Myklebust2019-03-011-0/+17
* NFS/flexfiles: Fix up sparse RCU annotationsTrond Myklebust2019-03-011-2/+2
* SUNRPC: Add xdr_stream::rqst fieldChuck Lever2019-02-131-1/+1
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-22/+11
* SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-191-6/+8
* SUNRPC: remove groupinfo from struct auth_cred.NeilBrown2018-12-191-13/+1
* SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-191-0/+17
* flexfiles: enforce per-mirror stateid only for v4 DSesTigran Mkrtchyan2018-12-021-2/+4
* flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan2018-11-221-12/+9
* pNFS: Don't allocate more pages than we need to fit a layoutget responseTrond Myklebust2018-09-301-0/+1
* pNFS/flexfiles: ff_layout_pg_init_read should exit on errorTrond Myklebust2018-08-211-17/+11
* pNFS/flexfiles: Ensure we always return a layout if it has layoutstatsTrond Myklebust2018-07-261-0/+3
* Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-211-5/+16
|\
| * pNFS/flexfiles: Process writeback resends from nfsiod context as wellTrond Myklebust2018-06-191-2/+8
| * pNFS/flexfiles: Don't tie up all the rpciod threads in resendsTrond Myklebust2018-06-191-3/+8
* | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-131-1/+1
|\ \ | |/ |/|
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* | pnfs: Add layout driver flag PNFS_LAYOUTGET_ON_OPENFred Isaman2018-05-311-0/+1
|/
* fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova2017-11-171-6/+6
* fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_tElena Reshetova2017-11-171-4/+4