aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-317-10/+10
* md: Fix integrity registration error when no devices are capableMartin K. Petersen2011-03-281-6/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2011-03-259-28/+300
|\
| * dm stripe: implement merge methodMustafa Mesanovic2011-03-241-1/+22
| * dm mpath: allow table load with no priority groupsMike Snitzer2011-03-241-3/+10
| * dm mpath: fail message ioctl if specified path is not validMike Snitzer2011-03-241-2/+2
| * dm ioctl: add flag to wipe buffers for secure dataMilan Broz2011-03-241-2/+21
| * dm ioctl: prepare for crypt key wipingMilan Broz2011-03-241-14/+11
| * dm crypt: wipe keys string immediately after key is setMilan Broz2011-03-241-5/+14
| * dm: add flakey targetJosef Bacik2011-03-243-0/+219
| * dm: fix opening log and cow devices for read only tablesMilan Broz2011-03-242-2/+2
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-2417-408/+102
|\ \
| * | block: fix non-atomic access to genhd inflight structuresShaohua Li2011-03-221-3/+4
| * | block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen2011-03-179-19/+35
| * | Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-1016-386/+63
| |\ \
| | * | block: kill off REQ_UNPLUGJens Axboe2011-03-104-9/+5
| | * | block: remove per-queue pluggingJens Axboe2011-03-1015-372/+58
* | | | dm: use little-endian bitopsAkinobu Mita2011-03-231-4/+4
* | | | md: use little-endian bitopsAkinobu Mita2011-03-231-3/+3
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-171-12/+10
|\ \ \
| * | | [SCSI] dm mpath: propagate target errors immediatelyHannes Reinecke2011-02-121-12/+10
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-161-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-038-13/+38
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy2011-03-031-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-161-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'master' into for-2.6.39Tejun Heo2011-02-215-49/+106
| |\ \ \ | | |/ /
| * | | workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUERTejun Heo2011-01-251-1/+1
| | |/ | |/|
* | | md: Fix - again - partition detection when array becomes activeNeilBrown2011-02-242-1/+23
* | | md: avoid spinlock problem in blk_throtl_exitNeilBrown2011-02-216-9/+8
* | | md: correctly handle probe of an 'mdp' device.NeilBrown2011-02-161-0/+3
* | | md: don't set_capacity before array is active.NeilBrown2011-02-161-3/+3
* | | md: Fix raid1->raid0 takeoverKrzysztof Wojcik2011-02-141-0/+1
| |/ |/|
* | FIX: md: process hangs at wait_barrier after 0->10 takeoverKrzysztof Wojcik2011-02-081-2/+4
* | md_make_request: don't touch the bio after calling make_requestChris Mason2011-02-081-2/+7
* | md: Don't allow slot_store while resync/recovery is happening.NeilBrown2011-02-021-0/+3
* | md: don't clear curr_resync_completed at end of resync.NeilBrown2011-01-311-3/+0
* | md: Don't use remove_and_add_spares to remove failed devices from a read-only...NeilBrown2011-01-311-2/+15
* | Add raid1->raid0 takeover supportKrzysztof Wojcik2011-01-311-0/+40
* | md: Remove the AllReserved flag for component devices.NeilBrown2011-01-312-10/+5
* | md: don't abort checking spares as soon as one cannot be added.NeilBrown2011-01-311-2/+1
* | md: fix the test for finding spares in raid5_start_reshape.NeilBrown2011-01-311-2/+2
* | md: simplify some 'if' conditionals in raid5_start_reshape.NeilBrown2011-01-311-27/+28
* | md: revert change to raid_disks on failure.NeilBrown2011-01-311-0/+2
|/
* block: restore multiple bd_link_disk_holder() supportTejun Heo2011-01-142-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2011-01-1317-292/+1581
|\
| * dm: raid456 basic supportNeilBrown2011-01-133-0/+722
| * dm: per target unplug callback supportNeilBrown2011-01-131-0/+5
| * dm: introduce target callbacks and congestion callbackNeilBrown2011-01-131-0/+14
| * dm mpath: delay activate_path retry on SCSI_DH_RETRYChandra Seetharaman2011-01-131-10/+38
| * dm: remove superfluous irq disablement in dm_request_fnKiyoshi Ueda2011-01-131-2/+4