aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2008-10-26
|\
| * md: allow extended partitions on md devices.NeilBrown2008-10-20
| * md: use sysfs_notify_dirent to notify changes to md/dev-xxx/stateNeilBrown2008-10-20
| * md: use sysfs_notify_dirent to notify changes to md/array_stateNeilBrown2008-10-20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-23
|\ \
| * | [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-21
| * | [PATCH] switch mdAl Viro2008-10-21
| * | [PATCH] switch dmAl Viro2008-10-21
| * | [PATCH] beginning of methods conversionAl Viro2008-10-21
| * | [PATCH] introduce __blkdev_driver_ioctl()Al Viro2008-10-21
| * | [PATCH] lose unused arguments in dm ioctl callbacksAl Viro2008-10-21
| * | [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-21
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-23
|\ \
| * | [PATCH] dm: kill lookup_device wrapperChristoph Hellwig2008-10-23
| |/
* | dm: tidy local_initKiyoshi Ueda2008-10-21
* | dm: remove unused flush_allKiyoshi Ueda2008-10-21
* | dm raid1: separate region_hash interface part1Heinz Mauelshagen2008-10-21
* | dm: mark split bio as clonedMartin K. Petersen2008-10-21
* | dm crypt: remove waitqueueMilan Broz2008-10-21
* | dm crypt: fix async splitMilan Broz2008-10-21
* | dm crypt: tidy sectorMilan Broz2008-10-21
* | dm: remove dm header from targetsMikulas Patocka2008-10-21
* | dm: publish array_too_bigMikulas Patocka2008-10-21
* | dm exception store: fix misordered writesMikulas Patocka2008-10-21
* | dm exception store: refactor zero_areaAlasdair G Kergon2008-10-21
* | dm snapshot: drop unused last_percentMikulas Patocka2008-10-21
* | dm snapshot: fix primary_pe raceMikulas Patocka2008-10-21
* | dm kcopyd: avoid queue shuffleKazuo Ito2008-10-21
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-17
|\
| * [SCSI] block: separate failfast into multiple bits.Mike Christie2008-10-13
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2008-10-16
|\ \
| * | md: fix input truncation in safe_delay_store()Dan Williams2008-10-16
| * | md: check for memory allocation failure in faulty personalitySven Wegener2008-10-15
| * | md: build failure due to missing delay.hStephen Rothwell2008-10-15
| * | md: Relax minimum size restrictions on chunk_size.NeilBrown2008-10-12
| * | md: remove space after function name in declaration and call.NeilBrown2008-10-12
| * | md: Remove unnecessary #includes, #defines, and function declarations.NeilBrown2008-10-12
| * | md: Convert remaining 1k representations in linear.c to sectors.Andre Noll2008-10-12
| * | md: linear.c: Make two local variables sector-based.Andre Noll2008-10-12
| * | md: linear: Represent dev_info->size and dev_info->offset in sectors.Andre Noll2008-10-12
| * | md: linear.c: Remove broken debug code.Andre Noll2008-10-12
| * | md: linear.c: Remove pointless initialization of curr_offset.Andre Noll2008-10-12
| * | md: linear.c: Fix typo in comment.Andre Noll2008-10-12
| * | md: Don't try to set an array to 'read-auto' if it is already in that state.NeilBrown2008-10-12
| * | md: Allow metadata_version to be updated for externally managed metadata.NeilBrown2008-10-12
| * | md: Fix rdev_size_store with size == 0Chris Webb2008-10-12
| |/
* | raid, fastboot: hide RAID autodetect option if MD is compiled as a moduleAlan Jenkins2008-10-12
* | raid: make RAID autodetect default a KConfig optionArjan van de Ven2008-10-12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2008-10-10
|\
| * dm: detect lost queueAlasdair G Kergon2008-10-10