linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-09 20:46:02 to 2020-11-20 17:45:13 UTC [more...]

[PATCH 0/3] erofs-utils: introduce fuse implementation
 2020-11-20 17:41 UTC  (4+ messages)
  ` [PATCH 1/3] "
  ` [PATCH 2/3] erofs-utils: fuse: support symlink & special inode
  ` [PATCH 3/3] erofs-utils: fuse: add compressed file support

[xiang-erofs:dev-test] BUILD SUCCESS f1e19bfbb15cad74ff9246248585e14802540112
 2020-11-17  3:54 UTC 

[xiang-erofs:dev] BUILD SUCCESS 1b2b66d55670675a96b533cf1076fc38fa8646c2
 2020-11-17  3:54 UTC 

[PATCH 4.19.y] erofs: derive atime instead of leaving it empty
 2020-11-16 18:32 UTC  (2+ messages)

[PATCH 1/2] erofs-utils: drop known issue in README
 2020-11-16 14:51 UTC  (3+ messages)
  ` [PATCH 2/2] erofs-utils: update README
    ` [PATCH v2 "

[WIP] [PATCH v4 00/12] erofs-utils: introduce fuse implementation
 2020-11-14 18:27 UTC  (13+ messages)
  ` [WIP] [PATCH v4 01/12] "
  ` [WIP] [PATCH v4 02/12] erofs-utils: fuse: add special file support
  ` [WIP] [PATCH v4 03/12] erofs-utils: fuse: add compressed "
  ` [WIP] [PATCH v4 04/12] erofs-utils: fuse: clean up path walking
  ` [WIP] [PATCH v4 05/12] erofs: clean up compress data read
  ` [WIP] [PATCH v4 06/12] erofs-utils: fuse: get rid of erofs_vnode
  ` [WIP] [PATCH v4 07/12] erofs-utils: fuse: move namei.c to lib/
  ` [WIP] [PATCH v4 08/12] erofs-utils: fuse: kill read.c
  ` [WIP] [PATCH v4 09/12] erofs-utils: fuse: clean up readdir
  ` [WIP] [PATCH v4 10/12] erofs-utils: fuse: rename readir.c to dir.c
    ` [WIP] [PATCH v4 11/12] erofs-utils: fuse: cleanup main.c
    ` [WIP] [PATCH v4 12/12] erofs-utils: fuse: fix up configure.ac / Makefile.am

[PATCH RFC PKS/PMEM 10/58] drivers/rdma: Utilize new kmap_thread()
 2020-11-10  8:48 UTC  (76+ messages)
` [PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
  ` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
  ` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: Utilize new kmap_thread()
  ` [PATCH RFC PKS/PMEM 21/58] fs/nfs: "
  ` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
  ` [PATCH RFC PKS/PMEM 23/58] fs/fuse: "
  ` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
  ` [PATCH RFC PKS/PMEM 25/58] fs/reiserfs: "
  ` [PATCH RFC PKS/PMEM 26/58] fs/zonefs: "
  ` [PATCH RFC PKS/PMEM 27/58] fs/ubifs: "
  ` [PATCH RFC PKS/PMEM 28/58] fs/cachefiles: "
  ` [PATCH RFC PKS/PMEM 29/58] fs/ntfs: "
  ` [PATCH RFC PKS/PMEM 30/58] fs/romfs: "
  ` [PATCH RFC PKS/PMEM 31/58] fs/vboxsf: "
  ` [PATCH RFC PKS/PMEM 32/58] fs/hostfs: "
  ` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "
  ` [PATCH RFC PKS/PMEM 34/58] fs/erofs: "
  ` [PATCH RFC PKS/PMEM 35/58] fs: "
  ` [PATCH RFC PKS/PMEM 36/58] fs/ext2: Use ext2_put_page
  ` [PATCH RFC PKS/PMEM 37/58] fs/ext2: Utilize new kmap_thread()
  ` [PATCH RFC PKS/PMEM 38/58] fs/isofs: "
  ` [PATCH RFC PKS/PMEM 39/58] fs/jffs2: "
  ` [PATCH RFC PKS/PMEM 40/58] net: "
  ` [PATCH RFC PKS/PMEM 41/58] drivers/target: "
  ` [PATCH RFC PKS/PMEM 42/58] drivers/scsi: "
  ` [PATCH RFC PKS/PMEM 43/58] drivers/mmc: "
  ` [PATCH RFC PKS/PMEM 44/58] drivers/xen: "
  ` [PATCH RFC PKS/PMEM 45/58] drivers/firmware: "
  ` [PATCH RFC PKS/PMEM 46/58] drives/staging: "
  ` [PATCH RFC PKS/PMEM 47/58] drivers/mtd: "
  ` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
  ` [PATCH RFC PKS/PMEM 49/58] drivers/misc: "
  ` [PATCH RFC PKS/PMEM 50/58] drivers/android: "
  ` [PATCH RFC PKS/PMEM 51/58] kernel: "
  ` [PATCH RFC PKS/PMEM 52/58] mm: "
  ` [PATCH RFC PKS/PMEM 53/58] lib: "
  ` [PATCH RFC PKS/PMEM 54/58] powerpc: "
  ` [PATCH RFC PKS/PMEM 55/58] samples: "
  ` [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access()
  ` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr
  ` [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection

[GIT PULL] erofs fixes for 5.10-rc4
 2020-11-09 20:45 UTC  (2+ messages)

U.S. Customs and Border Protection
 2020-11-07  9:03 UTC 

[xiang-erofs:fixes] BUILD SUCCESS a30573b3cdc77b8533d004ece1ea7c0146b437a0
 2020-11-04 13:55 UTC 

[PATCH 1/4] erofs: fix setting up pcluster for temporary pages
 2020-11-04  1:44 UTC  (11+ messages)
  ` [PATCH 2/4] erofs: get rid of magical Z_EROFS_MAPPING_STAGING
  ` [PATCH 3/4] erofs: insert to managed cache after adding to pcl
  ` [PATCH 4/4] erofs: complete a missing case for inplace I/O

[PATCH] erofs: derive atime instead of leaving it empty
 2020-11-04  0:57 UTC  (5+ messages)

[xiang-erofs:fixes] BUILD SUCCESS 89210981f3745d146d40f00fa17bc430e6fc3b3c
 2020-11-04  0:00 UTC 

[xiang-erofs:dev-test] BUILD SUCCESS 3cfa401eafcce79aa2bab823a7e3ce3eb835b433
 2020-11-03  0:51 UTC 

[WIP] [PATCH v3 00/12] erofs-utils: introduce fuse implementation
 2020-11-02 15:59 UTC  (13+ messages)
  ` [WIP] [PATCH v3 01/12] "
  ` [WIP] [PATCH v3 02/12] erofs-utils: fuse: add special file support
  ` [WIP] [PATCH v3 03/12] erofs-utils: fuse: add compressed "
  ` [WIP] [PATCH v3 04/12] erofs-utils: fuse: refactor raw data logic
  ` [WIP] [PATCH v3 05/12] erofs-utils: fuse: kill sbk
  ` [WIP] [PATCH v3 06/12] erofs-utils: fuse: kill nid2addr, addr2nid
  ` [WIP] [PATCH v3 07/12] erofs-utils: fuse: kill erofs_get_root_nid()
  ` [WIP] [PATCH v3 08/12] erofs-utils: fuse: move erofs_init() to main.c
  ` [WIP] [PATCH v3 09/12] erofs-utils: fuse: move superblock logic into lib/
    ` [WIP] [PATCH v3 10/12] erofs-utils: fuse: kill getattr.c
      ` [WIP] [PATCH v3 11/12] erofs-utils: fuse: kill open.c
      ` [WIP] [PATCH v3 12/12] erofs-utils: fuse: kill incomplate dcache

[PATCH] erofs-utils: fix the project prefix to "erofs-utils"
 2020-11-01 15:16 UTC  (2+ messages)

[PATCH 1/4] erofs-utils: fix build error without lz4 library
 2020-11-01 14:55 UTC  (8+ messages)
` [PATCH 2/4] erofs-utils: support $SOURCE_DATE_EPOCH
` [PATCH 3/4] mkfs: introduce erofs_mkfs_default_options()
` [PATCH 4/4] mkfs: add option to use a pre-defined UUID

[xiang-erofs:dev-test] BUILD SUCCESS f2f0ef499175782eb235bff229b4742fd7a91bfa
 2020-10-31  7:12 UTC 

[PATCH 5.9.y] erofs: avoid duplicated permission check for "trusted." xattrs
 2020-10-31  3:01 UTC 

[PATCH 5.8.y] erofs: avoid duplicated permission check for "trusted." xattrs
 2020-10-31  3:00 UTC 

[PATCH 5.4.y] erofs: avoid duplicated permission check for "trusted." xattrs
 2020-10-31  3:00 UTC 

[PATCH] erofs: remove a void EROFS_VERSION macro set in Makefile
 2020-10-30 12:34 UTC  (2+ messages)

[xiang-erofs:dev-test] BUILD SUCCESS 6fec9eb0f0c15222b7a1fc4da238b7abf3b70208
 2020-10-26 15:24 UTC 

[WIP] [PATCH v2 0/5] erofs-utils: introduce fuse implementation
 2020-10-24 15:27 UTC  (9+ messages)
  ` [WIP] [PATCH v2 1/5] "
  ` [WIP] [PATCH v2 2/5] erofs-utils: fuse: add special file support
  ` [WIP] [PATCH v2 3/5] erofs-utils: fuse: add compressed "
  ` [WIP] [PATCH v2 4/5] erofs-utils: fuse: drop "-Wextra" and "-Wno-implicit-fallthrough"
  ` [WIP] [PATCH v2 5/5] erofs-utils: fuse: get rid of duplicated logging code
    ` [WIP] [PATCH 6/5] erofs-utils: fuse: get rid of duplicated I/O ops
      ` [WIP] [PATCH 7/5] erofs-utils: fuse: move feature_incompat to sbi
      ` [WIP] [PATCH 8/5] erofs-utils: fuse: move decompress backend to lib

[PATCH] erofs-utils: fuse: fix the clerical error in ASSERT
 2020-10-19  6:53 UTC  (2+ messages)

[WIP] [PATCH 00/12] erofs-utils: introduce fuse implementation
 2020-10-19  4:49 UTC  (18+ messages)
  ` [WIP] [PATCH 01/12] "
  ` [WIP] [PATCH 02/12] erofs-utils: fuse: support read special file
  ` [WIP] [PATCH 03/12] erofs-utils: fuse: support read compressed file
  ` [WIP] [PATCH 04/12] erofs-utils: fuse: adjust larger extent handling
    ` 回复: "
        ` 回复: "
  ` [WIP] [PATCH 05/12] erofs-utils: fuse: use proper expression about inode size
  ` [WIP] [PATCH 06/12] erofs-utils: fuse: drop ofs_out
  ` [WIP] [PATCH 07/12] erofs-utils: fuse: refuse a undefined shifted cluster behavior
  ` [WIP] [PATCH 08/12] erofs-utils: fuse: drop z_erofs_shifted_transform()
  ` [WIP] [PATCH 09/12] erofs-utils: fuse: rename ofs_head and outputsize
  ` [WIP] [PATCH 10/12] erofs-utils: fuse: cleanup erofs_read_data_compression()
  ` [WIP] [PATCH 11/12] erofs-utils: fuse: move up mpage in struct erofs_map_blocks
  ` [WIP] [PATCH 12/12] erofs-utils: fuse: fix up source headers

[PATCH 1/5] erofs-utils: fix the conflict with the master branch
 2020-10-17  6:36 UTC  (10+ messages)
` [PATCH 2/5] erofs-utils: fix the wrong name length of tail file in the directory
` [PATCH 3/5] erofs-utils: fix the wrong address of inline dir content
` [PATCH 4/5] erofs-utils: support read special file
` [PATCH 5/5] erofs-utils: support read compressed file
    `  "

[PATCH 0/5] erofs-utils: support read special file and compressed file for fuse framework
 2020-10-15 14:51 UTC  (2+ messages)

[GIT PULL] erofs update for 5.10-rc1
 2020-10-13 16:24 UTC  (2+ messages)

[PATCH] erofs-utils: README: update known-issue status of lz4hc
 2020-10-12 15:21 UTC  (2+ messages)

[PATCH] AOSP: erofs-utils: update usage due to fs_config
 2020-10-12 15:20 UTC  (3+ messages)

[RFC PATCH] AOSP: erofs-utils: add fs_config support
 2020-10-11 23:48 UTC  (8+ messages)
` [PATCH v2] "


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