summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-12-156-62/+100
|\
| * dm bufio: fix shrinker scans when (nr_to_scan < retain_target)Suren Baghdasaryan2017-12-081-2/+6
| * dm mpath: fix bio-based multipath queue_if_no_path handlingMike Snitzer2017-12-081-7/+42
| * dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com2017-12-044-51/+49Star
| * dm table: fix regression from improper dm_dev_internal.count refcount_t conve...Mike Snitzer2017-12-041-2/+3
* | md/raid1/10: add missed blk plugShaohua Li2017-12-012-0/+8
* | md: limit mdstat resync progress to max_sectorsNate Dailey2017-12-011-1/+3
* | md/r5cache: move mddev_lock() out of r5c_journal_mode_set()Song Liu2017-12-011-13/+9Star
* | md/raid5: correct degraded calculation in raid5_errorbingjingc2017-12-011-1/+1
|/
* bcache: check return value of register_shrinkerMichael Lyle2017-11-251-1/+4
* bcache: recover data from backing when data is cleanRui Hua2017-11-251-7/+6Star
* bcache: Fix building error on MIPSHuacai Chen2017-11-253-3/+3
* bcache: add a comment in journal bucket readingTang Junhui2017-11-251-0/+5
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-175-21/+16Star
|\
| * md: Convert timers to use timer_setup()Kees Cook2017-11-155-21/+16Star
* | Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-175-39/+28Star
|\ \
| * | dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers2017-11-161-9/+6Star
| * | dm: clear all discard attributes in queue_limits when discards are disabledMike Snitzer2017-11-161-2/+8
| * | dm: do not set 'discards_supported' in targets that do not need itMike Snitzer2017-11-162-7/+0Star
| * | dm: discard support requires all targets in a table support discardsMike Snitzer2017-11-161-19/+14Star
| * | dm mpath: remove annoying message of 'blk_get_request() returned -11'Ming Lei2017-11-161-2/+0Star
* | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-3/+3
|\ \ \ | |_|/ |/| |
| * | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-3/+3
* | | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-15/+7Star
|\ \ \
| * | | bitops: Introduce assign_bit()Lukas Wunner2017-10-191-15/+7Star
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-11-1521-220/+400
|\ \ \ \
| * | | | md: free unused memory after bitmap resizeZdenek Kabelac2017-11-101-0/+9
| * | | | md: release allocated bitset sync_setZdenek Kabelac2017-11-101-1/+7
| * | | | md/bitmap: clear BITMAP_WRITE_ERROR bit before writing it to sbHou Tao2017-11-091-1/+5
| * | | | md: be cautious about using ->curr_resync_completed for ->recovery_offsetNeilBrown2017-11-092-11/+46
| * | | | md: don't check MD_SB_CHANGE_CLEAN in md_allow_writeArtur Paszkiewicz2017-11-021-1/+0Star
| * | | | md-cluster: update document for raid10Guoqing Jiang2017-11-022-3/+4
| * | | | md: remove redundant variable qColin Ian King2017-11-021-2/+0Star
| * | | | raid1: remove obsolete code in raid1_write_requestGuoqing Jiang2017-11-021-13/+7Star
| * | | | 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/+8Star
| * | | | raid1: prevent freeze_array/wait_all_barriers deadlockNate Dailey2017-11-021-18/+6Star
| * | | | md: use TASK_IDLE instead of blocking signalsMikulas Patocka2017-11-022-7/+1Star
| * | | | md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-029-69/+37Star
| * | | | 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/+28Star
| * | | | 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/+1Star
| * | | | md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-1715-11/+14