fsverity.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-16 11:05:54 to 2023-11-02 20:16:59 UTC [more...]

[PATCH v8 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-11-02 20:16 UTC  (6+ messages)
` [PATCH v8 bpf-next 1/9] bpf: Add __bpf_dynptr_data* for in kernel use
` [PATCH v8 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v8 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v8 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v8 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest

[PATCH v6 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-11-02 19:06 UTC  (22+ 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 v6 bpf-next 9/9] selftests/bpf: Add test that uses fsverity and xattr to sign a file

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

[PATCH v2 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-11-02  6:43 UTC  (12+ 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 bpf-next 0/5] bpf: file verification with LSM and fsverity
 2023-11-02  1:19 UTC  (24+ 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

[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 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

[RFC PATCH v3 0/9] fstests: add btrfs encryption testing
 2023-10-02 11:22 UTC  (5+ messages)
` [RFC PATCH v3 2/9] common/encrypt: add btrfs to get_encryption_*nonce
` [RFC PATCH v3 6/9] tests: adjust generic/429 for extent encryption

[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)
` [PATCH 2/2] fsverity: move sysctl registration out of signature.c
` [f2fs-dev] [PATCH 0/2] fsverity: simplify initcall and move sysctl registration

[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 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).