summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
Commit message (Expand)AuthorAge
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-05
|\
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-08
* | md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang2018-02-25
* | md: raid5: avoid string overflow warningArnd Bergmann2018-02-21
* | md/raid5: simplify uninitialization of shrinkerAliaksei Karaliou2018-02-17
|/
* raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak2018-01-15
* md: introduce new personality funciton start()Song Liu2017-12-11
* md/raid5: correct degraded calculation in raid5_errorbingjingc2017-12-01
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-11-14
|\
| * md: be cautious about using ->curr_resync_completed for ->recovery_offsetNeilBrown2017-11-09
| * md: use TASK_IDLE instead of blocking signalsMikulas Patocka2017-11-01
| * md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-01
| * md: move suspend_hi/lo handling into core md codeNeilBrown2017-11-01
| * md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown2017-11-01
| * raid5: Set R5_Expanded on parity devices as well as data.NeilBrown2017-10-18
| * md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-16
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* md/raid5: cap worker countShaohua Li2017-09-27
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-19
|\
| * md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_listDennis Yang2017-09-05
| * md/raid5: fix a race condition in stripe batchShaohua Li2017-09-05
* | Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-07
|\ \ | |/
| * md: Runtime support for multiple pplsPawel Baldysiak2017-08-28
| * raid5: remove raid5_build_blockGuoqing Jiang2017-08-25
| * md/raid5: release/flush io in raid5_do_work()Song Liu2017-08-24
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
* | raid5: remove a call to get_start_sectChristoph Hellwig2017-08-23
|/
* md/raid5: add thread_group worker async_tx_issue_pending_allOfer Heifetz2017-07-24
* md: simplify code with bio_io_errorGuoqing Jiang2017-07-21
* Raid5 should update rdev->sectors after reshapeXiao Ni2017-07-10
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-07-08
|\
| * md: don't use flush_signals in userspace processesMikulas Patocka2017-06-13
| * md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown2017-06-13
* | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-18
* | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-12
|\ \ | |/
| * md: initialise ->writes_pending in personality modules.NeilBrown2017-06-05
| * md: report sector of stripes with check mismatchesNix2017-05-24
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-09
|/
* md/r5cache: handle sync with data in write back cacheSong Liu2017-05-11
* md/r5cache: gracefully handle journal device errors for writeback modeSong Liu2017-05-11
* md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz2017-05-08
* md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lockJulia Cartwright2017-05-04
* Merge branch 'md-next' into md-linusShaohua Li2017-05-01
|\
| * md: clear WantReplacement once disk is removedGuoqing Jiang2017-04-25
| * md/raid5: make chunk_aligned_read() split bios more cleanly.NeilBrown2017-04-11
| * raid5-ppl: partial parity calculation optimizationArtur Paszkiewicz2017-04-10
| * raid5-ppl: use resize_stripes() when enabling or disabling pplArtur Paszkiewicz2017-04-10
| * md/raid6: Fix anomily when recovering a single device in RAID6.NeilBrown2017-04-10
| * md: update slab_cache before releasing new stripes when stripes resizingDennis Yang2017-04-10
| * md/raid5: use consistency_policy to remove journal featureSong Liu2017-03-27