summaryrefslogtreecommitdiffstats
path: root/fs/nfs/flexfilelayout
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/flexfiles: Clean up mirror DS initialisationTrond Myklebust2019-03-021-35/+31Star
* NFS/flexfiles: Remove dead code in ff_layout_mirror_valid()Trond Myklebust2019-03-021-15/+0Star
* NFS/flexfile: Simplify nfs4_ff_layout_select_ds_stateid()Trond Myklebust2019-03-023-26/+10Star
* NFS/flexfile: Simplify nfs4_ff_layout_ds_version()Trond Myklebust2019-03-022-5/+5
* NFS/flexfiles: Simplify ff_layout_get_ds_cred()Trond Myklebust2019-03-023-8/+9
* NFS/flexfiles: Simplify nfs4_ff_find_or_create_ds_client()Trond Myklebust2019-03-023-10/+6Star
* NFS/flexfiles: Simplify nfs4_ff_layout_select_ds_fh()Trond Myklebust2019-03-023-16/+5Star
* NFS/flexfiles: Speed up read failover when DSes are downTrond Myklebust2019-03-021-12/+62
* NFS/flexfiles: Don't invalidate DS deviceids for being unresponsiveTrond Myklebust2019-03-022-21/+3Star
* NFS/flexfiles: Remove bogus checks for invalid deviceidsTrond Myklebust2019-03-021-20/+0Star
* NFS/flexfiles: Avoid unnecessary layout invalidationsTrond Myklebust2019-03-021-3/+3
* NFS/flexfiles: refactor calls to fs4_ff_layout_prepare_ds()Trond Myklebust2019-03-023-22/+28
* NFS/flexfiles: Send LAYOUTERROR when failing over mirrored readsTrond Myklebust2019-03-023-6/+57
* 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
* NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()Trond Myklebust2019-03-011-13/+19
* Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-251-1/+1
|\
| * SUNRPC: Add xdr_stream::rqst fieldChuck Lever2019-02-131-1/+1
* | NFS: Fix up documentation warningsTrond Myklebust2019-02-201-3/+9
|/
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-193-34/+23Star
* SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-191-6/+8
* SUNRPC: remove groupinfo from struct auth_cred.NeilBrown2018-12-191-13/+1Star
* 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-223-12/+32
* nfs4: flex_file: ignore synthetic uid/gid for tightly coupled DSesTigran Mkrtchyan2018-09-301-1/+1
* 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/+11Star
* 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-132-2/+3
|\ \ | |/ |/|
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-2/+3
* | pnfs: Add layout driver flag PNFS_LAYOUTGET_ON_OPENFred Isaman2018-05-311-0/+1
|/
* Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-172-11/+12
|\
| * 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-172-5/+6
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* nfs/flexfiles: fix leak of nfs4_ff_ds_version arraysWeston Andros Adamson2017-08-081-0/+1
* pNFS/flexfiles: Handle expired layout segments in ff_layout_initiate_commit()Trond Myklebust2017-07-191-0/+4
* PNFS for stateid errors retry against MDS firstOlga Kornievskaia2017-07-131-33/+0Star