aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/raid
Commit message (Expand)AuthorAgeFilesLines
...
* md: introduce get_priority_stripe() to improve raid456 write performanceDan Williams2008-04-281-0/+7
* include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* md: clean up irregularity with raid autodetectNeilBrown2008-03-041-0/+1
* md: reduce CPU wastage on idle md array with a write-intent bitmapNeilBrown2008-03-041-0/+2
* md: change ITERATE_RDEV_GENERIC to rdev_for_each_list, and remove ITERATE_RDE...NeilBrown2008-02-061-10/+4
* md: change ITERATE_RDEV to rdev_for_eachNeilBrown2008-02-061-1/+1
* md: allow devices to be shared between md arraysNeilBrown2008-02-061-0/+2
* md: allow a maximum extent to be set for resyncingNeilBrown2008-02-061-0/+2
* md: support 'external' metadata for md arraysNeilBrown2008-02-061-0/+3
* md: Update md bitmap during resync.NeilBrown2008-02-061-0/+3
* bitmap.h: remove dead artifactsAdrian Bunk2007-10-171-2/+0
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-2/+2
* md: change bitmap_unplug and others to void functionsNeilBrown2007-07-171-3/+3
* md: improve the is_mddev_idle test fixNeilBrown2007-07-171-1/+1
* md: handle_stripe5 - add request/completion logic for async read opsDan Williams2007-07-131-1/+1
* md: handle_stripe5 - add request/completion logic for async compute opsDan Williams2007-07-131-1/+1
* md: raid5_run_ops - run stripe operations outside sh->lockDan Williams2007-07-131-3/+78
* raid5: refactor handle_stripe5 and handle_stripe6 (v3)Dan Williams2007-07-131-0/+16
* async_tx: add the async_tx apiDan Williams2007-07-131-2/+3
* xor: make 'xor_blocks' a library routine for use with async_txDan Williams2007-07-131-1/+1
* md: don't write more than is required of the last page of a bitmapNeilBrown2007-05-231-0/+1
* Revert "md: improve partition detection in md array"Linus Torvalds2007-05-091-0/+1
* md: improve partition detection in md arrayNeilBrown2007-05-091-1/+0
* [PATCH] md: avoid a deadlock when removing a device from an md array via sysfsNeilBrown2007-04-041-0/+1
* [PATCH] md: avoid possible BUG_ON in md bitmap handlingNeil Brown2007-02-091-0/+1
* [PATCH] md: fix potential memalloc deadlock in mdNeilBrown2007-01-261-1/+1
* [PATCH] md: allow reads that have bypassed the cache to be retried on failureRaz Ben-Jehuda(caro)2006-12-101-0/+3
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [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/+1
* [PATCH] md: Remove working_disks from raid1 state dataNeilBrown2006-10-031-1/+0
* [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/+0
* [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/+0
* | [PATCH] md: make md_print_devices() staticAdrian Bunk2006-06-261-4/+0
* | [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