linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-31 06:45:56 to 2022-07-22 05:36:44 UTC [more...]

[PATCH v2] erofs-utils: fix a memory leak of multiple devices
 2022-07-22  5:36 UTC 

[PATCH RESEND] erofs-utils: fix a memory leak of multiple devices
 2022-07-22  4:31 UTC  (3+ messages)

[xiang-erofs:dev] BUILD SUCCESS d0e5ad05996ec1f0813feb4a5058af50dd1a2a60
 2022-07-22  3:09 UTC 

[PATCH] erofs-utils: fix a memory leak of multiple devices
 2022-07-22  2:49 UTC 

[PATCH v2 00/16] erofs: prepare for folios, deduplication and kill PG_error
 2022-07-21 14:31 UTC  (18+ messages)
` [PATCH v2 01/16] erofs: get rid of unneeded `inode', `map' and `sb'
` [PATCH v2 02/16] erofs: clean up z_erofs_collector_begin()
` [PATCH v2 03/16] erofs: introduce `z_erofs_parse_out_bvecs()'
` [PATCH v2 04/16] erofs: introduce bufvec to store decompressed buffers
` [PATCH v2 05/16] erofs: drop the old pagevec approach
` [PATCH v2 06/16] erofs: introduce `z_erofs_parse_in_bvecs'
` [PATCH v2 07/16] erofs: switch compressed_pages[] to bufvec
` [PATCH v2 08/16] erofs: rework online page handling
` [PATCH v2 09/16] erofs: get rid of `enum z_erofs_page_type'
` [PATCH v2 10/16] erofs: clean up `enum z_erofs_collectmode'
` [PATCH v2 11/16] erofs: get rid of `z_pagemap_global'
` [PATCH v2 12/16] erofs: introduce struct z_erofs_decompress_backend
` [PATCH v2 13/16] erofs: try to leave (de)compressed_pages on stack if possible
` [PATCH v2 14/16] erofs: introduce z_erofs_do_decompressed_bvec()
` [PATCH v2 15/16] erofs: record the longest decompressed size in this round
` [PATCH v2 16/16] erofs: introduce multi-reference pclusters (fully-referenced)

[xiang-erofs:dev] BUILD SUCCESS cd084cb3db6e65535fd13f933a15747cdb6240c1
 2022-07-21  3:40 UTC 

Tail packing feature on 5.15 Kernel
 2022-07-21  0:58 UTC  (2+ messages)

在宅勤務に適したアルバイトですc
 2022-07-20 18:20 UTC 

[PATCH v2] erofs: get rid of erofs_prepare_dio() helper
 2022-07-20  8:22 UTC 

[PATCH] erofs-utils: fuse: introduce xattr support
 2022-07-19 10:21 UTC  (2+ messages)

[PATCH] erofs: clean up a loop
 2022-07-18 12:23 UTC  (3+ messages)

[xiang-erofs:dev] BUILD SUCCESS 410bae521617656ad1acf84e0b68c643bcb1beab
 2022-07-16  4:01 UTC 

[PATCH 00/16] erofs: prepare for folios, duplication and kill PG_error
 2022-07-15  7:59 UTC  (28+ messages)
` [PATCH 01/16] erofs: get rid of unneeded `inode', `map' and `sb'
` [PATCH 02/16] erofs: clean up z_erofs_collector_begin()
` [PATCH 03/16] erofs: introduce `z_erofs_parse_out_bvecs()'
` [PATCH 04/16] erofs: introduce bufvec to store decompressed buffers
` [PATCH 05/16] erofs: drop the old pagevec approach
` [PATCH 06/16] erofs: introduce `z_erofs_parse_in_bvecs'
` [PATCH 07/16] erofs: switch compressed_pages[] to bufvec
` [PATCH 08/16] erofs: rework online page handling
` [PATCH 09/16] erofs: get rid of `enum z_erofs_page_type'
` [PATCH 10/16] erofs: clean up `enum z_erofs_collectmode'
` [PATCH 11/16] erofs: get rid of `z_pagemap_global'
` [PATCH 12/16] erofs: introduce struct z_erofs_decompress_backend
` [PATCH 13/16] erofs: try to leave (de)compressed_pages on stack if possible
` [PATCH 14/16] erofs: introduce z_erofs_do_decompressed_bvec()
` [PATCH 15/16] erofs: record the longest decompressed size in this round
` [PATCH 16/16] erofs: introduce multi-reference pclusters (fully-referenced)

