summaryrefslogtreecommitdiff
path: root/fs/erofs/erofs_fs.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-09erofs: Zstandard compression supportGao Xiang1-0/+10
2024-05-08erofs: clean up z_erofs_load_full_lcluster()Gao Xiang1-4/+1
2023-08-11erofs: update on-disk format for xattr name filterJingbo Xu1-2/+8
2023-08-11erofs: DEFLATE compression supportGao Xiang1-0/+7
2023-04-16erofs: cleanup i_format-related stuffsGao Xiang1-4/+4
2023-04-16erofs: enable long extended attribute name prefixesJingbo Xu1-1/+3
2023-04-16erofs: introduce on-disk format for long xattr name prefixesJingbo Xu1-1/+15
2023-04-16erofs: tidy up EROFS on-disk namingGao Xiang1-83/+62
2023-04-16erofs: set block size to the on-disk block sizeJingbo Xu1-2/+3
2022-09-26erofs: introduce partial-referenced pclustersGao Xiang1-1/+6
2022-09-26erofs: support on-disk compressed fragments dataYue Hu1-6/+27
2022-09-23erofs: support interlaced uncompressed data for compressed filesYue Hu1-0/+2
2022-05-17erofs: scan devices from device tableJeffle Xu1-6/+3
2022-05-17erofs: refine on-disk definition commentsGao Xiang1-20/+21
2022-03-17erofs: rename ctime to mtimeDavid Anderson1-2/+3
2021-12-30erofs: add on-disk compressed tail-packing inline supportYue Hu1-2/+8
2021-12-08erofs: Replace zero-length array with flexible-array memberGao Xiang1-2/+2
2021-12-01erofs: rename lz4_0pading to zero_paddingHuang Jianan1-2/+2
2021-10-19erofs: lzma compression supportGao Xiang1-2/+12
2021-10-19erofs: introduce the secondary compression headGao Xiang1-19/+20
2021-10-17erofs: add multiple device supportGao Xiang1-3/+19
2021-08-20erofs: introduce chunk-based file on-disk formatGao Xiang1-2/+45
2021-06-07erofs: clean up file headers & footersGao Xiang1-2/+0
2021-04-09erofs: enable big pcluster featureGao Xiang1-1/+4
2021-04-09erofs: add big physical cluster definitionGao Xiang1-4/+15
2021-04-09erofs: introduce physical cluster slab poolsGao Xiang1-0/+3
2021-04-07erofs: reserve physical_clusterbits[]Gao Xiang1-3/+1
2021-03-29erofs: add on-disk compression configurationsGao Xiang1-4/+12
2021-03-29erofs: introduce on-disk lz4 fs configurationsGao Xiang1-0/+6
2021-03-29erofs: support adjust lz4 history window sizeHuang Jianan1-1/+3
2021-03-29erofs: add unsupported inode i_format checkGao Xiang1-0/+3
2020-08-03erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2019-11-24erofs: support superblock checksumPratik Shinde1-1/+2
2019-09-05erofs: update erofs_fs.h commentsGao Xiang1-4/+5
2019-09-05erofs: better naming for erofs inode related stuffsGao Xiang1-12/+12
2019-09-05erofs: use feature_incompat rather than requirementsGao Xiang1-6/+6
2019-09-05erofs: update erofs_inode_is_data_compressed helperGao Xiang1-3/+2
2019-09-05erofs: kill __packed for on-disk structuresGao Xiang1-9/+9
2019-09-05erofs: some macros are much more readable as a functionGao Xiang1-8/+14
2019-09-05erofs: on-disk format should have explicitly assigned numbersGao Xiang1-9/+9
2019-09-05erofs: remove all the byte offset commentsGao Xiang1-51/+54
2019-08-24erofs: move erofs out of stagingGao Xiang1-0/+307