summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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
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 mpath: factor out SCSI vs NVMe path selectionMike Snitzer
2018-01-06dm mpath: optimize NVMe bio-based supportMike Snitzer
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
2018-01-04dm mpath: implement NVMe bio-based supportMike Snitzer
2018-01-03dm mpath: move dm_bio_restore out of endio methodMike Snitzer
2017-12-20md/r5cache: print more info of log recoverySong Liu
2017-12-20dm mpath: optimize retrieval of bio_details from per-bio-dataMike Snitzer
2017-12-20dm mpath: remove unnecessary memset() calls for per-io-dataMike Snitzer
2017-12-20dm mpath: remove unused param from multipath_init_per_bio_data()Mike Snitzer
2017-12-20dm: optimize bio-based NVMe IO submissionMike Snitzer
2017-12-20dm: introduce DM_TYPE_NVME_BIO_BASEDMike Snitzer
2017-12-17dm: simplify start of block stats accounting for bio-basedMike Snitzer
2017-12-16dm: remove redundant mapped_device member from clone_info structureMike Snitzer
2017-12-16dm: remove now unused bio-based io_pool and _io_cacheMike Snitzer
2017-12-16dm: improve performance by moving dm_io structure to per-bio-dataMike Snitzer
2017-12-16dm: rename 'bio' member of dm_io structure to 'orig_bio'Mike Snitzer
2017-12-16dm: remove stale comment blocksMike Snitzer
2017-12-15Merge tag 'for-4.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-12-13dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()Mike Snitzer
2017-12-13dm: fix __send_changing_extent_only() to send first bio and chain remainderMike Snitzer