index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
erofs
/
internal.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
erofs: use struct lockref to replace handcrafted approach
Gao Xiang
2023-06-18
1
-36
/
+2
*
erofs: adapt managed inode operations into folios
Gao Xiang
2023-05-29
1
-1
/
+2
*
erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is off
Yue Hu
2023-05-23
1
-6
/
+7
*
erofs: cleanup i_format-related stuffs
Gao Xiang
2023-04-16
1
-14
/
+4
*
erofs: sunset erofs_dbg()
Gao Xiang
2023-04-16
1
-2
/
+0
*
erofs: fix potential overflow calculating xattr_isize
Jingbo Xu
2023-04-16
1
-1
/
+1
*
erofs: get rid of z_erofs_fill_inode()
Gao Xiang
2023-04-16
1
-2
/
+0
*
erofs: enable long extended attribute name prefixes
Jingbo Xu
2023-04-16
1
-0
/
+1
*
erofs: add helpers to load long xattr name prefixes
Jingbo Xu
2023-04-16
1
-0
/
+10
*
erofs: move packed inode out of the compression part
Jingbo Xu
2023-04-16
1
-1
/
+1
*
erofs: keep meta inode into erofs_buf
Gao Xiang
2023-04-16
1
-2
/
+4
*
erofs: initialize packed inode after root inode is assigned
Jingbo Xu
2023-04-16
1
-0
/
+1
*
erofs: support flattened block device for multi-blob images
Jia Zhu
2023-04-16
1
-0
/
+1
*
erofs: set block size to the on-disk block size
Jingbo Xu
2023-04-16
1
-9
/
+1
*
erofs: avoid hardcoded blocksize for subpage block support
Jingbo Xu
2023-04-16
1
-13
/
+7
*
erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __init
Yangtao Li
2023-03-09
1
-2
/
+2
*
Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-20
1
-97
/
+49
|
\
|
*
erofs: unify anonymous inodes for blob
Jingbo Xu
2023-02-15
1
-4
/
+3
|
*
erofs: maintain cookies of share domain in self-contained list
Jingbo Xu
2023-02-15
1
-0
/
+4
|
*
erofs: remove unused EROFS_GET_BLOCKS_RAW flag
Jingbo Xu
2023-02-15
1
-6
/
+4
|
*
erofs: tidy up internal.h
Gao Xiang
2023-02-15
1
-56
/
+28
|
*
erofs: get rid of erofs_inode_datablocks()
Gao Xiang
2023-02-15
1
-6
/
+0
|
*
erofs: simplify iloc()
Gao Xiang
2023-02-15
1
-7
/
+9
|
*
erofs: remove linux/buffer_head.h dependency
Gao Xiang
2023-02-15
1
-14
/
+6
|
*
erofs: clean up erofs_iget()
Gao Xiang
2023-02-15
1
-9
/
+0
*
|
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
/
*
erofs: use kmap_local_page() only for erofs_bread()
Gao Xiang
2022-12-07
1
-2
/
+1
*
erofs: check the uniqueness of fsid in shared domain in advance
Hou Tao
2022-12-07
1
-2
/
+8
*
erofs: fix use-after-free of fsid and domain_id string
Jingbo Xu
2022-11-10
1
-2
/
+4
*
erofs: clean up erofs_iget()
Gao Xiang
2022-09-27
1
-1
/
+1
*
erofs: clean up unnecessary code and comments
Gao Xiang
2022-09-27
1
-2
/
+0
*
erofs: introduce partial-referenced pclusters
Gao Xiang
2022-09-26
1
-0
/
+4
*
erofs: support on-disk compressed fragments data
Yue Hu
2022-09-26
1
-3
/
+13
*
erofs: support interlaced uncompressed data for compressed files
Yue Hu
2022-09-23
1
-0
/
+1
*
erofs: Support sharing cookies in the same domain
Jia Zhu
2022-09-20
1
-0
/
+3
*
erofs: introduce a pseudo mnt to manage shared cookies
Jia Zhu
2022-09-20
1
-0
/
+1
*
erofs: introduce fscache-based domain
Jia Zhu
2022-09-20
1
-0
/
+9
*
erofs: code clean up for fscache
Jia Zhu
2022-09-20
1
-10
/
+9
*
erofs: fix pcluster use-after-free on UP platforms
Gao Xiang
2022-09-05
1
-29
/
+0
*
erofs: implement fscache-based data read for non-inline layout
Jeffle Xu
2022-05-17
1
-0
/
+2
*
erofs: register fscache context for extra data blobs
Jeffle Xu
2022-05-17
1
-0
/
+2
*
erofs: register fscache context for primary data blob
Jeffle Xu
2022-05-17
1
-0
/
+1
*
erofs: add anonymous inode caching metadata for data blobs
Jeffle Xu
2022-05-17
1
-2
/
+4
*
erofs: add fscache context helper functions
Jeffle Xu
2022-05-17
1
-0
/
+19
*
erofs: register fscache volume
Jeffle Xu
2022-05-17
1
-0
/
+16
*
erofs: add fscache mode check helper
Jeffle Xu
2022-05-17
1
-0
/
+5
*
erofs: make erofs_map_blocks() generally available
Jeffle Xu
2022-05-17
1
-0
/
+2
*
erofs: make filesystem exportable
Hongnan Li
2022-05-17
1
-1
/
+1
*
erofs: remove obsoleted comments
Gao Xiang
2022-05-17
1
-25
/
+0
*
erofs: use meta buffers for reading directories
Gao Xiang
2022-03-16
1
-0
/
+2
[next]