linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-27 02:25:00 to 2020-10-10 07:32:21 UTC [more...]

[RFC PATCH] AOSP: erofs-utils: add fs_config support
 2020-10-10  7:31 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-10  3:43 UTC  (67+ messages)
` [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option
` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
` [PATCH RFC PKS/PMEM 03/58] memremap: Add zone device access protection
` [PATCH RFC PKS/PMEM 04/58] kmap: Add stray access protection for device pages
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
` [PATCH RFC PKS/PMEM 07/58] drivers/drbd: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 08/58] drivers/firmware_loader: "
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: "
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 11/58] drivers/net: "
` [PATCH RFC PKS/PMEM 12/58] fs/afs: "
` [PATCH RFC PKS/PMEM 13/58] fs/btrfs: "
` [PATCH RFC PKS/PMEM 14/58] fs/cifs: "
` [PATCH RFC PKS/PMEM 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "
` [PATCH RFC PKS/PMEM 18/58] fs/hfs: "
` [PATCH RFC PKS/PMEM 19/58] fs/hfsplus: "
` [PATCH RFC PKS/PMEM 20/58] fs/jffs2: "
` [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

[xiang-erofs:dev] BUILD SUCCESS 915f4c9358db6f96f08934dd683ae297aaa0fb91
 2020-10-09 17:09 UTC 

[PATCH] erofs: remove unnecessary enum entries
 2020-10-09  1:42 UTC  (3+ messages)

[PATCH v4] erofs-utils: introduce segment compression
 2020-10-07 15:04 UTC  (11+ messages)
` [PATCH v5] "
  ` [PATCH v6] erofs-utils: introduce segment limits compression
    ` [PATCH v8] erofs-utils: introduce segment compression
        ` [PATCH v10] "
          ` [PATCH v11] "

[xiang-erofs:dev-test] BUILD SUCCESS f1cabf87c1d7e3be6c0fd87ff3be147df039b5f3
 2020-10-06  0:39 UTC 

kernel BUG at fs/erofs/inode.c:LINE!
 2020-09-30  7:22 UTC  (5+ messages)

[xiang-erofs:dev-test] BUILD SUCCESS 6ea5aad32dd8b35af68b1ba955daa368900d3b98
 2020-09-19 22:06 UTC 

[xiang-erofs:dev] BUILD SUCCESS e3f78d5e7e6b0825f4e646f74b0e469b023e5df4
 2020-09-19 17:27 UTC 

[PATCH v2 1/3] erofs: avoid unnecessary variable `err'
 2020-09-19  7:27 UTC  (3+ messages)
` [PATCH v2 2/3] erofs: fold in should_decompress_synchronously()
` [PATCH v2 3/3] erofs: add REQ_RAHEAD flag to readahead requests

[PATCH 1/4] erofs: avoid unnecessary variable `err'
 2020-09-19  6:20 UTC  (8+ messages)
` [PATCH 2/4] erofs: fold in should_decompress_synchronously()
` [PATCH 3/4] erofs: specify accurate nr_iovecs for compressed bios
` [PATCH 4/4] erofs: add REQ_RAHEAD flag to readahead requests

[xiang-erofs:dev-test] BUILD SUCCESS 00e13ea8ebca7387afe7d85ffb957aafc0d0ad90
 2020-09-19  3:26 UTC 

[PATCH v2] erofs: remove unneeded parameter
 2020-09-17  2:21 UTC  (2+ messages)

[PATCH] erofs: remove unneeded parameter
 2020-09-17  1:05 UTC  (4+ messages)

[xiang-erofs:dev] BUILD SUCCESS cfcedfe21820f425ddb40a75ad660e21249fdb91
 2020-08-19  0:47 UTC 

[xiang-erofs:dev-test] BUILD SUCCESS ce16d79e4907d325644be521e593a8684a3d72ca
 2020-08-12 20:31 UTC 

[xiang-erofs:dev-test] BUILD SUCCESS 1ae26ffb3572fa84769daa9a3837bcb83be89888
 2020-08-12  7:13 UTC 

[PATCH] erofs: avoid duplicated permission check for "trusted." xattrs
 2020-08-12  2:01 UTC  (2+ messages)

[PATCH] erofs: Convert to use the fallthrough macro
 2020-08-10 12:14 UTC  (3+ messages)

[GIT PULL] erofs fixes for 5.9-rc1
 2020-08-07  2:39 UTC  (2+ messages)

[xiang-erofs:dev] BUILD SUCCESS 0e62ea33ac12ebde876b67eca113630805191a66
 2020-08-04  1:17 UTC 

[PATCH] erofs: fix extended inode could cross boundary
 2020-08-03 12:26 UTC  (2+ messages)

[xiang-erofs:dev-test] BUILD SUCCESS b361b45cc1a1f69d2a6b4b16087d560dcdff9f71
 2020-07-31 18:47 UTC 

[PATCH] erofs: fold in used-once helper erofs_workgroup_unfreeze_final()
 2020-07-31  3:54 UTC  (3+ messages)

[PATCH] erofs: remove WQ_CPU_INTENSIVE flag from unbound wq's
 2020-07-31  3:48 UTC  (2+ messages)

Altium - Proposal
 2020-07-30 19:29 UTC 

Altium - Proposal
 2020-07-29 14:14 UTC 

[xiang-erofs:dev-test] BUILD SUCCESS 21b0b363f6dd2ed65be42b9b2bec393a221a5034
 2020-07-28 21:39 UTC 

[PATCH] erofs: Replace HTTP links with HTTPS ones
 2020-07-14 12:42 UTC  (3+ messages)

[PATCH 5.7.y] erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixup
 2020-06-25  5:26 UTC 

[PATCH 5.4.y] erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixup
 2020-06-25  5:21 UTC 

[PATCH 4.19.y] erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixup
 2020-06-25  5:19 UTC 

[GIT PULL] erofs fixes for 5.8-rc3
 2020-06-25  0:50 UTC  (2+ messages)

[xiang-erofs:fixes] BUILD SUCCESS 3c597282887fd55181578996dca52ce697d985a5
 2020-06-24 15:36 UTC 

[PATCH] erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixup
 2020-06-24  1:42 UTC  (5+ messages)
  ` [PATCH v2] "

