summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-305-5/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-293-58/+4Star
|\
| * [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/+2Star
| * [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0Star
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-262-2/+0Star
| * [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-262-20/+1Star
| * [PATCH] devfs: Remove devfs_mk_bdev() function from the kernel treeGreg Kroah-Hartman2006-06-262-27/+0Star
| * [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-262-2/+0Star
* | [PATCH] drivers/md/raid5.c: remove an unused variableAdrian Bunk2006-06-291-1/+0Star
|/
* [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/+23Star
* [PATCH] md/bitmap: change md/bitmap file handling to use bmap to file blocksNeilBrown2006-06-261-148/+135Star
* [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/+0Star
* [PATCH] md/bitmap: remove unnecessary page reference manipulations from md/bi...NeilBrown2006-06-261-18/+2Star
* [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/+8Star
* [PATCH] md/bitmap: fix online removal of file-backed bitmapsNeilBrown2006-06-261-2/+5
* [PATCH] md: split reshape portion of raid5 sync_request into a separate functionNeilBrown2006-06-261-118/+128
* [PATCH] md: make md_print_devices() staticAdrian Bunk2006-06-261-2/+5
* [PATCH] md: support stripe/offset mode in raid10NeilBrown2006-06-261-21/+43
* [PATCH] md: allow a linear array to have drives added while activeNeilBrown2006-06-262-15/+74
* [PATCH] md: allow checkpoint of recovery with version-1 superblockNeilBrown2006-06-264-23/+99
* [PATCH] md: remove nuisance message at shutdownNeilBrown2006-06-261-1/+1
* [PATCH] md: merge raid5 and raid6 codeNeilBrown2006-06-264-2527/+1002Star
* [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/+0Star
* [PATCH] md: remove arbitrary limit on chunk sizeNeilBrown2006-06-263-5/+5
* [PATCH] md: reformat code in raid1_end_write_request to avoid gotoNeilBrown2006-06-261-17/+17
* [PATCH] dm: improve error message consistencyAlasdair G Kergon2006-06-2616-112/+141
* [PATCH] dm: prevent removal if openAlasdair G Kergon2006-06-263-21/+78
* [PATCH] dm: create error tableDavid Teigland2006-06-261-0/+38
* [PATCH] dm: add exportsAlasdair G Kergon2006-06-262-80/+7Star
* [PATCH] dm: consolidate creation functionsAlasdair G Kergon2006-06-263-31/+26Star
* [PATCH] dm table split_args: handle no inputDavid Teigland2006-06-261-0/+6
* [PATCH] dm kcopyd: error accumulation fixJonathan Brassow2006-06-262-3/+3
* [PATCH] dm mirror log: sync_count fixAlasdair G Kergon2006-06-261-1/+5