messages from 2025-11-17 13:37:30 to 2025-12-24 18:31:54 UTC [more...]
[PATCH 1/9] erofs-utils: lib: fix erofs_listxattr()
2025-12-24 18:31 UTC (2+ messages)
` [PATCH 4/9] erofs-utils: lib: unify xattr_iter structures
[PATCH v11 00/10] erofs: Introduce page cache sharing feature
2025-12-24 10:05 UTC (21+ 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 "
[PATCH] erofs-utils: lib: introduce erofs_sys_lsetxattr()
2025-12-24 3:59 UTC
[GIT PULL] erofs fix for 6.19-rc3
2025-12-23 14:49 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 2/5] erofs-utils: mount: Refactor NBD connection logic in erofsmount_nbd()
2025-12-23 10:11 UTC (5+ 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 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 (20+ messages)
` [PATCH v9 01/10] iomap: stash iomap read ctx in the private field of iomap_iter
` [PATCH v9 02/10] erofs: hold read context in iomap_iter if needed
` [PATCH v9 04/10] erofs: move `struct erofs_anon_fs_type` to super.c
` [PATCH v9 05/10] erofs: support user-defined fingerprint name
` [PATCH v9 06/10] erofs: support domain-specific page cache share
` [PATCH v9 07/10] erofs: introduce the page cache share feature
` [PATCH v9 08/10] erofs: support unencoded inodes for page cache share
` [PATCH v9 09/10] erofs: support compressed "
` [PATCH v9 10/10] erofs: implement .fadvise "
[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 (10+ messages)
` [PATCH v2] mount.erofs: "
` [PATCH v3] "
` [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 (11+ 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 1/2] erofs-utils: mount: gracefully exit when `erofsmount_nbd()` encounts an error
2025-12-16 9:48 UTC (6+ messages)
` [PATCH 2/2] erofs-utils: lib: oci: restrict `ocierofs_io_open()` to single-layer images
[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)
[bug report] erofs: enable error reporting for z_erofs_fixup_insize()
2025-12-02 8:47 UTC (3+ messages)
[xiang-erofs:dev] BUILD SUCCESS 0bdbf89a8bbeb155644b69dc2d071a1ce23414f8
2025-12-01 21:34 UTC
[PATCH] erofs: switch on-disk header `erofs_fs.h` to MIT license
2025-12-01 7:21 UTC (7+ messages)
[PATCH v1] erofs-utils: add myself to AUTHORS
2025-12-01 2:43 UTC (2+ messages)
[PATCH 1/4] erofs: improve decompression error reporting
2025-11-30 15:53 UTC (5+ messages)
` [PATCH 2/4] erofs: improve Zstd, LZMA and DEFLATE error strings
` [PATCH 3/4] erofs: enable error reporting for z_erofs_stream_switch_bufs()
` [PATCH 4/4] erofs: enable error reporting for z_erofs_fixup_insize()
` [PATCH v2 "
[PATCH 0/2] erofs-utils: lib: oci: implement on-demand caching and direct IO
2025-11-30 15:16 UTC (3+ messages)
` [PATCH 1/2] erofs-utils: lib: oci: add on-demand blob cache
` [PATCH 2/2] erofs-utils: lib: oci: write downloaded data directly to fd
[xiang-erofs:dev] BUILD SUCCESS 7f5b9d4481173634aa53a6cb7d0f7b66bcd85ab6
2025-11-29 15:10 UTC
[PATCH] erofs: get rid of raw bi_end_io() usage
2025-11-28 11:44 UTC (7+ messages)
` [PATCH v2] "
[PATCH] erofs: tidy up z_erofs_lz4_handle_overlap()
2025-11-28 11:43 UTC (2+ messages)
EFT payment successfully released
2025-11-27 10:22 UTC
[PATCH v3] erofs-utils: lib: s3: support AWS SigV4 for S3 backend
2025-11-26 8:35 UTC
[xiang-erofs:dev] BUILD SUCCESS d53cd891f0e4311889349fff3a784dc552f814b9
2025-11-25 7:50 UTC
[PATCH 1/2] erofs-utils: mkfs: fix memleak in error exit path
2025-11-24 12:36 UTC (6+ messages)
` [PATCH 2/2] erofs-utils: lib: support AWS SigV4 for S3 backend
` [PATCH v2] "
` [Interdiff v2~v1] "
[PATCH] erofs: limit the level of fs stacking for file-backed mounts
2025-11-24 2:12 UTC (6+ messages)
` [PATCH v2] "
[syzbot] [erofs?] WARNING in get_next_unlocked_entry
2025-11-24 0:44 UTC (7+ messages)
` [PATCH] erofs: correct FSDAX detection
[PATCH] erofs-utils: lib: avoid malformed metabox metadata
2025-11-23 16:24 UTC
[PATCH] erofs-utils: mkfs: add support to issue directory data separately
2025-11-21 7:57 UTC
[syzbot] [erofs?] WARNING in dax_iomap_rw
2025-11-21 1:54 UTC (2+ messages)
[xiang-erofs:dev-test] BUILD SUCCESS 3027b141cbeb759f0310bb56de7d4da3a9eb511f
2025-11-18 13:23 UTC
[PATCH v2] erofs-utils: introduce --ishare_key option for local dir to support shared page cache
2025-11-18 1:58 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox