aboutsummaryrefslogtreecommitdiff
path: root/fs/direct-io.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-09Fix misspellings collected by members of KJ list.Gravatar Robert P. J. Day 1-1/+1
2006-12-10[PATCH] dio: lock refcount operationsGravatar Zach Brown 1-31/+45
2006-12-10[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDGravatar Zach Brown 1-55/+35
2006-12-10[PATCH] dio: remove duplicate bio wait codeGravatar Zach Brown 1-29/+12
2006-12-10[PATCH] dio: formalize bio counters as a dio reference countGravatar Zach Brown 1-74/+66
2006-12-10[PATCH] dio: call blk_run_address_space() once per opGravatar Zach Brown 1-5/+3
2006-12-10[PATCH] dio: centralize completion in dio_complete()Gravatar Zach Brown 1-52/+42
2006-12-10[PATCH] io-accounting: direct-ioGravatar Andrew Morton 1-0/+8
2006-07-03[PATCH] lockdep: annotate direct ioGravatar Ingo Molnar 1-2/+4
2006-06-23[PATCH] Kill PF_SYNCWRITE flagGravatar Jens Axboe 1-10/+8
2006-04-01BUG_ON() Conversion in fs/direct-io.cGravatar Eric Sesterhenn 1-2/+1
2006-03-29Fixes a regression from the recent "remove ->get_blocks() support"Gravatar Nathan Scott 1-3/+4
2006-03-26[PATCH] remove ->get_blocks() supportGravatar Badari Pulavarty 1-13/+14
2006-03-25[PATCH] direct-io: bug fix in dio handling write errorGravatar Chen, Kenneth W 1-1/+7
2006-03-15Fix a direct I/O locking issue revealed by the new mutex code.Gravatar Nathan Scott 1-9/+12
2006-02-03[PATCH] fix O_DIRECT read of last block in a sparse fileGravatar Jeff Moyer 1-1/+8
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-15/+15
2005-10-29[PATCH] core remove PageReservedGravatar Nick Piggin 1-1/+3
2005-06-24[PATCH] pass iocb to dio_iodone_tGravatar Christoph Hellwig 1-1/+1
2005-04-16[PATCH] Direct IO async short read fixGravatar Daniel McNeil 1-3/+17
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1258