summaryrefslogtreecommitdiffstats
path: root/include/linux/raid
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] md: endian annotations for the bitmap superblockNeilBrown2006-10-211-10/+10
* [PATCH] md: endian annotation for v1 superblock accessNeilBrown2006-10-211-28/+28
* [PATCH] md: remove MAX_MD_DEVS which is an arbitrary limitNeilBrown2006-10-031-4/+1Star
* [PATCH] md: Remove working_disks from raid1 state dataNeilBrown2006-10-031-1/+0Star
* [PATCH] md: new sysfs interface for setting bits in the write-intent-bitmapPaul Clements2006-10-031-0/+2
* [PATCH] md: remove 'working_disks' from raid10 stateNeilBrown2006-10-031-1/+0Star
* [PATCH] md: remove the working_disks and failed_disks from raid5 state data.NeilBrown2006-10-031-1/+1
* [PATCH] md: replace magic numbers in sb_dirty with well defined bit flagsNeilBrown2006-10-032-2/+5
* [PATCH] md: fix a comment that is wrong in raid5.hNeilBrown2006-10-031-2/+3
* [PATCH] md: the scheduled removal of the START_ARRAY ioctl for mdAdrian Bunk2006-10-031-1/+1
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-302-0/+6
* [HEADERS] One line per header in Kbuild files to reduce conflictsDavid Woodhouse2006-09-191-1/+2
* [PATCH] md: fix resync speed calculation for restarted resyncsNeilBrown2006-07-101-1/+2
* Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds2006-07-041-0/+1
|\
| * Add generic Kbuild files for 'make headers_install'David Woodhouse2006-06-181-0/+1
* | [PATCH] md: Don't write dirty/clean update to spares - leave them aloneNeilBrown2006-06-261-0/+1
* | [PATCH] md/bitmap: change md/bitmap file handling to use bmap to file blocksNeilBrown2006-06-261-3/+4
* | [PATCH] md/bitmap: remove bitmap writeback daemonNeilBrown2006-06-261-6/+0Star
* | [PATCH] md: make md_print_devices() staticAdrian Bunk2006-06-261-4/+0Star
* | [PATCH] md: support stripe/offset mode in raid10NeilBrown2006-06-261-1/+6
* | [PATCH] md: allow a linear array to have drives added while activeNeilBrown2006-06-261-0/+2
* | [PATCH] md: allow checkpoint of recovery with version-1 superblockNeilBrown2006-06-262-1/+10
* | [PATCH] md: merge raid5 and raid6 codeNeilBrown2006-06-261-0/+1
* | [PATCH] md: remove arbitrary limit on chunk sizeNeilBrown2006-06-261-1/+2
|/
* [PATCH] md: make sure 64bit fields in version-1 metadata are 64-bit alignedNeilBrown2006-04-111-1/+1
* [PATCH] md: Convert reconfig_sem to reconfig_mutexNeilBrown2006-03-271-1/+1
* [PATCH] md: Support suspending of IO to regions of an md arrayNeilBrown2006-03-271-0/+4
* [PATCH] md: Split reshape handler in check_reshape and start_reshapeNeilBrown2006-03-271-1/+2
* [PATCH] md: Only checkpoint expansion progress occasionallyNeilBrown2006-03-271-0/+3
* [PATCH] md: Checkpoint and allow restart of raid5 reshapeNeilBrown2006-03-274-3/+40
* [PATCH] md: Final stages of raid5 expand codeNeilBrown2006-03-271-1/+2
* [PATCH] md: Core of raid5 resize processNeilBrown2006-03-272-1/+7
* [PATCH] md: Infrastructure to allow normal IO to continue while array is expa...NeilBrown2006-03-271-0/+6
* [PATCH] md: Allow stripes to be expanded in preparation for expanding an arrayNeilBrown2006-03-271-2/+7
* [PATCH] md: Split disks array out of raid5 conf structure so it is easier to ...NeilBrown2006-03-271-1/+1
* [PATCH] DM: Fix bug: BIO_RW_BARRIER requests to md/raid1 hang.NeilBrown2006-03-231-1/+1
* [PATCH] md: allow sync-speed to be controlled per-deviceNeilBrown2006-01-061-0/+4
* [PATCH] md: count corrected read errors per driveNeilBrown2006-01-061-0/+4
* [PATCH] md: allow array level to be set textually via sysfsNeilBrown2006-01-061-0/+1
* [PATCH] md: make a couple of names in md.c staticNeilBrown2006-01-061-2/+0Star
* [PATCH] md: define and use safe_put_page for mdNeilBrown2006-01-061-0/+5
* [PATCH] md: remove personality numbering from mdNeilBrown2006-01-062-55/+12Star
* [PATCH] md: tidy up raid5/6 hash table codeNeilBrown2006-01-061-2/+2
* [PATCH] md: raid10 read-error handling - resync and read-onlyNeilBrown2006-01-061-0/+7
* [PATCH] md: auto-correct correctable read errors in raid10NeilBrown2006-01-061-0/+2
* [PATCH] md: fix up some rdev rcu locking in raid5/6NeilBrown2006-01-061-1/+0Star
* [PATCH] md: handle errors when read-onlyNeilBrown2006-01-061-0/+7
* [PATCH] md: attempt to auto-correct read errors in raid1NeilBrown2006-01-061-0/+3
* [PATCH] md: fix raid6 resync check/repair codeNeilBrown2006-01-061-0/+2
* [PATCH] md: write intent bitmap support for raid10NeilBrown2006-01-061-1/+8