En relacion con el Impuesto sobre Transacciones Financieras - Protocolo: JGTAMOK3JH
 2022-07-13  6:38 UTC 

[RFC PATCH 0/3] erofs-utils: compressed fragments feature
 2022-07-11 10:14 UTC  (6+ messages)
  ` [RFC PATCH 1/3] erofs-utils: lib: add support for fragments data decompression
  ` [RFC PATCH 2/3] erofs-utils: lib: support on-disk offset for shifted decompression
  ` [RFC PATCH 3/3] erofs-utils: introduce compressed fragments support

[PATCH] erofs-utils: fuse: support offset when read image
 2022-07-11  9:51 UTC  (4+ messages)

[xiang-erofs:dev-test] BUILD SUCCESS 448b5a1548d87c246c3d0c3df8480d3c6eb6c11a
 2022-07-09 11:29 UTC 

[GIT PULL] fscache: Miscellaneous fixes
 2022-07-08 23:17 UTC  (2+ messages)

[PATCH 2/2] erofs: sequence each shrink task
 2022-07-08 13:34 UTC  (5+ messages)

[PATCH] erofs: avoid consecutive detection for Highmem memory
 2022-07-08 10:10 UTC 

[PATCH v1] Make --mount-point option generally available
 2022-07-07 17:57 UTC  (8+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] erofs-utils: "

[PATCH 0/8] U-boot: fs: add generic unaligned read offset handling
 2022-06-30 12:21 UTC  (10+ messages)
` [PATCH 1/8] fs: fat: unexport file_fat_read_at()
` [PATCH 2/8] fs: btrfs: fix a bug which no data get read if the length is not 0
` [PATCH 3/8] fs: btrfs: fix a crash if specified range is beyond file size
` [PATCH 4/8] fs: btrfs: move the unaligned read code to _fs_read() for btrfs
` [PATCH 5/8] fs: ext4: rely on _fs_read() to handle leading unaligned block read
` [PATCH 6/8] fs: fat: rely on higher layer to get block aligned read range
` [PATCH 7/8] fs: ubifs: rely on higher layer to do unaligned read
` [PATCH 8/8] fs: erofs: add unaligned read range handling

[PATCH 0/8] u-boot: fs: add generic unaligned read handling
 2022-06-30 10:12 UTC  (18+ messages)
` [PATCH RFC 1/8] fs: fat: unexport file_fat_read_at()
` [PATCH RFC 2/8] fs: always get the file size in _fs_read()
` [PATCH RFC 3/8] fs: btrfs: move the unaligned read code to _fs_read() for btrfs
` [PATCH RFC 4/8] fs: ext4: rely on _fs_read() to pass block aligned range into ext4fs_read_file()
` [PATCH RFC 5/8] fs: fat: rely on higher layer to get block aligned read range
` [PATCH RFC 6/8] fs: sandboxfs: add sandbox_fs_get_blocksize()
` [PATCH RFC 7/8] fs: ubifs: rely on higher layer to do unaligned read
` [PATCH RFC 8/8] fs: erofs: add unaligned read range handling

[PATCH] erofs: update ctx->pos for every emitted dirent
 2022-06-29  8:15 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] "

Invitation for a course In Project Monitoring and Evaluation with Data Management and Analysis Course
 2022-06-28 18:57 UTC 

[PATCH] erofs-utils: dump: add ztailpacking feature to feature_lists[]
 2022-06-28  7:44 UTC  (2+ messages)

INVITATION TO ATTEND A VALUE CHAIN DEVELOPMENT AND MARKET LINKAGE TRAINING SEMINAR 11TH to 15TH JULY, 2022
 2022-06-28  7:29 UTC 

[xiang-erofs:dev] BUILD SUCCESS dec0a44c82d0326b44229ec5425f853952c56f50
 2022-06-28  6:06 UTC 

[xiang-erofs:dev] BUILD SUCCESS 302f0e583267560d93a2d23d814ac323c7739e38
 2022-06-27 14:28 UTC 

[PATCH] erofs: Wake up all waiters after z_erofs_lzma_head ready
 2022-06-27  7:11 UTC  (6+ messages)
    ` [PATCH] erofs: wake "

