summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-5/+2
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-7/+1
* [PATCH] devfs: Remove devfs_mk_bdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-13/+0
* [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-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-261-11/+14
* [PATCH] md/bitmap: tidy up i_writecount handling in md/bitmapNeilBrown2006-06-261-19/+30
* [PATCH] md/bitmap: fix online removal of file-backed bitmapsNeilBrown2006-06-261-2/+5
* [PATCH] md: make md_print_devices() staticAdrian Bunk2006-06-261-2/+5
* [PATCH] md: allow a linear array to have drives added while activeNeilBrown2006-06-261-2/+13
* [PATCH] md: allow checkpoint of recovery with version-1 superblockNeilBrown2006-06-261-21/+94
* [PATCH] md: remove nuisance message at shutdownNeilBrown2006-06-261-1/+1
* [PATCH] md: increase the delay before marking metadata clean, and make it con...NeilBrown2006-06-261-2/+52
* [PATCH] md: remove useless ioctl warningNeilBrown2006-06-261-5/+0
* [PATCH] md: Fix badness in sysfs_notify caused by md_new_eventNeilBrown2006-05-311-1/+10
* [PATCH] Unlock md devices when stopping them on reboot.Neil Brown2006-05-261-1/+3
* [PATCH] md: Fix inverted test for 'repair' directive.NeilBrown2006-05-211-1/+1
* [PATCH] md: locking fixIngo Molnar2006-04-201-12/+12
* [PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown2006-04-141-0/+1
* [PATCH] md: Remove some code that can sleep from under a spinlockNeilBrown2006-03-311-5/+3
* [PATCH] md: Convert reconfig_sem to reconfig_mutexNeilBrown2006-03-271-7/+7
* [PATCH] sem2mutex: drivers/mdArjan van de Ven2006-03-271-5/+6
* [PATCH] md: Fix md grow/size code to correctly find the maximum available spaceNeilBrown2006-03-271-1/+1
* [PATCH] md: Support suspending of IO to regions of an md arrayNeilBrown2006-03-271-0/+59
* [PATCH] md: Make 'reshape' a possible sync_action actionNeilBrown2006-03-271-1/+8
* [PATCH] md: Split reshape handler in check_reshape and start_reshapeNeilBrown2006-03-271-4/+6
* [PATCH] md: Checkpoint and allow restart of raid5 reshapeNeilBrown2006-03-271-3/+66
* [PATCH] md: Final stages of raid5 expand codeNeilBrown2006-03-271-2/+4
* [PATCH] md: Core of raid5 resize processNeilBrown2006-03-271-3/+11
* [PATCH] md: Allow stripes to be expanded in preparation for expanding an arrayNeilBrown2006-03-271-1/+1
* [PATCH] md: Update status_resync to handle LARGE devicesNeilBrown2006-03-271-6/+24
* [PATCH] md: Fix the 'failed' count for version-0 superblocksNeilBrown2006-03-271-3/+2
* [PATCH] md: Add '4' to the list of levels for which bitmaps are supportedNeilBrown2006-03-271-1/+2
* [PATCH] md: Make sure QUEUE_FLAG_CLUSTER is set properly for md.NeilBrown2006-03-271-0/+1
* [PATCH] dm/md dependency tree in sysfs: md to use bd_claim_by_diskJun'ichi Nomura2006-03-271-0/+2
* [PATCH] regularize blk_cleanup_queue() useAl Viro2006-03-181-1/+4
* [PATCH] md: Make sure rdev->size gets set for version-1 superblocksNeilBrown2006-02-031-3/+5
* [PATCH] md: Assorted little md fixesNeilBrown2006-02-031-2/+2
* [PATCH] md: Handle overflow of mdu_array_info_t->size betterNeilBrown2006-02-031-2/+4
* [PATCH] md: Don't remove bitmap from md array when switching to read-onlyNeilBrown2006-02-021-8/+8
* [PATCH] md: Make sure array geometry changes persist with version-1 superblocksNeilBrown2006-02-021-0/+3
* [PATCH] md: Fix device-size updates in mdNeilBrown2006-02-021-12/+1
OpenPOWER on IntegriCloud