summaryrefslogtreecommitdiff
path: root/fs/erofs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-17erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro1-1/+1
2024-05-17erofs: clean up erofs_show_options()Hongzhen Luo1-3/+0
2024-05-17Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gao Xiang1-2/+2
2024-05-09erofs: Zstandard compression supportGao Xiang1-0/+8
2024-05-08erofs: add a reserved buffer pool for lz4 decompressionChunhai Guo1-1/+5
2024-05-08erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo1-7/+7
2024-04-28erofs: get rid of erofs_fs_contextBaokun Li1-7/+0
2024-04-25erofs_buf: store address_space instead of inodeAl Viro1-1/+1
2024-04-07erofs: switch erofs_bread() to passing offset instead of block numberAl Viro1-1/+1
2024-03-12Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+6
2024-03-10erofs: support compressed inodes over fscacheJingbo Xu1-0/+4
2024-03-10erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li1-1/+0
2024-03-10erofs: refine managed cache operations to foliosGao Xiang1-2/+2
2024-02-25erofs: port device access to fileChristian Brauner1-1/+1
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-39/+3
2023-10-31erofs: tidy up redundant includesFerry Meng1-0/+2
2023-10-31erofs: get rid of ROOT_NID()Ferry Meng1-2/+0
2023-10-31erofs: simplify compression configuration parserGao Xiang1-37/+1
2023-10-28erofs: Convert to use bdev_open_by_path()Jan Kara1-1/+1
2023-08-11erofs: boost negative xattr lookup with bloom filterJingbo Xu1-0/+3
2023-08-11erofs: DEFLATE compression supportGao Xiang1-0/+20
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