summaryrefslogtreecommitdiff
path: root/fs/direct-io.c
AgeCommit message (Expand)Author
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
2013-09-09direct-io: Use return from cmpxchg to decide of assignment happenedOlof Johansson
2013-09-04direct-io: Handle O_(D)SYNC AIOChristoph Hellwig
2013-09-04direct-io: Implement generic deferred AIO completionsChristoph Hellwig
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-29direct-io: submit bio after boundary buffer is added to itJan Kara
2013-04-29direct-io: fix boundary block handlingJan Kara
2013-03-23block: Convert some code to bio_for_each_segment_all()Kent Overstreet
2013-02-22fs: Fix possible use-after-free with AIOJan Kara
2012-11-29direct-io: don't read inode->i_blkbits multiple timesLinus Torvalds
2012-08-09block: move down direct IO pluggingFengguang Wu
2012-07-14fs/direct-io.c: adjust suspicious bit operationJulia Lawall
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust
2012-02-23Restore direct_io / truncate locking APIAnton Altaparmakov
2012-01-12dio: optimize cache misses in the submission pathAndi Kleen
2012-01-12fs/direct-io.c: calculate fs_count correctly in get_more_blocks()Tao Ma
2011-10-28direct-io: merge direct_io_walker into __blockdev_direct_IOAndi Kleen
2011-10-28direct-io: inline the complete submission pathAndi Kleen
2011-10-28direct-io: separate map_bh from dioAndi Kleen
2011-10-28direct-io: use a slab cache for struct dioAndi Kleen
2011-10-28direct-io: rearrange fields in dio/dio_submit to avoid holesAndi Kleen
2011-10-28direct-io: fix a wrong commentAndi Kleen
2011-10-28direct-io: separate fields only used in the submission path from struct dioAndi Kleen
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-20fs: move inode_dio_done to the end_io handlerChristoph Hellwig
2011-07-20fs: always maintain i_dio_countChristoph Hellwig
2011-07-20fs: kill i_alloc_semChristoph Hellwig
2011-07-20fs: simplify handling of zero sized reads in __blockdev_direct_IOChristoph Hellwig
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-10block: kill off REQ_UNPLUGJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-02-15Merge branch 'master' into for-nextJiri Kosina
2011-01-20fs/direct-io.c: don't try to allocate more than BIO_MAX_PAGES in a bioDavid Dillow
2011-01-19dio: fix typos in commentsNamhyung Kim
2010-10-26fs/direct-io.c: fix truncation error in dio_complete() returnEdward Shishkin
2010-09-09O_DIRECT: fix the splitting up of contiguous I/OJeff Moyer
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig