aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-10dm exception store: add merge specific methodsMikulas Patocka2-2/+129
2009-12-10dm snapshot: create function for chunk_is_tracked waitMike Snitzer1-6/+12
2009-12-10dm snapshot: make bio optional in __origin_writeMikulas Patocka1-5/+18
2009-12-10dm mpath: reject messages when device is suspendedKiyoshi Ueda1-0/+5
2009-12-10dm: export suspended state to targetsKiyoshi Ueda1-0/+11
2009-12-10dm: rename dm_suspended to dm_suspended_mdKiyoshi Ueda4-11/+16
2009-12-10dm: swap target postsuspend call and setting suspended flagKiyoshi Ueda1-2/+2
2009-12-10dm crypt: add plain64 ivMilan Broz1-0/+18
2009-12-10dm: trace request based remappingJun'ichi Nomura1-0/+2
2009-12-10dm snapshot: allow live exception store handover between tablesMike Snitzer1-27/+236
2009-12-10dm: keep old table until after resume succeededAlasdair G Kergon2-21/+23
2009-12-10dm: bind new table before destroying oldAlasdair G Kergon2-5/+14
2009-12-10dm ioctl: retrieve status from inactive tableMike Snitzer1-13/+57
2009-12-10dm io: handle empty barriersMikulas Patocka1-3/+7
2009-12-10dm mpath: prevent io from work queue while suspendedMike Anderson1-0/+12
2009-12-10dm mpath: add mutex to synchronize adding and flushing workMike Anderson1-21/+38
2009-12-10dm ioctl: forbid messages to devices being deletedMike Anderson1-0/+6
2009-12-10dm: add dm_deleting_md functionMike Anderson2-2/+12
2009-12-10dm mpath: flush workqueues before suspend completesKiyoshi Ueda1-4/+15
2009-12-10dm: rename dm_get_table to dm_get_live_tableAlasdair G Kergon2-19/+19
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 kcopyd: accept zero size jobsMikulas Patocka1-1/+4
2009-12-10dm snapshot: track suspended state in targetMike Snitzer1-1/+16
2009-12-10dm snapshot: move cow ref from exception store to snap coreMike Snitzer5-57/+78
2009-12-10dm snapshot: add allocated metadata to snapshot statusMike Snitzer4-24/+41
2009-12-10dm snapshot: rename exception functionsJon Brassow1-33/+33
2009-12-10dm snapshot: rename exception_table to dm_exception_tableJon Brassow1-8/+9
2009-12-10dm snapshot: rename dm_snap_exception to dm_exceptionJon Brassow4-28/+28
2009-12-10dm snapshot: consolidate insert exception functionsJon Brassow1-12/+4
2009-12-10dm snapshot: abstract minimum_chunk_size fnMikulas Patocka1-12/+22
2009-12-10dm snapshot: simplify sector_to_chunk expressionMikulas Patocka1-1/+1
2009-12-10dm snapshot: avoid else clause in persistent_read_metadataJon Brassow1-25/+21
2009-12-10dm ioctl: prefer strlcpy over strncpyRoel Kluin1-2/+2
2009-12-10dm raid1: explicitly initialise bio_listsMikulas Patocka1-0/+4
2009-12-10dm raid1: hold all write bios when leg failsMikulas Patocka1-2/+10
2009-12-10dm raid1: hold write bios when errors are handledMikulas Patocka1-31/+32
2009-12-10dm raid1: remove bio_endio from dm_rh_mark_nosyncMikulas Patocka2-6/+3
2009-12-10dm raid1: abstract get_valid_mirror functionMikulas Patocka1-7/+15
2009-12-10dm raid1: use hold framework in do_failuresMikulas Patocka1-25/+9
2009-12-10dm raid1: add framework to hold bios during suspendMikulas Patocka1-0/+41
2009-12-10dm raid1: report flush errors separately in statusMikulas Patocka2-6/+16
2009-12-10dm raid1: implement mirror_flushMikulas Patocka1-1/+36