Age | Commit message (Expand) | Author |
2022-04-01 | fs: Remove ->readpages address space operation | Matthew Wilcox (Oracle) |
2022-03-22 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds |
2022-02-08 | fscrypt: add functions for direct I/O support | Eric Biggers |
2022-02-02 | block: pass a block_device and opf to bio_reset | Christoph Hellwig |
2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig |
2021-10-25 | fscrypt: improve a few comments | Eric Biggers |
2021-09-22 | fscrypt: allow 256-bit master keys with AES-256-XTS | Eric Biggers |
2021-09-20 | fscrypt: clean up comments in bio.c | Eric Biggers |
2021-09-20 | fscrypt: remove fscrypt_operations::max_namelen | Eric Biggers |
2021-07-25 | fscrypt: align Base64 encoding with RFC 4648 base64url | Eric Biggers |
2021-07-25 | fscrypt: add fscrypt_symlink_getattr() for computing st_size | Eric Biggers |
2021-06-05 | fscrypt: fix derivation of SipHash keys on big endian CPUs | Eric Biggers |
2021-06-05 | fscrypt: don't ignore minor_hash when hash is 0 | Eric Biggers |
2021-04-26 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2021-04-22 | fscrypt: relax Kconfig dependencies for crypto API algorithms | Ard Biesheuvel |
2021-03-11 | block: rename BIO_MAX_PAGES to BIO_MAX_VECS | Christoph Hellwig |
2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner |
2020-12-17 | Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-12-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2020-12-02 | fscrypt: Have filesystems handle their d_ops | Daniel Rosenberg |
2020-12-02 | fscrypt: allow deleting files with unsupported encryption policy | Eric Biggers |
2020-12-02 | fscrypt: unexport fscrypt_get_encryption_info() | Eric Biggers |
2020-12-02 | fscrypt: move fscrypt_require_key() to fscrypt_private.h | Eric Biggers |
2020-12-02 | fscrypt: move body of fscrypt_prepare_setattr() out-of-line | Eric Biggers |
2020-12-02 | fscrypt: introduce fscrypt_prepare_readdir() | Eric Biggers |
2020-11-24 | fscrypt: simplify master key locking | Eric Biggers |
2020-11-24 | fscrypt: remove unnecessary calls to fscrypt_require_key() | Eric Biggers |
2020-11-24 | fscrypt: add fscrypt_is_nokey_name() | Eric Biggers |
2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers |
2020-11-16 | fscrypt: remove kernel-internal constants from UAPI header | Eric Biggers |
2020-11-11 | fscrypt: fix inline encryption not used on new files | Eric Biggers |
2020-11-06 | fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key() | Eric Biggers |
2020-09-28 | fscrypt: export fscrypt_d_revalidate() | Eric Biggers |
2020-09-23 | fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAME | Eric Biggers |
2020-09-23 | fscrypt: don't call no-key names "ciphertext names" | Eric Biggers |
2020-09-22 | fscrypt: use sha256() instead of open coding | Eric Biggers |
2020-09-22 | fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *' | Eric Biggers |
2020-09-22 | fscrypt: handle test_dummy_encryption in more logical way | Eric Biggers |
2020-09-22 | fscrypt: move fscrypt_prepare_symlink() out-of-line | Eric Biggers |
2020-09-22 | fscrypt: make "#define fscrypt_policy" user-only | Eric Biggers |
2020-09-22 | fscrypt: stop pretending that key setup is nofs-safe | Eric Biggers |
2020-09-22 | fscrypt: require that fscrypt_encrypt_symlink() already has key | Eric Biggers |
2020-09-22 | fscrypt: remove fscrypt_inherit_context() | Eric Biggers |
2020-09-22 | fscrypt: adjust logging for in-creation inodes | Eric Biggers |
2020-09-22 | fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context() | Eric Biggers |
2020-09-07 | fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32 | Eric Biggers |
2020-09-07 | fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer | Jeff Layton |
2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long |
2020-07-30 | fscrypt: don't load ->i_crypt_info before it's known to be valid | Eric Biggers |
2020-07-21 | fscrypt: use smp_load_acquire() for ->i_crypt_info | Eric Biggers |