summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* md: Don't read past end of bitmap when reading bitmap.NeilBrown2008-12-191-5/+17
* block: fix setting of max_segment_size and seg_boundary maskMilan Broz2008-12-031-1/+1
* dm: avoid destroying table in dm_any_congestedChandra Seetharaman2008-11-131-8/+16
* dm: move pending queue wake_up end_io_acctMikulas Patocka2008-11-131-5/+5
* dm mpath: warn if args ignoredChandra Seetharaman2008-11-131-0/+4
* dm mpath: avoid attempting to activate null pathChandra Seetharaman2008-11-131-2/+2
* dm stripe: fix init failureHeinz Mauelshagen2008-11-131-1/+3
* dm raid1: flush workqueue before destructionMikulas Patocka2008-11-131-0/+1
* md: linear: Fix a division by zero bug for very small arrays.Andre Noll2008-11-061-0/+2
* md: fix bug in raid10 recovery.NeilBrown2008-11-061-1/+1
* md: revert the recent addition of a call to the BLKRRPART ioctl.NeilBrown2008-11-061-6/+0
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2008-10-301-0/+7
|\
| * md: destroy partitions and notify udev when md array is stopped.NeilBrown2008-10-281-0/+7
* | dm snapshot: wait for chunks in destructorMikulas Patocka2008-10-302-1/+17
* | dm snapshot: fix register_snapshot deadlockMikulas Patocka2008-10-301-7/+9
* | dm raid1: fix do_failuresIlpo Jarvinen2008-10-301-1/+2
|/
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2008-10-261-23/+33
|\
| * md: allow extended partitions on md devices.NeilBrown2008-10-211-0/+5
| * md: use sysfs_notify_dirent to notify changes to md/dev-xxx/stateNeilBrown2008-10-211-9/+12
| * md: use sysfs_notify_dirent to notify changes to md/array_stateNeilBrown2008-10-211-14/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-236-60/+34
|\ \
| * | [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-212-4/+4
| * | [PATCH] switch mdAl Viro2008-10-211-10/+10
| * | [PATCH] switch dmAl Viro2008-10-211-21/+10
| * | [PATCH] beginning of methods conversionAl Viro2008-10-212-6/+6
| * | [PATCH] introduce __blkdev_driver_ioctl()Al Viro2008-10-212-17/+4
| * | [PATCH] lose unused arguments in dm ioctl callbacksAl Viro2008-10-213-5/+3
| * | [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-212-8/+8
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-231-15/+6
|\ \
| * | [PATCH] dm: kill lookup_device wrapperChristoph Hellwig2008-10-231-15/+6
| |/
* | dm: tidy local_initKiyoshi Ueda2008-10-211-17/+17
* | dm: remove unused flush_allKiyoshi Ueda2008-10-211-13/+1
* | dm raid1: separate region_hash interface part1Heinz Mauelshagen2008-10-213-687/+808
* | dm: mark split bio as clonedMartin K. Petersen2008-10-211-0/+1
* | dm crypt: remove waitqueueMilan Broz2008-10-211-8/+0
* | dm crypt: fix async splitMilan Broz2008-10-211-1/+40
* | dm crypt: tidy sectorMilan Broz2008-10-211-2/+5
* | dm: remove dm header from targetsMikulas Patocka2008-10-2114-13/+18
* | dm: publish array_too_bigMikulas Patocka2008-10-213-14/+2
* | dm exception store: fix misordered writesMikulas Patocka2008-10-211-3/+8
* | dm exception store: refactor zero_areaAlasdair G Kergon2008-10-211-34/+68
* | dm snapshot: drop unused last_percentMikulas Patocka2008-10-212-4/+0
* | dm snapshot: fix primary_pe raceMikulas Patocka2008-10-211-7/+3
* | dm kcopyd: avoid queue shuffleKazuo Ito2008-10-211-1/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-172-3/+3
|\
| * [SCSI] block: separate failfast into multiple bits.Mike Christie2008-10-132-3/+3
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2008-10-169-174/+114
|\ \
| * | md: fix input truncation in safe_delay_store()Dan Williams2008-10-161-5/+3
| * | md: check for memory allocation failure in faulty personalitySven Wegener2008-10-161-0/+2
| * | md: build failure due to missing delay.hStephen Rothwell2008-10-153-0/+3