linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-09 05:32:13 to 2023-04-04 16:11:01 UTC [more...]

[PATCH v2 00/23] fs-verity support for XFS
 2023-04-04 16:10 UTC  (28+ 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 2/2] erofs: remove unnecessary kobject_del()
 2023-04-04 14:21 UTC 

[PATCH v3 01/10] kobject: introduce kobject_del_and_put()
 2023-04-04 13:30 UTC  (5+ messages)

[PATCH 0/6] erofs-utils: introduce extra xattr name prefix
 2023-04-04  8:19 UTC  (9+ messages)
` [PATCH 1/6] erofs-utils: declare prefix_len as u8
` [PATCH 2/6] erofs-utils: extract packedfile API
` [PATCH 3/6] erofs-utils: introduce on-disk format for extra xattr name prefix
` [PATCH 4/6] erofs-utils: introduce init/cleanup routine "
` [PATCH 5/6] erofs-utils: build erofs_xattr_entry upon "
` [PATCH 6/6] erofs-utils: mkfs.erofs: introduce --xattr-prefix option
` [PATCH] tmp debug

[PATCH] erofs-utils: fix nid lookup for packed inode
 2023-04-03  8:38 UTC 

[PATCH v4] erofs-utils: introduce tarerofs
 2023-04-01  7:27 UTC 

[xiang-erofs:dev] BUILD SUCCESS c44ce28f4bc87e4bfa675e22c137f7822d690052
 2023-03-31 21:44 UTC 

[PATCH] erofs: tidy up EROFS on-disk naming
 2023-03-31  6:59 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/8] erofs: cleanup of xattr handling
 2023-03-31  6:24 UTC  (14+ messages)
` [PATCH v2 1/8] erofs: move several xattr helpers into xattr.c
` [PATCH v2 2/8] erofs: rename init_inode_xattrs with erofs_ prefix
` [PATCH v2 3/8] erofs: simplify erofs_xattr_generic_get()
` [PATCH v2 4/8] erofs: introduce erofs_xattr_iter_fixup_aligned() helper
` [PATCH v2 5/8] erofs: unify xattr_iter structures
` [PATCH v2 6/8] erofs: make the size of read data stored in buffer_ofs
` [PATCH v2 7/8] erofs: unify inline/share xattr iterators for listxattr/getxattr
` [PATCH v2 8/8] erofs: use separate xattr parsers "

[xiang-erofs:dev-test] BUILD SUCCESS b63362b35d9c20c4cd6a8becf06f3031d6f820e1
 2023-03-31  1:43 UTC 

[PATCH v3] erofs-utils: introduce tarerofs
 2023-03-30 13:04 UTC 

[xiang-erofs:dev] BUILD SUCCESS 13ca2171581d15a38dd20ee9f73e22391cf930e2
 2023-03-30  2:27 UTC 

[PATCH V5 0/5] Introduce daemon failover mechanism to recover from crashing
 2023-03-29 14:01 UTC  (6+ messages)
` [PATCH V5 1/5] cachefiles: introduce object ondemand state
` [PATCH V5 2/5] cachefiles: extract ondemand info field from cachefiles_object
` [PATCH V5 3/5] cachefiles: resend an open request if the read request's object is closed
` [PATCH V5 4/5] cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
` [PATCH V5 5/5] cachefiles: add restore command to recover inflight ondemand read requests

[PATCH V4 1/5] cachefiles: introduce object ondemand state
 2023-03-29 11:42 UTC  (10+ messages)
` [PATCH V4 0/5] Introduce daemon failover mechanism to recover from crashing
    ` Re: [PATCH V4 1/5] cachefiles: introduce object ondemand state
  ` [PATCH V4 2/5] cachefiles: extract ondemand info field from cachefiles_object
    `  "
  ` [PATCH V4 3/5] cachefiles: resend an open request if the read request's object is closed
    `  "
  ` [PATCH V4 4/5] cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
    ` [External] "

[PATCH 0/8] erofs: cleanup of xattr handling
 2023-03-28  8:57 UTC  (12+ messages)
