Linux-EROFS Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-02 11:03:28 to 2026-01-04 21:14:55 UTC [more...]

[PATCH] erofs: don't bother with s_stack_depth increasing for now
 2026-01-04 21:14 UTC  (7+ messages)

[PATCH 2/2] erofs-utils: Enable 64-bit off_t with AC_SYS_LARGEFILE
 2026-01-04  1:43 UTC  (2+ messages)
` [PATCH 1/2] erofs-utils: Drop configure checks for unused functions

[xiang-erofs:dev-test] BUILD SUCCESS cba8a6e918d761538eadb402b30972f87c8863c0
 2026-01-01 17:01 UTC 

[xiang-erofs:dev] BUILD SUCCESS ab4b58a1bcba0d39ae20208a41e062d5ffee1614
 2025-12-31 21:46 UTC 

[PATCH] Add initerofs for EROFS-backed early rootfs
 2025-12-31 17:07 UTC 

[PATCH v12 00/10] erofs: Introduce page cache sharing feature
 2025-12-31  9:01 UTC  (11+ messages)
` [PATCH v12 01/10] iomap: stash iomap read ctx in the private field of iomap_iter
` [PATCH v12 02/10] erofs: hold read context in iomap_iter if needed
` [PATCH v12 03/10] fs: Export alloc_empty_backing_file
` [PATCH v12 04/10] erofs: decouple `struct erofs_anon_fs_type`
` [PATCH v12 05/10] erofs: support user-defined fingerprint name
` [PATCH v12 06/10] erofs: support domain-specific page cache share
` [PATCH v12 07/10] erofs: introduce the page cache share feature
` [PATCH v12 08/10] erofs: support unencoded inodes for page cache share
` [PATCH v12 09/10] erofs: support compressed "
` [PATCH v12 10/10] erofs: implement .fadvise "

[xiang-erofs:dev-test 9/10] fs/erofs/xattr.c:436:28: sparse: sparse: symbol 'erofs_xattr_user_handler' was not declared. Should it be static?
 2025-12-31  9:02 UTC 

[PATCH 1/4] erofs: fix incorrect early exits for invalid metabox-enabled images
 2025-12-31  4:57 UTC  (10+ messages)
` [PATCH 2/4] erofs: fix incorrect early exits in volume label handling
` [PATCH 3/4] erofs: unexport erofs_getxattr()
` [PATCH 4/4] erofs: unexport erofs_xattr_prefix()
  ` [PATCH v2 "

[xiang-erofs:dev-test 9/10] fs/erofs/xattr.c:451:43: sparse: sparse: symbol 'erofs_xattr_security_handler' was not declared. Should it be static?
 2025-12-31  2:59 UTC 

[xiang-erofs:dev] BUILD SUCCESS e84fd1bdbe05e6b3ebe5766b98b7e4902203e8e1
 2025-12-31  0:48 UTC 

[PATCH] erofs-utils: mkfs: set LZ4_0PADDING unconditionally
 2025-12-30  6:17 UTC 

[PATCH v2 1/4] erofs-utils: lib: introduce prefix-aware erofs_setxattr()
 2025-12-30  4:37 UTC  (6+ messages)
` [PATCH v2 2/4] erofs-utils: lib: switch to use `struct erofs_mkfs_btctx`
` [PATCH v2 3/4] erofs-utils: lib: delay erofs_prepare_xattr_ibody()
` [PATCH v2 4/4] erofs-utils: mkfs: add `--inode-digest-xattr` option

[PATCH] erofs: remove useless src in erofs_xattr_copy_to_buffer()
 2025-12-30  2:41 UTC  (3+ messages)

[PATCH 6.18.y v2] erofs: fix unexpected EIO under memory pressure
 2025-12-30  2:30 UTC 

[xiang-erofs:dev-test] BUILD SUCCESS 272246418f02ca7627d5c2bb35906bc341cd438b
 2025-12-30  1:10 UTC 

[xiang-erofs:dev] BUILD SUCCESS 6ff312442c59d2c3cc08a74b70a4373b552fd0c1
 2025-12-29 16:26 UTC 

[PATCH 1/2] erofs-utils: lib: introduce prefix-aware erofs_setxattr()
 2025-12-29 13:15 UTC  (5+ messages)
` [PATCH 2/2] erofs-utils: mkfs: add `--inode-digest-xattr` option

[RESEND PATCH 1/2] erofs-utils: lib: oci: restrict `ocierofs_io_open()` to single-layer images
 2025-12-29  3:26 UTC  (2+ messages)
` [RESEND PATCH 2/2] erofs-utils: mount: gracefully exit when `erofsmount_nbd()` encounts an error

