summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-09dm-verity-fec: simplify computation of rsbEric Biggers-3/+3
2026-03-09dm-verity-fec: rename rounds to region_blocksEric Biggers-9/+9
2026-03-09dm-verity-fec: replace io_size with block_sizeEric Biggers-18/+14
2026-03-09dm-verity-fec: rename "RS block" to "RS codeword"Eric Biggers-33/+35
2026-03-09dm-verity-fec: use standard names for Reed-Solomon parametersEric Biggers-19/+19
2026-03-09dm-verity-fec: replace {MAX,MIN}_RSN with {MIN,MAX}_ROOTSEric Biggers-7/+6
2026-03-09dm-verity-fec: improve documentation for Forward Error CorrectionEric Biggers-20/+102
2026-03-09dm-verity: rename dm_verity::hash_blocks to dm_verity::hash_endEric Biggers-7/+7
2026-03-09dm-verity-fec: fix reading parity bytes split across blocks (take 3)Eric Biggers-56/+44
2026-03-09dm-verity-fec: fix the size of dm_verity_fec_io::erasuresEric Biggers-1/+2
2026-03-09dm-verity-fec: fix corrected block count statEric Biggers-3/+2
2026-03-09dm-verity-fec: correctly reject too-small hash devicesEric Biggers-1/+2
2026-03-09dm-verity-fec: correctly reject too-small FEC devicesEric Biggers-3/+2
2026-03-09dm log: fix out-of-bounds write due to region_count overflowJunrui Luo-1/+5
2026-03-09dm cache metadata: fix memory leak on metadata abort retryMing-Hung Tsai-5/+8
2026-03-02dm mirror: fix integer overflow in create_dirty_log()Junrui Luo-3/+3
2026-03-02dm vdo: add __counted_by attribute to a number of structuresKen Raeburn-8/+8
2026-03-02dm vdo: remove redundant TYPE argument from vdo_allocate macroKen Raeburn-198/+114
2026-03-02dm vdo: update vdo_allocate_extended to take a field name, no typesKen Raeburn-78/+40
2026-03-02dm-ima: use SHA-256 libraryEric Biggers-45/+11
2026-03-02dm-mpath: don't stop probing paths at presuspendBenjamin Marzinski-7/+2
2026-03-02dm cache: prevent entering passthrough mode after unclean shutdownMing-Hung Tsai-1/+32
2026-03-02dm cache: fix dirty mapping checking in passthrough mode switchingMing-Hung Tsai-33/+8
2026-03-02dm cache: fix concurrent write failure in passthrough modeMing-Hung Tsai-0/+9
2026-03-02dm cache policy smq: fix missing locks in invalidating cache blocksMing-Hung Tsai-0/+4
2026-03-02dm cache: fix write hang in passthrough modeMing-Hung Tsai-5/+25
2026-03-02dm cache: fix write path cache coherency in passthrough modeMing-Hung Tsai-0/+1
2026-03-02dm cache: fix null-deref with concurrent writes in passthrough modeMing-Hung Tsai-2/+4
2026-03-02dm vdo slab-depot: validate old zone count on loadMatthew Sakai-0/+4
2026-03-02dm vdo indexer: validate saved zone countMatthew Sakai-0/+3
2026-03-01Linux 7.0-rc2v7.0-rc2Linus Torvalds-1/+1
2026-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-128/+87
2026-03-01Merge tag 'core-debugobjects-2026-03-01' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+19
2026-03-01Merge tag 'x86-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-42/+50
2026-03-01Merge tag 'timers-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-14/+45
2026-03-01Merge tag 'sched-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-52/+172
2026-03-01Merge tag 'perf-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-22/+89
2026-03-01Merge tag 'locking-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2026-03-01Merge tag 'irq-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-21/+46
2026-03-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-50/+97
2026-02-28Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-236/+1180
2026-02-28Merge tag 'driver-core-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-70/+150
2026-02-28Merge tag 'v7.0rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-445/+489
2026-02-28firewire: ohci: initialize page array to use alloc_pages_bulk() correctlyTakashi Sakamoto-1/+1
2026-02-28Merge tag 'spi-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-30/+4
2026-02-28Merge tag 'regulator-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-9/+10
2026-02-28Merge tag 's390-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-67/+66
2026-02-28Merge tag 'kvmarm-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-69/+80
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini-17/+5
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini-42/+2