Linux-EROFS Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-19 08:53:08 to 2026-01-22 16:56:12 UTC [more...]

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-22 16:56 UTC  (15+ messages)
` [PATCH v2 01/13] mm/vma: remove __private sparse decoration from vma_flags_t
` [PATCH v2 02/13] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH v2 03/13] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH v2 04/13] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH v2 05/13] mm: add basic VMA flag operation helper functions
` [PATCH v2 06/13] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH v2 07/13] mm: update secretmem "
` [PATCH v2 08/13] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH v2 09/13] mm: update all remaining mmap_prepare users "
` [PATCH v2 10/13] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH v2 11/13] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH v2 12/13] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH v2 13/13] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH v17 00/10] erofs: Introduce page cache sharing feature
 2026-01-22 16:40 UTC  (17+ messages)
` [PATCH v17 01/10] fs: Export alloc_empty_backing_file
` [PATCH v17 02/10] erofs: decouple `struct erofs_anon_fs_type`
` [PATCH v17 03/10] erofs: support user-defined fingerprint name
` [PATCH v17 04/10] erofs: add erofs_inode_set_aops helper to set the aops
` [PATCH v17 05/10] erofs: using domain_id in the safer way
` [PATCH v17 06/10] erofs: introduce the page cache share feature
` [PATCH v17 07/10] erofs: pass inode to trace_erofs_read_folio
` [PATCH v17 08/10] erofs: support unencoded inodes for page cache share
` [PATCH v17 09/10] erofs: support compressed "
` [PATCH v17 10/10] erofs: implement .fadvise "

[PATCH RESEND 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-22 15:47 UTC  (29+ messages)
` [PATCH RESEND 01/12] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH RESEND 02/12] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH RESEND 03/12] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH RESEND 04/12] mm: add basic VMA flag operation helper functions
` [PATCH RESEND 05/12] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH RESEND 06/12] mm: update secretmem "
` [PATCH RESEND 07/12] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH RESEND 08/12] mm: update all remaining mmap_prepare users "
` [PATCH RESEND 09/12] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH RESEND 10/12] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH RESEND 11/12] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH RESEND 12/12] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH v16 00/10] erofs: Introduce page cache sharing feature
 2026-01-22 15:09 UTC  (14+ messages)
` [PATCH v16 01/10] fs: Export alloc_empty_backing_file
` [PATCH v16 02/10] erofs: decouple `struct erofs_anon_fs_type`
` [PATCH v16 03/10] erofs: support user-defined fingerprint name
` [PATCH v16 04/10] erofs: add erofs_inode_set_aops helper to set the aops
` [PATCH v16 05/10] erofs: using domain_id in the safer way
` [PATCH v16 06/10] erofs: introduce the page cache share feature
` [PATCH v16 07/10] erofs: pass inode to trace_erofs_read_folio
` [PATCH v16 08/10] erofs: support unencoded inodes for page cache share
` [PATCH v16 09/10] erofs: support compressed "
` [PATCH v16 10/10] erofs: implement .fadvise "

[PATCH v15 0/9] erofs: Introduce page cache sharing feature
 2026-01-22 14:48 UTC  (23+ messages)
` [PATCH v15 5/9] erofs: introduce the page cache share feature

[PATCH] erofs: tidy up erofs_init_inode_xattrs()
 2026-01-22 14:36 UTC 

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-22 12:12 UTC  (32+ messages)

[PATCH 1/4] erofs: fix incorrect early exits for invalid metabox-enabled images
 2026-01-22  9:17 UTC  (7+ messages)
` [PATCH 2/4] erofs: fix incorrect early exits in volume label handling
` [PATCH 3/4] erofs: unexport erofs_getxattr()

[PATCH] erofs: remove useless src in erofs_xattr_copy_to_buffer()
 2026-01-22  9:09 UTC  (2+ messages)

[PATCH 4/4] erofs: unexport erofs_xattr_prefix()
 2026-01-22  9:08 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] erofs: avoid noisy messages for transient -ENOMEM
 2026-01-22  9:03 UTC  (2+ messages)

[PATCH] erofs: improve LZ4 error strings
 2026-01-22  4:21 UTC  (2+ messages)

[PATCH] erofs: add missing documentation about `directio` mount option
 2026-01-22  2:52 UTC 

[PATCH v3] erofs-utils: mkfs: add `--xattr-inode-digest` option
 2026-01-22  2:04 UTC  (3+ messages)

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

[PATCH v3] erofs: simplify the code using for_each_set_bit
 2026-01-21  5:27 UTC  (2+ messages)

[PATCH] erofs: make z_erofs_crypto[] static
 2026-01-21  5:23 UTC  (2+ messages)

[PATCH v2] erofs: Use %pe format specifier for error pointers
 2026-01-21  5:22 UTC  (2+ messages)

[PATCH] erofs: tidy up synchronous decompression
 2026-01-20  2:24 UTC  (2+ messages)

[PATCH 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-19 21:18 UTC  (16+ messages)
` [PATCH 01/12] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH 02/12] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH 03/12] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH 04/12] mm: add basic VMA flag operation helper functions
` [PATCH 05/12] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH 06/12] mm: update secretmem "
` [PATCH 07/12] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH 08/12] mm: update all remaining mmap_prepare users "
` [PATCH 09/12] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH 10/12] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH 11/12] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH 12/12] tools/testing/vma: add VMA userland tests for VMA flag functions


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