[xiang-erofs:fixes] BUILD SUCCESS a8dfdba8de7ef893a39fed094537c282ce656395
 2020-06-20  4:22 UTC 

[PATCH] erofs-utils: pass down inode for erofs_prepare_xattr_ibody
 2020-06-19 16:34 UTC  (2+ messages)

[xiang-erofs:dev-test] BUILD SUCCESS 17f38d4c514e178f522af833ff4b2b46d134145a
 2020-06-19 13:24 UTC 

[RFC PATCH 0/2] gfs2 readahead regression in v5.8-rc1
 2020-06-19 11:55 UTC  (4+ messages)
` [PATCH 1/2] fs: Add IOCB_CACHED flag for generic_file_read_iter
` [PATCH 2/2] gfs2: Rework read and page fault locking

[PATCH v11 00/25] Change readahead API
 2020-06-18 16:40 UTC  (9+ messages)
` [PATCH v11 16/25] fs: Convert mpage_readpages to mpage_readahead
  ` [Cluster-devel] "

[PATCH v3] erofs-utils: introduce segment size to limit the max input stream
 2020-06-15 14:43 UTC  (2+ messages)

[PATCH] erofs: Eliminate usage of uninitialized_var() macro
 2020-06-15  8:29 UTC  (5+ messages)

[PATCH v2] erofs-utils: add a compress limit to source input stream
 2020-06-09 18:18 UTC  (2+ messages)

[PATCH] erofs-utils: add a compress limit to source input stream
 2020-06-09 15:22 UTC 

[PATCH] erofs-utils: support selinux file contexts
 2020-06-08 15:51 UTC  (11+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] erofs-utils: enhance static linking for lz4 1.8.x
 2020-06-07 14:54 UTC  (2+ messages)

(#565022149) Gmail 转发确认 - 从 blucerlee@gmail.com 接收邮件
 2020-06-04 15:25 UTC 

(#416704879) Gmail 转发确认 - 从 blucerlee@gmail.com 接收邮件
 2020-06-04 15:05 UTC 

[GIT PULL] erofs updates for 5.8-rc1
 2020-06-03  3:50 UTC  (2+ messages)

[xiang-erofs:dev] BUILD SUCCESS 34f853b849eb6a509eb8f40f2f5946ebb1f62739
 2020-06-01  5:14 UTC 

[PATCH v6] erofs: convert to use the new mount fs_context api
 2020-05-29 10:48 UTC 

Proposal
 2020-05-28 16:42 UTC 

[PATCH] erofs: suppress false positive last_block warning
 2020-05-28  9:25 UTC  (2+ messages)

[xiang-erofs:dev-test] BUILD SUCCESS e7cda1ee94f464e02e356319aec7d83ccba8cab4
 2020-05-28  6:35 UTC 

Proposal
 2020-05-27 17:15 UTC 

[PATCH] erofs: code cleanup by removing ifdef macro surrounding
 2020-05-27  2:35 UTC  (8+ 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).