index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2018-12-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2018-12-29
Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-1
/
+1
2018-12-18
dm integrity: fix spelling mistake in workqueue name
Colin Ian King
1
-1
/
+1
2018-11-20
crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations
Eric Biggers
1
-1
/
+1
2018-10-26
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-6
/
+17
2018-10-11
Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...
Greg Kroah-Hartman
1
-1
/
+2
2018-10-06
treewide: Replace more open-coded allocation size multiplications
Kees Cook
1
-1
/
+2
2018-09-14
dm: Remove VLA usage from hashes
Kees Cook
1
-6
/
+17
2018-09-06
dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlock
Mikulas Patocka
1
-2
/
+2
2018-07-27
dm integrity: recalculate checksums on creation
Mikulas Patocka
1
-4
/
+183
2018-07-27
dm integrity: flush journal on suspend when using separate metadata device
Mikulas Patocka
1
-1
/
+3
2018-07-27
dm integrity: use version 2 for separate metadata
Mikulas Patocka
1
-3
/
+13
2018-07-27
dm integrity: allow separate metadata device
Mikulas Patocka
1
-54
/
+149
2018-07-27
dm integrity: add ic->start in get_data_sector()
Mikulas Patocka
1
-3
/
+4
2018-07-27
dm integrity: report provided data sectors in the status
Mikulas Patocka
1
-1
/
+3
2018-07-27
dm integrity: implement fair range locks
Mikulas Patocka
1
-9
/
+59
2018-07-27
dm integrity: decouple common code in dm_integrity_map_continue()
Mikulas Patocka
1
-3
/
+7
2018-07-27
dm integrity: change 'suspending' variable from bool to int
Mikulas Patocka
1
-3
/
+3
2018-06-13
treewide: kvmalloc() -> kvmalloc_array()
Kees Cook
1
-4
/
+11
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+2
2018-06-04
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+7
2018-05-31
dm: convert to bioset_init()/mempool_init()
Kent Overstreet
1
-8
/
+7
2018-04-30
dm integrity: use kvfree for kvmalloc'd memory
Mikulas Patocka
1
-1
/
+1
2018-04-03
dm bufio: move dm-bufio.h to include/linux/
Mikulas Patocka
1
-1
/
+1
2018-04-03
dm integrity: fail early if required HMAC key is not available
Milan Broz
1
-0
/
+3
2018-01-17
dm integrity: don't store cipher request on the stack
Mikulas Patocka
1
-12
/
+37
2017-11-15
md: Convert timers to use timer_setup()
Kees Cook
1
-3
/
+3
2017-11-15
Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...
Linus Torvalds
1
-1
/
+1
2017-11-10
dm integrity: allow unaligned bv_offset
Mikulas Patocka
1
-1
/
+1
2017-10-25
locking/atomics, dm-integrity: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()
Mark Rutland
1
-7
/
+8
2017-09-14
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-16
/
+26
2017-09-11
dm integrity: use init_completion instead of COMPLETION_INITIALIZER_ONSTACK
Arnd Bergmann
1
-10
/
+10
2017-09-11
dm integrity: make blk_integrity_profile structure const
Bhumika Goyal
1
-1
/
+1
2017-09-11
dm integrity: do not check integrity for failed read operations
Hyunchul Lee
1
-1
/
+5
2017-08-28
dm: constify argument arrays
Eric Biggers
1
-1
/
+1
2017-08-28
dm integrity: count and display checksum failures
Mikulas Patocka
1
-2
/
+8
2017-08-28
dm integrity: optimize writing dm-bufio buffers that are partially changed
Mikulas Patocka
1
-1
/
+1
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-4
/
+7
2017-07-25
dm integrity: test for corrupted disk format during table load
Mikulas Patocka
1
-0
/
+5
2017-07-25
dm integrity: WARN_ON if variables representing journal usage get out of sync
Mikulas Patocka
1
-0
/
+2
2017-07-20
dm integrity: use plugging when writing the journal
Mikulas Patocka
1
-0
/
+5
2017-07-20
dm integrity: fix inefficient allocation of journal space
Mikulas Patocka
1
-4
/
+6
2017-07-03
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-15
/
+15
2017-06-21
dm integrity: fix to not disable/enable interrupts from interrupt context
Mike Snitzer
1
-2
/
+5
2017-06-13
dm integrity: reject mappings too large for device
Ondrej Mosnáček
1
-0
/
+5
2017-06-12
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
1
-22
/
+8
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-9
/
+9
2017-06-09
dm: don't return errnos from ->map
Christoph Hellwig
1
-6
/
+6
2017-05-31
dm: make flush bios explicitly sync
Jan Kara
1
-1
/
+2
[next]