index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-integrity.c
Age
Commit message (
Expand
)
Author
2019-07-09
dm integrity: use kzalloc() instead of kmalloc() + memset()
Fuqian Huang
2019-07-09
dm integrity: always set version on superblock update
Milan Broz
2019-05-16
Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-05-09
dm integrity: whitespace, coding style and dead code cleanup
Mike Snitzer
2019-05-08
dm integrity: implement synchronous mode for reboot handling
Mikulas Patocka
2019-05-08
dm integrity: handle machine reboot in bitmap mode
Mikulas Patocka
2019-05-08
dm integrity: add a bitmap mode
Mikulas Patocka
2019-05-08
dm integrity: introduce a function add_new_range_and_wait()
Mikulas Patocka
2019-05-07
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-05-07
dm integrity: allow large ranges to be described
Mikulas Patocka
2019-05-07
dm ingerity: pass size to dm_integrity_alloc_page_list()
Mikulas Patocka
2019-05-07
dm integrity: introduce rw_journal_sectors()
Mikulas Patocka
2019-05-07
dm integrity: update documentation
Mikulas Patocka
2019-05-07
dm integrity: don't report unused options
Mikulas Patocka
2019-05-07
dm integrity: don't check null pointer before kvfree and vfree
Mikulas Patocka
2019-05-07
dm integrity: correctly calculate the size of metadata area
Mikulas Patocka
2019-05-06
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
2019-04-22
Merge tag 'v5.1-rc6' into for-5.2/block
Jens Axboe
2019-04-06
block: remove CONFIG_LBDAF
Christoph Hellwig
2019-04-05
dm integrity: fix deadlock with overlapping I/O
Mikulas Patocka
2019-04-01
dm integrity: make dm_integrity_init and dm_integrity_exit static
YueHaibing
2019-04-01
dm integrity: change memcmp to strncmp in dm_integrity_ctr
Mikulas Patocka
2019-03-06
dm integrity: limit the rate of error messages
Mikulas Patocka
2019-03-05
dm integrity: remove redundant unlikely annotation
Chengguang Xu
2018-12-28
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-12-28
Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
2018-12-18
dm integrity: fix spelling mistake in workqueue name
Colin Ian King
2018-11-20
crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations
Eric Biggers
2018-10-25
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-10-11
Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...
Greg Kroah-Hartman
2018-10-05
treewide: Replace more open-coded allocation size multiplications
Kees Cook
2018-09-14
dm: Remove VLA usage from hashes
Kees Cook
2018-09-06
dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlock
Mikulas Patocka
2018-07-27
dm integrity: recalculate checksums on creation
Mikulas Patocka
2018-07-27
dm integrity: flush journal on suspend when using separate metadata device
Mikulas Patocka
2018-07-27
dm integrity: use version 2 for separate metadata
Mikulas Patocka
2018-07-27
dm integrity: allow separate metadata device
Mikulas Patocka
2018-07-27
dm integrity: add ic->start in get_data_sector()
Mikulas Patocka
2018-07-27
dm integrity: report provided data sectors in the status
Mikulas Patocka
2018-07-27
dm integrity: implement fair range locks
Mikulas Patocka
2018-07-27
dm integrity: decouple common code in dm_integrity_map_continue()
Mikulas Patocka
2018-07-27
dm integrity: change 'suspending' variable from bool to int
Mikulas Patocka
2018-06-12
treewide: kvmalloc() -> kvmalloc_array()
Kees Cook
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-04
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-05-30
dm: convert to bioset_init()/mempool_init()
Kent Overstreet
2018-04-30
dm integrity: use kvfree for kvmalloc'd memory
Mikulas Patocka
2018-04-03
dm bufio: move dm-bufio.h to include/linux/
Mikulas Patocka
[next]