summaryrefslogtreecommitdiffstats
path: root/fs/direct-io.c
AgeCommit message (Expand)AuthorLines
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter-2/+2
2007-10-16remove ZERO_PAGENick Piggin-2/+2
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown-11/+2
2007-08-20dio: zero struct dio with kzalloc instead of manuallyZach Brown-17/+1
2007-08-11direct-io: fix error-path crashesBadari Pulavarty-0/+1
2007-07-03dio: remove bogus refcounting BUG_ONZach Brown-1/+1
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds-1/+1
2007-05-09fs: convert core functions to zero_user_pageNate Diller-6/+2
2007-05-09Fix misspellings collected by members of KJ list.Robert P. J. Day-1/+1
2006-12-10[PATCH] dio: lock refcount operationsZach Brown-31/+45
2006-12-10[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDZach Brown-55/+35
2006-12-10[PATCH] dio: remove duplicate bio wait codeZach Brown-29/+12
2006-12-10[PATCH] dio: formalize bio counters as a dio reference countZach Brown-74/+66
2006-12-10[PATCH] dio: call blk_run_address_space() once per opZach Brown-5/+3
2006-12-10[PATCH] dio: centralize completion in dio_complete()Zach Brown-52/+42
2006-12-10[PATCH] io-accounting: direct-ioAndrew Morton-0/+8
2006-07-03[PATCH] lockdep: annotate direct ioIngo Molnar-2/+4
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe-10/+8
2006-04-01BUG_ON() Conversion in fs/direct-io.cEric Sesterhenn-2/+1
2006-03-29Fixes a regression from the recent "remove ->get_blocks() support"Nathan Scott-3/+4
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty-13/+14
2006-03-25[PATCH] direct-io: bug fix in dio handling write errorChen, Kenneth W-1/+7
2006-03-15Fix a direct I/O locking issue revealed by the new mutex code.Nathan Scott-9/+12
2006-02-03[PATCH] fix O_DIRECT read of last block in a sparse fileJeff Moyer-1/+8
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen-15/+15
2005-10-29[PATCH] core remove PageReservedNick Piggin-1/+3
2005-06-24[PATCH] pass iocb to dio_iodone_tChristoph Hellwig-1/+1
2005-04-16[PATCH] Direct IO async short read fixDaniel McNeil-3/+17
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+1258