index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-27
dm integrity: select CRYPTO_SKCIPHER
Anthony Iliopoulos
1
-0
/
+1
2021-01-27
dm integrity: fix a crash if "recalculate" used without "internal_hash"
Mikulas Patocka
1
-0
/
+6
2021-01-27
dm: avoid filesystem lookup in dm_get_dev_t()
Hannes Reinecke
1
-3
/
+12
2021-01-19
dm: eliminate potential source of excessive kernel log noise
Mike Snitzer
1
-1
/
+1
2021-01-19
dm integrity: fix flush with external metadata device
Mikulas Patocka
2
-8
/
+54
2021-01-19
dm integrity: fix the maximum number of arguments
Mikulas Patocka
1
-1
/
+1
2021-01-19
dm snapshot: flush merged data before committing metadata
Akilesh Kailash
1
-0
/
+24
2021-01-19
dm raid: fix discard limits for raid1
Mike Snitzer
1
-3
/
+3
2021-01-06
dm verity: skip verity work if I/O error when system is shutting down
Hyeongseok Kim
1
-1
/
+11
2021-01-06
md/raid10: initialize r10_bio->read_slot before use.
Kevin Vigor
1
-1
/
+2
2020-12-30
md/cluster: fix deadlock when node is doing resync job
Zhao Heming
2
-31
/
+42
2020-12-30
md/cluster: block reshape with remote resync job
Zhao Heming
1
-2
/
+6
2020-12-30
dm ioctl: fix error return code in target_message
Qinglang Miao
1
-0
/
+1
2020-12-30
md: fix a warning caused by a race between concurrent md_ioctl()s
Dae R. Jeong
1
-2
/
+5
2020-12-30
dm table: Remove BUG_ON(in_interrupt())
Thomas Gleixner
1
-6
/
+0
2020-12-11
dm writecache: remove BUG() and fail gracefully instead
Mike Snitzer
1
-1
/
+1
2020-12-11
dm: remove invalid sparse __acquires and __releases annotations
Mike Snitzer
1
-2
/
+0
2020-12-11
dm: fix bug with RCU locking in dm_blk_report_zones
Sergei Shtepa
1
-2
/
+4
2020-12-11
dm writecache: fix the maximum number of arguments
Mikulas Patocka
1
-1
/
+1
2020-11-05
md/raid5: fix oops during stripe resizing
Song Liu
1
-2
/
+2
2020-11-05
md/bitmap: md_bitmap_get_counter returns wrong blocks
Zhao Heming
1
-1
/
+1
2020-10-29
md/bitmap: fix memory leak of temporary bitmap
Zhao Heming
2
-1
/
+3
2020-10-01
dm: fix bio splitting and its bio completion order for regular IO
Mike Snitzer
1
-21
/
+2
2020-10-01
bcache: fix a lost wake-up problem caused by mca_cannibalize_lock
Guoju Fang
3
-4
/
+10
2020-10-01
dm table: do not allow request-based DM to stack on partitions
Mike Snitzer
1
-19
/
+8
2020-09-23
dm: Call proper helper to determine dax support
Jan Kara
1
-3
/
+7
2020-09-23
dm/dax: Fix table reference counts
Dan Williams
1
-2
/
+3
2020-09-09
dm thin metadata: Fix use-after-free in dm_bm_set_read_only
Ye Bin
2
-7
/
+9
2020-09-09
dm thin metadata: Avoid returning cmd->bm wild pointer on error
Ye Bin
1
-2
/
+6
2020-09-09
dm cache metadata: Avoid returning cmd->bm wild pointer on error
Ye Bin
1
-2
/
+6
2020-09-09
dm crypt: Initialize crypto wait structures
Damien Le Moal
1
-1
/
+1
2020-09-09
dm integrity: fix error reporting in bitmap mode after creation
Mikulas Patocka
1
-0
/
+12
2020-09-09
dm mpath: fix racey management of PG initialization
Mike Snitzer
1
-7
/
+15
2020-09-09
dm writecache: handle DAX to partitions on persistent memory correctly
Mikulas Patocka
1
-2
/
+10
2020-08-26
bcache: avoid nr_stripes overflow in bcache_device_init()
Coly Li
1
-6
/
+6
2020-08-21
md-cluster: Fix potential error pointer dereference in resize_bitmaps()
Dan Carpenter
1
-0
/
+1
2020-08-21
dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()
Ming Lei
1
-3
/
+0
2020-08-21
bcache: fix overflow in offset_to_stripe()
Coly Li
3
-8
/
+27
2020-08-21
bcache: allocate meta data pages as compound pages
Coly Li
4
-5
/
+5
2020-08-21
md/raid5: Fix Force reconstruct-write io stuck in degraded raid5
ChangSyun Peng
1
-1
/
+2
2020-08-19
bcache: fix super block seq numbers comparision in register_cache_set()
Coly Li
1
-1
/
+8
2020-08-19
md-cluster: fix wild pointer of unlock_all_bitmaps()
Zhao Heming
1
-0
/
+1
2020-08-19
md: raid0/linear: fix dereference before null check on pointer mddev
Colin Ian King
1
-4
/
+5
2020-07-29
dm integrity: fix integrity recalculation that is improperly skipped
Mikulas Patocka
2
-2
/
+19
2020-07-29
dm: use bio_uninit instead of bio_disassociate_blkg
Christoph Hellwig
1
-3
/
+2
2020-07-16
dm writecache: reject asynchronous pmem devices
Michal Suchanek
1
-0
/
+6
2020-07-16
dm: use noio when sending kobject event
Mikulas Patocka
1
-3
/
+12
2020-07-09
dm zoned: assign max_io_len correctly
Hou Tao
1
-1
/
+1
2020-06-30
dm writecache: add cond_resched to loop in persistent_memory_claim()
Mikulas Patocka
1
-0
/
+2
2020-06-30
dm writecache: correct uncommitted_block when discarding uncommitted entry
Huaisheng Ye
1
-0
/
+2
[next]