messages from 2022-08-03 22:41:45 to 2022-10-03 03:02:44 UTC [more...]
[GIT PULL] fsverity updates for 6.1
2022-10-03 3:02 UTC
[GIT PULL] fscrypt updates for 6.1
2022-10-03 3:00 UTC
[RFC PATCH v6 0/4] Support for hardware-wrapped inline encryption keys
2022-09-27 1:47 UTC (5+ messages)
` [RFC PATCH v6 1/4] blk-crypto: add basic hardware-wrapped key support
` [RFC PATCH v6 2/4] blk-crypto: show supported key types in sysfs
` [RFC PATCH v6 3/4] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [RFC PATCH v6 4/4] fscrypt: add support for "
[PATCH v3] btrfs-progs: receive: add support for fs-verity
2022-09-21 14:31 UTC (2+ messages)
[PATCH v2 00/20] btrfs: add fscrypt integration
2022-09-19 17:20 UTC (66+ messages)
` [PATCH v2 01/20] fscrypt: expose fscrypt_nokey_name
` [PATCH v2 02/20] fscrypt: add flag allowing partially-encrypted directories
` [PATCH v2 03/20] fscrypt: add fscrypt_have_same_policy() to check inode compatibility
` [PATCH v2 04/20] fscrypt: allow fscrypt_generate_iv() to distinguish filenames
` [PATCH v2 05/20] fscrypt: add extent-based encryption
` [PATCH v2 06/20] fscrypt: document btrfs' fscrypt quirks
` [PATCH v2 07/20] btrfs: store directory's encryption state
` [PATCH v2 09/20] btrfs: setup fscrypt_names from dentrys using helper
` [PATCH v2 10/20] btrfs: factor a fscrypt_name matching method
` [PATCH v2 11/20] btrfs: disable various operations on encrypted inodes
` [PATCH v2 12/20] btrfs: start using fscrypt hooks
` [PATCH v2 13/20] btrfs: add fscrypt_context items
` [PATCH v2 14/20] btrfs: translate btrfs encryption flags and encrypted inode flag
` [PATCH v2 15/20] btrfs: store a fscrypt extent context per normal file extent
` [PATCH v2 16/20] btrfs: Add new FEATURE_INCOMPAT_FSCRYPT feature flag
` [PATCH v2 17/20] btrfs: reuse encrypted filename hash when possible
` [PATCH v2 18/20] btrfs: adapt directory read and lookup to potentially encrypted filenames
` [PATCH v2 19/20] btrfs: encrypt normal file extent data if appropriate
` [PATCH v2 20/20] btrfs: implement fscrypt ioctls
` [PATCH v2 08/20] btrfs: use fscrypt_names instead of name/len everywhere
[PATCH v5 0/8] make statx() return DIO alignment information
2022-09-12 20:30 UTC (20+ messages)
` [PATCH v5 1/8] statx: add direct I/O "
` [PATCH v5 2/8] vfs: support STATX_DIOALIGN on block devices
` [PATCH v5 3/8] fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
` [PATCH v5 4/8] ext4: support STATX_DIOALIGN
` [PATCH v5 5/8] f2fs: move f2fs_force_buffered_io() into file.c
` [PATCH v5 6/8] f2fs: simplify f2fs_force_buffered_io()
` [PATCH v5 7/8] f2fs: support STATX_DIOALIGN
` [PATCH v5 8/8] xfs: "
[PATCH 0/2] fstests: add btrfs encryption support
2022-09-07 9:02 UTC (4+ messages)
` [PATCH 1/2] fstests: fscrypt: enable btrfs testing
` [PATCH 2/2] fstests: fscrypt: update tests of encryption contents for btrfs
[PATCH v2 0/2] ext4, f2fs: stop using PG_error for fscrypt and fsverity
2022-09-06 15:43 UTC (7+ messages)
` [PATCH v2 1/2] fscrypt: stop using PG_error to track error status
` [f2fs-dev] "
` [PATCH v2 2/2] fsverity: "
` [f2fs-dev] "
[PATCH v4 0/3] fscrypt: rework keyring and stop using request_queue
2022-09-01 19:32 UTC (4+ messages)
` [PATCH v4 1/3] fscrypt: stop using keyrings subsystem for fscrypt_master_key
` [PATCH v4 2/3] fscrypt: stop holding extra request_queue references
` [PATCH v4 3/3] fscrypt: work on block_devices instead of request_queues
[PATCH v4 0/9] make statx() return DIO alignment information
2022-08-27 7:07 UTC (15+ messages)
` [PATCH v4 6/9] f2fs: don't allow DIO reads but not DIO writes
[PATCH v3 0/3] fscrypt: rework keyring and stop using request_queue
2022-08-22 19:08 UTC (4+ messages)
` [PATCH v3 1/3] fscrypt: stop using keyrings subsystem for fscrypt_master_key
` [PATCH v3 2/3] fscrypt: stop holding extra request_queue references
` [PATCH v3 3/3] fscrypt: work on block_devices instead of request_queues
[PATCH v4] btrfs: send: add support for fs-verity
2022-08-22 12:50 UTC (9+ messages)
[PATCH v2 0/2] fscrypt: rework filesystem-level keyring
2022-08-22 12:25 UTC (4+ messages)
` [PATCH v2 1/2] fscrypt: stop using keyrings subsystem for fscrypt_master_key
` [PATCH v2 2/2] fscrypt: stop holding extra request_queue references
[PATCH 00/21] btrfs: add fscrypt integration
2022-08-20 0:50 UTC (25+ messages)
` [PATCH 01/21] fscrypt: expose fscrypt_nokey_name
` [PATCH 02/21] fscrypt: add flag allowing partially-encrypted directories
` [PATCH 03/21] fscrypt: add fscrypt_have_same_policy() to check inode's compatibility
` [PATCH 04/21] fscrypt: add a function for a filesystem to generate an IV
` [PATCH 05/21] fscrypt: add new encryption policy for btrfs
` [PATCH 06/21] btrfs: store directorys' encryption state
` [PATCH 08/21] btrfs: setup fscrypt_names from dentrys using helper
` [PATCH 09/21] btrfs: factor a fscrypt_name matching method
` [PATCH 10/21] btrfs: disable various operations on encrypted inodes
` [PATCH 11/21] btrfs: add fscrypt operation table to superblock
` [PATCH 12/21] btrfs: start using fscrypt hooks
` [PATCH 13/21] btrfs: add fscrypt_context items
` [PATCH 14/21] btrfs: translate btrfs encryption flags and encrypted inode flag
` [PATCH 15/21] btrfs: add iv generation function for fscrypt
` [PATCH 16/21] btrfs: store an IV per encrypted normal file extent
` [PATCH 17/21] btrfs: Add new FEATURE_INCOMPAT_FSCRYPT feature flag
` [PATCH 18/21] btrfs: reuse encrypted filename hash when possible
` [PATCH 19/21] btrfs: adapt directory read and lookup to potentially encrypted filenames
` [PATCH 20/21] btrfs: encrypt normal file extent data if appropriate
` [PATCH 21/21] btrfs: implement fscrypt ioctls
[PATCH v4] fstests: add btrfs fs-verity send/recv test
2022-08-19 22:38 UTC (2+ messages)
[PATCH] fs-verity: use kmap_local_page() instead of kmap()
2022-08-19 22:31 UTC (5+ messages)
[PATCH] fs-verity: use memcpy_from_page()
2022-08-19 11:16 UTC (2+ messages)
[PATCH v3] fstests: add btrfs fs-verity send/recv test
2022-08-19 11:09 UTC (3+ messages)
[PATCH 0/2] fscrypt: rework filesystem-level keyring
2022-08-19 7:15 UTC (3+ messages)
` [PATCH 1/2] fscrypt: stop using keyrings subsystem for fscrypt_master_key
` [PATCH 2/2] fscrypt: stop holding extra request_queue references
[PATCH v2] fstests: add btrfs fs-verity send/recv test
2022-08-18 22:06 UTC (2+ messages)
[PATCH] fstests: add btrfs fs-verity send/recv test
2022-08-18 19:38 UTC (3+ messages)
[PATCH 0/2] fstests: add btrfs encryption support
2022-08-17 14:45 UTC (3+ messages)
` [PATCH 1/2] fstests: fscrypt: enable btrfs testing
` [PATCH 2/2] fstests: fscrypt: update tests of encryption contents for btrfs
RFC: what to do about fscrypt vs block device interaction
2022-08-17 0:28 UTC (5+ messages)
[PATCH v3 0/5] test_dummy_encryption fixes and cleanups
2022-08-15 18:48 UTC (3+ messages)
` [PATCH v3 5/5] fscrypt: remove fscrypt_set_test_dummy_encryption()
[PATCH v6 0/2] generic: test HCTR2 filename encryption
2022-08-11 16:23 UTC (5+ messages)
` [PATCH v6 1/2] fscrypt-crypt-util: add HCTR2 implementation
` [PATCH v6 2/2] generic: add tests for fscrypt policies with HCTR2
[RFC PATCH v8 00/17] Integrity Policy Enforcement LSM (IPE)
2022-08-09 15:57 UTC (3+ messages)
` [RFC PATCH v8 07/17] ipe: add auditing support
[PATCH v5 0/2] generic: test HCTR2 filename encryption
2022-08-05 7:41 UTC (6+ messages)
` [PATCH v5 1/2] fscrypt-crypt-util: add HCTR2 implementation
` [PATCH v5 2/2] generic: add tests for fscrypt policies with HCTR2
[PATCH v3] btrfs: send: add support for fs-verity
2022-08-04 14:27 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox