summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-12-10Merge 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
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04[SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronousChandra Seetharaman1-4/+4
2009-12-01md: revert incorrect fix for read error handling in raid1.NeilBrown1-3/+4
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-2/+2
2009-11-17Merge commit 'v2.6.32-rc7'Eric W. Biederman2-2/+5
2009-11-13md/raid5: Allow dirty-degraded arrays to be assembled when only party is degr...NeilBrown1-4/+75
2009-11-13Don't unconditionally set in_sync on newly added device in raid5_reshapeNeilBrown1-2/+4
2009-11-13md: allow v0.91 metadata to record devices as being active but not in-sync.NeilBrown1-6/+25
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman1-7/+3
2009-11-12md: factor out updating of 'recovery_offset'.NeilBrown1-2/+8
2009-11-09tree-wide: fix a very frequent spelling mistakeDirk Hohndel1-1/+1
2009-11-06md/raid5: make sure curr_sync_completes is uptodate when reshape startsNeilBrown1-0/+2
2009-11-06md: don't clear endpoint for resync when resync is interrupted.NeilBrown1-2/+3
2009-10-31Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds12-159/+171
2009-10-20md/raid6: kill a gcc-4.0.1 'uninitialized variable' warningDan Williams1-3/+3
2009-10-17dm snapshot: allow chunk size to be less than page sizeMikulas Patocka1-16/+0
2009-10-17dm snapshot: use unsigned integer chunk sizeMikulas Patocka4-23/+25
2009-10-17dm snapshot: lock snapshot while supplying statusMikulas Patocka1-0/+4
2009-10-17dm exception store: fix failed set_chunk_size error pathMikulas Patocka1-1/+1
2009-10-17dm snapshot: require non zero chunk size by end of ctrMikulas Patocka1-0/+5
2009-10-17dm: dec_pending needs locking to save error valueKiyoshi Ueda1-2/+8
2009-10-17dm: add missing del_gendisk to alloc_dev error pathZdenek Kabelac1-0/+1
2009-10-17dm log: userspace fix incorrect luid cast in userspace_ctrAndrew Morton1-1/+1
2009-10-17dm snapshot: free exception store on init failureJonathan Brassow1-1/+4
2009-10-17dm snapshot: sort by chunk size to fix raceMikulas Patocka1-1/+6
2009-10-16md/async: don't pass a memory pointer as a page pointer.NeilBrown1-2/+2
2009-10-16md: Fix handling of raid5 array which is being reshaped to fewer devices.NeilBrown2-20/+19
2009-10-16md: fix problems with RAID6 calculations for DDF.NeilBrown2-8/+14
2009-10-16md/raid456: downlevel multicore operations to raid_run_opsDan Williams2-36/+51
2009-10-16md: drivers/md/unroll.pl replaced with awk analogVladimir Dronnikov6-58/+54
2009-10-16md: remove clumsy usage of do_sync_mapping_range from bitmap codeNeilBrown1-4/+5
2009-10-16md: raid1/raid10: handle allocation errors during array setup.NeilBrown2-4/+5
2009-10-16md/raid5: initialize conf->device_lock earlierDan Williams1-13/+12
2009-10-16md/raid1/raid10: add a cond_reschedNeilBrown2-0/+2
2009-10-16Revert "md: do not progress the resync process if the stripe was blocked"NeilBrown1-13/+6