blob: 4314107ce0e680228cf5430b49b05b67eb856757 [file] [log] [blame]
6aaa7b0664e6 ("erofs: get rid of magical Z_EROFS_MAPPING_STAGING")
a30573b3cdc7 ("erofs: fix setting up pcluster for temporary pages")
0c638f70d731 ("erofs: drop all vle annotations for runtime names")
a4b1fab121ec ("erofs: clean up decompress queue stuffs")
5ddcee1f3a1c ("erofs: get rid of __stagingpage_alloc helper")
bda17a4577da ("erofs: remove dead code since managed cache is now built-in")
e2c71e74b21e ("erofs: kill all erofs specific fault injection")
94e4e153b1c2 ("erofs: kill __submit_bio()")
e655b5b3a29c ("erofs: kill prio and nofail of erofs_get_meta_page()")
a5c0b7802cc9 ("erofs: localize erofs_grab_bio()")
a2c75c8143ea ("erofs: better erofs symlink stuffs")
2d78c209b988 ("erofs: update comments in inode.c")
a5876e24f13f ("erofs: use erofs_inode naming")
1c2dfbf9c2c8 ("erofs: kill erofs_{init,exit}_inode_cache")
8a76568225de ("erofs: better naming for erofs inode related stuffs")
b6796abd3cc1 ("erofs: some macros are much more readable as a function")
60a49ba8fee1 ("erofs: on-disk format should have explicitly assigned numbers")
4b66eb51d2c4 ("erofs: remove all the byte offset comments")
512f9922eeb1 ("erofs: using switch-case while checking the inode type.")
8d8a09b093d7 ("erofs: remove all likely/unlikely annotations")
47e4937a4a7c ("erofs: move erofs out of staging")
e12a0ce2fa69 ("staging: erofs: detect potential multiref due to corrupted images")
598bb8913d01 ("staging: erofs: avoid endless loop of invalid lookback distance 0")
3407a4198faf ("staging: erofs: cannot set EROFS_V_Z_INITED_BIT if fill_inode_lazy fails")
ee45197c8078 ("staging: erofs: some compressed cluster should be submitted for corrupted images")
acb383f1dcb4 ("staging: erofs: fix an error handling in erofs_readdir()")
a6b9b1d5eae6 ("staging: erofs: introduce EFSCORRUPTED and more logs")
9ddc7004f6aa ("staging: erofs: xattr.c: avoid BUG_ON")
753a3c80b6af ("staging: erofs: remove incomplete cleancache")
2bb90cc275e2 ("staging: erofs: tidy up utils.c")
4279f3f9889f ("staging: erofs: turn cache strategies into mount options")
eace994a116c ("staging: erofs: remove clusterbits in sbi")
97e86a858bc3 ("staging: erofs: tidy up decompression frontend")
febde7b3ac4d ("staging: erofs: remove redundant braces in inode.c")
046d64e1189f ("staging: erofs: tidy up zpvec.h")
b25a15191c5c ("staging: erofs: refine erofs_allocpage()")
8f7acdae2cd4 ("staging: erofs: kill all failure handling in fill_super()")
9e794de573d7 ("staging: erofs: kill sbi->dev_name")
22fe04a77d10 ("staging: erofs: clean up shrinker stuffs")
beb5f3c4a1f8 ("staging: erofs: kill CONFIG_EROFS_FS_IO_MAX_RETRIES")
14f362b4f405 ("staging: erofs: clean up internal.h")
b1897c60b14d ("staging: erofs: sunset erofs_workstn_{lock,unlock}")
cead56f85baa ("staging: erofs: keep up erofs_fs.h with erofs-outofstaging patchset")
57b78c9fd9ce ("staging: erofs: rename source files for better understanding")
29b24f6ca112 ("staging: erofs: update source file headers")
9da681e017a3 ("staging: erofs: support bmap")
441dfcc8861e ("staging: erofs: avoid opened loop codes")
e82a9a17d49c ("staging: erofs:converting all 'unsigned' to 'unsigned int'")
af89bcef55ff ("staging: erofs: fix LZ4 limited bounced page mis-reuse")
a9f69bd555cc ("staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr)")