| Commit message (Expand) | Author | Age |
* | FIX: md: process hangs at wait_barrier after 0->10 takeover | Krzysztof Wojcik | 2011-02-07 |
* | md_make_request: don't touch the bio after calling make_request | Chris Mason | 2011-02-07 |
* | md: Don't allow slot_store while resync/recovery is happening. | NeilBrown | 2011-02-01 |
* | md: don't clear curr_resync_completed at end of resync. | NeilBrown | 2011-01-30 |
* | md: Don't use remove_and_add_spares to remove failed devices from a read-only... | NeilBrown | 2011-01-30 |
* | Add raid1->raid0 takeover support | Krzysztof Wojcik | 2011-01-30 |
* | md: Remove the AllReserved flag for component devices. | NeilBrown | 2011-01-30 |
* | md: don't abort checking spares as soon as one cannot be added. | NeilBrown | 2011-01-30 |
* | md: fix the test for finding spares in raid5_start_reshape. | NeilBrown | 2011-01-30 |
* | md: simplify some 'if' conditionals in raid5_start_reshape. | NeilBrown | 2011-01-30 |
* | md: revert change to raid_disks on failure. | NeilBrown | 2011-01-30 |
* | block: restore multiple bd_link_disk_holder() support | Tejun Heo | 2011-01-14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 2011-01-13 |
|\ |
|
| * | dm: raid456 basic support | NeilBrown | 2011-01-13 |
| * | dm: per target unplug callback support | NeilBrown | 2011-01-13 |
| * | dm: introduce target callbacks and congestion callback | NeilBrown | 2011-01-13 |
| * | dm mpath: delay activate_path retry on SCSI_DH_RETRY | Chandra Seetharaman | 2011-01-13 |
| * | dm: remove superfluous irq disablement in dm_request_fn | Kiyoshi Ueda | 2011-01-13 |
| * | dm log: use PTR_ERR value instead of ENOMEM | Dan Carpenter | 2011-01-13 |
| * | dm snapshot: avoid storing private suspended state | Mike Snitzer | 2011-01-13 |
| * | dm snapshot: persistent make metadata_wq multithreaded | Tejun Heo | 2011-01-13 |
| * | dm: use non reentrant workqueues if equivalent | Tejun Heo | 2011-01-13 |
| * | dm: convert workqueues to alloc_ordered | Tejun Heo | 2011-01-13 |
| * | dm stripe: switch from local workqueue to system_wq | Tejun Heo | 2011-01-13 |
| * | dm: dont use flush_scheduled_work | Tejun Heo | 2011-01-13 |
| * | dm snapshot: remove unused dm_snapshot queued_bios_work | Tejun Heo | 2011-01-13 |
| * | dm ioctl: suppress needless warning messages | Milan Broz | 2011-01-13 |
| * | dm crypt: add loop aes iv generator | Milan Broz | 2011-01-13 |
| * | dm crypt: add multi key capability | Milan Broz | 2011-01-13 |
| * | dm crypt: add post iv call to iv generator | Milan Broz | 2011-01-13 |
| * | dm crypt: use io thread for reads only if mempool exhausted | Milan Broz | 2011-01-13 |
| * | dm crypt: scale to multiple cpus | Andi Kleen | 2011-01-13 |
| * | dm crypt: simplify compatible table output | Milan Broz | 2011-01-13 |
| * | dm log userspace: add version number to comms | Jonathan Brassow | 2011-01-13 |
| * | dm log userspace: group clear and mark requests | Jonathan Brassow | 2011-01-13 |
| * | dm log userspace: split flush queue | Jonathan Brassow | 2011-01-13 |
| * | dm kcopyd: delay unplugging | Mikulas Patocka | 2011-01-13 |
| * | dm log userspace: trap all failed log construction errors | Jonathan Brassow | 2011-01-13 |
| * | dm crypt: set key size early | Milan Broz | 2011-01-13 |
| * | dm: remove dm_mutex after bkl conversion | Milan Broz | 2011-01-13 |
| * | dm raid1: support discard | Mike Snitzer | 2011-01-13 |
| * | dm ioctl: allow rename to fill empty uuid | Peter Jones | 2011-01-13 |
| * | dm io: remove BIO_RW_SYNCIO flag from kcopyd | Mikulas Patocka | 2011-01-13 |
| * | dm mpath: disable blk_abort_queue | Mike Snitzer | 2011-01-13 |
| * | dm: dont take i_mutex to change device size | Mike Snitzer | 2011-01-13 |
* | | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2011-01-13 |
|\ \
| |/
|/| |
|
| * | md: Fix removal of extra drives when converting RAID6 to RAID5 | NeilBrown | 2011-01-13 |
| * | md: range check slot number when manually adding a spare. | NeilBrown | 2011-01-13 |
| * | md/raid5: handle manually-added spares in start_reshape. | NeilBrown | 2011-01-13 |
| * | md: fix sync_completed reporting for very large drives (>2TB) | Rémi Rérolle | 2011-01-13 |