aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2006-09-30[PATCH] Split struct request ->flags into two partsGravatar Jens Axboe 1-1/+2
2006-09-21[BLOCK] dm-crypt: trivial comment improvementsGravatar Rik Snel 1-4/+4
2006-09-21[CRYPTO] users: Use crypto_hash interface instead of crypto_digestGravatar Herbert Xu 1-14/+16
2006-09-21[BLOCK] dm-crypt: Use block ciphers where applicableGravatar Herbert Xu 1-61/+47
2006-09-01[PATCH] md: Fix issues with referencing rdev in md/raid1Gravatar NeilBrown 1-22/+35
2006-08-27[PATCH] md: fix recent breakage of md/raid1 array checkingGravatar NeilBrown 1-3/+4
2006-08-27[PATCH] md: avoid backward event updates in md superblock when degraded.Gravatar NeilBrown 1-0/+13
2006-08-27[PATCH] dm: Fix deadlock under high i/o load in raid1 setup.Gravatar Daniel Kobras 1-1/+3
2006-08-14[PATCH] dm: BUG/OOPS fixGravatar Michal Miroslaw 1-1/+2
2006-08-06[PATCH] md: Fix a bug that recently crept into md/linearGravatar NeilBrown 1-3/+3
2006-07-10[PATCH] md: fix oops in error-handlingGravatar Andrew Morton 1-0/+2
2006-07-10[PATCH] md: include sector number in messages about corrected read errorsGravatar NeilBrown 3-7/+30
2006-07-10[PATCH] md: require CAP_SYS_ADMIN for (re-)configuring md devices via sysfsGravatar NeilBrown 1-0/+4
2006-07-10[PATCH] md: unify usage of symbolic names for permsGravatar NeilBrown 1-29/+27
2006-07-10[PATCH] md: fix usage of wrong variable in raid1Gravatar NeilBrown 1-1/+1
2006-07-10[PATCH] md: fix some small races in bitmap plugging in raid5Gravatar NeilBrown 1-3/+27
2006-07-10[PATCH] md: fix a plug/unplug race in raid5Gravatar NeilBrown 1-12/+6
2006-07-10[PATCH] md: fix resync speed calculation for restarted resyncsGravatar NeilBrown 2-5/+8
2006-07-10[PATCH] md: delay starting md threads until array is completely setupGravatar NeilBrown 2-7/+4
2006-07-10[PATCH] md: set desc_nr correctly for version-1 superblocksGravatar NeilBrown 1-1/+5
2006-07-10[PATCH] md: possible fix for unplug problemGravatar NeilBrown 1-1/+1
2006-07-03[PATCH] lockdep: annotate blkdev nestingGravatar Ingo Molnar 1-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 5-5/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Gravatar Linus Torvalds 3-58/+4
2006-06-29[PATCH] drivers/md/raid5.c: remove an unused variableGravatar Adrian Bunk 1-1/+0
2006-06-26[PATCH] devfs: Last little devfs cleanups throughout the kernel tree.Gravatar Greg Kroah-Hartman 1-1/+1
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGravatar Greg Kroah-Hartman 1-5/+2
2006-06-26[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGravatar Greg Kroah-Hartman 1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGravatar Greg Kroah-Hartman 2-2/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGravatar Greg Kroah-Hartman 2-20/+1
2006-06-26[PATCH] devfs: Remove devfs_mk_bdev() function from the kernel treeGravatar Greg Kroah-Hartman 2-27/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGravatar Greg Kroah-Hartman 2-2/+0
2006-06-26[PATCH] drivers/md/md.c: make code staticGravatar Adrian Bunk 1-2/+2
2006-06-26[PATCH] md: Allow the write_mostly flag to be set via sysfsGravatar NeilBrown 1-0/+12
2006-06-26[PATCH] md: Allow resync_start to be set and queried via sysfsGravatar NeilBrown 1-0/+26
2006-06-26[PATCH] md: Allow raid 'layout' to be read and set via sysfsGravatar NeilBrown 1-0/+27
2006-06-26[PATCH] md: Allow rdev state to be set via sysfsGravatar NeilBrown 1-1/+25
2006-06-26[PATCH] md: Set/get state of array via sysfsGravatar NeilBrown 1-9/+188
2006-06-26[PATCH] md: Don't write dirty/clean update to spares - leave them aloneGravatar NeilBrown 1-8/+57
2006-06-26[PATCH] md: Allow re-add to work on array without bitmapsGravatar NeilBrown 2-11/+20
2006-06-26[PATCH] md: Fix bug that stops raid5 resync from happeningGravatar NeilBrown 1-1/+1
2006-06-26[PATCH] md: Fix Kconfig errorGravatar akpm@osdl.org 1-1/+1
2006-06-26[PATCH] md: md Kconfig speeling feexGravatar Justin Piszcz 1-3/+3
2006-06-26[PATCH] md: Calculate correct array size for raid10 in new offset modeGravatar NeilBrown 1-1/+7
2006-06-26[PATCH] md: Change md/bitmap file handling to use bmap to file blocks-fixGravatar NeilBrown 1-24/+23
2006-06-26[PATCH] md/bitmap: change md/bitmap file handling to use bmap to file blocksGravatar NeilBrown 1-148/+135
2006-06-26[PATCH] md/bitmap: tidy up i_writecount handling in md/bitmapGravatar NeilBrown 2-26/+31
2006-06-26[PATCH] md/bitmap: remove dead code from md/bitmapGravatar NeilBrown 1-22/+0
2006-06-26[PATCH] md/bitmap: remove unnecessary page reference manipulations from md/bi...Gravatar NeilBrown 1-18/+2
2006-06-26[PATCH] md/bitmap: use set_bit etc for bitmap page attributesGravatar NeilBrown 1-7/+12