summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | md: Relax minimum size restrictions on chunk_size.NeilBrown2008-10-133-8/+11
| * | md: remove space after function name in declaration and call.NeilBrown2008-10-132-28/+28
| * | md: Remove unnecessary #includes, #defines, and function declarations.NeilBrown2008-10-136-53/+4
| * | md: Convert remaining 1k representations in linear.c to sectors.Andre Noll2008-10-131-18/+17
| * | md: linear.c: Make two local variables sector-based.Andre Noll2008-10-131-10/+10
| * | md: linear: Represent dev_info->size and dev_info->offset in sectors.Andre Noll2008-10-131-25/+29
| * | md: linear.c: Remove broken debug code.Andre Noll2008-10-131-23/+0
| * | md: linear.c: Remove pointless initialization of curr_offset.Andre Noll2008-10-131-1/+0
| * | md: linear.c: Fix typo in comment.Andre Noll2008-10-131-1/+1
| * | md: Don't try to set an array to 'read-auto' if it is already in that state.NeilBrown2008-10-131-2/+2
| * | md: Allow metadata_version to be updated for externally managed metadata.NeilBrown2008-10-131-1/+7
OpenPOWER on IntegriCloud