index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
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
2024-09-06
dm-integrity: support recalculation in the 'I' mode
Mikulas Patocka
1
-42
/
+246
2024-09-06
dm integrity: Convert comma to semicolon
Chen Ni
1
-8
/
+8
2024-09-03
dm integrity: fix gcc 5 warning
Mikulas Patocka
1
-5
/
+10
2024-09-02
dm integrity: Remove extra unlikely helper
Hongbo Li
1
-2
/
+2
2024-07-28
minmax: add a few more MIN_T/MAX_T users
Linus Torvalds
1
-3
/
+3
2024-07-19
dm-integrity: introduce the Inline mode
Mikulas Patocka
1
-46
/
+360
2024-07-10
dm: stop using blk_limits_io_{min,opt}
Christoph Hellwig
1
-1
/
+1
2024-06-14
block: move integrity information into queue_limits
Christoph Hellwig
1
-16
/
+11
2024-06-14
dm-integrity: use the nop integrity profile
Christoph Hellwig
1
-20
/
+0
2024-05-20
dm-integrity: set discard_granularity to logical block size
Mikulas Patocka
1
-0
/
+1
2024-03-29
dm integrity: fix out-of-range warning
Arnd Bergmann
1
-1
/
+1
2024-03-21
dm-integrity: align the outgoing bio in integrity_recheck
Mikulas Patocka
1
-2
/
+10
2024-03-19
dm-integrity: fix a memory leak when rechecking the data
Mikulas Patocka
1
-3
/
+3
2024-03-13
Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-7
/
+7
2024-03-06
dm-integrity: set max_integrity_segments in dm_integrity_io_hints
Christoph Hellwig
1
-1
/
+1
2024-02-24
dm-integrity, dm-verity: reduce stack usage for recheck
Arnd Bergmann
1
-6
/
+4
[next]