aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-10dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo1-16/+4
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-6/+6
2009-12-10dm io: handle empty barriersMikulas Patocka1-3/+7
2009-12-10dm io: remove extra bi_io_vec region hackMikulas Patocka1-34/+55
2009-12-10dm io: use slab for struct ioMikulas Patocka1-1/+20
2009-06-22dm io: retry after barrier errorMikulas Patocka1-0/+6
2009-06-22dm io: record eopnotsuppMikulas Patocka1-1/+7
2009-04-02dm io: make sync_io uninterruptibleMikulas Patocka1-4/+1
2009-03-16dm io: respect BIO_MAX_PAGES limitMikulas Patocka1-0/+2
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe1-1/+1
2008-12-29bio: allow individual slabs in the bio_setJens Axboe1-1/+1
2008-10-21dm: remove dm header from targetsMikulas Patocka1-1/+1
2008-04-25dm: unplug queues in threadsMikulas Patocka1-3/+8
2008-04-25dm: move include filesAlasdair G Kergon1-1/+1
2008-04-25dm io: clean interfaceHeinz Mauelshagen1-5/+6
2008-04-25dm io: rename error to error_bitsAlasdair G Kergon1-7/+7
2008-03-28dm io: write error bits form long not intAlasdair G Kergon1-1/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-7/+1
2007-07-12dm io: fix panic on large requestJun'ichi Nomura1-1/+4
2007-05-09dm io: remove old interfaceMilan Broz1-127/+4
2007-05-09dm io: new interfaceHeinz Mauelshagen1-0/+122
2007-05-09dm io: prepare for new interfaceHeinz Mauelshagen1-17/+44
2007-05-09dm io: delay dec_countHeinz Mauelshagen1-2/+10
2007-04-30[BLOCK] Don't pin lots of memory in mempoolsJens Axboe1-1/+1
2006-12-08[PATCH] dm io: fix bi_max_vecsHeinz Mauelshagen1-6/+9
2006-03-26[PATCH] mempool: use common mempool kmalloc allocatorMatthew Dobson1-11/+2
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-09-07[PATCH] kill bio->bi_setPeter Osterlund1-0/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+426