summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2011-10-26md: Fix some bugs in recovery_disabled handling.NeilBrown
2011-10-26md/raid5: fix bug that could result in reads from a failed device.NeilBrown
2011-10-24block: Remove the control of complete cpu from bio.Tao Ma
2011-10-23dm kcopyd: fix job_pool leakAlasdair G Kergon
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe
2011-10-19md.c: trivial comment fixChris Dunlop
2011-10-18MD: Allow restarting an interrupted incremental recovery.Andrei Warkentin
2011-10-18md: clear In_sync bit on devices added to an active array.NeilBrown
2011-10-11md: add proper write-congestion reporting to RAID1 and RAID10.NeilBrown
2011-10-11md: rename "mdk_personality" to "md_personality"NeilBrown
2011-10-11md/bitmap remove fault injection options.NeilBrown
2011-10-11md/raid5: typedef removal: raid5_conf_t -> struct r5confNeilBrown
2011-10-11md/raid1: typedef removal: conf_t -> struct r1confNeilBrown
2011-10-11md/raid10: typedef removal: conf_t -> struct r10confNeilBrown
2011-10-11md/raid0: typedef removal: raid0_conf_t -> struct r0confNeilBrown
2011-10-11md/multipath: typedef removal: multipath_conf_t -> struct mpconfNeilBrown
2011-10-11md/linear: typedef removal: linear_conf_t -> struct linear_confNeilBrown
2011-10-11md/faulty: remove typedef: conf_t -> struct faulty_confNeilBrown
2011-10-11md/linear: remove typedefs: dev_info_t -> struct dev_infoNeilBrown
2011-10-11md: remove typedefs: mirror_info_t -> struct mirror_infoNeilBrown
2011-10-11md: remove typedefs: r10bio_t -> struct r10bio and r1bio_t -> struct r1bioNeilBrown
2011-10-11md: remove typedefs: mdk_thread_t -> struct md_threadNeilBrown
2011-10-11md: remove typedefs: mddev_t -> struct mddevNeilBrown
2011-10-11md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown
2011-10-07md/raid0: convert some printks to pr_debug.NeilBrown
2011-10-07md: remove PRINTK and dprintk debugging and use pr_debugNeilBrown
2011-10-07md: remove some old DEBUGging code.NeilBrown
2011-10-07md/raid5: convert to macros into inline functions.NeilBrown
2011-10-07md/raid1/ avoid bio search in end_sync_read()NeilBrown
2011-10-07md/raid1: factor out common bio handling codeNamhyung Kim
2011-10-07md/raid5: remove pointless NULL test.NeilBrown
2011-10-07md/raid1: add documentation to r1_private_data_s data structure.NeilBrown
2011-10-06Merge branch 'for-linus' of http://people.redhat.com/agk/git/linux-dmLinus Torvalds
2011-09-25dm crypt: always disable discard_zeroes_dataMilan Broz
2011-09-25dm: raid fix write_mostly arg validationJonthan Brassow
2011-09-25dm table: avoid crash if integrity profile changesMike Snitzer
2011-09-25dm: flakey fix corrupt_bio_byte error pathMike Snitzer
2011-09-23md: don't delay reboot by 1 second if no MD devices existDaniel P. Berrange
2011-09-21trival: md_k.h should be md.h in the beginning comment of file md.hWang Sheng-Hui
2011-09-21md/bitmap: improve handling of 'allclean'.NeilBrown
2011-09-21md/bitmap: rename and tidy up BITMAP_PAGE_CLEANNeilBrown
2011-09-21md: Avoid waking up a thread after it has been freed.NeilBrown
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig
2011-09-12block: rename __make_request() to blk_queue_bio()Jens Axboe
2011-09-12block: export __make_requestChristoph Hellwig
2011-09-10md: Fix handling for devices from 2TB to 4TB in 0.90 metadata.NeilBrown
2011-09-10md/raid1,10: Remove use-after-free bug in make_request.NeilBrown
2011-09-10md/raid10: unify handling of write completion.NeilBrown
2011-08-31md/raid5: fix a hang on device failure.NeilBrown
2011-08-30md: fix clearing of 'blocked' flag in the presence of bad blocks.NeilBrown