Linux-EROFS Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-24 04:22:39 to 2026-01-09 07:47:39 UTC [more...]

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-09  7:40 UTC  (43+ messages)
` [PATCH 01/24] fs: add setlease to generic_ro_fops and read-only filesystem directory operations
` [PATCH 02/24] affs: add setlease file operation
` [PATCH 03/24] btrfs: "
` [PATCH 04/24] erofs: "
` [PATCH 05/24] ext2: "
` [PATCH 06/24] ext4: "
` [PATCH 07/24] exfat: "
` [PATCH 08/24] f2fs: "
` [PATCH 09/24] fat: "
` [PATCH 10/24] gfs2: add a "
` [PATCH 11/24] jffs2: add "
` [PATCH 12/24] jfs: "
` [PATCH 13/24] nilfs2: "
` [PATCH 14/24] ntfs3: "
` [PATCH 15/24] ocfs2: "
` [PATCH 16/24] orangefs: "
` [PATCH 17/24] overlayfs: "
` [PATCH 18/24] squashfs: "
` [PATCH 19/24] tmpfs: "
` [PATCH 20/24] udf: "
` [PATCH 21/24] ufs: "
` [PATCH 22/24] xfs: "
` [PATCH 23/24] filelock: default to returning -EINVAL when ->setlease operation is NULL
` [PATCH 24/24] fs: remove simple_nosetlease()

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

[PATCH] erofs-utils: tar: fix self-hardlink handling
 2026-01-09  4:14 UTC 

[PATCH v12 00/10] erofs: Introduce page cache sharing feature
 2026-01-08 12:32 UTC  (25+ 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 "

[PATCH] erofs: don't bother with s_stack_depth increasing for now
 2026-01-08 12:30 UTC  (26+ messages)
            ` [PATCH v2] "
                ` [PATCH v3] "
                ` [PATCH v3 RESEND] "

[PATCH v1] erofs: Fix state inconsistency when updating fsid/domain_id
 2026-01-06  8:11 UTC  (4+ messages)

[PATCH] erofs-utils: lib: add fallback for SEEK_{DATA,HOLE}
 2026-01-06  3:58 UTC 

[PATCH 6.18.y v2] erofs: fix unexpected EIO under memory pressure
 2026-01-05 13:56 UTC  (2+ 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 

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

[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  (4+ 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  (11+ messages)
` [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] 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  (21+ messages)
` [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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox