index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-21
erofs: use get_tree_bdev_flags() to avoid misleading messages
Gao Xiang
1
-1
/
+3
2024-10-14
Merge tag 'erofs-for-6.12-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-43
/
+31
2024-10-11
erofs: get rid of kaddr in `struct z_erofs_maprecorder`
Gao Xiang
1
-20
/
+12
2024-10-11
erofs: get rid of z_erofs_try_to_claim_pcluster()
Gao Xiang
1
-20
/
+9
2024-10-11
erofs: ensure regular inodes for file-backed mounts
Gao Xiang
1
-3
/
+10
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-12
erofs: reject inodes with negative i_size
Gao Xiang
1
-3
/
+6
2024-09-12
erofs: restrict pcluster size limitations
Gao Xiang
2
-23
/
+24
2024-09-12
erofs: allocate more short-lived pages from reserved pool first
Chunhai Guo
1
-2
/
+3
2024-09-12
erofs: sunset unneeded NOFAILs
Gao Xiang
1
-26
/
+31
2024-09-10
erofs: simplify erofs_map_blocks_flatmode()
Hongzhen Luo
1
-19
/
+9
2024-09-10
erofs: refactor read_inode calling convention
Yiyang Wu
1
-59
/
+52
2024-09-10
erofs: use kmemdup_nul in erofs_fill_symlink
Yiyang Wu
1
-8
/
+2
2024-09-10
erofs: mark experimental fscache backend deprecated
Gao Xiang
2
-2
/
+5
2024-09-10
erofs: support compressed inodes for fileio
Gao Xiang
4
-20
/
+43
2024-09-10
erofs: support unencoded inodes for fileio
Gao Xiang
6
-51
/
+248
2024-09-10
erofs: add file-backed mount support
Gao Xiang
5
-44
/
+100
2024-09-10
erofs: handle overlapped pclusters out of crafted images properly
Gao Xiang
1
-33
/
+38
2024-09-10
erofs: fix error handling in z_erofs_init_decompressor
Sandeep Dhavale
1
-1
/
+1
2024-09-10
erofs: clean up erofs_register_sysfs()
Gao Xiang
2
-25
/
+7
2024-09-10
erofs: fix incorrect symlink detection in fast symlink
Gao Xiang
1
-14
/
+6
2024-08-21
erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially fails
Gao Xiang
1
-1
/
+2
2024-08-19
erofs: allow large folios for compressed files
Gao Xiang
1
-10
/
+8
2024-08-19
erofs: get rid of check_layout_compatibility()
Hongzhen Luo
1
-20
/
+6
2024-08-19
erofs: simplify readdir operation
Hongzhen Luo
2
-24
/
+13
2024-07-26
erofs: convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-07-26
erofs: support multi-page folios for erofs_bread()
Gao Xiang
1
-18
/
+12
2024-07-26
erofs: add support for FS_IOC_GETFSSYSFSPATH
Huang Xiaojia
1
-0
/
+16
2024-07-26
erofs: fix race in z_erofs_get_gbuf()
Gao Xiang
1
-0
/
+3
2024-07-26
erofs: support STATX_DIOALIGN
Hongbo Li
1
-2
/
+17
2024-07-13
erofs: silence uninitialized variable warning in z_erofs_scan_folio()
Dan Carpenter
1
-1
/
+1
2024-07-11
erofs: avoid refcounting short-lived pages
Gao Xiang
3
-26
/
+24
2024-07-10
erofs: get rid of z_erofs_map_blocks_iter_* tracepoints
Hongzhen Luo
1
-2
/
+2
2024-07-09
erofs: tidy up stream decompressors
Gao Xiang
5
-304
/
+209
2024-07-09
erofs: refine z_erofs_{init,exit}_subsystem()
Gao Xiang
8
-78
/
+69
2024-07-09
erofs: move each decompressor to its own source file
Gao Xiang
6
-50
/
+44
2024-07-08
erofs: tidy up `struct z_erofs_bvec`
Gao Xiang
1
-52
/
+49
2024-07-08
erofs: teach z_erofs_scan_folios() to handle multi-page folios
Gao Xiang
1
-85
/
+82
2024-07-08
erofs: convert z_erofs_read_fragment() to folios
Gao Xiang
1
-8
/
+7
2024-07-08
erofs: convert z_erofs_pcluster_readmore() to folios
Gao Xiang
2
-17
/
+12
2024-06-30
erofs: ensure m_llen is reset to 0 if metadata is invalid
Gao Xiang
1
-0
/
+2
2024-06-26
erofs: convert to use super_set_uuid to support for FS_IOC_GETFSUUID
Huang Xiaojia
1
-1
/
+1
2024-06-26
erofs: fix possible memory leak in z_erofs_gbuf_exit()
Sandeep Dhavale
1
-4
/
+4
2024-05-24
Merge tag 'erofs-for-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
8
-88
/
+65
2024-05-21
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-44
/
+33
2024-05-21
erofs: avoid allocating DEFLATE streams before mounting
Gao Xiang
1
-26
/
+29
2024-05-18
z_erofs_pcluster_begin(): don't bother with rounding position down
Al Viro
1
-1
/
+1
2024-05-18
erofs: don't round offset down for erofs_read_metabuf()
Al Viro
1
-8
/
+8
2024-05-18
erofs: don't align offset for erofs_read_metabuf() (simple cases)
Al Viro
4
-25
/
+14
2024-05-18
erofs: mechanically convert erofs_read_metabuf() to offsets
Al Viro
7
-13
/
+13
[next]