summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-11dm: use md pending for in flight IO countingKiyoshi Ueda1-28/+18
2009-12-11dm: simplify request based suspendKiyoshi Ueda1-144/+14
2009-12-11dm: abstract clone_rqKiyoshi Ueda1-17/+28
2009-12-11dm: pass gfp_mask to alloc_rq_tioKiyoshi Ueda1-3/+4
2009-12-11dm: use clone in map_request functionKiyoshi Ueda1-3/+2
2009-12-11dm: abstract dm_in_flight functionKiyoshi Ueda1-2/+7
2009-12-11dm kcopyd: accept zero size jobsMikulas Patocka1-1/+4
2009-12-11dm snapshot: track suspended state in targetMike Snitzer1-1/+16
2009-12-11dm snapshot: move cow ref from exception store to snap coreMike Snitzer5-57/+78
2009-12-11dm snapshot: add allocated metadata to snapshot statusMike Snitzer4-24/+41
2009-12-11dm snapshot: rename exception functionsJon Brassow1-33/+33
2009-12-11dm snapshot: rename exception_table to dm_exception_tableJon Brassow1-8/+9
2009-12-11dm snapshot: rename dm_snap_exception to dm_exceptionJon Brassow4-28/+28
2009-12-11dm snapshot: consolidate insert exception functionsJon Brassow1-12/+4
2009-12-11dm snapshot: abstract minimum_chunk_size fnMikulas Patocka1-12/+22
2009-12-11dm snapshot: simplify sector_to_chunk expressionMikulas Patocka1-1/+1
2009-12-11dm snapshot: avoid else clause in persistent_read_metadataJon Brassow1-25/+21
2009-12-11dm ioctl: prefer strlcpy over strncpyRoel Kluin1-2/+2
2009-12-11dm raid1: explicitly initialise bio_listsMikulas Patocka1-0/+4
2009-12-11dm raid1: hold all write bios when leg failsMikulas Patocka1-2/+10
2009-12-11dm raid1: hold write bios when errors are handledMikulas Patocka1-31/+32
2009-12-11dm raid1: remove bio_endio from dm_rh_mark_nosyncMikulas Patocka3-8/+4
2009-12-11dm raid1: abstract get_valid_mirror functionMikulas Patocka1-7/+15
2009-12-11dm raid1: use hold framework in do_failuresMikulas Patocka1-25/+9
2009-12-11dm raid1: add framework to hold bios during suspendMikulas Patocka1-0/+41
2009-12-11dm raid1: report flush errors separately in statusMikulas Patocka2-6/+16
2009-12-11dm raid1: implement mirror_flushMikulas Patocka1-1/+36
2009-12-11dm log: use flush callback fnMikulas Patocka1-2/+15
2009-12-11dm log: add flush callback fnMikulas Patocka3-5/+9
2009-12-11dm log: introduce flush_failed variableMikulas Patocka1-1/+4
2009-12-11dm log: add flush_header functionMikulas Patocka1-1/+22
2009-12-11dm raid1: split touched state into twoMikulas Patocka1-7/+11
2009-12-11dm raid1: support flushMikulas Patocka2-4/+34
2009-12-11dm io: remove extra bi_io_vec region hackMikulas Patocka1-34/+55
2009-12-11dm io: use slab for struct ioMikulas Patocka3-1/+25
2009-12-11dm crypt: make wipe message also wipe essiv keyMilan Broz1-4/+30
2009-12-11dm crypt: separate essiv allocation from initialisationMilan Broz1-26/+43
2009-12-11dm crypt: restructure essiv error pathMilan Broz1-20/+26
2009-12-11dm crypt: move private iv fields to structsMilan Broz1-13/+22
2009-12-11dm crypt: make wipe message also wipe tfm keyMilan Broz1-12/+7
2009-12-11dm snapshot: cope with chunk size larger than originMikulas Patocka1-0/+2
2009-12-11dm snapshot: only take lock for statustype info not tableMikulas Patocka1-4/+6
2009-12-11dm: sysfs add empty release function to avoid debug warningMilan Broz1-0/+8
2009-12-11dm exception store: free tmp_store on persistent flag errorJulia Lawall1-1/+2
2009-12-11dm: avoid _hash_lock deadlockMikulas Patocka2-9/+17
2009-12-10Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds49-283/+1153
2009-12-10Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds58-1742/+2319
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds11-90/+248
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds63-1167/+3110
2009-12-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds291-11187/+27986