aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-10dm log: use flush callback fnMikulas Patocka1-2/+15
2009-12-10dm log: add flush callback fnMikulas Patocka2-3/+5
2009-12-10dm log: introduce flush_failed variableMikulas Patocka1-1/+4
2009-12-10dm log: add flush_header functionMikulas Patocka1-1/+22
2009-12-10dm raid1: split touched state into twoMikulas Patocka1-7/+11
2009-12-10dm raid1: support flushMikulas Patocka2-4/+34
2009-12-10dm io: remove extra bi_io_vec region hackMikulas Patocka1-34/+55
2009-12-10dm io: use slab for struct ioMikulas Patocka3-1/+25
2009-12-10dm crypt: make wipe message also wipe essiv keyMilan Broz1-4/+30
2009-12-10dm crypt: separate essiv allocation from initialisationMilan Broz1-26/+43
2009-12-10dm crypt: restructure essiv error pathMilan Broz1-20/+26
2009-12-10dm crypt: move private iv fields to structsMilan Broz1-13/+22
2009-12-10dm crypt: make wipe message also wipe tfm keyMilan Broz1-12/+7
2009-12-10dm snapshot: cope with chunk size larger than originMikulas Patocka1-0/+2
2009-12-10dm snapshot: only take lock for statustype info not tableMikulas Patocka1-4/+6
2009-12-10dm: sysfs add empty release function to avoid debug warningMilan Broz1-0/+8
2009-12-10dm exception store: free tmp_store on persistent flag errorJulia Lawall1-1/+2
2009-12-10dm: avoid _hash_lock deadlockMikulas Patocka2-9/+17
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-4/+4
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-9/+5