summaryrefslogtreecommitdiffstats
path: root/fs/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-9/+5
2022-12-01fscrypt: Add SM4 XTS/CTS symmetric algorithm supportTianjia Zhang2-0/+20
2022-11-25fscrypt: add comment for fscrypt_valid_enc_modes_v1()Eric Biggers1-0/+7
2022-11-21blk-crypto: add a blk_crypto_config_supported_natively helperChristoph Hellwig1-4/+2
2022-11-21blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig1-5/+3
2022-11-15fscrypt: pass super_block to fscrypt_put_master_key_activeref()Eric Biggers3-18/+11
2022-10-19fscrypt: fix keyring memory leak on mount failureEric Biggers1-6/+11
2022-10-03Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-25/+24
2022-09-21fscrypt: work on block_devices instead of request_queuesChristoph Hellwig1-40/+41
2022-09-21fscrypt: stop holding extra request_queue referencesEric Biggers5-60/+64
2022-09-21fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers5-307/+349
2022-09-11fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers1-25/+24
2022-09-06fscrypt: stop using PG_error to track error statusEric Biggers1-6/+10
2022-08-22fscrypt: remove fscrypt_set_test_dummy_encryption()Eric Biggers1-13/+0
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds4-21/+65
2022-08-03fscrypt: add fscrypt_context_for_new_inodeJeff Layton1-6/+29
2022-08-03fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_sizeJeff Layton3-15/+36
2022-06-10fscrypt: Add HCTR2 support for filename encryptionNathan Huckleberry3-4/+19
2022-05-09fscrypt: add new helper functions for test_dummy_encryptionEric Biggers3-68/+112
2022-05-09fscrypt: factor out fscrypt_policy_to_key_spec()Eric Biggers3-17/+25
2022-04-13fscrypt: log when starting to use inline encryptionEric Biggers3-3/+36
2022-04-13fscrypt: split up FS_CRYPTO_BLOCK_SIZEEric Biggers2-7/+14
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)1-1/+1
2022-03-22Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2-0/+101
2022-02-08fscrypt: add functions for direct I/O supportEric Biggers2-0/+101
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig1-6/+2
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-6/+7
2021-10-25fscrypt: improve a few commentsEric Biggers2-3/+13
2021-09-22fscrypt: allow 256-bit master keys with AES-256-XTSEric Biggers3-17/+56
2021-09-20fscrypt: clean up comments in bio.cEric Biggers1-15/+17
2021-09-20fscrypt: remove fscrypt_operations::max_namelenEric Biggers1-2/+1
2021-07-25fscrypt: align Base64 encoding with RFC 4648 base64urlEric Biggers1-41/+65
2021-07-25fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers1-0/+44
2021-06-05fscrypt: fix derivation of SipHash keys on big endian CPUsEric Biggers1-8/+32
2021-06-05fscrypt: don't ignore minor_hash when hash is 0Eric Biggers1-7/+3
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-8/+22
2021-04-22fscrypt: relax Kconfig dependencies for crypto API algorithmsArd Biesheuvel1-8/+22
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-3/+3
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-6/+0
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+2
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg3-6/+0
2020-12-02fscrypt: allow deleting files with unsupported encryption policyEric Biggers5-16/+41
2020-12-02fscrypt: unexport fscrypt_get_encryption_info()Eric Biggers2-1/+2
2020-12-02fscrypt: move fscrypt_require_key() to fscrypt_private.hEric Biggers1-0/+26
2020-12-02fscrypt: move body of fscrypt_prepare_setattr() out-of-lineEric Biggers1-0/+8
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers1-0/+6
2020-11-24fscrypt: simplify master key lockingEric Biggers4-34/+21
2020-11-24fscrypt: remove unnecessary calls to fscrypt_require_key()Eric Biggers1-18/+8
2020-11-24fscrypt: add fscrypt_is_nokey_name()Eric Biggers1-2/+3