aboutsummaryrefslogtreecommitdiff
path: root/include/linux/raid
AgeCommit message (Expand)AuthorFilesLines
2007-07-24[BLOCK] Get rid of request_queue_t typedefGravatar Jens Axboe 1-2/+2
2007-07-17md: change bitmap_unplug and others to void functionsGravatar NeilBrown 1-3/+3
2007-07-17md: improve the is_mddev_idle test fixGravatar NeilBrown 1-1/+1
2007-07-13md: handle_stripe5 - add request/completion logic for async read opsGravatar Dan Williams 1-1/+1
2007-07-13md: handle_stripe5 - add request/completion logic for async compute opsGravatar Dan Williams 1-1/+1
2007-07-13md: raid5_run_ops - run stripe operations outside sh->lockGravatar Dan Williams 1-3/+78
2007-07-13raid5: refactor handle_stripe5 and handle_stripe6 (v3)Gravatar Dan Williams 1-0/+16
2007-07-13async_tx: add the async_tx apiGravatar Dan Williams 1-2/+3
2007-07-13xor: make 'xor_blocks' a library routine for use with async_txGravatar Dan Williams 1-1/+1
2007-05-23md: don't write more than is required of the last page of a bitmapGravatar NeilBrown 1-0/+1
2007-05-09Revert "md: improve partition detection in md array"Gravatar Linus Torvalds 1-0/+1
2007-05-09md: improve partition detection in md arrayGravatar NeilBrown 1-1/+0
2007-04-04[PATCH] md: avoid a deadlock when removing a device from an md array via sysfsGravatar NeilBrown 1-0/+1
2007-02-09[PATCH] md: avoid possible BUG_ON in md bitmap handlingGravatar Neil Brown 1-0/+1
2007-01-26[PATCH] md: fix potential memalloc deadlock in mdGravatar NeilBrown 1-1/+1
2006-12-10[PATCH] md: allow reads that have bypassed the cache to be retried on failureGravatar Raz Ben-Jehuda(caro) 1-0/+3
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-1/+1
2006-10-21[PATCH] md: endian annotations for the bitmap superblockGravatar NeilBrown 1-10/+10
2006-10-21[PATCH] md: endian annotation for v1 superblock accessGravatar NeilBrown 1-28/+28
2006-10-03[PATCH] md: remove MAX_MD_DEVS which is an arbitrary limitGravatar NeilBrown 1-4/+1
2006-10-03[PATCH] md: Remove working_disks from raid1 state dataGravatar NeilBrown 1-1/+0
2006-10-03[PATCH] md: new sysfs interface for setting bits in the write-intent-bitmapGravatar Paul Clements 1-0/+2
2006-10-03[PATCH] md: remove 'working_disks' from raid10 stateGravatar NeilBrown 1-1/+0
2006-10-03[PATCH] md: remove the working_disks and failed_disks from raid5 state data.Gravatar NeilBrown 1-1/+1
2006-10-03[PATCH] md: replace magic numbers in sb_dirty with well defined bit flagsGravatar NeilBrown 2-2/+5
2006-10-03[PATCH] md: fix a comment that is wrong in raid5.hGravatar NeilBrown 1-2/+3
2006-10-03[PATCH] md: the scheduled removal of the START_ARRAY ioctl for mdGravatar Adrian Bunk 1-1/+1
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]Gravatar David Howells 2-0/+6
2006-09-19[HEADERS] One line per header in Kbuild files to reduce conflictsGravatar David Woodhouse 1-1/+2
2006-07-10[PATCH] md: fix resync speed calculation for restarted resyncsGravatar NeilBrown 1-1/+2
2006-07-04Merge git://git.infradead.org/hdrinstall-2.6Gravatar Linus Torvalds 1-0/+1
2006-06-26[PATCH] md: Don't write dirty/clean update to spares - leave them aloneGravatar NeilBrown 1-0/+1
2006-06-26[PATCH] md/bitmap: change md/bitmap file handling to use bmap to file blocksGravatar NeilBrown 1-3/+4
2006-06-26[PATCH] md/bitmap: remove bitmap writeback daemonGravatar NeilBrown 1-6/+0
2006-06-26[PATCH] md: make md_print_devices() staticGravatar Adrian Bunk 1-4/+0
2006-06-26[PATCH] md: support stripe/offset mode in raid10Gravatar NeilBrown 1-1/+6
2006-06-26[PATCH] md: allow a linear array to have drives added while activeGravatar NeilBrown 1-0/+2
2006-06-26[PATCH] md: allow checkpoint of recovery with version-1 superblockGravatar NeilBrown 2-1/+10
2006-06-26[PATCH] md: merge raid5 and raid6 codeGravatar NeilBrown 1-0/+1
2006-06-26[PATCH] md: remove arbitrary limit on chunk sizeGravatar NeilBrown 1-1/+2
2006-06-18Add generic Kbuild files for 'make headers_install'Gravatar David Woodhouse 1-0/+1
2006-04-11[PATCH] md: make sure 64bit fields in version-1 metadata are 64-bit alignedGravatar NeilBrown 1-1/+1
2006-03-27[PATCH] md: Convert reconfig_sem to reconfig_mutexGravatar NeilBrown 1-1/+1
2006-03-27[PATCH] md: Support suspending of IO to regions of an md arrayGravatar NeilBrown 1-0/+4
2006-03-27[PATCH] md: Split reshape handler in check_reshape and start_reshapeGravatar NeilBrown 1-1/+2
2006-03-27[PATCH] md: Only checkpoint expansion progress occasionallyGravatar NeilBrown 1-0/+3
2006-03-27[PATCH] md: Checkpoint and allow restart of raid5 reshapeGravatar NeilBrown 4-3/+40
2006-03-27[PATCH] md: Final stages of raid5 expand codeGravatar NeilBrown 1-1/+2
2006-03-27[PATCH] md: Core of raid5 resize processGravatar NeilBrown 2-1/+7
2006-03-27[PATCH] md: Infrastructure to allow normal IO to continue while array is expa...Gravatar NeilBrown 1-0/+6