summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2021-12-22dm btree remove: fix use after free in rebalance_children()Joe Thornber
2021-07-20dm btree remove: assign new_root only when removal succeedsHou Tao
2021-07-20dm space maps: don't reset space map allocation cursor when committingJoe Thornber
2021-06-03dm snapshot: properly fix a crash when an origin has no snapshotsMikulas Patocka
2021-05-26dm snapshot: fix crash with transient storage and zero chunk sizeMikulas Patocka
2021-05-22dm ioctl: fix out of bounds array access when no devicesMikulas Patocka
2021-05-22md: md_open returns -EBUSY when entering racing areaZhao Heming
2021-05-22md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig
2021-05-22md-cluster: fix use-after-free issue when removing rdevHeming Zhao
2021-05-22dm rq: fix double free of blk_mq_tag_set in dev remove after table load failsBenjamin Block
2021-05-22dm space map common: fix division bug in sm_ll_find_free_block()Joe Thornber
2021-05-22dm persistent data: packed struct should have an aligned() attribute tooJoe Thornber
2021-03-11dm table: fix DAX iterate_devices based device capability checksJeffle Xu
2021-03-11dm table: fix iterate_devices based device capability checksJeffle Xu
2021-03-03dm era: Update in-core bitset after committing the metadataNikos Tsironis
2021-03-03dm era: only resize metadata in preresumeNikos Tsironis
2021-03-03dm era: Reinitialize bitset cache before digesting a new writesetNikos Tsironis
2021-03-03dm era: Use correct value size in equality function of writeset treeNikos Tsironis
2021-03-03dm era: Fix bitset memory leaksNikos Tsironis
2021-03-03dm era: Verify the data block size hasn't changedNikos Tsironis
2021-03-03dm era: Recover committed writeset after crashNikos Tsironis
2021-01-30dm: avoid filesystem lookup in dm_get_dev_t()Hannes Reinecke
2020-12-29dm ioctl: fix error return code in target_messageQinglang Miao
2020-12-29md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong
2020-12-29dm table: Remove BUG_ON(in_interrupt())Thomas Gleixner
2020-11-10md/raid5: fix oops during stripe resizingSong Liu
2020-11-10md/bitmap: md_bitmap_get_counter returns wrong blocksZhao Heming
2020-10-01bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang
2020-09-12dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin
2020-09-12dm cache metadata: Avoid returning cmd->bm wild pointer on errorYe Bin
2020-09-03overflow.h: Add allocation size calculation helpersKees Cook
2020-08-21bcache: allocate meta data pages as compound pagesColy Li
2020-08-21md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng
2020-08-21bcache: fix super block seq numbers comparision in register_cache_set()Coly Li
2020-08-21md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming
2020-06-30bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu
2020-06-20md: don't flush workqueue unconditionally in md_openGuoqing Jiang
2020-05-05dm verity fec: fix hash block number in verity_fec_decodeSunwook Eom
2020-04-24dm flakey: check for null arg_name in parse_features()Goldwyn Rodrigues
2020-04-24dm verity fec: fix memory leak in verity_fec_dtrShetty, Harshini X (EXT-Sony Mobile)
2020-03-11dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka
2020-02-28bcache: explicity type cast in bset_bkey_last()Coly Li
2020-02-14dm: fix potential for q->make_request_fn NULL pointerMike Snitzer
2020-02-14dm space map common: fix to ensure new block isn't already in useJoe Thornber
2020-01-29md: Avoid namespace collision with bitmap APIAndy Shevchenko
2020-01-29bcache: silence static checker warningDan Carpenter
2020-01-23block: fix an integer overflow in logical block sizeMikulas Patocka
2020-01-12md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu
2020-01-04bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li
2019-12-21dm btree: increase rebalance threshold in __rebalance2()Hou Tao