summaryrefslogtreecommitdiff
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-2816-78/+231
|\
| * dm: don't reuse bio for flushesJens Axboe2018-12-192-13/+25
| * blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe2018-12-171-1/+1
| * bcache: print number of keys in trace_bcache_journal_writeGuoju Fang2018-12-131-1/+1
| * bcache: set writeback_percent in a flexible rangeColy Li2018-12-131-1/+2
| * bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li2018-12-133-2/+55
| * bcache: add MODULE_DESCRIPTION informationColy Li2018-12-131-3/+4
| * bcache: option to automatically run gc thread after writebackColy Li2018-12-134-0/+52
| * bcache: introduce force_wake_up_gc()Coly Li2018-12-132-15/+20
| * bcache: cannot set writeback_running via sysfs if no writeback kthread createdShenghui Wang2018-12-131-2/+19
| * bcache: do not mark writeback_running too earlyShenghui Wang2018-12-131-1/+2
| * bcache: update comment in sysfs.cShenghui Wang2018-12-131-2/+2
| * bcache: update comment for bch_data_insertShenghui Wang2018-12-131-3/+3
| * bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang2018-12-132-4/+2
| * bcache: add comment for cache_set->fill_iterShenghui Wang2018-12-132-1/+10
| * dm: fix request-based dm's use of dm_wait_for_completionMike Snitzer2018-12-112-5/+11
| * dm: fix inflight IO checkJens Axboe2018-12-101-8/+6
| * dm: remove the pending IO accountingMikulas Patocka2018-12-102-21/+15
| * block: stop passing 'cpu' to all percpu stats methodsMike Snitzer2018-12-101-4/+3
| * dm rq: leverage blk_mq_queue_busy() to check for outstanding IOMike Snitzer2018-12-101-5/+4
| * dm: dont rewrite dm_disk(md)->part0.in_flightMikulas Patocka2018-12-101-3/+1
| * blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-071-1/+1
| * dm: set the static flush bio device on demandDennis Zhou2018-12-071-1/+11
| * block: add queue_is_mq() helperJens Axboe2018-11-162-3/+3
| * block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2018-11-151-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-272-2/+2
|\ \
| * | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-1/+1
| * | crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-1/+1
| |/
* | dm thin: bump target versionMike Snitzer2018-12-121-2/+2
* | dm thin: send event about thin-pool state change _after_ making itMike Snitzer2018-12-111-33/+35
* | dm zoned: Fix target BIO completion handlingDamien Le Moal2018-12-071-84/+38
* | dm: call blk_queue_split() to impose device limits on biosMike Snitzer2018-12-071-0/+2
* | dm cache metadata: verify cache has blocks in blocks_are_clean_separate_dirty()Mike Snitzer2018-12-071-0/+4
|/
* Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-021-1/+1
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-10-269-127/+356
|\ \
| * | MD: Memory leak when flush bio size is zeroXiao Ni2018-10-221-4/+6
| * | md: fix memleak for mempoolJack Wang2018-10-221-8/+8
| * | md-cluster: remove suspend_infoGuoqing Jiang2018-10-181-71/+32
| * | md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interruptedGuoqing Jiang2018-10-182-5/+26
| * | md-cluster/bitmap: don't call md_bitmap_sync_with_cluster during reshaping stageGuoqing Jiang2018-10-181-7/+20
| * | md-cluster/raid10: don't call remove_and_add_spares during reshaping stageGuoqing Jiang2018-10-181-2/+6
| * | md-cluster/raid10: call update_size in md_reap_sync_threadGuoqing Jiang2018-10-181-3/+18
| * | md-cluster: introduce resync_info_get interface for sanity checkGuoqing Jiang2018-10-183-1/+22
| * | md-cluster/raid10: support add disk under grow modeGuoqing Jiang2018-10-183-0/+59
| * | md-cluster/raid10: resize all the bitmaps before start reshapeGuoqing Jiang2018-10-183-3/+120
| * | MD: fix invalid stored role for a disk - try2Shaohua Li2018-10-143-4/+2
| * | md/bitmap: use mddev_suspend/resume instead of ->quiesce()Jack Wang2018-10-101-4/+5
| * | md: remove redundant code that is no longer reachableColin Ian King2018-10-101-2/+0
| * | md: allow metadata updates while suspending an array - fixNeilBrown2018-10-031-10/+12