summaryrefslogtreecommitdiff
path: root/drivers/md/dm-verity-fec.c
AgeCommit message (Expand)Author
2026-07-08dm-verity: fix buffer overflow in FEC calculationMikulas Patocka
2026-03-23dm-verity-fec: warn even when there were no errorsEric Biggers
2026-03-09dm-verity-fec: improve comments for fec_read_bufs()Eric Biggers
2026-03-09dm-verity-fec: log target_block instead of index_in_regionEric Biggers
2026-03-09dm-verity-fec: make fec_decode_bufs() just return 0 or errorEric Biggers
2026-03-09dm-verity-fec: pass down index_in_region instead of rsbEric Biggers
2026-03-09dm-verity-fec: compute target region directlyEric Biggers
2026-03-09dm-verity-fec: move computation of offset and rsb down a levelEric Biggers
2026-03-09dm-verity-fec: rename block_offset to out_posEric Biggers
2026-03-09dm-verity-fec: simplify deinterleavingEric Biggers
2026-03-09dm-verity-fec: simplify computation of ileavedEric Biggers
2026-03-09dm-verity-fec: simplify computation of rsbEric Biggers
2026-03-09dm-verity-fec: rename rounds to region_blocksEric Biggers
2026-03-09dm-verity-fec: replace io_size with block_sizeEric Biggers
2026-03-09dm-verity-fec: rename "RS block" to "RS codeword"Eric Biggers
2026-03-09dm-verity-fec: use standard names for Reed-Solomon parametersEric Biggers
2026-03-09dm-verity-fec: replace {MAX,MIN}_RSN with {MIN,MAX}_ROOTSEric Biggers
2026-03-09dm-verity: rename dm_verity::hash_blocks to dm_verity::hash_endEric Biggers
2026-03-09dm-verity-fec: fix reading parity bytes split across blocks (take 3)Eric Biggers
2026-03-09dm-verity-fec: fix corrected block count statEric Biggers
2026-03-09dm-verity-fec: correctly reject too-small hash devicesEric Biggers
2026-03-09dm-verity-fec: correctly reject too-small FEC devicesEric Biggers
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-04dm-verity: correctly handle dm_bufio_client_create() failureEric Biggers
2026-01-04dm-verity: make verity_fec_is_enabled() an inline functionEric Biggers
2026-01-04dm-verity: make dm_verity_fec_io::bufs variable-lengthEric Biggers
2026-01-04dm-verity: move dm_verity_fec_io to mempoolEric Biggers
2025-12-11Merge tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-12-10dm-verity: remove useless mempoolMikulas Patocka
2025-12-10dm-verity: disable recursive forward error correctionMikulas Patocka
2025-11-21dm-verity: fix unreliable memory allocationMikulas Patocka
2025-11-18dm verity fec: Expose corrected block count via statusShubhankar Mishra
2025-10-20dm-verity: reduce scope of real and wanted digestsEric Biggers
2025-07-31dm-verity: remove support for asynchronous hashesEric Biggers
2025-06-03dm-verity: fix a memory leak if some arguments are specified multiple timesMikulas Patocka
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-03dm-verity FEC: Avoid copying RS parity bytes twice.Milan Broz
2025-01-03dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2)Milan Broz
2024-12-23block: Delete bio_prio()John Garry
2024-07-03dm-verity: make verity_hash() take dm_verity_io instead of ahash_requestEric Biggers
2024-07-03dm-verity: always "map" the data blocksEric Biggers
2024-02-20dm verity: Fix IO priority lost when reading FEC and hashHongyu Jin
2023-11-29dm-verity: align struct dm_verity_fec_io properlyMikulas Patocka
2023-11-17dm-verity: don't use blocking calls from taskletsMikulas Patocka
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-04-11dm: remove unnecessary (void*) conversionsYu Zhe
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2022-07-28dm bufio: Add flags argument to dm_bufio_client_createNathan Huckleberry
2021-04-14dm verity fec: fix misaligned RS roots IOJaegeuk Kim