aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2017-11-01md: use lockdep_assert_heldShaohua Li
2017-11-01raid1: prevent freeze_array/wait_all_barriers deadlockNate Dailey
2017-11-01md: use TASK_IDLE instead of blocking signalsMikulas Patocka
2017-11-01md: remove special meaning of ->quiesce(.., 2)NeilBrown
2017-11-01md: allow metadata update while suspending.NeilBrown
2017-11-01md: use mddev_suspend/resume instead of ->quiesce()NeilBrown
2017-11-01md: move suspend_hi/lo handling into core md codeNeilBrown
2017-11-01md: don't call bitmap_create() while array is quiesced.NeilBrown
2017-11-01md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown
2017-11-01md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown
2017-10-18raid5: Set R5_Expanded on parity devices as well as data.NeilBrown
2017-10-16md: raid10: remove a couple of redundant variables and initializationsColin Ian King
2017-10-16md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer
2017-10-16md: raid10: remove VLAISMatthias Kaehlcke
2017-10-16md-cluster: make function cluster_check_sync_size staticColin Ian King
2017-10-16raid5-ppl: check recovery_offset when performing ppl recoveryArtur Paszkiewicz
2017-10-16raid5-ppl: don't resync after rebuildArtur Paszkiewicz
2017-10-16md-cluster: fix wrong condition check in raid1_write_requestGuoqing Jiang
2017-10-16md/bitmap: revert a patchShaohua Li
2017-10-08md: always set THREAD_WAKEUP and wake up wqueue if thread existedGuoqing Jiang
2017-10-05md: fix deadlock error in recent patch.NeilBrown
2017-09-27md/raid5: cap worker countShaohua Li
2017-09-27dm-raid: fix a race condition in request handlingShaohua Li
2017-09-27md: fix a race condition for flush request handlingShaohua Li
2017-09-27md: separate request handlingShaohua Li
2017-09-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka
2017-09-11dm integrity: use init_completion instead of COMPLETION_INITIALIZER_ONSTACKArnd Bergmann
2017-09-11dm integrity: make blk_integrity_profile structure constBhumika Goyal
2017-09-11dm integrity: do not check integrity for failed read operationsHyunchul Lee
2017-09-11dm log writes: fix >512b sectorsize supportJosef Bacik
2017-09-11dm log writes: don't use all the cpu while waiting to log blocksJosef Bacik
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-09-07bcache: initialize dirty stripes in flash_dev_run()Tang Junhui
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-09-06bcache: fix bch_hprint crash and improve outputMichael Lyle
2017-09-06bcache: Update continue_at() documentationDan Carpenter
2017-09-06bcache: silence static checker warningDan Carpenter
2017-09-06bcache: fix for gc and write-back raceTang Junhui
2017-09-06bcache: increase the number of open bucketsTang Junhui
2017-09-06bcache: Correct return value for sysfs attach errorsTony Asleson
2017-09-06bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui
2017-09-06bcache: gc does not work when triggering by manual commandTang Junhui
2017-09-06bcache: Don't reinvent the wheel but use existing llist APIByungchul Park
2017-09-06bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui
2017-09-06bcache: fix sequential large write IO bypassTang Junhui
2017-09-06bcache: Fix leak of bdev referenceJan Kara