aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/flexfilelayout/flexfilelayout.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-05pNFS: Files and flexfiles always need to commit before layoutcommitGravatar Trond Myklebust 1-2/+5
2016-07-05pNFS/flexfiles: Clean up calls to pnfs_set_layoutcommit()Gravatar Trond Myklebust 1-9/+10
2016-07-05pNFS/flexfiles: Fix layoutcommit after a commit to DSGravatar Trond Myklebust 1-2/+1
2016-05-26pnfs: pnfs_update_layout needs to consider if strict iomode checking is onGravatar Tom Haynes 1-13/+36
2016-05-26nfs/flexfiles: Use the layout segment for reading unless it a IOMODE_RW and r...Gravatar Tom Haynes 1-2/+3
2016-05-17flexfiles: remove pointless setting of NFS_LAYOUT_RETURN_REQUESTEDGravatar Jeff Layton 1-2/+0
2016-05-17pnfs: don't merge new ff lsegs with ones that have LAYOUTRETURN bit setGravatar Jeff Layton 1-2/+2
2016-05-17pNFS/flexfiles: When initing reads or writes, we might have to retry connecti...Gravatar Tom Haynes 1-4/+25
2016-05-17pNFS/flexfiles: When checking for available DSes, conditionally check for MDS ioGravatar Tom Haynes 1-3/+2
2016-05-17pNFS/flexfile: Fix erroneous fall back to read/write through the MDSGravatar Trond Myklebust 1-17/+6
2016-05-17NFSv4: Label stateids with the typeGravatar Trond Myklebust 1-3/+4
2016-05-09nfs: have flexfiles mirror keep creds for both ro and rw layoutsGravatar Jeff Layton 1-7/+23
2016-05-09nfs: get a reference to the credential in ff_layout_alloc_lsegGravatar Jeff Layton 1-7/+34
2016-05-09nfs: have ff_layout_get_ds_cred take a reference to the credGravatar Jeff Layton 1-6/+9
2016-05-09NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lockGravatar Dave Wysochanski 1-2/+2
2016-01-27NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSEGravatar Trond Myklebust 1-1/+1
2016-01-22Merge branch 'bugfixes'Gravatar Trond Myklebust 1-4/+2
2016-01-22pNFS/flexfiles: Fix an XDR encoding bug in layoutreturnGravatar Trond Myklebust 1-4/+2
2016-01-07Merge branch 'bugfixes'Gravatar Trond Myklebust 1-1/+1
2016-01-04Merge branch 'pnfs_generic'Gravatar Trond Myklebust 1-12/+1
2015-12-31NFS/pNFS: Fix up pNFS write reschedule layering violations and bugsGravatar Trond Myklebust 1-12/+1
2015-12-30pNFS/flexfiles: Fix an Oopsable typo in ff_mirror_match_fh()Gravatar Trond Myklebust 1-1/+1
2015-12-28pNFS/flexfiles: Ensure we record layoutstats even if RPC is terminated earlyGravatar Trond Myklebust 1-6/+31
2015-12-28pNFS: Add flag to track if we've called nfs4_ff_layout_stat_io_start_read/writeGravatar Trond Myklebust 1-25/+70
2015-12-28pNFS/flexfiles: Fix a statistics gathering imbalanceGravatar Trond Myklebust 1-1/+1
2015-12-28pNFS/flexfiles: Don't prevent flexfiles client from retrying LAYOUTGETGravatar Trond Myklebust 1-4/+0
2015-12-28pnfs/flexfiles: count io stat in rpc_count_stats callbackGravatar Peng Tao 1-12/+10
2015-12-28pnfs/flexfiles: do not mark delay-like status as DS failureGravatar Peng Tao 1-1/+8
2015-12-28NFS41: pop some layoutget errors to applicationGravatar Peng Tao 1-3/+22
2015-12-28pNFS/flexfiles: Support server-supplied layoutstats sampling periodGravatar Trond Myklebust 1-3/+13
2015-11-02pNFS/flexfiles: Add support for FF_FLAGS_NO_IO_THRU_MDSGravatar Trond Myklebust 1-2/+16
2015-11-02pNFS/flexfiles: When mirrored, retry failed reads by switching mirrorsGravatar Trond Myklebust 1-8/+14
2015-09-02NFSv4.1/flexfiles: Clean up ff_layout_write_done_cb/ff_layout_commit_done_cbGravatar Trond Myklebust 1-11/+9
2015-09-02NFSv4.1/flexfiles: Mark the layout for return in ff_layout_io_track_ds_error()Gravatar Trond Myklebust 1-9/+1
2015-09-01NFSv4.1/flexfiles: Fix freeing of mirrorsGravatar Trond Myklebust 1-12/+2
2015-08-30NFSv4.1/flexfiles: Don't mark the entire deviceid as bad for file errorsGravatar Trond Myklebust 1-8/+16
2015-08-25NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing onesGravatar Trond Myklebust 1-0/+60
2015-08-25NFSv4.1/flexfile: ff_layout_remove_mirror can be staticGravatar kbuild test robot 1-1/+1
2015-08-25NFSv4.2/pnfs: Make the layoutstats timer configurableGravatar Trond Myklebust 1-1/+4
2015-08-25NFSv4.1/flexfile: Ensure uniqueness of mirrors across layout segmentsGravatar Trond Myklebust 1-29/+96
2015-08-25NFSv4.1/flexfiles: Remove mirror backpointer to lseg.Gravatar Trond Myklebust 1-13/+12
2015-08-25NFSv4.1/flexfiles: Add refcounting to struct nfs4_ff_layout_mirrorGravatar Trond Myklebust 1-9/+27
2015-08-25NFS41/flexfiles: zero out DS write wccGravatar Peng Tao 1-0/+2
2015-08-20NFSv4.1/pnfs Ensure flexfiles reports all connection related errorsGravatar Trond Myklebust 1-13/+35
2015-08-20NFSv4.1/pnfs: Ensure the flexfiles layoutstats timers are consistentGravatar Trond Myklebust 1-27/+24
2015-08-19NFS41/flexfiles: update inode after write finishesGravatar Peng Tao 1-0/+3
2015-08-17nfs: remove some dead code in ff_layout_pg_get_mirror_count_writeGravatar Jeff Layton 1-2/+0
2015-08-12NFSv4.2/pnfs: Use GFP_NOIO for layoutstat reporting in the writeback pathGravatar Trond Myklebust 1-2/+4
2015-08-12pnfs/flexfiles: LAYOUTSTATS ii_count should be ops instead of bytesGravatar Peng Tao 1-3/+2
2015-07-08NFSv4.2/flexfiles: Fix a typo in the flexfiles layoutstats codeGravatar Trond Myklebust 1-1/+1