aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds24-612/+1252
2018-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds9-35/+281
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei1-3/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+4
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds18-173/+384
2018-01-29dm mpath selector: more evenly distribute tiesKhazhismel Kumykov2-6/+6
2018-01-29dm unstripe: fix target length versus number of stripes size checkScott Bauer1-8/+2
2018-01-29dm thin: fix trailing semicolon in __remap_and_issue_shared_cellLuis de Bethencourt1-1/+1
2018-01-29dm table: fix NVMe bio-based dm_table_determine_type() validationMike Snitzer1-22/+35
2018-01-29dm: various cleanups to md->queue initialization codeMike Snitzer3-22/+12
2018-01-29dm mpath: delay the retry of a request if the target responded as busyMike Snitzer2-1/+8
2018-01-17blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei1-3/+16
2018-01-17dm mpath: return DM_MAPIO_DELAY_REQUEUE if QUEUE_IO or PG_INIT_REQUIREDMing Lei1-3/+2
2018-01-17dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failureMing Lei1-1/+13
2018-01-17dm log writes: fix max length used for kstrndupMa Shimiao1-1/+1
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer9-2/+27
2018-01-17dm snapshot: use mutex instead of rw_semaphoreMikulas Patocka1-41/+43
2018-01-17dm flakey: check for null arg_name in parse_features()Goldwyn Rodrigues1-0/+5
2018-01-17dm: move dm_table_destroy() to same header as dm_table_create()Brian Norris1-1/+0
2018-01-17dm raid: make raid_sets symbol staticWei Yongjun1-1/+1
2018-01-17dm bufio: eliminate unnecessary labels in dm_bufio_client_create()Mike Snitzer1-7/+5
2018-01-17dm bufio: check result of register_shrinker()Aliaksei Karaliou1-6/+9
2018-01-17dm bufio: add missed destroys of client mutexAliaksei Karaliou1-0/+2
2018-01-17dm bufio: use REQ_OP_READ and REQ_OP_WRITEMikulas Patocka1-6/+6
2018-01-17dm: add unstriped targetScott Bauer3-0/+233
2018-01-17dm crypt: fix error return code in crypt_ctr()Wei Yongjun1-0/+1
2018-01-17dm crypt: wipe kernel key copy after IV initializationOndrej Kozina1-4/+8
2018-01-17dm integrity: don't store cipher request on the stackMikulas Patocka1-12/+37
2018-01-17dm crypt: fix crash by adding missing check for auth key sizeMilan Broz1-1/+6
2018-01-17dm btree: fix serious bug in btree_split_beneath()Joe Thornber1-17/+2
2018-01-17dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6Dennis Yang1-1/+5
2018-01-15raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak6-22/+191
2018-01-15dm: fix incomplete request_queue initializationMike Snitzer2-10/+10
2018-01-10dm mpath: Use blk_path_errorKeith Busch1-17/+2
2018-01-09bcache: closures: move control bits one bit rightMichael Lyle1-4/+4
2018-01-08bcache: fix writeback target calc on large devicesMichael Lyle2-4/+34
2018-01-08bcache: fix misleading error message in bch_count_io_errors()Coly Li4-7/+16
2018-01-08bcache: reduce cache_set devices iteration by devices_max_usedColy Li4-5/+9
2018-01-08bcache: fix unmatched generic_end_io_acct() & generic_start_io_acct()Zhai Zhaoxuan1-2/+2
2018-01-08bcache: mark closure_sync() __schedKent Overstreet1-1/+2
2018-01-08bcache: Fix, improve efficiency of closure_sync()Kent Overstreet2-60/+46
2018-01-08bcache: allow quick writeback when backing idleMichael Lyle3-0/+29
2018-01-08bcache: writeback: properly order backing device IOMichael Lyle2-0/+37
2018-01-08bcache: fix wrong return value in bch_debug_init()Tang Junhui4-47/+87
2018-01-08bcache: segregate flash only volume write streamsTang Junhui1-5/+14
2018-01-08bcache: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-4/+1
2018-01-08bcache: stop writeback thread after detachingTang Junhui1-0/+6
2018-01-08bcache: ret IOERR when read meets metadata errorRui Hua1-0/+22
2018-01-06dm mpath: factor out SCSI vs NVMe path selectionMike Snitzer1-13/+55