summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe2019-01-032-57/+33
|\
| * md: fix raid10 hang issue caused by barrierGuoqing Jiang2018-12-201-0/+4
| * raid10: refactor common wait code from regular read/write requestGuoqing Jiang2018-12-201-47/+25
| * md: remvoe redundant condition checkChengguang Xu2018-12-201-8/+4
| * md: remove set but not used variable 'bi_rdev'Yue Haibing2018-12-201-2/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-284-4/+4
|\ \
| * | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-284-4/+4
* | | Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-2817-82/+121
|\ \ \
| * | | dm: do not allow readahead to limit IO sizeJaegeuk Kim2018-12-181-0/+3
| * | | dm raid: fix false -EBUSY when handling check/repair messageHeinz Mauelshagen2018-12-181-2/+1
| * | | dm rq: cleanup leftover code from recently removed q->mq_ops branchingMike Snitzer2018-12-181-3/+1
| * | | dm verity: log the hash algorithm implementationEric Biggers2018-12-181-0/+9
| * | | dm crypt: log the encryption algorithm implementationEric Biggers2018-12-181-0/+9
| * | | dm integrity: fix spelling mistake in workqueue nameColin Ian King2018-12-181-1/+1
| * | | dm flakey: Properly corrupt multi-page bios.Sweet Tea2018-12-181-11/+22
| * | | dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz2018-12-186-6/+7
| * | | dm crypt: use u64 instead of sector_t to store iv_offsetAliOS system security2018-12-181-3/+3
| * | | dm kcopyd: Fix bug causing workqueue stallsNikos Tsironis2018-12-181-5/+14
| * | | dm snapshot: Fix excessive memory usage and workqueue stallsNikos Tsironis2018-12-181-0/+22
| * | | dm bufio: update comment in dm-bufio.cShenghui Wang2018-12-181-6/+6
| * | | dm writecache: fix typo in error msg for creating writecache_flush_threadShenghui Wang2018-12-181-1/+1
| * | | dm: remove indirect calls from __send_changing_extent_only()Mike Snitzer2018-12-181-10/+7
| * | | dm mpath: only flush workqueue when neededwuzhouhui2018-12-181-2/+4
| * | | dm rq: remove unused arguments from rq_completed()Mike Snitzer2018-12-181-9/+5
| * | | dm: avoid indirect call in __dm_make_requestMikulas Patocka2018-12-181-23/+6
* | | | 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