summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-17blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei
2018-01-17dm crypt: fix error return code in crypt_ctr()Wei Yongjun
2018-01-17dm crypt: wipe kernel key copy after IV initializationOndrej Kozina
2018-01-17dm integrity: don't store cipher request on the stackMikulas Patocka
2018-01-17dm crypt: fix crash by adding missing check for auth key sizeMilan Broz
2018-01-17dm btree: fix serious bug in btree_split_beneath()Joe Thornber
2018-01-17dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6Dennis Yang
2018-01-15dm: fix incomplete request_queue initializationMike Snitzer
2018-01-10dm mpath: Use blk_path_errorKeith Busch
2018-01-09bcache: closures: move control bits one bit rightMichael Lyle
2018-01-08bcache: fix writeback target calc on large devicesMichael Lyle
2018-01-08bcache: fix misleading error message in bch_count_io_errors()Coly Li
2018-01-08bcache: reduce cache_set devices iteration by devices_max_usedColy Li
2018-01-08bcache: fix unmatched generic_end_io_acct() & generic_start_io_acct()Zhai Zhaoxuan
2018-01-08bcache: mark closure_sync() __schedKent Overstreet
2018-01-08bcache: Fix, improve efficiency of closure_sync()Kent Overstreet
2018-01-08bcache: allow quick writeback when backing idleMichael Lyle
2018-01-08bcache: writeback: properly order backing device IOMichael Lyle
2018-01-08bcache: fix wrong return value in bch_debug_init()Tang Junhui
2018-01-08bcache: segregate flash only volume write streamsTang Junhui
2018-01-08bcache: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych
2018-01-08bcache: stop writeback thread after detachingTang Junhui
2018-01-08bcache: ret IOERR when read meets metadata errorRui Hua
2018-01-06dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()Ming Lei
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei
2018-01-06bcache: comment on direct access to bvec tableMing Lei
2018-01-06dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZEMing Lei
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei
2017-12-15Merge tag 'for-4.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-12-08dm bufio: fix shrinker scans when (nr_to_scan < retain_target)Suren Baghdasaryan
2017-12-08dm mpath: fix bio-based multipath queue_if_no_path handlingMike Snitzer
2017-12-04dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com
2017-12-04dm table: fix regression from improper dm_dev_internal.count refcount_t conve...Mike Snitzer
2017-12-01md/raid1/10: add missed blk plugShaohua Li
2017-12-01md: limit mdstat resync progress to max_sectorsNate Dailey
2017-12-01md/r5cache: move mddev_lock() out of r5c_journal_mode_set()Song Liu
2017-12-01md/raid5: correct degraded calculation in raid5_errorbingjingc
2017-11-24bcache: check return value of register_shrinkerMichael Lyle
2017-11-24bcache: recover data from backing when data is cleanRui Hua
2017-11-24bcache: Fix building error on MIPSHuacai Chen
2017-11-24bcache: add a comment in journal bucket readingTang Junhui
2017-11-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-17Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-16dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers
2017-11-16dm: clear all discard attributes in queue_limits when discards are disabledMike Snitzer
2017-11-16dm: do not set 'discards_supported' in targets that do not need itMike Snitzer
2017-11-16dm: discard support requires all targets in a table support discardsMike Snitzer
2017-11-16dm mpath: remove annoying message of 'blk_get_request() returned -11'Ming Lei