index
:
linux-dev
for-cryptodev-2.6
for-next
jd/arm-thumb-sym
jd/big-key-gcm
jd/big-key-gcm-split
jd/broken-netlink-dump
jd/chacha-stack-validation
jd/clang-aarch64
jd/cleaner-add-random-ready
jd/fast-ti-aarch64
jd/fix-tishift-modules
jd/hsiphash128
jd/hsiphash128-2
jd/hsiphash128-3
jd/icmp-conntrack
jd/kasan-stack-frame
jd/kconfig-assembler-support
jd/memcmp-wpa
jd/netdev-pub
jd/netlink-dump-size
jd/netlink-dump-size-v2
jd/random-zinc
jd/re-zinc-it-up
jd/rmk-toolcheck
jd/rng-blocker
jd/skb_memzero_explicit
jd/timekeeping
jd/um-fixups
jd/variable-time-memcmp
jd/wireguard
jd/wireguard-azinc
jd/with-cryptoapi-port
jd/zinc-light
jn/rhashtable
jn/rhashtable-api
jn/rhashtable-next
master
tg/skb_memzero
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-integrity.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-03
dm: bump version of core and various targets
Mike Snitzer
1
-1
/
+1
2020-03-03
dm integrity: use dm_bio_record and dm_bio_restore
Mike Snitzer
1
-23
/
+9
2020-02-27
dm: report suspended device during destroy
Mikulas Patocka
1
-7
/
+5
2020-02-25
dm integrity: fix invalid table returned due to argument count mismatch
Mikulas Patocka
1
-1
/
+1
2020-02-25
dm integrity: fix a deadlock due to offloading to an incorrect workqueue
Mikulas Patocka
1
-4
/
+15
2020-02-25
dm integrity: fix recalculation when moving from journal mode to bitmap mode
Mikulas Patocka
1
-5
/
+12
2019-11-15
dm integrity: fix excessive alignment of metadata runs
Mikulas Patocka
1
-5
/
+23
2019-09-17
block: centralize PI remapping logic to the block layer
Max Gurtovoy
1
-0
/
+10
2019-08-15
dm integrity: fix a crash due to BUG_ON in __journal_read_write()
Mikulas Patocka
1
-0
/
+15
2019-07-09
dm integrity: use kzalloc() instead of kmalloc() + memset()
Fuqian Huang
1
-2
/
+1
2019-07-09
dm integrity: always set version on superblock update
Milan Broz
1
-1
/
+3
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
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-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-2
/
+0
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
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-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-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
[next]