summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2021-03-11dm table: fix zoned iterate_devices based device capability checksJeffle Xu
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
2021-01-23dm: eliminate potential source of excessive kernel log noiseMike Snitzer
2021-01-23dm snapshot: flush merged data before committing metadataAkilesh Kailash
2021-01-09dm verity: skip verity work if I/O error when system is shutting downHyeongseok Kim
2021-01-09md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor
2020-12-29md/cluster: fix deadlock when node is doing resync jobZhao Heming
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-05md/raid5: fix oops during stripe resizingSong Liu
2020-11-05md/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-09dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin
2020-09-09dm cache metadata: Avoid returning cmd->bm wild pointer on errorYe Bin
2020-09-03overflow.h: Add allocation size calculation helpersKees Cook
2020-08-21dm cache: remove all obsolete writethrough-specific codeMike Snitzer
2020-08-21dm cache: submit writethrough writes in parallel to origin and cacheMike Snitzer
2020-08-21dm cache: pass cache structure to mode functionsMike Snitzer
2020-08-21dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()Ming Lei
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-07-22dm: use noio when sending kobject eventMikulas Patocka
2020-07-09dm zoned: assign max_io_len correctlyHou Tao
2020-06-25md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown
2020-06-25bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu
2020-06-25dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zoneHannes Reinecke
2020-06-25dm mpath: switch paths in dm_blk_ioctl() code pathMartin Wilck
2020-06-20dm crypt: avoid truncating the logical block sizeEric Biggers
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 zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()Bob Liu
2020-04-24dm verity fec: fix memory leak in verity_fec_dtrShetty, Harshini X (EXT-Sony Mobile)
2020-04-02dm bio record: save/restore bi_end_io and bi_integrityMike Snitzer
2020-03-11dm integrity: fix a deadlock due to offloading to an incorrect workqueueMikulas Patocka
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