| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] md: assorted md and raid1 one-liners | NeilBrown | 2006-12-10 | 1 | -1/+2 |
* | [PATCH] MD: conditionalize some code | Jeff Garzik | 2006-12-10 | 1 | -1/+3 |
* | [PATCH] md: tidy up device-change notification when an md array is stopped | NeilBrown | 2006-12-10 | 1 | -5/+5 |
* | [PATCH] struct path: convert md | Josef Sipek | 2006-12-08 | 1 | -2/+2 |
* | [PATCH] lockdep: avoid lockdep warning in md | NeilBrown | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] remove the old bd_mutex lockdep annotation | Peter Zijlstra | 2006-12-08 | 1 | -3/+3 |
* | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] md: do not freeze md threads for suspend | Rafael J. Wysocki | 2006-11-09 | 1 | -1/+1 |
* | [PATCH] md: change ONLINE/OFFLINE events to a single CHANGE event | NeilBrown | 2006-11-09 | 1 | -2/+1 |
* | [PATCH] md: send online/offline uevents when an md array starts/stops | NeilBrown | 2006-11-03 | 1 | -0/+2 |
* | [PATCH] md: simplify checking of available size when resizing an array | NeilBrown | 2006-10-28 | 1 | -5/+2 |
* | [PATCH] md: fix bug where spares don't always get rebuilt properly when they ... | NeilBrown | 2006-10-28 | 1 | -0/+1 |
* | [PATCH] md: endian annotation for v1 superblock access | NeilBrown | 2006-10-21 | 1 | -6/+7 |
* | [PATCH] md: fix /proc/mdstat refcounting | Akinobu Mita | 2006-10-17 | 1 | -0/+1 |
* | [PATCH] md: fix bug where new drives added to an md array sometimes don't syn... | NeilBrown | 2006-10-06 | 1 | -0/+1 |
* | BUG_ON cleanup for drivers/md/ | Eric Sesterhenn | 2006-10-03 | 1 | -2/+1 |
* | [PATCH] md: add error reporting to superblock write failure | NeilBrown | 2006-10-03 | 1 | -1/+5 |
* | [PATCH] md: remove MAX_MD_DEVS which is an arbitrary limit | NeilBrown | 2006-10-03 | 1 | -18/+15 |
* | [PATCH] md: make messages about resync/recovery etc more specific | NeilBrown | 2006-10-03 | 1 | -16/+31 |
* | [PATCH] md: new sysfs interface for setting bits in the write-intent-bitmap | Paul Clements | 2006-10-03 | 1 | -0/+31 |
* | [PATCH] md: replace magic numbers in sb_dirty with well defined bit flags | NeilBrown | 2006-10-03 | 1 | -36/+40 |
* | [PATCH] md: the scheduled removal of the START_ARRAY ioctl for md | Adrian Bunk | 2006-10-03 | 1 | -82/+0 |
* | [PATCH] md: avoid backward event updates in md superblock when degraded. | NeilBrown | 2006-08-27 | 1 | -0/+13 |
* | [PATCH] md: fix oops in error-handling | Andrew Morton | 2006-07-10 | 1 | -0/+2 |
* | [PATCH] md: require CAP_SYS_ADMIN for (re-)configuring md devices via sysfs | NeilBrown | 2006-07-10 | 1 | -0/+4 |
* | [PATCH] md: unify usage of symbolic names for perms | NeilBrown | 2006-07-10 | 1 | -29/+27 |
* | [PATCH] md: fix resync speed calculation for restarted resyncs | NeilBrown | 2006-07-10 | 1 | -4/+6 |
* | [PATCH] md: delay starting md threads until array is completely setup | NeilBrown | 2006-07-10 | 1 | -4/+4 |
* | [PATCH] md: set desc_nr correctly for version-1 superblocks | NeilBrown | 2006-07-10 | 1 | -1/+5 |
* | [PATCH] lockdep: annotate blkdev nesting | Ingo Molnar | 2006-07-04 | 1 | -3/+3 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed | Greg Kroah-Hartman | 2006-06-26 | 1 | -5/+2 |
* | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree | Greg Kroah-Hartman | 2006-06-26 | 1 | -1/+0 |
* | [PATCH] devfs: Remove devfs_remove() function from the kernel tree | Greg Kroah-Hartman | 2006-06-26 | 1 | -7/+1 |
* | [PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree | Greg Kroah-Hartman | 2006-06-26 | 1 | -13/+0 |
* | [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree | Greg Kroah-Hartman | 2006-06-26 | 1 | -1/+0 |
* | [PATCH] drivers/md/md.c: make code static | Adrian Bunk | 2006-06-26 | 1 | -2/+2 |
* | [PATCH] md: Allow the write_mostly flag to be set via sysfs | NeilBrown | 2006-06-26 | 1 | -0/+12 |
* | [PATCH] md: Allow resync_start to be set and queried via sysfs | NeilBrown | 2006-06-26 | 1 | -0/+26 |
* | [PATCH] md: Allow raid 'layout' to be read and set via sysfs | NeilBrown | 2006-06-26 | 1 | -0/+27 |
* | [PATCH] md: Allow rdev state to be set via sysfs | NeilBrown | 2006-06-26 | 1 | -1/+25 |
* | [PATCH] md: Set/get state of array via sysfs | NeilBrown | 2006-06-26 | 1 | -9/+188 |
* | [PATCH] md: Don't write dirty/clean update to spares - leave them alone | NeilBrown | 2006-06-26 | 1 | -8/+57 |
* | [PATCH] md: Allow re-add to work on array without bitmaps | NeilBrown | 2006-06-26 | 1 | -11/+14 |
* | [PATCH] md/bitmap: tidy up i_writecount handling in md/bitmap | NeilBrown | 2006-06-26 | 1 | -19/+30 |
* | [PATCH] md/bitmap: fix online removal of file-backed bitmaps | NeilBrown | 2006-06-26 | 1 | -2/+5 |
* | [PATCH] md: make md_print_devices() static | Adrian Bunk | 2006-06-26 | 1 | -2/+5 |
* | [PATCH] md: allow a linear array to have drives added while active | NeilBrown | 2006-06-26 | 1 | -2/+13 |
* | [PATCH] md: allow checkpoint of recovery with version-1 superblock | NeilBrown | 2006-06-26 | 1 | -21/+94 |
* | [PATCH] md: remove nuisance message at shutdown | NeilBrown | 2006-06-26 | 1 | -1/+1 |