summaryrefslogtreecommitdiffstats
path: root/fs/nfs/flexfilelayout/flexfilelayoutdev.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-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-081-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/+1
* pNFS: consolidate the different range intersection testsTrond Myklebust2016-12-011-25/+8
* 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/+1
* 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/+2
* 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/+1
* 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-271-1/+1
* Merge branch 'bugfixes'Trond Myklebust2016-01-221-59/+40
|\
| * pNFS/flexfiles: Improve merging of errors in LAYOUTRETURNTrond Myklebust2016-01-211-59/+40
* | pNFS/flexfiles: Don't prevent flexfiles client from retrying LAYOUTGETTrond Myklebust2015-12-281-12/+4
|/
* NFSv4.1/flexfiles: Mark layout for return if the mirrors are invalidTrond Myklebust2015-09-011-15/+30
* NFSv4.1/flexfiles: RW layouts are valid only if all mirrors are validTrond Myklebust2015-09-011-2/+28
* NFSv4.1/flexfiles: Fix incorrect usage of pnfs_generic_mark_devid_invalid()Trond Myklebust2015-09-011-2/+2
* NFSv4.1/flexfiles: Fix a protocol error in layoutreturnTrond Myklebust2015-08-271-2/+5
* nfs: always update creds in mirror, even when we have an already connected dsJeff Layton2015-06-251-2/+2
* nfs: fix potential credential leak in ff_layout_update_mirror_credJeff Layton2015-06-251-1/+2
* NFSv4.1: Convert pNFS deviceid to use kfree_rcu()Trond Myklebust2015-03-271-1/+1
* pnfs/flexfiles: Do not dprintk after the freeTom Haynes2015-02-091-1/+1
* pnfs/flexfiles: Add the FlexFile Layout DriverTom Haynes2015-02-031-0/+552
OpenPOWER on IntegriCloud