summaryrefslogtreecommitdiffstats
path: root/fs/nfs/flexfilelayout
Commit message (Expand)AuthorAgeFilesLines
* 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-282-2/+2
* Merge branch 'bugfixes'Trond Myklebust2016-01-222-63/+42Star
|\
| * pNFS/flexfiles: Fix an XDR encoding bug in layoutreturnTrond Myklebust2016-01-221-4/+2Star
| * pNFS/flexfiles: Improve merging of errors in LAYOUTRETURNTrond Myklebust2016-01-211-59/+40Star
* | Merge branch 'bugfixes'Trond Myklebust2016-01-081-1/+1
|\|
| * pNFS/flexfiles: Fix an Oopsable typo in ff_mirror_match_fh()Trond Myklebust2015-12-301-1/+1
* | Merge branch 'pnfs_generic'Trond Myklebust2016-01-041-12/+1Star
|\ \
| * | NFS/pNFS: Fix up pNFS write reschedule layering violations and bugsTrond Myklebust2015-12-311-12/+1Star
| |/
* | pNFS/flexfiles: Ensure we record layoutstats even if RPC is terminated earlyTrond Myklebust2015-12-281-6/+31
* | pNFS: Add flag to track if we've called nfs4_ff_layout_stat_io_start_read/writeTrond Myklebust2015-12-281-25/+70
* | pNFS/flexfiles: Fix a statistics gathering imbalanceTrond Myklebust2015-12-281-1/+1
* | pNFS/flexfiles: Don't prevent flexfiles client from retrying LAYOUTGETTrond Myklebust2015-12-282-16/+4Star
* | pnfs/flexfiles: count io stat in rpc_count_stats callbackPeng Tao2015-12-281-12/+10Star
* | pnfs/flexfiles: do not mark delay-like status as DS failurePeng Tao2015-12-281-1/+8
* | NFS41: pop some layoutget errors to applicationPeng Tao2015-12-281-3/+22
* | pNFS/flexfiles: Support server-supplied layoutstats sampling periodTrond Myklebust2015-12-282-3/+14
|/
* pNFS/flexfiles: Add support for FF_FLAGS_NO_IO_THRU_MDSTrond Myklebust2015-11-022-2/+23
* pNFS/flexfiles: When mirrored, retry failed reads by switching mirrorsTrond Myklebust2015-11-021-8/+14
* NFSv4.1/flexfiles: Clean up ff_layout_write_done_cb/ff_layout_commit_done_cbTrond Myklebust2015-09-031-11/+9Star
* NFSv4.1/flexfiles: Mark the layout for return in ff_layout_io_track_ds_error()Trond Myklebust2015-09-031-9/+1Star
* 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 freeing of mirrorsTrond Myklebust2015-09-011-12/+2Star
* NFSv4.1/flexfiles: Don't mark the entire deviceid as bad for file errorsTrond Myklebust2015-08-301-8/+16
* NFSv4.1/flexfiles: Fix a protocol error in layoutreturnTrond Myklebust2015-08-281-2/+5
* NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing onesTrond Myklebust2015-08-261-0/+60
* NFSv4.1/flexfile: ff_layout_remove_mirror can be statickbuild test robot2015-08-251-1/+1
* NFSv4.2/pnfs: Make the layoutstats timer configurableTrond Myklebust2015-08-251-1/+4
* NFSv4.1/flexfile: Ensure uniqueness of mirrors across layout segmentsTrond Myklebust2015-08-252-29/+99
* NFSv4.1/flexfiles: Remove mirror backpointer to lseg.Trond Myklebust2015-08-252-14/+12Star
* NFSv4.1/flexfiles: Add refcounting to struct nfs4_ff_layout_mirrorTrond Myklebust2015-08-252-9/+28
* NFS41/flexfiles: zero out DS write wccPeng Tao2015-08-251-0/+2
* NFSv4.1/pnfs Ensure flexfiles reports all connection related errorsTrond Myklebust2015-08-211-13/+35
* NFSv4.1/pnfs: Ensure the flexfiles layoutstats timers are consistentTrond Myklebust2015-08-201-27/+24Star
* NFS41/flexfiles: update inode after write finishesPeng Tao2015-08-191-0/+3
* nfs: remove some dead code in ff_layout_pg_get_mirror_count_writeJeff Layton2015-08-171-2/+0Star
* NFSv4.2/pnfs: Use GFP_NOIO for layoutstat reporting in the writeback pathTrond Myklebust2015-08-121-2/+4
* pnfs/flexfiles: LAYOUTSTATS ii_count should be ops instead of bytesPeng Tao2015-08-121-3/+2Star
* NFSv4.2/flexfiles: Fix a typo in the flexfiles layoutstats codeTrond Myklebust2015-07-081-1/+1
* pNFS/flexfiles: Fix the reset of struct pgio_header when resendingTrond Myklebust2015-06-261-1/+1
* pNFS/flexfiles: Turn off layoutcommit for servers that don't need itTrond Myklebust2015-06-262-1/+18
* Merge branch 'layoutstats'Trond Myklebust2015-06-262-13/+470
|\
| * pnfs/flexfiles: protect ktime manipulation with mirror lockPeng Tao2015-06-261-19/+12Star
| * pnfs/flexfiles: report layoutstat regularlyPeng Tao2015-06-242-5/+28
| * pnfs/flexfiles: encode LAYOUTSTATS flexfiles specific dataPeng Tao2015-06-242-2/+177
| * pnfs/flexfiles: add ff_layout_prepare_layoutstatsPeng Tao2015-06-241-0/+71
| * pNFS/flexfiles: track when layout is first usedPeng Tao2015-06-242-3/+8
| * pNFS/flexfiles: add layoutstats trackingTrond Myklebust2015-06-242-11/+203