linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-23 00:10:26 to 2023-04-10 09:47:49 UTC [more...]

[syzbot] BUG: spinlock bad magic in erofs_pcpubuf_growsize
 2023-04-10  9:47 UTC  (4+ messages)
  ` [syzbot] [erofs?] "

[syzbot] WARNING in rmqueue
 2023-04-10  9:26 UTC  (3+ messages)
  ` [syzbot] [erofs?] "

[syzbot] [erofs?] WARNING in z_erofs_decompress_queue
 2023-04-10  9:07 UTC  (3+ messages)

[PATCH 0/7] erofs: introduce long xattr name prefixes feature
 2023-04-10  6:47 UTC  (21+ messages)
` [PATCH 1/7] erofs: keep meta inode into erofs_buf
` [PATCH 2/7] erofs: initialize packed inode after root inode is assigned
` [PATCH 3/7] erofs: move packed inode out of the compression part
` [PATCH 4/7] erofs: introduce on-disk format for long xattr name prefixes
` [PATCH 5/7] erofs: add helpers to load "
` [PATCH 6/7] erofs: handle long xattr name prefixes properly
  ` [PATCH v2 "
` [PATCH 7/7] erofs: enable long extended attribute name prefixes
  ` [PATCH v2 "

[PATCH 1/5] erofs-utils: lib: rb_tree: fix broken rb_iter_init() prototype
 2023-04-09 13:53 UTC  (12+ messages)
` [PATCH 2/5] erofs-utils: mkfs: drop dead code in -z parsing
` [PATCH 3/5] erofs-utils: man: mkfs.erofs: wording/formatting touchups
` [PATCH 4/5] erofs-utils: man: fsck.erofs: "
    ` [PATCH v2 "
` [PATCH 5/5] erofs-utils: man: dump.erofs: "

【重要】Amazonのお知らせ、情報を更新してください。メール番号:M461
 2023-04-08 20:16 UTC 

[xiang-erofs:dev] BUILD SUCCESS 03f74401141f309de6c48ca045f256fda328d740
 2023-04-08  7:46 UTC 

[PATCH v2 00/23] fs-verity support for XFS
 2023-04-07 19:56 UTC  (65+ 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 1/3] erofs-utils: get rid of erofs_buf_write_bhops
 2023-04-07 14:08 UTC  (4+ messages)
` [PATCH 2/3] erofs-utils: xattr: avoid global variable shared_xattrs_size
` [PATCH 3/3] erofs-utils: xattr: avoid using inode_xattr_node for shared xattrs
` [PATCH v2 1/3] erofs-utils: get rid of erofs_buf_write_bhops

[PATCH v2 1/3] erofs-utils: lib: export packedfile APIs
 2023-04-07 14:09 UTC  (3+ messages)
` [PATCH v2 2/3] erofs-utils: introduce on-disk format for long xattr name prefixes
` [PATCH v2 3/3] erofs-utils: build xattrs upon extra long "

[PATCH 1/3] kobject: introduce kobject_is_added()
 2023-04-07  7:23 UTC  (21+ messages)
` [PATCH 2/3] erofs: convert to use kobject_is_added()
` [PATCH 3/3] zonefs: "

[PATCH 2/2] erofs: remove unnecessary kobject_del()
 2023-04-06  9:41 UTC  (3+ messages)

[PATCH v3 01/10] kobject: introduce kobject_del_and_put()
 2023-04-04 13:30 UTC  (4+ 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  (8+ 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 8/8] erofs: use separate xattr parsers for listxattr/getxattr

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