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

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

[PATCH] erofs: avoid allocating DEFLATE streams before mounting
 2024-05-20  9:01 UTC 

[PATCH] erofs-utils: unify the tree traversal for the rebuild mode
 2024-05-20  6:03 UTC  (2+ messages)
` [PATCH v2] "

[xiang-erofs:dev-test] BUILD SUCCESS 5587a8172eb6040e388c3fc9fa6553b99510da9e
 2024-05-18  9:10 UTC 

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-18  1:25 UTC  (10+ messages)

[PATCH] erofs: clean up erofs_show_options()
 2024-05-17 11:06 UTC  (2+ messages)

[PATCH] erofs-utils: mkfs: add `--zfeature-bits` option
 2024-05-17  9:00 UTC 

[PATCH 1/2] erofs-utils: correct the default number of workers in the usage
 2024-05-15 17:23 UTC  (2+ messages)
` [PATCH 2/2] erofs-utils: pretty root directory progressinfo

[PATCH] erofs-utils: add preliminary zstd support
 2024-05-15  5:16 UTC  (6+ messages)
` [PATCH v2] erofs-utils: add preliminary zstd support [x]
  ` [PATCH v3] "

[GIT PULL] erofs updates for 6.10-rc1
 2024-05-15  0:53 UTC  (2+ messages)

[xiang-erofs:dev] BUILD SUCCESS 7c35de4df1056a5a1fb4de042197b8f5b1033b61
 2024-05-09 22:45 UTC 

[PATCH] erofs: Zstandard compression support
 2024-05-08 23:44 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] erofs: clean up z_erofs_load_full_lcluster()
 2024-05-08 12:33 UTC 

[PATCH AUTOSEL 6.8 26/52] erofs: reliably distinguish block based and fscache mode
 2024-05-07 23:19 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 21/43] erofs: reliably distinguish block based and fscache mode
 2024-05-07 23:16 UTC  (2+ messages)

[PATCH 0/5] cachefiles: some bugfixes for withdraw and xattr
 2024-05-07 11:20 UTC  (7+ 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-05-07  9:32 UTC  (35+ 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

[PATCH v2 00/22] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
 2024-05-01 17:00 UTC  (25+ 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  (7+ 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  (10+ messages)
` [PATCH 1/5] cachefiles: stop sending new request when dropping object
` [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

Trying to work with the tests
 2024-04-24 15:35 UTC  (8+ 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  (3+ messages)
` [PATCH v2] "

[PATCH] erofs-utils: add missing block counting
 2024-04-24  5:43 UTC  (4+ 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 NNTP newsgroup(s).