linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-08 05:49:36 to 2019-08-19 14:58:24 UTC [more...]

[PATCH] staging: erofs: fix an error handling in erofs_readdir()
 2019-08-19  0:08 UTC  (22+ messages)
` [PATCH v2] "
          ` [PATCH v3 RESEND] "
                ` [PATCH v3 RESEND] staging: erofs: fix an error handling in erofs_readdir()y
                ` [PATCH v4] staging: erofs: fix an error handling in erofs_readdir()

[PATCH] erofs: move erofs out of staging
 2019-08-19 14:58 UTC  (57+ messages)
                                      ` [PATCH 0/6] staging: erofs: first stage of corrupted compressed images
                                        ` [PATCH 1/6] staging: erofs: some compressed cluster should be submitted for corrupted images
                                        ` [PATCH 2/6] staging: erofs: cannot set EROFS_V_Z_INITED_BIT if fill_inode_lazy fails
                                        ` [PATCH 3/6] staging: erofs: add two missing erofs_workgroup_put for corrupted images
                                        ` [PATCH 4/6] staging: erofs: avoid loop in submit chains
                                        ` [PATCH 5/6] staging: erofs: detect potential multiref due to corrupted images
                                        ` [PATCH 6/6] staging: erofs: avoid endless loop of invalid lookback distance 0
                ` [PATCH] erofs: Use common kernel logging style

[PATCH] erofs-utils: introduce fuse framework
 2019-08-18 13:59 UTC 

[PATCH] staging: erofs: refuse to mount images with malformed volume name
 2019-08-18 13:17 UTC  (2+ messages)

[PATCH] erofs-utils: Fail the image creation when source path is not a directory file
 2019-08-16 20:43 UTC  (4+ messages)

[PATCH v4] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-16 15:11 UTC  (3+ messages)

[PATCH] erofs-utils : Fail the image creation when source path is not a directory file
 2019-08-16  7:37 UTC  (2+ messages)

[PATCH] staging: erofs: use common file type conversion
 2019-08-16  7:25 UTC  (2+ messages)

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

[PATCH v2] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-15 15:30 UTC  (6+ messages)

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

[PATCH v2 1/3] staging: erofs: introduce EFSCORRUPTED and more logs
 2019-08-15  1:31 UTC  (4+ messages)
` [PATCH v2 2/3] staging: erofs: differentiate unsupported on-disk format
` [PATCH v2 3/3] staging: erofs: correct all misused ENOTSUPP

[PATCH v3] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-14 21:27 UTC 

[PATCH 1/2] staging: erofs: introduce EFSCORRUPTED and more logs
 2019-08-14  9:49 UTC  (7+ messages)
` [PATCH 2/2] staging: erofs: differentiate unsupported on-disk format
  ` [PATCH RESEND 1/2] staging: erofs: introduce EFSCORRUPTED and more logs
    ` [PATCH RESEND 2/2] staging: erofs: differentiate unsupported on-disk format

[PATCH] staging: erofs: removing an extra call to iloc() in fill_inode()
 2019-08-14  8:02 UTC  (7+ messages)

[PATCH 1/3] staging: erofs: inline erofs_inode_is_data_compressed()
 2019-08-13  6:10 UTC  (8+ messages)
` [PATCH 2/3] staging: erofs: remove incomplete cleancache
` [PATCH 3/3] staging: erofs: xattr.c: avoid BUG_ON

[PATCH] erofs-utils: introduce xattr support
 2019-08-11 17:10 UTC  (2+ messages)
` [PATCH v2] erofs-utils: introduce preliminary "

[PATCH 10/13] iomap: use a function pointer for dio submits
 2019-08-10  1:34 UTC  (15+ 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).