aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
...
* dm: abstract dm_in_flight functionKiyoshi Ueda2009-12-101-2/+7
* dm io: use slab for struct ioMikulas Patocka2009-12-101-0/+2
* dm: dec_pending needs locking to save error valueKiyoshi Ueda2009-10-161-2/+8
* dm: add missing del_gendisk to alloc_dev error pathZdenek Kabelac2009-10-161-0/+1
* block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan2009-10-061-6/+10
* Revert "Seperate read and write statistics of in_flight requests"Jens Axboe2009-10-041-10/+6
* const: make block_device_operations constAlexey Dobriyan2009-09-221-2/+2
* Seperate read and write statistics of in_flight requestsNikanth Karthikesan2009-09-141-6/+10
* bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-111-6/+6
* dm multipath: fix oops when request based io fails when no pathsKiyoshi Ueda2009-09-041-5/+10
* dm: remove queue next_ordered workaround for barriersMike Snitzer2009-07-231-10/+0
* block: Create bip slabs with embedded integrity vectorsMartin K. Petersen2009-07-011-2/+2
* dm: disable interrupt when taking map_lockKiyoshi Ueda2009-06-221-6/+9
* dm: do not set QUEUE_ORDERED_DRAIN if request basedKiyoshi Ueda2009-06-221-1/+10
* dm: enable request based optionKiyoshi Ueda2009-06-221-26/+136
* dm: prepare for request based optionKiyoshi Ueda2009-06-221-4/+701
* dm: calculate queue limits during resume not loadMike Snitzer2009-06-221-3/+9
* dm ioctl: support cookies for udevMilan Broz2009-06-221-6/+19
* dm: send empty barriers to targets in dm_flushMikulas Patocka2009-06-221-0/+10
* dm: initialise tio in alloc_tioAlasdair G Kergon2009-06-221-18/+15
* dm: introduce num_flush_requestsMikulas Patocka2009-06-221-0/+39
* dm: remove check that prevents mapping empty biosMikulas Patocka2009-06-221-5/+0
* dm: remove EOPNOTSUPP for barriersMikulas Patocka2009-06-221-1/+1
* dm: store only first barrier errorMikulas Patocka2009-06-221-8/+9
* dm: process requeue in dm_wq_workMikulas Patocka2009-06-221-3/+10
* dm: make dm_flush return voidMikulas Patocka2009-06-221-13/+4
* dm: always hold bdev referenceMikulas Patocka2009-06-221-41/+16
* dm: rename suspended_bdev to bdevMikulas Patocka2009-06-221-18/+18
* dm: avoid unsupported spanning of md stripe boundariesMikulas Patocka2009-06-221-0/+10
* dm: sysfs skip output when device is being destroyedMilan Broz2009-06-221-0/+4
* block: remove some includings of blktrace_api.hLi Zefan2009-06-161-1/+0
* tracing/events: convert block trace points to TRACE_EVENT()Li Zefan2009-06-091-3/+2
* Merge branch 'linus' into tracing/coreIngo Molnar2009-05-071-1/+0
|\
| * block: move bio list helpers into bio.hChristoph Hellwig2009-04-151-1/+0
* | blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle2009-05-061-2/+1
|/
* dm: implement basic barrier supportMikulas Patocka2009-04-091-20/+68
* dm: remove dm_request loopMikulas Patocka2009-04-091-15/+7
* dm: rework queueing and suspensionMikulas Patocka2009-04-091-8/+32
* dm: simplify dm_request loopAlasdair G Kergon2009-04-091-11/+7
* dm: split DMF_BLOCK_IO flag into twoAlasdair G Kergon2009-04-091-9/+13
* dm: rearrange dm_wq_workAlasdair G Kergon2009-04-091-8/+9
* dm: remove limited barrier supportMikulas Patocka2009-04-091-5/+10
* dm: add integrity supportMartin K. Petersen2009-04-091-0/+15
* dm: set queue ordered modeMikulas Patocka2009-04-021-0/+1
* dm: move wait queue declarationMikulas Patocka2009-04-021-7/+7
* dm: merge pushback and deferred bio listsMikulas Patocka2009-04-021-21/+16
* dm: allow uninterruptible wait for pending ioMikulas Patocka2009-04-021-4/+5
* dm: merge __flush_deferred_io into callerMikulas Patocka2009-04-021-11/+7
* dm: move bio_io_error into __split_and_process_bioMikulas Patocka2009-04-021-11/+10
* dm: rename __split_bioMikulas Patocka2009-04-021-4/+4