summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-311-3/+2Star
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-2918-173/+384
|\
| * blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei2018-01-171-3/+16
| * dm: fix incomplete request_queue initializationMike Snitzer2018-01-152-10/+10
| * dm mpath: Use blk_path_errorKeith Busch2018-01-101-17/+2Star
| * bcache: closures: move control bits one bit rightMichael Lyle2018-01-091-4/+4
| * bcache: fix writeback target calc on large devicesMichael Lyle2018-01-082-4/+34
| * bcache: fix misleading error message in bch_count_io_errors()Coly Li2018-01-084-7/+16
| * bcache: reduce cache_set devices iteration by devices_max_usedColy Li2018-01-084-5/+9
| * bcache: fix unmatched generic_end_io_acct() & generic_start_io_acct()Zhai Zhaoxuan2018-01-081-2/+2
| * bcache: mark closure_sync() __schedKent Overstreet2018-01-081-1/+2
| * bcache: Fix, improve efficiency of closure_sync()Kent Overstreet2018-01-082-60/+46Star
| * bcache: allow quick writeback when backing idleMichael Lyle2018-01-083-0/+29
| * bcache: writeback: properly order backing device IOMichael Lyle2018-01-082-0/+37
| * bcache: fix wrong return value in bch_debug_init()Tang Junhui2018-01-084-47/+87
| * bcache: segregate flash only volume write streamsTang Junhui2018-01-081-5/+14
| * bcache: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2018-01-081-4/+1Star
| * bcache: stop writeback thread after detachingTang Junhui2018-01-081-0/+6
| * bcache: ret IOERR when read meets metadata errorRui Hua2018-01-081-0/+22
| * dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()Ming Lei2018-01-061-1/+0Star
| * block: move bio_alloc_pages() to bcacheMing Lei2018-01-067-5/+33
| * bcache: comment on direct access to bvec tableMing Lei2018-01-062-0/+8
| * dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZEMing Lei2018-01-061-1/+9
| * block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-061-4/+4
* | dm crypt: fix error return code in crypt_ctr()Wei Yongjun2018-01-171-0/+1
* | dm crypt: wipe kernel key copy after IV initializationOndrej Kozina2018-01-171-4/+8
* | dm integrity: don't store cipher request on the stackMikulas Patocka2018-01-171-12/+37
* | dm crypt: fix crash by adding missing check for auth key sizeMilan Broz2018-01-171-1/+6
* | dm btree: fix serious bug in btree_split_beneath()Joe Thornber2018-01-171-17/+2Star
* | dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6Dennis Yang2018-01-171-1/+5
|/
* 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