Linux-EROFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-28 10:49:24 to 2023-07-13 23:01:37 UTC [more...]

[PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-13 23:00 UTC  (4+ messages)
` [PATCH v5 1/8] fs: pass the request_mask to generic_fillattr
` [PATCH v5 2/8] fs: add infrastructure for multigrain timestamps
` [PATCH v5 3/8] tmpfs: bump the mtime/ctime/iversion when page becomes writeable

[PATCH v1] rcu: Fix and improve RCU read lock checks when !CONFIG_DEBUG_LOCK_ALLOC
 2023-07-13 22:49 UTC  (24+ messages)

[GIT PULL] erofs fixes for 6.5-rc2
 2023-07-13 21:41 UTC  (2+ messages)

[PATCH v2 0/2] erofs-utils: introduce tarerofs
 2023-07-13 12:00 UTC  (3+ messages)
` [PATCH v2 1/2] erofs-utils: add ERR_CAST macro
` [PATCH v2 2/2] erofs-utils: introduce tarerofs

[PATCH] erofs-utils: add github issue/pull-request templates
 2023-07-13 11:10 UTC 

[PATCH 1/2] erofs-utils: add ERR_CAST macro
 2023-07-13  7:18 UTC  (3+ messages)
` [PATCH 2/2] erofs-utils: introduce tarerofs

[PATCH v3 0/3] erofs-utils: introduce xattr name bloom filter
 2023-07-13  5:54 UTC  (5+ messages)
` [PATCH v3 1/3] erofs-utils: add xxh32 library
` [PATCH v3 2/3] erofs-utils: update on-disk format for xattr name filter
` [PATCH v3 3/3] erofs-utils: mkfs: enable "

[PATCH v3 0/2] erofs: introduce xattr name bloom filter
 2023-07-13  3:35 UTC  (5+ messages)
` [PATCH v3 1/2] erofs: update on-disk format for xattr name filter
` [PATCH v3 2/2] erofs: boost negative xattr lookup with bloom filter

[PATCH v3] erofs: DEFLATE compression support
 2023-07-13  0:14 UTC 

[PATCH] erofs: DEFLATE compression support
 2023-07-13  0:07 UTC  (7+ messages)
` [PATCH RESEND] "
  ` [PATCH v2] "

[PATCH v3 0/4] erofs-utils: add DEFLATE compression support
 2023-07-12 23:51 UTC  (6+ messages)
` [PATCH v3 1/4] erofs-utils: add a built-in DEFLATE compressor
` [PATCH v3 2/4] erofs-utils: fuse,fsck: add DEFLATE algorithm support
  ` [PATCH v4 "
` [PATCH v3 3/4] erofs-utils: mkfs: "
` [PATCH v3 4/4] erofs-utils: mkfs: add libdeflate compressor support

[PATCH 00/79] fs: new accessors for inode->i_ctime
 2023-07-12 15:31 UTC  (6+ messages)
` [PATCH 01/79] fs: add ctime accessors infrastructure

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-12 16:06 UTC  (20+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions
` [PATCH 22/32] erofs: Convert to use blkdev_get_handle_by_path()
` [PATCH 32/32] block: Rename blkdev_get_handle_by_*() and blkdev_handle_put()

[PATCH v2 0/3] erofs-utils: introduce xattr name bloom filter
 2023-07-12 11:58 UTC  (6+ messages)
` [PATCH v2 1/3] erofs-utils: add xxh32 library
` [PATCH v2 2/3] erofs-utils: update on-disk format for xattr name filter
` [PATCH v2 3/3] erofs-utils: mkfs: enable "

[xiang-erofs:dev-test] BUILD SUCCESS 18bddc5b67038722cb88fcf51fbf41a0277092cb
 2023-07-12  5:37 UTC 

[PATCH 1/2] erofs: get rid of the remaining kmap_atomic()
 2023-07-11 15:28 UTC  (4+ messages)
` [PATCH 2/2] erofs: simplify z_erofs_transform_plain()

[PATCH] erofs: fix fsdax unavailability for chunk-based regular files
 2023-07-11 14:15 UTC  (3+ messages)

[PATCH] erofs: fix to avoid infinite loop in z_erofs_do_read_page() when read page beyond EOF
 2023-07-11 14:13 UTC  (3+ messages)

[PATCH] erofs: avoid unnecessary loops in z_erofs_pcluster_readmore() when read page beyond EOF
 2023-07-11 13:56 UTC  (5+ messages)

[PATCH] erofs-utils: add ERR_CAST macro
 2023-07-11  5:48 UTC  (2+ messages)

[PATCH] erofs-utils: zmap: fix small compressed files inlining
 2023-07-11  5:27 UTC  (2+ messages)

[PATCH] erofs: enable dax for chunk based regular file
 2023-07-11  4:55 UTC  (3+ messages)
  ` [External] "

[PATCH] fs/erofs: Introduce new features including ztailpacking, fragments and dedupe
 2023-07-11  3:12 UTC 

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (19+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
      ` [apparmor] "
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
` [PATCH v2 00/92] fs: new accessors for inode->i_ctime

[xiang-erofs:dev-test] BUILD SUCCESS 770c413f54a4a69e1f398228aa12147b7cdaa4b4
 2023-07-11  0:06 UTC 

[PATCH] erofs: fix two loop issues when read page beyond EOF
 2023-07-10  9:37 UTC  (7+ messages)

[PATCH 0/4] erofs-utils: add DEFLATE compression support
 2023-07-10  4:55 UTC  (12+ messages)
` [PATCH 1/4] erofs-utils: switch to effective unaligned access
` [PATCH 2/4] erofs-utils: add a built-in DEFLATE compressor
` [PATCH 3/4] erofs-utils: fuse: add DEFLATE algorithm support
` [PATCH 4/4] erofs-utils: mkfs: "
` [PATCH v2 3/4] erofs-utils: fuse: "
  ` [PATCH v2 4/4] erofs-utils: mkfs: "

[PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-07-07 19:23 UTC  (11+ messages)
` [PATCH v7 2/2] "
  ` [Linux-cachefs] "
  ` [BUG mm-unstable] BUG: KASAN: use-after-free in shrink_folio_list+0x9f4/0x1ae0

[PATCH v2 39/92] erofs: convert to ctime accessor functions
 2023-07-06 15:12 UTC  (4+ messages)

[PATCH v2 0/2] erofs: introduce xattr name bloom filter
 2023-07-05  8:13 UTC  (10+ messages)
` [PATCH v2 1/2] erofs: update on-disk format for xattr name filter
` [PATCH v2 2/2] erofs: boost negative xattr lookup with bloom filter

[PATCH] erofs-utils: mkfs: don't clean cached xattr items prematurely
 2023-07-05  6:31 UTC  (4+ messages)

[PATCH v2] erofs-utils: Provide identical functionality without libuuid
 2023-07-05  4:59 UTC  (2+ messages)

[RFC 0/2] erofs: introduce bloom filter for xattr
 2023-07-04  9:15 UTC  (7+ messages)

[PATCH] erofs-utils: update my email address in AUTHORS
 2023-07-03 10:21 UTC  (2+ messages)

[PATCH] erofs-utils: Provide identical functionality without libuuid
 2023-07-03  3:03 UTC  (4+ messages)

[PATCH AUTOSEL 6.3 14/14] erofs: Fix detection of atomic context
 2023-07-02 19:40 UTC 

[PATCH AUTOSEL 6.4 15/15] erofs: Fix detection of atomic context
 2023-07-02 19:40 UTC 

[PATCH 1/7] block: add queue_logical_block_mask() and bdev_logical_block_mask()
 2023-06-29  5:44 UTC  (8+ messages)
` [PATCH 6/7] xfs: Convert to bdev_logical_block_mask()


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 read-only IMAP folder(s) and NNTP newsgroup(s).