Linux-EROFS Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-08 12:10:01 to 2026-01-15 18:17:58 UTC [more...]

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-15 18:17 UTC  (31+ messages)
` [PATCH 01/29] exportfs: add new EXPORT_OP_STABLE_HANDLES flag
` [PATCH 02/29] tmpfs: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH 03/29] ext4: "
` [PATCH 04/29] ext2: "
` [PATCH 05/29] erofs: "
` [PATCH 06/29] efs: "
` [PATCH 07/29] xfs: "
` [PATCH 08/29] ceph: "
` [PATCH 09/29] btrfs: "
` [PATCH 10/29] befs: "
` [PATCH 11/29] ufs: "
` [PATCH 12/29] udf: "
` [PATCH 13/29] affs: "
` [PATCH 14/29] squashfs: "
` [PATCH 15/29] smb/client: "
` [PATCH 16/29] ovl: "
` [PATCH 17/29] orangefs: "
` [PATCH 18/29] ocfs2: "
` [PATCH 19/29] ntfs3: "
` [PATCH 20/29] nilfs2: "
` [PATCH 21/29] nfs: "
` [PATCH 22/29] jfs: "
` [PATCH 23/29] jffs2: "
` [PATCH 24/29] isofs: "
` [PATCH 25/29] gfs2: "
` [PATCH 26/29] fuse: "
` [PATCH 27/29] fat: "
` [PATCH 28/29] f2fs: "
` [PATCH 29/29] nfsd: only allow filesystems that set EXPORT_OP_STABLE_HANDLES

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-15  8:33 UTC  (78+ 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()

You Received a New Document
 2026-01-15  8:21 UTC 

[PATCH v1] erofs-utils: lib: oci: support auto-detecting host platform
 2026-01-15  5:13 UTC  (4+ messages)
` [PATCH v2] "

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

[PATCH] erofs-utils: lib: support >2TiB tarballs for EROFS index-only images
 2026-01-14 15:52 UTC 

[PATCH 1/3] erofs-utils: lib: s3: fix diskbuf commit size
 2026-01-14  8:46 UTC  (11+ messages)
` [PATCH 2/3] erofs-utils: lib: s3: set UID & GID correctly
    ` [PATCH v2] erofs-utils: lib: correctly set {u,g}id in erofs_rebuild_make_root()
            ` [PATCH v3] erofs-utils: lib: correctly set {u,g}id in erofs_make_empty_root_inode()
` [PATCH 3/3] erofs-utils: lib: s3: properly escape object key names

[PATCH] erofs-utils: lib: s3: fix SigV4 signature timestamp mismatch
 2026-01-14  7:38 UTC 

[PATCH v3 3/3] Documentation: Fix typos and grammatical errors
 2026-01-13 20:58 UTC  (3+ messages)

[xiang-erofs:dev] BUILD SUCCESS faf2e75062d691af8ecb48077fd7947bd7840cee
 2026-01-13 14:43 UTC 

[PATCH] erofs-utils: lib: Fix erofs_prepare_xattr_ibody() return value
 2026-01-13  9:55 UTC 

[PATCH] erofs-utils: lib: ignore xattr_types[0] when matching xattr prefixes
 2026-01-13  9:54 UTC 

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

[PATCH v2] Documentation: Fix typos and grammatical errors
 2026-01-12  9:16 UTC 

[PATCH] erofs: tidy up synchronous decompression
 2026-01-12  9:16 UTC  (2+ messages)

[GIT PULL] erofs fix for 6.19-rc5
 2026-01-11  0:00 UTC  (10+ messages)
` [GIT PULL] erofs fix for 6.19-rc5 (fix the stupid mistake)
    ` [PATCH] erofs: fix file-backed mounts no longer working on EROFS partitions

[xiang-erofs:dev-test] BUILD SUCCESS 0a7468a8de7a2721cc0cce30836726f2a3ac2120
 2026-01-10 20:53 UTC 

[xiang-erofs:dev-test] BUILD SUCCESS 23da3c774fc3ed87e7b9ec86addbb743cb82f4b0
 2026-01-09 12:00 UTC 

[PATCH v13 00/10] erofs: Introduce page cache sharing feature
 2026-01-09 10:43 UTC  (17+ 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  (5+ messages)
` [PATCH v12 07/10] erofs: introduce the page cache share feature


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