aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-241/+1012
2017-04-27dm crypt: replace custom implementation of hex2bin()Andy Shevchenko1-25/+2
2017-04-25dm crypt: remove obsolete references to per-CPU stateEric Biggers1-8/+8
2017-04-24dm crypt: use WQ_HIGHPRI for the IO and crypt workqueuesTim Murray1-3/+4
2017-04-24dm crypt: rewrite (wipe) key in crypto layer using random dataOndrej Kozina1-2/+6
2017-04-24dm crypt: fix large block integrity supportMikulas Patocka1-6/+12
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-1/+0
2017-03-24dm crypt: use shifts instead of sector_divMikulas Patocka1-7/+10
2017-03-24dm crypt: optionally support larger encryption sector sizeMilan Broz1-23/+82
2017-03-24dm crypt: introduce new format of cipher with "capi:" prefixMilan Broz1-82/+193
2017-03-24dm crypt: factor IV constructor out to separate functionMilan Broz1-61/+69
2017-03-24dm crypt: add cryptographic data integrity protection (authenticated encryption)Milan Broz1-140/+742
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-1/+1
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-02-03dm crypt: replace RCU read-side section with rwsemOndrej Kozina1-4/+4
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso1-2/+2
2016-12-14Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-33/+181
2016-12-08dm crypt: reject key strings containing whitespace charsOndrej Kozina1-0/+18
2016-12-08dm crypt: add ability to use keys from the kernel key retention serviceOndrej Kozina1-13/+146
2016-11-21dm crypt: constify crypt_iv_operations structuresJulia Lawall1-8/+8
2016-11-21dm crypt: rename crypt_setkey_allcpus to crypt_setkeyMikulas Patocka1-3/+3
2016-11-21dm crypt: mark key as invalid until properly loadedOndrej Kozina1-2/+5
2016-11-21dm crypt: use bio_add_page()Ming Lei1-7/+1
2016-10-28block: better op and flags encodingChristoph Hellwig1-1/+1
2016-10-09Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-14/+10
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-09-22dm crypt: fix crash on exitRabin Vincent1-14/+10
2016-09-14block, dm-crypt, btrfs: Introduce bio_flags()Bart Van Assche1-1/+1
2016-08-30dm crypt: fix free of bad values after tfm allocation failureEric Biggers1-1/+1
2016-08-30dm crypt: fix error with too large biosMikulas Patocka1-0/+7
2016-08-15dm crypt: increase mempool reserve to better support swappingMikulas Patocka1-1/+1
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-2/+2
2016-07-01dm crypt: Fix sparse complaintsBart Van Assche1-2/+2
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-3/+4
2016-06-07dm: use bio op accessorsMike Christie1-4/+4
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-45/+48
2016-02-22dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer1-1/+1
2016-01-27dm crypt: Use skcipher and ahashHerbert Xu1-45/+48
2015-11-19dm crypt: fix a possible hang due to race condition on exitMikulas Patocka1-9/+13
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-3/+3
2015-10-31dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()Julia Lawall1-4/+2
2015-09-14dm crypt: constrain crypt device's max_segment_size to PAGE_SIZEMike Snitzer1-2/+15
2015-09-02Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-1/+3
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-16/+0
2015-08-12dm: do not override error code returned from dm_get_device()Vivek Goyal1-1/+3
2015-08-11block: don't access bio->bi_error after bio_put()Sasha Levin1-3/+5
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-8/+6
2015-05-29dm crypt: add comments to better describe crypto processing logicMilan Broz1-6/+24
2015-05-05Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"Rabin Vincent1-6/+6
2015-04-16dm crypt: fix missing error code return from crypt_ctr error pathWei Yongjun1-0/+1