linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-15 11:46:21 to 2022-09-16 09:29:31 UTC [more...]

[PATCH V5 0/6] Introduce erofs shared domain
 2022-09-16  9:29 UTC  (8+ messages)
` [PATCH V5 1/6] erofs: use kill_anon_super() to kill super in fscache mode
` [PATCH V5 2/6] erofs: code clean up for fscache
` [PATCH V5 3/6] erofs: introduce fscache-based domain
` [PATCH V5 4/6] erofs: introduce a pseudo mnt to manage shared cookies
` [PATCH V5 5/6] erofs: Support sharing cookies in the same domain
` [PATCH V5 6/6] erofs: introduce 'domain_id' mount option

[RFC PATCH v4 0/2] erofs: support compressed fragments data
 2022-09-16  9:08 UTC  (5+ messages)
  ` [RFC PATCH v4 1/2] erofs: support interlaced uncompressed data for compressed files
  ` [RFC PATCH v4 2/2] erofs: support on-disk compressed fragments data

[PATCH V4 0/6] Introduce erofs shared domain
 2022-09-16  5:10 UTC  (14+ messages)
` [PATCH V4 1/6] erofs: use kill_anon_super() to kill super in fscache mode
` [PATCH V4 2/6] erofs: code clean up for fscache
` [PATCH V4 3/6] erofs: introduce fscache-based domain
` [PATCH V4 4/6] erofs: introduce a pseudo mnt to manage shared cookies
` [PATCH V4 5/6] erofs: Support sharing cookies in the same domain
` [PATCH V4 6/6] erofs: introduce 'domain_id' mount option

improve pagecache PSI annotations v2
 2022-09-15 13:01 UTC  (7+ messages)
` [PATCH 1/5] mm: add PSI accounting around ->read_folio and ->readahead calls
` [PATCH 2/5] sched/psi: export psi_memstall_{enter,leave}
` [PATCH 3/5] btrfs: add manual PSI accounting for compressed reads
` [PATCH 4/5] erofs: add manual PSI accounting for the compressed address space
` [PATCH 5/5] block: remove PSI accounting from the bio layer

[PATCH V3 0/6] Introduce erofs shared domain
 2022-09-15  8:00 UTC  (21+ messages)
` [PATCH V3 1/6] erofs: use kill_anon_super() to kill super in fscache mode
    ` [External] "
` [PATCH V3 2/6] erofs: code clean up for fscache
` [PATCH V3 3/6] erofs: introduce 'domain_id' mount option
    ` [External] "
` [PATCH V3 4/6] erofs: introduce fscache-based domain
    ` [External] "
` [PATCH V3 5/6] erofs: introduce a pseudo mnt to manage shared cookies
` [PATCH V3 6/6] erofs: Support sharing cookies in the same domain
    ` [External] "

improve pagecache PSI annotations
 2022-09-14 12:47 UTC  (18+ messages)
` [PATCH 1/5] mm: add PSI accounting around ->read_folio and ->readahead calls
` [PATCH 2/5] sched/psi: export psi_memstall_{enter,leave}
` [PATCH 3/5] btrfs: add manual PSI accounting for compressed reads
` [PATCH 4/5] erofs: add manual PSI accounting for the compressed address space
` [PATCH 5/5] block: remove PSI accounting from the bio layer

[PATCH AUTOSEL 5.19 12/22] erofs: avoid the potentially wrong m_plen for big pcluster
 2022-09-14  9:00 UTC 

[PATCH V2 0/5] Introduce erofs shared domain
 2022-09-14  3:15 UTC  (21+ messages)
` [PATCH V2 1/5] erofs: add 'domain_id' mount option for on-demand read sementics
` [PATCH V2 2/5] erofs: introduce fscache-based domain
    ` [External] "
` [PATCH V2 3/5] erofs: add 'domain_id' prefix when register sysfs
      ` [External] "
` [PATCH V2 4/5] erofs: remove duplicated unregister_cookie
      ` [External] "
` [PATCH V2 5/5] erofs: support fscache based shared domain
    ` [External] "

[RFC PATCH v8 0/4] erofs-utils: compressed fragments feature
 2022-09-13 10:54 UTC  (5+ messages)
` [RFC PATCH v8 1/4] erofs-utils: fuse: support interlaced uncompressed pcluster
` [RFC PATCH v8 2/4] erofs-utils: lib: support fragments data decompression
` [RFC PATCH v8 3/4] erofs-utils: mkfs: support interlaced uncompressed data layout
` [RFC PATCH v8 4/4] erofs-utils: mkfs: introduce compressed fragments support

[PATCH V2 1/4] erofs-utils: introduce z_erofs_inmem_extent
 2022-09-09  4:58 UTC  (4+ messages)
` [PATCH V2 2/4] erofs-utils: lib: add rb-tree implementation
` [PATCH V2 3/4] erofs-utils: fuse: introduce partial-referenced pclusters
` [PATCH V2 4/4] erofs-utils: mkfs: introduce global compressed data deduplication

[PATCH] erofs: fix order >= MAX_ORDER warning due to crafted nagative i_size
 2022-09-09  2:39 UTC 

[PATCH 1/4] erofs-utils: remove global erofs_devfd
 2022-09-09  2:18 UTC  (4+ messages)
` [PATCH 2/4] erofs-utils: remove global sbi
` [PATCH 3/4] erofs-utils: tests: add test for dump.erofs
` [PATCH 4/4] erofs-utils: tests: add test for fsck.erofs

[PATCH 1/4] erofs-utils: introduce z_erofs_inmem_extent
 2022-09-08  0:56 UTC  (6+ messages)
` [PATCH 2/4] erofs-utils: lib: add rb-tree implementation
` [PATCH 3/4] erofs-utils: fuse: introduce partial-referenced pclusters
` [PATCH 4/4] erofs-utils: mkfs: introduce global compressed data deduplication

Mail delivery failed: returning message to sender
 2022-09-07 12:49 UTC 

[GIT PULL] erofs fixes for 6.0-rc5
 2022-09-06 19:22 UTC  (2+ messages)

[PATCH V7 0/4] erofs-utils: compressed fragments feature
 2022-09-06 12:32 UTC  (5+ messages)
` [PATCH V7 1/4] erofs-utils: fuse: support interlaced uncompressed pcluster
` [PATCH V7 2/4] erofs-utils: lib: support fragments data decompression
` [PATCH V7 3/4] erofs-utils: mkfs: support interlaced uncompressed data layout
` [PATCH V7 4/4] erofs-utils: mkfs: introduce compressed fragments support

[PATCH] erofs-utils: don't warn `chunked_file' feature anymore
 2022-09-06  6:46 UTC 

[xiang-erofs:dev] BUILD SUCCESS 2f44013e39984c127c6efedf70e6b5f4e9dcf315
 2022-09-06  4:02 UTC 

[RFC PATCH v6 1/4] erofs-utils: fuse: support interlaced uncompressed pcluster
 2022-09-06  2:54 UTC  (4+ messages)
` [RFC PATCH v6 3/4] erofs-utils: mkfs: support interlaced uncompressed data layout
` [RFC PATCH v6 4/4] erofs-utils: mkfs: introduce compressed fragments support

[PATCH] erofs: fix pcluster use-after-free on UP platforms
 2022-09-05 15:14 UTC  (3+ messages)

[PATCH] erofs: avoid the potentially wrong m_plen for big pcluster
 2022-09-05 15:13 UTC  (2+ messages)

[PATCH] erofs: fix error return code in erofs_fscache_meta_read_folio and erofs_fscache_read_folio
 2022-09-05 15:10 UTC  (7+ messages)

[RFC PATCH v3 0/2] erofs: support compressed fragments data
 2022-09-05  3:20 UTC  (3+ messages)
` [RFC PATCH v3 1/2] erofs: support interlaced uncompressed data for compressed files
` [RFC PATCH v3 2/2] erofs: support on-disk compressed fragments data

[xiang-erofs:dev] BUILD SUCCESS 76f9306986513ef1fd5a903c17531830adbaa5f3
 2022-09-03  2:05 UTC 

[RFC PATCH v2] erofs: support uncompressed pcluster with more than 1 block
 2022-09-02 13:50 UTC 

[PATCH] erofs: support uncompressed pcluster with more than 1 block
 2022-09-02  6:31 UTC 

[PATCH V1 0/5] Introduce erofs shared domain
 2022-09-02  3:47 UTC  (6+ messages)
