aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)Author
2010-03-06dm ioctl: introduce flag indicating uevent was generatedPeter Rajnoha
2010-03-06dm: free dm_io before bio_endio not afterMikulas Patocka
2010-03-06dm table: remove dm_get from dm_table_get_mdKiyoshi Ueda
2010-02-16dm mpath: fix stall when requeueing ioKiyoshi Ueda
2009-12-10dm: export suspended state to targetsKiyoshi Ueda
2009-12-10dm: rename dm_suspended to dm_suspended_mdKiyoshi Ueda
2009-12-10dm: swap target postsuspend call and setting suspended flagKiyoshi Ueda
2009-12-10dm: trace request based remappingJun'ichi Nomura
2009-12-10dm: keep old table until after resume succeededAlasdair G Kergon
2009-12-10dm: bind new table before destroying oldAlasdair G Kergon
2009-12-10dm: add dm_deleting_md functionMike Anderson
2009-12-10dm: rename dm_get_table to dm_get_live_tableAlasdair G Kergon
2009-12-10dm: add request based barrier supportKiyoshi Ueda
2009-12-10dm: move dm_end_requestKiyoshi Ueda
2009-12-10dm: refactor request based completion functionsKiyoshi Ueda
2009-12-10dm: use md pending for in flight IO countingKiyoshi Ueda
2009-12-10dm: simplify request based suspendKiyoshi Ueda
2009-12-10dm: abstract clone_rqKiyoshi Ueda
2009-12-10dm: pass gfp_mask to alloc_rq_tioKiyoshi Ueda
2009-12-10dm: use clone in map_request functionKiyoshi Ueda
2009-12-10dm: abstract dm_in_flight functionKiyoshi Ueda
2009-12-10dm io: use slab for struct ioMikulas Patocka
2009-10-16dm: dec_pending needs locking to save error valueKiyoshi Ueda
2009-10-16dm: add missing del_gendisk to alloc_dev error pathZdenek Kabelac
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe
2009-09-04dm multipath: fix oops when request based io fails when no pathsKiyoshi Ueda
2009-07-23dm: remove queue next_ordered workaround for barriersMike Snitzer
2009-07-01block: Create bip slabs with embedded integrity vectorsMartin K. Petersen
2009-06-22dm: disable interrupt when taking map_lockKiyoshi Ueda
2009-06-22dm: do not set QUEUE_ORDERED_DRAIN if request basedKiyoshi Ueda
2009-06-22dm: enable request based optionKiyoshi Ueda
2009-06-22dm: prepare for request based optionKiyoshi Ueda
2009-06-22dm: calculate queue limits during resume not loadMike Snitzer
2009-06-22dm ioctl: support cookies for udevMilan Broz
2009-06-22dm: send empty barriers to targets in dm_flushMikulas Patocka
2009-06-22dm: initialise tio in alloc_tioAlasdair G Kergon
2009-06-22dm: introduce num_flush_requestsMikulas Patocka
2009-06-22dm: remove check that prevents mapping empty biosMikulas Patocka
2009-06-22dm: remove EOPNOTSUPP for barriersMikulas Patocka
2009-06-22dm: store only first barrier errorMikulas Patocka
2009-06-22dm: process requeue in dm_wq_workMikulas Patocka
2009-06-22dm: make dm_flush return voidMikulas Patocka
2009-06-22dm: always hold bdev referenceMikulas Patocka
2009-06-22dm: rename suspended_bdev to bdevMikulas Patocka
2009-06-22dm: avoid unsupported spanning of md stripe boundariesMikulas Patocka
2009-06-22dm: sysfs skip output when device is being destroyedMilan Broz