fsverity.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-16 23:25:06 to 2023-06-14 05:24:38 UTC [more...]

[PATCH v3 0/4] ovl: Add support for fs-verity checking of lowerdata
 2023-06-14  5:24 UTC  (24+ messages)
` [PATCH v3 1/4] fsverity: Export fsverity_get_digest
` [PATCH v3 2/4] ovl: Add framework for verity support
` [PATCH v3 3/4] ovl: Validate verity xattr when resolving lowerdata
` [PATCH v3 4/4] ovl: Handle verity during copy-up

[PATCH] fsverity: rework fsverity_get_digest() again
 2023-06-12 19:00 UTC 

[PATCH v2 0/6] ovl: Add support for fs-verity checking of lowerdata
 2023-06-12 10:32 UTC  (26+ messages)
` [PATCH v2 1/6] fsverity: Export fsverity_get_digest
` [PATCH v2 2/6] ovl: Break out ovl_e_path_real() from ovl_i_path_real()
` [PATCH v2 3/6] ovl: Break out ovl_e_path_lowerdata() from ovl_path_lowerdata()
` [PATCH v2 4/6] ovl: Add framework for verity support
` [PATCH v2 5/6] ovl: Validate verity xattr when resolving lowerdata
` [PATCH v2 6/6] ovl: Handle verity during copy-up

[PATCH] fsverity: don't use bio_first_page_all() in fsverity_verify_bio()
 2023-06-04  3:27 UTC  (2+ messages)

[PATCH] fsverity: constify fsverity_hash_alg
 2023-06-04  2:23 UTC 

[PATCH] fsverity: simplify error handling in verify_data_block()
 2023-06-04  2:23 UTC 

[PATCH v2] fsverity: use shash API instead of ahash API
 2023-05-20 17:41 UTC  (3+ messages)

[PATCH 0/6] ovl: Add support for fs-verity checking of lowerdata
 2023-04-27 17:58 UTC  (19+ messages)
` [PATCH 1/6] fsverity: Export fsverity_get_digest
` [PATCH 2/6] ovl: Break out ovl_entry_path_real() from ovl_i_path_real()
` [PATCH 3/6] ovl: Break out ovl_entry_path_lowerdata() from ovl_path_lowerdata()
` [PATCH 4/6] ovl: Add framework for verity support
` [PATCH 5/6] ovl: Validate verity xattr when resolving lowerdata
` [PATCH 6/6] ovl: Handle verity during copy-up

[GIT PULL] fsverity updates for 6.4
 2023-04-26 17:06 UTC  (2+ messages)

[GIT PULL] fsverity fixes for v6.3-rc4
 2023-04-13  0:25 UTC  (10+ messages)

[PATCH v2 00/23] fs-verity support for XFS
 2023-04-12 12:42 UTC  (70+ messages)
` [PATCH v2 01/23] xfs: Add new name to attri/d
` [PATCH v2 02/23] xfs: add parent pointer support to attribute code
` [PATCH v2 03/23] xfs: define parent pointer xattr format
` [PATCH v2 04/23] xfs: Add xfs_verify_pptr
` [PATCH v2 05/23] fsverity: make fsverity_verify_folio() accept folio's offset and size
` [PATCH v2 06/23] fsverity: add drop_page() callout
` [PATCH v2 07/23] fsverity: pass Merkle tree block size to ->read_merkle_tree_page()
` [PATCH v2 08/23] iomap: hoist iomap_readpage_ctx from the iomap_readahead/_folio
` [PATCH v2 09/23] iomap: allow filesystem to implement read path verification
` [PATCH v2 10/23] xfs: add XBF_VERITY_CHECKED xfs_buf flag
` [PATCH v2 11/23] xfs: add XFS_DA_OP_BUFFER to make xfs_attr_get() return buffer
` [PATCH v2 12/23] xfs: introduce workqueue for post read IO work
` [PATCH v2 13/23] xfs: add iomap's readpage operations
` [PATCH v2 14/23] xfs: add attribute type for fs-verity
` [PATCH v2 15/23] xfs: add fs-verity ro-compat flag
` [PATCH v2 16/23] xfs: add inode on-disk VERITY flag
` [PATCH v2 17/23] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH v2 18/23] xfs: don't allow to enable DAX on fs-verity sealsed inode
` [PATCH v2 19/23] xfs: disable direct read path for fs-verity sealed files
` [PATCH v2 20/23] xfs: add fs-verity support
` [PATCH v2 21/23] xfs: handle merkle tree block size != fs blocksize != PAGE_SIZE
` [PATCH v2 22/23] xfs: add fs-verity ioctls
` [PATCH v2 23/23] xfs: enable ro-compat fs-verity flag

[PATCH v2] fsverity: use WARN_ON_ONCE instead of WARN_ON
 2023-04-11  8:58 UTC  (3+ messages)

[PATCH] fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
 2023-04-11  8:56 UTC  (3+ messages)

[RFC PATCH] fsverity: use shash API instead of ahash API
 2023-04-11  5:01 UTC  (2+ messages)

[PATCH 5.10,5.4] fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY
 2023-03-28 17:33 UTC 

[PATCH 6.1,5.15] fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY
 2023-03-28 17:32 UTC 

[PATCH] fsverity: use WARN_ON_ONCE instead of WARN_ON
 2023-03-28  6:15 UTC  (2+ messages)

[PATCH] fsverity: explicitly check for buffer overflow in build_merkle_tree()
 2023-03-28  4:15 UTC 

[PATCH] fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY
 2023-03-15 20:01 UTC  (2+ messages)

[PATCH v2] fsverity: Remove WQ_UNBOUND from fsverity read workqueue
 2023-03-14 23:20 UTC  (4+ messages)

[PATCH] fsverity: Remove WQ_UNBOUND from fsverity read workqueue
 2023-03-11  0:15 UTC  (5+ messages)

[PATCH] fs/buffer.c: use b_folio for fsverity work
 2023-03-07 19:41 UTC  (2+ messages)

[PATCH] MAINTAINERS: update fsverity git repo, list, and patchwork
 2023-02-28  1:01 UTC  (2+ messages)
` [f2fs-dev] "

[GIT PULL] fsverity updates for 6.3
 2023-02-20 21:11 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 6ba8a227fd19d19779005fb66ad7562608e1df83
 2023-02-11  2:14 UTC 

[PATCH] fsverity.rst: update git repo URL for fsverity-utils
 2023-02-03 22:01 UTC  (2+ messages)

[PATCH] fsverity: support verifying data from large folios
 2023-02-03 21:58 UTC  (2+ messages)

[ANNOUNCE] Moving the fsverity-utils git repo
 2023-01-25 20:01 UTC 

Please update fscrypt and fsverity branches in linux-next
 2023-01-25  4:48 UTC  (2+ messages)

[ANNOUNCE] New mailing list for fsverity development
 2023-01-24 22:19 UTC 

[GIT PULL] fsverity MAINTAINERS entry update for 6.2-rc6
 2023-01-24 21:16 UTC  (2+ messages)


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).