summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2019-02-06dm: don't use bio_trim() afterallMike Snitzer
2019-02-06dm: add memory barrier before waitqueue_activeMikulas Patocka
2019-01-28md/raid5: fix 'out of memory' during raid cache recoveryAlexei Naberezhnov
2019-01-25Merge tag 'for-5.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-01-22dm: add missing trace_block_split() to __split_and_process_bio()Mike Snitzer
2019-01-22dm: fix dm_wq_work() to only use __split_and_process_bio() if appropriateMike Snitzer
2019-01-21dm: fix redundant IO accounting for bios that need splittingMike Snitzer
2019-01-21dm: fix clone_bio() to trigger blk_recount_segments()Mike Snitzer
2019-01-15dm thin: fix passdown_double_checking_shared_status()Joe Thornber
2019-01-14md: Make bio_alloc_mddev use bio_alloc_biosetMarcos Paulo de Souza
2019-01-10dm crypt: fix parsing of extended IV argumentsMilan Broz
2019-01-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-20md: fix raid10 hang issue caused by barrierGuoqing Jiang
2018-12-20raid10: refactor common wait code from regular read/write requestGuoqing Jiang
2018-12-20md: remvoe redundant condition checkChengguang Xu
2018-12-20md: remove set but not used variable 'bi_rdev'Yue Haibing
2018-12-19dm: don't reuse bio for flushesJens Axboe
2018-12-18dm: do not allow readahead to limit IO sizeJaegeuk Kim
2018-12-18dm raid: fix false -EBUSY when handling check/repair messageHeinz Mauelshagen
2018-12-18dm rq: cleanup leftover code from recently removed q->mq_ops branchingMike Snitzer
2018-12-18dm verity: log the hash algorithm implementationEric Biggers
2018-12-18dm crypt: log the encryption algorithm implementationEric Biggers
2018-12-18dm integrity: fix spelling mistake in workqueue nameColin Ian King
2018-12-18dm flakey: Properly corrupt multi-page bios.Sweet Tea
2018-12-18dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz
2018-12-18dm crypt: use u64 instead of sector_t to store iv_offsetAliOS system security
2018-12-18dm kcopyd: Fix bug causing workqueue stallsNikos Tsironis
2018-12-18dm snapshot: Fix excessive memory usage and workqueue stallsNikos Tsironis
2018-12-18dm bufio: update comment in dm-bufio.cShenghui Wang
2018-12-18dm writecache: fix typo in error msg for creating writecache_flush_threadShenghui Wang
2018-12-18dm: remove indirect calls from __send_changing_extent_only()Mike Snitzer
2018-12-18dm mpath: only flush workqueue when neededwuzhouhui
2018-12-18dm rq: remove unused arguments from rq_completed()Mike Snitzer
2018-12-18dm: avoid indirect call in __dm_make_requestMikulas Patocka
2018-12-17blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe
2018-12-13bcache: print number of keys in trace_bcache_journal_writeGuoju Fang
2018-12-13bcache: set writeback_percent in a flexible rangeColy Li
2018-12-13bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li
2018-12-13bcache: add MODULE_DESCRIPTION informationColy Li
2018-12-13bcache: option to automatically run gc thread after writebackColy Li
2018-12-13bcache: introduce force_wake_up_gc()Coly Li
2018-12-13bcache: cannot set writeback_running via sysfs if no writeback kthread createdShenghui Wang
2018-12-13bcache: do not mark writeback_running too earlyShenghui Wang
2018-12-13bcache: update comment in sysfs.cShenghui Wang
2018-12-13bcache: update comment for bch_data_insertShenghui Wang