messages from 2026-03-25 14:58:55 to 2026-04-04 13:57:41 UTC [more...]
[xiang-erofs:dev-test] BUILD SUCCESS edbc44ae6d2b405ddac1b150b40d4fde8da35874
2026-04-04 13:56 UTC
[PATCH] erofs-utils: s3: fix memory leak in s3erofs_create_object_iterator
2026-04-04 8:27 UTC
[PATCH v4 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-04-03 21:14 UTC (7+ messages)
` [PATCH v4 1/3] fs: prepare for adding LSM blob to backing_file
` [PATCH v4 2/3] lsm: add backing_file LSM hooks
` [PATCH v4 3/3] selinux: fix overlayfs mmap() and mprotect() access checks
[PATCH erofs-utils v2 0/2] Fix 48-bit block addressing for extra devices
2026-04-03 13:05 UTC (3+ messages)
` [PATCH erofs-utils v2 1/2] erofs-utils: fix swapped hi/lo in 48-bit primary blocks read
` [PATCH erofs-utils v2 2/2] erofs-utils: handle 48-bit blocks/uniaddr for extra devices
[PATCH] erofs: handle 48-bit blocks/uniaddr for extra devices
2026-04-03 8:27 UTC (4+ messages)
` [PATCH v2] "
[PATCH 1/2] erofs-utils: mount: gracefully handle long-lived backend workers
2026-04-03 6:42 UTC (2+ messages)
` [PATCH 2/2] erofs-utils: mount: add --worker-log for detached workers
[PATCH experimental-tests] erofs-utils: tests: test FUSE error handling on corrupted inodes
2026-04-03 0:34 UTC (10+ messages)
` [PATCH v2 "
` [PATCH v3 "
` [PATCH v4 "
` [PATCH v5 "
[xiang-erofs:dev] BUILD SUCCESS d6250d49da4d8f11afc0d8991c84e0307949f92e
2026-04-02 20:50 UTC
[PATCH] erofs-utils: lib: fix fd leak in erofs_metamgr_init()
2026-04-02 11:26 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
Request for Late Proposal Submission – Medical Emergency During Application Period
2026-04-02 6:50 UTC (3+ messages)
` Request for Late Proposal Submission – Medical Emergency During Application Period [ ref:!00D1U013lbu.!500Kd0300s0L:ref ]
[PATCH] erofs: fix missing folio_unlock causing lock imbalance
2026-04-02 6:46 UTC (9+ messages)
` [PATCH] [PATCH v2] "
` [PATCH] [PATCH v3] erofs: ensure all folios are managed in erofs_try_to_free_all_cached_folios()
[PATCH] erofs: include the trailing NUL in FS_IOC_GETFSLABEL
2026-04-02 6:46 UTC (3+ messages)
[PATCH] erofs: verify metadata accesses for file-backed mounts
2026-04-02 6:46 UTC (3+ messages)
[PATCH 1/2] erofs-utils: lib: switch to GPL-2.0+ OR MIT dual license
2026-04-02 6:34 UTC (10+ messages)
` [PATCH 2/2] erofs-utils: switch other source files into MIT license
[PATCH] erofs-utils: lib/diskbuf: replace bool locked with a real mutex for MT
2026-04-02 6:02 UTC
[PATCH] erofs-utils: lib/diskbuf: fix MT data race in erofs_diskbuf_reserve()
2026-04-02 5:53 UTC (2+ messages)
[PATCH] erofs-utils: fix pthread resource leak in erofs_alloc_workqueue()
2026-04-01 6:23 UTC
[xiang-erofs:dev] BUILD SUCCESS 1a424156d2ea89d6a996911ea391019d92f4d439
2026-03-31 19:10 UTC
[GSoC 2026 + PATCH erofs-rs] chunk index (8-byte) layout support
2026-03-31 17:22 UTC
[PATCH 1/2 RESEND] erofs-utils: mount: generalize nbd source types for multi-backend support
2026-03-31 14:45 UTC (5+ messages)
` [PATCH 2/2] erofs-utils: mount: add fanotify pre-content OCI backend
` [PATCH v2 "
[GSoC 2026] Introduction & Proposal Discussion — fsck.erofs Multi-threaded Decompression
2026-03-31 14:03 UTC
[GSoC 2026] erofs-rs xattr POC + xattr_size() fix
2026-03-31 13:31 UTC
[PATCH 6.6.y] erofs: fix "BUG: Bad page state in z_erofs_do_read_page"
2026-03-31 13:12 UTC (2+ messages)
` Patch "erofs: fix "BUG: Bad page state in z_erofs_do_read_page"" has been added to the 6.6-stable tree
[PATCH] erofs-utils: tar: handle gzread errors
2026-03-31 7:51 UTC (2+ messages)
` [PATCH v2] "
[PATCH] erofs-utils: tar: guard slash-only header names
2026-03-31 3:58 UTC (3+ messages)
[PATCH v3 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-03-31 2:13 UTC (7+ messages)
` [PATCH v3 1/2] lsm: add backing_file LSM hooks
` [PATCH v3 2/2] selinux: fix overlayfs mmap() and mprotect() access checks
[GSoC 2026] Multi-threaded decompression for fsck.erofs — design question on z_erofs_decompress() parallelism
2026-03-30 19:02 UTC (5+ messages)
[PATCH] erofs-utils: support ztailpacking with encoded extents
2026-03-30 18:29 UTC
[PATCH] erofs-utils: lib: bound-check truncated directory blocks
2026-03-30 17:22 UTC
[xiang-erofs:dev-test] BUILD SUCCESS WITH UNVERIFIED WARNING eabeee4332ac9b5d87ab602f845dbf0e9f854978
2026-03-30 15:40 UTC
[PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-03-30 13:57 UTC (45+ messages)
` [PATCH 01/26] netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry
` [PATCH 02/26] netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
` [PATCH 03/26] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH 04/26] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH 05/26] netfs: Fix read abandonment during retry
` [PATCH 06/26] netfs: Fix the handling of stream->front by removing it
` [PATCH 07/26] cachefiles: Fix excess dput() after end_removing()
` [PATCH 08/26] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH 09/26] mm: Make readahead store folio count in readahead_control
` [PATCH 10/26] netfs: Bulk load the readahead-provided folios up front
` [PATCH 11/26] Add a function to kmap one page of a multipage bio_vec
` [PATCH 12/26] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH 13/26] netfs: Add some tools for managing bvecq chains
` [PATCH 14/26] netfs: Add a function to extract from an iter into a bvecq
` [PATCH 15/26] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH 16/26] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH 17/26] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [PATCH 18/26] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH 19/26] cifs: Remove support for ITER_KVEC/BVEC/FOLIOQ from smb_extract_iter_to_rdma()
` [PATCH 20/26] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH 21/26] netfs: Remove netfs_extract_user_iter()
` [PATCH 22/26] iov_iter: Remove ITER_FOLIOQ
` [PATCH 23/26] netfs: Remove folio_queue and rolling_buffer
` [PATCH 24/26] netfs: Check for too much data being read
` [PATCH 25/26] netfs: Limit the the minimum trigger for progress reporting
` [PATCH 26/26] netfs: Combine prepare and issue ops and grab the buffers on request
[PATCH AUTOSEL 6.19-6.1] erofs: add GFP_NOIO in the bio completion if needed
2026-03-30 12:38 UTC
[PATCH v1] erofs: remove the guard of showing domain_id and fsid
2026-03-30 8:51 UTC (5+ messages)
[PATCH 1/4] erofs-utils: lib: fix error-path resource leaks in stream setup
2026-03-30 7:01 UTC (6+ messages)
` [PATCH 2/4] erofs-utils: fix typos and enhance installation guide
` [PATCH 3/4] README: comprehensive refactor for clarity and professionalism
` [PATCH 4/4] docs: expand build instructions and multithreading documentation
[PATCH 1/3] erofs-utils: lib: fix error-path resource leaks in stream setup
2026-03-30 6:44 UTC (5+ messages)
` [PATCH 2/3] erofs-utils: fix typos and enhance installation guide
` [PATCH 3/3] README: comprehensive refactor for clarity and professionalism
[PATCH 1/3] erofs-utils: lib: fix error-path resource leaks in stream setup
2026-03-30 6:39 UTC (5+ messages)
` [PATCH 2/3] erofs-utils: fix typos and enhance installation guide
` [PATCH 3/3] README: comprehensive refactor for clarity and professionalism
[PATCH] erofs-utils: fix resource leaks and missing returns on error paths
2026-03-30 4:41 UTC (4+ messages)
[PATCH] erofs-utils: fix typos and enhance installation guide
2026-03-30 1:45 UTC (4+ messages)
[PATCH] erofs-utils: lib: switch ZSTD decompression to streaming API
2026-03-30 1:42 UTC (4+ messages)
[PATCH] erofs-utils: lib: fix EINTR mishandling in erofs_io_read()
2026-03-29 20:44 UTC (2+ messages)
[PATCH] erofs-utils: lib: tar: fix fractional PAX mtime parsing
2026-03-29 17:36 UTC
[PATCH] erofs-utils: lib: fix data race on __erofs_is_progressmsg
2026-03-29 13:23 UTC
[PATCH] erofs-utils: tar: fix multi-chunk metadata reads
2026-03-28 1:19 UTC (3+ messages)
[PATCH v3] erofs-utils: lib: fix infinite loop on EOF in erofs_io_xcopy
2026-03-28 0:39 UTC (2+ messages)
[PATCH] erofs-utils: tar: guard NULL hardlink targets
2026-03-27 19:37 UTC (3+ messages)
` [PATCH] erofs-utils: tests: add test for malformed tar "
[PATCH 6.1.y 1/2] erofs: handle overlapped pclusters out of crafted images properly
2026-03-27 4:33 UTC (2+ messages)
` [PATCH 6.1.y 2/2] erofs: fix PSI memstall accounting
[PATCH] erofs-utils: lib: fix error-path resource leaks in stream setup
2026-03-26 18:14 UTC
[RFC PATCH v2 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-03-26 14:14 UTC (5+ messages)
` [RFC PATCH v2 1/2] lsm: add backing_file LSM hooks
[PATCH] erofs-utils: tar: guard empty PAX path trimming
2026-03-26 12:54 UTC
[GIT PULL] erofs fixes for 7.0-rc6
2026-03-26 1:52 UTC (2+ messages)
[PATCH 0/6] mm: vma flag tweaks
2026-03-25 19:11 UTC (21+ messages)
` [PATCH 2/6] mm: add vma_desc_test_all() and use it
` [PATCH 3/6] mm: always inline __mk_vma_flags() and invoked functions
` [PATCH 4/6] mm: reintroduce vma_flags_test() as a singular flag test
` [PATCH 5/6] mm: reintroduce vma_desc_test() "
` [PATCH 6/6] tools/testing/vma: add test for vma_flags_test(), vma_desc_test()
[xiang-erofs:dev-test] BUILD SUCCESS 2f0407ed923b7eb363424033fc12fe253da139c4
2026-03-25 15:48 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