linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-29 04:51:41 to 2020-06-09 18:18:47 UTC [more...]

[PATCH v2] erofs-utils: add a compress limit to source input stream
 2020-06-09 18:18 UTC  (2+ messages)

[PATCH] erofs-utils: add a compress limit to source input stream
 2020-06-09 15:22 UTC 

[PATCH] erofs-utils: support selinux file contexts
 2020-06-08 15:51 UTC  (11+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] erofs-utils: enhance static linking for lz4 1.8.x
 2020-06-07 14:54 UTC  (2+ messages)

(#565022149) Gmail 转发确认 - 从 blucerlee@gmail.com 接收邮件
 2020-06-04 15:25 UTC 

(#416704879) Gmail 转发确认 - 从 blucerlee@gmail.com 接收邮件
 2020-06-04 15:05 UTC 

[GIT PULL] erofs updates for 5.8-rc1
 2020-06-03  3:50 UTC  (2+ messages)

[xiang-erofs:dev] BUILD SUCCESS 34f853b849eb6a509eb8f40f2f5946ebb1f62739
 2020-06-01  5:14 UTC 

[PATCH v6] erofs: convert to use the new mount fs_context api
 2020-05-29 10:48 UTC 

Proposal
 2020-05-28 16:42 UTC 

[PATCH] erofs: suppress false positive last_block warning
 2020-05-28  9:25 UTC  (2+ messages)

[xiang-erofs:dev-test] BUILD SUCCESS e7cda1ee94f464e02e356319aec7d83ccba8cab4
 2020-05-28  6:35 UTC 

Proposal
 2020-05-27 17:15 UTC 

[PATCH] erofs: code cleanup by removing ifdef macro surrounding
 2020-05-27  2:35 UTC  (8+ messages)

Mail delivery failed: returning message to sender
 2020-05-15 16:10 UTC 

Partnership
 2020-05-02 14:20 UTC 

[mkfs.erofs]Do you have plan to support selinux file_context
 2020-04-28 14:04 UTC  (2+ messages)

[PATCH v11 00/25] Change readahead API
 2020-04-21  7:28 UTC  (40+ messages)
` [PATCH v11 01/25] mm: Move readahead prototypes from mm.h
` [PATCH v11 02/25] mm: Return void from various readahead functions
` [PATCH v11 03/25] mm: Ignore return value of ->readpages
` [PATCH v11 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v11 05/25] mm: Add new readahead_control API
` [PATCH v11 06/25] mm: Use readahead_control to pass arguments
` [PATCH v11 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v11 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v11 09/25] mm: Remove 'page_offset' from readahead loop
` [PATCH v11 10/25] mm: Put readahead pages in cache earlier
` [PATCH v11 11/25] mm: Add readahead address space operation
` [PATCH v11 12/25] mm: Move end_index check out of readahead loop
` [PATCH v11 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v11 14/25] mm: Document why we don't set PageReadahead
` [PATCH v11 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v11 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v11 17/25] btrfs: Convert from readpages to readahead
` [PATCH v11 18/25] erofs: Convert uncompressed files "
` [PATCH v11 19/25] erofs: Convert compressed "
` [PATCH v11 20/25] ext4: Convert "
` [PATCH v11 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v11 22/25] f2fs: Convert from readpages to readahead
` [PATCH v11 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
` [PATCH v11 24/25] fuse: Convert from readpages to readahead
` [PATCH v11 25/25] iomap: "

[PATCH 4.19.y] erofs: correct the remaining shrink objects
 2020-04-14 17:40 UTC  (2+ messages)

[PATCH 5.4.y] erofs: correct the remaining shrink objects
 2020-04-14 15:37 UTC 

[ANNOUNCE] erofs-utils: release 1.1
 2020-04-13 16:46 UTC 

[GIT PULL] erofs updates for 5.7-rc1
 2020-03-30 20:40 UTC  (2+ messages)

[xiang-erofs:dev] BUILD SUCCESS 20741a6e146cab59745c7f25abf49d891a83f8e9
 2020-03-29  0:15 UTC 

[PATCH] MAINTAINERS: erofs: update my email address
 2020-03-28  6:09 UTC  (2+ messages)

[PATCH] erofs-utils: avoid PAGE_SIZE redefinition
 2020-03-27  7:42 UTC  (3+ messages)

[PATCH] erofs-utils: avoid using old compatibility type uint
 2020-03-27  7:41 UTC  (3+ messages)

[PATCH] erofs-utils: avoid _LARGEFILE64_SOURCE and _GNU_SOURCE redefinition
 2020-03-27  7:40 UTC  (3+ messages)

[PATCH v10 00/25] Change readahead API
 2020-03-26 16:53 UTC  (34+ messages)
` [PATCH v10 01/25] mm: Move readahead prototypes from mm.h
` [PATCH v10 02/25] mm: Return void from various readahead functions
` [PATCH v10 03/25] mm: Ignore return value of ->readpages
` [PATCH v10 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v10 05/25] mm: Add new readahead_control API
` [PATCH v10 06/25] mm: Use readahead_control to pass arguments
` [PATCH v10 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v10 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v10 09/25] mm: Remove 'page_offset' from readahead loop
` [PATCH v10 10/25] mm: Put readahead pages in cache earlier
` [PATCH v10 11/25] mm: Add readahead address space operation
` [PATCH v10 12/25] mm: Move end_index check out of readahead loop
` [PATCH v10 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v10 14/25] mm: Document why we don't set PageReadahead
` [PATCH v10 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v10 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v10 17/25] btrfs: Convert from readpages to readahead
` [PATCH v10 18/25] erofs: Convert uncompressed files "
` [PATCH v10 19/25] erofs: Convert compressed "
` [PATCH v10 20/25] ext4: Convert "
` [PATCH v10 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v10 22/25] f2fs: Convert from readpages to readahead
` [PATCH v10 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
` [PATCH v10 24/25] fuse: Convert from readpages to readahead
` [PATCH v10 25/25] iomap: "

[PATCH v9 00/25] Change readahead API
 2020-03-23  3:55 UTC  (46+ messages)
` [PATCH v9 01/25] mm: Move readahead prototypes from mm.h
` [PATCH v9 02/25] mm: Return void from various readahead functions
` [PATCH v9 03/25] mm: Ignore return value of ->readpages
` [PATCH v9 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v9 05/25] mm: Add new readahead_control API
` [PATCH v9 06/25] mm: Use readahead_control to pass arguments
` [PATCH v9 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v9 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v9 09/25] mm: Remove 'page_offset' from readahead loop
` [PATCH v9 10/25] mm: Put readahead pages in cache earlier
` [PATCH v9 11/25] mm: Add readahead address space operation
` [PATCH v9 12/25] mm: Move end_index check out of readahead loop
` [PATCH v9 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v9 14/25] mm: Document why we don't set PageReadahead
` [PATCH v9 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v9 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v9 17/25] btrfs: Convert from readpages to readahead
` [PATCH v9 18/25] erofs: Convert uncompressed files "
  ` [f2fs-dev] "
` [PATCH v9 19/25] erofs: Convert compressed "
  ` [f2fs-dev] "
` [PATCH v9 20/25] ext4: Convert "
` [PATCH v9 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v9 22/25] f2fs: Convert from readpages to readahead
  ` [f2fs-dev] "
` [PATCH v9 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
  ` [f2fs-dev] "
` [PATCH v9 24/25] fuse: Convert from readpages to readahead
` [PATCH v9 25/25] iomap: "

Problem in EROFS: Not able to read the files after mount
 2020-03-20 11:16 UTC  (8+ messages)

[PATCH v8 00/25] Change readahead API
 2020-03-19 11:57 UTC  (4+ messages)

[PATCH -next 000/491] treewide: use fallthrough;
 2020-03-11  4:51 UTC 

[WIP] [RFC PATCH] lib/xz: preliminary EROFS LZMA support v0.2
 2020-03-06  2:02 UTC 

[xiang-erofs:dev] BUILD SUCCESS aa99a76b40d6434e67ac23efef2a01c291b82d8b
 2020-03-05  5:44 UTC 

[PATCH 1/3] erofs: correct the remaining shrink objects
 2020-03-03  9:51 UTC  (5+ messages)
` [PATCH 2/3] erofs: use LZ4_decompress_safe() for full decoding
` [PATCH 3/3] erofs: handle corrupted images whose decompressed size less than it'd be

[PATCH v2 1/3] erofs: correct the remaining shrink objects
 2020-03-03  9:33 UTC  (2+ messages)

[PATCH 00/44] Manually convert filesystem FS documents to ReST
 2020-03-02 21:13 UTC  (2+ messages)

[WIP] [PATCH v0.0-20200229 00/11] ez: LZMA fixed-sized output compression
 2020-02-29  5:27 UTC  (12+ messages)
  ` [WIP] [PATCH v0.0-20200229 03/11] ez: introduce bitops header file
  ` [WIP] [PATCH v0.0-20200229 04/11] ez: lzma: add range encoder
  ` [WIP] [PATCH v0.0-20200229 05/11] ez: lzma: add common header file
  ` [WIP] [PATCH v0.0-20200229 06/11] ez: lzma: add byte hashtable generated with CRC32
  ` [WIP] [PATCH v0.0-20200229 07/11] ez: lzma: add LZMA matchfinder
  ` [WIP] [PATCH v0.0-20200229 08/11] ez: lzma: add LZMA encoder
  ` [WIP] [PATCH v0.0-20200229 09/11] ez: lzma: checkpoint feature for range encoder
  ` [WIP] [PATCH v0.0-20200229 10/11] ez: lzma: add fixed-sized output compression
  ` [WIP] [PATCH v0.0-20200229 11/11] ez: lzma: add test program


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).