Linux-EROFS Archive mirror
 help / color / mirror / Atom feed
[PATCH v2 00/22] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
 2024-05-01 11:51 UTC  (24+ messages)
` [PATCH v2 01/22] netfs: Update i_blocks when write committed to pagecache
` [PATCH v2 02/22] netfs: Replace PG_fscache by setting folio->private and marking dirty
` [PATCH v2 03/22] mm: Remove the PG_fscache alias for PG_private_2
` [PATCH v2 04/22] netfs: Remove deprecated use of PG_private_2 as a second writeback flag
` [PATCH v2 05/22] netfs: Make netfs_io_request::subreq_counter an atomic_t
` [PATCH v2 06/22] netfs: Use subreq_counter to allocate subreq debug_index values
` [PATCH v2 07/22] mm: Provide a means of invalidation without using launder_folio
` [PATCH v2 08/22] 9p: Use alternative invalidation to "
` [PATCH v2 09/22] afs: "
` [PATCH v2 10/22] netfs: Remove ->launder_folio() support
` [PATCH v2 11/22] netfs: Use mempools for allocating requests and subrequests
` [PATCH v2 12/22] mm: Export writeback_iter()
` [PATCH v2 13/22] netfs: Switch to using unsigned long long rather than loff_t
` [PATCH v2 14/22] netfs: New writeback implementation
` [PATCH v2 15/22] netfs: Add some write-side stats and clean up some stat names
` [PATCH v2 16/22] netfs, afs: Implement helpers for new write code
` [PATCH v2 17/22] netfs, 9p: "
` [PATCH v2 18/22] netfs, cachefiles: "
` [PATCH v2 19/22] netfs: Cut over to using new writeback code
` [PATCH v2 20/22] netfs: Remove the old "
` [PATCH v2 21/22] netfs: Miscellaneous tidy ups
` [PATCH v2 22/22] netfs, afs: Use writeback retry to deal with alternate keys

[PATCH 1/2] erofs-utils: record pclustersize in bytes instead of blocks
 2024-05-01  4:54 UTC  (3+ messages)
` [PATCH 2/2] erofs-utils: lib: adjust MicroLZMA default dictionary size
` [PATCH v2 1/2] erofs-utils: record pclustersize in bytes instead of blocks

[PATCH] erofs-utils: optimize pthread_cond_signal calling
 2024-05-01  4:32 UTC  (2+ messages)

[PATCH] erofs-utils: optimize pthread_cond_signal calling
 2024-05-01  2:16 UTC 

[PATCH] erofs-utils: simplify file handling
 2024-04-30  6:46 UTC  (2+ messages)

[GIT PULL] erofs fixes for 6.9-rc7
 2024-04-29 15:57 UTC  (2+ messages)

[xiang-erofs:dev-test] BUILD SUCCESS 7af2ae1b1531feab5d38ec9c8f472dc6cceb4606
 2024-04-29  2:49 UTC 

[PATCH -next v3 0/2] erofs: reliably distinguish block based and fscache mode
 2024-04-28 10:03 UTC  (12+ 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

[PATCH -next] erofs: modify the error message when prepare_ondemand_read failed
 2024-04-28  6:23 UTC  (3+ messages)

[PATCH] erofs-utils: mkfs: use all available processors by default
 2024-04-27  6:25 UTC 

[xiang-erofs:dev-test] BUILD SUCCESS 3126061444d66b6a79b7afcc31b5c730fd7be3a6
 2024-04-25 22:17 UTC 

[PATCH v2] erofs-utils: add missing block counting
 2024-04-25  7:36 UTC  (5+ messages)

[PATCH 0/5] cachefiles: some bugfixes for clean object/send req/poll
 2024-04-25  6:53 UTC  (11+ 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 00/12] cachefiles: some bugfixes and cleanups for ondemand requests
 2024-04-25  5:15 UTC  (21+ 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()
  ` [External] "
` [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

Trying to work with the tests
 2024-04-24 15:35 UTC  (10+ messages)

Seminar On Artificial Intelligence Essentials
 2024-04-24 10:19 UTC 

[PATCH -next] erofs: modify the error message when prepare_ondemand_read failed
 2024-04-24  8:44 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()

[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  (2+ 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 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
 2024-04-17 10:36 UTC  (21+ messages)
` [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 17/26] netfs: Fix writethrough-mode error handling
` [PATCH 24/26] netfs: Remove the old 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)


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 read-only IMAP folder(s) and NNTP newsgroup(s).