summaryrefslogtreecommitdiff
path: root/fs/crypto
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: optimize fscrypt_initialize()Eric Biggers2023-04-063-9/+14
* fscrypt: use WARN_ON_ONCE instead of WARN_ONEric Biggers2023-03-278-25/+25
* fscrypt: new helper function - fscrypt_prepare_lookup_partial()Luís Henriques2023-03-271-0/+30
* fscrypt: check for NULL keyring in fscrypt_put_master_key_activeref()Eric Biggers2023-03-181-0/+2
* fscrypt: improve fscrypt_destroy_keyring() documentationEric Biggers2023-03-181-10/+11
* Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds2023-02-202-19/+19
|\
| * fscrypt: support decrypting data from large foliosEric Biggers2023-01-282-19/+19
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2023-02-204-23/+33
|\ \
| * | fscrypt: clean up fscrypt_add_test_dummy_key()Eric Biggers2023-02-073-22/+11
| * | fscrypt: add the test dummy encryption key on-demandEric Biggers2023-02-073-4/+25
| |/
* | fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-9/+5
|\
| * blk-crypto: add a blk_crypto_config_supported_natively helperChristoph Hellwig2022-11-211-4/+2
| * blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig2022-11-211-5/+3
* | fscrypt: Add SM4 XTS/CTS symmetric algorithm supportTianjia Zhang2022-12-012-0/+20
* | fscrypt: add comment for fscrypt_valid_enc_modes_v1()Eric Biggers2022-11-251-0/+7
* | fscrypt: pass super_block to fscrypt_put_master_key_activeref()Eric Biggers2022-11-153-18/+11
* | fscrypt: fix keyring memory leak on mount failureEric Biggers2022-10-191-6/+11
|/
* Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-031-25/+24
|\
| * fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers2022-09-111-25/+24
* | fscrypt: work on block_devices instead of request_queuesChristoph Hellwig2022-09-211-40/+41
* | fscrypt: stop holding extra request_queue referencesEric Biggers2022-09-215-60/+64
* | fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers2022-09-215-307/+349
* | fscrypt: stop using PG_error to track error statusEric Biggers2022-09-061-6/+10
* | fscrypt: remove fscrypt_set_test_dummy_encryption()Eric Biggers2022-08-221-13/+0
|/
* Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-08-114-21/+65
|\
| * fscrypt: add fscrypt_context_for_new_inodeJeff Layton2022-08-031-6/+29
| * fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_sizeJeff Layton2022-08-033-15/+36
* | fscrypt: Add HCTR2 support for filename encryptionNathan Huckleberry2022-06-103-4/+19
|/
* fscrypt: add new helper functions for test_dummy_encryptionEric Biggers2022-05-093-68/+112
* fscrypt: factor out fscrypt_policy_to_key_spec()Eric Biggers2022-05-093-17/+25
* fscrypt: log when starting to use inline encryptionEric Biggers2022-04-133-3/+36
* fscrypt: split up FS_CRYPTO_BLOCK_SIZEEric Biggers2022-04-132-7/+14
* fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-011-1/+1
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2022-03-222-0/+101
|\
| * fscrypt: add functions for direct I/O supportEric Biggers2022-02-082-0/+101
* | block: pass a block_device and opf to bio_resetChristoph Hellwig2022-02-021-6/+2
* | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-6/+7
|/
* fscrypt: improve a few commentsEric Biggers2021-10-252-3/+13
* fscrypt: allow 256-bit master keys with AES-256-XTSEric Biggers2021-09-223-17/+56
* fscrypt: clean up comments in bio.cEric Biggers2021-09-201-15/+17
* fscrypt: remove fscrypt_operations::max_namelenEric Biggers2021-09-201-2/+1
* fscrypt: align Base64 encoding with RFC 4648 base64urlEric Biggers2021-07-251-41/+65
* fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers2021-07-251-0/+44
* fscrypt: fix derivation of SipHash keys on big endian CPUsEric Biggers2021-06-051-8/+32
* fscrypt: don't ignore minor_hash when hash is 0Eric Biggers2021-06-051-7/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-04-261-8/+22
|\
| * fscrypt: relax Kconfig dependencies for crypto API algorithmsArd Biesheuvel2021-04-221-8/+22
* | block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-3/+3
|/
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1