summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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-07-29dm integrity: fix integrity recalculation that is improperly skippedMikulas Patocka2-2/+19
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-07-01dm writecache: add cond_resched to loop in persistent_memory_claim()Mikulas Patocka1-0/+2
2020-07-01dm writecache: correct uncommitted_block when discarding uncommitted entryHuaisheng Ye1-0/+2
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-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-22md: don't flush workqueue unconditionally in md_openGuoqing Jiang1-1/+2
2020-05-06dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpathGabriel Krisman Bertazi1-2/+4
2020-05-06dm writecache: fix data corruption when reloading the targetMikulas Patocka1-15/+37
2020-05-06dm verity fec: fix hash block number in verity_fec_decodeSunwook Eom1-1/+1
2020-04-17dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()Bob Liu1-1/+0
2020-04-17dm verity fec: fix memory leak in verity_fec_dtrShetty, Harshini X (EXT-Sony Mobile)1-0/+1
2020-04-17dm writecache: add cond_resched to avoid CPU hangsMikulas Patocka1-1/+5
2020-04-17md: check arrays is suspended in mddev_detach before call quiesce operationsGuoqing Jiang1-1/+1
2020-03-25dm integrity: use dm_bio_record and dm_bio_restoreMike Snitzer1-23/+9
2020-03-25dm 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 writecache: verify watermark during resumeMikulas Patocka1-2/+10
2020-03-11dm: report suspended device during destroyMikulas Patocka3-8/+7
2020-03-11dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka1-2/+2
2020-02-24bcache: explicity type cast in bset_bkey_last()Coly Li1-1/+2
2020-02-24bcache: cached_dev_free needs to put the sb pageLiang Chen1-0/+3
2020-02-11bcache: add readahead cache policy options via sysfs interfaceColy Li3-5/+37
2020-02-11dm writecache: fix incorrect flush sequence when doing SSD mode commitMikulas Patocka1-20/+21
2020-02-11dm: fix potential for q->make_request_fn NULL pointerMike Snitzer1-2/+7
2020-02-11dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz1-2/+8
2020-02-11dm space map common: fix to ensure new block isn't already in useJoe Thornber4-3/+37
2020-02-11dm zoned: support zone sizes smaller than 128MiBDmitry Fomichev1-9/+14
2020-01-27bcache: Fix an error code in bch_dump_read()Dan Carpenter1-3/+2
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-31bcache: fix deadlock in bcache_allocatorAndrea Righi3-8/+26
2019-12-31bcache: fix static checker warning in bcache_device_free()Coly Li1-8/+16
2019-12-31md/bitmap: avoid race window between md_bitmap_resize and bitmap_file_clear_bitGuoqing Jiang1-1/+1
2019-12-21dm btree: increase rebalance threshold in __rebalance2()Hou Tao1-1/+7
2019-12-21dm mpath: remove harmful bio-based optimizationMike Snitzer1-36/+1
2019-12-17raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang1-1/+1
2019-12-17md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery8-21/+23
2019-12-17dm zoned: reduce overhead of backing device checksDmitry Fomichev4-32/+61
2019-12-17dm writecache: handle REQ_FUAMaged Mokhtar1-1/+2