aboutsummaryrefslogtreecommitdiff
path: root/fs/direct-io.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-1/+1
2017-01-10do_direct_IO: Use inode->i_blkbits to compute block count to be cleanedGravatar Chandan Rajendra 1-1/+2
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-21/+7
2016-11-30fs: make sb_init_dio_done_wq available outside of direct-io.cGravatar Christoph Hellwig 1-1/+1
2016-11-11block: move poll code to blk-mqGravatar Jens Axboe 1-1/+1
2016-11-04direct-io: Use clean_bdev_aliases() instead of handmade iterationGravatar Jan Kara 1-21/+7
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-1/+1
2016-10-03consistent treatment of EFAULT on O_DIRECT read/writeGravatar Al Viro 1-0/+3
2016-06-07direct-io: use bio set/get op accessorsGravatar Mike Christie 1-14/+20
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-1/+2
2016-05-27direct-io: fix direct write stale data exposure from concurrent buffered readGravatar Eryu Guan 1-7/+7
2016-05-01fs: simplify the generic_write_sync prototypeGravatar Christoph Hellwig 1-8/+9
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCGravatar Christoph Hellwig 1-1/+1
2016-05-01direct-io: remove the offset argument to dio_completeGravatar Christoph Hellwig 1-5/+5
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-3/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-13/+13
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+7
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+2
2016-03-04direct-io: only use block polling if explicitly requestedGravatar Christoph Hellwig 1-1/+2
2016-02-08direct-io: always call ->end_io if non-NULLGravatar Christoph Hellwig 1-2/+7
2016-01-30block: fix use-after-free in dio_bio_completeGravatar Mike Krinkin 1-1/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-4/+4
2015-12-08fix the regression from "direct-io: Fix negative return from dio read beyond ...Gravatar Al Viro 1-0/+1
2015-11-30direct-io: Fix negative return from dio read beyond eofGravatar Jan Kara 1-1/+9
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+10
2015-11-10direct-io: be sure to assign dio->bio_bdev for both pathsGravatar Jens Axboe 1-3/+3
2015-11-07directio: add block polling supportGravatar Jens Axboe 1-4/+10
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 1-1/+1
2015-09-23fs: direct-io: don't dirtying pages for ITER_BVEC/ITER_KVEC direct readGravatar Ming Lei 1-3/+6
2015-08-13block: remove bio_get_nr_vecs()Gravatar Kent Overstreet 1-1/+1
2015-08-11block: don't access bio->bi_error after bio_put()Gravatar Sasha Levin 1-1/+4
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-7/+6
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsGravatar Jens Axboe 1-2/+5
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Gravatar Omar Sandoval 1-21/+18
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+0
2015-03-13fs: split generic and aio kiocbGravatar Christoph Hellwig 1-2/+2
2014-09-26fuse: honour max_read and max_write in direct_io modeGravatar Miklos Szeredi 1-1/+1
2014-08-07switch iov_iter_get_pages() to passing maximal number of pagesGravatar Al Viro 1-1/+1
2014-08-01direct-io: fix AIO regressionGravatar Christoph Hellwig 1-5/+4
2014-07-24direct-io: fix uninitialized warning in do_direct_IO()Gravatar Boaz Harrosh 1-7/+7
2014-05-06new helper: iov_iter_npages()Gravatar Al Viro 1-8/+1
2014-05-06new helper: iov_iter_get_pages()Gravatar Al Viro 1-73/+38
2014-05-06dio: take updating ->result into do_direct_IO()Gravatar Al Viro 1-4/+2
2014-05-06new primitive: iov_iter_alignment()Gravatar Al Viro 1-22/+5
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterGravatar Al Viro 1-17/+16
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 1-6/+12
2014-04-03fs/direct-io.c: remove redundant comparisonGravatar Gu Zheng 1-1/+0
2014-02-10direct-io: add flag to allow aio writes beyond i_sizeGravatar Christoph Hellwig 1-6/+12
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-2/+2