Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
783874b050768d361239e444ba0fa396bb6d463f
/
drivers
/
md
/
dm-crypt.c
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
28a8f0d
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
by Mike Christie
· 9 years ago
e604714
dm: use bio op accessors
by Mike Christie
· 9 years ago
7047737
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
30187e1
dm: rename target's per_bio_data_size to per_io_data_size
by Mike Snitzer
· 9 years ago
bbdb23b
dm crypt: Use skcipher and ahash
by Herbert Xu
· 9 years ago
bcbd94f
dm crypt: fix a possible hang due to race condition on exit
by Mikulas Patocka
· 9 years ago
d0164ad
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
by Mel Gorman
· 9 years ago
6f65985
dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()
by Julia Lawall
· 9 years ago
586b286
dm crypt: constrain crypt device's max_segment_size to PAGE_SIZE
by Mike Snitzer
· 9 years ago
1e1a4e8
Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 9 years ago
8ae1266
block: kill merge_bvec_fn() completely
by Kent Overstreet
· 10 years ago
e80d1c8
dm: do not override error code returned from dm_get_device()
by Vivek Goyal
· 9 years ago
9b81c84
block: don't access bio->bi_error after bio_put()
by Sasha Levin
· 9 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
54cea3f
dm crypt: add comments to better describe crypto processing logic
by Milan Broz
· 10 years ago
c0403ec
Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"
by Rabin Vincent
· 10 years ago
44c144f
dm crypt: fix missing error code return from crypt_ctr error path
by Wei Yongjun
· 10 years ago
0618764
dm crypt: fix deadlock when async crypto algorithm returns -EBUSY
by Ben Collins
· 10 years ago
5977907
dm crypt: leverage immutable biovecs when decrypting on read
by Mike Snitzer
· 10 years ago
e44f23b
dm crypt: update URLs to new cryptsetup project page
by Milan Broz
· 10 years ago
b3c5fd3
dm crypt: sort writes
by Mikulas Patocka
· 10 years ago
0f5d8e6
dm crypt: add 'submit_from_crypt_cpus' option
by Mikulas Patocka
· 10 years ago
dc26762
dm crypt: offload writes to thread
by Mikulas Patocka
· 10 years ago
94f5e02
dm crypt: remove unused io_pool and _crypt_io_pool
by Mikulas Patocka
· 10 years ago
7145c24
dm crypt: avoid deadlock in mempools
by Mikulas Patocka
· 10 years ago
cf2f1ab
dm crypt: don't allocate pages for a partial request
by Mikulas Patocka
· 10 years ago
f3396c58
dm crypt: use unbound workqueue for request processing
by Mikulas Patocka
· 10 years ago
140dfc9
Merge tag 'dm-3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
1a71d6f
dm crypt: use memzero_explicit for on-stack buffer
by Milan Broz
· 10 years ago
b610626
crypto, dm: LLVMLinux: Remove VLAIS usage from dm-crypt
by Jan-Simon Möller
· 13 years ago
d49ec52
dm crypt: fix access beyond the end of allocated space
by Mikulas Patocka
· 10 years ago
298a9fa
dm crypt: use per-bio data
by Mikulas Patocka
· 11 years ago
bf14299
dm crypt, dm zero: update author name following legal name change
by Jana Saout
· 11 years ago
610f2de
dm crypt: fix cpu hotplug crash by removing per-cpu structure
by Mikulas Patocka
· 11 years ago
003b5c5
block: Convert drivers to immutable biovecs
by Kent Overstreet
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
ed04d98
dm crypt: add TCW IV mode for old CBC TCRYPT containers
by Milan Broz
· 11 years ago
da31a07
dm crypt: properly handle extra key string in initialization
by Milan Broz
· 11 years ago
670368a
dm: stop using WQ_NON_REENTRANT
by Tejun Heo
· 11 years ago
cb34e05
block: Convert some code to bio_for_each_segment_all()
by Kent Overstreet
· 12 years ago
55a62ee
dm: rename request variables to bios
by Alasdair G Kergon
· 12 years ago
fd7c092
dm: fix truncated status strings
by Mikulas Patocka
· 12 years ago
7de3ee5
dm: remove map_info
by Mikulas Patocka
· 12 years ago
bf800ef
block: Add bio_clone_bioset(), bio_clone_kmalloc()
by Kent Overstreet
· 12 years ago
395c72a
block: Generalized bio pool freeing
by Kent Overstreet
· 12 years ago
1f4e0ff
dm thin: commit before gathering status
by Alasdair G Kergon
· 12 years ago
0ac5548
dm: use bool bitfields in struct dm_target
by Alasdair G Kergon
· 12 years ago
c66029f
dm crypt: rename struct convert_context sector field
by Mikulas Patocka
· 12 years ago
49a8a92
dm crypt: store crypt_config instead of dm_target struct
by Alasdair G Kergon
· 12 years ago
fd2d231
dm crypt: move cipher data out of per_cpu struct
by Mikulas Patocka
· 12 years ago
40b6229
dm crypt: rename pending field
by Mikulas Patocka
· 12 years ago
1a66a08
dm: replace simple_strtoul
by majianpeng
· 12 years ago
31998ef
dm: reject trailing characters in sccanf input
by Mikulas Patocka
· 13 years ago
Next »