[PATCH] erofs: Wake up all waiters after z_erofs_lzma_head ready
 2022-06-25 14:29 UTC  (3+ messages)
  `  "

[PATCH] erofs: Wake up all waiters after z_erofs_lzma_head ready
 2022-06-25 13:18 UTC 

[PATCH] erofs: get rid of the leftover PAGE_SIZE in dir.c
 2022-06-19 15:09 UTC 

Contatto Pubblicità
 2022-06-16  6:47 UTC 

Contatto Pubblicità
 2022-06-16  6:47 UTC 

INVITATION TO ATTEND A VALUE CHAIN DEVELOPMENT AND MARKET LINKAGE TRAINING SEMINAR 11TH to 15TH JULY, 2022
 2022-06-15  9:38 UTC 

INVITATION TO ATTEND A VALUE CHAIN DEVELOPMENT AND MARKET LINKAGE TRAINING SEMINAR 11TH to 15TH JULY, 2022
 2022-06-15  5:26 UTC 

[PATCH 1/1] cachefiles: Add a command to restore on-demand requests
 2022-06-14  6:34 UTC 

[PATCH 0/1] cachefiles: Add a command to restore on-demand requests
 2022-06-14  6:34 UTC 

[PATCH 5.17 195/298] iov_iter: Fix iter_xarray_get_pages{,_alloc}()
 2022-06-13 10:11 UTC 

[PATCH 5.18 222/339] iov_iter: Fix iter_xarray_get_pages{,_alloc}()
 2022-06-13 10:10 UTC 

[PATCH 5.15 164/247] iov_iter: Fix iter_xarray_get_pages{,_alloc}()
 2022-06-13 10:11 UTC 

mainline build failure due to 6c77676645ad ("iov_iter: Fix iter_xarray_get_pages{,_alloc}()")
 2022-06-13  9:19 UTC  (10+ messages)

[ANNOUNCE] erofs-utils: release 1.5
 2022-06-12 20:31 UTC 

[PATCH] erofs-utils: bump up EROFS_CONFIG_COMPR_MAX_SZ
 2022-06-12 16:45 UTC 

[PATCH] erofs-utils: manpage: add missing -Eztailpacking option
 2022-06-12  5:50 UTC 

[PATCH] iov_iter: Fix iter_xarray_get_pages{,_alloc}()
 2022-06-11 13:43 UTC  (5+ messages)

[PATCH] erofs-utils: use EROFS_BLKSIZ unconditionally
 2022-06-11 12:01 UTC 

[PATCH] erofs-utils: update README
 2022-06-11 11:36 UTC 

[PATCH] erofs-utils: fsck: support extracting special files
 2022-06-11  9:28 UTC 

[PATCH] erofs-utils: mkfs: introduce `--preserve-mtime'
 2022-06-11  8:22 UTC 

[xiang-erofs:dev] BUILD SUCCESS 94f870f1359565fff3d224c8e6c17e26a4ffde9f
 2022-06-11  7:00 UTC 

[RFC][PATCH 0/3] netfs, afs: Cleanups
 2022-06-10 23:19 UTC  (5+ messages)
` [PATCH 1/3] afs: Fix some checker issues
` [PATCH 2/3] netfs: Further cleanups after struct netfs_inode wrapper introduced
` [PATCH 3/3] netfs: Rename the netfs_io_request cleanup op and give it an op pointer

[PATCH] cachefiles: narrow the scope of flushed requests when releasing fd
 2022-06-10  9:03 UTC  (3+ messages)

【ETC】あなたのアカウントは停止されました
 2022-06-08 22:36 UTC 

INVITATION TO ATTEND A WORKSHOP ON RESEARCH DESIGN, MOBILE DATA COLLECTION AND MAPPING AND DATA ANALYSIS USING NVIVO AND R ON 4TH to 15TH JULY 2022
 2022-06-07  8:08 UTC 

[PATCH] MAINTAINERS: erofs: add myself as reviewer
 2022-06-06 12:38 UTC  (3+ messages)

[PATCH] MAINTAINERS: erofs: add myself as reviewer
 2022-06-06 12:38 UTC  (3+ messages)

[GIT PULL] erofs fixes for 5.19-rc1
 2022-06-01 19:34 UTC  (2+ messages)

[xiang-erofs:dev] BUILD SUCCESS 4398d3c31b582db0d640b23434bf344a6c8df57c
 2022-06-01  3:57 UTC 

[xiang-erofs:dev] BUILD SUCCESS 2dcb359b3f189c1f56a602012472b4a33deb543d
 2022-05-31 14:21 UTC 

Worse performance than SquashFS for small filesystems
 2022-05-31 10:16 UTC  (5+ messages)

Your kind attention
 2022-05-31  8:25 UTC 

[PATCH 0/3] erofs: random decompression cleanups
 2022-05-31  6:50 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).