aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-integrity.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-15dm integrity: fix excessive alignment of metadata runsMikulas Patocka1-5/+23
2019-09-17block: centralize PI remapping logic to the block layerMax Gurtovoy1-0/+10
2019-08-15dm integrity: fix a crash due to BUG_ON in __journal_read_write()Mikulas Patocka1-0/+15
2019-07-09dm integrity: use kzalloc() instead of kmalloc() + memset()Fuqian Huang1-2/+1
2019-07-09dm integrity: always set version on superblock updateMilan Broz1-1/+3
2019-05-16Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-78/+639
2019-05-09dm integrity: whitespace, coding style and dead code cleanupMike Snitzer1-43/+61
2019-05-08dm integrity: implement synchronous mode for reboot handlingMikulas Patocka1-5/+38
2019-05-08dm integrity: handle machine reboot in bitmap modeMikulas Patocka1-0/+24
2019-05-08dm integrity: add a bitmap modeMikulas Patocka1-33/+503
2019-05-08dm integrity: introduce a function add_new_range_and_wait()Mikulas Patocka1-4/+8
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+2
2019-05-07dm integrity: allow large ranges to be describedMikulas Patocka1-3/+3
2019-05-07dm ingerity: pass size to dm_integrity_alloc_page_list()Mikulas Patocka1-15/+15
2019-05-07dm integrity: introduce rw_journal_sectors()Mikulas Patocka1-6/+14
2019-05-07dm integrity: update documentationMikulas Patocka1-1/+3
2019-05-07dm integrity: don't report unused optionsMikulas Patocka1-3/+7
2019-05-07dm integrity: don't check null pointer before kvfree and vfreeMikulas Patocka1-4/+2
2019-05-07dm integrity: correctly calculate the size of metadata areaMikulas Patocka1-2/+2
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+0
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-2/+0
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe1-9/+7
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-6/+2
2019-04-05dm integrity: fix deadlock with overlapping I/OMikulas Patocka1-3/+1
2019-04-01dm integrity: make dm_integrity_init and dm_integrity_exit staticYueHaibing1-2/+2
2019-04-01dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka1-4/+4
2019-03-06dm integrity: limit the rate of error messagesMikulas Patocka1-4/+4
2019-03-05dm integrity: remove redundant unlikely annotationChengguang Xu1-1/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-12-28Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-18dm integrity: fix spelling mistake in workqueue nameColin Ian King1-1/+1
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers1-1/+1
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-6/+17
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxGreg Kroah-Hartman1-1/+2
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook1-1/+2
2018-09-14dm: Remove VLA usage from hashesKees Cook1-6/+17
2018-09-06dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlockMikulas Patocka1-2/+2
2018-07-27dm integrity: recalculate checksums on creationMikulas Patocka1-4/+183
2018-07-27dm integrity: flush journal on suspend when using separate metadata deviceMikulas Patocka1-1/+3
2018-07-27dm integrity: use version 2 for separate metadataMikulas Patocka1-3/+13
2018-07-27dm integrity: allow separate metadata deviceMikulas Patocka1-54/+149
2018-07-27dm integrity: add ic->start in get_data_sector()Mikulas Patocka1-3/+4
2018-07-27dm integrity: report provided data sectors in the statusMikulas Patocka1-1/+3
2018-07-27dm integrity: implement fair range locksMikulas Patocka1-9/+59
2018-07-27dm integrity: decouple common code in dm_integrity_map_continue()Mikulas Patocka1-3/+7
2018-07-27dm integrity: change 'suspending' variable from bool to intMikulas Patocka1-3/+3
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook1-4/+11
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+7