` [PATCH V1 1/5] erofs: add 'domain_id' mount option for on-demand read sementics
` [PATCH V1 2/5] erofs: introduce fscache-based domain
` [PATCH V1 3/5] erofs: add 'domain_id' prefix when register sysfs
` [PATCH V1 4/5] erofs: remove duplicated unregister_cookie
` [PATCH V1 5/5] erofs: support fscache based shared domain

[RFC PATCH 0/5] Introduce erofs shared domain
 2022-09-01  3:49 UTC  (10+ messages)
` [RFC PATCH 1/5] erofs: add 'domain_id' mount option for on-demand read sementics
    ` [External] "
` [RFC PATCH 2/5] erofs: introduce fscache-based domain
` [RFC PATCH 3/5] erofs: add 'domain_id' prefix when register sysfs
` [RFC PATCH 4/5] erofs: remove duplicated unregister_cookie
` [RFC PATCH 5/5] erofs: support fscache based shared domain

[RFC PATCH v5 0/4] erofs-utils: compressed fragments feature
 2022-08-28 13:51 UTC  (5+ messages)
  ` [RFC PATCH v5 1/4] erofs-utils: fuse: support interlaced uncompressed data for compressed files
  ` [RFC PATCH v5 2/4] erofs-utils: lib: support fragments data decompression
  ` [RFC PATCH v5 3/4] erofs-utils: lib: support interlaced uncompressed data layout when compressing
  ` [RFC PATCH v5 4/4] erofs-utils: mkfs: introduce compressed fragments support

[RFC PATCH v2 0/2] erofs: support compressed fragments data
 2022-08-27  7:47 UTC  (3+ messages)
` [RFC PATCH v2 1/2] erofs: support interlaced uncompressed data for compressed files
` [RFC PATCH v2 2/2] erofs: support on-disk compressed fragments data

[PATCH v3 0/8] U-boot: fs: add generic unaligned read offset handling
 2022-08-26 14:29 UTC  (5+ messages)
` [PATCH v3 6/8] fs: fat: rely on higher layer to get block aligned read range
` [PATCH v3 7/8] fs: ubifs: rely on higher layer to do unaligned read
` [PATCH v3 8/8] fs: erofs: add unaligned read range handling

[RFC PATCH 0/2] erofs: support compressed fragments data
 2022-08-25  8:28 UTC  (5+ messages)
` [RFC PATCH 1/2] erofs: support on-disk offset for shifted decompression
` [RFC PATCH 2/2] erofs: add on-disk compressed fragments support

[RFC PATCH v4 0/3] erofs-utils: compressed fragments feature
 2022-08-25  8:16 UTC  (8+ messages)
` [RFC PATCH v4 1/3] erofs-utils: lib: add support for fragments data decompression
` [RFC PATCH v4 2/3] erofs-utils: lib: support on-disk offset for shifted decompression
` [RFC PATCH v4 3/3] erofs-utils: introduce compressed fragments support

[RFC PATCH 0/5] Introduce daemon failover mechanism to recover from crashing
 2022-08-18 13:52 UTC  (6+ messages)
` [RFC PATCH 1/5] cachefiles: introduce object ondemand state
` [RFC PATCH 2/5] cachefiles: extract ondemand info field from cachefiles_object
` [RFC PATCH 3/5] cachefiles: resend an open request if the read request's object is closed
` [RFC PATCH 4/5] cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
` [RFC PATCH 5/5] cachefiles: add restore command to recover inflight ondemand read requests

[PATCH] erofs-utils: mkfs: clear 'h_idata_size' when drop inline pcluster
 2022-08-18  6:09 UTC  (2+ messages)

[xiang-erofs:dev] BUILD SUCCESS 0d53d2e882f9ee1857c4177314e6a376a5311c26
 2022-08-17  6:41 UTC 

[PATCH] erofs-utils: avoid the potentially wrong m_plen for big pcluster
 2022-08-17  5:52 UTC 

[RFC PATCH v3 0/3] erofs-utils: compressed fragments feature
 2022-08-17  3:56 UTC  (4+ messages)
` [RFC PATCH v3 1/3] erofs-utils: lib: add support for fragments data decompression

[xiang-erofs:dev-test] BUILD SUCCESS c0814d3618feeffbf00a0b7e0393f5b4cdf7afc2
 2022-08-16  8:47 UTC 

[PATCH v2 1/2] erofs-utils: fuse: introduce xattr support
 2022-08-16  5:58 UTC  (2+ 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).