aboutsummaryrefslogtreecommitdiffstats
path: root/fs/direct-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-04direct-io: only use block polling if explicitly requestedChristoph Hellwig1-1/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-4/+4
2015-12-08fix the regression from "direct-io: Fix negative return from dio read beyond eof"Al Viro1-0/+1
2015-11-30direct-io: Fix negative return from dio read beyond eofJan Kara1-1/+9
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+10
2015-11-10direct-io: be sure to assign dio->bio_bdev for both pathsJens Axboe1-3/+3
2015-11-07directio: add block polling supportJens Axboe1-4/+10
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-09-23fs: direct-io: don't dirtying pages for ITER_BVEC/ITER_KVEC direct readMing Lei1-3/+6
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet1-1/+1
2015-08-11block: don't access bio->bi_error after bio_put()Sasha Levin1-1/+4
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-7/+6
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe1-2/+5
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-21/+18
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
2015-03-13fs: split generic and aio kiocbChristoph Hellwig1-2/+2
2014-09-26fuse: honour max_read and max_write in direct_io modeMiklos Szeredi1-1/+1
2014-08-07switch iov_iter_get_pages() to passing maximal number of pagesAl Viro1-1/+1
2014-08-01direct-io: fix AIO regressionChristoph Hellwig1-5/+4
2014-07-24direct-io: fix uninitialized warning in do_direct_IO()Boaz Harrosh1-7/+7
2014-05-06new helper: iov_iter_npages()Al Viro1-8/+1
2014-05-06new helper: iov_iter_get_pages()Al Viro1-73/+38
2014-05-06dio: take updating ->result into do_direct_IO()Al Viro1-4/+2
2014-05-06new primitive: iov_iter_alignment()Al Viro1-22/+5
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-17/+16
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-6/+12
2014-04-03fs/direct-io.c: remove redundant comparisonGu Zheng1-1/+0
2014-02-10direct-io: add flag to allow aio writes beyond i_sizeChristoph Hellwig1-6/+12
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-2/+2
2013-09-09direct-io: Use return from cmpxchg to decide of assignment happenedOlof Johansson1-2/+3
2013-09-04direct-io: Handle O_(D)SYNC AIOChristoph Hellwig1-9/+36
2013-09-04direct-io: Implement generic deferred AIO completionsChristoph Hellwig1-16/+69
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-04-29direct-io: submit bio after boundary buffer is added to itJan Kara1-17/+11
2013-04-29direct-io: fix boundary block handlingJan Kara1-1/+2
2013-03-23block: Convert some code to bio_for_each_segment_all()Kent Overstreet1-4/+4
2013-02-22fs: Fix possible use-after-free with AIOJan Kara1-1/+1
2012-11-29direct-io: don't read inode->i_blkbits multiple timesLinus Torvalds1-3/+5
2012-08-09block: move down direct IO pluggingFengguang Wu1-0/+5
2012-07-14fs/direct-io.c: adjust suspicious bit operationJulia Lawall1-1/+1
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust1-44/+0
2012-02-23Restore direct_io / truncate locking APIAnton Altaparmakov1-2/+2
2012-01-12dio: optimize cache misses in the submission pathAndi Kleen1-9/+37
2012-01-12fs/direct-io.c: calculate fs_count correctly in get_more_blocks()Tao Ma1-7/+4
2011-10-28direct-io: merge direct_io_walker into __blockdev_direct_IOAndi Kleen1-139/+132
2011-10-28direct-io: inline the complete submission pathAndi Kleen1-15/+21
2011-10-28direct-io: separate map_bh from dioAndi Kleen1-29/+37
2011-10-28direct-io: use a slab cache for struct dioAndi Kleen1-5/+14
2011-10-28direct-io: rearrange fields in dio/dio_submit to avoid holesAndi Kleen1-7/+6