aboutsummaryrefslogtreecommitdiff
path: root/lib/inode.c
AgeCommit message (Expand)Author
2023-10-20erofs-utils: fix reference leak in erofs_mkfs_build_tree_from_path()Gao Xiang
2023-10-17erofs-utils: mkfs: fix corrupted directories with hardlinksGao Xiang
2023-09-20erofs-utils: lib: fix --force-{g,u}id support for tarerofsGao Xiang
2023-09-20erofs-utils: lib: introduce diskbufGao Xiang
2023-09-14erofs-utils: mkfs: add `--ovlfs-strip` optionJingbo Xu
2023-09-14erofs-utils: lib: add erofs_rebuild_load_tree() helperJingbo Xu
2023-09-14erofs-utils: lib: add erofs_insert_ihash() helperJingbo Xu
2023-09-12erofs-utils: mkfs: add ^{inline_data,ztailpacking,dedupe} optionsGao Xiang
2023-09-11erofs-utils: lib: set OVL_XATTR_ORIGIN for directories with whiteoutsJingbo Xu
2023-09-02erofs-utils: bail out properly if erofs_iget_from_path(root) failsGao Xiang
2023-08-31erofs-utils: mkfs: enable xattr name filter feature by defaultGao Xiang
2023-07-27erofs-utils: lib: initialize i_nlink to 2 in erofs_init_empty_dir()Jingbo Xu
2023-07-27erofs-utils: lib: avoid global sbi dependencies (take 1)Jingbo Xu
2023-07-20erofs-utils: introduce tarerofsGao Xiang
2023-06-07erofs-utils: sync up erofs_fs.hGao Xiang
2023-04-03erofs-utils: fix nid lookup for packed inodeGao Xiang
2023-03-28erofs-utils: fix missing tail blocks for directoriesGao Xiang
2023-03-24erofs-utils: separate directory data from file dataGao Xiang
2023-03-19erofs-utils: fix up nlink for d_type unsupported fsesGao Xiang
2023-03-19erofs-utils: rearrange on-disk metadataGao Xiang
2023-03-15erofs-utils: drop hard-coded block sizeGao Xiang
2023-03-05erofs-utils: avoid using a static srcpathGao Xiang
2023-02-23erofs-utils: support multiple algorithms in a single imageGao Xiang
2023-02-09erofs-utils: mkfs: don't skip `lost+found`Gao Xiang
2022-12-15erofs-utils: replace [l]stat64 by equivalent [l]statKhem Raj
2022-12-13erofs-utils: check the return value of lseek in inode.cYue Hu
2022-10-05erofs-utils: mkfs: support fragmentsYue Hu
2022-08-14erofs-utils: mkfs: improvement for unprivileged container supportNaoto Yamaguchi
2022-08-08erofs-utils: fuse: set d_type for readdirSheng Yong
2022-05-17erofs-utils: mkfs: show per-file progressGao Xiang
2022-03-21erofs-utils: mkfs: use extended inodes when ctime is setDavid Anderson
2022-03-19erofs-utils: mkfs: use mtime instead of ctimeDavid Anderson
2022-03-19erofs-utils: mkfs: rename ctime to mtimeDavid Anderson
2022-03-03erofs-utils: fix some style problemsHuang Jianan
2022-02-17erofs-utils: lib: refine tailpcluster compression approachGao Xiang
2022-01-14erofs-utils: mkfs: support tail-packing inline compressed dataYue Hu
2021-12-07erofs-utils: lib: use GPL-2.0+ OR Apache-2.0 dual licenseHuang Jianan
2021-12-02erofs-utils: make liberofs more C++ friendlyKelvin Zhang
2021-11-18erofs-utils: check the return value of erofs_d_allocHuang Jianan
2021-11-18erofs-utils: mkfs: enable block map chunk formatGao Xiang
2021-11-16erofs-utils: dump: refine file info statisticsGao Xiang
2021-09-29erofs-utils: fix truncated uid/gid fields of extended inodesGao Xiang
2021-09-28erofs-utils: mkfs: fill filesystem inode countGao Xiang
2021-09-24erofs-utils: mkfs: support chunk-based uncompressed filesGao Xiang
2021-09-15erofs-utils: support per-inode compress pclusterHuang Jianan
2021-09-07erofs-utils: fix random data for block-aligned uncompressed fileHuang Jianan
2021-09-07erofs-utils: remove unnecessary "\n"Huang Jianan
2021-09-03erofs-utils: fix print styleHuang Jianan
2021-09-03erofs-utils: remove unnecessary codesHuang Jianan
2021-09-03erofs-utils: clean up file headers & footersHuang Jianan