linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-21 04:20:47 to 2020-04-13 16:49:07 UTC [more...]

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

[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  (8+ 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  (6+ messages)
` [PATCH v2 2/3] erofs: use LZ4_decompress_safe() for full decoding
` [PATCH v2 3/3] erofs: handle corrupted images whose decompressed size less than it'd be

[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  (14+ messages)
  ` [WIP] [PATCH v0.0-20200229 01/11] ez: add basic source files
  ` [WIP] [PATCH v0.0-20200229 02/11] ez: add helpers for unaligned accesses
  ` [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

[PATCH v5] erofs: convert to use the new mount fs_context api
 2020-02-25 10:30 UTC 

[PATCH v7 00/23] Change readahead API
 2020-02-25  1:49 UTC  (59+ messages)
` [PATCH v7 01/24] mm: Move readahead prototypes from mm.h
` [PATCH v7 02/24] mm: Return void from various readahead functions
` [PATCH v7 04/24] mm: Move readahead nr_pages check into read_pages
` [PATCH v7 05/24] mm: Use readahead_control to pass arguments
` [PATCH v7 08/24] mm: Remove 'page_offset' from readahead loop
` [PATCH v7 09/24] mm: Put readahead pages in cache earlier
` [PATCH v7 10/24] mm: Add readahead address space operation
` [PATCH v7 11/24] mm: Move end_index check out of readahead loop
` [PATCH v7 12/24] mm: Add page_cache_readahead_unbounded
  ` [Cluster-devel] "
` [PATCH v7 13/24] fs: Convert mpage_readpages to mpage_readahead
  ` [Cluster-devel] "
` [PATCH v7 14/24] btrfs: Convert from readpages to readahead
` [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor
` [PATCH v7 22/24] iomap: Convert from readpages to readahead

[xiang-erofs:dev-test] BUILD SUCCESS f4ae4be738bf5c43ad009f654e4776fb9112786c
 2020-02-22  6:41 UTC 


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