Linux FSCRYPT development
 help / color / mirror / Atom feed
 messages from 2026-03-03 11:31:58 to 2026-05-13 10:04:53 UTC [more...]

[PATCH 0/3] f2fs: support encrypted inline data
 2026-05-13 10:04 UTC  (2+ messages)
` [PATCH 1/3] fscrypt: prepare software keys for filesystem-managed data units

[PATCH v7 00/43] btrfs: add fscrypt support
 2026-05-13  8:53 UTC  (44+ messages)
` [PATCH v7 01/43] fscrypt: add per-extent encryption support
` [PATCH v7 02/43] fscrypt: allow inline encryption for extent based encryption
` [PATCH v7 03/43] fscrypt: add a __fscrypt_file_open helper
` [PATCH v7 04/43] fscrypt: conditionally don't wipe mk secret until the last active user is done
` [PATCH v7 05/43] blk-crypto: add a process bio callback
` [PATCH v7 06/43] fscrypt: add a process_bio hook to fscrypt_operations
` [PATCH v7 07/43] fscrypt: expose fscrypt_nokey_name
` [PATCH v7 08/43] fscrypt: add documentation about extent encryption
` [PATCH v7 09/43] btrfs: add infrastructure for safe em freeing
` [PATCH v7 10/43] btrfs: start using fscrypt hooks
` [PATCH v7 11/43] btrfs: add inode encryption contexts
` [PATCH v7 12/43] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v7 13/43] btrfs: adapt readdir for encrypted and nokey names
` [PATCH v7 14/43] btrfs: handle "
` [PATCH v7 15/43] btrfs: implement fscrypt ioctls
` [PATCH v7 16/43] btrfs: select encryption dependencies if FS_ENCRYPTION
` [PATCH v7 17/43] btrfs: add get_devices hook for fscrypt
` [PATCH v7 18/43] btrfs: set file extent encryption excplicitly
` [PATCH v7 19/43] btrfs: add fscrypt_info and encryption_type to extent_map
` [PATCH v7 20/43] btrfs: add fscrypt_info and encryption_type to ordered_extent
` [PATCH v7 21/43] btrfs: plumb through setting the fscrypt_info for ordered extents
` [PATCH v7 22/43] btrfs: populate the ordered_extent with the fscrypt context
` [PATCH v7 23/43] btrfs: keep track of fscrypt info and orig_start for dio reads
` [PATCH v7 24/43] btrfs: add extent encryption context tree item type
` [PATCH v7 25/43] btrfs: pass through fscrypt_extent_info to the file extent helpers
` [PATCH v7 26/43] btrfs: implement the fscrypt extent encryption hooks
` [PATCH v7 27/43] btrfs: setup fscrypt_extent_info for new extents
` [PATCH v7 28/43] btrfs: populate ordered_extent with the orig offset
` [PATCH v7 29/43] btrfs: set the bio fscrypt context when applicable
` [PATCH v7 30/43] btrfs: add a bio argument to btrfs_csum_one_bio
` [PATCH v7 31/43] btrfs: limit encrypted writes to 256 segments
` [PATCH v7 32/43] btrfs: implement process_bio cb for fscrypt
` [PATCH v7 33/43] btrfs: implement read repair for encryption
` [PATCH v7 34/43] btrfs: add test_dummy_encryption support
` [PATCH v7 35/43] btrfs: make btrfs_ref_to_path handle encrypted filenames
` [PATCH v7 36/43] btrfs: deal with encrypted symlinks in send
` [PATCH v7 37/43] btrfs: decrypt file names for send
` [PATCH v7 38/43] btrfs: load the inode context before sending writes
` [PATCH v7 39/43] btrfs: set the appropriate free space settings in reconfigure
` [PATCH v7 40/43] btrfs: support encryption with log replay
` [PATCH v7 41/43] btrfs: disable auto defrag on encrypted files
` [PATCH v7 42/43] btrfs: disable encryption on RAID5/6
` [PATCH v7 43/43] btrfs: disable send if we have encryption enabled

[GIT PULL] fscrypt updates for 6.7
 2026-05-01  4:52 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] fscrypt: add software key support for filesystem-managed data
 2026-04-23 10:41 UTC  (3+ messages)

[PATCH v6 00/43] btrfs: add fscrypt support
 2026-04-23  6:45 UTC  (33+ messages)
` [PATCH v6 01/43] fscrypt: add per-extent encryption support
` [PATCH v6 24/43] btrfs: add extent encryption context tree item type
` [PATCH v6 28/43] btrfs: populate ordered_extent with the orig offset
` [PATCH v6 32/43] btrfs: implement process_bio cb for fscrypt
` [PATCH v6 33/43] btrfs: implement read repair for encryption
` [PATCH v6 35/43] btrfs: make btrfs_ref_to_path handle encrypted filenames
` [PATCH v6 42/43] btrfs: disable encryption on RAID5/6

