linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-18 21:33:33 to 2020-02-29 05:29:21 UTC [more...]

[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 v2 1/3] erofs: correct the remaining shrink objects
 2020-02-29  1:11 UTC  (5+ 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 v8 00/25] Change readahead API
 2020-02-28 14:08 UTC  (35+ 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 1/3] erofs: correct the remaining shrink objects
 2020-02-26  2:44 UTC  (6+ 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 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  (76+ 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 03/24] mm: Ignore return value of ->readpages
` [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 06/24] mm: Rename various 'offset' parameters to 'index'
` [PATCH v7 07/24] mm: rename readahead loop variable to 'i'
` [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 15/24] erofs: Convert uncompressed files "
` [PATCH v7 16/24] erofs: Convert compressed "
` [PATCH v7 17/24] ext4: Convert "
` [PATCH v7 18/24] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v7 19/24] f2fs: Convert from readpages to readahead
` [PATCH v7 20/24] fuse: "
` [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor
` [PATCH v7 22/24] iomap: Convert from readpages to readahead
` [PATCH v7 23/24] mm: Document why we don't set PageReadahead
` [PATCH v7 24/24] mm: Use memalloc_nofs_save in readahead path

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

[PATCH v7] erofs-utils: introduce exclude dirs and files
 2020-02-20 12:57 UTC  (3+ messages)

[PATCH v3] erofs: convert workstn to XArray
 2020-02-20  8:19 UTC  (2+ messages)

[PATCH v6 00/19] Change readahead API
 2020-02-19 20:24 UTC  (91+ messages)
` [PATCH v6 01/19] mm: Return void from various readahead functions
` [PATCH v6 02/19] mm: Ignore return value of ->readpages
` [PATCH v6 03/19] mm: Use readahead_control to pass arguments
` [PATCH v6 04/19] mm: Rearrange readahead loop
` [PATCH v6 04/16] mm: Tweak readahead loop slightly
` [PATCH v6 05/19] mm: Remove 'page_offset' from readahead loop
` [PATCH v6 06/19] mm: rename readahead loop variable to 'i'
` [PATCH v6 07/19] mm: Put readahead pages in cache earlier
` [PATCH v6 08/19] mm: Add readahead address space operation
` [PATCH v6 09/19] mm: Add page_cache_readahead_limit
` [PATCH v6 10/19] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v6 11/19] btrfs: Convert from readpages to readahead
` [PATCH v6 11/16] erofs: Convert compressed files "
` [PATCH v6 12/19] erofs: Convert uncompressed "
` [PATCH v6 13/19] erofs: Convert compressed "
` [PATCH v6 14/19] ext4: Convert "
` [PATCH v6 16/19] fuse: "
` [PATCH v6 17/19] iomap: Restructure iomap_readpages_actor
` [PATCH v6 18/19] iomap: Convert from readpages to readahead
` [PATCH v6 19/19] mm: Use memalloc_nofs_save in readahead path

[xiang-erofs:dev-test] BUILD SUCCESS f3e8463d8578452a0cc128fb8ba0e865bdd368fc
 2020-02-19 17:38 UTC 

[PATCH 00/44] Manually convert filesystem FS documents to ReST
 2020-02-19 15:11 UTC  (5+ messages)

[PATCH v2] erofs: convert workstn to XArray
 2020-02-19  8:04 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).