linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-11 17:57:30 to 2019-02-15 07:36:44 UTC [more...]

[PATCH v2 1/2] staging: erofs: use xattr_prefix to wrap up
 2019-02-15  7:36 UTC  (15+ messages)
` [PATCH v2 2/2] staging: erofs: complete POSIX ACL support

[PREVIEW] [PATCH] staging: erofs: fix race of initializing xattrs of a inode at the same time
 2019-02-15  7:29 UTC  (3+ messages)

[PATCH v2] staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()
 2019-02-15  7:02 UTC  (3+ messages)

[PATCH v2] staging: erofs: fix memleak of inode's shared xattr array
 2019-02-15  2:13 UTC  (3+ messages)

[PATCH] erofs: fix memleak of node's shared xattr array
 2019-02-14  9:37 UTC  (2+ messages)

[PATCH 1/2] staging: erofs: remove redundant likely/unlikely annotation in namei.c
 2019-02-13 15:28 UTC  (8+ messages)
` [PATCH 2/2] staging: erofs: remove redundant unlikely annotation in unzip_vle.c

[PATCH] staging: prefix header search paths with $(srctree)/
 2019-01-31  4:08 UTC 

patch "staging: erofs: keep corrupted fs from crashing kernel in" added to staging-linus
 2019-01-30 22:57 UTC  (4+ messages)

[PATCH] staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()
 2019-01-30 14:57 UTC  (3+ messages)

[PATCH v4 1/2] staging: erofs: use xattr_prefix to wrap up
 2019-01-29  8:53 UTC  (4+ messages)
` [PATCH v4 2/2] staging: erofs: complete POSIX ACL support

[PATCH AUTOSEL 4.19 058/258] staging: erofs: fix the definition of DBG_BUGON
 2019-01-28 15:56 UTC 

[PATCH AUTOSEL 4.20 066/304] staging: erofs: fix the definition of DBG_BUGON
 2019-01-28 15:39 UTC  (2+ messages)
` [PATCH AUTOSEL 4.20 067/304] staging: erofs: fix race when the managed cache is enabled

[PATCH v3 1/2] staging: erofs: use xattr_prefix to wrap up
 2019-01-26  6:43 UTC  (3+ messages)
` [PATCH v3 2/2] staging: erofs: complete POSIX ACL support

[PATCH 1/2] staging: erofs: use xattr_prefix to wrap up
 2019-01-25 13:58 UTC  (6+ messages)
` [PATCH 2/2] staging: erofs: complete POSIX ACL support

[PATCH] staging: erofs: fix potential double iput in erofs_read_super()
 2019-01-24  8:46 UTC  (3+ messages)

[PREVIEW] [PATCH] staging: erofs: fix mis-acted TAIL merging behavior
 2019-01-24  2:58 UTC  (3+ messages)

[LSF/MM TOPIC] EROFS, our smartphone practice and the next
 2019-01-23  6:55 UTC 

[PATCH 1/2] erofs-utils: rename erofs_node_info to erofs_inode
 2019-01-18  3:36 UTC  (2+ messages)
` [PATCH 2/2] erofs-utils: rename to erofs_mkfs_update_super_block

[PATCH] erofs-utils: rename the package name to erofs-utils
 2019-01-17  2:52 UTC  (3+ messages)

[PATCH 1/5] staging: erofs: sunset erofs_workstation_cleanup_all
 2019-01-16 13:10 UTC  (13+ messages)
` [PATCH 2/5] staging: erofs: localize erofs_workgroup_get
` [PATCH 3/5] staging: erofs: decrease the shrink count in erofs_workgroup_get
      ` [PATCH v2 3/5] staging: erofs: move shrink accounting inside the function
` [PATCH 4/5] staging: erofs: staticize erofs_shrink_count, erofs_shrink_scan
` [PATCH 5/5] staging: erofs: drop the extern prefix for function definitions

[NOMERGE] [RFC PATCH v2 1/4] erofs-utils: add a new compression framework
 2019-01-16  5:27 UTC  (4+ messages)
` [NOMERGE] [RFC PATCH v2 2/4] erofs-utils: add lz4hc algorithm support
` [NOMERGE] [RFC PATCH v2 3/4] erofs-utils: add zlib "
` [NOMERGE] [RFC PATCH v2 4/4] erofs-utils: adapt new compression framework to mkfs

[NOMERGE] [RFC PATCH 1/4] erofs-utils: add a new basic compression framework
 2019-01-15 14:23 UTC  (4+ messages)
` [NOMERGE] [RFC PATCH 2/4] erofs-utils: add lz4hc algorithm support
` [NOMERGE] [RFC PATCH 3/4] erofs-utils: add zlib "
` [NOMERGE] [RFC PATCH 4/4] erofs-utils: adapt new compression framework to mkfs

[PATCH 0/5] staging: erofs: document, bugfix and cleanups
 2019-01-15  1:42 UTC  (8+ messages)
` [PATCH 1/5] staging: erofs: add document
  ` [PATCH v2] "
` [PATCH 2/5] staging: erofs: fix fast symlink w/o xattr when fs xattr is on
` [PATCH 3/5] staging: erofs: remove unneeded inode_operations
` [PATCH 4/5] staging: erofs: move erofs_xattr_handlers to xattr.h
` [PATCH 5/5] staging: erofs: clean up erofs_map_blocks_iter
  ` [PATCH v2 "

[PATCH rebased 1/5] staging: erofs: add document
 2019-01-14  9:13 UTC  (6+ messages)
` [PATCH rebased 2/5] staging: erofs: fix fast symlink w/o xattr when fs xattr is on
` [PATCH rebased 3/5] staging: erofs: remove unneeded inode_operations
` [PATCH rebased 4/5] staging: erofs: move erofs_xattr_handlers to xattr.h
` [PATCH rebased 5/5] staging: erofs: clean up erofs_map_blocks_iter

[RFC PATCH] staging: erofs: add document
 2019-01-14  7:58 UTC  (3+ messages)
` [PREVIEW] [PATCH v3] "

