aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-18Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds1-0/+2
2012-12-13md: Use ->curr_resync as last completed request when cleanly aborting resync.majianpeng1-0/+2
2012-11-30wait: add wait_event_lock_irq() interfaceLukas Czerner1-26/+0
2012-10-11Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid racesJianpeng Ma1-1/+1
2012-10-11MD: change the parameter of md threadShaohua Li1-3/+4
2012-07-31blk: pass from_schedule to non-request unplug functions.NeilBrown1-1/+1
2012-07-31blk: centralize non-request unplug handling.NeilBrown1-1/+7
2012-07-31md: remove plug_cnt feature of plugging.NeilBrown1-3/+0
2012-05-22md/bitmap: add new 'space' attribute for bitmaps.NeilBrown1-0/+3
2012-05-22md: dm-raid should call helper function to clear rdev.NeilBrown1-0/+1
2012-05-21md: add possibility to change data-offset for devices.NeilBrown1-2/+5
2012-05-21md: allow a reshape operation to be reversed.NeilBrown1-0/+1
2012-03-19md/raid10: handle merge_bvec_fn in member devices.NeilBrown1-0/+8
2012-03-19md: tidy up rdev_for_each usage.NeilBrown1-1/+4
2011-12-23md: create externally visible flags for supporting hot-replace.NeilBrown1-32/+48
2011-12-23md: change hot_remove_disk to take an rdev rather than a number.NeilBrown1-1/+1
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe1-1/+1
2011-10-11md: rename "mdk_personality" to "md_personality"NeilBrown1-4/+4
2011-10-11md: remove typedefs: mdk_thread_t -> struct md_threadNeilBrown1-8/+10
2011-10-11md: remove typedefs: mddev_t -> struct mddevNeilBrown1-59/+56
2011-10-11md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown1-18/+16
2011-09-21trival: md_k.h should be md.h in the beginning comment of file md.hWang Sheng-Hui1-1/+1
2011-09-21md: Avoid waking up a thread after it has been freed.NeilBrown1-1/+1
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig1-1/+1
2011-07-28md: make it easier to wait for bad blocks to be acknowledged.NeilBrown1-2/+23
2011-07-28md: add 'write_error' flag to component devices.NeilBrown1-0/+3
2011-07-28md/raid1: avoid reading from known bad blocks.NeilBrown1-0/+1
2011-07-28md: load/store badblock list from v1.x metadataNeilBrown1-1/+4
2011-07-28md: beginnings of bad block management.NeilBrown1-1/+47
2011-07-27MD bitmap: Revert DM dirty log hooksJonathan Brassow1-5/+0
2011-07-27md: change managed of recovery_disabled.NeilBrown1-3/+6
2011-07-27md: introduce link/unlink_rdev() helpersNamhyung Kim1-0/+14
2011-06-09MD: support initial bitmap creation in-kernelJonathan Brassow1-0/+1
2011-06-08MD: add sync_super to mddev_t structJonathan Brassow1-0/+1
2011-04-18md: provide generic support for handling unplug callbacks.NeilBrown1-0/+4
2011-04-18md - remove old plugging code.NeilBrown1-22/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-24md: Fix - again - partition detection when array becomes activeNeilBrown1-0/+2
2011-01-31md: Remove the AllReserved flag for component devices.NeilBrown1-2/+0
2011-01-14md: separate meta and data devsJonathan Brassow1-0/+6
2011-01-14md-new-param-to_sync_page_ioJonathan Brassow1-2/+2
2011-01-14md: Ensure no IO request to get md device before it is properly initialised.NeilBrown1-1/+2
2010-10-28md: use separate bio pool for each md device.NeilBrown1-0/+6
2010-10-28md: change type of first arg to sync_page_io.NeilBrown1-1/+1
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-1/+1
2010-09-10md: implment REQ_FLUSH/FUA supportTejun Heo1-17/+6
2010-08-30md: resolve confusion of MD_CHANGE_CLEANNeilBrown1-1/+1
2010-08-10Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-1/+54
2010-08-08md: fix another deadlock with removing sysfs attributes.NeilBrown1-0/+4