aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-12dm: split discard requests on target boundariesMike Snitzer1-24/+23
2010-08-12dm: factor out max_io_len_target_boundaryMike Snitzer1-8/+18
2010-08-12dm: use common __issue_target_request for flush and discard supportMike Snitzer1-8/+22
2010-08-12dm: linear support discardMike Snitzer1-12/+53
2010-08-12dm: rename map_info flush_request to target_request_nrMike Snitzer1-9/+9
2010-08-12dm: do not initialise full request queue when bio basedMike Snitzer1-25/+67
2010-08-12dm ioctl: make bio or request based device type immutableMike Snitzer1-7/+30
2010-08-12dm: skip second flush on bio unsupported errorMikulas Patocka1-2/+13
2010-08-12dm: separate device deletion from dm_putKiyoshi Ueda1-16/+46
2010-08-12dm: prevent access to md being deletedKiyoshi Ueda1-0/+1
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-0/+7
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori1-1/+1
2010-08-07dm: stop using q->prepare_flush_fnFUJITA Tomonori1-14/+2
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-7/+7
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-5/+5
2010-03-06dm ioctl: introduce flag indicating uevent was generatedPeter Rajnoha1-3/+4
2010-03-06dm: free dm_io before bio_endio not afterMikulas Patocka1-2/+2
2010-03-06dm table: remove dm_get from dm_table_get_mdKiyoshi Ueda1-12/+2
2010-02-16dm mpath: fix stall when requeueing ioKiyoshi Ueda1-4/+17
2009-12-10dm: export suspended state to targetsKiyoshi Ueda1-0/+11
2009-12-10dm: rename dm_suspended to dm_suspended_mdKiyoshi Ueda1-6/+6
2009-12-10dm: swap target postsuspend call and setting suspended flagKiyoshi Ueda1-2/+2
2009-12-10dm: trace request based remappingJun'ichi Nomura1-0/+2
2009-12-10dm: keep old table until after resume succeededAlasdair G Kergon1-17/+17
2009-12-10dm: bind new table before destroying oldAlasdair G Kergon1-5/+11
2009-12-10dm: add dm_deleting_md functionMike Anderson1-2/+7
2009-12-10dm: rename dm_get_table to dm_get_live_tableAlasdair G Kergon1-12/+12
2009-12-10dm: add request based barrier supportKiyoshi Ueda1-18/+196
2009-12-10dm: move dm_end_requestKiyoshi Ueda1-31/+31
2009-12-10dm: refactor request based completion functionsKiyoshi Ueda1-13/+24
2009-12-10dm: use md pending for in flight IO countingKiyoshi Ueda1-28/+18
2009-12-10dm: simplify request based suspendKiyoshi Ueda1-144/+14
2009-12-10dm: abstract clone_rqKiyoshi Ueda1-17/+28
2009-12-10dm: pass gfp_mask to alloc_rq_tioKiyoshi Ueda1-3/+4
2009-12-10dm: use clone in map_request functionKiyoshi Ueda1-3/+2
2009-12-10dm: abstract dm_in_flight functionKiyoshi Ueda1-2/+7
2009-12-10dm io: use slab for struct ioMikulas Patocka1-0/+2
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