aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-16dm: dec_pending needs locking to save error valueKiyoshi Ueda1-2/+8
2009-10-16dm: add missing del_gendisk to alloc_dev error pathZdenek Kabelac1-0/+1
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan1-6/+10
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe1-10/+6
2009-09-22const: make block_device_operations constAlexey Dobriyan1-2/+2
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan1-6/+10
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe1-6/+6
2009-09-04dm multipath: fix oops when request based io fails when no pathsKiyoshi Ueda1-5/+10
2009-07-23dm: remove queue next_ordered workaround for barriersMike Snitzer1-10/+0
2009-07-01block: Create bip slabs with embedded integrity vectorsMartin K. Petersen1-2/+2
2009-06-22dm: disable interrupt when taking map_lockKiyoshi Ueda1-6/+9
2009-06-22dm: do not set QUEUE_ORDERED_DRAIN if request basedKiyoshi Ueda1-1/+10
2009-06-22dm: enable request based optionKiyoshi Ueda1-26/+136
2009-06-22dm: prepare for request based optionKiyoshi Ueda1-4/+701
2009-06-22dm: calculate queue limits during resume not loadMike Snitzer1-3/+9
2009-06-22dm ioctl: support cookies for udevMilan Broz1-6/+19
2009-06-22dm: send empty barriers to targets in dm_flushMikulas Patocka1-0/+10
2009-06-22dm: initialise tio in alloc_tioAlasdair G Kergon1-18/+15
2009-06-22dm: introduce num_flush_requestsMikulas Patocka1-0/+39
2009-06-22dm: remove check that prevents mapping empty biosMikulas Patocka1-5/+0
2009-06-22dm: remove EOPNOTSUPP for barriersMikulas Patocka1-1/+1
2009-06-22dm: store only first barrier errorMikulas Patocka1-8/+9
2009-06-22dm: process requeue in dm_wq_workMikulas Patocka1-3/+10
2009-06-22dm: make dm_flush return voidMikulas Patocka1-13/+4
2009-06-22dm: always hold bdev referenceMikulas Patocka1-41/+16
2009-06-22dm: rename suspended_bdev to bdevMikulas Patocka1-18/+18
2009-06-22dm: avoid unsupported spanning of md stripe boundariesMikulas Patocka1-0/+10
2009-06-22dm: sysfs skip output when device is being destroyedMilan Broz1-0/+4
2009-06-16block: remove some includings of blktrace_api.hLi Zefan1-1/+0
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan1-3/+2
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar1-1/+0
2009-05-06blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle1-2/+1
2009-04-15block: move bio list helpers into bio.hChristoph Hellwig1-1/+0
2009-04-09dm: implement basic barrier supportMikulas Patocka1-20/+68
2009-04-09dm: remove dm_request loopMikulas Patocka1-15/+7
2009-04-09dm: rework queueing and suspensionMikulas Patocka1-8/+32
2009-04-09dm: simplify dm_request loopAlasdair G Kergon1-11/+7
2009-04-09dm: split DMF_BLOCK_IO flag into twoAlasdair G Kergon1-9/+13
2009-04-09dm: rearrange dm_wq_workAlasdair G Kergon1-8/+9
2009-04-09dm: remove limited barrier supportMikulas Patocka1-5/+10
2009-04-09dm: add integrity supportMartin K. Petersen1-0/+15
2009-04-02dm: set queue ordered modeMikulas Patocka1-0/+1
2009-04-02dm: move wait queue declarationMikulas Patocka1-7/+7
2009-04-02dm: merge pushback and deferred bio listsMikulas Patocka1-21/+16
2009-04-02dm: allow uninterruptible wait for pending ioMikulas Patocka1-4/+5
2009-04-02dm: merge __flush_deferred_io into callerMikulas Patocka1-11/+7
2009-04-02dm: move bio_io_error into __split_and_process_bioMikulas Patocka1-11/+10
2009-04-02dm: rename __split_bioMikulas Patocka1-4/+4
2009-04-02dm: remove unnecessary struct dm_wq_reqMikulas Patocka1-17/+7
2009-04-02dm: remove unnecessary work queue context fieldMikulas Patocka1-8/+5