public inbox for linux-erofs@ozlabs.org
 help / color / mirror / Atom feed
 messages from 2026-02-27 02:32:59 to 2026-03-10 18:40:57 UTC [more...]

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-10 18:40 UTC  (82+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 02/61] btrfs: "
` [PATCH 03/61] ceph: "
` [PATCH 04/61] ext4: "
` [PATCH 05/61] smb: Prefer IS_ERR_OR_NULL over manual NULl check
` [PATCH 06/61] 9p: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 07/61] erofs: "
` [PATCH 08/61] fuse: "
` [PATCH 09/61] ntfs3: "
` [PATCH 10/61] gfs2: "
` [PATCH 11/61] pstore: "
` [PATCH 12/61] quota: "
` [PATCH 13/61] squashfs: "
` [PATCH 14/61] seq_file: "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
` [PATCH 17/61] module: "
` [PATCH 18/61] sound: "
` [PATCH 19/61] kvm: "
` [PATCH 20/61] apparmor: "
` [PATCH 21/61] lib/test: "
` [PATCH 22/61] md: "
` [PATCH 23/61] net/ipv6: "
` [PATCH 24/61] net/9p: "
` [PATCH 25/61] net/bluetooth: "
` [PATCH 26/61] net/core: "
` [PATCH 27/61] net/netlink: "
` [PATCH 28/61] net/sched: "
` [PATCH 29/61] net/sctp: "
` [PATCH 30/61] net/sunrpc: "
` [PATCH 31/61] net/tipc: "
` [PATCH 32/61] net/wireless: "
` [PATCH 33/61] mm: "
` [PATCH 34/61] arch/arm: "
` [PATCH 35/61] arch/mips: "
` [PATCH 36/61] arch/sh: "
` [PATCH 37/61] drm: "
` [PATCH 38/61] net: "
  ` [EXTERNAL] "
` [PATCH 39/61] irqchip: "
` [PATCH 40/61] phy: "
` [PATCH 41/61] pinctrl: "
` [PATCH 42/61] pmdomain: "
` [PATCH 43/61] s390: "
` [PATCH 44/61] target: "
` [PATCH 45/61] thermal: "
` [PATCH 46/61] vfio: "
` [PATCH 47/61] nfc: "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
` [PATCH 50/61] iommu: "
` [PATCH 51/61] leds: "
  ` (subset) "
` [PATCH 52/61] gpib: "
` [PATCH 53/61] hyperv: "
` [PATCH 54/61] aoe: "
` [PATCH 55/61] interconnect: "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "
` [PATCH 58/61] arch/x86: "
` [PATCH 59/61] debugobjects: Drop likely() around !IS_ERR_OR_NULL()
` [PATCH 60/61] Input alps: Drop unlikely() around IS_ERR_OR_NULL()
` [PATCH 61/61] file: "

[PATCH v2 0/5] erofs-utils: implement the FULLDATA rebuild mode
 2026-03-10 10:24 UTC  (7+ messages)
` [PATCH v2 1/5] erofs-utils: lib: pass uniaddr_offset to erofs_rebuild_load_tree
` [PATCH v2 2/5] erofs-utils: lib: add helper function erofs_uuid_unparse_as_tag
` [PATCH v2 3/5] erofs-utils: lib: preserve primarydevice_blocks if already larger
` [PATCH v2 4/5] erofs-utils: mfks: add rebuild FULLDATA for combined EROFS images
` [PATCH v2 5/5] erofs-utils: manpages: update to reflect fulldata support

[PATCH] erofs: introduce nolargefolio mount option
 2026-03-10  7:13 UTC  (8+ messages)

[PATCH] erofs-utils: mkfs: add --exclude-from option
 2026-03-09 13:03 UTC  (5+ messages)
` [PATCH v2] erofs-utils: mkfs: add --exclude-path-from and --exclude-regex-from

[PATCH] mkfs: support block map for blob devices
 2026-03-09 13:01 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] tests: add basic smoke/integration test script
 2026-03-06 13:55 UTC  (3+ messages)

[PATCH 0/2] erofs-utils: minor cleanups and enhancements
 2026-03-06  8:57 UTC  (3+ messages)
` [PATCH 1/2] erofs-utils: dump: remove redundant conditional branch in filesize distribution
` [PATCH 2/2] erofs-utils: fsck: add warning for unsupported file types during extraction

[PATCH] erofs-utils: tar: avoid linux-like hard-coded makedev()
 2026-03-06  7:17 UTC 

[PATCH 0/6] mm: vma flag tweaks
 2026-03-06  1:28 UTC  (14+ messages)
` [PATCH 1/6] mm: rename VMA flag helpers to be more readable
` [PATCH 2/6] mm: add vma_desc_test_all() and use it
` [PATCH 3/6] mm: always inline __mk_vma_flags() and invoked functions
` [PATCH 4/6] mm: reintroduce vma_flags_test() as a singular flag test
` [PATCH 5/6] mm: reintroduce vma_desc_test() "
` [PATCH 6/6] tools/testing/vma: add test for vma_flags_test(), vma_desc_test()