[GIT PULL] fscrypt updates for 7.1
 2026-04-14  0:37 UTC  (2+ messages)

[BUG] f2fs/fscrypt: KASAN: null-ptr-deref in fscrypt_decrypt_pagecache_blocks
 2026-03-29  0:44 UTC 

[PATCH v2] crypto: tegra - Add missing CRYPTO_ALG_ASYNC
 2026-03-26  9:13 UTC  (2+ messages)

[PATCH] fscrypt: use AES library for v1 key derivation
 2026-03-25 19:09 UTC  (2+ messages)

[GIT PULL] fsverity updates for 6.3
 2026-03-24 17:32 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] crypto: tegra - Add missing CRYPTO_ALG_ASYNC
 2026-03-16  5:00 UTC  (3+ messages)

[Bug report][xfstests ext4/024 crash on ext4&fscrypt] kernel BUG at lib/list_debug.c:32!
 2026-03-14 17:04 UTC  (2+ messages)

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-09 20:50 UTC  (31+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 03/12] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v3 04/12] vfs: widen trace event i_ino fields "
` [PATCH v3 05/12] cachefiles: "
` [PATCH v3 06/12] ext2: "
` [PATCH v3 07/12] hugetlbfs: "
` [PATCH v3 08/12] zonefs: "
` [PATCH v3 09/12] ext4: "
` [PATCH v3 10/12] f2fs: "
` [PATCH v3 11/12] nilfs2: "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "

fscrypt API cleanups v3
 2026-03-09 20:43 UTC  (3+ messages)

[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
 2026-03-04 14:10 UTC  (58+ messages)
` [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [PATCH v2 003/110] audit: widen ino fields to u64
` [PATCH v2 007/110] ext4: use PRIino format for i_ino
` [PATCH v2 016/110] 9p: "
` [PATCH v2 053/110] uprobes: "
` [PATCH v2 061/110] ext4: replace PRIino with %llu/%llx format strings
` [PATCH v2 062/110] jbd2: "
` [PATCH v2 067/110] proc: "
` [PATCH v2 069/110] 9p: "
` [PATCH v2 082/110] ext2: "
` [PATCH v2 087/110] isofs: "
` [PATCH v2 090/110] minix: "
` [PATCH v2 092/110] ocfs2: "
` [PATCH v2 098/110] udf: "
` [PATCH v2 104/110] fsnotify: "
` [PATCH v2 105/110] security: "
` [PATCH v2 110/110] vfs: remove kino_t typedef and PRIino format macro

[syzbot] [fscrypt?] [f2fs?] memory leak in fscrypt_setup_filename
 2026-03-04  8:17 UTC  (5+ messages)

[PATCH] f2fs: remove unreachable code in f2fs_encrypt_one_page()
 2026-03-04  7:53 UTC  (2+ messages)

dropping the non-inline mode for fscrypt?
 2026-03-03 19:31 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox