summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-175-21/+16
|\
| * md: Convert timers to use timer_setup()Kees Cook2017-11-145-21/+16
* | Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-175-39/+28
|\ \
| * | dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers2017-11-161-9/+6
| * | 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/+0
| * | dm: discard support requires all targets in a table support discardsMike Snitzer2017-11-161-19/+14
| * | dm mpath: remove annoying message of 'blk_get_request() returned -11'Ming Lei2017-11-161-2/+0
* | | 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-141-15/+7
|\ \ \
| * | | bitops: Introduce assign_bit()Lukas Wunner2017-10-191-15/+7
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-11-1421-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-011-1/+0
| * | | | md-cluster: update document for raid10Guoqing Jiang2017-11-012-3/+4
| * | | | md: remove redundant variable qColin Ian King2017-11-011-2/+0
| * | | | raid1: remove obsolete code in raid1_write_requestGuoqing Jiang2017-11-011-13/+7
| * | | | md-cluster: Use a small window for raid10 resyncGuoqing Jiang2017-11-012-1/+118
| * | | | md-cluster: Suspend writes in RAID10 if within rangeGuoqing Jiang2017-11-011-0/+16
| * | | | md-cluster/raid10: set "do_balance = 0" if area is resyncingGuoqing Jiang2017-11-011-2/+5
| * | | | md: use lockdep_assert_heldShaohua Li2017-11-013-13/+8
| * | | | raid1: prevent freeze_array/wait_all_barriers deadlockNate Dailey2017-11-011-18/+6
| * | | | md: use TASK_IDLE instead of blocking signalsMikulas Patocka2017-11-012-7/+1
| * | | | md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-019-69/+37
| * | | | md: allow metadata update while suspending.NeilBrown2017-11-012-0/+20
| * | | | md: use mddev_suspend/resume instead of ->quiesce()NeilBrown2017-11-011-12/+12
| * | | | md: move suspend_hi/lo handling into core md codeNeilBrown2017-11-013-37/+28
| * | | | md: don't call bitmap_create() while array is quiesced.NeilBrown2017-11-011-6/+10
| * | | | md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown2017-11-013-7/+24
| * | | | md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown2017-11-013-1/+14
| * | | | raid5: Set R5_Expanded on parity devices as well as data.NeilBrown2017-10-181-1/+4
| * | | | md: raid10: remove a couple of redundant variables and initializationsColin Ian King2017-10-161-5/+1
| * | | | md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-1615-11/+14
| * | | | md: raid10: remove VLAISMatthias Kaehlcke2017-10-161-5/+10
| * | | | md-cluster: make function cluster_check_sync_size staticColin Ian King2017-10-161-1/+1
| * | | | raid5-ppl: check recovery_offset when performing ppl recoveryArtur Paszkiewicz2017-10-161-1/+2
| * | | | raid5-ppl: don't resync after rebuildArtur Paszkiewicz2017-10-161-2/+1
| * | | | md-cluster: fix wrong condition check in raid1_write_requestGuoqing Jiang2017-10-161-5/+5
| * | | | md/bitmap: revert a patchShaohua Li2017-10-161-2/+2
| * | | | md: always set THREAD_WAKEUP and wake up wqueue if thread existedGuoqing Jiang2017-10-081-2/+2
| * | | | md: fix deadlock error in recent patch.NeilBrown2017-10-051-1/+2
* | | | | Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Linus Torvalds2017-11-1414-262/+408
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | dm cache: lift common migration preparation code to alloc_migration()Mike Snitzer2017-11-101-10/+7
| * | | | dm cache: remove usused deferred_cells member from struct cacheJoe Thornber2017-11-101-2/+0
| * | | | dm cache policy smq: allocate cache blocks in orderJoe Thornber2017-11-101-1/+14
| * | | | dm cache policy smq: change max background work from 10240 to 4096 blocksJoe Thornber2017-11-101-1/+1
OpenPOWER on IntegriCloud