summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2020-08-26bcache: avoid nr_stripes overflow in bcache_device_init()Coly Li1-6/+6
2020-08-21md-cluster: Fix potential error pointer dereference in resize_bitmaps()Dan Carpenter1-0/+1
2020-08-21dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()Ming Lei1-3/+0
2020-08-21dm: don't call report zones for more than the user requestedJohannes Thumshirn1-1/+2
2020-08-21bcache: fix overflow in offset_to_stripe()Coly Li3-8/+27
2020-08-21bcache: allocate meta data pages as compound pagesColy Li4-5/+5
2020-08-21md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng1-1/+2
2020-08-19bcache: fix super block seq numbers comparision in register_cache_set()Coly Li1-1/+8
2020-08-19md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming1-0/+1
2020-08-19md: raid0/linear: fix dereference before null check on pointer mddevColin Ian King1-4/+5
2020-07-29dm integrity: fix integrity recalculation that is improperly skippedMikulas Patocka2-2/+19
2020-07-29dm: use bio_uninit instead of bio_disassociate_blkgChristoph Hellwig1-3/+2
2020-07-16dm writecache: reject asynchronous pmem devicesMichal Suchanek1-0/+6
2020-07-16dm: use noio when sending kobject eventMikulas Patocka1-3/+12
2020-07-09dm zoned: assign max_io_len correctlyHou Tao1-1/+1
2020-06-30dm writecache: add cond_resched to loop in persistent_memory_claim()Mikulas Patocka1-0/+2
2020-06-30dm writecache: correct uncommitted_block when discarding uncommitted entryHuaisheng Ye1-0/+2
2020-06-30bcache: check and adjust logical block size for backing devicesMauricio Faria de Oliveira1-3/+19
2020-06-24bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu1-2/+6
2020-06-24dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zoneHannes Reinecke2-4/+4
2020-06-24dm mpath: switch paths in dm_blk_ioctl() code pathMartin Wilck1-1/+1
2020-06-22dm crypt: avoid truncating the logical block sizeEric Biggers1-1/+1
2020-06-22bcache: fix refcount underflow in bcache_device_free()Coly Li1-2/+5
2020-06-22raid5: remove gfp flags from scribble_alloc()Coly Li1-6/+9
2020-06-22md: don't flush workqueue unconditionally in md_openGuoqing Jiang1-1/+2
2020-06-22bcache: remove a duplicate ->make_request_fn assignmentChristoph Hellwig1-1/+0
2020-05-01Merge tag 'for-5.7/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-18/+42
2020-04-29dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpathGabriel Krisman Bertazi1-2/+4
2020-04-16dm verity fec: fix hash block number in verity_fec_decodeSunwook Eom1-1/+1
2020-04-16dm writecache: fix data corruption when reloading the targetMikulas Patocka1-15/+37
2020-04-09Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-1/+89
2020-04-04Merge tag 'for-5.7/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+5
2020-04-03dm integrity: fix logic bug in integrity tag testingMikulas Patocka1-1/+1
2020-04-03Revert "dm: always call blk_queue_split() in dm_process_bio()"Mike Snitzer1-2/+3
2020-04-03dm integrity: fix ppc64le warningMike Snitzer1-1/+1
2020-04-03dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal1-1/+1
2020-04-03dm,dax: Add dax zero_page_range operationVivek Goyal4-0/+88
2020-04-02Merge tag 'for-5.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-102/+431
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds6-76/+437
2020-03-27dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions()Nikos Tsironis3-3/+3
2020-03-27dm clone: Add missing casts to prevent overflows and data corruptionNikos Tsironis1-3/+6
2020-03-27dm clone: Add overflow check for number of regionsNikos Tsironis1-1/+11
2020-03-27dm clone: Fix handling of partial region discardsNikos Tsironis2-14/+42
2020-03-27dm writecache: add cond_resched to avoid CPU hangsMikulas Patocka1-1/+5
2020-03-27block: simplify queue allocationChristoph Hellwig3-9/+6
2020-03-27bcache: pass the make_request methods to blk_queue_make_requestChristoph Hellwig3-9/+11
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2-0/+2
2020-03-25bcache: remove dupplicated declaration from btree.hColy Li1-7/+3
2020-03-24dm integrity: improve discard in journal modeMikulas Patocka1-0/+16
2020-03-24dm integrity: add optional discard supportMikulas Patocka1-32/+145