aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/flexfilelayout
AgeCommit message (Expand)AuthorFilesLines
2019-03-23pNFS/flexfiles: Fix layoutstats handling during read failoversGravatar Trond Myklebust 1-1/+4
2019-03-01NFS/flexfiles: Clean up mirror DS initialisationGravatar Trond Myklebust 1-35/+31
2019-03-01NFS/flexfiles: Remove dead code in ff_layout_mirror_valid()Gravatar Trond Myklebust 1-15/+0
2019-03-01NFS/flexfile: Simplify nfs4_ff_layout_select_ds_stateid()Gravatar Trond Myklebust 3-26/+10
2019-03-01NFS/flexfile: Simplify nfs4_ff_layout_ds_version()Gravatar Trond Myklebust 2-5/+5
2019-03-01NFS/flexfiles: Simplify ff_layout_get_ds_cred()Gravatar Trond Myklebust 3-8/+9
2019-03-01NFS/flexfiles: Simplify nfs4_ff_find_or_create_ds_client()Gravatar Trond Myklebust 3-10/+6
2019-03-01NFS/flexfiles: Simplify nfs4_ff_layout_select_ds_fh()Gravatar Trond Myklebust 3-16/+5
2019-03-01NFS/flexfiles: Speed up read failover when DSes are downGravatar Trond Myklebust 1-12/+62
2019-03-01NFS/flexfiles: Don't invalidate DS deviceids for being unresponsiveGravatar Trond Myklebust 2-21/+3
2019-03-01NFS/flexfiles: Remove bogus checks for invalid deviceidsGravatar Trond Myklebust 1-20/+0
2019-03-01NFS/flexfiles: Avoid unnecessary layout invalidationsGravatar Trond Myklebust 1-3/+3
2019-03-01NFS/flexfiles: refactor calls to fs4_ff_layout_prepare_ds()Gravatar Trond Myklebust 3-22/+28
2019-03-01NFS/flexfiles: Send LAYOUTERROR when failing over mirrored readsGravatar Trond Myklebust 3-6/+57
2019-03-01NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedGravatar Trond Myklebust 1-0/+17
2019-03-01NFS/flexfiles: Fix up sparse RCU annotationsGravatar Trond Myklebust 1-2/+2
2019-03-01NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()Gravatar Trond Myklebust 1-13/+19
2019-02-25Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Gravatar Trond Myklebust 1-1/+1
2019-02-20NFS: Fix up documentation warningsGravatar Trond Myklebust 1-3/+9
2019-02-13SUNRPC: Add xdr_stream::rqst fieldGravatar Chuck Lever 1-1/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.Gravatar NeilBrown 3-34/+23
2018-12-19SUNRPC: remove uid and gid from struct auth_credGravatar NeilBrown 1-6/+8
2018-12-19SUNRPC: remove groupinfo from struct auth_cred.Gravatar NeilBrown 1-13/+1
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credGravatar NeilBrown 1-0/+17
2018-12-02flexfiles: enforce per-mirror stateid only for v4 DSesGravatar Tigran Mkrtchyan 1-2/+4
2018-11-22flexfiles: use per-mirror specified stateid for IOGravatar Tigran Mkrtchyan 3-12/+32
2018-09-30nfs4: flex_file: ignore synthetic uid/gid for tightly coupled DSesGravatar Tigran Mkrtchyan 1-1/+1
2018-09-30pNFS: Don't allocate more pages than we need to fit a layoutget responseGravatar Trond Myklebust 1-0/+1
2018-08-21pNFS/flexfiles: ff_layout_pg_init_read should exit on errorGravatar Trond Myklebust 1-17/+11
2018-07-26pNFS/flexfiles: Ensure we always return a layout if it has layoutstatsGravatar Trond Myklebust 1-0/+3
2018-06-22Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-5/+16
2018-06-19pNFS/flexfiles: Process writeback resends from nfsiod context as wellGravatar Trond Myklebust 1-2/+8
2018-06-19pNFS/flexfiles: Don't tie up all the rpciod threads in resendsGravatar Trond Myklebust 1-3/+8
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+3
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 2-2/+3
2018-05-31pnfs: Add layout driver flag PNFS_LAYOUTGET_ON_OPENGravatar Fred Isaman 1-0/+1
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 2-11/+12
2017-11-17fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tGravatar Elena Reshetova 1-6/+6
2017-11-17fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_tGravatar Elena Reshetova 2-5/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-08-08nfs/flexfiles: fix leak of nfs4_ff_ds_version arraysGravatar Weston Andros Adamson 1-0/+1
2017-07-19pNFS/flexfiles: Handle expired layout segments in ff_layout_initiate_commit()Gravatar Trond Myklebust 1-0/+4
2017-07-13PNFS for stateid errors retry against MDS firstGravatar Olga Kornievskaia 1-33/+0
2017-05-24pNFS/flexfiles: missing error code in ff_layout_alloc_lseg()Gravatar Dan Carpenter 1-0/+1
2017-05-09pNFS/flexfiles: Always attempt to call layoutstats when flexfiles is enabledGravatar Trond Myklebust 1-0/+11
2017-04-29pNFS/flexfiles: Fix up the ff_layout_write_pagelist failure pathGravatar Trond Myklebust 1-3/+8
2017-04-25pNFS: Ensure we check layout segment validity in the pg_init() callbackGravatar Trond Myklebust 1-0/+2
2017-04-20pNFS/flexfiles: Check the result of nfs4_pnfs_ds_connectGravatar Trond Myklebust 1-1/+1
2017-04-20nfs: flexfilelayout: remove v3-only data server limitationGravatar Tigran Mkrtchyan 1-1/+7
2017-03-31Merge tag 'nfs-for-4.11-3' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-0/+4