aboutsummaryrefslogtreecommitdiff
path: root/fs/direct-io.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-06fs: truncate blocks outside i_size after O_DIRECT write errorGravatar Dmitri Monakhov 1-0/+13
2008-10-16Remove Andrew Morton's old email accountsGravatar Francois Cami 1-2/+2
2008-07-26dio: use get_user_pages_fastGravatar Nick Piggin 1-8/+2
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userGravatar Christoph Lameter 1-2/+2
2007-10-16remove ZERO_PAGEGravatar Nick Piggin 1-2/+2
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioGravatar NeilBrown 1-11/+2
2007-08-20dio: zero struct dio with kzalloc instead of manuallyGravatar Zach Brown 1-17/+1
2007-08-11direct-io: fix error-path crashesGravatar Badari Pulavarty 1-0/+1
2007-07-03dio: remove bogus refcounting BUG_ONGravatar Zach Brown 1-1/+1
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 1-1/+1
2007-05-09fs: convert core functions to zero_user_pageGravatar Nate Diller 1-6/+2