summaryrefslogtreecommitdiffstats
path: root/fs/nfs/direct.c
AgeCommit message (Expand)Author
2015-02-13NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust
2015-02-03Merge branch 'flexfiles'Trond Myklebust
2015-02-03nfs: count DIO good bytes correctly with mirroringPeng Tao
2015-02-03nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writesPeng Tao
2015-02-03pnfs: fail comparison when bucket verifier not setWeston Andros Adamson
2015-02-03nfs: mirroring support for direct ioWeston Andros Adamson
2015-02-03nfs: add mirroring support to pgio layerWeston Andros Adamson
2015-02-03pnfs: pass ds_commit_idx through the commit pathWeston Andros Adamson
2015-02-03nfs: rename pgio header ds_idx to ds_commit_idxWeston Andros Adamson
2015-02-03pnfs: Do not grab the commit_info lock twice when rescheduling writesTom Haynes
2015-01-21nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao
2014-11-12nfs: fix pnfs direct write memory leakPeng Tao
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-14block: Remove REQ_KERNELMartin K. Petersen
2014-09-12NFS: Unconditionally enable commit codeAnna Schumaker
2014-07-13Merge branch 'bugfixes' into linux-nextTrond Myklebust
2014-07-12NFS: Remove 2 unused variablesTrond Myklebust
2014-06-24nfs: remove unused writeverf codeWeston Andros Adamson
2014-06-24nfs: merge nfs_pgio_data into _headerWeston Andros Adamson
2014-06-24nfs: move nfs_pgio_data and remove nfs_rw_headerWeston Andros Adamson
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-05-29pnfs: support multiple verfs per direct reqWeston Andros Adamson
2014-05-29nfs: add support for multiple nfs reqs per pageWeston Andros Adamson
2014-05-29nfs: remove unused arg from nfs_create_requestWeston Andros Adamson
2014-05-28NFS: Move the write verifier into the nfs_pgio_headerAnna Schumaker
2014-05-28nfs: remove ->read_pageio_init from rpc opsChristoph Hellwig
2014-05-28nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig
2014-05-06new helper: iov_iter_get_pages_alloc()Al Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06convert the guts of nfs_direct_IO() to iov_iterAl Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-01-13nfs: page cache invalidation for dioChristoph Hellwig
2014-01-13nfs: take i_mutex during direct I/O readsChristoph Hellwig
2014-01-13nfs: merge nfs_direct_write into nfs_file_direct_writeChristoph Hellwig
2014-01-13nfs: merge nfs_direct_read into nfs_file_direct_readChristoph Hellwig
2014-01-13nfs: increment i_dio_count for reads, tooChristoph Hellwig
2014-01-13nfs: defer inode_dio_done call until size update is doneChristoph Hellwig
2014-01-13nfs: fix size updates for aio writesChristoph Hellwig
2014-01-05NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet
2012-12-12nfs: fix page dirtying in NFS DIO read codepathJeff Layton
2012-12-12nfs: don't zero out the rest of the page if we hit the EOF on a DIO READJeff Layton
2012-10-08NFS41: send real write size in layoutgetPeng Tao
2012-10-08NFS: track direct IO left bytesPeng Tao
2012-10-01NFSv41: fix DIO write_io calculationPeng Tao
2012-09-28NFS: Convert nfs_get_lock_context to return an ERR_PTR on failureTrond Myklebust
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31nfs: enable swap on NFSMel Gorman
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker