public inbox for fsverity@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2023-07-06 00:18:15 to 2023-10-24 23:56:52 UTC [more...]

[PATCH v6 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-10-24 23:55 UTC  (9+ messages)
` [PATCH v6 bpf-next 1/9] bpf: Expose bpf_dynptr_slice* kfuncs for in kernel use
` [PATCH v6 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v6 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v6 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v6 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v6 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v6 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v6 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs

[PATCH v5 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-10-24 23:21 UTC  (12+ messages)
` [PATCH v5 bpf-next 1/9] bpf: Expose bpf_dynptr_slice* kfuncs for in kernel use
` [PATCH v5 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v5 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v5 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v5 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v5 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v5 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v5 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v5 bpf-next 9/9] selftests/bpf: Add test that uses fsverity and xattr to sign a file

[PATCH v4 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-10-24  5:01 UTC  (14+ messages)
` [PATCH v4 bpf-next 1/9] bpf: Expose bpf_dynptr_slice* kfuncs for in kernel use
` [PATCH v4 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v4 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v4 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v4 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v4 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v4 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v4 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v4 bpf-next 9/9] selftests/bpf: Add test that use fsverity and xattr to sign a file

[PATCH v3 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-10-23 16:03 UTC  (10+ messages)
` [PATCH v3 bpf-next 1/9] bpf: Expose bpf_dynptr_slice* kfuncs for in kernel use
` [PATCH v3 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v3 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v3 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v3 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v3 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v3 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v3 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v3 bpf-next 9/9] selftests/bpf: Add test that use fsverity and xattr to sign a file

[PATCH v2 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-10-23  6:13 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/9] bpf: Expose bpf_dynptr_slice* kfuncs for in kernel use
` [PATCH v2 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v2 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v2 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v2 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v2 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v2 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v2 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v2 bpf-next 9/9] selftests/bpf: Add test that use fsverity and xattr to sign a file

[PATCH v3 00/28] fs-verity support for XFS
 2023-10-18 19:18 UTC  (74+ messages)
` [PATCH v3 01/28] xfs: Add new name to attri/d
` [PATCH v3 02/28] xfs: add parent pointer support to attribute code
` [PATCH v3 03/28] xfs: define parent pointer xattr format
` [PATCH v3 04/28] xfs: Add xfs_verify_pptr
` [PATCH v3 05/28] fs: add FS_XFLAG_VERITY for fs-verity sealed inodes
` [PATCH v3 06/28] fsverity: add drop_page() callout
` [PATCH v3 07/28] fsverity: always use bitmap to track verified status
` [PATCH v3 08/28] fsverity: pass Merkle tree block size to ->read_merkle_tree_page()
` [PATCH v3 09/28] fsverity: pass log_blocksize to end_enable_verity()
` [PATCH v3 10/28] fsverity: operate with Merkle tree blocks instead of pages
` [PATCH v3 11/28] iomap: pass readpage operation to read path
` [PATCH v3 12/28] iomap: allow filesystem to implement read path verification
` [PATCH v3 13/28] xfs: add XBF_VERITY_CHECKED xfs_buf flag
` [PATCH v3 14/28] xfs: add XFS_DA_OP_BUFFER to make xfs_attr_get() return buffer
` [PATCH v3 15/28] xfs: introduce workqueue for post read IO work
` [PATCH v3 16/28] xfs: add bio_set and submit_io for ioend post-processing
` [PATCH v3 17/28] xfs: add attribute type for fs-verity
` [PATCH v3 18/28] xfs: make xfs_buf_get() to take XBF_* flags
` [PATCH v3 19/28] xfs: add XBF_DOUBLE_ALLOC to increase size of the buffer
` [PATCH v3 20/28] xfs: add fs-verity ro-compat flag
` [PATCH v3 21/28] xfs: add inode on-disk VERITY flag
` [PATCH v3 22/28] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH v3 23/28] xfs: don't allow to enable DAX on fs-verity sealsed inode
` [PATCH v3 24/28] xfs: disable direct read path for fs-verity sealed files
` [PATCH v3 25/28] xfs: add fs-verity support
` [PATCH v3 26/28] xfs: make scrub aware of verity dinode flag
` [PATCH v3 27/28] xfs: add fs-verity ioctls
` [PATCH v3 28/28] xfs: enable ro-compat fs-verity flag

[PATCH bpf-next 0/5] bpf: file verification with LSM and fsverity
 2023-10-18  1:42 UTC  (23+ messages)
` [PATCH bpf-next 1/5] bpf: Add kfunc bpf_get_file_xattr
` [PATCH bpf-next 2/5] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH bpf-next 3/5] selftests/bpf: Sort config in alphabetic order
` [PATCH bpf-next 4/5] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH bpf-next 5/5] selftests/bpf: Add test that use fsverity and xattr to sign a file

[RFC PATCH v3 0/9] fstests: add btrfs encryption testing
 2023-10-02 11:22 UTC  (13+ messages)
` [RFC PATCH v3 1/9] common/encrypt: separate data and inode nonces
` [RFC PATCH v3 2/9] common/encrypt: add btrfs to get_encryption_*nonce
` [RFC PATCH v3 3/9] common/encrypt: add btrfs to get_ciphertext_filename
` [RFC PATCH v3 4/9] common/encrypt: enable making a encrypted btrfs filesystem
` [RFC PATCH v3 5/9] generic/613: write some actual data for btrfs
` [RFC PATCH v3 6/9] tests: adjust generic/429 for extent encryption
` [RFC PATCH v3 7/9] common/verity: explicitly don't allow btrfs encryption
` [RFC PATCH v3 8/9] btrfs: add simple test of reflink of encrypted data
` [RFC PATCH v3 9/9] btrfs: test snapshotting encrypted subvol

[PATCH] common/rc: make _get_max_file_size find file size on mount point
 2023-09-13 13:57 UTC  (5+ messages)

[PATCH 0/2] fsverity: simplify initcall and move sysctl registration
 2023-09-07  4:12 UTC  (5+ messages)
` [f2fs-dev] "
  ` [PATCH 2/2] fsverity: move sysctl registration out of signature.c

[GIT PULL] fsverity updates for 6.6
 2023-08-28 20:15 UTC  (2+ messages)

[PATCH v3] fsverity: skip PKCS#7 parser when keyring is empty
 2023-08-22 11:34 UTC  (2+ messages)

Mail delivery failed: returning message to sender
 2023-08-16 11:05 UTC 

Mail delivery failed: returning message to sender
 2023-08-14  8:30 UTC 

[PATCH v2] fsverity: skip PKCS#7 parser when keyring is empty
 2023-08-02  7:43 UTC  (4+ messages)

[PATCH] fsverity: skip PKCS#7 parser when keyring is empty
 2023-08-02  4:15 UTC  (4+ messages)

[RFC PATCH v2 0/8] fstests: add btrfs encryption testing
 2023-07-10  5:20 UTC  (10+ messages)
` [RFC PATCH v2 1/8] common/encrypt: separate data and inode nonces
` [RFC PATCH v2 2/8] common/encrypt: add btrfs to get_encryption_*nonce
` [RFC PATCH v2 3/8] common/encrypt: add btrfs to get_ciphertext_filename
` [RFC PATCH v2 4/8] common/encrypt: enable making a encrypted btrfs filesystem
` [RFC PATCH v2 5/8] generic/613: write some actual data for btrfs
` [RFC PATCH v2 6/8] tests: adjust generic/429 for extent encryption
` [RFC PATCH v2 7/8] common/verity: explicitly don't allow btrfs encryption
` [RFC PATCH v2 8/8] btrfs: add simple test of reflink of encrypted data

[PATCH v3 0/4] ovl: Add support for fs-verity checking of lowerdata
 2023-07-06  7:50 UTC  (13+ messages)

[PATCH v2] fsverity: use shash API instead of ahash API
 2023-07-06  0:18 UTC  (2+ messages)
` [f2fs-dev] "


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