summaryrefslogtreecommitdiffstats
path: root/fs/nfs/flexfilelayout
AgeCommit message (Expand)AuthorLines
2017-07-13PNFS for stateid errors retry against MDS firstOlga Kornievskaia-33/+0
2017-05-24pNFS/flexfiles: missing error code in ff_layout_alloc_lseg()Dan Carpenter-0/+1
2017-05-09pNFS/flexfiles: Always attempt to call layoutstats when flexfiles is enabledTrond Myklebust-0/+11
2017-04-29pNFS/flexfiles: Fix up the ff_layout_write_pagelist failure pathTrond Myklebust-3/+8
2017-04-25pNFS: Ensure we check layout segment validity in the pg_init() callbackTrond Myklebust-0/+2
2017-04-20pNFS/flexfiles: Check the result of nfs4_pnfs_ds_connectTrond Myklebust-1/+1
2017-04-20nfs: flexfilelayout: remove v3-only data server limitationTigran Mkrtchyan-1/+7
2017-03-31Merge tag 'nfs-for-4.11-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-0/+4
2017-03-31nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS typeTigran Mkrtchyan-0/+4
2017-03-17Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-3/+16
2017-03-17pNFS/flexfiles: never nfs4_mark_deviceid_unavailableWeston Andros Adamson-2/+14
2017-03-17pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson-1/+2
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-39/+21
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan-2/+2
2017-02-22pNFS/flexfiles: If the layout is invalid, it must be updated before retryingTrond Myklebust-6/+7
2017-02-21NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* genericsTrond Myklebust-4/+1
2017-01-30pNFS/flexfiles: Make local symbol layoutreturn_ops staticWei Yongjun-1/+1
2017-01-30NFS: Use nfs4_setup_sequence() everywhereAnna Schumaker-28/+12
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner-2/+1
2016-12-19pNFS/flexfiles: delete deviceid, don't mark inactiveWeston Andros Adamson-3/+5
2016-12-09pNFS/flexfiles: Ensure we have enough buffer for layoutreturnTrond Myklebust-6/+27
2016-12-09pNFS/flexfiles: Remove a redundant parameter in ff_layout_encode_ioerr()Trond Myklebust-6/+4
2016-12-08pNFS/flexfiles: Fix a deadlock on LAYOUTGETFred Isaman-46/+43
2016-12-07pNFS/flexfiles: Fix ff_layout_add_ds_error_locked()Trond Myklebust-1/+2
2016-12-03pNFS/flexfiles: Support sending layoutstats in layoutreturnTrond Myklebust-6/+79
2016-12-03pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturnTrond Myklebust-25/+34
2016-12-03NFS: Fix up read of mirror statsTrond Myklebust-0/+2
2016-12-03pNFS/flexfiles: Clean up layoutstatsTrond Myklebust-20/+7
2016-12-03pNFS/flexfiles: Refactor encoding of the layoutreturn payloadTrond Myklebust-31/+124
2016-12-02pNFS/flexfiles: Only send layoutstats updates for mirrors that were updatedTrond Myklebust-0/+9
2016-12-02pNFS/flexfiles: Don't attempt to send layoutstats if there are no entriesTrond Myklebust-0/+5
2016-12-01NFS: Remove unused authflavour parameter from nfs_get_client()Anna Schumaker-2/+1
2016-12-01pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callbackTrond Myklebust-2/+2
2016-12-01pNFS: consolidate the different range intersection testsTrond Myklebust-25/+8
2016-12-01pNFS: Fix a deadlock between read resends and layoutreturnTrond Myklebust-0/+4
2016-09-27NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateidTrond Myklebust-1/+1
2016-08-29pNFS/flexfiles: Fix an Oopsable condition when connection to the DS failsTrond Myklebust-28/+28
2016-08-16pNFS/flexfiles: Set reasonable default retrans values for the data channelTrond Myklebust-2/+2
2016-08-14pNFS/flexfiles: Fix layoutstat periodic reportingTrond Myklebust-5/+5
2016-07-05pNFS: Files and flexfiles always need to commit before layoutcommitTrond Myklebust-2/+5
2016-07-05pNFS/flexfiles: Clean up calls to pnfs_set_layoutcommit()Trond Myklebust-9/+10
2016-07-05pNFS/flexfiles: Fix layoutcommit after a commit to DSTrond Myklebust-2/+1
2016-05-26pnfs: pnfs_update_layout needs to consider if strict iomode checking is onTom Haynes-13/+36
2016-05-26nfs/flexfiles: Use the layout segment for reading unless it a IOMODE_RW and r...Tom Haynes-2/+3
2016-05-25nfs/flexfiles: Helper function to detect FF_FLAGS_NO_READ_IOTom Haynes-1/+16
2016-05-17flexfiles: add kerneldoc header to nfs4_ff_layout_prepare_dsJeff Layton-1/+17
2016-05-17flexfiles: remove pointless setting of NFS_LAYOUT_RETURN_REQUESTEDJeff Layton-9/+1
2016-05-17pnfs: don't merge new ff lsegs with ones that have LAYOUTRETURN bit setJeff Layton-2/+2
2016-05-17pNFS/flexfiles: When initing reads or writes, we might have to retry connecti...Tom Haynes-4/+25