summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2020-08-04dm ebs: Fix incorrect checking for REQ_OP_FLUSHJohn Dorminy1-1/+1
2020-08-04dm init: Set file local variable staticDamien Le Moal1-1/+1
2020-08-04dm ioctl: Fix compilation warningDamien Le Moal1-1/+1
2020-08-04dm raid: Remove empty if statementDamien Le Moal1-2/+0
2020-08-04dm verity: Fix compilation warningDamien Le Moal1-7/+7
2020-07-20dm crypt: Enable zoned block device supportDamien Le Moal1-7/+76
2020-07-20dm crypt: add flags to optionally bypass kcryptd workqueuesIgnat Korchagin1-8/+42
2020-07-20dm bufio: do buffer cleanup from a workqueueMikulas Patocka1-19/+41
2020-07-20dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()Ming Lei1-3/+0
2020-07-20dm dust: add interface to list all badblocksyangerkun1-0/+27
2020-07-20dm dust: report some message results directly back to useryangerkun1-13/+18
2020-07-13dm verity: add "panic_on_corruption" error handling modeJeongHyeon Lee2-2/+14
2020-07-13dm mpath: use double checked locking in fast pathMike Snitzer1-9/+23
2020-07-13dm mpath: rename current_pgpath to pgpath in multipath_prepare_ioctlMike Snitzer1-6/+6
2020-07-13dm mpath: rework __map_bio()Mike Snitzer1-14/+19
2020-07-13dm mpath: factor out multipath_queue_bioMike Snitzer1-12/+14
2020-07-13dm mpath: push locking down to must_push_back_rq()Mike Snitzer1-11/+14
2020-07-13dm mpath: take m->lock spinlock when testing QUEUE_IF_NO_PATHMike Snitzer1-18/+34
2020-07-13dm mpath: changes from initial m->flags locking auditMike Snitzer1-3/+13
2020-07-08dm: use noio when sending kobject eventMikulas Patocka1-3/+12
2020-07-08dm zoned: Fix zone reclaim triggerDamien Le Moal3-10/+11
2020-07-08dm zoned: fix unused but set variable warningsWei Yongjun1-4/+1
2020-07-08dm writecache: reject asynchronous pmem devicesMichal Suchanek1-0/+6
2020-07-08dm: use bio_uninit instead of bio_disassociate_blkgChristoph Hellwig1-3/+2
2020-07-07dm: do not use waitqueue for request-based DMMing Lei2-29/+39
2020-06-27Merge tag 'for-5.8/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-18/+55
2020-06-19dm writecache: add cond_resched to loop in persistent_memory_claim()Mikulas Patocka1-0/+2
2020-06-19dm zoned: Fix reclaim zone selectionShin'ichiro Kawasaki1-2/+2
2020-06-19dm zoned: Fix random zone reclaim selectionDamien Le Moal1-8/+27
2020-06-19dm: update original bio sector on Zone AppendJohannes Thumshirn1-0/+13
2020-06-19dm zoned: Fix metadata zone size checkShin'ichiro Kawasaki1-1/+2
2020-06-17dm ioctl: use struct_size() helper in retrieve_deps()Gustavo A. R. Silva1-1/+1
2020-06-17dm writecache: skip writecache_wait when using pmem modeHuaisheng Ye1-2/+4
2020-06-17dm writecache: correct uncommitted_block when discarding uncommitted entryHuaisheng Ye1-0/+2
2020-06-17dm zoned: assign max_io_len correctlyHou Tao1-1/+1
2020-06-17dm zoned: fix uninitialized pointer dereferenceDamien Le Moal1-3/+1
2020-06-14bcache: pr_info() format clean up in bcache_device_init()Coly Li1-2/+1
2020-06-14bcache: use delayed kworker fo asynchronous devices registrationColy Li1-6/+8
2020-06-14bcache: check and adjust logical block size for backing devicesMauricio Faria de Oliveira1-3/+19
2020-06-14bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu1-2/+6
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-42/+42
2020-06-05Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds25-636/+2650
2020-06-05dm crypt: avoid truncating the logical block sizeEric Biggers1-1/+1
2020-06-05dm mpath: add DM device name to Failing/Reinstating path log messagesMike Snitzer1-2/+6
2020-06-05dm mpath: enhance queue_if_no_path debuggingMike Snitzer1-7/+23
2020-06-05dm mpath: restrict queue_if_no_path state machineMike Snitzer1-10/+28
2020-06-05dm mpath: simplify __must_push_backMike Snitzer1-23/+5
2020-06-05dm zoned: check superblock locationHannes Reinecke1-1/+9
2020-06-05dm zoned: prefer full zones for reclaimHannes Reinecke1-1/+8
2020-06-05dm zoned: select reclaim zone based on device indexHannes Reinecke4-32/+27