summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
...
* dm mpath: fix stall when requeueing ioKiyoshi Ueda2010-02-161-4/+17
* dm: export suspended state to targetsKiyoshi Ueda2009-12-101-0/+11
* dm: rename dm_suspended to dm_suspended_mdKiyoshi Ueda2009-12-101-6/+6
* dm: swap target postsuspend call and setting suspended flagKiyoshi Ueda2009-12-101-2/+2
* dm: trace request based remappingJun'ichi Nomura2009-12-101-0/+2
* dm: keep old table until after resume succeededAlasdair G Kergon2009-12-101-17/+17
* dm: bind new table before destroying oldAlasdair G Kergon2009-12-101-5/+11
* dm: add dm_deleting_md functionMike Anderson2009-12-101-2/+7
* dm: rename dm_get_table to dm_get_live_tableAlasdair G Kergon2009-12-101-12/+12
* dm: add request based barrier supportKiyoshi Ueda2009-12-101-18/+196
* dm: move dm_end_requestKiyoshi Ueda2009-12-101-31/+31
* dm: refactor request based completion functionsKiyoshi Ueda2009-12-101-13/+24
* dm: use md pending for in flight IO countingKiyoshi Ueda2009-12-101-28/+18
* dm: simplify request based suspendKiyoshi Ueda2009-12-101-144/+14
* dm: abstract clone_rqKiyoshi Ueda2009-12-101-17/+28
* dm: pass gfp_mask to alloc_rq_tioKiyoshi Ueda2009-12-101-3/+4
* dm: use clone in map_request functionKiyoshi Ueda2009-12-101-3/+2
* 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
|\