summaryrefslogtreecommitdiffstats
path: root/fs/nfs/flexfilelayout/flexfilelayoutdev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-021-16/+5Star
* 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-5/+2Star
* NFS/flexfiles: Simplify nfs4_ff_layout_select_ds_fh()Trond Myklebust2019-03-021-13/+2Star
* NFS/flexfiles: Don't invalidate DS deviceids for being unresponsiveTrond Myklebust2019-03-021-3/+3
* NFS/flexfiles: Avoid unnecessary layout invalidationsTrond Myklebust2019-03-021-3/+3
* NFS/flexfiles: refactor calls to fs4_ff_layout_prepare_ds()Trond Myklebust2019-03-021-15/+6Star
* NFS/flexfiles: Send LAYOUTERROR when failing over mirrored readsTrond Myklebust2019-03-021-1/+1
* NFS: Fix up documentation warningsTrond Myklebust2019-02-201-3/+9
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-8/+8
* flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan2018-11-221-0/+19
* nfs4: flex_file: ignore synthetic uid/gid for tightly coupled DSesTigran Mkrtchyan2018-09-301-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* nfs/flexfiles: fix leak of nfs4_ff_ds_version arraysWeston Andros Adamson2017-08-081-0/+1
* pNFS/flexfiles: Check the result of nfs4_pnfs_ds_connectTrond Myklebust2017-04-201-1/+1
* nfs: flexfilelayout: remove v3-only data server limitationTigran Mkrtchyan2017-04-201-1/+7
* nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS typeTigran Mkrtchyan2017-03-311-0/+4
* pNFS/flexfiles: never nfs4_mark_deviceid_unavailableWeston Andros Adamson2017-03-171-1/+1
* pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson2017-03-171-1/+2
* pNFS/flexfiles: delete deviceid, don't mark inactiveWeston Andros Adamson2016-12-191-1/+1
* pNFS/flexfiles: Fix a deadlock on LAYOUTGETFred Isaman2016-12-091-11/+39
* pNFS/flexfiles: Fix ff_layout_add_ds_error_locked()Trond Myklebust2016-12-071-1/+2
* pNFS/flexfiles: Refactor encoding of the layoutreturn payloadTrond Myklebust2016-12-031-15/+63
* NFS: Remove unused authflavour parameter from nfs_get_client()Anna Schumaker2016-12-011-2/+1Star
* pNFS: consolidate the different range intersection testsTrond Myklebust2016-12-011-25/+8Star
* pNFS/flexfiles: Fix an Oopsable condition when connection to the DS failsTrond Myklebust2016-08-291-9/+10
* pNFS/flexfiles: Set reasonable default retrans values for the data channelTrond Myklebust2016-08-161-2/+2
* nfs/flexfiles: Helper function to detect FF_FLAGS_NO_READ_IOTom Haynes2016-05-251-0/+6
* flexfiles: add kerneldoc header to nfs4_ff_layout_prepare_dsJeff Layton2016-05-171-1/+17
* flexfiles: remove pointless setting of NFS_LAYOUT_RETURN_REQUESTEDJeff Layton2016-05-171-7/+1Star
* pNFS/flexfiles: When checking for available DSes, conditionally check for MDS ioTom Haynes2016-05-171-0/+6
* NFSv4: Label stateids with the typeTrond Myklebust2016-05-171-1/+2
* nfs: have flexfiles mirror keep creds for both ro and rw layoutsJeff Layton2016-05-091-2/+5
* nfs: get a reference to the credential in ff_layout_alloc_lsegJeff Layton2016-05-091-45/+2Star
* nfs: have ff_layout_get_ds_cred take a reference to the credJeff Layton2016-05-091-4/+26
* nfs: don't call nfs4_ff_layout_prepare_ds from ff_layout_get_ds_credJeff Layton2016-05-091-5/+1Star
* nfs4: nfs4_ff_layout_prepare_ds should return NULL if connection failedJeff Layton2016-03-161-0/+2
* NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSETrond Myklebust2016-01-281-1/+1
* Merge branch 'bugfixes'Trond Myklebust2016-01-221-59/+40Star
|\
| * pNFS/flexfiles: Improve merging of errors in LAYOUTRETURNTrond Myklebust2016-01-211-59/+40Star
* | pNFS/flexfiles: Don't prevent flexfiles client from retrying LAYOUTGETTrond Myklebust2015-12-281-12/+4Star
|/
* NFSv4.1/flexfiles: Mark layout for return if the mirrors are invalidTrond Myklebust2015-09-021-15/+30
* NFSv4.1/flexfiles: RW layouts are valid only if all mirrors are validTrond Myklebust2015-09-021-2/+28
* NFSv4.1/flexfiles: Fix incorrect usage of pnfs_generic_mark_devid_invalid()Trond Myklebust2015-09-021-2/+2
* NFSv4.1/flexfiles: Fix a protocol error in layoutreturnTrond Myklebust2015-08-281-2/+5