- f069c7a dm integrity: Use struct_group() to zero struct journal_sector by Kees Cook · 3 years ago
- 1cef171 dm integrity: fix data corruption due to improper use of bvec_kmap_local by Mike Snitzer · 3 years ago
- c183e17 Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 3 years, 2 months ago
- 25058d1 dm integrity: use bvec_kmap_local in __journal_read_write by Christoph Hellwig · 3 years, 2 months ago
- c12d205 dm integrity: use bvec_kmap_local in integrity_metadata by Christoph Hellwig · 3 years, 2 months ago
- 82bb859 dm integrity: log audit events for dm-integrity target by Michael Weiß · 3 years, 4 months ago
- 6dcbb52 dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them by Christoph Hellwig · 3 years, 2 months ago
- efa916a Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 3 years, 4 months ago
- 33ace4c dm ima: update dm target attributes for ima measurements by Tushar Sugandhi · 3 years, 5 months ago
- 964cacf dm-integrity: use bvec_virt by Christoph Hellwig · 3 years, 5 months ago
- 8ec4566 dm: update target status functions to support IMA measurement by Tushar Sugandhi · 3 years, 6 months ago
- bc8f3d4 dm integrity: fix sparse warnings by Mikulas Patocka · 3 years, 8 months ago
- dbae70d dm integrity: revert to not using discard filler when recalulating by Mikulas Patocka · 3 years, 8 months ago
- 7a5b96b dm integrity: use discard support when recalculating by Mikulas Patocka · 3 years, 8 months ago
- b1a2b93 dm integrity: increase RECALC_SECTORS to improve recalculate speed by Mikulas Patocka · 3 years, 8 months ago
- a9c0fda dm integrity: don't re-write metadata if discarding same blocks by Mikulas Patocka · 3 years, 8 months ago
- 17e9e13 dm integrity: fix missing goto in bitmap_flush_interval error handling by Tian Tao · 3 years, 9 months ago
- db7b93e3 dm integrity: add the "reset_recalculate" feature flag by Mikulas Patocka · 3 years, 9 months ago
- 09d85f8 dm integrity: introduce the "fix_hmac" argument by Mikulas Patocka · 4 years ago
- 23c4ecb dm integrity: fix spelling mistake "flusing" -> "flushing" by Colin Ian King · 4 years ago
- 5c02406 dm integrity: conditionally disable "recalculate" feature by Mikulas Patocka · 4 years ago
- 2d06dfe dm integrity: fix a crash if "recalculate" used without "internal_hash" by Mikulas Patocka · 4 years ago
- 17ffc19 dm integrity: fix the maximum number of arguments by Mikulas Patocka · 4 years ago
- 9b59482 dm integrity: fix flush with external metadata device by Mikulas Patocka · 4 years ago
- a7a10bc dm integrity: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORY by Mikulas Patocka · 4 years, 2 months ago
- e27fec6 dm integrity: fix error reporting in bitmap mode after creation by Mikulas Patocka · 4 years, 4 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
- 382625d Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
- 5df96f2 dm integrity: fix integrity recalculation that is improperly skipped by Mikulas Patocka · 4 years, 5 months ago
- ed00aab block: rename generic_make_request to submit_bio_noacct by Christoph Hellwig · 4 years, 6 months ago
- b25c664 Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 7 months ago
- 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 8 months ago
- b18ae8d dm: replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
- a86fe8b dm integrity: remove set but not used variables by YueHaibing · 4 years, 9 months ago
- 8267d8f dm integrity: fix logic bug in integrity tag testing by Mikulas Patocka · 4 years, 9 months ago
- e7fc1e5 dm integrity: fix ppc64le warning by Mike Snitzer · 4 years, 9 months ago
- 31843ed dm integrity: improve discard in journal mode by Mikulas Patocka · 4 years, 9 months ago
- 84597a4 dm integrity: add optional discard support by Mikulas Patocka · 4 years, 9 months ago
- 1ac2c15 dm integrity: allow resize of the integrity device by Mikulas Patocka · 4 years, 9 months ago
- 87fb177 dm integrity: factor out get_provided_data_sectors() by Mikulas Patocka · 4 years, 9 months ago
- f6f72f3 dm integrity: don't replay journal data past the end of the device by Mikulas Patocka · 4 years, 9 months ago
- 7649194 dm integrity: remove sector type casts by Mikulas Patocka · 4 years, 9 months ago
- b93b664 dm integrity: fix a crash with unusually large tag size by Mikulas Patocka · 4 years, 9 months ago
- eaab4bd dm integrity: print device name in integrity_metadata() error message by Erich Eckner · 4 years, 11 months ago
- 636be42 dm: bump version of core and various targets by Mike Snitzer · 4 years, 10 months ago
- 248aa26 dm integrity: use dm_bio_record and dm_bio_restore by Mike Snitzer · 4 years, 10 months ago
- adc0daa dm: report suspended device during destroy by Mikulas Patocka · 4 years, 10 months ago
- 7fc2e47 dm integrity: fix invalid table returned due to argument count mismatch by Mikulas Patocka · 4 years, 10 months ago
- 53770f0 dm integrity: fix a deadlock due to offloading to an incorrect workqueue by Mikulas Patocka · 4 years, 10 months ago
- d5bdf66 dm integrity: fix recalculation when moving from journal mode to bitmap mode by Mikulas Patocka · 4 years, 11 months ago
- d537858 dm integrity: fix excessive alignment of metadata runs by Mikulas Patocka · 5 years ago
- 54d4e6a block: centralize PI remapping logic to the block layer by Max Gurtovoy · 5 years ago
- 5729b6e dm integrity: fix a crash due to BUG_ON in __journal_read_write() by Mikulas Patocka · 5 years ago
- 131670c dm integrity: use kzalloc() instead of kmalloc() + memset() by Fuqian Huang · 6 years ago
- 5f1c56b dm integrity: always set version on superblock update by Milan Broz · 6 years ago
- 311f712 Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 6 years ago
- 05d6909 dm integrity: whitespace, coding style and dead code cleanup by Mike Snitzer · 6 years ago
- 4827149 dm integrity: implement synchronous mode for reboot handling by Mikulas Patocka · 6 years ago
- 1f5a775 dm integrity: handle machine reboot in bitmap mode by Mikulas Patocka · 6 years ago
- 468dfca dm integrity: add a bitmap mode by Mikulas Patocka · 6 years ago
- 8b3bbd4 dm integrity: introduce a function add_new_range_and_wait() by Mikulas Patocka · 6 years ago
- 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
- 4f43446 dm integrity: allow large ranges to be described by Mikulas Patocka · 6 years ago
- d5027e0 dm ingerity: pass size to dm_integrity_alloc_page_list() by Mikulas Patocka · 6 years ago
- 981e8a9 dm integrity: introduce rw_journal_sectors() by Mikulas Patocka · 6 years ago
- 88ad5d1 dm integrity: update documentation by Mikulas Patocka · 6 years ago
- 893e3c3 dm integrity: don't report unused options by Mikulas Patocka · 6 years ago
- 97abfde dm integrity: don't check null pointer before kvfree and vfree by Mikulas Patocka · 6 years ago
- 30bba43 dm integrity: correctly calculate the size of metadata area by Mikulas Patocka · 6 years ago
- 81ff5d2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
- 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
- 5c61ee2 Merge tag 'v5.1-rc6' into for-5.2/block by Jens Axboe · 6 years ago
- 72deb45 block: remove CONFIG_LBDAF by Christoph Hellwig · 6 years ago
- 4ed319c dm integrity: fix deadlock with overlapping I/O by Mikulas Patocka · 6 years ago
- 5efedc9 dm integrity: make dm_integrity_init and dm_integrity_exit static by YueHaibing · 6 years ago
- 0d74e6a dm integrity: change memcmp to strncmp in dm_integrity_ctr by Mikulas Patocka · 6 years ago
- 2255574 dm integrity: limit the rate of error messages by Mikulas Patocka · 6 years ago
- 5e3d0e3 dm integrity: remove redundant unlikely annotation by Chengguang Xu · 6 years ago
- f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
- 4ed7bdc Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 6 years ago
- ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
- e8c2566 dm integrity: fix spelling mistake in workqueue name by Colin Ian King · 6 years ago
- 3d234b3 crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations by Eric Biggers · 6 years ago
- 62606c2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
- 834d3cd Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Greg Kroah-Hartman · 6 years ago
- 329e098 treewide: Replace more open-coded allocation size multiplications by Kees Cook · 6 years ago
- 6d39a12 dm: Remove VLA usage from hashes by Kees Cook · 6 years ago
- 432061b dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlock by Mikulas Patocka · 6 years ago
- a3fcf72 dm integrity: recalculate checksums on creation by Mikulas Patocka · 6 years ago
- 747829a dm integrity: flush journal on suspend when using separate metadata device by Mikulas Patocka · 6 years ago
- 1f9fc0b dm integrity: use version 2 for separate metadata by Mikulas Patocka · 6 years ago
- 356d9d5 dm integrity: allow separate metadata device by Mikulas Patocka · 6 years ago
- 71e9ddb dm integrity: add ic->start in get_data_sector() by Mikulas Patocka · 6 years ago
- f84fd2c dm integrity: report provided data sectors in the status by Mikulas Patocka · 6 years ago
- 724376a dm integrity: implement fair range locks by Mikulas Patocka · 6 years ago
- 518748b dm integrity: decouple common code in dm_integrity_map_continue() by Mikulas Patocka · 6 years ago
- c21b163 dm integrity: change 'suspending' variable from bool to int by Mikulas Patocka · 6 years ago
- 344476e treewide: kvmalloc() -> kvmalloc_array() by Kees Cook · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- f459c34 Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago