summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm ioctl: fix error return code in target_messageQinglang Miao2020-12-301-0/+1
* md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong2020-12-301-2/+5
* dm table: Remove BUG_ON(in_interrupt())Thomas Gleixner2020-12-301-6/+0
* dm writecache: remove BUG() and fail gracefully insteadMike Snitzer2020-12-111-1/+1
* dm: remove invalid sparse __acquires and __releases annotationsMike Snitzer2020-12-111-2/+0
* dm writecache: fix the maximum number of argumentsMikulas Patocka2020-12-111-1/+1
* md/raid5: fix oops during stripe resizingSong Liu2020-11-051-2/+2
* md/bitmap: md_bitmap_get_counter returns wrong blocksZhao Heming2020-11-051-1/+1
* bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang2020-10-013-4/+10
* dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin2020-09-091-2/+6
* dm cache metadata: Avoid returning cmd->bm wild pointer on errorYe Bin2020-09-091-2/+6
* dm writecache: handle DAX to partitions on persistent memory correctlyMikulas Patocka2020-09-091-2/+10
* dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()Ming Lei2020-08-211-3/+0
* 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
* dm integrity: fix integrity recalculation that is improperly skippedMikulas Patocka2020-07-292-2/+19
* 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
* md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown2020-06-252-0/+16
* bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu2020-06-251-2/+6
* dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zoneHannes Reinecke2020-06-252-4/+4
* dm mpath: switch paths in dm_blk_ioctl() code pathMartin Wilck2020-06-251-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
* md: don't flush workqueue unconditionally in md_openGuoqing Jiang2020-06-221-1/+2
* dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpathGabriel Krisman Bertazi2020-05-061-2/+4
* dm writecache: fix data corruption when reloading the targetMikulas Patocka2020-05-061-15/+37
* dm verity fec: fix hash block number in verity_fec_decodeSunwook Eom2020-05-061-1/+1
* dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()Bob Liu2020-04-171-1/+0
* dm verity fec: fix memory leak in verity_fec_dtrShetty, Harshini X (EXT-Sony Mobile)2020-04-171-0/+1
* dm writecache: add cond_resched to avoid CPU hangsMikulas Patocka2020-04-171-1/+5
* md: check arrays is suspended in mddev_detach before call quiesce operationsGuoqing Jiang2020-04-171-1/+1
* dm integrity: use dm_bio_record and dm_bio_restoreMike Snitzer2020-03-251-23/+9
* dm bio record: save/restore bi_end_io and bi_integrityMike Snitzer2020-03-251-0/+15
* dm integrity: fix a deadlock due to offloading to an incorrect workqueueMikulas Patocka2020-03-111-2/+13
* dm writecache: verify watermark during resumeMikulas Patocka2020-03-111-2/+10
* dm: report suspended device during destroyMikulas Patocka2020-03-113-8/+7
* dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka2020-03-111-2/+2
* bcache: explicity type cast in bset_bkey_last()Coly Li2020-02-241-1/+2
* bcache: cached_dev_free needs to put the sb pageLiang Chen2020-02-241-0/+3
* bcache: add readahead cache policy options via sysfs interfaceColy Li2020-02-113-5/+37
* dm writecache: fix incorrect flush sequence when doing SSD mode commitMikulas Patocka2020-02-111-20/+21
* dm: fix potential for q->make_request_fn NULL pointerMike Snitzer2020-02-111-2/+7
* dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz2020-02-111-2/+8
* dm space map common: fix to ensure new block isn't already in useJoe Thornber2020-02-114-3/+37