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: use wrapper i_blocksize() in erofs_file_read_iter()
Yue Hu
2023-03-09
1
-1
/
+1
*
erofs: get rid of a useless DBG_BUGON
Gao Xiang
2023-03-09
1
-3
/
+0
*
erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"
Gao Xiang
2023-03-09
1
-6
/
+6
*
erofs: fix wrong kunmap when using LZMA on HIGHMEM platforms
Gao Xiang
2023-03-09
1
-1
/
+1
*
erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __init
Yangtao Li
2023-03-09
3
-4
/
+4
*
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-24
1
-1
/
+1
|
\
|
*
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-10
1
-1
/
+1
*
|
Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-20
14
-748
/
+653
|
\
\
|
*
|
erofs: fix an error code in z_erofs_init_zip_subsystem()
Dan Carpenter
2023-02-16
1
-1
/
+3
|
*
|
erofs: unify anonymous inodes for blob
Jingbo Xu
2023-02-15
3
-56
/
+38
|
*
|
erofs: relinquish volume with mutex held
Jingbo Xu
2023-02-15
1
-1
/
+1
|
*
|
erofs: maintain cookies of share domain in self-contained list
Jingbo Xu
2023-02-15
2
-24
/
+24
|
*
|
erofs: remove unused device mapping in meta routine
Jingbo Xu
2023-02-15
1
-13
/
+4
|
*
|
erofs: remove unused EROFS_GET_BLOCKS_RAW flag
Jingbo Xu
2023-02-15
3
-15
/
+11
|
*
|
erofs: make kobj_type structures constant
Thomas Weißschuh
2023-02-15
1
-3
/
+3
|
*
|
erofs: add per-cpu threads for decompression as an option
Sandeep Dhavale
2023-02-15
2
-20
/
+188
|
*
|
erofs: tidy up internal.h
Gao Xiang
2023-02-15
1
-56
/
+28
|
*
|
erofs: get rid of z_erofs_do_map_blocks() forward declaration
Gao Xiang
2023-02-15
1
-123
/
+119
|
*
|
erofs: move zdata.h into zdata.c
Gao Xiang
2023-02-15
2
-178
/
+165
|
*
|
erofs: remove tagged pointer helpers
Gao Xiang
2023-02-15
3
-128
/
+6
|
*
|
erofs: avoid tagged pointers to mark sync decompression
Gao Xiang
2023-02-15
2
-27
/
+17
|
*
|
erofs: get rid of erofs_inode_datablocks()
Gao Xiang
2023-02-15
2
-19
/
+5
|
*
|
erofs: simplify iloc()
Gao Xiang
2023-02-15
5
-35
/
+25
|
*
|
erofs: get rid of debug_one_dentry()
Gao Xiang
2023-02-15
1
-17
/
+0
|
*
|
erofs: remove linux/buffer_head.h dependency
Gao Xiang
2023-02-15
2
-15
/
+6
|
*
|
erofs: clean up erofs_iget()
Gao Xiang
2023-02-15
2
-28
/
+21
*
|
|
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-02-20
2
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-19
2
-3
/
+3
|
|
/
*
|
erofs: clean up parsing of fscache related options
Jingbo Xu
2023-01-16
1
-7
/
+6
*
|
erofs: fix kvcalloc() misuse with __GFP_NOFAIL
Gao Xiang
2023-01-10
1
-6
/
+6
*
|
erofs/zmap.c: Fix incorrect offset calculation
Siddh Raman Pant
2023-01-10
1
-3
/
+7
|
/
*
Merge tag 'erofs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-13
8
-291
/
+247
|
\
|
*
erofs: validate the extent length for uncompressed pclusters
Gao Xiang
2022-12-07
1
-0
/
+5
|
*
erofs: fix missing unmap if z_erofs_get_extent_compressedlen() fails
Gao Xiang
2022-12-07
1
-4
/
+2
|
*
erofs: Fix pcluster memleak when its block address is zero
Chen Zhongjin
2022-12-07
1
-1
/
+2
|
*
erofs: use kmap_local_page() only for erofs_bread()
Gao Xiang
2022-12-07
5
-14
/
+10
|
*
erofs: enable large folios for fscache mode
Jingbo Xu
2022-12-07
1
-2
/
+1
|
*
erofs: support large folios for fscache mode
Jingbo Xu
2022-12-07
1
-68
/
+80
|
*
erofs: switch to prepare_ondemand_read() in fscache mode
Jingbo Xu
2022-12-07
1
-167
/
+94
|
*
erofs: clean up cached I/O strategies
Gao Xiang
2022-12-07
1
-46
/
+31
|
*
erofs: check the uniqueness of fsid in shared domain in advance
Hou Tao
2022-12-07
3
-15
/
+44
|
*
erofs: enable large folios for iomap mode
Jingbo Xu
2022-12-07
2
-0
/
+4
*
|
Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-12-13
2
-4
/
+4
|
\
\
|
*
|
fs: rename current get acl method
Christian Brauner
2022-10-20
2
-4
/
+4
*
|
|
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-3
/
+3
|
|
/
|
/
|
*
|
Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-11-15
5
-37
/
+54
|
\
\
|
*
|
erofs: fix missing xas_retry() in fscache mode
Jingbo Xu
2022-11-14
1
-3
/
+7
|
*
|
erofs: fix use-after-free of fsid and domain_id string
Jingbo Xu
2022-11-10
4
-30
/
+37
|
*
|
erofs: get correct count for unmapped range in fscache mode
Jingbo Xu
2022-11-08
1
-3
/
+4
|
*
|
erofs: put metabuf in error path in fscache mode
Jingbo Xu
2022-11-08
1
-1
/
+3
[next]