aboutsummaryrefslogtreecommitdiffstats
path: root/fs/direct-io.c
AgeCommit message (Expand)Author
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-01-10do_direct_IO: Use inode->i_blkbits to compute block count to be cleanedChandan Rajendra
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-11-30fs: make sb_init_dio_done_wq available outside of direct-io.cChristoph Hellwig
2016-11-11block: move poll code to blk-mqJens Axboe
2016-11-04direct-io: Use clean_bdev_aliases() instead of handmade iterationJan Kara
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-10-03consistent treatment of EFAULT on O_DIRECT read/writeAl Viro
2016-06-07direct-io: use bio set/get op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-27direct-io: fix direct write stale data exposure from concurrent buffered readEryu Guan
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig
2016-05-01direct-io: remove the offset argument to dio_completeChristoph Hellwig
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-04direct-io: only use block polling if explicitly requestedChristoph Hellwig
2016-02-08direct-io: always call ->end_io if non-NULLChristoph Hellwig
2016-01-30block: fix use-after-free in dio_bio_completeMike Krinkin
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-12-08fix the regression from "direct-io: Fix negative return from dio read beyond ...Al Viro
2015-11-30direct-io: Fix negative return from dio read beyond eofJan Kara
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-10direct-io: be sure to assign dio->bio_bdev for both pathsJens Axboe
2015-11-07directio: add block polling supportJens Axboe
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-09-23fs: direct-io: don't dirtying pages for ITER_BVEC/ITER_KVEC direct readMing Lei
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-08-11block: don't access bio->bi_error after bio_put()Sasha Levin
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-13fs: split generic and aio kiocbChristoph Hellwig
2014-09-26fuse: honour max_read and max_write in direct_io modeMiklos Szeredi
2014-08-07switch iov_iter_get_pages() to passing maximal number of pagesAl Viro
2014-08-01direct-io: fix AIO regressionChristoph Hellwig
2014-07-24direct-io: fix uninitialized warning in do_direct_IO()Boaz Harrosh
2014-05-06new helper: iov_iter_npages()Al Viro
2014-05-06new helper: iov_iter_get_pages()Al Viro
2014-05-06dio: take updating ->result into do_direct_IO()Al Viro
2014-05-06new primitive: iov_iter_alignment()Al Viro
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-04-03fs/direct-io.c: remove redundant comparisonGu Zheng
2014-02-10direct-io: add flag to allow aio writes beyond i_sizeChristoph Hellwig
2013-11-23block: Abstract out bvec iteratorKent Overstreet