aboutsummaryrefslogtreecommitdiff
path: root/lib/xattr.c
AgeCommit message (Expand)Author
2023-09-21erofs-utils: mkfs: limit total shared xattrs of a single inodeGao Xiang
2023-09-14erofs-utils: mkfs: add `--ovlfs-strip` optionJingbo Xu
2023-09-14erofs-utils: lib: add erofs_read_xattrs_from_disk() helperJingbo Xu
2023-09-14erofs-utils: lib: refactor extended attribute name prefixesJingbo Xu
2023-09-12erofs-utils: lib: fix memory leaks in error paths of erofs_build_shared_xattr...Jingbo Xu
2023-09-11erofs-utils: lib: always fix up xattr_isize even w/o xattrsGao Xiang
2023-09-11erofs-utils: lib: set OVL_XATTR_ORIGIN for directories with whiteoutsJingbo Xu
2023-09-11erofs-utils: lib: avoid exporting non-EROFS xattrsGao Xiang
2023-09-11erofs-utils: lib: remove unneeded NULL checksJingbo Xu
2023-08-31erofs-utils: mkfs: enable xattr name filter feature by defaultGao Xiang
2023-08-31erofs-utils: mkfs,dump: introduce xattr name filter featureJingbo Xu
2023-08-17erofs-utils: support long xattr name prefixes for erofsfuseJingbo Xu
2023-08-17erofs-utils: lib: add match_base_prefix() helperJingbo Xu
2023-08-16erofs-utils: lib: fix potential out-of-bound in xattr_entrylist()Jingbo Xu
2023-07-27erofs-utils: lib: avoid global sbi dependencies (take 1)Jingbo Xu
2023-07-22erofs-utils: simplify iloc()Jingbo Xu
2023-07-20erofs-utils: introduce tarerofsGao Xiang
2023-06-12erofs-utils: mkfs: twist calculation of shared_xattr_idJingbo Xu
2023-04-20erofs-utils: build xattrs upon extra long name prefixesJingbo Xu
2023-04-20erofs-utils: xattr: skip xattrs with unidentified "system." prefixWeizhao Ouyang
2023-04-07erofs-utils: xattr: avoid using inode_xattr_node for shared xattrsGao Xiang
2023-04-07erofs-utils: xattr: avoid global variable shared_xattrs_sizeGao Xiang
2023-04-04erofs-utils: xattr: declare prefix_len as u8Jingbo Xu
2023-03-15erofs-utils: drop hard-coded block sizeGao Xiang
2023-03-10erofs-utils: lib: fix errors when building xattrsGao Xiang
2023-02-23erofs-utils: get rid of PAGE_SIZE leftoversGao Xiang
2022-12-15erofs-utils: replace [l]stat64 by equivalent [l]statKhem Raj
2022-08-10erofs-utils: fuse: introduce xattr supportHuang Jianan
2022-07-08erofs-utils: Make --mount-point option generally availableKelvin Zhang
2021-12-17erofs-utils: sort shared xattrHuang Jianan
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-09-03erofs-utils: fix general style problemHuang Jianan
2021-09-03erofs-utils: clean up file headers & footersHuang Jianan
2021-07-24erofs-utils: fix macOS build & functionalityGao Xiang
2021-04-21erofs-utils: remove duplicate __func__ printHuang Jianan
2021-02-07erofs-utils: get rid of `end' argument from erofs_mapbh()Hu Weiwen
2020-12-05erofs-utils: xattr: fix OOB access due to alignmentGao Xiang
2020-11-27erofs-utils: use hash_for_each_safe in erofs_cleanxattrsHuang Jianan
2020-11-27erofs-utils: fix random data in shared xattrsHuang Jianan
2020-11-01erofs-utils: fix the project prefix to "erofs-utils"Gao Xiang
2020-10-10AOSP: erofs-utils: add fs_config supportGao Xiang
2020-06-20erofs-utils: pass down inode for erofs_prepare_xattr_ibodyGao Xiang
2020-06-08erofs-utils: support selinux file contextsGao Xiang
2019-10-15erofs-utils: introduce shared xattr supportLi Guifu
2019-10-15erofs-utils: introduce inline xattr supporthtyuxe+dhbrei4sq0df8@grr.la