Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
3ea4eac3e29f8a63646ddc1bdf90f2efce7d082c
/
drivers
/
md
/
dm-crypt.c
64611a15
dm crypt: avoid truncating the logical block size
by Eric Biggers
· 4 years, 7 months ago
b18ae8d
dm: replace zero-length array with flexible-array
by Gustavo A. R. Silva
· 4 years, 8 months ago
27f5411
dm crypt: support using encrypted keys
by Dmitry Baryshkov
· 4 years, 9 months ago
3fd5353
dm crypt: use crypt_integrity_aead() helper
by Yang Yingliang
· 4 years, 11 months ago
4ea9471
dm crypt: fix benbi IV constructor crash if used in authenticated mode
by Milan Broz
· 5 years ago
bbb1658
dm crypt: Implement Elephant diffuser for Bitlocker compatibility
by Milan Broz
· 5 years ago
9402e95
dm crypt: fix GFP flags passed to skcipher_request_alloc()
by Mikulas Patocka
· 5 years ago
f612b21
Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"
by Mike Snitzer
· 5 years ago
b1d1e29
dm crypt: omit parsing of the encapsulated cipher
by Ard Biesheuvel
· 5 years ago
a1a262b
dm crypt: switch to ESSIV crypto API template
by Ard Biesheuvel
· 5 years ago
39d13a1
dm crypt: reuse eboiv skcipher for IV generation
by Ard Biesheuvel
· 5 years ago
b9411d7
dm crypt: implement eboiv - encrypted byte-offset initialization vector
by Milan Broz
· 5 years ago
6028a7a
dm crypt: remove obsolete comment about plumb IV
by Milan Broz
· 5 years ago
4a52ffc
dm crypt: wipe private IV struct after key invalid flag is set
by Milan Broz
· 5 years ago
9c81c99
dm crypt: use struct_size() when allocating encryption context
by Zhengyuan Liu
· 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
f710126
dm crypt: print device name in integrity error message
by Milan Broz
· 6 years ago
7a1cd72
dm crypt: move detailed message into debug level
by Milan Broz
· 6 years ago
67a2422
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
2b070cf
block: remove the i argument to bio_for_each_segment_all
by Christoph Hellwig
· 6 years ago
877b569
crypto: shash - remove shash_desc::flags
by Eric Biggers
· 6 years ago
c13b548
dm crypt: fix endianness annotations around org_sector_of_dmreq
by Christoph Hellwig
· 6 years ago
80201fe
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
6dc4f10
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
by Ming Lei
· 6 years ago
ff0c129
dm crypt: don't overallocate the integrity tag space
by Mikulas Patocka
· 6 years ago
1856b9f
dm crypt: fix parsing of extended IV arguments
by Milan Broz
· 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
af331eb
dm crypt: log the encryption algorithm implementation
by Eric Biggers
· 6 years ago
ef87bfc
dm: Check for device sector overflow if CONFIG_LBDAF is not set
by Milan Broz
· 6 years ago
8d683dc
dm crypt: use u64 instead of sector_t to store iv_offset
by AliOS system security
· 6 years ago
1ad0f16
crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations
by Eric Biggers
· 6 years ago
ed0302e
dm crypt: make workqueue names device-specific
by Michał Mirosław
· 6 years ago
432061b
dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlock
by Mikulas Patocka
· 6 years ago
bc9e9cf
dm crypt: don't decrease device limits
by Mikulas Patocka
· 6 years ago
c07c88f
dm crypt: convert essiv from ahash to shash
by Kees Cook
· 6 years ago
c7329ef
dm crypt: use wake_up_process() instead of a wait queue
by Mikulas Patocka
· 6 years ago
b08fc52
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
72d711c
dm: adjust structure members to improve alignment
by Mike Snitzer
· 7 years ago
d00a11d
dm-crypt: fix warning in shutdown path
by Kent Overstreet
· 7 years ago
6f1c819
dm: convert to bioset_init()/mempool_init()
by Kent Overstreet
· 7 years ago
5059353
dm crypt: limit the number of allocated pages
by Mikulas Patocka
· 7 years ago
1eb5fa8
dm: allow targets to return output from messages they are sent
by Mike Snitzer
· 7 years ago
0be600a
Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 7 years ago
0a4b6e2
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
d5ffebd
dm: backfill missing calls to mutex_destroy()
by Mike Snitzer
· 7 years ago
3cc2e57
dm crypt: fix error return code in crypt_ctr()
by Wei Yongjun
· 7 years ago
dc94902
dm crypt: wipe kernel key copy after IV initialization
by Ondrej Kozina
· 7 years ago
27c7003
dm crypt: fix crash by adding missing check for auth key size
by Milan Broz
· 7 years ago
92681ec
dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()
by Ming Lei
· 7 years ago
80cd175
dm crypt: remove BIOSET_NEED_RESCUER flag
by NeilBrown
· 7 years ago
0440d5c
dm crypt: allow unaligned bv_offset
by Mikulas Patocka
· 7 years ago
783874b
dm crypt: reject sector_size feature if device length is not aligned to it
by Milan Broz
· 7 years ago
bd86e32
dm crypt: fix memory leak in crypt_ctr_cipher_old()
by Jeffy Chen
· 7 years ago
dff4d1f
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 7 years ago
a0725ab
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
5916a22
dm: constify argument arrays
by Eric Biggers
· 8 years ago
74d4699
block: replace bi_bdev with a gendisk pointer and partitions index
by Christoph Hellwig
· 7 years ago
62d20aa
dm-crypt: don't mess with BIP_BLOCK_INTEGRITY
by Christoph Hellwig
· 7 years ago
45fe93d
crypto: algapi - make crypto_xor() take separate dst and src arguments
by Ard Biesheuvel
· 7 years ago
7e3fd85
dm crypt: add big-endian variant of plain64 IV
by Milan Broz
· 8 years ago
47e0fb4
blk: make the bioset rescue_workqueue optional.
by NeilBrown
· 8 years ago
011067b
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
by NeilBrown
· 8 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 8 years ago
846785e
dm: don't return errnos from ->map
by Christoph Hellwig
· 8 years ago
d35a878
Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 8 years ago
e944e03
dm crypt: replace custom implementation of hex2bin()
by Andy Shevchenko
· 8 years ago
86f917a
dm crypt: remove obsolete references to per-CPU state
by Eric Biggers
· 8 years ago
a1b8913
dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues
by Tim Murray
· 8 years ago
c82feee
dm crypt: rewrite (wipe) key in crypto layer using random data
by Ondrej Kozina
· 8 years ago
583fe74
dm crypt: fix large block integrity support
by Mikulas Patocka
· 8 years ago
48920ff
block: remove the discard_zeroes_data flag
by Christoph Hellwig
· 8 years ago
ff3af92
dm crypt: use shifts instead of sector_div
by Mikulas Patocka
· 8 years ago
8f0009a
dm crypt: optionally support larger encryption sector size
by Milan Broz
· 8 years ago
33d2f09
dm crypt: introduce new format of cipher with "capi:" prefix
by Milan Broz
· 8 years ago
e889f97
dm crypt: factor IV constructor out to separate function
by Milan Broz
· 8 years ago
ef43aa3
dm crypt: add cryptographic data integrity protection (authenticated encryption)
by Milan Broz
· 8 years ago
0837e49
KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()
by David Howells
· 8 years ago
42e1b14
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
f5b0cba
dm crypt: replace RCU read-side section with rwsem
by Ondrej Kozina
· 8 years ago
642fa44
sched/core: Remove set_task_state()
by Davidlohr Bueso
· 8 years ago
775a2e2
Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 8 years ago
027c431
dm crypt: reject key strings containing whitespace chars
by Ondrej Kozina
· 8 years ago
c538f6e
dm crypt: add ability to use keys from the kernel key retention service
by Ondrej Kozina
· 8 years ago
1b1b58f
dm crypt: constify crypt_iv_operations structures
by Julia Lawall
· 9 years ago
671ea6b
dm crypt: rename crypt_setkey_allcpus to crypt_setkey
by Mikulas Patocka
· 8 years ago
265e909
dm crypt: mark key as invalid until properly loaded
by Ondrej Kozina
· 8 years ago
0dae7fe
dm crypt: use bio_add_page()
by Ming Lei
· 8 years ago
ef295ec
block: better op and flags encoding
by Christoph Hellwig
· 8 years ago
48915c2
Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 8 years ago
513a4be
Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
f659b10
dm crypt: fix crash on exit
by Rabin Vincent
· 8 years ago
4382e33
block, dm-crypt, btrfs: Introduce bio_flags()
by Bart Van Assche
· 8 years ago
5d0be84
dm crypt: fix free of bad values after tfm allocation failure
by Eric Biggers
· 8 years ago
4e870e9
dm crypt: fix error with too large bios
by Mikulas Patocka
· 8 years ago
0a83df6
dm crypt: increase mempool reserve to better support swapping
by Mikulas Patocka
· 8 years ago
1eff9d3
block: rename bio bi_rw to bi_opf
by Jens Axboe
· 8 years ago
350b539
dm crypt: Fix sparse complaints
by Bart Van Assche
· 9 years ago
Next »