aboutsummaryrefslogtreecommitdiffstats
path: root/fs/direct-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-28direct-io: fix a wrong commentAndi Kleen1-1/+1
2011-10-28direct-io: separate fields only used in the submission path from struct dioAndi Kleen1-188/+201
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-20fs: move inode_dio_done to the end_io handlerChristoph Hellwig1-3/+4
2011-07-20fs: always maintain i_dio_countChristoph Hellwig1-12/+13
2011-07-20fs: kill i_alloc_semChristoph Hellwig1-14/+51
2011-07-20fs: simplify handling of zero sized reads in __blockdev_direct_IOChristoph Hellwig1-2/+5
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-5/+2
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-4/+1
2011-02-15Merge branch 'master' into for-nextJiri Kosina1-3/+7
2011-01-20fs/direct-io.c: don't try to allocate more than BIO_MAX_PAGES in a bioDavid Dillow1-3/+7
2011-01-19dio: fix typos in commentsNamhyung Kim1-3/+3
2010-10-26fs/direct-io.c: fix truncation error in dio_complete() returnEdward Shishkin1-1/+1
2010-09-09O_DIRECT: fix the splitting up of contiguous I/OJeff Moyer1-2/+2
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-54/+20
2010-07-26direct-io: move aio_complete into ->end_ioChristoph Hellwig1-12/+14
2010-05-27fs: introduce new truncate sequencenpiggin@suse.de1-21/+40
2010-05-25direct-io: do not merge logically non-contiguous requestsJosef Bacik1-2/+18
2010-05-25direct-io: add a hook for the fs to provide its own submit_bio functionJosef Bacik1-5/+37
2009-12-17dio: fix use-after-freeAl Viro1-1/+1
2009-12-16direct-io: cleanup blockdev_direct_IO lockingChristoph Hellwig1-77/+52
2009-12-16dio: don't zero out the pages array inside struct dioJeff Moyer1-13/+25
2009-11-26Fix regression in direct writes performance due to WRITE_ODIRECT flag removalVivek Goyal1-1/+1
2009-10-28aio: implement request batchingJeff Moyer1-4/+4
2009-10-28block: get rid of the WRITE_ODIRECT flagJeff Moyer1-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-04-15dio: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan1-2/+0
2009-04-06block: Add flag for telling the IO schedulers NOT to anticipate more IOJens Axboe1-1/+1
2009-01-06fs: truncate blocks outside i_size after O_DIRECT write errorDmitri Monakhov1-0/+13
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami1-2/+2
2008-07-26dio: use get_user_pages_fastNick Piggin1-8/+2
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter1-2/+2
2007-10-16remove ZERO_PAGENick Piggin1-2/+2
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-11/+2
2007-08-20dio: zero struct dio with kzalloc instead of manuallyZach Brown1-17/+1
2007-08-11direct-io: fix error-path crashesBadari Pulavarty1-0/+1