summaryrefslogtreecommitdiff
path: root/fs/erofs/internal.h
AgeCommit message (Expand)Author
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-31erofs: tidy up redundant includesFerry Meng
2023-10-31erofs: get rid of ROOT_NID()Ferry Meng
2023-10-31erofs: simplify compression configuration parserGao Xiang
2023-10-28erofs: Convert to use bdev_open_by_path()Jan Kara
2023-08-11erofs: boost negative xattr lookup with bloom filterJingbo Xu
2023-08-11erofs: DEFLATE compression supportGao Xiang
2023-06-18erofs: use struct lockref to replace handcrafted approachGao Xiang
2023-05-29erofs: adapt managed inode operations into foliosGao Xiang
2023-05-23erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is offYue Hu
2023-04-17erofs: cleanup i_format-related stuffsGao Xiang
2023-04-17erofs: sunset erofs_dbg()Gao Xiang
2023-04-17erofs: fix potential overflow calculating xattr_isizeJingbo Xu
2023-04-17erofs: get rid of z_erofs_fill_inode()Gao Xiang
2023-04-17erofs: enable long extended attribute name prefixesJingbo Xu
2023-04-17erofs: add helpers to load long xattr name prefixesJingbo Xu
2023-04-17erofs: move packed inode out of the compression partJingbo Xu
2023-04-17erofs: keep meta inode into erofs_bufGao Xiang
2023-04-17erofs: initialize packed inode after root inode is assignedJingbo Xu
2023-04-17erofs: support flattened block device for multi-blob imagesJia Zhu
2023-04-17erofs: set block size to the on-disk block sizeJingbo Xu
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu
2023-03-09erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initYangtao Li
2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-15erofs: unify anonymous inodes for blobJingbo Xu
2023-02-15erofs: maintain cookies of share domain in self-contained listJingbo Xu
2023-02-15erofs: remove unused EROFS_GET_BLOCKS_RAW flagJingbo Xu
2023-02-15erofs: tidy up internal.hGao Xiang
2023-02-15erofs: get rid of erofs_inode_datablocks()Gao Xiang
2023-02-15erofs: simplify iloc()Gao Xiang
2023-02-15erofs: remove linux/buffer_head.h dependencyGao Xiang
2023-02-15erofs: clean up erofs_iget()Gao Xiang
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2022-12-07erofs: use kmap_local_page() only for erofs_bread()Gao Xiang
2022-12-07erofs: check the uniqueness of fsid in shared domain in advanceHou Tao
2022-11-10erofs: fix use-after-free of fsid and domain_id stringJingbo Xu
2022-09-27erofs: clean up erofs_iget()Gao Xiang
2022-09-27erofs: clean up unnecessary code and commentsGao Xiang
2022-09-26erofs: introduce partial-referenced pclustersGao Xiang
2022-09-26erofs: support on-disk compressed fragments dataYue Hu
2022-09-23erofs: support interlaced uncompressed data for compressed filesYue Hu
2022-09-20erofs: Support sharing cookies in the same domainJia Zhu
2022-09-20erofs: introduce a pseudo mnt to manage shared cookiesJia Zhu
2022-09-20erofs: introduce fscache-based domainJia Zhu
2022-09-20erofs: code clean up for fscacheJia Zhu
2022-09-05erofs: fix pcluster use-after-free on UP platformsGao Xiang
2022-05-18erofs: implement fscache-based data read for non-inline layoutJeffle Xu
2022-05-18erofs: register fscache context for extra data blobsJeffle Xu
2022-05-18erofs: register fscache context for primary data blobJeffle Xu
2022-05-18erofs: add anonymous inode caching metadata for data blobsJeffle Xu