summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2020-09-09dm thin metadata: Fix use-after-free in dm_bm_set_read_onlyYe Bin
2020-09-09dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin
2020-09-09dm cache metadata: Avoid returning cmd->bm wild pointer on errorYe Bin
2020-09-09dm crypt: Initialize crypto wait structuresDamien Le Moal
2020-09-09dm integrity: fix error reporting in bitmap mode after creationMikulas Patocka
2020-09-09dm mpath: fix racey management of PG initializationMike Snitzer
2020-09-09dm writecache: handle DAX to partitions on persistent memory correctlyMikulas Patocka
2020-08-21md-cluster: Fix potential error pointer dereference in resize_bitmaps()Dan Carpenter
2020-08-21dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()Ming Lei
2020-08-21dm: don't call report zones for more than the user requestedJohannes Thumshirn
2020-08-21dm ebs: Fix incorrect checking for REQ_OP_FLUSHJohn Dorminy
2020-08-21bcache: use disk_{start,end}_io_acct() to count I/O for bcache deviceColy Li
2020-08-21bcache: fix bio_{start,end}_io_acct with proper deviceColy Li
2020-08-21bcache: avoid nr_stripes overflow in bcache_device_init()Coly Li
2020-08-21bcache: fix overflow in offset_to_stripe()Coly Li
2020-08-21bcache: allocate meta data pages as compound pagesColy Li
2020-08-21md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng
2020-08-19bcache: fix super block seq numbers comparision in register_cache_set()Coly Li
2020-08-19md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming
2020-08-19md: raid0/linear: fix dereference before null check on pointer mddevColin Ian King
2020-07-23dm integrity: fix integrity recalculation that is improperly skippedMikulas Patocka
2020-07-08dm: use noio when sending kobject eventMikulas Patocka
2020-07-08dm zoned: Fix zone reclaim triggerDamien Le Moal
2020-07-08dm zoned: fix unused but set variable warningsWei Yongjun
2020-07-08dm writecache: reject asynchronous pmem devicesMichal Suchanek
2020-07-08dm: use bio_uninit instead of bio_disassociate_blkgChristoph Hellwig
2020-07-07dm: do not use waitqueue for request-based DMMing Lei
2020-06-27Merge tag 'for-5.8/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-19dm writecache: add cond_resched to loop in persistent_memory_claim()Mikulas Patocka
2020-06-19dm zoned: Fix reclaim zone selectionShin'ichiro Kawasaki
2020-06-19dm zoned: Fix random zone reclaim selectionDamien Le Moal
2020-06-19dm: update original bio sector on Zone AppendJohannes Thumshirn
2020-06-19dm zoned: Fix metadata zone size checkShin'ichiro Kawasaki
2020-06-17dm ioctl: use struct_size() helper in retrieve_deps()Gustavo A. R. Silva
2020-06-17dm writecache: skip writecache_wait when using pmem modeHuaisheng Ye
2020-06-17dm writecache: correct uncommitted_block when discarding uncommitted entryHuaisheng Ye
2020-06-17dm zoned: assign max_io_len correctlyHou Tao
2020-06-17dm zoned: fix uninitialized pointer dereferenceDamien Le Moal
2020-06-14bcache: pr_info() format clean up in bcache_device_init()Coly Li
2020-06-14bcache: use delayed kworker fo asynchronous devices registrationColy Li
2020-06-14bcache: check and adjust logical block size for backing devicesMauricio Faria de Oliveira
2020-06-14bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-05Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-05dm crypt: avoid truncating the logical block sizeEric Biggers
2020-06-05dm mpath: add DM device name to Failing/Reinstating path log messagesMike Snitzer
2020-06-05dm mpath: enhance queue_if_no_path debuggingMike Snitzer
2020-06-05dm mpath: restrict queue_if_no_path state machineMike Snitzer
2020-06-05dm mpath: simplify __must_push_backMike Snitzer
2020-06-05dm zoned: check superblock locationHannes Reinecke