aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-20dm mpath: remove unused param from multipath_init_per_bio_data()Mike Snitzer1-6/+2
2017-12-20dm: optimize bio-based NVMe IO submissionMike Snitzer1-34/+120
2017-12-20dm: introduce DM_TYPE_NVME_BIO_BASEDMike Snitzer2-6/+50
2017-12-17dm: simplify start of block stats accounting for bio-basedMike Snitzer1-8/+3
2017-12-16dm: remove redundant mapped_device member from clone_info structureMike Snitzer1-6/+4
2017-12-16dm: remove now unused bio-based io_pool and _io_cacheMike Snitzer2-30/+2
2017-12-16dm: improve performance by moving dm_io structure to per-bio-dataMike Snitzer2-40/+130
2017-12-16dm: rename 'bio' member of dm_io structure to 'orig_bio'Mike Snitzer1-14/+14
2017-12-16dm: remove stale comment blocksMike Snitzer1-12/+0
2017-12-15Merge tag 'for-4.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds6-62/+100
2017-12-13dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()Mike Snitzer2-3/+2
2017-12-13dm: fix __send_changing_extent_only() to send first bio and chain remainderMike Snitzer1-36/+30