` [PATCH 1/8] erofs: move several xattr helpers into xattr.c
` [PATCH 2/8] erofs: rename init_inode_xattrs with erofs_ prefix
` [PATCH 3/8] erofs: simplify erofs_xattr_generic_get()
` [PATCH 4/8] erofs: introduce erofs_xattr_iter_fixup_aligned() helper
` [PATCH 5/8] erofs: unify xattr_iter structures
` [PATCH 6/8] erofs: make the size of read data stored in buffer_ofs
` [PATCH 7/8] erofs: unify inline/share xattr iterators for listxattr/getxattr
` [PATCH 8/8] erofs: use separate xattr parsers "

[PATCH v2] erofs-utils: introduce tarerofs
 2023-03-28  6:06 UTC 

[PATCH 1/2] erofs-utils: fix missing tail blocks for directories
 2023-03-28  3:54 UTC  (2+ messages)
` [PATCH 2/2] erofs-utils: mkfs: fix EOD read when calculate sb checksum

[PATCH v2] erofs-utils: tests: add test for xattrs in different layouts
 2023-03-27 12:39 UTC 

[PATCH] erofs-utils: lib: justify post-EOD read behavior
 2023-03-27  2:57 UTC 

[PATCH] erofs-utils: tests: enhance erofs/019
 2023-03-25  6:09 UTC 

[RFC PATCH] erofs-utils: introduce tarerofs
 2023-03-24 10:19 UTC 

[PATCH v2] erofs-utils: separate directory data from file data
 2023-03-24  8:27 UTC 

[PATCH v3 03/10] erofs: convert to kobject_del_and_put()
 2023-03-22 23:33 UTC  (3+ messages)

TRAINING COURSE ON ADVANCED CYBER SECURITY, SYSTEMS AUDIT AND ICT COUNTER INTELLIGENCE SOLUTIONS
 2023-03-21 10:47 UTC 

[RESEND,PATCH v2 01/10] kobject: introduce kobject_del_and_put()
 2023-03-20 21:38 UTC  (2+ messages)

[RESEND,PATCH v2 03/10] erofs: convert to kobject_del_and_put()
 2023-03-20 18:47 UTC 

[PATCH v2, RESEND 01/10] kobject: introduce kobject_del_and_put()
 2023-03-20  7:26 UTC  (4+ messages)

[PATCH] erofs-utils: separate directory data from file data
 2023-03-20  6:16 UTC 

[PATCH 1/2] erofs-utils: rearrange on-disk metadata
 2023-03-19 15:14 UTC  (3+ messages)
` [PATCH 2/2] erofs-utils: fix up nlink for d_type unsupported fses
  ` [PATCH v2 "

[PATCH v2, RESEND 03/10] erofs: convert to kobject_del_and_put()
 2023-03-19  9:26 UTC 

[PATCH v2 03/10] erofs: convert to kobject_del_and_put()
 2023-03-19  8:41 UTC 

[PATCH 1/2] erofs-utils: fix up nlink for d_type unsupported fses
 2023-03-17  8:50 UTC  (2+ messages)
` [PATCH 2/2] erofs-utils: lazy write directory data

[PATCH] erofs-utils: fix PERFORMANCE.md typos
 2023-03-15  8:25 UTC 

[xiang-erofs:dev] BUILD SUCCESS 4f24ebae35ff9739e963eb4a164fe97d00069dad
 2023-03-14 20:05 UTC 

[PATCH v2 1/4] erofs-utils: mkfs: validate chunk/pcluster sizes in the end
 2023-03-14  7:42 UTC  (5+ messages)
` [PATCH v2 2/4] erofs-utils: add per-sb block size
` [PATCH v2 3/4] erofs-utils: drop hard-coded "
  ` [PATCH v3 "
` [PATCH v2 4/4] erofs-utils: support arbitary block sizes

[PATCH 1/4] erofs-utils: mkfs: validate chunk/pcluster sizes in the end
 2023-03-14  3:38 UTC  (4+ messages)
