index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-verity-fec.c
Age
Commit message (
Expand
)
Author
2026-07-08
dm-verity: fix buffer overflow in FEC calculation
Mikulas Patocka
2026-03-23
dm-verity-fec: warn even when there were no errors
Eric Biggers
2026-03-09
dm-verity-fec: improve comments for fec_read_bufs()
Eric Biggers
2026-03-09
dm-verity-fec: log target_block instead of index_in_region
Eric Biggers
2026-03-09
dm-verity-fec: make fec_decode_bufs() just return 0 or error
Eric Biggers
2026-03-09
dm-verity-fec: pass down index_in_region instead of rsb
Eric Biggers
2026-03-09
dm-verity-fec: compute target region directly
Eric Biggers
2026-03-09
dm-verity-fec: move computation of offset and rsb down a level
Eric Biggers
2026-03-09
dm-verity-fec: rename block_offset to out_pos
Eric Biggers
2026-03-09
dm-verity-fec: simplify deinterleaving
Eric Biggers
2026-03-09
dm-verity-fec: simplify computation of ileaved
Eric Biggers
2026-03-09
dm-verity-fec: simplify computation of rsb
Eric Biggers
2026-03-09
dm-verity-fec: rename rounds to region_blocks
Eric Biggers
2026-03-09
dm-verity-fec: replace io_size with block_size
Eric Biggers
2026-03-09
dm-verity-fec: rename "RS block" to "RS codeword"
Eric Biggers
2026-03-09
dm-verity-fec: use standard names for Reed-Solomon parameters
Eric Biggers
2026-03-09
dm-verity-fec: replace {MAX,MIN}_RSN with {MIN,MAX}_ROOTS
Eric Biggers
2026-03-09
dm-verity: rename dm_verity::hash_blocks to dm_verity::hash_end
Eric Biggers
2026-03-09
dm-verity-fec: fix reading parity bytes split across blocks (take 3)
Eric Biggers
2026-03-09
dm-verity-fec: fix corrected block count stat
Eric Biggers
2026-03-09
dm-verity-fec: correctly reject too-small hash devices
Eric Biggers
2026-03-09
dm-verity-fec: correctly reject too-small FEC devices
Eric Biggers
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-04
dm-verity: correctly handle dm_bufio_client_create() failure
Eric Biggers
2026-01-04
dm-verity: make verity_fec_is_enabled() an inline function
Eric Biggers
2026-01-04
dm-verity: make dm_verity_fec_io::bufs variable-length
Eric Biggers
2026-01-04
dm-verity: move dm_verity_fec_io to mempool
Eric Biggers
2025-12-11
Merge tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-12-10
dm-verity: remove useless mempool
Mikulas Patocka
2025-12-10
dm-verity: disable recursive forward error correction
Mikulas Patocka
2025-11-21
dm-verity: fix unreliable memory allocation
Mikulas Patocka
2025-11-18
dm verity fec: Expose corrected block count via status
Shubhankar Mishra
2025-10-20
dm-verity: reduce scope of real and wanted digests
Eric Biggers
2025-07-31
dm-verity: remove support for asynchronous hashes
Eric Biggers
2025-06-03
dm-verity: fix a memory leak if some arguments are specified multiple times
Mikulas Patocka
2025-01-20
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
2025-01-03
dm-verity FEC: Avoid copying RS parity bytes twice.
Milan Broz
2025-01-03
dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2)
Milan Broz
2024-12-23
block: Delete bio_prio()
John Garry
2024-07-03
dm-verity: make verity_hash() take dm_verity_io instead of ahash_request
Eric Biggers
2024-07-03
dm-verity: always "map" the data blocks
Eric Biggers
2024-02-20
dm verity: Fix IO priority lost when reading FEC and hash
Hongyu Jin
2023-11-29
dm-verity: align struct dm_verity_fec_io properly
Mikulas Patocka
2023-11-17
dm-verity: don't use blocking calls from tasklets
Mikulas Patocka
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-04-11
dm: remove unnecessary (void*) conversions
Yu Zhe
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2022-07-28
dm bufio: Add flags argument to dm_bufio_client_create
Nathan Huckleberry
2021-04-14
dm verity fec: fix misaligned RS roots IO
Jaegeuk Kim
[next]