aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-integrity.c
AgeCommit message (Expand)Author
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig
2019-04-05dm integrity: fix deadlock with overlapping I/OMikulas Patocka
2019-04-01dm integrity: make dm_integrity_init and dm_integrity_exit staticYueHaibing
2019-04-01dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka
2019-03-06dm integrity: limit the rate of error messagesMikulas Patocka
2019-03-05dm integrity: remove redundant unlikely annotationChengguang Xu
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-18dm integrity: fix spelling mistake in workqueue nameColin Ian King
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook
2018-09-14dm: Remove VLA usage from hashesKees Cook
2018-09-06dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlockMikulas Patocka
2018-07-27dm integrity: recalculate checksums on creationMikulas Patocka
2018-07-27dm integrity: flush journal on suspend when using separate metadata deviceMikulas Patocka
2018-07-27dm integrity: use version 2 for separate metadataMikulas Patocka
2018-07-27dm integrity: allow separate metadata deviceMikulas Patocka
2018-07-27dm integrity: add ic->start in get_data_sector()Mikulas Patocka
2018-07-27dm integrity: report provided data sectors in the statusMikulas Patocka
2018-07-27dm integrity: implement fair range locksMikulas Patocka
2018-07-27dm integrity: decouple common code in dm_integrity_map_continue()Mikulas Patocka
2018-07-27dm integrity: change 'suspending' variable from bool to intMikulas Patocka
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet
2018-04-30dm integrity: use kvfree for kvmalloc'd memoryMikulas Patocka
2018-04-03dm bufio: move dm-bufio.h to include/linux/Mikulas Patocka
2018-04-03dm integrity: fail early if required HMAC key is not availableMilan Broz
2018-01-17dm integrity: don't store cipher request on the stackMikulas Patocka
2017-11-14md: Convert timers to use timer_setup()Kees Cook
2017-11-14Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Linus Torvalds
2017-11-10dm integrity: allow unaligned bv_offsetMikulas Patocka
2017-10-25locking/atomics, dm-integrity: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-11dm integrity: use init_completion instead of COMPLETION_INITIALIZER_ONSTACKArnd Bergmann
2017-09-11dm integrity: make blk_integrity_profile structure constBhumika Goyal
2017-09-11dm integrity: do not check integrity for failed read operationsHyunchul Lee
2017-08-28dm: constify argument arraysEric Biggers
2017-08-28dm integrity: count and display checksum failuresMikulas Patocka
2017-08-28dm integrity: optimize writing dm-bufio buffers that are partially changedMikulas Patocka
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-25dm integrity: test for corrupted disk format during table loadMikulas Patocka
2017-07-25dm integrity: WARN_ON if variables representing journal usage get out of syncMikulas Patocka
2017-07-19dm integrity: use plugging when writing the journalMikulas Patocka
2017-07-19dm integrity: fix inefficient allocation of journal spaceMikulas Patocka