index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
Age
Commit message (
Expand
)
Author
2025-06-02
Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-25
erofs: support DEFLATE decompression by using Intel QAT
Bo Liu
2025-05-23
erofs: clean up erofs_{init,exit}_sysfs()
Gao Xiang
2025-05-22
erofs: add 'fsoffset' mount option to specify filesystem offset
Sheng Yong
2025-05-21
netfs: Fix the request's work item to not require a ref
David Howells
2025-05-16
erofs: lazily initialize per-CPU workers and CPU hotplug hooks
Sandeep Dhavale
2025-05-16
erofs: refine readahead tracepoint
Gao Xiang
2025-05-15
erofs: avoid using multiple devices with different type
Sheng Yong
2025-05-15
erofs: fix file handle encoding for 64-bit NIDs
Hongbo Li
2025-05-07
erofs: ensure the extra temporary copy is valid for shortened bvecs
Gao Xiang
2025-04-30
erofs: remove unused enum type
Hongbo Li
2025-04-29
fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio()
Max Kellermann
2025-04-13
Merge tag 'erofs-for-6.15-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-04-10
erofs: remove duplicate code
Bo Liu
2025-04-09
erofs: fix encoded extents handling
Gao Xiang
2025-04-09
erofs: add __packed annotation to union(__le16..)
Gao Xiang
2025-04-09
erofs: set error to bio if file-backed IO fails
Sheng Yong
2025-04-04
lib/crc: remove CONFIG_LIBCRC32C
Eric Biggers
2025-03-17
erofs: enable 48-bit layout support
Gao Xiang
2025-03-17
erofs: support unaligned encoded data
Gao Xiang
2025-03-17
erofs: implement encoded extent metadata
Gao Xiang
2025-03-17
erofs: add encoded extent on-disk definition
Gao Xiang
2025-03-17
erofs: initialize decompression early
Gao Xiang
2025-03-17
erofs: support dot-omitted directories
Gao Xiang
2025-03-17
erofs: implement 48-bit block addressing for unencoded inodes
Gao Xiang
2025-03-17
erofs: add 48-bit block addressing on-disk support
Gao Xiang
2025-03-17
erofs: simplify erofs_{read,fill}_inode()
Gao Xiang
2025-03-17
erofs: get rid of erofs_map_blocks_flatmode()
Gao Xiang
2025-03-17
erofs: move {in,out}pages into struct z_erofs_decompress_req
Gao Xiang
2025-03-17
erofs: clean up header parsing for ztailpacking and fragments
Gao Xiang
2025-03-17
erofs: simplify tail inline pcluster handling
Gao Xiang
2025-03-17
erofs: allow 16-byte volume name again
Gao Xiang
2025-03-17
erofs: get rid of erofs_kmap_type
Bo Liu
2025-03-17
erofs: use Z_EROFS_LCLUSTER_TYPE_MAX to simplify switches
Hongzhen Luo
2025-02-07
lockref: remove count argument of lockref_init
Andreas Gruenbacher
2025-02-01
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2025-01-27
add a string-to-qstr constructor
Al Viro
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-01-25
mm: alloc_pages_bulk: rename API
Luiz Capitulino
2025-01-25
Merge tag 'erofs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-01-24
include/linux/lz4.h: add some missing macros
Gao Xiang
2025-01-23
erofs: refine z_erofs_get_extent_compressedlen()
Gao Xiang
2025-01-21
Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-20
Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-01-19
erofs: remove dead code in erofs_fc_parse_param
Chen Linxuan
2025-01-17
erofs: return SHRINK_EMPTY if no objects to free
Chen Linxuan
2025-01-17
erofs: convert z_erofs_bind_cache() to folios
Gao Xiang
2025-01-17
erofs: tidy up zdata.c
Gao Xiang
2025-01-17
erofs: get rid of `z_erofs_next_pcluster_t`
Gao Xiang
[next]