index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
erofs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
erofs: Zstandard compression support
Gao Xiang
2024-05-09
9
-1
/
+333
*
erofs: clean up z_erofs_load_full_lcluster()
Gao Xiang
2024-05-08
2
-20
/
+6
*
erofs: derive fsid from on-disk UUID for .statfs() if possible
Hongzhen Luo
2024-05-08
1
-7
/
+5
*
erofs: add a reserved buffer pool for lz4 decompression
Chunhai Guo
2024-05-08
3
-17
/
+52
*
erofs: do not use pagepool in z_erofs_gbuf_growsize()
Chunhai Guo
2024-05-08
1
-36
/
+31
*
erofs: rename per-CPU buffers to global buffer pool and make it configurable
Chunhai Guo
2024-05-08
6
-161
/
+166
*
erofs: rename utils.c to zutil.c
Chunhai Guo
2024-05-08
2
-21
/
+13
*
erofs: reliably distinguish block based and fscache mode
Christian Brauner
2024-04-28
1
-6
/
+2
*
erofs: get rid of erofs_fs_context
Baokun Li
2024-04-28
2
-70
/
+53
*
erofs: modify the error message when prepare_ondemand_read failed
Hongbo Li
2024-04-28
1
-1
/
+1
*
erofs: drop experimental warning for FSDAX
Gao Xiang
2024-03-25
1
-1
/
+0
*
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
2024-03-13
1
-1
/
+1
*
Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-03-12
9
-317
/
+335
|
\
|
*
erofs: support compressed inodes over fscache
Jingbo Xu
2024-03-10
4
-20
/
+77
|
*
erofs: make iov_iter describe target buffers over fscache
Jingbo Xu
2024-03-10
1
-112
/
+123
|
*
erofs: fix lockdep false positives on initializing erofs_pseudo_mnt
Baokun Li
2024-03-10
3
-31
/
+15
|
*
erofs: refine managed cache operations to folios
Gao Xiang
2024-03-10
6
-48
/
+34
|
*
erofs: convert z_erofs_submissionqueue_endio() to folios
Gao Xiang
2024-03-10
1
-11
/
+11
|
*
erofs: convert z_erofs_fill_bio_vec() to folios
Gao Xiang
2024-03-10
1
-35
/
+36
|
*
erofs: get rid of `justfound` debugging tag
Gao Xiang
2024-03-10
1
-17
/
+3
|
*
erofs: convert z_erofs_do_read_page() to folios
Gao Xiang
2024-03-10
1
-16
/
+15
|
*
erofs: convert z_erofs_onlinepage_.* to folios
Gao Xiang
2024-03-10
1
-28
/
+22
*
|
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-03-11
3
-12
/
+12
|
\
\
|
*
|
erofs: port device access to file
Christian Brauner
2024-02-25
3
-12
/
+12
*
|
|
erofs: apply proper VMA alignment for memory mapped files on THP
Gao Xiang
2024-03-07
1
-0
/
+1
*
|
|
erofs: fix uninitialized page cache reported by KMSAN
Gao Xiang
2024-03-07
1
-1
/
+2
|
|
/
|
/
|
*
|
Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-02-25
1
-14
/
+14
|
\
\
|
*
|
erofs: fix refcount on the metabuf used for inode lookup
Sandeep Dhavale
2024-02-22
1
-14
/
+14
*
|
|
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2024-02-25
1
-3
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
erofs: fix handling kern_mount() failure
Al Viro
2024-02-20
1
-3
/
+4
|
|
/
*
|
erofs: relaxed temporary buffers allocation on readahead
Chunhai Guo
2024-01-27
5
-20
/
+42
*
|
erofs: fix infinite loop due to a race of filling compressed_bvecs
Gao Xiang
2024-01-26
1
-36
/
+38
*
|
erofs: get rid of unneeded GFP_NOFS
Jingbo Xu
2024-01-25
4
-7
/
+7
|
/
*
Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-01-19
1
-2
/
+5
|
\
|
*
netfs, fscache: Combine fscache with netfs
David Howells
2023-12-24
1
-2
/
+5
*
|
Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-19
3
-14
/
+17
|
\
\
|
*
|
erofs: Don't use certain unnecessary folio_*() functions
David Howells
2024-01-15
1
-3
/
+3
|
*
|
erofs: fix inconsistent per-file compression format
Gao Xiang
2024-01-13
2
-11
/
+14
|
|
/
*
|
erofs: make erofs_{err,info}() support NULL sb parameter
Chunhai Guo
2024-01-10
2
-3
/
+9
*
|
erofs: avoid debugging output for (de)compressed data
Gao Xiang
2024-01-10
1
-7
/
+1
*
|
erofs: allow partially filled compressed bvecs
Yue Hu
2023-12-21
1
-23
/
+13
*
|
erofs: enable sub-page compressed block support
Gao Xiang
2023-12-18
2
-4
/
+8
*
|
erofs: refine z_erofs_transform_plain() for sub-page block support
Gao Xiang
2023-12-18
1
-33
/
+48
*
|
erofs: fix ztailpacking for subpage compressed blocks
Gao Xiang
2023-12-18
1
-1
/
+1
*
|
erofs: fix up compacted indexes for block size < 4096
Gao Xiang
2023-12-14
1
-18
/
+14
*
|
erofs: record `pclustersize` in bytes instead of pages
Gao Xiang
2023-12-14
1
-38
/
+26
*
|
erofs: support I/O submission for sub-page compressed blocks
Gao Xiang
2023-12-14
1
-82
/
+74
*
|
erofs: fix lz4 inplace decompression
Gao Xiang
2023-12-14
1
-15
/
+16
*
|
erofs: fix memory leak on short-lived bounced pages
Gao Xiang
2023-12-14
1
-3
/
+2
|
/
*
MAINTAINERS: erofs: add EROFS webpage
Gao Xiang
2023-11-17
1
-1
/
+1
[next]