aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
AgeCommit message (Expand)Author
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-12md: Fix failed allocation of md_register_threadAditya Pakki
2019-03-12raid5: set write hint for PPLMariusz Dabrowski
2019-03-12md: convert to kvmallocKent Overstreet
2019-01-28md/raid5: fix 'out of memory' during raid cache recoveryAlexei Naberezhnov
2018-09-28raid5: block failing device if raid will be failedMariusz Tkaczyk
2018-08-31md/raid5-cache: disable reshape completelyShaohua Li
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-08-02md/raid5: fix data corruption of replacements after originals droppedBingJing Chang
2018-08-01md: Avoid namespace collision with bitmap APIAndy Shevchenko
2018-07-23drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() callAnna-Maria Gleixner
2018-07-18drivers/md/raid5: Use irqsave variant of atomic_dec_and_lock()Anna-Maria Gleixner
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-17md/raid5: Assigning NULL to sh->batch_head before testing bit R5_Overlap of a...Amy Chiang
2018-05-17raid5: copy write hint from origin bio to stripeMariusz Dabrowski
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-02-25md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang
2018-02-21md: raid5: avoid string overflow warningArnd Bergmann
2018-02-17md/raid5: simplify uninitialization of shrinkerAliaksei Karaliou
2018-01-15raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak
2017-12-11md: introduce new personality funciton start()Song Liu
2017-12-01md/raid5: correct degraded calculation in raid5_errorbingjingc
2017-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-11-09md: be cautious about using ->curr_resync_completed for ->recovery_offsetNeilBrown
2017-11-01md: use TASK_IDLE instead of blocking signalsMikulas Patocka
2017-11-01md: remove special meaning of ->quiesce(.., 2)NeilBrown
2017-11-01md: move suspend_hi/lo handling into core md codeNeilBrown
2017-11-01md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-18raid5: Set R5_Expanded on parity devices as well as data.NeilBrown
2017-10-16md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer
2017-09-27md/raid5: cap worker countShaohua Li
2017-09-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-09-05md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_listDennis Yang
2017-09-05md/raid5: fix a race condition in stripe batchShaohua Li
2017-08-28md: Runtime support for multiple pplsPawel Baldysiak
2017-08-25raid5: remove raid5_build_blockGuoqing Jiang
2017-08-24md/raid5: release/flush io in raid5_do_work()Song Liu
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-23raid5: remove a call to get_start_sectChristoph Hellwig
2017-07-24md/raid5: add thread_group worker async_tx_issue_pending_allOfer Heifetz
2017-07-21md: simplify code with bio_io_errorGuoqing Jiang
2017-07-10Raid5 should update rdev->sectors after reshapeXiao Ni
2017-07-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-06-13md: don't use flush_signals in userspace processesMikulas Patocka