summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* md/raid5: fix 'out of memory' during raid cache recoveryAlexei Naberezhnov2019-01-282-13/+28
* Merge tag 'for-5.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-01-245-28/+56
|\
| * dm: add missing trace_block_split() to __split_and_process_bio()Mike Snitzer2019-01-221-0/+1
| * dm: fix dm_wq_work() to only use __split_and_process_bio() if appropriateMike Snitzer2019-01-221-6/+12
| * dm: fix redundant IO accounting for bios that need splittingMike Snitzer2019-01-211-0/+16
| * dm: fix clone_bio() to trigger blk_recount_segments()Mike Snitzer2019-01-211-6/+2Star
| * dm thin: fix passdown_double_checking_shared_status()Joe Thornber2019-01-153-8/+8
| * dm crypt: fix parsing of extended IV argumentsMilan Broz2019-01-101-8/+17
* | md: Make bio_alloc_mddev use bio_alloc_biosetMarcos Paulo de Souza2019-01-141-6/+1Star
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe2019-01-032-57/+33Star
|\
| * 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/+25Star
| * md: remvoe redundant condition checkChengguang Xu2018-12-201-8/+4Star
| * md: remove set but not used variable 'bi_rdev'Yue Haibing2018-12-201-2/+0Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-294-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-2917-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/+1Star
| * | | dm rq: cleanup leftover code from recently removed q->mq_ops branchingMike Snitzer2018-12-181-3/+1Star
| * | | 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/+7Star
| * | | dm mpath: only flush workqueue when neededwuzhouhui2018-12-181-2/+4
| * | | dm rq: remove unused arguments from rq_completed()Mike Snitzer2018-12-181-9/+5Star
| * | | dm: avoid indirect call in __dm_make_requestMikulas Patocka2018-12-181-23/+6Star
* | | | 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-181-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/+2Star
| * | 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