summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
* dm space maps: don't reset space map allocation cursor when committingJoe Thornber2021-07-202-2/+16
* dm snapshot: properly fix a crash when an origin has no snapshotsMikulas Patocka2021-06-031-1/+1
* dm snapshot: fix crash with transient storage and zero chunk sizeMikulas Patocka2021-05-261-0/+1
* md: md_open returns -EBUSY when entering racing areaZhao Heming2021-05-221-2/+1
* md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig2021-05-221-13/+19
* md: split mddev_findChristoph Hellwig2021-05-221-5/+19
* md-cluster: fix use-after-free issue when removing rdevHeming Zhao2021-05-221-4/+4
* dm rq: fix double free of blk_mq_tag_set in dev remove after table load failsBenjamin Block2021-05-221-0/+2
* dm space map common: fix division bug in sm_ll_find_free_block()Joe Thornber2021-05-221-0/+2
* dm persistent data: packed struct should have an aligned() attribute tooJoe Thornber2021-05-222-6/+6
* md/raid1: properly indicate failure when ending a failed write requestPaul Clements2021-05-221-0/+2
* dm ioctl: fix out of bounds array access when no devicesMikulas Patocka2021-03-301-1/+1
* dm table: fix zoned iterate_devices based device capability checksJeffle Xu2021-03-111-33/+17
* dm table: fix DAX iterate_devices based device capability checksJeffle Xu2021-03-111-21/+4
* dm table: fix iterate_devices based device capability checksJeffle Xu2021-03-111-52/+57
* dm era: Update in-core bitset after committing the metadataNikos Tsironis2021-03-031-6/+19
* dm era: only resize metadata in preresumeNikos Tsironis2021-03-031-11/+10
* dm era: Reinitialize bitset cache before digesting a new writesetNikos Tsironis2021-03-031-6/+6
* dm era: Use correct value size in equality function of writeset treeNikos Tsironis2021-03-031-1/+1
* dm era: Fix bitset memory leaksNikos Tsironis2021-03-031-0/+6
* dm era: Verify the data block size hasn't changedNikos Tsironis2021-03-031-1/+9
* dm era: Recover committed writeset after crashNikos Tsironis2021-03-031-8/+9
* dm: avoid filesystem lookup in dm_get_dev_t()Hannes Reinecke2021-01-301-3/+12
* dm: eliminate potential source of excessive kernel log noiseMike Snitzer2021-01-231-1/+1
* dm snapshot: flush merged data before committing metadataAkilesh Kailash2021-01-231-0/+24
* dm verity: skip verity work if I/O error when system is shutting downHyeongseok Kim2021-01-091-1/+11
* md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor2021-01-091-1/+2
* md/cluster: fix deadlock when node is doing resync jobZhao Heming2020-12-292-31/+42
* dm ioctl: fix error return code in target_messageQinglang Miao2020-12-291-0/+1
* md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong2020-12-291-2/+5
* dm table: Remove BUG_ON(in_interrupt())Thomas Gleixner2020-12-291-6/+0
* md/raid5: fix oops during stripe resizingSong Liu2020-11-051-2/+2
* md/bitmap: md_bitmap_get_counter returns wrong blocksZhao Heming2020-11-051-1/+1
* bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang2020-10-013-4/+10
* dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin2020-09-091-2/+6
* dm cache metadata: Avoid returning cmd->bm wild pointer on errorYe Bin2020-09-091-2/+6
* overflow.h: Add allocation size calculation helpersKees Cook2020-09-031-5/+5
* dm cache: remove all obsolete writethrough-specific codeMike Snitzer2020-08-211-81/+1
* dm cache: submit writethrough writes in parallel to origin and cacheMike Snitzer2020-08-211-17/+37
* dm cache: pass cache structure to mode functionsMike Snitzer2020-08-211-16/+16
* dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()Ming Lei2020-08-211-3/+0
* bcache: allocate meta data pages as compound pagesColy Li2020-08-214-5/+5
* md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng2020-08-211-1/+2
* bcache: fix super block seq numbers comparision in register_cache_set()Coly Li2020-08-211-1/+8
* md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming2020-08-211-0/+1
* dm: use noio when sending kobject eventMikulas Patocka2020-07-221-3/+12
* dm zoned: assign max_io_len correctlyHou Tao2020-07-091-1/+1
* md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown2020-06-252-0/+16
* bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu2020-06-251-2/+6
* dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zoneHannes Reinecke2020-06-252-4/+4