aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-18erofs: mechanically convert erofs_read_metabuf() to offsetsGravatar Al Viro 1-1/+1
2024-05-18erofs: clean up erofs_show_options()Gravatar Hongzhen Luo 1-3/+0
2024-05-18Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Gao Xiang 1-2/+2
2024-05-09erofs: Zstandard compression supportGravatar Gao Xiang 1-0/+8
2024-05-08erofs: add a reserved buffer pool for lz4 decompressionGravatar Chunhai Guo 1-1/+5
2024-05-08erofs: rename per-CPU buffers to global buffer pool and make it configurableGravatar Chunhai Guo 1-7/+7
2024-04-28erofs: get rid of erofs_fs_contextGravatar Baokun Li 1-7/+0
2024-04-25erofs_buf: store address_space instead of inodeGravatar Al Viro 1-1/+1
2024-04-07erofs: switch erofs_bread() to passing offset instead of block numberGravatar Al Viro 1-1/+1
2024-03-12Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+6
2024-03-10erofs: support compressed inodes over fscacheGravatar Jingbo Xu 1-0/+4
2024-03-10erofs: fix lockdep false positives on initializing erofs_pseudo_mntGravatar Baokun Li 1-1/+0
2024-03-10erofs: refine managed cache operations to foliosGravatar Gao Xiang 1-2/+2
2024-02-25erofs: port device access to fileGravatar Christian Brauner 1-1/+1
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-39/+3
2023-10-31erofs: tidy up redundant includesGravatar Ferry Meng 1-0/+2
2023-10-31erofs: get rid of ROOT_NID()Gravatar Ferry Meng 1-2/+0
2023-10-31erofs: simplify compression configuration parserGravatar Gao Xiang 1-37/+1
2023-10-28erofs: Convert to use bdev_open_by_path()Gravatar Jan Kara 1-1/+1
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