[PATCH 1/2] erofs-utils: mount: gracefully exit when `erofsmount_nbd()` encounts an error
 2025-12-29  1:43 UTC  (8+ messages)
` [PATCH 2/2] erofs-utils: lib: oci: restrict `ocierofs_io_open()` to single-layer images

[PATCH 1/2] erofs-utils: mount: gracefully exit when `erofsmount_nbd()` encounts an error
 2025-12-27 13:15 UTC  (4+ messages)
` [PATCH 2/2] erofs-utils: mount: fix ioctl-based NBD disconnect behavior

[xiang-erofs:dev-test] BUILD SUCCESS 1896b9f9c7d473df959c51fed4849d3357b55d14
 2025-12-26 19:53 UTC 

[REGRESSION] erofs: new file-backed stacking limit breaks container overlay use case in 6.12.63
 2025-12-26 14:22 UTC  (2+ messages)

[REGRESSION] erofs: new file-backed stacking limit breaks container overlay use case in 6.12.63
 2025-12-26 12:34 UTC 

[PATCH 2/5] erofs-utils: mount: Refactor NBD connection logic in erofsmount_nbd()
 2025-12-26  8:01 UTC  (13+ messages)
` [PATCH 3/5] erofs-utils: lib: oci: restrict `ocierofs_io_open()` to single-layer images
` [PATCH 4/5] erofs-utils: mount: gracefully exit when `erofsmount_nbd()` encounts an error
` [PATCH 5/5] erofs-utils: mount: stop checking `/sys/block/nbdX/pid`
` [PATCH v2 2/5] erofs-utils: mount: Refactor NBD connection logic in erofsmount_nbd()

[PATCH] erofs: avoid noisy messages for transient -ENOMEM
 2025-12-26  6:09 UTC 

[PATCH] erofs-utils: fix OS portability for extended attributes
 2025-12-26  3:04 UTC 

[PATCH v11 00/10] erofs: Introduce page cache sharing feature
 2025-12-25  6:24 UTC  (24+ messages)
` [PATCH v11 01/10] iomap: stash iomap read ctx in the private field of iomap_iter
` [PATCH v11 02/10] erofs: hold read context in iomap_iter if needed
` [PATCH v11 03/10] fs: Export alloc_empty_backing_file
` [PATCH v11 04/10] erofs: move `struct erofs_anon_fs_type` to super.c
` [PATCH v11 05/10] erofs: support user-defined fingerprint name
` [PATCH v11 06/10] erofs: support domain-specific page cache share
` [PATCH v11 07/10] erofs: introduce the page cache share feature
` [PATCH v11 08/10] erofs: support unencoded inodes for page cache share
` [PATCH v11 09/10] erofs: support compressed "
` [PATCH v11 10/10] erofs: implement .fadvise "

[xiang-erofs:dev-test] BUILD SUCCESS 97efa004aca1ef7b090bc97f836902598886fd7a
 2025-12-24 22:50 UTC 

[GIT PULL] erofs fix for 6.19-rc3
 2025-12-24 18:55 UTC  (2+ messages)

[PATCH 1/9] erofs-utils: lib: fix erofs_listxattr()
 2025-12-24 18:31 UTC  (9+ messages)
` [PATCH 2/9] erofs-utils: lib: convert erofs_read_metabuf() to erofs_bread() for xattr
` [PATCH 3/9] erofs-utils: lib: use absolute position in xattr iterator
` [PATCH 4/9] erofs-utils: lib: unify xattr_iter structures
` [PATCH 5/9] erofs-utils: lib: make the size of read data stored in buffer_ofs
` [PATCH 6/9] erofs-utils: lib: unify inline/shared xattr iterators for listxattr/getxattr
` [PATCH 7/9] erofs-utils: lib: use separate xattr parsers "
` [PATCH 8/9] erofs-utils: lib: switch erofs_bread() to passing offset instead of block number
` [PATCH 9/9] erofs-utils: lib: remove ENOATTR definition

[PATCH] erofs-utils: lib: introduce erofs_sys_lsetxattr()
 2025-12-24  3:59 UTC 

[PATCH v10 00/10] erofs: Introduce page cache sharing feature
 2025-12-23 12:40 UTC  (22+ messages)
