summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2020-08-04dm raid: Remove empty if statementDamien Le Moal
2020-08-04dm verity: Fix compilation warningDamien Le Moal
2020-07-20dm crypt: Enable zoned block device supportDamien Le Moal
2020-07-20dm crypt: add flags to optionally bypass kcryptd workqueuesIgnat Korchagin
2020-07-20dm bufio: do buffer cleanup from a workqueueMikulas Patocka
2020-07-20dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()Ming Lei
2020-07-20dm dust: add interface to list all badblocksyangerkun
2020-07-20dm dust: report some message results directly back to useryangerkun
2020-07-13dm verity: add "panic_on_corruption" error handling modeJeongHyeon Lee
2020-07-13dm mpath: use double checked locking in fast pathMike Snitzer
2020-07-13dm mpath: rename current_pgpath to pgpath in multipath_prepare_ioctlMike Snitzer
2020-07-13dm mpath: rework __map_bio()Mike Snitzer
2020-07-13dm mpath: factor out multipath_queue_bioMike Snitzer
2020-07-13dm mpath: push locking down to must_push_back_rq()Mike Snitzer
2020-07-13dm mpath: take m->lock spinlock when testing QUEUE_IF_NO_PATHMike Snitzer
2020-07-13dm mpath: changes from initial m->flags locking auditMike Snitzer
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
2020-06-05dm zoned: prefer full zones for reclaimHannes Reinecke
2020-06-05dm zoned: select reclaim zone based on device indexHannes Reinecke
2020-06-05dm zoned: allocate zone by device indexHannes Reinecke
2020-06-05dm zoned: support arbitrary number of devicesHannes Reinecke
2020-06-05dm zoned: move random and sequential zones into struct dmz_devHannes Reinecke