linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-21 07:01:25 to 2019-07-22 02:50:35 UTC [more...]

[PATCH v3 00/24] erofs: promote erofs from staging
 2019-07-22  2:50 UTC  (17+ messages)
` [PATCH v3 01/24] erofs: add on-disk layout
` [PATCH v3 02/24] erofs: add erofs in-memory stuffs
` [PATCH v3 03/24] erofs: add super block operations
` [PATCH v3 04/24] erofs: add raw address_space operations
` [PATCH v3 05/24] erofs: add inode operations
` [PATCH v3 06/24] erofs: support special inode
` [PATCH v3 07/24] erofs: add directory operations
` [PATCH v3 08/24] erofs: add namei functions
` [PATCH v3 09/24] erofs: support tracepoint
` [PATCH v3 10/24] erofs: update Kconfig and Makefile
` [PATCH v3 11/24] erofs: introduce xattr & posixacl support
` [PATCH v3 12/24] erofs: introduce tagged pointer
` [PATCH v3 13/24] erofs: add compression indexes support
` [PATCH v3 14/24] erofs: introduce superblock registration
` [PATCH v3 15/24] erofs: introduce erofs shrinker
` [PATCH v3 16/24] erofs: introduce workstation for decompression

[PATCH v2 00/24] erofs: promote erofs from staging
 2019-07-21 18:05 UTC  (34+ messages)
` [PATCH v2 01/24] erofs: add on-disk layout
` [PATCH v2 02/24] erofs: add erofs in-memory stuffs
` [PATCH v2 03/24] erofs: add super block operations
` [PATCH v2 04/24] erofs: add raw address_space operations
` [PATCH v2 05/24] erofs: add inode operations
` [PATCH v2 06/24] erofs: support special inode
` [PATCH v2 07/24] erofs: add directory operations
` [PATCH v2 08/24] erofs: add namei functions
` [PATCH v2 09/24] erofs: support tracepoint
` [PATCH v2 10/24] erofs: update Kconfig and Makefile
` [PATCH v2 11/24] erofs: introduce xattr & posixacl support
` [PATCH v2 12/24] erofs: introduce tagged pointer
` [PATCH v2 13/24] erofs: add compression indexes support
` [PATCH v2 14/24] erofs: introduce superblock registration
` [PATCH v2 15/24] erofs: introduce erofs shrinker
` [PATCH v2 16/24] erofs: introduce workstation for decompression
` [PATCH v2 17/24] erofs: introduce per-CPU buffers implementation
` [PATCH v2 18/24] erofs: introduce pagevec for decompression subsystem
` [PATCH v2 19/24] erofs: add erofs_allocpage()
` [PATCH v2 20/24] erofs: introduce generic decompression backend
` [PATCH v2 21/24] erofs: introduce LZ4 decompression inplace
` [PATCH v2 22/24] erofs: introduce the decompression frontend
` [PATCH v2 23/24] erofs: introduce cached decompression
` [PATCH v2 24/24] erofs: add document

[PATCH] v3: staging: erofs: fix typo
 2019-07-18 10:31 UTC  (3+ messages)

=?gb18030?B?u9i4tKO6u9i4tKO6u9i4tKO6u9i4tKO6u9i4tKO6u9i4tKO6ZXJvc9DUxNzOyszi?=
 2019-07-18  7:26 UTC 

=?gb18030?B?u9i4tKO6u9i4tKO6u9i4tKO6u9i4tKO6u9i4tKO6ZXJvc9DUxNzOyszi?=
 2019-07-18  7:21 UTC  (2+ messages)
` 回复:回复:回复:回复:回复:eros性能问题

=?gb18030?B?u9i4tKO6u9i4tKO6u9i4tKO6u9i4tKO6u9i4tKO6ZXJvc9DUxNzOyszi?=
 2019-07-18  3:57 UTC 

=?gb18030?B?ZXJvc9DUxNzOyszi?=
 2019-07-18  3:56 UTC  (11+ messages)
` eros性能问题
    ` =?gb18030?B?u9i4tKO6ZXJvc9DUxNzOyszi?=
      ` 回复:eros性能问题
        ` =?gb18030?B?u9i4tKO6u9i4tKO6ZXJvc9DUxNzOyszi?=
          ` 回复:回复:eros性能问题
            ` =?gb18030?B?u9i4tKO6u9i4tKO6u9i4tKO6ZXJvc9DUxNzOyszi?=
              ` 回复:回复:回复:eros性能问题
                ` =?gb18030?B?u9i4tKO6u9i4tKO6u9i4tKO6u9i4tKO6ZXJvc9DUxNzOyszi?=
                  ` 回复:回复:回复:回复:eros性能问题

erofs compilation failure
 2019-07-18  1:32 UTC  (2+ messages)

[PATCH] v2: staging: erofs: fix typo
 2019-07-17 20:10 UTC  (3+ messages)

[PATCH] staging: erofs: a few minor style fixes found using checkpatch
 2019-07-16 23:33 UTC  (4+ messages)

[PATCH] staging: erofs: fix typo
 2019-07-16 21:18 UTC  (3+ messages)

[PATCH v2] staging: erofs: avoid opened loop codes
 2019-07-16 12:17 UTC  (2+ messages)

[PATCH] staging: erofs: avoid opened loop codes
 2019-07-16  9:35 UTC  (4+ messages)

[PATCH v3] staging: erofs: support bmap
 2019-07-16  9:32 UTC 

[PATCH v2] staging: erofs: support bmap
 2019-07-16  9:23 UTC  (3+ messages)

[PATCH] staging: erofs: support bmap
 2019-07-16  9:01 UTC  (5+ messages)

[PATCH v2 00/17] erofs-utils: new mkfs framework
 2019-07-16  7:04 UTC  (18+ messages)
` [PATCH v2 01/17] erofs-utils: add erofs on-disk layout
` [PATCH v2 02/17] erofs-utils: introduce erofs-utils basic headers
` [PATCH v2 03/17] erofs-utils: introduce miscellaneous files
` [PATCH v2 04/17] erofs-utils: add input/output functions
` [PATCH v2 05/17] erofs-utils: introduce buffer cache
` [PATCH v2 06/17] erofs-utils: introduce inode operations
` [PATCH v2 07/17] erofs-utils: introduce mkfs support
` [PATCH v2 08/17] erofs-utils: introduce generic compression framework
` [PATCH v2 09/17] erofs-utils: introduce lz4/lz4hc compression algorithm
` [PATCH v2 10/17] erofs-utils: introduce compression for regular files
` [PATCH v2 11/17] erofs-utils: propagate compressed size to its callers
` [PATCH v2 12/17] erofs-utils: add README
` [PATCH v2 13/17] erofs-utils: introduce dev_fillzero
` [PATCH v2 14/17] erofs-utils: non-inline tail-end block should be zeroed beyond EOF
` [PATCH v2 15/17] erofs-utils: introduce compacted compression indexes
` [PATCH v2 16/17] erofs-utils: support decompress in-place
` [PATCH v2 17/17] erofs-utils: introduce extented options setting

[PATCH v4] staging: erofs:converting all 'unsigned' to 'unsigned int'
 2019-07-15 12:21 UTC 

[PATCH] staging: erofs:converting all 'unsigned' to 'unsigned int'
 2019-07-15 12:09 UTC  (2+ messages)

[PATCH v3] staging: erofs:converting all 'unsigned' to 'unsigned int'
 2019-07-15 10:55 UTC  (2+ messages)

[PATCH] staging: erofs:converting all 'unsigned' to 'unsigned int'
 2019-07-15  6:33 UTC  (2+ messages)

[PATCH] Staging: erofs:converting all 'unsigned' to 'unsigned int'
 2019-07-15  5:11 UTC  (3+ messages)

[PATCH] staging: erofs: Remove function erofs_kill_sb()
 2019-07-12  9:36 UTC  (3+ messages)

[PATCH] erofs: promote erofs from staging
 2019-07-04 16:46 UTC  (5+ messages)

[PATCH] staging: erofs: support bmap
 2019-07-04 10:58 UTC 

[PATCH RESEND v3] staging: erofs: remove unsupported ->datamode check in fill_inline_data()
 2019-07-04 10:31 UTC  (6+ messages)

[PATCH] staging: erofs: fix LZ4 limited bounced page mis-reuse
 2019-07-03  6:53 UTC  (6+ messages)

[PATCH RESEND] staging: erofs: fix LZ4 limited bounced page mis-reuse
 2019-07-03  6:52 UTC 

[PATCH 1/2] iomap: introduce IOMAP_TAIL
 2019-06-29  8:55 UTC  (2+ messages)
` [PATCH 2/2] staging: erofs: use iomap interface for raw data access

