summaryrefslogtreecommitdiffstats
path: root/fs/nfs/flexfilelayout/flexfilelayout.c
Commit message (Expand)AuthorAgeFilesLines
* pNFS/flexfiles: Handle expired layout segments in ff_layout_initiate_commit()Trond Myklebust2017-07-191-0/+4
* PNFS for stateid errors retry against MDS firstOlga Kornievskaia2017-07-131-33/+0
* pNFS/flexfiles: missing error code in ff_layout_alloc_lseg()Dan Carpenter2017-05-241-0/+1
* pNFS/flexfiles: Always attempt to call layoutstats when flexfiles is enabledTrond Myklebust2017-05-091-0/+11
* pNFS/flexfiles: Fix up the ff_layout_write_pagelist failure pathTrond Myklebust2017-04-291-3/+8
* pNFS: Ensure we check layout segment validity in the pg_init() callbackTrond Myklebust2017-04-251-0/+2
* Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-03-011-39/+21
|\
| * pNFS/flexfiles: If the layout is invalid, it must be updated before retryingTrond Myklebust2017-02-221-6/+7
| * NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* genericsTrond Myklebust2017-02-211-4/+1
| * pNFS/flexfiles: Make local symbol layoutreturn_ops staticWei Yongjun2017-01-301-1/+1
| * NFS: Use nfs4_setup_sequence() everywhereAnna Schumaker2017-01-301-28/+12
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-2/+2
|/
* ktime: Get rid of ktime_equal()Thomas Gleixner2016-12-251-1/+1
* ktime: Get rid of the unionThomas Gleixner2016-12-251-2/+1
* pNFS/flexfiles: delete deviceid, don't mark inactiveWeston Andros Adamson2016-12-191-2/+4
* pNFS/flexfiles: Ensure we have enough buffer for layoutreturnTrond Myklebust2016-12-091-6/+26
* pNFS/flexfiles: Remove a redundant parameter in ff_layout_encode_ioerr()Trond Myklebust2016-12-091-6/+4
* pNFS/flexfiles: Fix a deadlock on LAYOUTGETFred Isaman2016-12-081-34/+3
* pNFS/flexfiles: Support sending layoutstats in layoutreturnTrond Myklebust2016-12-031-6/+76
* pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturnTrond Myklebust2016-12-031-25/+34
* NFS: Fix up read of mirror statsTrond Myklebust2016-12-031-0/+2
* pNFS/flexfiles: Clean up layoutstatsTrond Myklebust2016-12-031-20/+7
* pNFS/flexfiles: Refactor encoding of the layoutreturn payloadTrond Myklebust2016-12-031-13/+50
* pNFS/flexfiles: Only send layoutstats updates for mirrors that were updatedTrond Myklebust2016-12-021-0/+6
* pNFS/flexfiles: Don't attempt to send layoutstats if there are no entriesTrond Myklebust2016-12-021-0/+5
* pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callbackTrond Myklebust2016-12-011-2/+2
* pNFS: Fix a deadlock between read resends and layoutreturnTrond Myklebust2016-12-011-0/+4
* NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateidTrond Myklebust2016-09-271-1/+1
* pNFS/flexfiles: Fix an Oopsable condition when connection to the DS failsTrond Myklebust2016-08-291-19/+18
* pNFS/flexfiles: Fix layoutstat periodic reportingTrond Myklebust2016-08-141-4/+4
* pNFS: Files and flexfiles always need to commit before layoutcommitTrond Myklebust2016-07-051-2/+5
* pNFS/flexfiles: Clean up calls to pnfs_set_layoutcommit()Trond Myklebust2016-07-051-9/+10
* pNFS/flexfiles: Fix layoutcommit after a commit to DSTrond Myklebust2016-07-051-2/+1
* pnfs: pnfs_update_layout needs to consider if strict iomode checking is onTom Haynes2016-05-261-13/+36
* nfs/flexfiles: Use the layout segment for reading unless it a IOMODE_RW and r...Tom Haynes2016-05-261-2/+3
* flexfiles: remove pointless setting of NFS_LAYOUT_RETURN_REQUESTEDJeff Layton2016-05-171-2/+0
* pnfs: don't merge new ff lsegs with ones that have LAYOUTRETURN bit setJeff Layton2016-05-171-2/+2
* pNFS/flexfiles: When initing reads or writes, we might have to retry connecti...Tom Haynes2016-05-171-4/+25
* pNFS/flexfiles: When checking for available DSes, conditionally check for MDS ioTom Haynes2016-05-171-3/+2
* pNFS/flexfile: Fix erroneous fall back to read/write through the MDSTrond Myklebust2016-05-171-17/+6
* NFSv4: Label stateids with the typeTrond Myklebust2016-05-171-3/+4
* nfs: have flexfiles mirror keep creds for both ro and rw layoutsJeff Layton2016-05-091-7/+23
* nfs: get a reference to the credential in ff_layout_alloc_lsegJeff Layton2016-05-091-7/+34
* nfs: have ff_layout_get_ds_cred take a reference to the credJeff Layton2016-05-091-6/+9
* NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lockDave Wysochanski2016-05-091-2/+2
* NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSETrond Myklebust2016-01-271-1/+1
* Merge branch 'bugfixes'Trond Myklebust2016-01-221-4/+2
|\
| * pNFS/flexfiles: Fix an XDR encoding bug in layoutreturnTrond Myklebust2016-01-221-4/+2
* | Merge branch 'bugfixes'Trond Myklebust2016-01-071-1/+1
|\|
| * pNFS/flexfiles: Fix an Oopsable typo in ff_mirror_match_fh()Trond Myklebust2015-12-301-1/+1