index
:
pub/scm/linux/kernel/git/livepatching/livepatching.git
master
Live Patching Group's fork of livepatching.git
Live Patching Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-integrity.c
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
dm-integrity: fix NULL pointer dereference when the 'R' flag is used
Mikulas Patocka
1
-0
/
+5
11 days
dm-integrity: fix infinite loop on discard with large tag size
Ben Cressey
1
-1
/
+1
11 days
dm-integrity: fix buffer overflow with keyed discard
Ben Cressey
1
-1
/
+1
11 days
dm-integrity: require stable writes for internal hash modes
Chen Cheng
1
-0
/
+4
2026-08-03
dm-integrity: replace forgeable discard filler with a keyed sector marker
Shukai Ni
1
-22
/
+115
2026-07-27
dm-io: report non-retryable errors separatedly
Mikulas Patocka
1
-13
/
+19
2026-07-13
dm-integrity: fix wrong fallthrough in integrity_bio_wait
Mikulas Patocka
1
-1
/
+2
2026-07-13
dm-integrity: clean-up error handling
Mikulas Patocka
1
-0
/
+1
2026-07-13
dm-integrity: fix error message
Mikulas Patocka
1
-1
/
+1
2026-07-10
dm-integrity: fix a bug if the bio is out of limits
Mikulas Patocka
1
-4
/
+3
2026-07-10
dm-integrity: don't increment hash_offset twice
Mikulas Patocka
1
-3
/
+0
2026-07-10
dm-integrity: fix leaking uninitialized kernel memory
Mikulas Patocka
1
-1
/
+1
2026-07-10
dm-integrity: fix the 'fix_hmac' option
Mikulas Patocka
1
-0
/
+14
2026-03-27
dm: provide helper to set stacked limits
Keith Busch
1
-6
/
+1
2026-03-27
dm-integrity: always set the io hints
Keith Busch
1
-13
/
+8
2026-03-27
dm-integrity: fix mismatched queue limits
Keith Busch
1
-3
/
+9
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-2
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-14
/
+13
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
1
-0
/
+1
2026-01-19
dm-integrity: fix recalculation in bitmap mode
Mikulas Patocka
1
-0
/
+13
2026-01-14
dm: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-5
/
+10
2026-01-14
dm-integrity: fix a typo in the code for write/discard race
Mikulas Patocka
1
-1
/
+1
2025-10-03
Merge tag 'for-6.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-90
/
+269
2025-09-23
dm-integrity: prefer synchronous hash interface
Mikulas Patocka
1
-23
/
+24
2025-09-23
dm-integrity: enable asynchronous hash interface
Mikulas Patocka
1
-44
/
+199
2025-09-23
dm-integrity: rename internal_hash
Mikulas Patocka
1
-8
/
+11
2025-09-23
dm-integrity: add the "offset" argument
Mikulas Patocka
1
-14
/
+35
2025-09-23
dm-integrity: allocate the recalculate buffer with kmalloc
Mikulas Patocka
1
-4
/
+4
2025-09-23
dm-integrity: introduce integrity_kmap and integrity_kunmap
Mikulas Patocka
1
-20
/
+17
2025-09-23
dm-integrity: replace bvec_kmap_local with kmap_local_page
Mikulas Patocka
1
-7
/
+6
2025-09-23
dm-integrity: use internal variable for digestsize
Mikulas Patocka
1
-11
/
+14
2025-09-08
dm-integrity: limit MAX_TAG_SIZE to 255
Mikulas Patocka
1
-1
/
+1
2025-07-01
block: rename tuple_size field in blk_integrity to metadata_size
Anuj Gupta
1
-6
/
+6
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+2
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
1
-10
/
+6
2025-05-07
dm-integrity: use bio_add_virt_nofail
Christoph Hellwig
1
-10
/
+6
2025-04-23
dm-integrity: fix a warning on invalid table line
Mikulas Patocka
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-2
/
+2
2025-04-02
Merge tag 'for-6.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-23
/
+25
2025-03-28
dm-integrity: fix non-constant-time tag verification
Jo Van Bulck
1
-23
/
+22
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
1
-12
/
+0
2025-03-03
block: split struct bio_integrity_payload
Christoph Hellwig
1
-12
/
+0
2025-02-24
dm-integrity: set ti->error on memory allocation failure
Mikulas Patocka
1
-0
/
+3
2025-02-17
dm-integrity: Do not emit journal configuration in DM table for Inline mode
Milan Broz
1
-7
/
+10
2025-02-17
dm-integrity: Avoid divide by zero in table status in Inline mode
Milan Broz
1
-4
/
+4
2024-09-27
Merge tag 'for-6.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-58
/
+268
2024-09-11
dm-integrity: check mac_size against HASH_MAX_DIGESTSIZE in sb_mac()
Eric Biggers
1
-1
/
+2
2024-09-06
dm-integrity: fix a race condition when accessing recalc_sector
Mikulas Patocka
1
-1
/
+3
[next]