summaryrefslogtreecommitdiffstats
path: root/fs/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-173-6/+0
|\
| * fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-023-6/+0
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-142-2/+2
|\ \
| * | crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-202-2/+2
| |/
* | fscrypt: allow deleting files with unsupported encryption policyEric Biggers2020-12-025-16/+41
* | fscrypt: unexport fscrypt_get_encryption_info()Eric Biggers2020-12-022-1/+2
* | fscrypt: move fscrypt_require_key() to fscrypt_private.hEric Biggers2020-12-021-0/+26
* | fscrypt: move body of fscrypt_prepare_setattr() out-of-lineEric Biggers2020-12-021-0/+8
* | fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers2020-12-021-0/+6
* | fscrypt: simplify master key lockingEric Biggers2020-11-244-34/+21
* | fscrypt: remove unnecessary calls to fscrypt_require_key()Eric Biggers2020-11-241-18/+8
* | fscrypt: add fscrypt_is_nokey_name()Eric Biggers2020-11-241-2/+3
* | fscrypt: remove kernel-internal constants from UAPI headerEric Biggers2020-11-164-6/+14
* | fscrypt: fix inline encryption not used on new filesEric Biggers2020-11-111-1/+1
* | fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key()Eric Biggers2020-11-061-3/+1
|/
* fscrypt: export fscrypt_d_revalidate()Eric Biggers2020-09-281-1/+2
* fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEEric Biggers2020-09-232-5/+4