public inbox for linux-fscrypt@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-18 18:45:05 to 2022-08-27 07:08:06 UTC [more...]

[PATCH v4 0/9] make statx() return DIO alignment information
 2022-08-27  7:07 UTC  (32+ messages)
` [PATCH v4 1/9] statx: add direct I/O "
` [PATCH v4 2/9] vfs: support STATX_DIOALIGN on block devices
` [PATCH v4 3/9] fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
` [PATCH v4 4/9] ext4: support STATX_DIOALIGN
` [PATCH v4 5/9] f2fs: move f2fs_force_buffered_io() into file.c
` [PATCH v4 6/9] f2fs: don't allow DIO reads but not DIO writes
` [PATCH v4 7/9] f2fs: simplify f2fs_force_buffered_io()
` [PATCH v4 8/9] f2fs: support STATX_DIOALIGN
` [PATCH v4 9/9] xfs: "

[PATCH v5 0/8] make statx() return DIO alignment information
 2022-08-27  6:58 UTC  (9+ 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 v2 0/2] ext4, f2fs: stop using PG_error for fscrypt and fsverity
 2022-08-22 19:21 UTC  (5+ messages)
` [PATCH v2 1/2] fscrypt: stop using PG_error to track error status
` [PATCH v2 2/2] fsverity: "

[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] btrfs-progs: receive: add support for fs-verity
 2022-08-15 20:54 UTC 

[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  (5+ messages)

[GIT PULL] fsverity update for 5.20
 2022-08-02 22:29 UTC  (2+ messages)

[PATCH v2] btrfs-progs: receive: add support for fs-verity
 2022-08-02 20:41 UTC  (3+ messages)

[PATCH v2] btrfs: send: add support for fs-verity
 2022-08-02 14:58 UTC  (6+ messages)

[PATCH] btrfs: send: add support for fs-verity
 2022-07-28 17:45 UTC  (3+ messages)

[PATCH] btrfs-progs: receive: add support for fs-verity
 2022-07-27 23:49 UTC 

[PATCH] fstests: add btrfs fs-verity send/recv test
 2022-07-27 23:49 UTC 

[PATCH RFC 0/4] fscrypt changes for btrfs encryption
 2022-07-26 19:29 UTC  (11+ messages)
` [PATCH RFC 1/4] fscrypt: expose fscrypt_nokey_name
` [PATCH RFC 2/4] fscrypt: add flag allowing partially-encrypted directories
` [PATCH RFC 3/4] fscrypt: add fscrypt_have_same_policy() to check inode's compatibility
` [PATCH RFC 4/4] fscrypt: Add new encryption policy for btrfs

[PATCH 1/1] block: Add support for setting inline encryption key per block device
 2022-07-26  2:40 UTC  (4+ messages)
      ` [dm-devel] "

[PATCH v13 0/5] tests for btrfs fsverity
 2022-07-25 18:41 UTC  (9+ messages)
` [PATCH v13 1/5] common/verity: require corruption functionality
` [PATCH v13 2/5] common/verity: support btrfs in generic fsverity tests
` [PATCH v13 3/5] btrfs: test btrfs specific fsverity corruption
` [PATCH v13 4/5] btrfs: test verity orphans with dmlogwrites
` [PATCH v13 5/5] generic: test fs-verity EFBIG scenarios

[man-pages RFC PATCH v2] statx.2, open.2: document STATX_DIOALIGN
 2022-07-22 16:31 UTC  (2+ messages)

[PATCH v3 0/8] make statx() return DIO alignment information
 2022-07-20  5:03 UTC  (2+ messages)

[PATCH v12 0/5] tests for btrfs fsverity
 2022-07-19 20:32 UTC  (9+ messages)
` [PATCH v12 1/5] common/verity: require corruption functionality
` [PATCH v12 2/5] common/verity: support btrfs in generic fsverity tests
` [PATCH v12 3/5] btrfs: test btrfs specific fsverity corruption
` [PATCH v12 4/5] btrfs: test verity orphans with dmlogwrites
` [PATCH v12 5/5] generic: test fs-verity EFBIG scenarios

[RFC PATCH v4 0/2] generic: test HCTR2 filename encryption
 2022-07-19 19:51 UTC  (5+ messages)
` [RFC PATCH v4 1/2] fscrypt-crypt-util: add HCTR2 implementation
` [RFC PATCH v4 2/2] generic: add tests for fscrypt policies with HCTR2

[PATCH 0/2] ext4, f2fs: stop using PG_error for fscrypt and fsverity
 2022-07-19 18:49 UTC  (2+ messages)

[PATCH v11 0/5] tests for btrfs fsverity
 2022-07-18 23:13 UTC  (6+ messages)
` [PATCH v11 1/5] common/verity: require corruption functionality
` [PATCH v11 2/5] common/verity: support btrfs in generic fsverity tests
` [PATCH v11 3/5] btrfs: test btrfs specific fsverity corruption
` [PATCH v11 4/5] btrfs: test verity orphans with dmlogwrites
` [PATCH v11 5/5] generic: test fs-verity EFBIG scenarios

[PATCH v10 4/5] btrfs: test verity orphans with dmlogwrites
 2022-07-18 20:43 UTC  (3+ messages)

[PATCH v10 0/5] tests for btrfs fsverity
 2022-07-18 18:45 UTC  (3+ messages)
` [PATCH v10 2/5] common/verity: support btrfs in generic fsverity tests


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