linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-26 05:23:07 to 2022-09-13 10:55:44 UTC [more...]

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

[PATCH V2 0/5] Introduce erofs shared domain
 2022-09-13  6:34 UTC  (18+ 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

improve pagecache PSI annotations
 2022-09-12 15:28 UTC  (12+ 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 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  (3+ messages)

[PATCH] erofs: fix error return code in erofs_fscache_meta_read_folio and erofs_fscache_read_folio
 2022-09-05 15:10 UTC  (8+ 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  (10+ messages)
` [PATCH v3 1/8] fs: fat: unexport file_fat_read_at()
` [PATCH v3 2/8] fs: btrfs: fix a bug which no data get read if the length is not 0
` [PATCH v3 3/8] fs: btrfs: fix a crash if specified range is beyond file size
` [PATCH v3 4/8] fs: btrfs: move the unaligned read code to _fs_read() for btrfs
` [PATCH v3 5/8] fs: ext4: rely on _fs_read() to handle leading unaligned block read
` [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  (8+ messages)
` [RFC PATCH v3 1/3] erofs-utils: lib: add support for fragments data decompression
` [RFC PATCH v3 2/3] erofs-utils: lib: support on-disk offset for shifted decompression
` [RFC PATCH v3 3/3] erofs-utils: introduce compressed fragments support

[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  (3+ messages)
` [PATCH v2 2/2] erofs-utils: tests: add random test for xattrs

[PATCH 1/2] erofs-utils: mkfs: improvement for unprivileged container support
 2022-08-14  6:21 UTC  (4+ messages)
` [PATCH 2/2] erofs-utils: mkfs: updating man to use uid/gid offsetting support

RFC: erofs-utils:mkfs: add unprivileged container use-case support
 2022-08-14  2:33 UTC  (9+ messages)

[RFC PATCH 0/3] erofs-utils: fuse: support get/list xattr
 2022-08-09  4:27 UTC  (14+ messages)
` [RFC PATCH 1/3] erofs-utils: fuse: set d_type for readdir
        ` [PATCH v2] "
` [RFC PATCH 2/3] erofs-utils: fuse: export erofs_xattr_foreach
` [RFC PATCH 3/3] erofs-utils: fuse: support get/list xattr

[PATCH] erofs-utils: use the BLK_ROUND_UP directly
 2022-08-08  6:12 UTC  (2+ messages)

[PATCH v2 0/8] U-boot: fs: add generic unaligned read offset handling
 2022-08-06  2:44 UTC  (10+ messages)
` [PATCH v2 1/8] fs: fat: unexport file_fat_read_at()
` [PATCH v2 3/8] fs: btrfs: fix a crash if specified range is beyond file size
` [PATCH v2 5/8] fs: ext4: rely on _fs_read() to handle leading unaligned block read
` [PATCH v2 6/8] fs: fat: rely on higher layer to get block aligned read range
` [PATCH v2 7/8] fs: ubifs: rely on higher layer to do unaligned read
` [PATCH v2 8/8] fs: erofs: add unaligned read range handling

[GIT PULL] erofs updates for 5.20-rc1
 2022-08-01 16:18 UTC  (2+ messages)

[PATCH 1/1] fs/erofs: silence erofs_probe()
 2022-08-01 14:42 UTC  (2+ messages)

[xiang-erofs:dev] BUILD SUCCESS ecce9212d0fd7a2d4a4998f0c4623a66887e14c8
 2022-08-01  2:35 UTC 

[PATCH 1/1] fs/erofs: silence erofs_probe()
 2022-07-31 22:42 UTC  (5+ messages)

[PATCH v4] erofs: update ctx->pos for every emitted dirent
 2022-07-31 13:18 UTC  (3+ messages)

[xiang-erofs:dev] BUILD SUCCESS 4cdfa6ef7aa015cb922af4608e53de0c62638010
 2022-07-28 15:08 UTC 

[PATCH] erofs-utils: fuse: introduce xattr support
 2022-07-28 12:11 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 NNTP newsgroup(s).