summaryrefslogtreecommitdiff
path: root/drivers/md/dm-integrity.c
AgeCommit message (Expand)Author
2023-12-18dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata()Mikulas Patocka
2023-10-31dm integrity: use crypto_shash_digest() in sb_mac()Eric Biggers
2023-07-25dm integrity: fix double free on memory allocation failureMikulas Patocka
2023-06-30Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-27dm integrity: scale down the recalculate buffer if memory allocation failsMikulas Patocka
2023-06-27dm integrity: only allocate recalculate buffer when neededMikulas Patocka
2023-06-27dm integrity: reduce vmalloc space footprint on 32-bit architecturesMikulas Patocka
2023-06-22dm integrity: Use %*ph for printing hexdump of a small bufferAndy Shevchenko
2023-05-25dm integrity: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo
2023-04-11dm: remove unnecessary (void*) conversionsYu Zhe
2023-04-11dm: push error reporting down to dm_register_target()Yangtao Li
2023-04-04dm integrity: call kmem_cache_destroy() in dm_integrity_init() error pathMike Snitzer
2023-02-22Merge tag 'for-6.3/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-14dm integrity: change macros min/max() -> min_t/max_t where appropriateHeinz Mauelshagen
2023-02-14dm: fix use of sizeof() macroHeinz Mauelshagen
2023-02-14dm: avoid 'do {} while(0)' loop in single statement macrosHeinz Mauelshagen
2023-02-14dm: prefer '"%s...", __func__'Heinz Mauelshagen
2023-02-14dm: remove unnecessary braces from single statement blocksHeinz Mauelshagen
2023-02-14dm: add missing empty linesHeinz Mauelshagen
2023-02-14dm: fix trailing statementsHeinz Mauelshagen
2023-02-14dm: address indent/space issuesHeinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2023-02-13dm: Remove completion function scaffoldingHerbert Xu
2023-02-13dm: Add scaffolding to change completion function signatureHerbert Xu
2023-02-02dm integrity: Remove bi_sector that's only used by commented debug codeJiapeng Chong
2022-11-30dm integrity: Fix UAF in dm_integrity_dtr()Luo Meng
2022-11-18Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds
2022-11-18dm integrity: clear the journal on suspendMikulas Patocka
2022-11-18dm integrity: flush the journal on suspendMikulas Patocka
2022-11-16dm-integrity: set dma_alignment limit in io_hintsKeith Busch
2022-08-06Merge tag 'for-6.0/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-28dm bufio: Add flags argument to dm_bufio_client_createNathan Huckleberry
2022-07-14dm/dm-integrity: Combine request operation and flagsBart Van Assche
2022-07-14dm/core: Reduce the size of struct dm_io_requestBart Van Assche
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche
2022-05-09dm integrity: fix error code in dm_integrity_ctr()Dan Carpenter
2022-04-13dm integrity: fix memory corruption when tag_size is less than digest sizeMikulas Patocka
2022-04-01dm integrity: set journal entry unused when shrinking deviceMikulas Patocka
2022-03-07dm-integrity: stop using bio_devnameChristoph Hellwig
2022-01-06dm integrity: Use struct_group() to zero struct journal_sectorKees Cook
2021-12-15dm integrity: fix data corruption due to improper use of bvec_kmap_localMike Snitzer
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-01dm integrity: use bvec_kmap_local in __journal_read_writeChristoph Hellwig
2021-11-01dm integrity: use bvec_kmap_local in integrity_metadataChristoph Hellwig
2021-10-27dm integrity: log audit events for dm-integrity targetMichael Weiß
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig
2021-08-31Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-20dm ima: update dm target attributes for ima measurementsTushar Sugandhi
2021-08-16dm-integrity: use bvec_virtChristoph Hellwig