| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-08-11 | Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 4 | -21/+65 |
| 2022-08-03 | fscrypt: add fscrypt_context_for_new_inode | Jeff Layton | 1 | -6/+29 |
| 2022-08-03 | fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size | Jeff Layton | 3 | -15/+36 |
| 2022-06-10 | fscrypt: Add HCTR2 support for filename encryption | Nathan Huckleberry | 3 | -4/+19 |
| 2022-05-09 | fscrypt: add new helper functions for test_dummy_encryption | Eric Biggers | 3 | -68/+112 |
| 2022-05-09 | fscrypt: factor out fscrypt_policy_to_key_spec() | Eric Biggers | 3 | -17/+25 |
| 2022-04-13 | fscrypt: log when starting to use inline encryption | Eric Biggers | 3 | -3/+36 |
| 2022-04-13 | fscrypt: split up FS_CRYPTO_BLOCK_SIZE | Eric Biggers | 2 | -7/+14 |
| 2022-04-01 | fs: Remove ->readpages address space operation | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-22 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 2 | -0/+101 |
| 2022-02-08 | fscrypt: add functions for direct I/O support | Eric Biggers | 2 | -0/+101 |
| 2022-02-02 | block: pass a block_device and opf to bio_reset | Christoph Hellwig | 1 | -6/+2 |
| 2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 1 | -6/+7 |
| 2021-10-25 | fscrypt: improve a few comments | Eric Biggers | 2 | -3/+13 |
| 2021-09-22 | fscrypt: allow 256-bit master keys with AES-256-XTS | Eric Biggers | 3 | -17/+56 |
| 2021-09-20 | fscrypt: clean up comments in bio.c | Eric Biggers | 1 | -15/+17 |
| 2021-09-20 | fscrypt: remove fscrypt_operations::max_namelen | Eric Biggers | 1 | -2/+1 |
| 2021-07-25 | fscrypt: align Base64 encoding with RFC 4648 base64url | Eric Biggers | 1 | -41/+65 |
| 2021-07-25 | fscrypt: add fscrypt_symlink_getattr() for computing st_size | Eric Biggers | 1 | -0/+44 |
| 2021-06-05 | fscrypt: fix derivation of SipHash keys on big endian CPUs | Eric Biggers | 1 | -8/+32 |
| 2021-06-05 | fscrypt: don't ignore minor_hash when hash is 0 | Eric Biggers | 1 | -7/+3 |
| 2021-04-26 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -8/+22 |
| 2021-04-22 | fscrypt: relax Kconfig dependencies for crypto API algorithms | Ard Biesheuvel | 1 | -8/+22 |
| 2021-03-11 | block: rename BIO_MAX_PAGES to BIO_MAX_VECS | Christoph Hellwig | 1 | -3/+3 |
| 2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+1 |
| 2020-12-17 | Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -6/+0 |
| 2020-12-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -2/+2 |
| 2020-12-02 | fscrypt: Have filesystems handle their d_ops | Daniel Rosenberg | 3 | -6/+0 |
| 2020-12-02 | fscrypt: allow deleting files with unsupported encryption policy | Eric Biggers | 5 | -16/+41 |
| 2020-12-02 | fscrypt: unexport fscrypt_get_encryption_info() | Eric Biggers | 2 | -1/+2 |
| 2020-12-02 | fscrypt: move fscrypt_require_key() to fscrypt_private.h | Eric Biggers | 1 | -0/+26 |
| 2020-12-02 | fscrypt: move body of fscrypt_prepare_setattr() out-of-line | Eric Biggers | 1 | -0/+8 |
| 2020-12-02 | fscrypt: introduce fscrypt_prepare_readdir() | Eric Biggers | 1 | -0/+6 |
| 2020-11-24 | fscrypt: simplify master key locking | Eric Biggers | 4 | -34/+21 |
| 2020-11-24 | fscrypt: remove unnecessary calls to fscrypt_require_key() | Eric Biggers | 1 | -18/+8 |
| 2020-11-24 | fscrypt: add fscrypt_is_nokey_name() | Eric Biggers | 1 | -2/+3 |
| 2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 2 | -2/+2 |
| 2020-11-16 | fscrypt: remove kernel-internal constants from UAPI header | Eric Biggers | 4 | -6/+14 |
| 2020-11-11 | fscrypt: fix inline encryption not used on new files | Eric Biggers | 1 | -1/+1 |
| 2020-11-06 | fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key() | Eric Biggers | 1 | -3/+1 |
| 2020-09-28 | fscrypt: export fscrypt_d_revalidate() | Eric Biggers | 1 | -1/+2 |
| 2020-09-23 | fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAME | Eric Biggers | 2 | -5/+4 |
| 2020-09-23 | fscrypt: don't call no-key names "ciphertext names" | Eric Biggers | 2 | -11/+11 |
| 2020-09-22 | fscrypt: use sha256() instead of open coding | Eric Biggers | 1 | -16/+7 |
| 2020-09-22 | fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *' | Eric Biggers | 1 | -14/+6 |
| 2020-09-22 | fscrypt: handle test_dummy_encryption in more logical way | Eric Biggers | 5 | -93/+100 |
| 2020-09-22 | fscrypt: move fscrypt_prepare_symlink() out-of-line | Eric Biggers | 1 | -4/+35 |
| 2020-09-22 | fscrypt: make "#define fscrypt_policy" user-only | Eric Biggers | 1 | -1/+0 |
| 2020-09-22 | fscrypt: stop pretending that key setup is nofs-safe | Eric Biggers | 3 | -10/+7 |
| 2020-09-22 | fscrypt: require that fscrypt_encrypt_symlink() already has key | Eric Biggers | 1 | -3/+7 |
| 2020-09-22 | fscrypt: remove fscrypt_inherit_context() | Eric Biggers | 1 | -37/+0 |
| 2020-09-22 | fscrypt: adjust logging for in-creation inodes | Eric Biggers | 2 | -3/+10 |
| 2020-09-22 | fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context() | Eric Biggers | 3 | -54/+206 |
| 2020-09-07 | fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32 | Eric Biggers | 1 | -2/+7 |
| 2020-09-07 | fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer | Jeff Layton | 2 | -5/+2 |
| 2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 3 | -7/+8 |
| 2020-07-30 | fscrypt: don't load ->i_crypt_info before it's known to be valid | Eric Biggers | 1 | -1/+2 |
| 2020-07-21 | fscrypt: use smp_load_acquire() for ->i_crypt_info | Eric Biggers | 2 | -3/+13 |
| 2020-07-21 | fscrypt: use smp_load_acquire() for ->s_master_keys | Eric Biggers | 1 | -3/+12 |
| 2020-07-21 | fscrypt: use smp_load_acquire() for fscrypt_prepared_key | Eric Biggers | 3 | -10/+17 |
| 2020-07-21 | fscrypt: switch fscrypt_do_sha256() to use the SHA-256 library | Eric Biggers | 2 | -32/+11 |
| 2020-07-21 | fscrypt: restrict IV_INO_LBLK_* to AES-256-XTS | Eric Biggers | 1 | -0/+14 |
| 2020-07-20 | fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZE | Eric Biggers | 5 | -14/+13 |
| 2020-07-20 | fscrypt: add comments that describe the HKDF info strings | Eric Biggers | 1 | -7/+7 |
| 2020-07-08 | fscrypt: add inline encryption support | Satya Tangirala | 10 | -47/+588 |
| 2020-06-01 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 7 | -163/+443 |
| 2020-05-19 | fscrypt: add support for IV_INO_LBLK_32 policies | Eric Biggers | 5 | -41/+126 |
| 2020-05-18 | fscrypt: make test_dummy_encryption use v2 by default | Eric Biggers | 1 | -1/+1 |
| 2020-05-18 | fscrypt: support test_dummy_encryption=v2 | Eric Biggers | 2 | -9/+131 |
| 2020-05-15 | fscrypt: add fscrypt_add_test_dummy_key() | Eric Biggers | 2 | -43/+77 |
| 2020-05-12 | fscrypt: remove unnecessary extern keywords | Eric Biggers | 1 | -43/+39 |
| 2020-05-12 | fscrypt: fix all kerneldoc warnings | Eric Biggers | 6 | -27/+70 |
| 2020-05-08 | fscrypt: use crypto_shash_tfm_digest() | Eric Biggers | 2 | -11/+2 |
| 2020-03-31 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 3 | -15/+42 |
| 2020-03-19 | fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl | Eric Biggers | 3 | -15/+42 |
| 2020-03-07 | fscrypt: don't evict dirty inodes after removing key | Eric Biggers | 1 | -0/+9 |
| 2020-01-22 | fscrypt: improve format of no-key names | Daniel Rosenberg | 2 | -51/+168 |
| 2020-01-22 | fscrypt: clarify what is meant by a per-file key | Eric Biggers | 3 | -24/+25 |
| 2020-01-22 | fscrypt: derive dirhash key for casefolded directories | Daniel Rosenberg | 4 | -14/+90 |
| 2020-01-22 | fscrypt: don't allow v1 policies with casefolding | Daniel Rosenberg | 2 | -0/+35 |
| 2020-01-22 | fscrypt: add "fscrypt_" prefix to fname_encrypt() | Eric Biggers | 3 | -8/+10 |
| 2020-01-22 | fscrypt: don't print name of busy file when removing key | Eric Biggers | 1 | -13/+2 |
| 2020-01-14 | fscrypt: document gfp_flags for bounce page allocation | Eric Biggers | 1 | -1/+6 |
| 2020-01-14 | fscrypt: optimize fscrypt_zeroout_range() | Eric Biggers | 1 | -31/+81 |
| 2019-12-31 | fscrypt: remove redundant bi_status check | Eric Biggers | 1 | -2/+0 |
| 2019-12-31 | fscrypt: Allow modular crypto algorithms | Herbert Xu | 1 | -7/+14 |
| 2019-12-31 | fscrypt: remove fscrypt_is_direct_key_policy() | Eric Biggers | 1 | -6/+0 |
| 2019-12-31 | fscrypt: move fscrypt_valid_enc_modes() to policy.c | Eric Biggers | 2 | -18/+17 |
| 2019-12-31 | fscrypt: check for appropriate use of DIRECT_KEY flag earlier | Eric Biggers | 4 | -30/+35 |
| 2019-12-31 | fscrypt: split up fscrypt_supported_policy() by policy version | Eric Biggers | 1 | -57/+59 |
| 2019-12-31 | fscrypt: move fscrypt_d_revalidate() to fname.c | Eric Biggers | 3 | -51/+50 |
| 2019-12-31 | fscrypt: constify inode parameter to filename encryption functions | Eric Biggers | 2 | -11/+11 |
| 2019-12-31 | fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand() | Eric Biggers | 2 | -2/+2 |
| 2019-12-31 | fscrypt: verify that the crypto_skcipher has the correct ivsize | Eric Biggers | 1 | -0/+4 |
| 2019-12-31 | fscrypt: use crypto_skcipher_driver_name() | Eric Biggers | 1 | -2/+1 |
| 2019-12-31 | fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY | Eric Biggers | 1 | -8/+124 |
| 2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 1 | -1/+1 |
| 2019-11-06 | fscrypt: add support for IV_INO_LBLK_64 policies | Eric Biggers | 5 | -18/+100 |
| 2019-11-06 | fscrypt: avoid data race on fscrypt_mode::logged_impl_name | Eric Biggers | 2 | -5/+3 |
| 2019-10-21 | fscrypt: zeroize fscrypt_info before freeing | Eric Biggers | 1 | -0/+1 |
| 2019-10-21 | fscrypt: remove struct fscrypt_ctx | Eric Biggers | 3 | -131/+10 |
| 2019-10-21 | fscrypt: invoke crypto API for ESSIV handling | Eric Biggers | 4 | -114/+11 |
| 2019-08-12 | fscrypt: require that key be added when setting a v2 encryption policy | Eric Biggers | 3 | -1/+63 |
| 2019-08-12 | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl | Eric Biggers | 1 | -5/+24 |
| 2019-08-12 | fscrypt: allow unprivileged users to add/remove keys for v2 policies | Eric Biggers | 3 | -33/+336 |
| 2019-08-12 | fscrypt: v2 encryption policy support | Eric Biggers | 7 | -185/+684 |
| 2019-08-12 | fscrypt: add an HKDF-SHA512 implementation | Eric Biggers | 4 | -0/+199 |
| 2019-08-12 | fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl | Eric Biggers | 1 | -0/+63 |
| 2019-08-12 | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl | Eric Biggers | 3 | -5/+411 |
| 2019-08-12 | fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl | Eric Biggers | 5 | -3/+391 |
| 2019-08-12 | fscrypt: rename keyinfo.c to keysetup.c | Eric Biggers | 3 | -2/+2 |
| 2019-08-12 | fscrypt: move v1 policy key setup to keysetup_v1.c | Eric Biggers | 4 | -322/+369 |
| 2019-08-12 | fscrypt: refactor key setup code in preparation for v2 policies | Eric Biggers | 2 | -112/+146 |
| 2019-08-12 | fscrypt: rename fscrypt_master_key to fscrypt_direct_key | Eric Biggers | 2 | -69/+68 |
| 2019-08-12 | fscrypt: add ->ci_inode to fscrypt_info | Eric Biggers | 2 | -0/+5 |
| 2019-08-12 | fscrypt: use FSCRYPT_* definitions, not FS_* | Eric Biggers | 5 | -43/+44 |
| 2019-08-12 | fscrypt: use ENOPKG when crypto API support missing | Eric Biggers | 1 | -9/+11 |
| 2019-08-12 | fscrypt: improve warnings for missing crypto API support | Eric Biggers | 1 | -5/+14 |
| 2019-08-12 | fscrypt: improve warning messages for unsupported encryption contexts | Eric Biggers | 1 | -3/+15 |
| 2019-08-12 | fscrypt: make fscrypt_msg() take inode instead of super_block | Eric Biggers | 5 | -35/+28 |
| 2019-08-12 | fscrypt: clean up base64 encoding/decoding | Eric Biggers | 1 | -17/+17 |
| 2019-08-12 | fscrypt: remove loadable module related code | Eric Biggers | 3 | -26/+1 |
| 2019-06-27 | fscrypt: remove selection of CONFIG_CRYPTO_SHA256 | Eric Biggers | 1 | -1/+0 |
| 2019-06-10 | fscrypt: remove unnecessary includes of ratelimit.h | Eric Biggers | 3 | -3/+0 |
| 2019-05-28 | fscrypt: don't set policy for a dead directory | Hongjie Fang | 1 | -0/+2 |
| 2019-05-28 | fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio() | Eric Biggers | 1 | -2/+2 |
| 2019-05-28 | fscrypt: support decrypting multiple filesystem blocks per page | Eric Biggers | 2 | -16/+33 |
| 2019-05-28 | fscrypt: introduce fscrypt_decrypt_block_inplace() | Eric Biggers | 1 | -4/+27 |
| 2019-05-28 | fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range() | Eric Biggers | 1 | -9/+6 |
| 2019-05-28 | fscrypt: support encrypting multiple filesystem blocks per page | Eric Biggers | 1 | -28/+39 |
| 2019-05-28 | fscrypt: introduce fscrypt_encrypt_block_inplace() | Eric Biggers | 1 | -19/+31 |
| 2019-05-28 | fscrypt: clean up some BUG_ON()s in block encryption/decryption | Eric Biggers | 1 | -6/+9 |
| 2019-05-28 | fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block() | Eric Biggers | 3 | -21/+20 |
| 2019-05-28 | fscrypt: remove the "write" part of struct fscrypt_ctx | Eric Biggers | 2 | -13/+12 |
| 2019-05-28 | fscrypt: simplify bounce page handling | Eric Biggers | 3 | -106/+40 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-07 | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 6 | -67/+119 |
| 2019-05-07 | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+1 |
| 2019-04-30 | block: remove the i argument to bio_for_each_segment_all | Christoph Hellwig | 1 | -2/+1 |
| 2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 1 | -1/+0 |
| 2019-04-17 | fscrypt: cache decrypted symlink target in ->i_link | Eric Biggers | 2 | -7/+54 |
| 2019-04-17 | fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext | Eric Biggers | 2 | -5/+7 |
| 2019-04-17 | fscrypt: only set dentry_operations on ciphertext dentries | Eric Biggers | 1 | -2/+1 |
| 2019-04-17 | fscrypt: fix race allowing rename() and link() of ciphertext dentries | Eric Biggers | 1 | -1/+11 |
| 2019-04-17 | fscrypt: clean up and improve dentry revalidation | Eric Biggers | 2 | -30/+32 |
| 2019-04-16 | fscrypt: use READ_ONCE() to access ->i_crypt_info | Eric Biggers | 4 | -8/+8 |
| 2019-04-16 | fscrypt: remove WARN_ON_ONCE() when decryption fails | Eric Biggers | 1 | -4/+2 |
| 2019-04-16 | fscrypt: drop inode argument from fscrypt_get_ctx() | Eric Biggers | 2 | -12/+6 |
| 2019-03-09 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 4 | -9/+7 |
| 2019-03-08 | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+2 |
| 2019-02-15 | block: allow bio_for_each_segment_all() to iterate over multi-page bvec | Ming Lei | 1 | -1/+2 |
| 2019-01-25 | crypto: clarify name of WEAK_KEY request flag | Eric Biggers | 1 | -2/+2 |
| 2019-01-23 | fscrypt: return -EXDEV for incompatible rename or link into encrypted dir | Eric Biggers | 2 | -5/+4 |
| 2019-01-23 | fscrypt: remove filesystem specific build config option | Chandan Rajendra | 2 | -3/+3 |
| 2019-01-23 | fscrypt: remove CRYPTO_CTR dependency | Eric Biggers | 1 | -1/+0 |
| 2019-01-06 | fscrypt: add Adiantum support | Eric Biggers | 5 | -110/+363 |
| 2018-09-04 | crypto: speck - remove Speck | Jason A. Donenfeld | 2 | -14/+0 |
| 2018-06-11 | Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 3 | -15/+29 |
| 2018-05-20 | fscrypt: log the crypto algorithm implementations | Eric Biggers | 1 | -34/+68 |
| 2018-05-20 | fscrypt: add Speck128/256 support | Eric Biggers | 2 | -0/+6 |
| 2018-05-20 | fscrypt: only derive the needed portion of the key | Eric Biggers | 1 | -23/+16 |
| 2018-05-20 | fscrypt: separate key lookup from key derivation | Eric Biggers | 1 | -47/+73 |
| 2018-05-20 | fscrypt: use a common logging function | Eric Biggers | 5 | -21/+57 |
| 2018-05-20 | fscrypt: remove internal key size constants | Eric Biggers | 2 | -20/+7 |
| 2018-05-20 | fscrypt: remove unnecessary check for non-logon key type | Eric Biggers | 1 | -6/+0 |
| 2018-05-20 | fscrypt: make fscrypt_operations.max_namelen an integer | Eric Biggers | 1 | -1/+1 |
| 2018-05-20 | fscrypt: drop empty name check from fname_decrypt() | Eric Biggers | 1 | -3/+0 |
| 2018-05-20 | fscrypt: drop max_namelen check from fname_decrypt() | Eric Biggers | 1 | -5/+2 |
| 2018-05-20 | fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info() | Eric Biggers | 1 | -1/+1 |
| 2018-05-20 | fscrypt: don't clear flags on crypto transform | Eric Biggers | 1 | -1/+0 |
| 2018-05-20 | fscrypt: remove stale comment from fscrypt_d_revalidate() | Eric Biggers | 1 | -1/+0 |
| 2018-05-20 | fscrypt: remove error messages for skcipher_request_alloc() failure | Eric Biggers | 2 | -13/+3 |
| 2018-05-20 | fscrypt: remove unnecessary NULL check when allocating skcipher | Eric Biggers | 1 | -2/+2 |
| 2018-05-20 | fscrypt: clean up after fscrypt_prepare_lookup() conversions | Eric Biggers | 2 | -1/+1 |
| 2018-05-20 | fscrypt: use unbound workqueue for decryption | Eric Biggers | 1 | -1/+10 |
| 2018-05-02 | fscrypt: allow synchronous bio decryption | Eric Biggers | 3 | -15/+29 |
| 2018-02-01 | fscrypt: fix build with pre-4.6 gcc versions | Eric Biggers | 1 | -1/+1 |
| 2018-01-11 | fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info() | Eric Biggers | 1 | -13/+3 |
| 2018-01-11 | fscrypt: fix up fscrypt_fname_encrypted_size() for internal use | Eric Biggers | 3 | -20/+22 |
| 2018-01-11 | fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names | Eric Biggers | 1 | -15/+14 |
| 2018-01-11 | fscrypt: calculate NUL-padding length in one place only | Eric Biggers | 3 | -35/+29 |
| 2018-01-11 | fscrypt: move fscrypt_symlink_data to fscrypt_private.h | Eric Biggers | 1 | -0/+9 |
| 2018-01-11 | fscrypt: remove fscrypt_fname_usr_to_disk() | Eric Biggers | 1 | -29/+0 |
| 2018-01-11 | fscrypt: new helper function - fscrypt_get_symlink() | Eric Biggers | 1 | -0/+73 |
| 2018-01-11 | fscrypt: new helper functions for ->symlink() | Eric Biggers | 3 | -3/+99 |
| 2018-01-11 | fscrypt: trim down fscrypt.h includes | Eric Biggers | 3 | -0/+3 |
| 2018-01-11 | fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c | Eric Biggers | 1 | -0/+11 |
| 2018-01-11 | fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h | Eric Biggers | 1 | -0/+14 |
| 2018-01-11 | fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h | Eric Biggers | 1 | -0/+1 |
| 2017-11-14 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 7 | -14/+123 |
| 2017-11-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 4 | -82/+13 |
| 2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 5 | -0/+5 |
| 2017-11-03 | fscrypt: move to generic async completion | Gilad Ben-Yossef | 4 | -82/+13 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 5 | -0/+5 |
| 2017-10-31 | fscrypt: lock mutex before checking for bounce page pool | Eric Biggers | 1 | -5/+2 |
| 2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -1/+1 |
| 2017-10-18 | fscrypt: new helper function - fscrypt_prepare_lookup() | Eric Biggers | 1 | -0/+18 |
| 2017-10-18 | fscrypt: new helper function - fscrypt_prepare_rename() | Eric Biggers | 1 | -0/+30 |