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