summaryrefslogtreecommitdiff
path: root/fs/erofs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-18erofs: use struct lockref to replace handcrafted approachGao Xiang1-36/+2
2023-05-29erofs: adapt managed inode operations into foliosGao Xiang1-1/+2
2023-05-23erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is offYue Hu1-6/+7
2023-04-16erofs: cleanup i_format-related stuffsGao Xiang1-14/+4
2023-04-16erofs: sunset erofs_dbg()Gao Xiang1-2/+0
2023-04-16erofs: fix potential overflow calculating xattr_isizeJingbo Xu1-1/+1
2023-04-16erofs: get rid of z_erofs_fill_inode()Gao Xiang1-2/+0
2023-04-16erofs: enable long extended attribute name prefixesJingbo Xu1-0/+1
2023-04-16erofs: add helpers to load long xattr name prefixesJingbo Xu1-0/+10
2023-04-16erofs: move packed inode out of the compression partJingbo Xu1-1/+1
2023-04-16erofs: keep meta inode into erofs_bufGao Xiang1-2/+4
2023-04-16erofs: initialize packed inode after root inode is assignedJingbo Xu1-0/+1
2023-04-16erofs: support flattened block device for multi-blob imagesJia Zhu1-0/+1
2023-04-16erofs: set block size to the on-disk block sizeJingbo Xu1-9/+1
2023-04-16erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu1-13/+7
2023-03-09erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initYangtao Li1-2/+2
2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-97/+49
2023-02-15erofs: unify anonymous inodes for blobJingbo Xu1-4/+3
2023-02-15erofs: maintain cookies of share domain in self-contained listJingbo Xu1-0/+4
2023-02-15erofs: remove unused EROFS_GET_BLOCKS_RAW flagJingbo Xu1-6/+4
2023-02-15erofs: tidy up internal.hGao Xiang1-56/+28
2023-02-15erofs: get rid of erofs_inode_datablocks()Gao Xiang1-6/+0
2023-02-15erofs: simplify iloc()Gao Xiang1-7/+9
2023-02-15erofs: remove linux/buffer_head.h dependencyGao Xiang1-14/+6
2023-02-15erofs: clean up erofs_iget()Gao Xiang1-9/+0
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-1/+1
2022-12-07erofs: use kmap_local_page() only for erofs_bread()Gao Xiang1-2/+1
2022-12-07erofs: check the uniqueness of fsid in shared domain in advanceHou Tao1-2/+8
2022-11-10erofs: fix use-after-free of fsid and domain_id stringJingbo Xu1-2/+4
2022-09-27erofs: clean up erofs_iget()Gao Xiang1-1/+1
2022-09-27erofs: clean up unnecessary code and commentsGao Xiang1-2/+0
2022-09-26erofs: introduce partial-referenced pclustersGao Xiang1-0/+4
2022-09-26erofs: support on-disk compressed fragments dataYue Hu1-3/+13
2022-09-23erofs: support interlaced uncompressed data for compressed filesYue Hu1-0/+1
2022-09-20erofs: Support sharing cookies in the same domainJia Zhu1-0/+3
2022-09-20erofs: introduce a pseudo mnt to manage shared cookiesJia Zhu1-0/+1
2022-09-20erofs: introduce fscache-based domainJia Zhu1-0/+9
2022-09-20erofs: code clean up for fscacheJia Zhu1-10/+9
2022-09-05erofs: fix pcluster use-after-free on UP platformsGao Xiang1-29/+0
2022-05-17erofs: implement fscache-based data read for non-inline layoutJeffle Xu1-0/+2
2022-05-17erofs: register fscache context for extra data blobsJeffle Xu1-0/+2
2022-05-17erofs: register fscache context for primary data blobJeffle Xu1-0/+1
2022-05-17erofs: add anonymous inode caching metadata for data blobsJeffle Xu1-2/+4
2022-05-17erofs: add fscache context helper functionsJeffle Xu1-0/+19
2022-05-17erofs: register fscache volumeJeffle Xu1-0/+16
2022-05-17erofs: add fscache mode check helperJeffle Xu1-0/+5
2022-05-17erofs: make erofs_map_blocks() generally availableJeffle Xu1-0/+2
2022-05-17erofs: make filesystem exportableHongnan Li1-1/+1
2022-05-17erofs: remove obsoleted commentsGao Xiang1-25/+0
2022-03-16erofs: use meta buffers for reading directoriesGao Xiang1-0/+2