aboutsummaryrefslogtreecommitdiffstats
path: root/fs/direct-io.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] DIO pages-in-io accounting fixBadari Pulavarty1-1/+5
2004-08-22[PATCH] direct-io: size the BIOs more accuratelyBadari Pulavarty1-2/+6
2004-06-26[PATCH] Fix direct I/O into hugetlb pageKenneth W. Chen1-1/+1
2004-06-17[PATCH] handle partial DIO writeDaniel McNeil1-7/+7
2004-06-02[PATCH] direct-io invalidation fixAndrew Morton1-1/+4
2004-06-02[PATCH] direct-io hole fixAndrew Morton1-12/+17
2004-04-26[PATCH] dio_bio_reap() return value fixAndrew Morton1-1/+4
2004-04-18[PATCH] direct-IO return type fixesAndrew Morton1-5/+5
2004-04-12[PATCH] per-backing dev unpluggingAndrew Morton1-2/+2
2004-04-11[PATCH] AIO+DIO bio_count race fixAndrew Morton1-35/+78
2004-04-11[PATCH] direct-io AIO fixesAndrew Morton1-10/+49
2004-04-11[PATCH] O_DIRECT data exposure fixesAndrew Morton1-13/+80
2003-12-29[PATCH] O_DIRECT memory leak fixAndrew Morton1-0/+6
2003-10-28[PATCH] direct-io typo fixAndrew Morton1-1/+1
2003-10-07o kernel/ksyms.c: move remaining fs/*.c EXPORT_SYMBOLsArnaldo Carvalho de Melo1-0/+3
2003-07-24Add an IO completion handler to the direct_IO path to allow the initiatorStephen Lord1-4/+24
2003-07-10[PATCH] i_size atomic accessAndrew Morton1-3/+5
2003-02-25[PATCH] Spelling fixes: invocationMichael Hayes1-1/+1
2003-02-14[PATCH] direct-io: allow reading of the part-filled EOF blockAndrew Morton1-3/+18
2003-02-14[PATCH] direct-io return value fixAndrew Morton1-13/+10
2003-02-02[PATCH] direct-IO: fix i_size handling on ENOSPCAndrew Morton1-5/+4
2003-01-10[PATCH] fix set_page_dirty vs truncate&free racesAndrew Morton1-1/+1
2003-01-07[PATCH] Reduced wakeup rate in direct-io codeAndrew Morton1-2/+6
2003-01-07[PATCH] AIO support for raw/O_DIRECTAndrew Morton1-59/+159
2003-01-07[PATCH] AIO support for raw/O_DIRECTAndrew Morton1-25/+3
2003-01-07[PATCH] return the correct thing from direct-ioAndrew Morton1-3/+1
2002-11-16[PATCH] don't include net.h in fs.hChristoph Hellwig1-0/+1
2002-11-15[PATCH] direct-io bio_add_page fixAndrew Morton1-1/+5
2002-10-31[PATCH] direct-io build fixAndrew Morton1-1/+1
2002-10-28[PATCH] don't invalidate pagecache after direct-IO readsAndrew Morton1-1/+1
2002-10-28[PATCH] permit direct IO with finer-than-fs-blocksize alignmentsAndrew Morton1-22/+158
2002-10-28[PATCH] restructure direct-io to suit bio_add_pageAndrew Morton1-123/+212
2002-10-27[PATCH] queue merge_bvec_fn() changesJens Axboe1-2/+2
2002-10-12[PATCH] direct-io bio_add_page fixAndrew Morton1-10/+23
2002-10-06MergeLinus Torvalds1-5/+5
2002-10-06[PATCH] add struct file* to ->direct_IO addr space opChuck Lever1-5/+5
2002-10-04[PATCH] use bio_get_nr_vecs() for sizing direct-io BIOsAndrew Morton1-1/+8
2002-10-04[PATCH] O_DIRECT invalidation fixAndrew Morton1-11/+10
2002-10-02[PATCH] convert direct-io to use bio_add_page()Andrew Morton1-40/+43
2002-10-02[PATCH] "io wait" process accountingAndrew Morton1-1/+2
2002-09-23[PATCH] direct-io bandaidAndrew Morton1-1/+1
2002-09-17[PATCH] partial bio completion notificationJens Axboe1-1/+5
2002-09-13[PATCH] readv/writev speedupAndrew Morton1-55/+77
2002-08-10[PATCH] direct IO fixesAndrew Morton1-3/+4
2002-07-28[PATCH] permit modular build of raw driverAndrew Morton1-0/+2
2002-07-28[PATCH] direct IO updatesAndrew Morton1-71/+223
2002-07-18[PATCH] direct_io mopupAndrew Morton1-22/+9
2002-07-14[PATCH] direct-to-BIO for O_DIRECTAndrew Morton1-0/+491