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-integrity.c
Age
Commit message (
Expand
)
Author
2026-08-03
dm-integrity: replace forgeable discard filler with a keyed sector marker
Shukai Ni
2026-07-27
dm-io: report non-retryable errors separatedly
Mikulas Patocka
2026-07-13
dm-integrity: fix wrong fallthrough in integrity_bio_wait
Mikulas Patocka
2026-07-13
dm-integrity: clean-up error handling
Mikulas Patocka
2026-07-13
dm-integrity: fix error message
Mikulas Patocka
2026-07-10
dm-integrity: fix a bug if the bio is out of limits
Mikulas Patocka
2026-07-10
dm-integrity: don't increment hash_offset twice
Mikulas Patocka
2026-07-10
dm-integrity: fix leaking uninitialized kernel memory
Mikulas Patocka
2026-07-10
dm-integrity: fix the 'fix_hmac' option
Mikulas Patocka
2026-03-27
dm: provide helper to set stacked limits
Keith Busch
2026-03-27
dm-integrity: always set the io hints
Keith Busch
2026-03-27
dm-integrity: fix mismatched queue limits
Keith Busch
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
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-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
2026-01-19
dm-integrity: fix recalculation in bitmap mode
Mikulas Patocka
2026-01-14
dm: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
2026-01-14
dm-integrity: fix a typo in the code for write/discard race
Mikulas Patocka
2025-10-03
Merge tag 'for-6.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-09-23
dm-integrity: prefer synchronous hash interface
Mikulas Patocka
2025-09-23
dm-integrity: enable asynchronous hash interface
Mikulas Patocka
2025-09-23
dm-integrity: rename internal_hash
Mikulas Patocka
2025-09-23
dm-integrity: add the "offset" argument
Mikulas Patocka
2025-09-23
dm-integrity: allocate the recalculate buffer with kmalloc
Mikulas Patocka
2025-09-23
dm-integrity: introduce integrity_kmap and integrity_kunmap
Mikulas Patocka
2025-09-23
dm-integrity: replace bvec_kmap_local with kmap_local_page
Mikulas Patocka
2025-09-23
dm-integrity: use internal variable for digestsize
Mikulas Patocka
2025-09-08
dm-integrity: limit MAX_TAG_SIZE to 255
Mikulas Patocka
2025-07-01
block: rename tuple_size field in blk_integrity to metadata_size
Anuj Gupta
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
2025-05-07
dm-integrity: use bio_add_virt_nofail
Christoph Hellwig
2025-04-23
dm-integrity: fix a warning on invalid table line
Mikulas Patocka
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-04-02
Merge tag 'for-6.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-03-28
dm-integrity: fix non-constant-time tag verification
Jo Van Bulck
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-03
block: split struct bio_integrity_payload
Christoph Hellwig
2025-02-24
dm-integrity: set ti->error on memory allocation failure
Mikulas Patocka
2025-02-17
dm-integrity: Do not emit journal configuration in DM table for Inline mode
Milan Broz
2025-02-17
dm-integrity: Avoid divide by zero in table status in Inline mode
Milan Broz
2024-09-27
Merge tag 'for-6.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-09-11
dm-integrity: check mac_size against HASH_MAX_DIGESTSIZE in sb_mac()
Eric Biggers
2024-09-06
dm-integrity: fix a race condition when accessing recalc_sector
Mikulas Patocka
2024-09-06
dm-integrity: support recalculation in the 'I' mode
Mikulas Patocka
2024-09-06
dm integrity: Convert comma to semicolon
Chen Ni
2024-09-03
dm integrity: fix gcc 5 warning
Mikulas Patocka
2024-09-02
dm integrity: Remove extra unlikely helper
Hongbo Li
[next]