summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2018-02-07bcache: fix for data collapse after re-attaching an attached deviceTang Junhui
2018-02-07bcache: return attach error when no cache set existTang Junhui
2018-02-07bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li
2018-02-07bcache: fix for allocator and register thread raceTang Junhui
2018-02-07bcache: set error_limit correctlyColy Li
2018-02-07bcache: properly set task state in bch_writeback_thread()Coly Li
2018-02-07bcache: fix high CPU occupancy during journalTang Junhui
2018-02-07bcache: add journal statisticTang Junhui
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-29dm mpath selector: more evenly distribute tiesKhazhismel Kumykov
2018-01-29dm unstripe: fix target length versus number of stripes size checkScott Bauer
2018-01-29dm thin: fix trailing semicolon in __remap_and_issue_shared_cellLuis de Bethencourt
2018-01-29dm table: fix NVMe bio-based dm_table_determine_type() validationMike Snitzer
2018-01-29dm: various cleanups to md->queue initialization codeMike Snitzer
2018-01-29dm mpath: delay the retry of a request if the target responded as busyMike Snitzer
2018-01-17blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei
2018-01-17dm mpath: return DM_MAPIO_DELAY_REQUEUE if QUEUE_IO or PG_INIT_REQUIREDMing Lei
2018-01-17dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failureMing Lei
2018-01-17dm log writes: fix max length used for kstrndupMa Shimiao
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer
2018-01-17dm snapshot: use mutex instead of rw_semaphoreMikulas Patocka
2018-01-17dm flakey: check for null arg_name in parse_features()Goldwyn Rodrigues
2018-01-17dm: move dm_table_destroy() to same header as dm_table_create()Brian Norris
2018-01-17dm raid: make raid_sets symbol staticWei Yongjun
2018-01-17dm bufio: eliminate unnecessary labels in dm_bufio_client_create()Mike Snitzer
2018-01-17dm bufio: check result of register_shrinker()Aliaksei Karaliou
2018-01-17dm bufio: add missed destroys of client mutexAliaksei Karaliou
2018-01-17dm bufio: use REQ_OP_READ and REQ_OP_WRITEMikulas Patocka
2018-01-17dm: add unstriped targetScott Bauer
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-15raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak
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