index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
erofs
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
erofs: don't warn dedupe and fragments features anymore
sunshijie
2023-08-23
1
-4
/
+0
*
erofs: remove redundant erofs_fs_type declaration in super.c
Ferry Meng
2023-08-23
1
-1
/
+0
*
erofs: add necessary kmem_cache_create flags for erofs inode cache
Ferry Meng
2023-08-23
1
-3
/
+3
*
erofs: clean up redundant comment and adjust code alignment
Ferry Meng
2023-08-23
1
-18
/
+4
*
erofs: boost negative xattr lookup with bloom filter
Jingbo Xu
2023-08-11
1
-0
/
+1
*
erofs: DEFLATE compression support
Gao Xiang
2023-08-11
1
-0
/
+10
*
erofs: drop unnecessary WARN_ON() in erofs_kill_sb()
Gao Xiang
2023-08-01
1
-2
/
+0
*
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-26
1
-3
/
+4
|
\
|
*
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
1
-1
/
+1
|
*
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-06-12
1
-3
/
+4
|
*
block: introduce holder ops
Christoph Hellwig
2023-06-05
1
-1
/
+1
*
|
erofs: remove unnecessary goto
Yangtao Li
2023-06-22
1
-5
/
+2
*
|
erofs: adapt managed inode operations into folios
Gao Xiang
2023-05-29
1
-62
/
+0
|
/
*
erofs: enable long extended attribute name prefixes
Jingbo Xu
2023-04-17
1
-0
/
+7
*
erofs: add helpers to load long xattr name prefixes
Jingbo Xu
2023-04-17
1
-3
/
+3
*
erofs: move packed inode out of the compression part
Jingbo Xu
2023-04-17
1
-3
/
+1
*
erofs: keep meta inode into erofs_buf
Gao Xiang
2023-04-17
1
-3
/
+3
*
erofs: initialize packed inode after root inode is assigned
Jingbo Xu
2023-04-17
1
-11
/
+11
*
erofs: don't warn ztailpacking feature anymore
Yue Hu
2023-04-17
1
-2
/
+0
*
erofs: support flattened block device for multi-blob images
Jia Zhu
2023-04-17
1
-1
/
+4
*
erofs: set block size to the on-disk block size
Jingbo Xu
2023-04-17
1
-16
/
+29
*
erofs: avoid hardcoded blocksize for subpage block support
Jingbo Xu
2023-04-17
1
-11
/
+16
*
erofs: unify anonymous inodes for blob
Jingbo Xu
2023-02-15
1
-0
/
+2
*
erofs: remove linux/buffer_head.h dependency
Gao Xiang
2023-02-15
1
-1
/
+0
*
erofs: clean up parsing of fscache related options
Jingbo Xu
2023-01-16
1
-7
/
+6
*
erofs: check the uniqueness of fsid in shared domain in advance
Hou Tao
2022-12-07
1
-1
/
+1
*
erofs: fix use-after-free of fsid and domain_id string
Jingbo Xu
2022-11-10
1
-17
/
+22
*
erofs: clean up erofs_iget()
Gao Xiang
2022-09-27
1
-4
/
+4
*
erofs: introduce partial-referenced pclusters
Gao Xiang
2022-09-26
1
-0
/
+2
*
erofs: support on-disk compressed fragments data
Yue Hu
2022-09-26
1
-0
/
+15
*
erofs: introduce 'domain_id' mount option
Jia Zhu
2022-09-20
1
-0
/
+17
*
erofs: introduce a pseudo mnt to manage shared cookies
Jia Zhu
2022-09-20
1
-2
/
+31
*
erofs: code clean up for fscache
Jia Zhu
2022-09-20
1
-13
/
+8
*
erofs: use kill_anon_super() to kill super in fscache mode
Jia Zhu
2022-09-20
1
-1
/
+1
*
dax: introduce holder for dax_device
Shiyang Ruan
2022-07-17
1
-4
/
+6
*
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-24
1
-8
/
+8
|
\
|
*
erofs: Convert to release_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-8
/
+8
*
|
erofs: scan devices from device table
Jeffle Xu
2022-05-18
1
-33
/
+69
*
|
erofs: add 'fsid' mount option
Jeffle Xu
2022-05-18
1
-1
/
+30
*
|
erofs: implement fscache-based data readahead
Jeffle Xu
2022-05-18
1
-0
/
+4
*
|
erofs: register fscache context for extra data blobs
Jeffle Xu
2022-05-18
1
-1
/
+7
*
|
erofs: register fscache context for primary data blob
Jeffle Xu
2022-05-18
1
-4
/
+11
*
|
erofs: register fscache volume
Jeffle Xu
2022-05-18
1
-0
/
+5
*
|
erofs: add fscache mode check helper
Jeffle Xu
2022-05-18
1
-15
/
+29
*
|
erofs: support idmapped mounts
Chao Yu
2022-05-17
1
-1
/
+1
*
|
erofs: make filesystem exportable
Hongnan Li
2022-05-17
1
-0
/
+40
|
/
*
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-9
/
+8
|
\
|
*
erofs: Convert from invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-9
/
+8
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-03-22
1
-1
/
+1
|
\
\
|
*
|
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
1
-1
/
+1
|
|
/
[next]