aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/faulty.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-10-28md: use separate bio pool for each md device.Gravatar NeilBrown 1-1/+1
2010-05-22Merge commit '3ff195b011d7decf501a4d55aeed312731094796' into for-linusGravatar NeilBrown 1-0/+1
2010-05-18md: pass mddev to make_request functions rather than request_queueGravatar NeilBrown 1-2/+1
2010-05-18drivers/md: Remove unnecessary casts of void *Gravatar H Hartley Sweeten 1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-14md: add MODULE_DESCRIPTION for all md related modules.Gravatar NeilBrown 1-0/+1
2009-06-18md: Move check for bitmap presence to personality code.Gravatar Andre Noll 1-1/+5
2009-06-18md: merge reconfig and check_reshape methods.Gravatar NeilBrown 1-3/+3
2009-06-18md: remove unnecessary arguments from ->reconfig method.Gravatar NeilBrown 1-6/+7
2009-03-31md: centralize ->array_sectors modificationsGravatar Dan Williams 1-1/+1
2009-03-31md: add 'size' as a personality methodGravatar Dan Williams 1-1/+13
2009-03-31md: Make mddev->size sector-based.Gravatar Andre Noll 1-1/+1
2009-03-31md: move md_k.h from include/linux/raid/ to drivers/md/Gravatar NeilBrown 1-1/+1
2009-03-31md: move lots of #include lines out of .h files and into .cGravatar NeilBrown 1-1/+4
2009-01-09md: use list_for_each_entry macro directlyGravatar Cheng Renquan 1-2/+1
2008-10-16md: check for memory allocation failure in faulty personalityGravatar Sven Wegener 1-0/+2
2008-07-21md: Make mddev->array_size sector-based.Gravatar Andre Noll 1-1/+1
2008-02-06md: change ITERATE_RDEV to rdev_for_eachGravatar NeilBrown 1-1/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioGravatar NeilBrown 1-6/+4
2007-07-24[BLOCK] Get rid of request_queue_t typedefGravatar Jens Axboe 1-1/+1
2006-12-13[PATCH] md: Don't assume that READ==0 and WRITE==1 - use the names explicitlyGravatar NeilBrown 1-1/+1
2006-01-06[PATCH] md: allow array level to be set textually via sysfsGravatar NeilBrown 1-0/+1
2006-01-06[PATCH] md: remove personality numbering from mdGravatar NeilBrown 1-3/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+343