aboutsummaryrefslogtreecommitdiff
path: root/fs/direct-io.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-09direct-io: Use return from cmpxchg to decide of assignment happenedGravatar Olof Johansson 1-2/+3
2013-09-04direct-io: Handle O_(D)SYNC AIOGravatar Christoph Hellwig 1-9/+36
2013-09-04direct-io: Implement generic deferred AIO completionsGravatar Christoph Hellwig 1-16/+69
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+4
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-04-29direct-io: submit bio after boundary buffer is added to itGravatar Jan Kara 1-17/+11
2013-04-29direct-io: fix boundary block handlingGravatar Jan Kara 1-1/+2
2013-03-23block: Convert some code to bio_for_each_segment_all()Gravatar Kent Overstreet 1-4/+4
2013-02-22fs: Fix possible use-after-free with AIOGravatar Jan Kara 1-1/+1
2012-11-29direct-io: don't read inode->i_blkbits multiple timesGravatar Linus Torvalds 1-3/+5
2012-08-09block: move down direct IO pluggingGravatar Fengguang Wu 1-0/+5
2012-07-14fs/direct-io.c: adjust suspicious bit operationGravatar Julia Lawall 1-1/+1
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionGravatar Trond Myklebust 1-44/+0
2012-02-23Restore direct_io / truncate locking APIGravatar Anton Altaparmakov 1-2/+2
2012-01-12dio: optimize cache misses in the submission pathGravatar Andi Kleen 1-9/+37
2012-01-12fs/direct-io.c: calculate fs_count correctly in get_more_blocks()Gravatar Tao Ma 1-7/+4
2011-10-28direct-io: merge direct_io_walker into __blockdev_direct_IOGravatar Andi Kleen 1-139/+132
2011-10-28direct-io: inline the complete submission pathGravatar Andi Kleen 1-15/+21
2011-10-28direct-io: separate map_bh from dioGravatar Andi Kleen 1-29/+37
2011-10-28direct-io: use a slab cache for struct dioGravatar Andi Kleen 1-5/+14
2011-10-28direct-io: rearrange fields in dio/dio_submit to avoid holesGravatar Andi Kleen 1-7/+6
2011-10-28direct-io: fix a wrong commentGravatar Andi Kleen 1-1/+1
2011-10-28direct-io: separate fields only used in the submission path from struct dioGravatar Andi Kleen 1-188/+201
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-20fs: move inode_dio_done to the end_io handlerGravatar Christoph Hellwig 1-3/+4
2011-07-20fs: always maintain i_dio_countGravatar Christoph Hellwig 1-12/+13
2011-07-20fs: kill i_alloc_semGravatar Christoph Hellwig 1-14/+51
2011-07-20fs: simplify handling of zero sized reads in __blockdev_direct_IOGravatar Christoph Hellwig 1-2/+5
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-5/+2
2011-03-10block: kill off REQ_UNPLUGGravatar Jens Axboe 1-1/+1
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-4/+1
2011-02-15Merge branch 'master' into for-nextGravatar Jiri Kosina 1-3/+7
2011-01-20fs/direct-io.c: don't try to allocate more than BIO_MAX_PAGES in a bioGravatar David Dillow 1-3/+7
2011-01-19dio: fix typos in commentsGravatar Namhyung Kim 1-3/+3
2010-10-26fs/direct-io.c: fix truncation error in dio_complete() returnGravatar Edward Shishkin 1-1/+1
2010-09-09O_DIRECT: fix the splitting up of contiguous I/OGravatar Jeff Moyer 1-2/+2
2010-08-09sort out blockdev_direct_IO variantsGravatar Christoph Hellwig 1-54/+20