summaryrefslogtreecommitdiff
path: root/fs/nfs/pnfs.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-03nfs: add mirroring support to pgio layerWeston Andros Adamson1-8/+18
2015-02-03pnfs: release lseg in pnfs_generic_pg_cleanupWeston Andros Adamson1-18/+14
2015-02-03nfs41: clear NFS_LAYOUT_RETURN if layoutreturn is sent or failed to sendPeng Tao1-0/+5
2015-02-03nfs41: send layoutreturn in last put_lsegPeng Tao1-1/+37
2015-02-03nfs41: don't use a layout if it is marked for returningPeng Tao1-5/+18
2015-02-03nfs41: add a helper to mark layout for returnPeng Tao1-0/+55
2015-02-03nfs41: make a helper function to send layoutreturnPeng Tao1-20/+33
2015-02-03nfs41: pass iomode through layoutreturn argsPeng Tao1-0/+1
2015-02-03nfs41: serialize first layoutget of a filePeng Tao1-4/+31
2015-02-03nfs41: close a small race window when adding new layout to global listPeng Tao1-5/+3
2015-02-03nfs/flexclient: export pnfs_layoutcommit_inodePeng Tao1-0/+1
2014-10-09NFSv4.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-14Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-116/+62
2014-08-04pnfs: add pnfs_put_lseg_asyncWeston Andros Adamson1-0/+17
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-1/+1
2014-06-25pnfs: clean up *_resend_to_mdsWeston Andros Adamson1-54/+9
2014-06-25nfs: remove pgio_header refcount, related cleanupWeston Andros Adamson1-6/+0
2014-06-25nfs: merge nfs_pgio_data into _headerWeston Andros Adamson1-48/+32
2014-06-25nfs: move nfs_pgio_data and remove nfs_rw_headerWeston Andros Adamson1-14/+10
2014-06-11Merge 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-29NFS: Create a generic_pgio functionAnna Schumaker1-2/+2
2014-05-29NFS: Create a common rw_header_alloc and rw_header_free functionAnna Schumaker1-4/+4
2014-05-29NFS: Create a common pgio_alloc and pgio_release functionAnna Schumaker1-2/+2
2014-05-29NFS: Create a common read and write header structAnna Schumaker1-2/+2
2014-05-29NFS: Create a common read and write data structAnna Schumaker1-13/+13
2014-05-29nfs: remove ->read_pageio_init from rpc opsChristoph Hellwig1-14/+1
2014-05-29nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig1-15/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-02-20NFSv4.1: Ensure that we free existing layout segments if we get a new layoutTrond Myklebust1-0/+15
2014-02-20NFSv4.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-07NFSv4.1: Simplify setting the layout header credentialTrond Myklebust1-1/+1
2013-06-07NFSv4.1: Ensure that layoutreturn uses the correct credentialTrond Myklebust1-0/+1
2013-06-07NFSv4.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