summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
* md-cluster: Use a small window for raid10 resyncGuoqing Jiang2017-11-022-1/+118
* md-cluster: Suspend writes in RAID10 if within rangeGuoqing Jiang2017-11-021-0/+16
* md-cluster/raid10: set "do_balance = 0" if area is resyncingGuoqing Jiang2017-11-021-2/+5
* md: use lockdep_assert_heldShaohua Li2017-11-023-13/+8
* raid1: prevent freeze_array/wait_all_barriers deadlockNate Dailey2017-11-021-18/+6
* md: use TASK_IDLE instead of blocking signalsMikulas Patocka2017-11-022-7/+1
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-029-69/+37
* md: allow metadata update while suspending.NeilBrown2017-11-022-0/+20
* md: use mddev_suspend/resume instead of ->quiesce()NeilBrown2017-11-021-12/+12
* md: move suspend_hi/lo handling into core md codeNeilBrown2017-11-023-37/+28
* md: don't call bitmap_create() while array is quiesced.NeilBrown2017-11-021-6/+10
* md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown2017-11-023-7/+24
* md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown2017-11-023-1/+14
* raid5: Set R5_Expanded on parity devices as well as data.NeilBrown2017-10-191-1/+4
* md: raid10: remove a couple of redundant variables and initializationsColin Ian King2017-10-171-5/+1
* md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-1715-11/+14
* md: raid10: remove VLAISMatthias Kaehlcke2017-10-171-5/+10
* md-cluster: make function cluster_check_sync_size staticColin Ian King2017-10-171-1/+1
* raid5-ppl: check recovery_offset when performing ppl recoveryArtur Paszkiewicz2017-10-171-1/+2
* raid5-ppl: don't resync after rebuildArtur Paszkiewicz2017-10-171-2/+1
* md-cluster: fix wrong condition check in raid1_write_requestGuoqing Jiang2017-10-171-5/+5
* md/bitmap: revert a patchShaohua Li2017-10-171-2/+2
* md: always set THREAD_WAKEUP and wake up wqueue if thread existedGuoqing Jiang2017-10-091-2/+2
* md: fix deadlock error in recent patch.NeilBrown2017-10-051-1/+2
* md/raid5: cap worker countShaohua Li2017-09-281-2/+5
* dm-raid: fix a race condition in request handlingShaohua Li2017-09-281-1/+1
* md: fix a race condition for flush request handlingShaohua Li2017-09-281-4/+10
* md: separate request handlingShaohua Li2017-09-282-25/+34
* 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-061-1/+2
| * md/raid5: fix a race condition in stripe batchShaohua Li2017-09-051-2/+8
* | Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-1418-142/+170
|\ \
| * | dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka2017-09-113-54/+0
| * | dm integrity: use init_completion instead of COMPLETION_INITIALIZER_ONSTACKArnd Bergmann2017-09-111-10/+10
| * | dm integrity: make blk_integrity_profile structure constBhumika Goyal2017-09-111-1/+1
| * | dm integrity: do not check integrity for failed read operationsHyunchul Lee2017-09-111-1/+5
| * | dm log writes: fix >512b sectorsize supportJosef Bacik2017-09-111-11/+31
| * | dm log writes: don't use all the cpu while waiting to log blocksJosef Bacik2017-09-111-1/+1
| * | dm ioctl: constify ioctl lookup tableEric Biggers2017-08-281-1/+1
| * | dm: constify argument arraysEric Biggers2017-08-289-17/+18
| * | dm integrity: count and display checksum failuresMikulas Patocka2017-08-281-2/+8
| * | dm integrity: optimize writing dm-bufio buffers that are partially changedMikulas Patocka2017-08-283-29/+77
| * | dm rq: do not update rq partially in each ending bioMing Lei2017-08-282-11/+8
| * | dm rq: make dm-sq requeuing behavior consistent with dm-mq behaviorBart Van Assche2017-08-281-4/+5
| * | dm mpath: complain about unsupported __multipath_map_bio() return valuesBart Van Assche2017-08-281-0/+4
| * | dm mpath: avoid that building with W=1 causes gcc 7 to complain about fall-th...Bart Van Assche2017-08-281-0/+1
* | | Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-0910-57/+99
|\ \ \
| * | | bcache: initialize dirty stripes in flash_dev_run()Tang Junhui2017-09-073-6/+7
| * | | bcache: fix bch_hprint crash and improve outputMichael Lyle2017-09-061-15/+35
| * | | bcache: Update continue_at() documentationDan Carpenter2017-09-061-4/+0