Commit Graph

157 Commits (929e27252e8ca69363f81f26af5eaba62cb4c572)

Author SHA1 Message Date
Martin K. Petersen a91a2785b2 block: Require subsystems to explicitly allocate bio_set integrity mempool 14 years ago
Jens Axboe 7eaceaccab block: remove per-queue plugging 14 years ago
NeilBrown da9cf5050a md: avoid spinlock problem in blk_throtl_exit 14 years ago
Krzysztof Wojcik 02214dc546 FIX: md: process hangs at wait_barrier after 0->10 takeover 14 years ago
Jonathan Brassow ccebd4c415 md-new-param-to_sync_page_io 14 years ago
Joe Perches 067032bc62 md: Fix single printks with multiple KERN_<level>s 14 years ago
NeilBrown 589a594be1 md: protect against NULL reference when waiting to start a raid10. 14 years ago
NeilBrown a167f66324 md: use separate bio pool for each md device. 14 years ago
NeilBrown 2b193363ef md: change type of first arg to sync_page_io. 14 years ago
NeilBrown 6746557f03 md: use bio_kmalloc rather than bio_alloc when failure is acceptable. 14 years ago
NeilBrown 4e78064f42 md: Fix possible deadlock with multiple mempool allocations. 14 years ago
NeilBrown 57dab0bdf6 md: use sector_t in bitmap_get_counter 14 years ago
Tejun Heo e9c7469bb4 md: implment REQ_FLUSH/FUA support 15 years ago
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