summaryrefslogtreecommitdiffstats
path: root/include/linux/raid/md_k.h
Commit message (Expand)AuthorAgeFilesLines
* md: move md_k.h from include/linux/raid/ to drivers/md/NeilBrown2009-03-311-411/+0
* md: move lots of #include lines out of .h files and into .cNeilBrown2009-03-311-3/+0
* md: move most content from md.h to md_k.hNeilBrown2009-03-311-0/+22
* md: move LEVEL_* definition from md_k.h to md_u.hNeilBrown2009-03-311-10/+0
* md: Fix is_mddev_idle test (again).NeilBrown2009-03-311-1/+1
* md: don't retry recovery of raid1 that fails due to error on source drive.NeilBrown2009-01-091-0/+3
* md: Allow md devices to be created by name.NeilBrown2009-01-091-0/+1
* md: make devices disappear when they are no longer needed.NeilBrown2009-01-091-0/+4
* md: use list_for_each_entry macro directlyCheng Renquan2009-01-091-7/+4
* md: use sysfs_notify_dirent to notify changes to md/sync_action.NeilBrown2009-01-091-0/+1
* md: use sysfs_notify_dirent to notify changes to md/dev-xxx/stateNeilBrown2008-10-211-0/+3
* md: use sysfs_notify_dirent to notify changes to md/array_stateNeilBrown2008-10-211-1/+4
* md: delay notification of 'active_idle' to the recovery threadDan Williams2008-07-231-0/+1
* md: Protect access to mddev->disks list using RCUNeilBrown2008-07-211-0/+3
* md: only count actual openers as access which prevent a 'stop'NeilBrown2008-07-211-1/+2
* md: Make mddev->array_size sector-based.Andre Noll2008-07-211-1/+1
* md: Turn rdev->sb_offset into a sector-based quantity.Andre Noll2008-07-111-1/+1
* Make sure all changes to md/dev-XX/state are notifiedNeil Brown2008-06-281-0/+3
* Make sure all changes to md/sync_action are notified.Neil Brown2008-06-281-0/+2
* Allow setting start point for requested check/repairNeil Brown2008-06-281-0/+2
* md: restart recovery cleanly after device failure.NeilBrown2008-05-241-3/+1
* md: allow parallel resync of md-devices.Bernd Schubert2008-05-241-0/+3
* md: support blocking writes to an array on device failureDan Williams2008-04-301-0/+4
* md: clean up irregularity with raid autodetectNeilBrown2008-03-041-0/+1
* 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
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-2/+2
* md: improve the is_mddev_idle test fixNeilBrown2007-07-171-1/+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: remove MAX_MD_DEVS which is an arbitrary limitNeilBrown2006-10-031-4/+1
* [PATCH] md: replace magic numbers in sb_dirty with well defined bit flagsNeilBrown2006-10-031-1/+5
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-301-0/+3
* [PATCH] md: fix resync speed calculation for restarted resyncsNeilBrown2006-07-101-1/+2
* [PATCH] md: Don't write dirty/clean update to spares - leave them aloneNeilBrown2006-06-261-0/+1
* [PATCH] md: allow checkpoint of recovery with version-1 superblockNeilBrown2006-06-261-0/+6
* [PATCH] md: remove arbitrary limit on chunk sizeNeilBrown2006-06-261-1/+2
* [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: Checkpoint and allow restart of raid5 reshapeNeilBrown2006-03-271-0/+8
* [PATCH] md: Core of raid5 resize processNeilBrown2006-03-271-0/+4
* [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/+0
OpenPOWER on IntegriCloud