` [PATCH 2/4] erofs-utils: add per-sb block size
` [PATCH 3/4] erofs-utils: drop hard-coded "
` [PATCH 4/4] erofs-utils: support subpage block sizes

First quarter procurement order/enquiry
 2023-03-13 17:25 UTC 

[xiang-erofs:dev] BUILD SUCCESS 8abb522e5988e35dc60162401eedef732f85ca3f
 2023-03-13 14:23 UTC 

[PATCH v6 0/2] erofs: set block size to the on-disk block size
 2023-03-13 13:53 UTC  (3+ messages)
` [PATCH v6 1/2] erofs: avoid hardcoded blocksize for subpage block support
` [PATCH v6 2/2] erofs: set block size to the on-disk block size

[PATCH v5 0/2] erofs: set block size to the on-disk block size
 2023-03-13 12:07 UTC  (5+ messages)
` [PATCH v5 1/2] erofs: avoid hardcoded blocksize for subpage block support
` [PATCH v5 2/2] erofs: set block size to the on-disk block size

[ANNOUNCE] erofs-utils: release 1.6
 2023-03-11 17:18 UTC 

[PATCH] erofs-utils: add missing help for multiple algorithms
 2023-03-11  4:12 UTC 

[GIT PULL] erofs fixes for 6.3-rc2
 2023-03-10 16:58 UTC  (2+ messages)

[PATCH v4 1/5] fs: add i_blockmask()
 2023-03-10 11:13 UTC  (9+ messages)
` [PATCH v4 2/5] erofs: convert to use i_blockmask()
` [PATCH v4 3/5] gfs2: "
` [PATCH v4 4/5] ocfs2: "
` [PATCH v4 5/5] fs/remap_range: "

[PATCH 1/2] erofs-utils: fix liblzma extreme compression levels
 2023-03-10  9:16 UTC  (2+ messages)
` [PATCH 2/2] erofs-utils: refine README

[xiang-erofs:fixes] BUILD SUCCESS 3993f4f456309580445bb515fbc609d995b6a3ae
 2023-03-10  8:03 UTC 

[PATCH v3 1/6] fs: add i_blockmask()
 2023-03-10  6:50 UTC  (15+ messages)
` [PATCH v3 2/6] erofs: convert to use i_blockmask()
    `  "
` [PATCH v3 3/6] gfs2: "
` [PATCH v3 4/6] ext4: "
` [PATCH v3 5/6] ocfs2: "
` [PATCH v3 6/6] fs/remap_range: "

[PATCH] ext4: convert to DIV_ROUND_UP() in mpage_process_page_bufs()
 2023-03-10  6:41 UTC  (4+ messages)

[xiang-erofs:dev] BUILD SUCCESS 8cc07139c3a8b5f1adec4dfd02bcb87ced24ea8e
 2023-03-10  4:09 UTC 

[PATCH v2 1/5] fs: add i_blockmask()
 2023-03-09 14:58 UTC  (6+ messages)
` [PATCH v2 2/5] erofs: convert to use i_blockmask()
` [PATCH v2 3/5] gfs2: "
` [PATCH v2 4/5] ext4: "
` [PATCH v2 5/5] ocfs2: "

[PATCH 1/2] erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"
 2023-03-09 14:34 UTC  (4+ messages)
` [PATCH 2/2] erofs: get rid of an useless DBG_BUGON

[PATCH] erofs: use wrapper i_blocksize() in erofs_file_read_iter()
 2023-03-09 14:33 UTC  (8+ messages)
`  "

[PATCH v2] erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __init
 2023-03-09 14:32 UTC  (2+ messages)

[PATCH] erofs: fix wrong kunmap when using LZMA on HIGHMEM platforms
 2023-03-09 14:28 UTC  (2+ messages)

[PATCH 1/3] erofs-utils: optimize dedupe matching
 2023-03-09 11:26 UTC  (3+ messages)
` [PATCH 2/3] erofs-utils: improve documentation for upcoming 1.6
` [PATCH 3/3] erofs-utils: lib: fix errors when building xattrs

[PATCH 1/4] fs: add i_blocksize_mask()
 2023-03-09 10:21 UTC  (5+ messages)
` [PATCH 2/4] erofs: convert to use i_blocksize_mask()
` [PATCH 3/4] gfs2: "
` [PATCH 4/4] ext4: "

[PATCH V4 4/5] cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
 2023-01-11  5:25 UTC 

[PATCH V4 3/5] cachefiles: resend an open request if the read request's object is closed
 2023-01-11  5:25 UTC 

[PATCH V4 2/5] cachefiles: extract ondemand info field from cachefiles_object
 2023-01-11  5:25 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 NNTP newsgroup(s).