aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-11erofs: boost negative xattr lookup with bloom filterGravatar Jingbo Xu 1-0/+3
2023-08-11erofs: DEFLATE compression supportGravatar Gao Xiang 1-0/+20
2023-06-18erofs: use struct lockref to replace handcrafted approachGravatar Gao Xiang 1-36/+2
2023-05-29erofs: adapt managed inode operations into foliosGravatar Gao Xiang 1-1/+2
2023-05-23erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is offGravatar Yue Hu 1-6/+7
2023-04-17erofs: cleanup i_format-related stuffsGravatar Gao Xiang 1-14/+4
2023-04-17erofs: sunset erofs_dbg()Gravatar Gao Xiang 1-2/+0
2023-04-17erofs: fix potential overflow calculating xattr_isizeGravatar Jingbo Xu 1-1/+1
2023-04-17erofs: get rid of z_erofs_fill_inode()Gravatar Gao Xiang 1-2/+0
2023-04-17erofs: enable long extended attribute name prefixesGravatar Jingbo Xu 1-0/+1
2023-04-17erofs: add helpers to load long xattr name prefixesGravatar Jingbo Xu 1-0/+10
2023-04-17erofs: move packed inode out of the compression partGravatar Jingbo Xu 1-1/+1
2023-04-17erofs: keep meta inode into erofs_bufGravatar Gao Xiang 1-2/+4
2023-04-17erofs: initialize packed inode after root inode is assignedGravatar Jingbo Xu 1-0/+1
2023-04-17erofs: support flattened block device for multi-blob imagesGravatar Jia Zhu 1-0/+1
2023-04-17erofs: set block size to the on-disk block sizeGravatar Jingbo Xu 1-9/+1
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportGravatar Jingbo Xu 1-13/+7
2023-03-09erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initGravatar Yangtao Li 1-2/+2
2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-97/+49
2023-02-15erofs: unify anonymous inodes for blobGravatar Jingbo Xu 1-4/+3
2023-02-15erofs: maintain cookies of share domain in self-contained listGravatar Jingbo Xu 1-0/+4
2023-02-15erofs: remove unused EROFS_GET_BLOCKS_RAW flagGravatar Jingbo Xu 1-6/+4
2023-02-15erofs: tidy up internal.hGravatar Gao Xiang 1-56/+28
2023-02-15erofs: get rid of erofs_inode_datablocks()Gravatar Gao Xiang 1-6/+0
2023-02-15erofs: simplify iloc()Gravatar Gao Xiang 1-7/+9
2023-02-15erofs: remove linux/buffer_head.h dependencyGravatar Gao Xiang 1-14/+6
2023-02-15erofs: clean up erofs_iget()Gravatar Gao Xiang 1-9/+0
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2022-12-07erofs: use kmap_local_page() only for erofs_bread()Gravatar Gao Xiang 1-2/+1
2022-12-07erofs: check the uniqueness of fsid in shared domain in advanceGravatar Hou Tao 1-2/+8
2022-11-10erofs: fix use-after-free of fsid and domain_id stringGravatar Jingbo Xu 1-2/+4
2022-09-27erofs: clean up erofs_iget()Gravatar Gao Xiang 1-1/+1
2022-09-27erofs: clean up unnecessary code and commentsGravatar Gao Xiang 1-2/+0
2022-09-26erofs: introduce partial-referenced pclustersGravatar Gao Xiang 1-0/+4
2022-09-26erofs: support on-disk compressed fragments dataGravatar Yue Hu 1-3/+13
2022-09-23erofs: support interlaced uncompressed data for compressed filesGravatar Yue Hu 1-0/+1
2022-09-20erofs: Support sharing cookies in the same domainGravatar Jia Zhu 1-0/+3
2022-09-20erofs: introduce a pseudo mnt to manage shared cookiesGravatar Jia Zhu 1-0/+1
2022-09-20erofs: introduce fscache-based domainGravatar Jia Zhu 1-0/+9
2022-09-20erofs: code clean up for fscacheGravatar Jia Zhu 1-10/+9
2022-09-05erofs: fix pcluster use-after-free on UP platformsGravatar Gao Xiang 1-29/+0
2022-05-18erofs: implement fscache-based data read for non-inline layoutGravatar Jeffle Xu 1-0/+2
2022-05-18erofs: register fscache context for extra data blobsGravatar Jeffle Xu 1-0/+2
2022-05-18erofs: register fscache context for primary data blobGravatar Jeffle Xu 1-0/+1
2022-05-18erofs: add anonymous inode caching metadata for data blobsGravatar Jeffle Xu 1-2/+4
2022-05-18erofs: add fscache context helper functionsGravatar Jeffle Xu 1-0/+19
2022-05-18erofs: register fscache volumeGravatar Jeffle Xu 1-0/+16
2022-05-18erofs: add fscache mode check helperGravatar Jeffle Xu 1-0/+5
2022-05-18erofs: make erofs_map_blocks() generally availableGravatar Jeffle Xu 1-0/+2
2022-05-17erofs: make filesystem exportableGravatar Hongnan Li 1-1/+1