aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-06dm mpath: optimize NVMe bio-based supportMike Snitzer1-76/+95
2018-01-06dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()Ming Lei1-1/+0
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei7-5/+33
2018-01-06bcache: comment on direct access to bvec tableMing Lei2-0/+8
2018-01-06dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZEMing Lei1-1/+9
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei1-4/+4
2018-01-04dm mpath: implement NVMe bio-based supportMike Snitzer1-9/+21
2018-01-03dm mpath: move dm_bio_restore out of endio methodMike Snitzer1-4/+3
2017-12-20md/r5cache: print more info of log recoverySong Liu1-2/+2
2017-12-20dm mpath: optimize retrieval of bio_details from per-bio-dataMike Snitzer1-5/+3
2017-12-20dm mpath: remove unnecessary memset() calls for per-io-dataMike Snitzer1-10/+6