index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
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-11-18
md: update superblock after changing rdev flags in state_store
Xiao Ni
1
-1
/
+10
2021-09-30
md: fix a lock order reversal in md_alloc
Christoph Hellwig
1
-5
/
+0
2021-09-30
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-1
/
+2
2021-09-18
dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc()
Arne Welzel
1
-1
/
+6
2021-09-15
bcache: add proper error unwinding in bcache_device_init
Christoph Hellwig
1
-5
/
+11
2021-08-12
md/raid10: properly indicate failure when ending a failed write request
Wei Shuyu
2
-4
/
+2
2021-07-19
dm writecache: write at least 4k when committing
Mikulas Patocka
1
-1
/
+5
2021-07-19
dm btree remove: assign new_root only when removal succeeds
Hou Tao
1
-1
/
+2
2021-07-19
dm writecache: flush origin device when writing and cache is full
Mikulas Patocka
1
-2
/
+6
2021-07-19
dm zoned: check zone capacity
Damien Le Moal
1
-0
/
+7
2021-07-19
dm writecache: commit just one block, not a full page
Mikulas Patocka
1
-5
/
+1
2021-07-19
dm: Fix dm_accept_partial_bio() relative to zone management commands
Damien Le Moal
1
-2
/
+6
2021-07-19
dm writecache: don't split bios when overwriting contiguous cache content
Mikulas Patocka
1
-8
/
+30
2021-07-19
dm space maps: don't reset space map allocation cursor when committing
Joe Thornber
2
-2
/
+16
2021-06-16
dm verity: fix require_signatures module_param permissions
John Keeping
1
-1
/
+1
2021-06-03
dm snapshot: properly fix a crash when an origin has no snapshots
Mikulas Patocka
1
-1
/
+1
2021-05-26
dm snapshot: fix crash with transient storage and zero chunk size
Mikulas Patocka
1
-0
/
+1
2021-05-14
md: Fix missing unused status line of /proc/mdstat
Jan Glauber
1
-1
/
+5
2021-05-14
md: md_open returns -EBUSY when entering racing area
Zhao Heming
1
-2
/
+1
2021-05-14
md: factor out a mddev_find_locked helper from mddev_find
Christoph Hellwig
1
-13
/
+19
2021-05-14
md: split mddev_find
Christoph Hellwig
1
-5
/
+19
2021-05-14
md-cluster: fix use-after-free issue when removing rdev
Heming Zhao
1
-4
/
+4
2021-05-14
md/bitmap: wait for external bitmap writes to complete during tear down
Sudhakar Panneerselvam
1
-0
/
+2
2021-05-11
dm rq: fix double free of blk_mq_tag_set in dev remove after table load fails
Benjamin Block
1
-0
/
+2
2021-05-11
dm integrity: fix missing goto in bitmap_flush_interval error handling
Tian Tao
1
-0
/
+1
2021-05-11
dm space map common: fix division bug in sm_ll_find_free_block()
Joe Thornber
1
-0
/
+2
2021-05-11
dm persistent data: packed struct should have an aligned() attribute too
Joe Thornber
2
-6
/
+6
2021-05-11
dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload seque...
Heinz Mauelshagen
1
-6
/
+28
2021-05-11
md/raid1: properly indicate failure when ending a failed write request
Paul Clements
1
-0
/
+2
2021-04-21
dm verity fec: fix misaligned RS roots IO
Jaegeuk Kim
2
-3
/
+9
2021-03-30
dm table: Fix zoned model check and zone sectors check
Shin'ichiro Kawasaki
2
-9
/
+26
2021-03-30
dm ioctl: fix out of bounds array access when no devices
Mikulas Patocka
1
-1
/
+1
2021-03-30
dm verity: fix DM_VERITY_OPTS_MAX value
JeongHyeon Lee
1
-1
/
+1
2021-03-09
dm verity: fix FEC for RS roots unaligned to block size
Milan Broz
1
-11
/
+12
2021-03-09
dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size
Mikulas Patocka
1
-0
/
+4
2021-03-04
dm era: only resize metadata in preresume
Nikos Tsironis
1
-11
/
+10
2021-03-04
dm era: Reinitialize bitset cache before digesting a new writeset
Nikos Tsironis
1
-6
/
+6
2021-03-04
dm era: Use correct value size in equality function of writeset tree
Nikos Tsironis
1
-1
/
+1
2021-03-04
dm era: Fix bitset memory leaks
Nikos Tsironis
1
-0
/
+6
2021-03-04
dm era: Verify the data block size hasn't changed
Nikos Tsironis
1
-1
/
+9
2021-03-04
dm era: Update in-core bitset after committing the metadata
Nikos Tsironis
1
-6
/
+19
2021-03-04
dm era: Recover committed writeset after crash
Nikos Tsironis
1
-8
/
+9
2021-03-04
dm writecache: fix writing beyond end of underlying device when shrinking
Mikulas Patocka
1
-0
/
+18
2021-03-04
dm writecache: return the exact table values that were set
Mikulas Patocka
1
-24
/
+30
2021-03-04
dm writecache: fix performance degradation in ssd mode
Mikulas Patocka
1
-1
/
+1
2021-03-04
dm table: fix zoned iterate_devices based device capability checks
Jeffle Xu
1
-32
/
+16
2021-03-04
dm table: fix DAX iterate_devices based device capability checks
Jeffle Xu
3
-29
/
+12
2021-03-04
dm table: fix iterate_devices based device capability checks
Jeffle Xu
1
-46
/
+51
2021-03-04
dm: fix deadlock when swapping to encrypted device
Mikulas Patocka
3
-0
/
+65
2021-03-04
bcache: Move journal work to new flush wq
Kai Krakow
3
-2
/
+19
[next]