aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/direct.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-22NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is setKinglong Mee1-2/+5
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-21/+18
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe1-5/+5
2015-04-23nfs: remove WARN_ON_ONCE from nfs_direct_good_bytesPeng Tao1-2/+0
2015-04-23nfs: fix DIO good bytes calculationPeng Tao1-12/+17
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-04-15nfs: generic_write_checks() shouldn't be done on swapout...Al Viro1-9/+3
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-15/+10
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+1
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-2/+2
2015-03-27NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECTTrond Myklebust1-0/+1
2015-03-13fs: split generic and aio kiocbChristoph Hellwig1-1/+1
2015-03-13nfs: clean up nfs_direct_IOPeng Tao1-7/+0
2015-03-12fs: remove ki_nbytesChristoph Hellwig1-1/+1
2015-02-13NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust1-1/+1
2015-02-03Merge branch 'flexfiles'Trond Myklebust1-17/+95
2015-02-03nfs: count DIO good bytes correctly with mirroringPeng Tao1-4/+8
2015-02-03nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writesPeng Tao1-0/+6
2015-02-03pnfs: fail comparison when bucket verifier not setWeston Andros Adamson1-1/+5
2015-02-03nfs: mirroring support for direct ioWeston Andros Adamson1-14/+57
2015-02-03nfs: add mirroring support to pgio layerWeston Andros Adamson1-3/+14
2015-02-03pnfs: pass ds_commit_idx through the commit pathWeston Andros Adamson1-2/+3
2015-02-03nfs: rename pgio header ds_idx to ds_commit_idxWeston Andros Adamson1-8/+6
2015-02-03pnfs: Do not grab the commit_info lock twice when rescheduling writesTom Haynes1-4/+15
2015-01-21nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao1-0/+6
2014-11-12nfs: fix pnfs direct write memory leakPeng Tao1-0/+1
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+5
2014-10-14block: Remove REQ_KERNELMartin K. Petersen1-7/+5
2014-09-12NFS: Unconditionally enable commit codeAnna Schumaker1-14/+0
2014-07-13Merge branch 'bugfixes' into linux-nextTrond Myklebust1-2/+0
2014-07-12NFS: Remove 2 unused variablesTrond Myklebust1-2/+0
2014-06-24nfs: remove unused writeverf codeWeston Andros Adamson1-17/+8
2014-06-24nfs: merge nfs_pgio_data into _headerWeston Andros Adamson1-4/+4
2014-06-24nfs: move nfs_pgio_data and remove nfs_rw_headerWeston Andros Adamson1-4/+4
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-224/+102
2014-05-29pnfs: support multiple verfs per direct reqWeston Andros Adamson1-5/+97
2014-05-29nfs: add support for multiple nfs reqs per pageWeston Andros Adamson1-2/+5
2014-05-29nfs: remove unused arg from nfs_create_requestWeston Andros Adamson1-4/+2
2014-05-28NFS: Move the write verifier into the nfs_pgio_headerAnna Schumaker1-2/+2
2014-05-28nfs: remove ->read_pageio_init from rpc opsChristoph Hellwig1-1/+1
2014-05-28nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig1-2/+2
2014-05-06new helper: iov_iter_get_pages_alloc()Al Viro1-202/+88
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-7/+3
2014-05-06convert the guts of nfs_direct_IO() to iov_iterAl Viro1-25/+21
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-4/+4
2014-01-13nfs: page cache invalidation for dioChristoph Hellwig1-2/+27
2014-01-13nfs: take i_mutex during direct I/O readsChristoph Hellwig1-2/+12
2014-01-13nfs: merge nfs_direct_write into nfs_file_direct_writeChristoph Hellwig1-50/+41