summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* md-cluster: Fix potential error pointer dereference in resize_bitmaps()Dan Carpenter2020-08-211-0/+1
* dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()Ming Lei2020-08-211-3/+0
* dm: don't call report zones for more than the user requestedJohannes Thumshirn2020-08-211-1/+2
* bcache: fix overflow in offset_to_stripe()Coly Li2020-08-213-8/+27
* bcache: allocate meta data pages as compound pagesColy Li2020-08-214-5/+5
* md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng2020-08-211-1/+2
* bcache: fix super block seq numbers comparision in register_cache_set()Coly Li2020-08-191-1/+8
* md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming2020-08-191-0/+1
* md: raid0/linear: fix dereference before null check on pointer mddevColin Ian King2020-08-191-4/+5
* dm integrity: fix integrity recalculation that is improperly skippedMikulas Patocka2020-07-292-2/+19
* dm: use bio_uninit instead of bio_disassociate_blkgChristoph Hellwig2020-07-291-3/+2
* dm writecache: reject asynchronous pmem devicesMichal Suchanek2020-07-161-0/+6
* dm: use noio when sending kobject eventMikulas Patocka2020-07-161-3/+12
* dm zoned: assign max_io_len correctlyHou Tao2020-07-091-1/+1
* dm writecache: add cond_resched to loop in persistent_memory_claim()Mikulas Patocka2020-06-301-0/+2
* dm writecache: correct uncommitted_block when discarding uncommitted entryHuaisheng Ye2020-06-301-0/+2
* bcache: check and adjust logical block size for backing devicesMauricio Faria de Oliveira2020-06-301-3/+19
* bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu2020-06-241-2/+6
* dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zoneHannes Reinecke2020-06-242-4/+4
* dm mpath: switch paths in dm_blk_ioctl() code pathMartin Wilck2020-06-241-1/+1
* dm crypt: avoid truncating the logical block sizeEric Biggers2020-06-221-1/+1
* bcache: fix refcount underflow in bcache_device_free()Coly Li2020-06-221-2/+5
* raid5: remove gfp flags from scribble_alloc()Coly Li2020-06-221-6/+9
* md: don't flush workqueue unconditionally in md_openGuoqing Jiang2020-06-221-1/+2
* bcache: remove a duplicate ->make_request_fn assignmentChristoph Hellwig2020-06-221-1/+0
* Merge tag 'for-5.7/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-303-18/+42
|\
| * dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpathGabriel Krisman Bertazi2020-04-281-2/+4
| * dm verity fec: fix hash block number in verity_fec_decodeSunwook Eom2020-04-161-1/+1
| * dm writecache: fix data corruption when reloading the targetMikulas Patocka2020-04-161-15/+37
* | Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-084-1/+89
|\ \
| * | dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal2020-04-021-1/+1
| * | dm,dax: Add dax zero_page_range operationVivek Goyal2020-04-024-0/+88
* | | Merge tag 'for-5.7/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-032-4/+5
|\ \ \ | | |/ | |/|
| * | dm integrity: fix logic bug in integrity tag testingMikulas Patocka2020-04-031-1/+1
| * | Revert "dm: always call blk_queue_split() in dm_process_bio()"Mike Snitzer2020-04-031-2/+3
| * | dm integrity: fix ppc64le warningMike Snitzer2020-04-031-1/+1
* | | Merge tag 'for-5.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-018-102/+431
|\| |
| * | dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions()Nikos Tsironis2020-03-273-3/+3
| * | dm clone: Add missing casts to prevent overflows and data corruptionNikos Tsironis2020-03-271-3/+6
| * | dm clone: Add overflow check for number of regionsNikos Tsironis2020-03-271-1/+11
| * | dm clone: Fix handling of partial region discardsNikos Tsironis2020-03-272-14/+42
| * | dm writecache: add cond_resched to avoid CPU hangsMikulas Patocka2020-03-271-1/+5
| * | dm integrity: improve discard in journal modeMikulas Patocka2020-03-241-0/+16
| * | dm integrity: add optional discard supportMikulas Patocka2020-03-241-32/+145
| * | dm integrity: allow resize of the integrity deviceMikulas Patocka2020-03-241-7/+27
| * | dm integrity: factor out get_provided_data_sectors()Mikulas Patocka2020-03-241-10/+23
| * | dm integrity: don't replay journal data past the end of the deviceMikulas Patocka2020-03-241-0/+4
| * | dm integrity: remove sector type castsMikulas Patocka2020-03-241-17/+16
| * | dm integrity: fix a crash with unusually large tag sizeMikulas Patocka2020-03-241-2/+2
| * | dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()Bob Liu2020-03-241-1/+0