| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-05-03 | 1 | -241/+1012 |
|\ |
|
| * | dm crypt: replace custom implementation of hex2bin() | Andy Shevchenko | 2017-04-27 | 1 | -25/+2 |
| * | dm crypt: remove obsolete references to per-CPU state | Eric Biggers | 2017-04-25 | 1 | -8/+8 |
| * | dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues | Tim Murray | 2017-04-24 | 1 | -3/+4 |
| * | dm crypt: rewrite (wipe) key in crypto layer using random data | Ondrej Kozina | 2017-04-24 | 1 | -2/+6 |
| * | dm crypt: fix large block integrity support | Mikulas Patocka | 2017-04-24 | 1 | -6/+12 |
| * | dm crypt: use shifts instead of sector_div | Mikulas Patocka | 2017-03-24 | 1 | -7/+10 |
| * | dm crypt: optionally support larger encryption sector size | Milan Broz | 2017-03-24 | 1 | -23/+82 |
| * | dm crypt: introduce new format of cipher with "capi:" prefix | Milan Broz | 2017-03-24 | 1 | -82/+193 |
| * | dm crypt: factor IV constructor out to separate function | Milan Broz | 2017-03-24 | 1 | -61/+69 |
| * | dm crypt: add cryptographic data integrity protection (authenticated encryption) | Milan Broz | 2017-03-24 | 1 | -140/+742 |
* | | block: remove the discard_zeroes_data flag | Christoph Hellwig | 2017-04-08 | 1 | -1/+0 |
|/ |
|
* | KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload() | David Howells | 2017-03-02 | 1 | -1/+1 |
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-02-20 | 1 | -2/+2 |
|\ |
|
| * | sched/core: Remove set_task_state() | Davidlohr Bueso | 2017-01-14 | 1 | -2/+2 |
* | | dm crypt: replace RCU read-side section with rwsem | Ondrej Kozina | 2017-02-03 | 1 | -4/+4 |
|/ |
|
* | Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-12-14 | 1 | -33/+181 |
|\ |
|
| * | dm crypt: reject key strings containing whitespace chars | Ondrej Kozina | 2016-12-08 | 1 | -0/+18 |
| * | dm crypt: add ability to use keys from the kernel key retention service | Ondrej Kozina | 2016-12-08 | 1 | -13/+146 |
| * | dm crypt: constify crypt_iv_operations structures | Julia Lawall | 2016-11-21 | 1 | -8/+8 |
| * | dm crypt: rename crypt_setkey_allcpus to crypt_setkey | Mikulas Patocka | 2016-11-21 | 1 | -3/+3 |
| * | dm crypt: mark key as invalid until properly loaded | Ondrej Kozina | 2016-11-21 | 1 | -2/+5 |
| * | dm crypt: use bio_add_page() | Ming Lei | 2016-11-21 | 1 | -7/+1 |
* | | block: better op and flags encoding | Christoph Hellwig | 2016-10-28 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2016-10-09 | 1 | -14/+10 |
|\ |
|
| * | dm crypt: fix crash on exit | Rabin Vincent | 2016-09-22 | 1 | -14/+10 |
* | | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-10-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | block, dm-crypt, btrfs: Introduce bio_flags() | Bart Van Assche | 2016-09-14 | 1 | -1/+1 |
* | | dm crypt: fix free of bad values after tfm allocation failure | Eric Biggers | 2016-08-30 | 1 | -1/+1 |
* | | dm crypt: fix error with too large bios | Mikulas Patocka | 2016-08-30 | 1 | -0/+7 |
|/ |
|
* | dm crypt: increase mempool reserve to better support swapping | Mikulas Patocka | 2016-08-15 | 1 | -1/+1 |
* | block: rename bio bi_rw to bi_opf | Jens Axboe | 2016-08-07 | 1 | -2/+2 |
* | dm crypt: Fix sparse complaints | Bart Van Assche | 2016-07-01 | 1 | -2/+2 |
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie | 2016-06-07 | 1 | -3/+4 |
* | dm: use bio op accessors | Mike Christie | 2016-06-07 | 1 | -4/+4 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2016-03-17 | 1 | -45/+48 |
|\ |
|
| * | dm crypt: Use skcipher and ahash | Herbert Xu | 2016-01-27 | 1 | -45/+48 |
* | | dm: rename target's per_bio_data_size to per_io_data_size | Mike Snitzer | 2016-02-22 | 1 | -1/+1 |
|/ |
|
* | dm crypt: fix a possible hang due to race condition on exit | Mikulas Patocka | 2015-11-19 | 1 | -9/+13 |
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-06 | 1 | -3/+3 |
* | dm: drop NULL test before kmem_cache_destroy() and mempool_destroy() | Julia Lawall | 2015-10-31 | 1 | -4/+2 |
* | dm crypt: constrain crypt device's max_segment_size to PAGE_SIZE | Mike Snitzer | 2015-09-14 | 1 | -2/+15 |
* | Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2015-09-02 | 1 | -1/+3 |
|\ |
|
| * | dm: do not override error code returned from dm_get_device() | Vivek Goyal | 2015-08-12 | 1 | -1/+3 |
* | | block: kill merge_bvec_fn() completely | Kent Overstreet | 2015-08-13 | 1 | -16/+0 |
* | | block: don't access bio->bi_error after bio_put() | Sasha Levin | 2015-08-11 | 1 | -3/+5 |
* | | block: add a bi_error field to struct bio | Christoph Hellwig | 2015-07-29 | 1 | -8/+6 |
|/ |
|
* | dm crypt: add comments to better describe crypto processing logic | Milan Broz | 2015-05-29 | 1 | -6/+24 |
* | Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY" | Rabin Vincent | 2015-05-05 | 1 | -6/+6 |
* | dm crypt: fix missing error code return from crypt_ctr error path | Wei Yongjun | 2015-04-16 | 1 | -0/+1 |