linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/5] cachefiles: some bugfixes for clean object/send req/poll
 2024-04-24  6:23 UTC  (9+ messages)
` [PATCH 1/5] cachefiles: stop sending new request when dropping object
` [PATCH 2/5] cachefiles: flush all requests for the object that is being dropped
` [PATCH 3/5] cachefiles: flush ondemand_object_worker during clean object
` [PATCH 4/5] cachefiles: cyclic allocation of msg_id to avoid reuse
` [PATCH 5/5] cachefiles: add missing lock protection when polling

[PATCH v2] erofs-utils: add missing block counting
 2024-04-24  6:15 UTC  (2+ messages)

[PATCH] erofs-utils: fsck: extract chunk-based file with hole correctly
 2024-04-24  6:02 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] erofs-utils: add missing block counting
 2024-04-24  5:43 UTC  (4+ messages)

[PATCH 0/5] cachefiles: some bugfixes for withdraw and xattr
 2024-04-24  3:27 UTC  (6+ messages)
` [PATCH 1/5] netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()
` [PATCH 2/5] cachefiles: fix slab-use-after-free in fscache_withdraw_volume()
` [PATCH 3/5] cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()
` [PATCH 4/5] cachefiles: correct the return value of cachefiles_check_volume_xattr()
` [PATCH 5/5] cachefiles: correct the return value of cachefiles_check_auxdata()

[PATCH 00/12] cachefiles: some bugfixes and cleanups for ondemand requests
 2024-04-24  3:39 UTC  (13+ messages)
