summaryrefslogtreecommitdiff
path: root/fs/direct-io.c
AgeCommit message (Expand)Author
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
2010-07-26direct-io: move aio_complete into ->end_ioChristoph Hellwig
2010-05-27fs: introduce new truncate sequencenpiggin@suse.de
2010-05-25direct-io: do not merge logically non-contiguous requestsJosef Bacik
2010-05-25direct-io: add a hook for the fs to provide its own submit_bio functionJosef Bacik
2009-12-17dio: fix use-after-freeAl Viro
2009-12-16direct-io: cleanup blockdev_direct_IO lockingChristoph Hellwig
2009-12-16dio: don't zero out the pages array inside struct dioJeff Moyer
2009-11-26Fix regression in direct writes performance due to WRITE_ODIRECT flag removalVivek Goyal
2009-10-28aio: implement request batchingJeff Moyer
2009-10-28block: get rid of the WRITE_ODIRECT flagJeff Moyer
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-04-15dio: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan
2009-04-06block: Add flag for telling the IO schedulers NOT to anticipate more IOJens Axboe
2009-01-06fs: truncate blocks outside i_size after O_DIRECT write errorDmitri Monakhov
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami
2008-07-26dio: use get_user_pages_fastNick Piggin
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter
2007-10-16remove ZERO_PAGENick Piggin
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown
2007-08-20dio: zero struct dio with kzalloc instead of manuallyZach Brown
2007-08-11direct-io: fix error-path crashesBadari Pulavarty
2007-07-03dio: remove bogus refcounting BUG_ONZach Brown
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2007-05-09fs: convert core functions to zero_user_pageNate Diller
2007-05-09Fix misspellings collected by members of KJ list.Robert P. J. Day
2006-12-10[PATCH] dio: lock refcount operationsZach Brown
2006-12-10[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDZach Brown
2006-12-10[PATCH] dio: remove duplicate bio wait codeZach Brown
2006-12-10[PATCH] dio: formalize bio counters as a dio reference countZach Brown
2006-12-10[PATCH] dio: call blk_run_address_space() once per opZach Brown
2006-12-10[PATCH] dio: centralize completion in dio_complete()Zach Brown
2006-12-10[PATCH] io-accounting: direct-ioAndrew Morton
2006-07-03[PATCH] lockdep: annotate direct ioIngo Molnar
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe
2006-04-01BUG_ON() Conversion in fs/direct-io.cEric Sesterhenn
2006-03-29Fixes a regression from the recent "remove ->get_blocks() support"Nathan Scott
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty
2006-03-25[PATCH] direct-io: bug fix in dio handling write errorChen, Kenneth W
2006-03-15Fix a direct I/O locking issue revealed by the new mutex code.Nathan Scott
2006-02-03[PATCH] fix O_DIRECT read of last block in a sparse fileJeff Moyer
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen