summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* [BLOCK] dm-crypt: Use block ciphers where applicableHerbert Xu2006-09-211-61/+47
* [PATCH] md: Fix issues with referencing rdev in md/raid1NeilBrown2006-09-011-22/+35
* [PATCH] md: fix recent breakage of md/raid1 array checkingNeilBrown2006-08-271-3/+4
* [PATCH] md: avoid backward event updates in md superblock when degraded.NeilBrown2006-08-271-0/+13
* [PATCH] dm: Fix deadlock under high i/o load in raid1 setup.Daniel Kobras2006-08-271-1/+3
* [PATCH] dm: BUG/OOPS fixMichal Miroslaw2006-08-141-1/+2
* [PATCH] md: Fix a bug that recently crept into md/linearNeilBrown2006-08-061-3/+3
* [PATCH] md: fix oops in error-handlingAndrew Morton2006-07-101-0/+2
* [PATCH] md: include sector number in messages about corrected read errorsNeilBrown2006-07-103-7/+30
* [PATCH] md: require CAP_SYS_ADMIN for (re-)configuring md devices via sysfsNeilBrown2006-07-101-0/+4
* [PATCH] md: unify usage of symbolic names for permsNeilBrown2006-07-101-29/+27
* [PATCH] md: fix usage of wrong variable in raid1NeilBrown2006-07-101-1/+1
* [PATCH] md: fix some small races in bitmap plugging in raid5NeilBrown2006-07-101-3/+27
* [PATCH] md: fix a plug/unplug race in raid5NeilBrown2006-07-101-12/+6
* [PATCH] md: fix resync speed calculation for restarted resyncsNeilBrown2006-07-102-5/+8
* [PATCH] md: delay starting md threads until array is completely setupNeilBrown2006-07-102-7/+4
* [PATCH] md: set desc_nr correctly for version-1 superblocksNeilBrown2006-07-101-1/+5
* [PATCH] md: possible fix for unplug problemNeilBrown2006-07-101-1/+1
* [PATCH] lockdep: annotate blkdev nestingIngo Molnar2006-07-031-3/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-305-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-293-58/+4
|\
| * [PATCH] devfs: Last little devfs cleanups throughout the kernel tree.Greg Kroah-Hartman2006-06-261-1/+1
| * [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-5/+2
| * [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-262-2/+0
| * [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-262-20/+1
| * [PATCH] devfs: Remove devfs_mk_bdev() function from the kernel treeGreg Kroah-Hartman2006-06-262-27/+0
| * [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-262-2/+0
* | [PATCH] drivers/md/raid5.c: remove an unused variableAdrian Bunk2006-06-291-1/+0
|/
* [PATCH] drivers/md/md.c: make code staticAdrian Bunk2006-06-261-2/+2
* [PATCH] md: Allow the write_mostly flag to be set via sysfsNeilBrown2006-06-261-0/+12
* [PATCH] md: Allow resync_start to be set and queried via sysfsNeilBrown2006-06-261-0/+26
* [PATCH] md: Allow raid 'layout' to be read and set via sysfsNeilBrown2006-06-261-0/+27
* [PATCH] md: Allow rdev state to be set via sysfsNeilBrown2006-06-261-1/+25
* [PATCH] md: Set/get state of array via sysfsNeilBrown2006-06-261-9/+188
* [PATCH] md: Don't write dirty/clean update to spares - leave them aloneNeilBrown2006-06-261-8/+57
* [PATCH] md: Allow re-add to work on array without bitmapsNeilBrown2006-06-262-11/+20
* [PATCH] md: Fix bug that stops raid5 resync from happeningNeilBrown2006-06-261-1/+1
* [PATCH] md: Fix Kconfig errorakpm@osdl.org2006-06-261-1/+1
* [PATCH] md: md Kconfig speeling feexJustin Piszcz2006-06-261-3/+3
* [PATCH] md: Calculate correct array size for raid10 in new offset modeNeilBrown2006-06-261-1/+7
* [PATCH] md: Change md/bitmap file handling to use bmap to file blocks-fixNeilBrown2006-06-261-24/+23
* [PATCH] md/bitmap: change md/bitmap file handling to use bmap to file blocksNeilBrown2006-06-261-148/+135
* [PATCH] md/bitmap: tidy up i_writecount handling in md/bitmapNeilBrown2006-06-262-26/+31
* [PATCH] md/bitmap: remove dead code from md/bitmapNeilBrown2006-06-261-22/+0
* [PATCH] md/bitmap: remove unnecessary page reference manipulations from md/bi...NeilBrown2006-06-261-18/+2
* [PATCH] md/bitmap: use set_bit etc for bitmap page attributesNeilBrown2006-06-261-7/+12
* [PATCH] md/bitmap: cleaner separation of page attribute handlers in md/bitmapNeilBrown2006-06-261-19/+22
* [PATCH] md/bitmap: remove bitmap writeback daemonNeilBrown2006-06-261-107/+8
* [PATCH] md/bitmap: fix online removal of file-backed bitmapsNeilBrown2006-06-261-2/+5
OpenPOWER on IntegriCloud