index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-03-09
dm-verity-fec: simplify computation of rsb
Eric Biggers
-3
/
+3
2026-03-09
dm-verity-fec: rename rounds to region_blocks
Eric Biggers
-9
/
+9
2026-03-09
dm-verity-fec: replace io_size with block_size
Eric Biggers
-18
/
+14
2026-03-09
dm-verity-fec: rename "RS block" to "RS codeword"
Eric Biggers
-33
/
+35
2026-03-09
dm-verity-fec: use standard names for Reed-Solomon parameters
Eric Biggers
-19
/
+19
2026-03-09
dm-verity-fec: replace {MAX,MIN}_RSN with {MIN,MAX}_ROOTS
Eric Biggers
-7
/
+6
2026-03-09
dm-verity-fec: improve documentation for Forward Error Correction
Eric Biggers
-20
/
+102
2026-03-09
dm-verity: rename dm_verity::hash_blocks to dm_verity::hash_end
Eric Biggers
-7
/
+7
2026-03-09
dm-verity-fec: fix reading parity bytes split across blocks (take 3)
Eric Biggers
-56
/
+44
2026-03-09
dm-verity-fec: fix the size of dm_verity_fec_io::erasures
Eric Biggers
-1
/
+2
2026-03-09
dm-verity-fec: fix corrected block count stat
Eric Biggers
-3
/
+2
2026-03-09
dm-verity-fec: correctly reject too-small hash devices
Eric Biggers
-1
/
+2
2026-03-09
dm-verity-fec: correctly reject too-small FEC devices
Eric Biggers
-3
/
+2
2026-03-09
dm log: fix out-of-bounds write due to region_count overflow
Junrui Luo
-1
/
+5
2026-03-09
dm cache metadata: fix memory leak on metadata abort retry
Ming-Hung Tsai
-5
/
+8
2026-03-02
dm mirror: fix integer overflow in create_dirty_log()
Junrui Luo
-3
/
+3
2026-03-02
dm vdo: add __counted_by attribute to a number of structures
Ken Raeburn
-8
/
+8
2026-03-02
dm vdo: remove redundant TYPE argument from vdo_allocate macro
Ken Raeburn
-198
/
+114
2026-03-02
dm vdo: update vdo_allocate_extended to take a field name, no types
Ken Raeburn
-78
/
+40
2026-03-02
dm-ima: use SHA-256 library
Eric Biggers
-45
/
+11
2026-03-02
dm-mpath: don't stop probing paths at presuspend
Benjamin Marzinski
-7
/
+2
2026-03-02
dm cache: prevent entering passthrough mode after unclean shutdown
Ming-Hung Tsai
-1
/
+32
2026-03-02
dm cache: fix dirty mapping checking in passthrough mode switching
Ming-Hung Tsai
-33
/
+8
2026-03-02
dm cache: fix concurrent write failure in passthrough mode
Ming-Hung Tsai
-0
/
+9
2026-03-02
dm cache policy smq: fix missing locks in invalidating cache blocks
Ming-Hung Tsai
-0
/
+4
2026-03-02
dm cache: fix write hang in passthrough mode
Ming-Hung Tsai
-5
/
+25
2026-03-02
dm cache: fix write path cache coherency in passthrough mode
Ming-Hung Tsai
-0
/
+1
2026-03-02
dm cache: fix null-deref with concurrent writes in passthrough mode
Ming-Hung Tsai
-2
/
+4
2026-03-02
dm vdo slab-depot: validate old zone count on load
Matthew Sakai
-0
/
+4
2026-03-02
dm vdo indexer: validate saved zone count
Matthew Sakai
-0
/
+3
2026-03-01
Linux 7.0-rc2
v7.0-rc2
Linus Torvalds
-1
/
+1
2026-03-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-128
/
+87
2026-03-01
Merge tag 'core-debugobjects-2026-03-01' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-1
/
+19
2026-03-01
Merge tag 'x86-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-42
/
+50
2026-03-01
Merge tag 'timers-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-14
/
+45
2026-03-01
Merge tag 'sched-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-52
/
+172
2026-03-01
Merge tag 'perf-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-22
/
+89
2026-03-01
Merge tag 'locking-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+2
2026-03-01
Merge tag 'irq-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-21
/
+46
2026-03-01
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
-50
/
+97
2026-02-28
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-236
/
+1180
2026-02-28
Merge tag 'driver-core-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-70
/
+150
2026-02-28
Merge tag 'v7.0rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
-445
/
+489
2026-02-28
firewire: ohci: initialize page array to use alloc_pages_bulk() correctly
Takashi Sakamoto
-1
/
+1
2026-02-28
Merge tag 'spi-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-30
/
+4
2026-02-28
Merge tag 'regulator-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-9
/
+10
2026-02-28
Merge tag 's390-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
-67
/
+66
2026-02-28
Merge tag 'kvmarm-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
-69
/
+80
2026-02-28
KVM: always define KVM_CAP_SYNC_MMU
Paolo Bonzini
-17
/
+5
2026-02-28
KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIER
Paolo Bonzini
-42
/
+2
[next]