` [PATCH v10 01/10] iomap: stash iomap read ctx in the private field of iomap_iter
` [PATCH v10 02/10] erofs: hold read context in iomap_iter if needed
` [PATCH v10 03/10] fs: Export alloc_empty_backing_file
` [PATCH v10 04/10] erofs: move `struct erofs_anon_fs_type` to super.c
` [PATCH v10 05/10] erofs: support user-defined fingerprint name
` [PATCH v10 06/10] erofs: support domain-specific page cache share
` [PATCH v10 07/10] erofs: introduce the page cache share feature
` [PATCH v10 08/10] erofs: support unencoded inodes for page cache share
` [PATCH v10 09/10] erofs: support compressed "

[PATCH] erofs-utils: mkfs: forget all dirty buffers on failure
 2025-12-23 10:12 UTC 

[PATCH 1/5] erofs-utils: mount: add "-d <0-9>" option to set debug level
 2025-12-23  9:59 UTC 

[PATCH v10 10/10] erofs: implement .fadvise for page cache share
 2025-12-23  8:38 UTC  (2+ messages)

[PATCH 1/2] erofs-utils: mount: add support for netlink disconnection
 2025-12-23  2:09 UTC  (4+ messages)
` [PATCH 2/2] erofs-utils: mount: add `--disconnect` command

[xiang-erofs:dev-test] BUILD SUCCESS 4012d78562193ef5eb613bad4b0c0fa187637cfe
 2025-12-22 16:46 UTC 

[PATCH v9 00/10] erofs: inode page cache share feature
 2025-12-22  8:59 UTC  (3+ messages)
` [PATCH v9 07/10] erofs: introduce the "

[PATCH] erofs-utils: mount: add manpage and usage info for oci.insecure option
 2025-12-22  8:46 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1] erofs-utils: mount: add manpage and usage information
 2025-12-22  7:44 UTC  (6+ messages)
` [PATCH v3] mount.erofs: "
` [PATCH v4] erofs-utils: mount: "
` [PATCH v5] "

[PATCH v2] erofs: fix unexpected EIO under memory pressure
 2025-12-21 16:00 UTC  (2+ messages)

[xiang-erofs:dev-test] BUILD SUCCESS 5da7eab185b4386ce6a909a946fe28c134350253
 2025-12-20  7:42 UTC 

[PATCH] erofs: fix unexpected EIO under memory pressure
 2025-12-19  9:54 UTC  (4+ messages)

[PATCH] erofs: improve LZ4 error strings
 2025-12-19  6:43 UTC 

[PATCH 1/2] erofs-utils: lib: oci: fix a corner-case in `ocierofs_parse_ref()`
 2025-12-18  9:42 UTC  (10+ messages)
` [PATCH 2/2] erofs-utils: lib: oci: allow HTTP connections to registry
  ` [PATCH v2 "

[PATCH v3] erofs: simplify the code using for_each_set_bit
 2025-12-18  9:20 UTC  (2+ messages)

[PATCH v2] erofs: print the names of unsupported compression algorithms
 2025-12-18  3:27 UTC 

[PATCH] erofs: print the names of unsupported compression algorithms
 2025-12-18  3:25 UTC  (2+ messages)

[PATCH v2] erofs: simplify the code using for_each_set_bit
 2025-12-18  3:02 UTC  (2+ messages)

[PATCH] erofs: simplify the code using for_each_set_bit
 2025-12-17 14:04 UTC  (2+ messages)

[xiang-erofs:dev] BUILD SUCCESS e68e6eb58221ce30497c238d37704d230321869d
 2025-12-17  8:53 UTC 

[PATCH] erofs-utils: mount: fix type mismatches causing compilation errors
 2025-12-17  8:07 UTC 

[PATCH] erofs-utils: lib: s3: support bucket domain names
 2025-12-17  7:16 UTC 

[PATCH] erofs: make z_erofs_crypto[] static
 2025-12-16  8:25 UTC  (2+ messages)

[PATCH] erofs-utils: add myself to AUTHORS
 2025-12-16  7:38 UTC 

[PATCH 1/2] erofs-utils: mount: Check the status of subprocess to avoid infinite loop
 2025-12-13 14:45 UTC  (3+ messages)
` [PATCH 2/2] erofs-utils: mkfs: correctly initialize `oci_cfg->layer_index`

[xiang-erofs:dev-test] BUILD SUCCESS f9999e5b414dea8cd98343c77603061e05ecaaba
 2025-12-09 20:54 UTC 

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-12-09 17:18 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2] erofs: Use %pe format specifier for error pointers
 2025-12-08 10:56 UTC  (2+ messages)

[BUGFIX] [PATCH] erofs-utils: lib: fix erofs_io_sendfile() once more
 2025-12-04  8:42 UTC  (2+ messages)

[GIT PULL] erofs updates for 6.19-rc1
 2025-12-04  4:48 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