aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAge
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe2019-01-03
|\
| * md: fix raid10 hang issue caused by barrierGuoqing Jiang2018-12-20
| * raid10: refactor common wait code from regular read/write requestGuoqing Jiang2018-12-20
| * md: remvoe redundant condition checkChengguang Xu2018-12-20
| * md: remove set but not used variable 'bi_rdev'Yue Haibing2018-12-20
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-28
|\ \
| * | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-28
* | | Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-28
|\ \ \
| * | | dm: do not allow readahead to limit IO sizeJaegeuk Kim2018-12-18
| * | | dm raid: fix false -EBUSY when handling check/repair messageHeinz Mauelshagen2018-12-18
| * | | dm rq: cleanup leftover code from recently removed q->mq_ops branchingMike Snitzer2018-12-18
| * | | dm verity: log the hash algorithm implementationEric Biggers2018-12-18
| * | | dm crypt: log the encryption algorithm implementationEric Biggers2018-12-18
| * | | dm integrity: fix spelling mistake in workqueue nameColin Ian King2018-12-18
| * | | dm flakey: Properly corrupt multi-page bios.Sweet Tea2018-12-18
| * | | dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz2018-12-18
| * | | dm crypt: use u64 instead of sector_t to store iv_offsetAliOS system security2018-12-18
| * | | dm kcopyd: Fix bug causing workqueue stallsNikos Tsironis2018-12-18
| * | | dm snapshot: Fix excessive memory usage and workqueue stallsNikos Tsironis2018-12-18
| * | | dm bufio: update comment in dm-bufio.cShenghui Wang2018-12-18
| * | | dm writecache: fix typo in error msg for creating writecache_flush_threadShenghui Wang2018-12-18
| * | | dm: remove indirect calls from __send_changing_extent_only()Mike Snitzer2018-12-18
| * | | dm mpath: only flush workqueue when neededwuzhouhui2018-12-18
| * | | dm rq: remove unused arguments from rq_completed()Mike Snitzer2018-12-18
| * | | dm: avoid indirect call in __dm_make_requestMikulas Patocka2018-12-18
* | | | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-28
|\ \ \ \ | |_|/ / |/| | |
| * | | dm: don't reuse bio for flushesJens Axboe2018-12-19
| |/ /
| * | blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe2018-12-17
| * | bcache: print number of keys in trace_bcache_journal_writeGuoju Fang2018-12-13
| * | bcache: set writeback_percent in a flexible rangeColy Li2018-12-13
| * | bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li2018-12-13
| * | bcache: add MODULE_DESCRIPTION informationColy Li2018-12-13
| * | bcache: option to automatically run gc thread after writebackColy Li2018-12-13
| * | bcache: introduce force_wake_up_gc()Coly Li2018-12-13
| * | bcache: cannot set writeback_running via sysfs if no writeback kthread createdShenghui Wang2018-12-13
| * | bcache: do not mark writeback_running too earlyShenghui Wang2018-12-13
| * | bcache: update comment in sysfs.cShenghui Wang2018-12-13
| * | bcache: update comment for bch_data_insertShenghui Wang2018-12-13
| * | bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang2018-12-13
| * | bcache: add comment for cache_set->fill_iterShenghui Wang2018-12-13
| * | dm: fix request-based dm's use of dm_wait_for_completionMike Snitzer2018-12-11
| * | dm: fix inflight IO checkJens Axboe2018-12-10
| * | dm: remove the pending IO accountingMikulas Patocka2018-12-10
| * | block: stop passing 'cpu' to all percpu stats methodsMike Snitzer2018-12-10
| * | dm rq: leverage blk_mq_queue_busy() to check for outstanding IOMike Snitzer2018-12-10
| * | dm: dont rewrite dm_disk(md)->part0.in_flightMikulas Patocka2018-12-10
| * | blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-08
| * | dm: set the static flush bio device on demandDennis Zhou2018-12-08
| * | block: add queue_is_mq() helperJens Axboe2018-11-16
| * | block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2018-11-15