| Age | Commit message (Expand) | Author | Files | Lines |
| 9 days | fscrypt: Fix key setup in edge case with multiple data unit sizes | Eric Biggers | 1 | -7/+1 |
| 2026-03-09 | fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx | Christoph Hellwig | 1 | -3/+3 |
| 2026-03-09 | fscrypt: pass a byte offset to fscrypt_mergeable_bio | Christoph Hellwig | 1 | -3/+3 |
| 2026-03-09 | fscrypt: pass a byte offset to fscrypt_generate_dun | Christoph Hellwig | 1 | -6/+4 |
| 2026-03-09 | fscrypt: move fscrypt_set_bio_crypt_ctx_bh to buffer.c | Christoph Hellwig | 1 | -45/+0 |
| 2026-03-09 | ext4, fscrypt: merge fscrypt_mergeable_bio_bh into io_submit_need_new_bio | Christoph Hellwig | 1 | -23/+0 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -2/+2 |
| 2025-11-04 | fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT | Yongpeng Yang | 1 | -2/+1 |
| 2025-08-21 | fscrypt: replace raw loads of info pointer with helper function | Eric Biggers | 1 | -5/+7 |
| 2025-06-20 | fscrypt: Explicitly include <linux/export.h> | Eric Biggers | 1 | -0/+1 |
| 2025-04-08 | fscrypt: add support for hardware-wrapped keys | Eric Biggers | 1 | -6/+38 |
| 2025-02-10 | blk-crypto: add basic hardware-wrapped key support | Eric Biggers | 1 | -1/+3 |
| 2024-05-05 | fscrypt: convert bh_get_inode_and_lblk_num to use a folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2023-10-08 | fscrypt: rename fscrypt_info => fscrypt_inode_info | Josef Bacik | 1 | -6/+7 |
| 2023-09-25 | fscrypt: support crypto data unit size less than filesystem block size | Eric Biggers | 1 | -5/+9 |
| 2023-09-25 | fscrypt: compute max_lblk_bits from s_maxbytes and block size | Eric Biggers | 1 | -5/+2 |
| 2022-11-21 | blk-crypto: add a blk_crypto_config_supported_natively helper | Christoph Hellwig | 1 | -4/+2 |
| 2022-11-21 | blk-crypto: don't use struct request_queue for public interfaces | Christoph Hellwig | 1 | -5/+3 |
| 2022-10-03 | Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -25/+24 |
| 2022-09-21 | fscrypt: work on block_devices instead of request_queues | Christoph Hellwig | 1 | -40/+41 |
| 2022-09-21 | fscrypt: stop holding extra request_queue references | Eric Biggers | 1 | -49/+43 |
| 2022-09-11 | fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN | Eric Biggers | 1 | -25/+24 |
| 2022-04-13 | fscrypt: log when starting to use inline encryption | Eric Biggers | 1 | -1/+32 |
| 2022-02-08 | fscrypt: add functions for direct I/O support | Eric Biggers | 1 | -0/+93 |
| 2020-11-11 | fscrypt: fix inline encryption not used on new files | Eric Biggers | 1 | -1/+1 |
| 2020-09-22 | fscrypt: stop pretending that key setup is nofs-safe | Eric Biggers | 1 | -5/+2 |
| 2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 1 | -2/+3 |
| 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 fscrypt_prepared_key | Eric Biggers | 1 | -2/+4 |
| 2020-07-08 | fscrypt: add inline encryption support | Satya Tangirala | 1 | -0/+364 |