aboutsummaryrefslogtreecommitdiff
path: root/fs/direct-io.c
AgeCommit message (Expand)Author
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
2005-10-29[PATCH] core remove PageReservedNick Piggin
2005-06-24[PATCH] pass iocb to dio_iodone_tChristoph Hellwig
2005-04-16[PATCH] Direct IO async short read fixDaniel McNeil
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds