linux-erofs
Thread
Date
Later messages
Messages by Thread
[PATCH] erofs-utils: fsck: extract chunk-based file with hole correctly
Yifan Zhao
Re: [PATCH] erofs-utils: fsck: extract chunk-based file with hole correctly
Gao Xiang
[PATCH v2] erofs-utils: fsck: extract chunk-based file with hole correctly
Yifan Zhao
Re: [PATCH v2] erofs-utils: fsck: extract chunk-based file with hole correctly
Gao Xiang
Trying to work with the tests
Ian Kent
Re: Trying to work with the tests
Gao Xiang
Re: Trying to work with the tests
Jingbo Xu
Re: Trying to work with the tests
Ian Kent
Re: Trying to work with the tests
Ian Kent
Re: Trying to work with the tests
Gao Xiang
Re: Trying to work with the tests
Ian Kent
Re: Trying to work with the tests
Gao Xiang
Re: Trying to work with the tests
Ian Kent
Re: Trying to work with the tests
Gao Xiang
[PATCH v2 1/8] erofs-utils: use erofs_atomic_t for inode->i_count
Gao Xiang
[PATCH v2 2/8] erofs-utils: lib: prepare for later deferred work
Gao Xiang
[PATCH v2 3/8] erofs-utils: lib: split out erofs_commit_compressed_file()
Gao Xiang
[PATCH v2 4/8] erofs-utils: rearrange several fields for multi-threaded mkfs
Gao Xiang
[PATCH v2 5/8] erofs-utils: lib: split up z_erofs_mt_compress()
Gao Xiang
[PATCH v2 6/8] erofs-utils: mkfs: prepare inter-file multi-threaded compression
Gao Xiang
[PATCH v2 7/8] erofs-utils: lib: introduce non-directory jobitem context
Gao Xiang
[PATCH v2 8/8] erofs-utils: mkfs: enable inter-file multi-threaded compression
Gao Xiang
[PATCH -next v3 0/2] erofs: reliably distinguish block based and fscache mode
Baokun Li via Linux-erofs
[PATCH -next v3 2/2] erofs: reliably distinguish block based and fscache mode
Baokun Li via Linux-erofs
Re: [PATCH -next v3 2/2] erofs: reliably distinguish block based and fscache mode
Jingbo Xu
Re: [PATCH -next v3 2/2] erofs: reliably distinguish block based and fscache mode
Gao Xiang
Re: [PATCH -next v3 2/2] erofs: reliably distinguish block based and fscache mode
Chao Yu
[PATCH -next v3 1/2] erofs: get rid of erofs_fs_context
Baokun Li via Linux-erofs
Re: [PATCH -next v3 1/2] erofs: get rid of erofs_fs_context
Jingbo Xu
Re: [PATCH -next v3 1/2] erofs: get rid of erofs_fs_context
Baokun Li via Linux-erofs
Re: [PATCH -next v3 1/2] erofs: get rid of erofs_fs_context
Jingbo Xu
Re: [PATCH -next v3 1/2] erofs: get rid of erofs_fs_context
Gao Xiang
Re: [PATCH -next v3 1/2] erofs: get rid of erofs_fs_context
Gao Xiang
Re: [PATCH -next v3 1/2] erofs: get rid of erofs_fs_context
Chao Yu
[PATCH -next] erofs: get rid of erofs_fs_context
Baokun Li via Linux-erofs
Re: [PATCH -next] erofs: get rid of erofs_fs_context
Christian Brauner
Re: [PATCH -next] erofs: get rid of erofs_fs_context
Baokun Li via Linux-erofs
[PATCH v2] erofs-utils: mkfs: skip the redundant write for ztailpacking block
Gao Xiang
[PATCH 1/3] erofs-utils: determine the [un]compressed data block is inline or not early
Noboru Asai
[PATCH 2/3] erofs-utils: skip the redundant write for ztailpacking block
Noboru Asai
[PATCH 3/3] erofs-utils: allow blkaddr == EROFS_NULL_ADDR for zpacking in write_compacted_indexes()
Noboru Asai
Re: [PATCH 1/3] erofs-utils: determine the [un]compressed data block is inline or not early
Gao Xiang
Re: [PATCH 1/3] erofs-utils: determine the [un]compressed data block is inline or not early
Noboru Asai
[PATCH v3] erofs-utils: dump: print filesystem blocksize
Sandeep Dhavale via Linux-erofs
Re: [PATCH v3] erofs-utils: dump: print filesystem blocksize
Gao Xiang
[PATCH v3] erofs-utils: lib: treat data blocks filled with 0s as a hole
Sandeep Dhavale via Linux-erofs
Re: [PATCH v3] erofs-utils: lib: treat data blocks filled with 0s as a hole
Gao Xiang
[PATCH] erofs-utils: mkfs: skip the redundant write for ztailpacking block
Yifan Zhao
Re: [PATCH] erofs-utils: mkfs: skip the redundant write for ztailpacking block
Noboru Asai
Re: [PATCH] erofs-utils: mkfs: skip the redundant write for ztailpacking block
Gao Xiang
Re: [PATCH] erofs-utils: mkfs: skip the redundant write for ztailpacking block
Noboru Asai
Re: [PATCH] erofs-utils: mkfs: skip the redundant write for ztailpacking block
Yifan Zhao
[PATCH v2] erofs: reliably distinguish block based and fscache mode
Baokun Li via Linux-erofs
Re: [PATCH v2] erofs: reliably distinguish block based and fscache mode
Jingbo Xu
Re: [PATCH v2] erofs: reliably distinguish block based and fscache mode
Baokun Li via Linux-erofs
Re: [PATCH v2] erofs: reliably distinguish block based and fscache mode
Jingbo Xu
Re: [PATCH v2] erofs: reliably distinguish block based and fscache mode
Baokun Li via Linux-erofs
Re: [PATCH v2] erofs: reliably distinguish block based and fscache mode
Gao Xiang
Re: [PATCH v2] erofs: reliably distinguish block based and fscache mode
Baokun Li via Linux-erofs
Very Urgent Reply!!!!
Dip Paul Enes
[PATCH 1/8] erofs-utils: use erofs_atomic_t for inode->i_count
Gao Xiang
[PATCH 2/8] erofs-utils: lib: prepare for later deferred work
Gao Xiang
Re: [PATCH 2/8] erofs-utils: lib: prepare for later deferred work
Yifan Zhao
Re: [PATCH 2/8] erofs-utils: lib: prepare for later deferred work
Gao Xiang
[PATCH 3/8] erofs-utils: lib: split out erofs_commit_compressed_file()
Gao Xiang
[PATCH 5/8] erofs-utils: lib: split up z_erofs_mt_compress()
Gao Xiang
[PATCH 4/8] erofs-utils: rearrange several fields for multi-threaded mkfs
Gao Xiang
Re: [PATCH 4/8] erofs-utils: rearrange several fields for multi-threaded mkfs
Yifan Zhao
Re: [PATCH 4/8] erofs-utils: rearrange several fields for multi-threaded mkfs
Gao Xiang
[PATCH 8/8] erofs-utils: mkfs: enable inter-file multi-threaded compression
Gao Xiang
Re: [PATCH 8/8] erofs-utils: mkfs: enable inter-file multi-threaded compression
Yifan Zhao
[PATCH 6/8] erofs-utils: mkfs: prepare inter-file multi-threaded compression
Gao Xiang
[PATCH 7/8] erofs-utils: lib: introduce non-directory jobitem context
Gao Xiang
[PATCH v2] erofs-utils: dump: print filesystem blocksize
Sandeep Dhavale via Linux-erofs
Re: [PATCH v2] erofs-utils: dump: print filesystem blocksize
Gao Xiang via Linux-erofs
[PATCH] erofs: set SB_NODEV sb_flags when mounting with fsid
Baokun Li via Linux-erofs
Re: [PATCH] erofs: set SB_NODEV sb_flags when mounting with fsid
Christian Brauner
Re: [PATCH] erofs: set SB_NODEV sb_flags when mounting with fsid
Baokun Li via Linux-erofs
Re: [PATCH] erofs: set SB_NODEV sb_flags when mounting with fsid
Baokun Li via Linux-erofs
Re: [PATCH] erofs: set SB_NODEV sb_flags when mounting with fsid
Gao Xiang
Re: [PATCH] erofs: set SB_NODEV sb_flags when mounting with fsid
Baokun Li via Linux-erofs
Re: [PATCH] erofs: set SB_NODEV sb_flags when mounting with fsid
Christian Brauner
Re: [PATCH] erofs: set SB_NODEV sb_flags when mounting with fsid
Gao Xiang
Re: [PATCH] erofs: set SB_NODEV sb_flags when mounting with fsid
Baokun Li via Linux-erofs
Re: [PATCH] erofs: set SB_NODEV sb_flags when mounting with fsid
Gao Xiang
Re: [PATCH] erofs: set SB_NODEV sb_flags when mounting with fsid
Baokun Li via Linux-erofs
Re: [PATCH 11/26] 9p: Use alternative invalidation to using launder_folio
Jeff Layton
Re: [PATCH 11/26] 9p: Use alternative invalidation to using launder_folio
David Howells
Re: [PATCH 09/26] mm: Provide a means of invalidation without using launder_folio
Jeff Layton
Re: [PATCH 09/26] mm: Provide a means of invalidation without using launder_folio
David Howells
Re: [PATCH 03/26] netfs: Update i_blocks when write committed to pagecache
Jeff Layton
Re: [PATCH 03/26] netfs: Update i_blocks when write committed to pagecache
David Howells
Re: [PATCH 01/26] cifs: Fix duplicate fscache cookie warnings
Jeff Layton
Re: [PATCH 01/26] cifs: Fix duplicate fscache cookie warnings
David Howells
Re: [PATCH 01/26] cifs: Fix duplicate fscache cookie warnings
Steve French
Re: [PATCH 01/26] cifs: Fix duplicate fscache cookie warnings
David Howells
[PATCH] erofs: Consider NUMA affinity when allocating memory for per-CPU pcpubuf
Li RongQing via Linux-erofs
Re: [PATCH] erofs: Consider NUMA affinity when allocating memory for per-CPU pcpubuf
Gao Xiang
[PATCH] fs/erofs: add DEFLATE algorithm support
Jianan Huang
Re: [PATCH] fs/erofs: add DEFLATE algorithm support
Gao Xiang
Re: [PATCH] fs/erofs: add DEFLATE algorithm support
Tom Rini
[PATCH v1] erofs-utils: dump: print filesystem blocksize
Sandeep Dhavale via Linux-erofs
Re: [PATCH v1] erofs-utils: dump: print filesystem blocksize
Gao Xiang
Re: [PATCH v1] erofs-utils: dump: print filesystem blocksize
Sandeep Dhavale via Linux-erofs
Re: [PATCH v1] erofs-utils: dump: print filesystem blocksize
Gao Xiang
Re: [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead function bdev_sectors()
Kent Overstreet
[PATCH] erofs-utils: lib: fix tarerofs 32-bit overflows
Gao Xiang
Re: [PATCH] erofs-utils: lib: fix tarerofs 32-bit overflows
Jingbo Xu
Re: [PATCH] erofs-utils: lib: fix tarerofs 32-bit overflows
Sandeep Dhavale via Linux-erofs
[xiang-erofs:dev] BUILD SUCCESS b351756059e3120470706d262f0f0acf0f1fb9b7
kernel test robot
Re: [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis
David Sterba
[PATCH v2] erofs-utils: lib: treat data blocks filled with 0s as a hole
Sandeep Dhavale via Linux-erofs
Re: [PATCH v2] erofs-utils: lib: treat data blocks filled with 0s as a hole
Gao Xiang
Re: [PATCH v2] erofs-utils: lib: treat data blocks filled with 0s as a hole
Sandeep Dhavale via Linux-erofs
[xiang-erofs:dev] BUILD SUCCESS 38bac6fb80a823c4c48cdd5e8fd06568c8bdda7c
kernel test robot
[PATCH v2] erofs: derive fsid from on-disk UUID for .statfs() if possible
Hongzhen Luo
[PATCH] erofs: derive fsid from on-disk UUID for .statfs() if possible
Hongzhen Luo
Re: [PATCH] erofs: derive fsid from on-disk UUID for .statfs() if possible
Gao Xiang
Re: [PATCH] erofs: derive fsid from on-disk UUID for .statfs() if possible
Jingbo Xu
Re: [PATCH] erofs: derive fsid from on-disk UUID for .statfs() if possible
Hongzhen Luo
[PATCH v1] erofs: use raw_smp_processor_id() to get buffer from global buffer pool
Sandeep Dhavale via Linux-erofs
Re: [PATCH v1] erofs: use raw_smp_processor_id() to get buffer from global buffer pool
Gao Xiang
Re: [PATCH v1] erofs: use raw_smp_processor_id() to get buffer from global buffer pool
Sandeep Dhavale via Linux-erofs
Re: [PATCH v1] erofs: use raw_smp_processor_id() to get buffer from global buffer pool
Gao Xiang
[syzbot] [erofs?] BUG: using smp_processor_id() in preemptible code in z_erofs_get_gbuf
syzbot
Re: [syzbot] [erofs?] BUG: using smp_processor_id() in preemptible code in z_erofs_get_gbuf
Gao Xiang
Re: [syzbot] [erofs?] BUG: using smp_processor_id() in preemptible code in z_erofs_get_gbuf
syzbot
Re: [syzbot] [erofs?] BUG: using smp_processor_id() in preemptible code in z_erofs_get_gbuf
Gao Xiang
[PATCH] erofs-utils: change temporal buffer to non static
Noboru Asai
Re: [PATCH] erofs-utils: change temporal buffer to non static
Yifan Zhao
Re: [PATCH] erofs-utils: change temporal buffer to non static
Gao Xiang
Re: [PATCH] erofs-utils: change temporal buffer to non static
Gao Xiang
[PATCH 1/2] erofs-utils: lib: split out several helpers in inode.c
Gao Xiang
[PATCH 2/2] erofs-utils: lib: refine on-disk meta arrangement again
Gao Xiang
??????????2024??????????????????????
孟祥宇 via Linux-erofs
Re: 您好,我在2024年看到了社区的开源项目
Gao Xiang
[xiang-erofs:dev-test] BUILD SUCCESS 89ee5a850ec8b23f4e5d5f3a89b2dc4257434643
kernel test robot
[PATCH 0/1] Opportunistically making files sparse
Sandeep Dhavale via Linux-erofs
[PATCH 1/1] erofs-utils: lib: treat data blocks filled with 0s as a hole
Sandeep Dhavale via Linux-erofs
Re: [PATCH 1/1] erofs-utils: lib: treat data blocks filled with 0s as a hole
Gao Xiang
Re: [PATCH 1/1] erofs-utils: lib: treat data blocks filled with 0s as a hole
Sandeep Dhavale via Linux-erofs
Re: [PATCH 15/26] mm: Export writeback_iter()
Christoph Hellwig
Re: [PATCH 15/26] mm: Export writeback_iter()
David Howells
Re: [PATCH 15/26] mm: Export writeback_iter()
Christoph Hellwig
Re: [PATCH 15/26] mm: Export writeback_iter()
David Howells
Re: [PATCH 15/26] mm: Export writeback_iter()
Christoph Hellwig
Re: [PATCH 15/26] mm: Export writeback_iter()
David Howells
Re: [PATCH 15/26] mm: Export writeback_iter()
Christoph Hellwig
Re: [PATCH 15/26] mm: Export writeback_iter()
Christian Brauner
[PATCH v2] erofs-utils: lib: Fix calculation of minextblks when working with sparse files
Sandeep Dhavale via Linux-erofs
Re: [PATCH v2] erofs-utils: lib: Fix calculation of minextblks when working with sparse files
Gao Xiang
[PATCH v1 0/1] erofs-utils: fix handling of sparse files
Sandeep Dhavale via Linux-erofs
[PATCH v1 1/1] erofs-utils: lib: Fix calculation of minextblks when working with sparse files
Sandeep Dhavale via Linux-erofs
Re: [PATCH v1 1/1] erofs-utils: lib: Fix calculation of minextblks when working with sparse files
Gao Xiang
Re: [PATCH v1 1/1] erofs-utils: lib: Fix calculation of minextblks when working with sparse files
Sandeep Dhavale via Linux-erofs
[xiang-erofs:dev-test] BUILD SUCCESS 1c89beb9534dee8f41a47922b6382809c809506c
kernel test robot
[PATCH v2] erofs: add a reserved buffer pool for lz4 decompression
Chunhai Guo via Linux-erofs
Re: [PATCH v2] erofs: add a reserved buffer pool for lz4 decompression
Gao Xiang
Re: [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
Christian Brauner
Re: [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
Jeff Layton
[PATCH v2] erofs: rename per-CPU buffers to global buffer pool and make it configurable
Chunhai Guo via Linux-erofs
[PATCH v2] erofs: do not use pagepool in z_erofs_gbuf_growsize()
Chunhai Guo via Linux-erofs
Re: [PATCH v2] erofs: do not use pagepool in z_erofs_gbuf_growsize()
Gao Xiang
Re: [PATCH v2] erofs: do not use pagepool in z_erofs_gbuf_growsize()
Chunhai Guo via Linux-erofs
[xiang-erofs:dev-test 2/2] fs/erofs/super.c:876:6: error: assigning to 'int' from incompatible type 'void'
kernel test robot
[PATCH] erofs: add a reserved buffer pool for lz4 decompression
Chunhai Guo via Linux-erofs
Re: [PATCH] erofs: add a reserved buffer pool for lz4 decompression
Gao Xiang
[PATCH] erofs: do not use pagepool in z_erofs_gbuf_growsize()
Chunhai Guo via Linux-erofs
Re: [PATCH] erofs: do not use pagepool in z_erofs_gbuf_growsize()
Gao Xiang
[PATCH] erofs-utils: set opaque flag for directories in tarerofs mode
Gao Xiang
Re: [PATCH] erofs-utils: set opaque flag for directories in tarerofs mode
Jingbo Xu
[PATCH 2/2] erofs: rename per CPU buffer to global buffer pool and make it configurable
Chunhai Guo via Linux-erofs
Re: [PATCH 2/2] erofs: rename per CPU buffer to global buffer pool and make it configurable
Gao Xiang
[PATCH 1/2] erofs: rename utils.c to zutil.c
Chunhai Guo via Linux-erofs
Re: [PATCH 1/2] erofs: rename utils.c to zutil.c
Gao Xiang
[PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys
David Howells
Re: [PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys
Simon Horman
Re: [PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys
David Howells
Re: [PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys
Simon Horman
Re: [PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys
David Howells
[PATCH 25/26] netfs: Miscellaneous tidy ups
David Howells
[PATCH 24/26] netfs: Remove the old writeback code
David Howells
Re: [PATCH 24/26] netfs: Remove the old writeback code
Jeff Layton
Re: [PATCH 24/26] netfs: Remove the old writeback code
David Howells
[PATCH 23/26] netfs: Cut over to using new writeback code
David Howells
Re: [PATCH 23/26] netfs: Cut over to using new writeback code
David Howells
[PATCH 22/26] netfs, cachefiles: Implement helpers for new write code
David Howells
[PATCH 21/26] netfs, 9p: Implement helpers for new write code
David Howells
Re: [PATCH 21/26] netfs, 9p: Implement helpers for new write code
David Howells
Re: [PATCH 21/26] netfs, 9p: Implement helpers for new write code
David Howells
[PATCH 20/26] netfs, afs: Implement helpers for new write code
David Howells
[PATCH 19/26] netfs: New writeback implementation
David Howells
RE: [PATCH 19/26] netfs: New writeback implementation
Naveen Mamindlapalli
Re: [PATCH 19/26] netfs: New writeback implementation
Vadim Fedorenko
Re: [PATCH 19/26] netfs: New writeback implementation
Vadim Fedorenko
Re: [PATCH 19/26] netfs: New writeback implementation
David Howells
[PATCH 18/26] netfs: Add some write-side stats and clean up some stat names
David Howells
[PATCH 17/26] netfs: Fix writethrough-mode error handling
David Howells
Re: [PATCH 17/26] netfs: Fix writethrough-mode error handling
Jeff Layton
Re: [PATCH 17/26] netfs: Fix writethrough-mode error handling
David Howells
Later messages