aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/direct.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-13NFS: struct nfs_commit_info.lock must always point to inode->i_lockGravatar Trond Myklebust 1-1/+1
2015-02-03Merge branch 'flexfiles'Gravatar Trond Myklebust 1-17/+95
2015-02-03nfs: count DIO good bytes correctly with mirroringGravatar Peng Tao 1-4/+8
2015-02-03nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writesGravatar Peng Tao 1-0/+6
2015-02-03pnfs: fail comparison when bucket verifier not setGravatar Weston Andros Adamson 1-1/+5
2015-02-03nfs: mirroring support for direct ioGravatar Weston Andros Adamson 1-14/+57
2015-02-03nfs: add mirroring support to pgio layerGravatar Weston Andros Adamson 1-3/+14
2015-02-03pnfs: pass ds_commit_idx through the commit pathGravatar Weston Andros Adamson 1-2/+3
2015-02-03nfs: rename pgio header ds_idx to ds_commit_idxGravatar Weston Andros Adamson 1-8/+6
2015-02-03pnfs: Do not grab the commit_info lock twice when rescheduling writesGravatar Tom Haynes 1-4/+15
2015-01-21nfs: fix dio deadlock when O_DIRECT flag is flippedGravatar Peng Tao 1-0/+6
2014-11-12nfs: fix pnfs direct write memory leakGravatar Peng Tao 1-0/+1
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-7/+5
2014-10-14block: Remove REQ_KERNELGravatar Martin K. Petersen 1-7/+5
2014-09-12NFS: Unconditionally enable commit codeGravatar Anna Schumaker 1-14/+0
2014-07-13Merge branch 'bugfixes' into linux-nextGravatar Trond Myklebust 1-2/+0
2014-07-12NFS: Remove 2 unused variablesGravatar Trond Myklebust 1-2/+0
2014-06-24nfs: remove unused writeverf codeGravatar Weston Andros Adamson 1-17/+8
2014-06-24nfs: merge nfs_pgio_data into _headerGravatar Weston Andros Adamson 1-4/+4
2014-06-24nfs: move nfs_pgio_data and remove nfs_rw_headerGravatar Weston Andros Adamson 1-4/+4
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-224/+102
2014-05-29pnfs: support multiple verfs per direct reqGravatar Weston Andros Adamson 1-5/+97
2014-05-29nfs: add support for multiple nfs reqs per pageGravatar Weston Andros Adamson 1-2/+5
2014-05-29nfs: remove unused arg from nfs_create_requestGravatar Weston Andros Adamson 1-4/+2
2014-05-28NFS: Move the write verifier into the nfs_pgio_headerGravatar Anna Schumaker 1-2/+2
2014-05-28nfs: remove ->read_pageio_init from rpc opsGravatar Christoph Hellwig 1-1/+1
2014-05-28nfs: remove ->write_pageio_init from rpc opsGravatar Christoph Hellwig 1-2/+2
2014-05-06new helper: iov_iter_get_pages_alloc()Gravatar Al Viro 1-202/+88
2014-05-06get rid of pointless iov_length() in ->direct_IO()Gravatar Al Viro 1-7/+3
2014-05-06convert the guts of nfs_direct_IO() to iov_iterGravatar Al Viro 1-25/+21
2014-05-06pass iov_iter to ->direct_IO()Gravatar Al Viro 1-4/+4
2014-01-13nfs: page cache invalidation for dioGravatar Christoph Hellwig 1-2/+27
2014-01-13nfs: take i_mutex during direct I/O readsGravatar Christoph Hellwig 1-2/+12
2014-01-13nfs: merge nfs_direct_write into nfs_file_direct_writeGravatar Christoph Hellwig 1-50/+41
2014-01-13nfs: merge nfs_direct_read into nfs_file_direct_readGravatar Christoph Hellwig 1-58/+49
2014-01-13nfs: increment i_dio_count for reads, tooGravatar Christoph Hellwig 1-3/+6
2014-01-13nfs: defer inode_dio_done call until size update is doneGravatar Christoph Hellwig 1-17/+15
2014-01-13nfs: fix size updates for aio writesGravatar Christoph Hellwig 1-5/+16
2014-01-05NFS: dprintk() should not print negative fileids and inode numbersGravatar Niels de Vos 1-2/+2
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsGravatar Al Viro 1-11/+6
2013-07-30aio: Kill aio_rw_vect_retry()Gravatar Kent Overstreet 1-1/+0
2012-12-12nfs: fix page dirtying in NFS DIO read codepathGravatar Jeff Layton 1-7/+2
2012-12-12nfs: don't zero out the rest of the page if we hit the EOF on a DIO READGravatar Jeff Layton 1-8/+0
2012-10-08NFS41: send real write size in layoutgetGravatar Peng Tao 1-0/+7
2012-10-08NFS: track direct IO left bytesGravatar Peng Tao 1-0/+5
2012-10-01NFSv41: fix DIO write_io calculationGravatar Peng Tao 1-2/+2
2012-09-28NFS: Convert nfs_get_lock_context to return an ERR_PTR on failureGravatar Trond Myklebust 1-4/+12
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-28/+54
2012-07-31nfs: enable swap on NFSGravatar Mel Gorman 1-28/+54
2012-07-30NFS: Convert v4 into a moduleGravatar Bryan Schumaker 1-1/+1