summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2021-01-09dm verity: skip verity work if I/O error when system is shutting downHyeongseok Kim1-1/+11
2021-01-09md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor1-1/+2
2020-12-29md/cluster: fix deadlock when node is doing resync jobZhao Heming2-31/+42
2020-12-29dm ioctl: fix error return code in target_messageQinglang Miao1-0/+1
2020-12-29md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong1-2/+5
2020-12-29dm table: Remove BUG_ON(in_interrupt())Thomas Gleixner1-6/+0
2020-11-05md/raid5: fix oops during stripe resizingSong Liu1-2/+2
2020-11-05md/bitmap: md_bitmap_get_counter returns wrong blocksZhao Heming1-1/+1
2020-10-01bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang3-4/+10
2020-09-09dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin1-2/+6
2020-09-09dm cache metadata: Avoid returning cmd->bm wild pointer on errorYe Bin1-2/+6
2020-09-03overflow.h: Add allocation size calculation helpersKees Cook1-5/+5
2020-08-21dm cache: remove all obsolete writethrough-specific codeMike Snitzer1-81/+1
2020-08-21dm cache: submit writethrough writes in parallel to origin and cacheMike Snitzer1-17/+37
2020-08-21dm cache: pass cache structure to mode functionsMike Snitzer1-16/+16
2020-08-21dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()Ming Lei1-3/+0
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-21bcache: fix super block seq numbers comparision in register_cache_set()Coly Li1-1/+8
2020-08-21md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming1-0/+1
2020-07-22dm: use noio when sending kobject eventMikulas Patocka1-3/+12
2020-07-09dm zoned: assign max_io_len correctlyHou Tao1-1/+1
2020-06-25md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown2-0/+16
2020-06-25bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu1-2/+6
2020-06-25dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zoneHannes Reinecke2-4/+4
2020-06-25dm mpath: switch paths in dm_blk_ioctl() code pathMartin Wilck1-1/+1
2020-06-20dm crypt: avoid truncating the logical block sizeEric Biggers1-1/+1
2020-06-20md: don't flush workqueue unconditionally in md_openGuoqing Jiang1-1/+2
2020-05-05dm verity fec: fix hash block number in verity_fec_decodeSunwook Eom1-1/+1
2020-04-24dm flakey: check for null arg_name in parse_features()Goldwyn Rodrigues1-0/+5
2020-04-24dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()Bob Liu1-1/+0
2020-04-24dm verity fec: fix memory leak in verity_fec_dtrShetty, Harshini X (EXT-Sony Mobile)1-0/+1
2020-04-02dm bio record: save/restore bi_end_io and bi_integrityMike Snitzer1-0/+15
2020-03-11dm integrity: fix a deadlock due to offloading to an incorrect workqueueMikulas Patocka1-2/+13
2020-03-11dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka1-2/+2
2020-02-28bcache: explicity type cast in bset_bkey_last()Coly Li1-1/+2
2020-02-15dm: fix potential for q->make_request_fn NULL pointerMike Snitzer1-2/+7
2020-02-15dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz1-2/+8
2020-02-15dm space map common: fix to ensure new block isn't already in useJoe Thornber4-3/+37
2020-02-15dm zoned: support zone sizes smaller than 128MiBDmitry Fomichev1-9/+14
2020-01-29md: Avoid namespace collision with bitmap APIAndy Shevchenko3-9/+9
2020-01-23block: fix an integer overflow in logical block sizeMikulas Patocka2-2/+2
2020-01-09md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu1-1/+1
2020-01-04bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li1-0/+2
2019-12-21dm btree: increase rebalance threshold in __rebalance2()Hou Tao1-1/+7
2019-12-17raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang1-1/+1
2019-12-17dm zoned: reduce overhead of backing device checksDmitry Fomichev4-32/+61
2019-12-17md/raid0: Fix an error message in raid0_make_request()Dan Carpenter1-1/+1
2019-12-05dm flakey: Properly corrupt multi-page bios.Sweet Tea1-11/+22
2019-12-01md/raid10: prevent access of uninitialized resync_pages offsetJohn Pittman1-1/+1