aboutsummaryrefslogtreecommitdiff
path: root/fs/direct-io.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-26direct-io: move aio_complete into ->end_ioGravatar Christoph Hellwig 1-12/+14
2010-05-27fs: introduce new truncate sequenceGravatar npiggin@suse.de 1-21/+40
2010-05-25direct-io: do not merge logically non-contiguous requestsGravatar Josef Bacik 1-2/+18
2010-05-25direct-io: add a hook for the fs to provide its own submit_bio functionGravatar Josef Bacik 1-5/+37
2009-12-17dio: fix use-after-freeGravatar Al Viro 1-1/+1
2009-12-16direct-io: cleanup blockdev_direct_IO lockingGravatar Christoph Hellwig 1-77/+52
2009-12-16dio: don't zero out the pages array inside struct dioGravatar Jeff Moyer 1-13/+25
2009-11-26Fix regression in direct writes performance due to WRITE_ODIRECT flag removalGravatar Vivek Goyal 1-1/+1
2009-10-28aio: implement request batchingGravatar Jeff Moyer 1-4/+4
2009-10-28block: get rid of the WRITE_ODIRECT flagGravatar Jeff Moyer 1-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeGravatar Martin K. Petersen 1-1/+1
2009-04-15dio: Remove code handling bio_alloc failure with __GFP_WAITGravatar Nikanth Karthikesan 1-2/+0
2009-04-06block: Add flag for telling the IO schedulers NOT to anticipate more IOGravatar Jens Axboe 1-1/+1