aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/pnfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-08NFSv4.1/pnfs: replace broken pnfs_put_lseg_asyncTrond Myklebust1-6/+27
2014-09-10pnfs: add return_range methodChristoph Hellwig1-0/+10
2014-09-10pnfs: force a layout commit when encountering busy segments during recallChristoph Hellwig1-0/+3
2014-09-10pnfs: allow splicing pre-encoded pages into the layoutcommit argsChristoph Hellwig1-0/+15
2014-09-10pnfs: avoid using stale stateids after layoutreturnChristoph Hellwig1-1/+6
2014-09-10pnfs: don't check sequence on new stateids in layoutgetChristoph Hellwig1-17/+19
2014-09-10pnfs: do not pass uninitialized lsegs to ->free_lsegChristoph Hellwig1-2/+3
2014-09-10nfs41: add a helper function to set layoutcommit after commitPeng Tao1-0/+29
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-116/+62
2014-08-03pnfs: add pnfs_put_lseg_asyncWeston Andros Adamson1-0/+17
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-1/+1
2014-06-24pnfs: clean up *_resend_to_mdsWeston Andros Adamson1-54/+9
2014-06-24nfs: remove pgio_header refcount, related cleanupWeston Andros Adamson1-6/+0
2014-06-24nfs: merge nfs_pgio_data into _headerWeston Andros Adamson1-48/+32
2014-06-24nfs: move nfs_pgio_data and remove nfs_rw_headerWeston Andros Adamson1-14/+10
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-97/+69
2014-06-10pnfs: fix lockup caused by pnfs_generic_pg_testWeston Andros Adamson1-14/+18
2014-05-29pnfs: allow non page aligned pnfs layout segmentsWeston Andros Adamson1-15/+10
2014-05-29nfs: remove data list from pgio headerWeston Andros Adamson1-26/+15
2014-05-29nfs: chain calls to pg_testWeston Andros Adamson1-5/+10
2014-05-29nfs: modify pg_test interface to return size_tWeston Andros Adamson1-3/+9
2014-05-28NFS: Create a generic_pgio functionAnna Schumaker1-2/+2
2014-05-28NFS: Create a common rw_header_alloc and rw_header_free functionAnna Schumaker1-4/+4
2014-05-28NFS: Create a common pgio_alloc and pgio_release functionAnna Schumaker1-2/+2
2014-05-28NFS: Create a common read and write header structAnna Schumaker1-2/+2
2014-05-28NFS: Create a common read and write data structAnna Schumaker1-13/+13
2014-05-28nfs: remove ->read_pageio_init from rpc opsChristoph Hellwig1-14/+1
2014-05-28nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig1-15/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-02-19NFSv4.1: Ensure that we free existing layout segments if we get a new layoutTrond Myklebust1-0/+15
2014-02-19NFSv4.1: Fix wraparound issues in pnfs_seqid_is_newer()Trond Myklebust1-1/+1
2014-01-13NFSv4.1: Fix a race in nfs4_write_inodeTrond Myklebust1-32/+35
2013-08-22NFSv4: Add tracepoints for debugging reads and writesTrond Myklebust1-0/+3
2013-06-18NFSv4.1: Clean up layout segment comparison helper namesTrond Myklebust1-9/+9
2013-06-18NFSv4.1: layout segment comparison helpers should take 'const' parametersTrond Myklebust1-14/+14
2013-06-06NFSv4.1: Simplify setting the layout header credentialTrond Myklebust1-1/+1
2013-06-06NFSv4.1: Ensure that layoutreturn uses the correct credentialTrond Myklebust1-0/+1
2013-06-06NFSv4.1: Ensure that layoutget is called using the layout credentialTrond Myklebust1-0/+1
2013-03-25NFSv4: Fail I/O if the state recovery fails irrevocablyTrond Myklebust1-0/+2
2013-03-21NFSv4.1: Add a helper pnfs_commit_and_return_layoutTrond Myklebust1-0/+27
2013-03-21NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturnTrond Myklebust1-8/+27
2013-03-21NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust1-1/+18
2013-02-28NFSv4.1: LAYOUTGET EDELAY loops timeout to the MDSWeston Andros Adamson1-4/+3
2013-02-24pnfs: fix resend_to_mds for directioBenny Halevy1-4/+10
2013-02-14NFSv4.1: Fix bulk recall and destroy of layoutsTrond Myklebust1-20/+130
2013-01-04pnfs: Increase the refcount when LAYOUTGET fails the first timeYanchuan Nian1-1/+1
2012-11-04NFSv4.1: Remove assertion BUG_ON()s from the files and generic layout codeTrond Myklebust1-4/+2
2012-11-04NFSv4.1: Remove unused function last_byte_offsetTrond Myklebust1-11/+0
2012-10-31nfs: Check whether a layout pointer is NULL before free itYanchuan Nian1-2/+2
2012-10-08NFS41: send real read size in layoutgetPeng Tao1-1/+9