aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAge
* [PATCH] md: avoid backward event updates in md superblock when degraded.NeilBrown2006-08-27
* [PATCH] md: fix oops in error-handlingAndrew Morton2006-07-10
* [PATCH] md: require CAP_SYS_ADMIN for (re-)configuring md devices via sysfsNeilBrown2006-07-10
* [PATCH] md: unify usage of symbolic names for permsNeilBrown2006-07-10
* [PATCH] md: fix resync speed calculation for restarted resyncsNeilBrown2006-07-10
* [PATCH] md: delay starting md threads until array is completely setupNeilBrown2006-07-10
* [PATCH] md: set desc_nr correctly for version-1 superblocksNeilBrown2006-07-10
* [PATCH] lockdep: annotate blkdev nestingIngo Molnar2006-07-03
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-26
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-26
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-26
* [PATCH] devfs: Remove devfs_mk_bdev() function from the kernel treeGreg Kroah-Hartman2006-06-26
* [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-26
* [PATCH] drivers/md/md.c: make code staticAdrian Bunk2006-06-26
* [PATCH] md: Allow the write_mostly flag to be set via sysfsNeilBrown2006-06-26
* [PATCH] md: Allow resync_start to be set and queried via sysfsNeilBrown2006-06-26
* [PATCH] md: Allow raid 'layout' to be read and set via sysfsNeilBrown2006-06-26
* [PATCH] md: Allow rdev state to be set via sysfsNeilBrown2006-06-26
* [PATCH] md: Set/get state of array via sysfsNeilBrown2006-06-26
* [PATCH] md: Don't write dirty/clean update to spares - leave them aloneNeilBrown2006-06-26
* [PATCH] md: Allow re-add to work on array without bitmapsNeilBrown2006-06-26
* [PATCH] md/bitmap: tidy up i_writecount handling in md/bitmapNeilBrown2006-06-26
* [PATCH] md/bitmap: fix online removal of file-backed bitmapsNeilBrown2006-06-26
* [PATCH] md: make md_print_devices() staticAdrian Bunk2006-06-26
* [PATCH] md: allow a linear array to have drives added while activeNeilBrown2006-06-26
* [PATCH] md: allow checkpoint of recovery with version-1 superblockNeilBrown2006-06-26
* [PATCH] md: remove nuisance message at shutdownNeilBrown2006-06-26
* [PATCH] md: increase the delay before marking metadata clean, and make it con...NeilBrown2006-06-26
* [PATCH] md: remove useless ioctl warningNeilBrown2006-06-26
* [PATCH] md: Fix badness in sysfs_notify caused by md_new_eventNeilBrown2006-05-31
* [PATCH] Unlock md devices when stopping them on reboot.Neil Brown2006-05-26
* [PATCH] md: Fix inverted test for 'repair' directive.NeilBrown2006-05-21
* [PATCH] md: locking fixIngo Molnar2006-04-20
* [PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown2006-04-14
* [PATCH] md: Remove some code that can sleep from under a spinlockNeilBrown2006-03-31
* [PATCH] md: Convert reconfig_sem to reconfig_mutexNeilBrown2006-03-27
* [PATCH] sem2mutex: drivers/mdArjan van de Ven2006-03-27
* [PATCH] md: Fix md grow/size code to correctly find the maximum available spaceNeilBrown2006-03-27
* [PATCH] md: Support suspending of IO to regions of an md arrayNeilBrown2006-03-27
* [PATCH] md: Make 'reshape' a possible sync_action actionNeilBrown2006-03-27
* [PATCH] md: Split reshape handler in check_reshape and start_reshapeNeilBrown2006-03-27
* [PATCH] md: Checkpoint and allow restart of raid5 reshapeNeilBrown2006-03-27
* [PATCH] md: Final stages of raid5 expand codeNeilBrown2006-03-27
* [PATCH] md: Core of raid5 resize processNeilBrown2006-03-27
* [PATCH] md: Allow stripes to be expanded in preparation for expanding an arrayNeilBrown2006-03-27
* [PATCH] md: Update status_resync to handle LARGE devicesNeilBrown2006-03-27
* [PATCH] md: Fix the 'failed' count for version-0 superblocksNeilBrown2006-03-27
* [PATCH] md: Add '4' to the list of levels for which bitmaps are supportedNeilBrown2006-03-27
* [PATCH] md: Make sure QUEUE_FLAG_CLUSTER is set properly for md.NeilBrown2006-03-27