summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2022-01-27dm space map common: add bounds check to sm_ll_lookup_bitmap()Joe Thornber1-0/+5
2022-01-27dm btree: add a defensive bounds check to insert_at()Joe Thornber1-3/+5
2021-12-22dm btree remove: fix use after free in rebalance_children()Joe Thornber1-1/+1
2021-10-06md: fix a lock order reversal in md_allocChristoph Hellwig1-5/+0
2021-09-22dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc()Arne Welzel1-1/+6
2021-07-20dm btree remove: assign new_root only when removal succeedsHou Tao1-1/+2
2021-07-20dm space maps: don't reset space map allocation cursor when committingJoe Thornber2-2/+16
2021-06-03dm snapshot: properly fix a crash when an origin has no snapshotsMikulas Patocka1-1/+1
2021-05-26dm snapshot: fix crash with transient storage and zero chunk sizeMikulas Patocka1-0/+1
2021-05-22md: md_open returns -EBUSY when entering racing areaZhao Heming1-2/+1
2021-05-22md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig1-13/+19
2021-05-22md: split mddev_findChristoph Hellwig1-5/+19
2021-05-22md-cluster: fix use-after-free issue when removing rdevHeming Zhao1-4/+4
2021-05-22dm rq: fix double free of blk_mq_tag_set in dev remove after table load failsBenjamin Block1-0/+2
2021-05-22dm space map common: fix division bug in sm_ll_find_free_block()Joe Thornber1-0/+2
2021-05-22dm persistent data: packed struct should have an aligned() attribute tooJoe Thornber2-6/+6
2021-05-22md/raid1: properly indicate failure when ending a failed write requestPaul Clements1-0/+2
2021-03-30dm ioctl: fix out of bounds array access when no devicesMikulas Patocka1-1/+1
2021-03-11dm table: fix zoned iterate_devices based device capability checksJeffle Xu1-33/+17
2021-03-11dm table: fix DAX iterate_devices based device capability checksJeffle Xu1-21/+4
2021-03-11dm table: fix iterate_devices based device capability checksJeffle Xu1-52/+57
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
2021-01-23dm: eliminate potential source of excessive kernel log noiseMike Snitzer1-1/+1
2021-01-23dm snapshot: flush merged data before committing metadataAkilesh Kailash1-0/+24
2021-01-09dm verity: skip verity work if I/O error when system is shutting downHyeongseok Kim1-1/+11
2021-01-09md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor1-1/+2
2020-12-29md/cluster: fix deadlock when node is doing resync jobZhao Heming2-31/+42
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-05md/raid5: fix oops during stripe resizingSong Liu1-2/+2
2020-11-05md/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-09dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin1-2/+6
2020-09-09dm 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-21dm cache: remove all obsolete writethrough-specific codeMike Snitzer1-81/+1
2020-08-21dm cache: submit writethrough writes in parallel to origin and cacheMike Snitzer1-17/+37
2020-08-21dm cache: pass cache structure to mode functionsMike Snitzer1-16/+16
2020-08-21dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()Ming Lei1-3/+0
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