[PATCH] staging: erofs: don't check special inode layout
 2019-06-29  8:38 UTC  (4+ messages)

[PATCH RESEND v2] staging: erofs: return the error value if fill_inline_data() fails
 2019-06-27  9:46 UTC 

[PATCH] staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr)
 2019-06-27  9:29 UTC  (3+ messages)

[PATCH RESEND v2] staging: erofs: remove unsupported ->datamode check in fill_inline_data()
 2019-06-26 11:00 UTC 

[PATCH RESEND] staging: erofs: remove unsupported ->datamode check in fill_inline_data()
 2019-06-26 10:51 UTC  (2+ messages)

[PATCH RESEND] staging: erofs: return the error value if fill_inline_data() fails
 2019-06-26  9:02 UTC  (3+ messages)

[PATCH RESEND] staging: erofs: remove unsupported ->datamode check in fill_inline_data()
 2019-06-26  9:02 UTC  (3+ messages)

[PATCH] staging: erofs: return the error value if fill_inline_data() fails
 2019-06-26  1:43 UTC  (4+ messages)

[PATCH] staging: erofs: remove unsupported ->datamode check in fill_inline_data()
 2019-06-25  7:19 UTC  (3+ messages)

[PATCH] staging: erofs: remove unsupported ->datamode check in fill_inline_data()
 2019-06-25  6:16 UTC  (2+ messages)

[PATCH v2 0/8] staging: erofs: decompression inplace approach
 2019-06-24  7:39 UTC  (22+ messages)
` [PATCH v2 1/8] staging: erofs: add compacted ondisk compression indexes
` [PATCH v2 2/8] staging: erofs: add compacted compression indexes support
` [PATCH v2 3/8] staging: erofs: move per-CPU buffers implementation to utils.c
` [PATCH v2 4/8] staging: erofs: move stagingpage operations to compress.h
` [PATCH v2 5/8] staging: erofs: introduce generic decompression backend
` [PATCH v2 6/8] staging: erofs: introduce LZ4 decompression inplace
` [PATCH v2 7/8] staging: erofs: switch to new decompression backend
` [PATCH v2 8/8] staging: erofs: integrate decompression inplace

[PATCH v3 0/8] staging: erofs: decompression inplace approach
 2019-06-24  7:34 UTC  (11+ messages)
` [PATCH v3 1/8] staging: erofs: add compacted ondisk compression indexes
` [PATCH v3 2/8] staging: erofs: add compacted compression indexes support
` [PATCH v3 3/8] staging: erofs: move per-CPU buffers implementation to utils.c
` [PATCH v3 4/8] staging: erofs: move stagingpage operations to compress.h
` [PATCH v3 5/8] staging: erofs: introduce generic decompression backend
` [PATCH v3 6/8] staging: erofs: introduce LZ4 decompression inplace
` [PATCH v3 7/8] staging: erofs: switch to new decompression backend
` [PATCH v3 8/8] staging: erofs: integrate decompression inplace

[PATCH] staging: erofs: remove needless dummy functions of erofs_{get, list}xattr
 2019-06-21  7:02 UTC  (3+ messages)
` [PATCH] staging: erofs: remove needless dummy functions of erofs_{get,list}xattr

[PATCH] staging: erofs: remove needless CONFIG_EROFS_FS_SECURITY
 2019-06-21  7:01 UTC  (2+ 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).