summaryrefslogtreecommitdiff
path: root/fs/nfs/direct.c
AgeCommit message (Expand)Author
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe
2015-04-23nfs: remove WARN_ON_ONCE from nfs_direct_good_bytesPeng Tao
2015-04-23nfs: fix DIO good bytes calculationPeng Tao
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-15nfs: generic_write_checks() shouldn't be done on swapout...Al Viro
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-27NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECTTrond Myklebust
2015-03-13fs: split generic and aio kiocbChristoph Hellwig
2015-03-13nfs: clean up nfs_direct_IOPeng Tao
2015-03-12fs: remove ki_nbytesChristoph Hellwig
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