Linux FSCRYPT development
 help / color / mirror / Atom feed
 messages from 2026-01-09 06:08:34 to 2026-02-26 19:37:49 UTC [more...]

[PATCH 00/61] vfs: change inode->i_ino from unsigned long to u64
 2026-02-26 19:37 UTC  (80+ messages)
` [PATCH 01/61] vfs: widen inode hash/lookup functions "
` [PATCH 02/61] vfs: change i_ino from unsigned long "
` [PATCH 03/61] trace: update VFS-layer trace events for u64 i_ino
` [PATCH 04/61] ext4: update "
` [PATCH 05/61] jbd2: update format strings "
` [PATCH 06/61] f2fs: update "
` [PATCH 07/61] lockd: update format strings "
` [PATCH 08/61] nfs: update "
` [PATCH 09/61] nfs: remove nfs_fattr_to_ino_t() and nfs_fileid_to_ino_t()
` [PATCH 10/61] nfs: remove nfs_compat_user_ino64()
` [PATCH 11/61] nfs: remove enable_ino64 module parameter
` [PATCH 12/61] nfsd: update format strings for u64 i_ino
` [PATCH 13/61] smb: store full 64-bit uniqueid in i_ino
` [PATCH 14/61] smb: remove cifs_uniqueid_to_ino_t()
` [PATCH 15/61] locks: update /proc/locks format for u64 i_ino
` [PATCH 16/61] proc: update /proc/PID/maps "
` [PATCH 17/61] nilfs2: update "
` [PATCH 18/61] 9p: update format strings "
` [PATCH 19/61] affs: "
` [PATCH 20/61] afs: "
` [PATCH 21/61] autofs: "
` [PATCH 22/61] befs: "
` [PATCH 23/61] bfs: "
` [PATCH 24/61] cachefiles: "
` [PATCH 25/61] ceph: "
` [PATCH 26/61] coda: "
` [PATCH 27/61] cramfs: "
` [PATCH 28/61] ecryptfs: "
` [PATCH 29/61] efs: "
` [PATCH 30/61] exportfs: "
` [PATCH 31/61] ext2: "
` [PATCH 32/61] freevxfs: "
` [PATCH 33/61] hfs: "
` [PATCH 34/61] hfsplus: "
` [PATCH 35/61] hpfs: "
` [PATCH 36/61] isofs: "
` [PATCH 37/61] jffs2: "
` [PATCH 38/61] jfs: "
` [PATCH 39/61] minix: "
` [PATCH 40/61] nsfs: "
` [PATCH 41/61] ntfs3: "
` [PATCH 42/61] ocfs2: "
` [PATCH 43/61] orangefs: "
` [PATCH 44/61] overlayfs: "
` [PATCH 45/61] qnx4: "
` [PATCH 46/61] qnx6: "
` [PATCH 47/61] ubifs: "
` [PATCH 48/61] udf: "
` [PATCH 49/61] ufs: "
` [PATCH 50/61] zonefs: "
` [PATCH 51/61] security: update audit "
` [PATCH 52/61] drm/amdgpu: update "
` [PATCH 53/61] fsnotify: update fdinfo format strings "
` [PATCH 54/61] net: update socket dname format "
` [PATCH 55/61] uprobes: update format strings "
` [PATCH 56/61] dma-buf: update format string "
` [PATCH 57/61] fscrypt: update format strings "
` [PATCH 58/61] fsverity: update format string "
` [PATCH 59/61] iomap: "
` [PATCH 60/61] net: update legacy protocol format strings "
` [PATCH 61/61] vfs: update core "

fscrypt API cleanups v2
 2026-02-26 14:49 UTC  (15+ messages)
` [PATCH 01/14] ext4: initialize the write hint in io_submit_init_bio
` [PATCH 02/14] ext4: open code fscrypt_set_bio_crypt_ctx_bh
` [PATCH 03/14] ext4: factor out a io_submit_need_new_bio helper
` [PATCH 04/14] ext4, fscrypt: merge fscrypt_mergeable_bio_bh into io_submit_need_new_bio
` [PATCH 05/14] fscrypt: move fscrypt_set_bio_crypt_ctx_bh to buffer.c
` [PATCH 06/14] fscrypt: pass a byte offset to fscrypt_generate_dun
` [PATCH 07/14] fscrypt: pass a byte offset to fscrypt_mergeable_bio
` [PATCH 08/14] fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
` [PATCH 09/14] fscrypt: pass a byte offset to fscrypt_zeroout_range_inline_crypt
` [PATCH 10/14] fscrypt: pass a byte length "
` [PATCH 11/14] fscrypt: pass a byte offset to fscrypt_zeroout_range
` [PATCH 12/14] fscrypt: pass a byte length "
` [PATCH 13/14] fscrypt: pass a real sector_t "
` [PATCH 14/14] ext4: use a byte granularity cursor in ext4_mpage_readpages

[PATCH] f2fs: remove unreachable code in f2fs_encrypt_one_page()
 2026-02-23 13:22 UTC  (3+ messages)

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

fscrypt API cleanups
 2026-02-21 19:56 UTC  (15+ messages)
` [PATCH 1/9] fscrypt: pass a byte offset to fscrypt_generate_dun
` [PATCH 2/9] fscrypt: pass a byte offset to fscrypt_mergeable_bio
` [PATCH 3/9] fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
` [PATCH 4/9] fscrypt: pass a byte offset to fscrypt_zeroout_range_inline_crypt
` [PATCH 5/9] fscrypt: pass a byte length "
` [PATCH 6/9] fscrypt: return a byte offset from bh_get_inode_and_lblk_num
` [PATCH 7/9] fscrypt: pass a byte offset to fscrypt_zeroout_range
` [PATCH 8/9] fscrypt: pass a byte length "
` [PATCH 9/9] fscrypt: pass a real sector_t "

[PATCH 01/11] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
 2026-02-17 21:14 UTC  (2+ messages)
` [f2fs-dev] "

[Kernel Bug] WARNING in mempool_alloc_noprof
 2026-02-03 23:01 UTC  (2+ messages)

[PATCH] fscrypt: Fix uninit-value in ovl_fill_real
 2026-01-27  6:10 UTC  (6+ messages)
  ` [PATCH v2] "

move blk-crypto-fallback to sit above the block layer v5
 2026-01-11 19:56 UTC  (9+ messages)
` [PATCH 4/9] blk-crypto: submit the encrypted bio in blk_crypto_fallback_bio_prep
` [PATCH 5/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
` [PATCH 6/9] blk-crypto: use on-stack skcipher requests for fallback en/decryption
` [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
` [PATCH 8/9] blk-crypto: optimize data unit alignment checking
` [PATCH 9/9] blk-crypto: handle the fallback above the block layer


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