Centos-kernel-stream-9/fs/erofs
Ian Kent 5a9f85dc1a erofs: promote to full support
JIRA: https://issues.redhat.com/browse/RHEL-78339
Upstream status: RHEL-Only

Since some of our key projects use erofs we have surveyed the code and
assessed upstream support status for the file system and this all looks
good from a support perspective. We have also updated erofs to the
upstream kernel 6.3 source.

So we are promoting erofs to full support.
Note: the user space utilities are not included in RHEL-9 (so far).

Signed-off-by: Ian Kent <ikent@redhat.com>
2025-02-07 21:07:50 +08:00
..
Kconfig erofs: add per-cpu threads for decompression as an option 2025-01-17 19:09:03 +08:00
Makefile erofs: register fscache volume 2025-01-17 18:59:58 +08:00
compress.h erofs: introduce multi-reference pclusters (fully-referenced) 2025-01-17 19:08:14 +08:00
data.c erofs: get rid of `buf->kmap_type` 2025-01-17 19:09:21 +08:00
decompressor.c erofs: fix uninitialized page cache reported by KMSAN 2025-01-17 19:09:25 +08:00
decompressor_lzma.c erofs: fix memory leak of LZMA global compressed deduplication 2025-01-17 19:09:22 +08:00
dir.c erofs: avoid hardcoded blocksize for subpage block support 2025-01-17 19:09:19 +08:00
erofs_fs.h erofs: set block size to the on-disk block size 2025-01-17 19:09:19 +08:00
fscache.c erofs: fix lockdep false positives on initializing erofs_pseudo_mnt 2025-01-17 19:09:27 +08:00
inode.c erofs: sunset erofs_dbg() 2025-01-17 19:09:20 +08:00
internal.h erofs: fix lockdep false positives on initializing erofs_pseudo_mnt 2025-01-17 19:09:27 +08:00
namei.c erofs: fix refcount on the metabuf used for inode lookup 2025-01-17 19:09:31 +08:00
pcpubuf.c erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __init 2025-01-17 19:09:12 +08:00
super.c erofs: promote to full support 2025-02-07 21:07:50 +08:00
sysfs.c erofs: make kobj_type structures constant 2025-01-17 19:09:03 +08:00
utils.c erofs: get rid of ->lru usage 2025-01-17 18:48:01 +08:00
xattr.c erofs: avoid hardcoded blocksize for subpage block support 2025-01-17 19:09:19 +08:00
xattr.h erofs: avoid hardcoded blocksize for subpage block support 2025-01-17 19:09:19 +08:00
zdata.c erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond EOF 2025-01-17 19:09:30 +08:00
zmap.c erofs: sunset erofs_dbg() 2025-01-17 19:09:20 +08:00