aboutsummaryrefslogtreecommitdiffstats
path: root/fs/direct-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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