[PATCH v2] staging: erofs: add document
 2019-01-14  5:41 UTC 

[PATCH 1/2] erofs-utils: remove redundant EROFS_MKFS_VERSION
 2019-01-12  6:23 UTC  (6+ messages)
` [PATCH 2/2] erofs-utils: move 'ACLOCAL_AMFLAGS = -I m4' to $(top_srcdir)/Makefile.am

[PATCH v3] staging: erofs: clean up erofs_map_blocks_iter
 2019-01-10 11:06 UTC  (2+ messages)

[PATCH v2] staging: erofs: clean up erofs_map_blocks_iter
 2019-01-10  3:38 UTC  (3+ messages)

[PATCH] staging: erofs: clean up erofs_map_blocks_iter
 2019-01-10  1:32 UTC 

[PATCH] staging: erofs: clean up erofs_map_blocks_iter
 2019-01-10  1:15 UTC  (3+ messages)

[PATCH v2] staging: erofs: Add identifier for function definition arguments
 2019-01-09  6:29 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 44/97] staging: erofs: fix use-after-free of on-stack `z_erofs_vle_unzip_io'
 2019-01-08 19:28 UTC 

[PATCH AUTOSEL 4.20 055/117] staging: erofs: fix use-after-free of on-stack `z_erofs_vle_unzip_io'
 2019-01-08 19:25 UTC 

[PATCH v2 0/2] staging: erofs: fixed -Wmissing-prototype warnings
 2019-01-08 11:31 UTC  (3+ messages)
` [PATCH v2 1/2] staging: erofs: fixed -Wmissing-prototype warnings by making functions static
` [PATCH v2 2/2] staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to header file

[PATCH 0/2] staging: erofs: fixed -Wmissing-prototype warnings
 2019-01-08  9:23 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] "

[PREVIEW] [PATCH v2 1/3] staging: erofs: fix fast symlink w/o xattr when fs xattr is on
 2019-01-04  2:39 UTC  (9+ messages)
` [PREVIEW] [PATCH v2 2/3] staging: erofs: remove unneeded inode_operations
` [PREVIEW] [PATCH v2 3/3] staging: erofs: move erofs_xattr_handlers to xattr.h

[PREVIEW] [PATCH 1/3] staging: erofs: fix fast symlink w/o xattr if xattr is enabled
 2018-12-29  4:38 UTC  (7+ messages)
` [PREVIEW] [PATCH 2/3] staging: erofs: remove unneeded inode_operations
` [PREVIEW] [PATCH 3/3] staging: erofs: move erofs_xattr_handlers to xattr.h

[PATCH 1/2] erofs-utils: move list_head.h to include/erofs
 2018-12-27 12:10 UTC  (4+ messages)
` [PATCH 2/2] erofs-utils: introduce a unique header for definitions

[PATCH] staging: erofs: fix return type of erofs_workgroup_get
 2018-12-26  7:06 UTC  (2+ messages)

[PATCH] erofs-utils: fix tab algin to 8 spaces in the Makefile.am
 2018-12-24 16:46 UTC  (2+ messages)

[PATCH] erofs-utils: fix the source code hierarchy
 2018-12-24 16:41 UTC  (2+ messages)

[PATCH v2] erofs-utils: fix the missing trailing '\0' of the last dirent name
 2018-12-22  1:27 UTC  (2+ messages)

[PATCH] erofs-utils:erofs-utils: fix the missing trailing '\0' of the last dirent name
 2018-12-21  1:59 UTC  (2+ messages)

[PATCH 1/2] erofs-utils: erofs_io.c: clean up dev_open()
 2018-12-21  1:51 UTC  (4+ messages)
` [PATCH 2/2] erofs-utils: introduce blk_write and clean up related code

[PATCH] erofs-mkfs: mkfs_erofs.h: clean up definitions
 2018-12-21  1:50 UTC  (3+ messages)
` [PATCH v2] erofs-utils: "

[PATCH 1/2] erofs-utils: introduce --with-lz4-include and --with-lz4-lib
 2018-12-20  6:50 UTC  (12+ messages)
` [PATCH 2/2] erofs-utils: let erofs-utils use shared libraries if it can
` [PATCH v2 1/5] erofs-utils: introduce --with-lz4-include and --with-lz4-lib
  ` [PATCH v2 2/5] erofs-utils: let erofs-utils use shared libraries if it can
  ` [PATCH v2 3/5] erofs-utils: silence `Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac'
  ` [PATCH v2 4/5] erofs-utils: add autogen.sh
  ` [PATCH v2 5/5] erofs-utils: add AC_CONFIG_AUX_DIR(config)

[PATCH] staging: erofs: Add a blank line after declarations
 2018-12-13 10:34 UTC  (4+ messages)

[PATCH] drivers: staging: erofs: Fix styling issues
 2018-12-12 12:29 UTC  (4+ messages)
` [PATCH v2] staging:erofs: Fix alignment issues

[PATCH 4/5] drivers: staging: erofs: Fix parentheses error in macro
 2018-12-12 12:18 UTC  (3+ messages)
` [PATCH v2] staging:erofs: Remove __EROFS_BIT macro

[PATCH] staging: erofs: remove __EROFS_BIT
 2018-12-12 11:47 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).