index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-integrity.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-16
Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-78
/
+639
2019-05-09
dm integrity: whitespace, coding style and dead code cleanup
Mike Snitzer
1
-43
/
+61
2019-05-08
dm integrity: implement synchronous mode for reboot handling
Mikulas Patocka
1
-5
/
+38
2019-05-08
dm integrity: handle machine reboot in bitmap mode
Mikulas Patocka
1
-0
/
+24
2019-05-08
dm integrity: add a bitmap mode
Mikulas Patocka
1
-33
/
+503
2019-05-08
dm integrity: introduce a function add_new_range_and_wait()
Mikulas Patocka
1
-4
/
+8
2019-05-07
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+2
2019-05-07
dm integrity: allow large ranges to be described
Mikulas Patocka
1
-3
/
+3
2019-05-07
dm ingerity: pass size to dm_integrity_alloc_page_list()
Mikulas Patocka
1
-15
/
+15
2019-05-07
dm integrity: introduce rw_journal_sectors()
Mikulas Patocka
1
-6
/
+14
2019-05-07
dm integrity: update documentation
Mikulas Patocka
1
-1
/
+3
2019-05-07
dm integrity: don't report unused options
Mikulas Patocka
1
-3
/
+7
2019-05-07
dm integrity: don't check null pointer before kvfree and vfree
Mikulas Patocka
1
-4
/
+2
2019-05-07
dm integrity: correctly calculate the size of metadata area
Mikulas Patocka
1
-2
/
+2
2019-05-06
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-2
/
+0
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-2
/
+0
2019-04-22
Merge tag 'v5.1-rc6' into for-5.2/block
Jens Axboe
1
-9
/
+7
2019-04-06
block: remove CONFIG_LBDAF
Christoph Hellwig
1
-6
/
+2
2019-04-05
dm integrity: fix deadlock with overlapping I/O
Mikulas Patocka
1
-3
/
+1
2019-04-01
dm integrity: make dm_integrity_init and dm_integrity_exit static
YueHaibing
1
-2
/
+2
2019-04-01
dm integrity: change memcmp to strncmp in dm_integrity_ctr
Mikulas Patocka
1
-4
/
+4
2019-03-06
dm integrity: limit the rate of error messages
Mikulas Patocka
1
-4
/
+4
2019-03-05
dm integrity: remove redundant unlikely annotation
Chengguang Xu
1
-1
/
+1
2018-12-28
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2018-12-28
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-25
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-05
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-12
treewide: kvmalloc() -> kvmalloc_array()
Kees Cook
1
-4
/
+11
2018-06-12
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-30
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
[next]