` [PATCH 01/12] cachefiles: remove request from xarry during flush requests
` [PATCH 02/12] cachefiles: remove err_put_fd tag in cachefiles_ondemand_daemon_read()
` [PATCH 03/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()
` [PATCH 04/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()
` [PATCH 05/12] cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd
` [PATCH 06/12] cachefiles: add consistency check for copen/cread
` [PATCH 07/12] cachefiles: add spin_lock for cachefiles_ondemand_info
` [PATCH 08/12] cachefiles: never get a new anon fd if ondemand_id is valid
` [PATCH 09/12] cachefiles: defer exposing anon_fd until after copy_to_user() succeeds
` [PATCH 10/12] cachefiles: Set object to close if ondemand_id < 0 in copen
` [PATCH 11/12] cachefiles: flush all requests after setting CACHEFILES_DEAD
` [PATCH 12/12] cachefiles: make on-demand read killable

[PATCH -next] erofs: modify the error message when prepare_ondemand_read failed
 2024-04-24  3:29 UTC 

[xiang-erofs:dev-test] BUILD SUCCESS 569a48fed3558058620fed06a910f39e4ad82915
 2024-04-23 23:35 UTC 

[syzbot] [erofs?] BUG: using smp_processor_id() in preemptible code in z_erofs_get_gbuf
 2024-04-23 23:34 UTC  (4+ messages)

[PATCH -next v3 0/2] erofs: reliably distinguish block based and fscache mode
 2024-04-23 10:37 UTC  (8+ messages)
` [PATCH -next v3 1/2] erofs: get rid of erofs_fs_context
` [PATCH -next v3 2/2] erofs: reliably distinguish block based and fscache mode

Trying to work with the tests
 2024-04-23 10:34 UTC  (6+ messages)

[PATCH v2 1/8] erofs-utils: use erofs_atomic_t for inode->i_count
 2024-04-22  0:34 UTC  (8+ messages)
` [PATCH v2 2/8] erofs-utils: lib: prepare for later deferred work
` [PATCH v2 3/8] erofs-utils: lib: split out erofs_commit_compressed_file()
` [PATCH v2 4/8] erofs-utils: rearrange several fields for multi-threaded mkfs
` [PATCH v2 5/8] erofs-utils: lib: split up z_erofs_mt_compress()
` [PATCH v2 6/8] erofs-utils: mkfs: prepare inter-file multi-threaded compression
` [PATCH v2 7/8] erofs-utils: lib: introduce non-directory jobitem context
` [PATCH v2 8/8] erofs-utils: mkfs: enable inter-file multi-threaded compression

[PATCH -next] erofs: get rid of erofs_fs_context
 2024-04-19 11:20 UTC  (3+ messages)

[PATCH 1/3] erofs-utils: determine the [un]compressed data block is inline or not early
 2024-04-19  6:19 UTC  (5+ messages)
` [PATCH 2/3] erofs-utils: skip the redundant write for ztailpacking block
` [PATCH 3/3] erofs-utils: allow blkaddr == EROFS_NULL_ADDR for zpacking in write_compacted_indexes()

[PATCH] fs/erofs: add DEFLATE algorithm support
 2024-04-19  1:57 UTC  (3+ messages)

[PATCH v2] erofs-utils: mkfs: skip the redundant write for ztailpacking block
 2024-04-18 12:23 UTC 

[PATCH v2] erofs: reliably distinguish block based and fscache mode
 2024-04-18  8:16 UTC  (7+ messages)

[PATCH] erofs-utils: mkfs: skip the redundant write for ztailpacking block
 2024-04-18  5:52 UTC  (5+ messages)

[PATCH v3] erofs-utils: lib: treat data blocks filled with 0s as a hole
 2024-04-18  5:05 UTC  (2+ messages)

[PATCH v3] erofs-utils: dump: print filesystem blocksize
 2024-04-18  4:49 UTC  (2+ messages)

[PATCH 21/26] netfs, 9p: Implement helpers for new write code
 2024-04-17 10:36 UTC  (40+ messages)
` [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
  ` [PATCH 01/26] cifs: Fix duplicate fscache cookie warnings
  ` [PATCH 03/26] netfs: Update i_blocks when write committed to pagecache
  ` [PATCH 09/26] mm: Provide a means of invalidation without using launder_folio
  ` [PATCH 11/26] 9p: Use alternative invalidation to "
  ` [PATCH 15/26] mm: Export writeback_iter()
  ` [PATCH 17/26] netfs: Fix writethrough-mode error handling
  ` [PATCH 24/26] netfs: Remove the old writeback code
  ` [PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys
  ` [PATCH 23/26] netfs: Cut over to using new writeback code

[PATCH] erofs: set SB_NODEV sb_flags when mounting with fsid
 2024-04-17  3:26 UTC  (11+ messages)

Very Urgent Reply!!!!
 2024-04-16 21:49 UTC 

[PATCH 1/8] erofs-utils: use erofs_atomic_t for inode->i_count
 2024-04-16 14:58 UTC  (13+ messages)
` [PATCH 2/8] erofs-utils: lib: prepare for later deferred work
` [PATCH 3/8] erofs-utils: lib: split out erofs_commit_compressed_file()
` [PATCH 4/8] erofs-utils: rearrange several fields for multi-threaded mkfs
` [PATCH 5/8] erofs-utils: lib: split up z_erofs_mt_compress()
` [PATCH 6/8] erofs-utils: mkfs: prepare inter-file multi-threaded compression
` [PATCH 7/8] erofs-utils: lib: introduce non-directory jobitem context
` [PATCH 8/8] erofs-utils: mkfs: enable inter-file multi-threaded compression

[PATCH v2] erofs-utils: dump: print filesystem blocksize
 2024-04-16  0:52 UTC  (2+ messages)

[PATCH] erofs: Consider NUMA affinity when allocating memory for per-CPU pcpubuf
 2024-04-15  7:58 UTC  (2+ messages)

[PATCH v1] erofs-utils: dump: print filesystem blocksize
 2024-04-13  1:02 UTC  (4+ messages)

[PATCH v2] erofs-utils: lib: treat data blocks filled with 0s as a hole
 2024-04-13  0:58 UTC  (3+ messages)

[PATCH] erofs-utils: lib: fix tarerofs 32-bit overflows
 2024-04-11 18:00 UTC  (3+ messages)

[xiang-erofs:dev] BUILD SUCCESS b351756059e3120470706d262f0f0acf0f1fb9b7
 2024-04-11  4:23 UTC 

[xiang-erofs:dev] BUILD SUCCESS 38bac6fb80a823c4c48cdd5e8fd06568c8bdda7c
 2024-04-09 17:43 UTC 

[PATCH v2] erofs: derive fsid from on-disk UUID for .statfs() if possible
 2024-04-09 11:30 UTC 

[PATCH] erofs: derive fsid from on-disk UUID for .statfs() if possible
 2024-04-09 11:23 UTC  (4+ messages)

[PATCH v1] erofs: use raw_smp_processor_id() to get buffer from global buffer pool
 2024-04-08 23:20 UTC  (4+ messages)

[PATCH] erofs-utils: change temporal buffer to non static
 2024-04-08 11:24 UTC  (4+ messages)

Account Alert: Immediate Action Required for Reactivation
 2024-04-07 17:42 UTC 

您好,我在2024年看到了社区的开源项目
 2024-04-07  2:27 UTC 

[PATCH 1/2] erofs-utils: lib: split out several helpers in inode.c
 2024-04-06  5:37 UTC  (2+ messages)
` [PATCH 2/2] erofs-utils: lib: refine on-disk meta arrangement again

[PATCH 0/1] Opportunistically making files sparse
 2024-04-04 16:52 UTC  (4+ messages)
` [PATCH 1/1] erofs-utils: lib: treat data blocks filled with 0s as a hole

[xiang-erofs:dev-test] BUILD SUCCESS 89ee5a850ec8b23f4e5d5f3a89b2dc4257434643
 2024-04-04 10:03 UTC 

[PATCH v2] erofs-utils: lib: Fix calculation of minextblks when working with sparse files
 2024-04-03  7:10 UTC  (2+ messages)

[PATCH v1 0/1] erofs-utils: fix handling of sparse files
 2024-04-03  6:53 UTC  (4+ messages)
` [PATCH v1 1/1] erofs-utils: lib: Fix calculation of minextblks when working with "

[PATCH v2] erofs: add a reserved buffer pool for lz4 decompression
 2024-04-03  3:24 UTC  (2+ messages)

[xiang-erofs:dev-test] BUILD SUCCESS 1c89beb9534dee8f41a47922b6382809c809506c
 2024-04-02 23:24 UTC 

[PATCH] erofs: add a reserved buffer pool for lz4 decompression
 2024-04-02 11:44 UTC  (2+ messages)

[PATCH v2] erofs: rename per-CPU buffers to global buffer pool and make it configurable
 2024-04-02 10:00 UTC 

[PATCH v2] erofs: do not use pagepool in z_erofs_gbuf_growsize()
 2024-04-02  9:27 UTC  (3+ messages)

[xiang-erofs:dev-test 2/2] fs/erofs/super.c:876:6: error: assigning to 'int' from incompatible type 'void'
 2024-04-02  9:07 UTC 

[PATCH 23/26] netfs: Cut over to using new writeback code
 2024-03-28 16:34 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).