Commit Graph

143 Commits (eec7ecfede74bb996060efefd5c157acd5794e8a)

Author SHA1 Message Date
NeilBrown 2c7d46ec19 md raid-1/10 Fix bio_rw bit manipulations again 15 years ago
NeilBrown 6b96562054 md: provide appropriate return value for spare_active functions. 15 years ago
Adrian Drzewiecki e6ffbcb6cd md: Notify sysfs when RAID1/5/10 disk is In_sync. 15 years ago
Christoph Hellwig 7b6d91daee block: unify flags for struct bio and struct request 15 years ago
NeilBrown 51e9ac7703 md/raid10: fix deadlock with unaligned read during resync 15 years ago
Maciej Trela f73ea87375 md: fix raid10 takeover: use new_layout for setup_conf 15 years ago
NeilBrown e93f68a1fc md: fix handling of array level takeover that re-arranges devices. 15 years ago
Prasanna S. Panchamukhi 0544a21db0 md: raid10: Fix null pointer dereference in fix_read_error() 15 years ago
NeilBrown af3a2cd6b8 md: Fix read balancing in RAID1 and RAID10 on drives > 2TB 15 years ago
NeilBrown 128595ed6f md/raid10: tidy up printk messages. 15 years ago
NeilBrown 21a52c6d05 md: pass mddev to make_request functions rather than request_queue 15 years ago
NeilBrown 490773268c md: move io accounting out of personalities into md_make_request 15 years ago
Trela, Maciej dab8b29248 md: Add support for Raid0->Raid10 takeover 15 years ago
NeilBrown 84707f38e7 md: don't use mddev->raid_disks in raid0 or raid10 while array is active. 15 years ago
H Hartley Sweeten 7b92813c3c drivers/md: Remove unnecessary casts of void * 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
NeilBrown 627a2d3c29 md: deal with merge_bvec_fn in component devices better. 15 years ago
Martin K. Petersen 086fa5ff08 block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors 15 years ago
NeilBrown 0efb9e6191 md: add MODULE_DESCRIPTION for all md related modules. 15 years ago
Robert Becker 1e50915fe0 raid: improve MD/raid10 handling of correctable read errors. 15 years ago
Robert Becker 67b8dc4b06 md/raid10: print more useful messages on device failure. 15 years ago
NeilBrown 9cd30fdc33 md: remove needless setting of thread->timeout in raid10_quiesce 15 years ago
NeilBrown 1b04be96f6 md: change daemon_sleep to be in 'jiffies' rather than 'seconds'. 15 years ago
NeilBrown 42a04b5078 md: move offset, daemon_sleep and chunksize out of bitmap structure 15 years ago
NeilBrown a2826aa92e md: support barrier requests on all personalities. 15 years ago
NeilBrown ed9bfdf1a4 md: raid1/raid10: handle allocation errors during array setup. 16 years ago
NeilBrown 1d9d52416c md/raid1/raid10: add a cond_resched 16 years ago
Dmitry Monakhov 1ef04fefe2 md: raid-1/10: fix RW bits manipulation 16 years ago
NeilBrown 3fa841d7e7 md: report device as congested when suspended 16 years ago
NeilBrown 0da3c6194e md: Improve name of threads created by md_register_thread 16 years ago
NeilBrown a9f326ebf2 md: remove sparse waring "symbol xxx shadows an earlier one" 16 years ago
Jens Axboe 1f98a13f62 bio: first step in sanitizing the bio->bi_rw flag testing 16 years ago
Andre Noll ac5e7113e7 md: Push down data integrity code to personalities. 16 years ago
Martin K. Petersen 8f6c2e4b32 md: Use new topology calls to indicate alignment and I/O sizes 16 years ago
Andre Noll 8c6ac868b1 md: Push down reconstruction log message to personality code. 16 years ago
Andre Noll 9d8f036362 md: Make mddev->chunk_size sector-based. 16 years ago
raz ben yehuda 964e7913b0 md: raid10: chunk size check in run 16 years ago
NeilBrown 070ec55d07 md: remove mddev_to_conf "helper" macro 16 years ago
Martin K. Petersen ae03bf639a block: Use accessor functions for queue limits 16 years ago
NeilBrown 1805556912 md/raid10: don't clear bitmap during recovery if array will still be degraded. 16 years ago
Christoph Hellwig 8f3d8ba20e block: move bio list helpers into bio.h 16 years ago
Dan Williams b522adcde9 md: 'array_size' sysfs attribute 16 years ago
Dan Williams 1f403624bd md: centralize ->array_sectors modifications 16 years ago
Dan Williams 80c3a6ce4b md: add 'size' as a personality method 16 years ago
NeilBrown 409c57f380 md: enable suspend/resume of md devices. 16 years ago
Andre Noll 58c0fed400 md: Make mddev->size sector-based. 16 years ago
NeilBrown 43b2e5d86d md: move md_k.h from include/linux/raid/ to drivers/md/ 16 years ago
NeilBrown bff61975b3 md: move lots of #include lines out of .h files and into .c 16 years ago
Christoph Hellwig ef740c372d md: move headers out of include/linux/raid/ 16 years ago
NeilBrown 73d5c38a95 md: avoid races when stopping resync. 16 years ago