index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
/
internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-16
erofs: use buffered I/O for file-backed mounts by default
Gao Xiang
1
-0
/
+1
2024-12-16
erofs: reference `struct erofs_device_info` for erofs_map_dev
Gao Xiang
1
-4
/
+2
2024-12-16
erofs: use `struct erofs_device_info` for the primary device
Gao Xiang
1
-6
/
+2
2024-11-18
erofs: get rid of `buf->kmap_type`
Gao Xiang
1
-1
/
+0
2024-11-18
erofs: fix file-backed mounts over FUSE
Gao Xiang
1
-0
/
+1
2024-11-18
erofs: simplify definition of the log functions
Gou Hao
1
-10
/
+4
2024-11-18
erofs: add sysfs node to drop internal caches
Chunhai Guo
1
-0
/
+2
2024-11-18
erofs: sunset `struct erofs_workgroup`
Gao Xiang
1
-6
/
+0
2024-11-18
erofs: move erofs_workgroup operations into zdata.c
Gao Xiang
1
-5
/
+3
2024-11-18
erofs: get rid of erofs_{find,insert}_workgroup
Gao Xiang
1
-4
/
+1
2024-09-10
erofs: support compressed inodes for fileio
Gao Xiang
1
-0
/
+8
2024-09-10
erofs: support unencoded inodes for fileio
Gao Xiang
1
-1
/
+6
2024-09-10
erofs: add file-backed mount support
Gao Xiang
1
-2
/
+9
2024-08-19
erofs: simplify readdir operation
Hongzhen Luo
1
-1
/
+1
2024-07-09
erofs: refine z_erofs_{init,exit}_subsystem()
Gao Xiang
1
-30
/
+4
2024-07-08
erofs: convert z_erofs_pcluster_readmore() to folios
Gao Xiang
1
-9
/
+5
2024-05-18
erofs: mechanically convert erofs_read_metabuf() to offsets
Al Viro
1
-1
/
+1
2024-05-18
erofs: clean up erofs_show_options()
Hongzhen Luo
1
-3
/
+0
2024-05-18
Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Gao Xiang
1
-2
/
+2
2024-05-09
erofs: Zstandard compression support
Gao Xiang
1
-0
/
+8
2024-05-08
erofs: add a reserved buffer pool for lz4 decompression
Chunhai Guo
1
-1
/
+5
2024-05-08
erofs: rename per-CPU buffers to global buffer pool and make it configurable
Chunhai Guo
1
-7
/
+7
2024-04-28
erofs: get rid of erofs_fs_context
Baokun Li
1
-7
/
+0
2024-04-25
erofs_buf: store address_space instead of inode
Al Viro
1
-1
/
+1
2024-04-07
erofs: switch erofs_bread() to passing offset instead of block number
Al Viro
1
-1
/
+1
2024-03-12
Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+6
2024-03-10
erofs: support compressed inodes over fscache
Jingbo Xu
1
-0
/
+4
2024-03-10
erofs: fix lockdep false positives on initializing erofs_pseudo_mnt
Baokun Li
1
-1
/
+0
2024-03-10
erofs: refine managed cache operations to folios
Gao Xiang
1
-2
/
+2
2024-02-25
erofs: port device access to file
Christian Brauner
1
-1
/
+1
2023-11-02
Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-39
/
+3
2023-10-31
erofs: tidy up redundant includes
Ferry Meng
1
-0
/
+2
2023-10-31
erofs: get rid of ROOT_NID()
Ferry Meng
1
-2
/
+0
2023-10-31
erofs: simplify compression configuration parser
Gao Xiang
1
-37
/
+1
2023-10-28
erofs: Convert to use bdev_open_by_path()
Jan Kara
1
-1
/
+1
2023-08-11
erofs: boost negative xattr lookup with bloom filter
Jingbo Xu
1
-0
/
+3
2023-08-11
erofs: DEFLATE compression support
Gao Xiang
1
-0
/
+20
2023-06-18
erofs: use struct lockref to replace handcrafted approach
Gao Xiang
1
-36
/
+2
2023-05-29
erofs: adapt managed inode operations into folios
Gao Xiang
1
-1
/
+2
2023-05-23
erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is off
Yue Hu
1
-6
/
+7
2023-04-17
erofs: cleanup i_format-related stuffs
Gao Xiang
1
-14
/
+4
2023-04-17
erofs: sunset erofs_dbg()
Gao Xiang
1
-2
/
+0
2023-04-17
erofs: fix potential overflow calculating xattr_isize
Jingbo Xu
1
-1
/
+1
2023-04-17
erofs: get rid of z_erofs_fill_inode()
Gao Xiang
1
-2
/
+0
2023-04-17
erofs: enable long extended attribute name prefixes
Jingbo Xu
1
-0
/
+1
2023-04-17
erofs: add helpers to load long xattr name prefixes
Jingbo Xu
1
-0
/
+10
2023-04-17
erofs: move packed inode out of the compression part
Jingbo Xu
1
-1
/
+1
2023-04-17
erofs: keep meta inode into erofs_buf
Gao Xiang
1
-2
/
+4
2023-04-17
erofs: initialize packed inode after root inode is assigned
Jingbo Xu
1
-0
/
+1
2023-04-17
erofs: support flattened block device for multi-blob images
Jia Zhu
1
-0
/
+1
[next]