aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/flexfilelayout
AgeCommit message (Expand)AuthorFilesLines
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-07-18pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorGravatar Trond Myklebust 1-1/+1
2019-06-28NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OGravatar Trond Myklebust 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
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/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