[PATCH 0/5] erofs-utils: implement the FULLDATA rebuild mode
 2026-03-05 20:21 UTC  (9+ messages)
` [PATCH 1/5] erofs-utils: lib: pass uniaddr_offset to erofs_rebuild_load_tree
` [PATCH 2/5] erofs-utils: lib: add helper function erofs_uuid_unparse_as_tag
` [PATCH 3/5] erofs-utils: lib: preserve primarydevice_blocks if already larger
` [PATCH 4/5] erofs-utils: mfks: add rebuild FULLDATA for combined EROFS images
` [PATCH 5/5] erofs-utils: mkfs: enable experimental rebuild fulldata mode

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-03-05 19:25 UTC  (6+ messages)
` [PATCH 24/24] fs: remove simple_nosetlease()

[PATCH] erofs-utils: lib: fix potential shift UB in z_erofs lclusterbits handling
 2026-03-05 18:13 UTC 

[PATCH] fsck.erofs: fix directory loop detection by tracking current nid
 2026-03-05 17:59 UTC 

[PATCH] erofs-utils: dump: add directory loop detection to prevent infinite recursion
 2026-03-05 17:09 UTC 

[PATCH] erofs-utils: lib: validate inode offset bounds in erofs_read_inode_from_disk()
 2026-03-05 16:36 UTC  (4+ messages)

[PATCH] erofs: using iomap mechanisms in fileio for reading unencoded data
 2026-03-05  6:31 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] erofs-utils: fix undefined behavior in erofs_init_devices()
 2026-03-05  1:11 UTC 

[PATCH] erofs-utils: fix memory leak in z_erofs_qpl_get_job()
 2026-03-05  0:48 UTC 

[PATCH] README: Add Quick Start section with beginner-friendly build, test, verify, and mount guide
 2026-03-04 18:31 UTC 

[PATCH] erofs-utils: lib: fix undefined behavior in kite_deflate writebits()
 2026-03-04 17:03 UTC 

Subject: [PATCH] tests: add basic smoke/integration test script
 2026-03-04 13:33 UTC 

[PATCH] README: Add Quick Start section with beginner build/test/mount guide
 2026-03-04  9:13 UTC 

[GSoC 2026] Introduction - Utkal Singh
 2026-03-04  5:53 UTC 

[PATCH] fsck.erofs: introduce rw-semaphore metadata cache PoC
 2026-03-04  2:50 UTC  (2+ messages)

[PATCH] erofs-utils: mount: handle `-oloop` in the mount helper
 2026-03-03 10:19 UTC 

[PATCH] fsck.erofs: introduce multi-threaded decompression PoC with pcluster batching
 2026-03-03  8:00 UTC  (5+ messages)

[PATCH v2] erofs: set fileio bio failed in short read case
 2026-03-03  7:55 UTC  (3+ messages)

[PATCH] erofs-utils: lib: fix xattr crash in rebuild path when source has xattr
 2026-03-03  3:57 UTC  (10+ messages)
` [PATCH v2] "

[xiang-erofs:dev-test] BUILD SUCCESS ba76ecf45d4772d2bee316bb5912d7f4f91b6334
 2026-03-03  2:29 UTC 

[PATCH] block: avoild hang when bio_list is non-NULL in submit_bio_wait()
 2026-03-03  2:17 UTC  (7+ messages)

[PATCH] erofs-utils: mkfs: fix CPU spin using --tar=f when stdin is closed
 2026-03-03  1:41 UTC  (2+ messages)

[PATCH] erofs-utils: lib: remove shadowed ret variable in compress.c
 2026-03-02 12:32 UTC 

[PATCH] erofs-utils: mount: fix flag-clearing bug and missing error check in parse_flagopts
 2026-03-02 12:29 UTC 

[PATCH] erofs-utils: mount: fix flag-clearing bug and missing error check in parse_flagopts
 2026-03-02 12:29 UTC 

[PATCH] erofs-utils: mount: fix flag-clearing bug and missing error check in parse_flagopts
 2026-03-02 12:27 UTC 

[PATCH] erofs-utils: mount: fix flag-clearing bug and missing error check in parse_flagopts
 2026-03-02 12:20 UTC 

[PATCH v2] erofs-utils: mount: fix flag-clearing bug and missing error check in parse_flagopts
 2026-03-02  1:58 UTC  (2+ messages)

[PATCH] erofs-utils: mount: fix flag-clearing bug and missing error check in parse_flagopts
 2026-03-01  9:19 UTC 

[PATCH] README: Add Quick Start section for beginner onboarding
 2026-02-28  9:36 UTC 

[xiang-erofs:dev-test] BUILD SUCCESS 5accc861ea0dc0ab8cf02fed17f88f05cf514a34
 2026-02-28  1:32 UTC 

[GSoC 2026] Prospective contributor interested in EROFS
 2026-02-27 18:34 UTC 

[PATCH 1/1] erofs-utils: mount: auto-detect platform for OCI recovery files
 2026-02-27  3:42 UTC  (2+ messages)

[PATCH v2] erofs-utils: lib: converted division to shift in z_erofs_load_compact_lcluster
 2026-02-27  3:40 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox