summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2021-03-03dm era: Update in-core bitset after committing the metadataNikos Tsironis1-6/+19
2021-03-03dm era: only resize metadata in preresumeNikos Tsironis1-11/+10
2021-03-03dm era: Reinitialize bitset cache before digesting a new writesetNikos Tsironis1-6/+6
2021-03-03dm era: Use correct value size in equality function of writeset treeNikos Tsironis1-1/+1
2021-03-03dm era: Fix bitset memory leaksNikos Tsironis1-0/+6
2021-03-03dm era: Verify the data block size hasn't changedNikos Tsironis1-1/+9
2021-03-03dm era: Recover committed writeset after crashNikos Tsironis1-8/+9
2021-01-30dm: avoid filesystem lookup in dm_get_dev_t()Hannes Reinecke1-3/+12
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-10md/raid5: fix oops during stripe resizingSong Liu1-2/+2
2020-11-10md/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-12dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin1-2/+6
2020-09-12dm 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-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-06-30bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu1-2/+6
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 verity fec: fix memory leak in verity_fec_dtrShetty, Harshini X (EXT-Sony Mobile)1-0/+1
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 space map common: fix to ensure new block isn't already in useJoe Thornber4-3/+37
2020-01-29md: Avoid namespace collision with bitmap APIAndy Shevchenko1-4/+4
2020-01-29bcache: silence static checker warningDan Carpenter1-3/+0
2020-01-23block: fix an integer overflow in logical block sizeMikulas Patocka2-2/+2
2020-01-12md: 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-05dm flakey: Properly corrupt multi-page bios.Sweet Tea1-11/+22
2019-11-28dm: use blk_set_queue_dying() in __dm_destroy()Bart Van Assche1-3/+1
2019-11-25bcache: recal cached_dev_sectors on detachShenghui Wang1-0/+1
2019-11-06dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet6-6/+6
2019-11-06dm snapshot: rework COW throttling to fix deadlockMikulas Patocka1-16/+64
2019-11-06dm snapshot: introduce account_start_copy() and account_end_copy()Mikulas Patocka1-3/+13
2019-11-06dm snapshot: use mutex instead of rw_semaphoreMikulas Patocka1-41/+43
2019-10-05md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni1-1/+3
2019-10-05md/raid1: fail run raid1 array when active disk less than oneYufen Yu1-1/+12
2019-10-05md: don't set In_sync if array is frozenGuoqing Jiang1-2/+9
2019-10-05md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang1-1/+2
2019-09-06dm table: fix invalid memory accesses with too high sector numberMikulas Patocka1-1/+4
2019-09-06dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu1-1/+1
2019-09-06dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu1-15/+16