aboutsummaryrefslogtreecommitdiffstats
path: root/fs/direct-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-03dio: remove bogus refcounting BUG_ONZach Brown1-1/+1
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-05-09fs: convert core functions to zero_user_pageNate Diller1-6/+2
2007-05-09Fix misspellings collected by members of KJ list.Robert P. J. Day1-1/+1
2006-12-10[PATCH] dio: lock refcount operationsZach Brown1-31/+45
2006-12-10[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDZach Brown1-55/+35
2006-12-10[PATCH] dio: remove duplicate bio wait codeZach Brown1-29/+12
2006-12-10[PATCH] dio: formalize bio counters as a dio reference countZach Brown1-74/+66
2006-12-10[PATCH] dio: call blk_run_address_space() once per opZach Brown1-5/+3
2006-12-10[PATCH] dio: centralize completion in dio_complete()Zach Brown1-52/+42
2006-12-10[PATCH] io-accounting: direct-ioAndrew Morton1-0/+8
2006-07-03[PATCH] lockdep: annotate direct ioIngo Molnar1-2/+4
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe1-10/+8
2006-04-01BUG_ON() Conversion in fs/direct-io.cEric Sesterhenn1-2/+1
2006-03-29Fixes a regression from the recent "remove ->get_blocks() support"Nathan Scott1-3/+4
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty1-13/+14
2006-03-25[PATCH] direct-io: bug fix in dio handling write errorChen, Kenneth W1-1/+7
2006-03-15Fix a direct I/O locking issue revealed by the new mutex code.Nathan Scott1-9/+12
2006-02-03[PATCH] fix O_DIRECT read of last block in a sparse fileJeff Moyer1-1/+8
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-15/+15
2005-10-29[PATCH] core remove PageReservedNick Piggin1-1/+3
2005-06-24[PATCH] pass iocb to dio_iodone_tChristoph Hellwig1-1/+1
2005-04-16[PATCH] Direct IO async short read fixDaniel McNeil1-3/+17
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1258