index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
/
internal.h
Age
Commit message (
Expand
)
Author
2023-11-02
Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-10-31
erofs: tidy up redundant includes
Ferry Meng
2023-10-31
erofs: get rid of ROOT_NID()
Ferry Meng
2023-10-31
erofs: simplify compression configuration parser
Gao Xiang
2023-10-28
erofs: Convert to use bdev_open_by_path()
Jan Kara
2023-08-11
erofs: boost negative xattr lookup with bloom filter
Jingbo Xu
2023-08-11
erofs: DEFLATE compression support
Gao Xiang
2023-06-18
erofs: use struct lockref to replace handcrafted approach
Gao Xiang
2023-05-29
erofs: adapt managed inode operations into folios
Gao Xiang
2023-05-23
erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is off
Yue Hu
2023-04-17
erofs: cleanup i_format-related stuffs
Gao Xiang
2023-04-17
erofs: sunset erofs_dbg()
Gao Xiang
2023-04-17
erofs: fix potential overflow calculating xattr_isize
Jingbo Xu
2023-04-17
erofs: get rid of z_erofs_fill_inode()
Gao Xiang
2023-04-17
erofs: enable long extended attribute name prefixes
Jingbo Xu
2023-04-17
erofs: add helpers to load long xattr name prefixes
Jingbo Xu
2023-04-17
erofs: move packed inode out of the compression part
Jingbo Xu
2023-04-17
erofs: keep meta inode into erofs_buf
Gao Xiang
2023-04-17
erofs: initialize packed inode after root inode is assigned
Jingbo Xu
2023-04-17
erofs: support flattened block device for multi-blob images
Jia Zhu
2023-04-17
erofs: set block size to the on-disk block size
Jingbo Xu
2023-04-17
erofs: avoid hardcoded blocksize for subpage block support
Jingbo Xu
2023-03-09
erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __init
Yangtao Li
2023-02-20
Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-15
erofs: unify anonymous inodes for blob
Jingbo Xu
2023-02-15
erofs: maintain cookies of share domain in self-contained list
Jingbo Xu
2023-02-15
erofs: remove unused EROFS_GET_BLOCKS_RAW flag
Jingbo Xu
2023-02-15
erofs: tidy up internal.h
Gao Xiang
2023-02-15
erofs: get rid of erofs_inode_datablocks()
Gao Xiang
2023-02-15
erofs: simplify iloc()
Gao Xiang
2023-02-15
erofs: remove linux/buffer_head.h dependency
Gao Xiang
2023-02-15
erofs: clean up erofs_iget()
Gao Xiang
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2022-12-07
erofs: use kmap_local_page() only for erofs_bread()
Gao Xiang
2022-12-07
erofs: check the uniqueness of fsid in shared domain in advance
Hou Tao
2022-11-10
erofs: fix use-after-free of fsid and domain_id string
Jingbo Xu
2022-09-27
erofs: clean up erofs_iget()
Gao Xiang
2022-09-27
erofs: clean up unnecessary code and comments
Gao Xiang
2022-09-26
erofs: introduce partial-referenced pclusters
Gao Xiang
2022-09-26
erofs: support on-disk compressed fragments data
Yue Hu
2022-09-23
erofs: support interlaced uncompressed data for compressed files
Yue Hu
2022-09-20
erofs: Support sharing cookies in the same domain
Jia Zhu
2022-09-20
erofs: introduce a pseudo mnt to manage shared cookies
Jia Zhu
2022-09-20
erofs: introduce fscache-based domain
Jia Zhu
2022-09-20
erofs: code clean up for fscache
Jia Zhu
2022-09-05
erofs: fix pcluster use-after-free on UP platforms
Gao Xiang
2022-05-18
erofs: implement fscache-based data read for non-inline layout
Jeffle Xu
2022-05-18
erofs: register fscache context for extra data blobs
Jeffle Xu
2022-05-18
erofs: register fscache context for primary data blob
Jeffle Xu
2022-05-18
erofs: add anonymous inode caching metadata for data blobs
Jeffle Xu
[next]