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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-11-07
1
-0
/
+1
|
\
|
*
exportfs: make ->encode_fh() a mandatory method for NFS export
Amir Goldstein
2023-10-28
1
-0
/
+1
*
|
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-11-02
1
-7
/
+12
|
\
\
|
*
|
erofs: dynamically allocate the erofs-shrinker
Qi Zheng
2023-10-04
1
-7
/
+12
*
|
|
Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-11-02
10
-135
/
+88
|
\
\
\
|
*
|
|
erofs: fix erofs_insert_workgroup() lockref usage
Gao Xiang
2023-10-31
2
-7
/
+2
|
*
|
|
erofs: tidy up redundant includes
Ferry Meng
2023-10-31
6
-8
/
+2
|
*
|
|
erofs: get rid of ROOT_NID()
Ferry Meng
2023-10-31
2
-5
/
+3
|
*
|
|
erofs: simplify compression configuration parser
Gao Xiang
2023-10-31
6
-108
/
+79
|
*
|
|
erofs: don't warn MicroLZMA format anymore
Gao Xiang
2023-10-31
2
-7
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-30
1
-1
/
+2
|
\
\
\
|
*
|
|
erofs: convert to new timestamp accessors
Jeff Layton
2023-10-18
1
-1
/
+2
|
|
/
/
*
|
|
Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-30
2
-3
/
+3
|
\
\
\
|
*
|
|
erofs: move erofs_xattr_handlers and xattr_handler_map to .rodata
Wedson Almeida Filho
2023-10-09
2
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
erofs: Convert to use bdev_open_by_path()
Jan Kara
2023-10-28
3
-13
/
+13
|
|
/
|
/
|
*
|
erofs: allow empty device tags in flatdev mode
Jingbo Xu
2023-09-19
1
-1
/
+1
*
|
erofs: fix memory leak of LZMA global compressed deduplication
Gao Xiang
2023-09-11
1
-1
/
+4
|
/
*
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-29
1
-3
/
+3
|
\
|
*
mm: remove enum page_entry_size
Matthew Wilcox (Oracle)
2023-08-24
1
-3
/
+3
*
|
Merge tag 'erofs-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-08-28
11
-190
/
+459
|
\
\
|
*
|
erofs: release ztailpacking pclusters properly
Jingbo Xu
2023-08-23
1
-1
/
+4
|
*
|
erofs: don't warn dedupe and fragments features anymore
sunshijie
2023-08-23
1
-4
/
+0
|
*
|
erofs: adapt folios for z_erofs_read_folio()
Gao Xiang
2023-08-23
1
-5
/
+4
|
*
|
erofs: adapt folios for z_erofs_readahead()
Gao Xiang
2023-08-23
1
-17
/
+15
|
*
|
erofs: get rid of fe->backmost for cache decompression
Gao Xiang
2023-08-23
1
-5
/
+2
|
*
|
erofs: drop z_erofs_page_mark_eio()
Gao Xiang
2023-08-23
1
-20
/
+9
|
*
|
erofs: tidy up z_erofs_do_read_page()
Gao Xiang
2023-08-23
1
-29
/
+24
|
*
|
erofs: move preparation logic into z_erofs_pcluster_begin()
Gao Xiang
2023-08-23
1
-33
/
+27
|
*
|
erofs: avoid obsolete {collector,collection} terms
Gao Xiang
2023-08-23
1
-21
/
+18
|
*
|
erofs: simplify z_erofs_read_fragment()
Gao Xiang
2023-08-23
1
-26
/
+13
|
*
|
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: refine warning messages for zdata I/Os
Ferry Meng
2023-08-23
1
-14
/
+9
|
*
|
erofs: boost negative xattr lookup with bloom filter
Jingbo Xu
2023-08-11
4
-0
/
+19
|
*
|
erofs: update on-disk format for xattr name filter
Jingbo Xu
2023-08-11
1
-2
/
+8
|
*
|
erofs: DEFLATE compression support
Gao Xiang
2023-08-11
9
-2
/
+311
*
|
|
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-28
1
-9
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fs: pass the request_mask to generic_fillattr
Jeff Layton
2023-08-09
1
-1
/
+1
|
*
|
erofs: convert to ctime accessor functions
Jeff Layton
2023-07-13
1
-8
/
+4
*
|
|
erofs: drop unnecessary WARN_ON() in erofs_kill_sb()
Gao Xiang
2023-08-01
1
-2
/
+0
*
|
|
erofs: fix wrong primary bvec selection on deduplicated extents
Gao Xiang
2023-08-01
1
-3
/
+4
|
|
/
|
/
|
*
|
erofs: fix fsdax unavailability for chunk-based regular files
Xin Yin
2023-07-12
1
-1
/
+2
*
|
erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF
Chunhai Guo
2023-07-12
1
-1
/
+1
*
|
erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...
Chunhai Guo
2023-07-12
1
-1
/
+1
*
|
erofs: simplify z_erofs_transform_plain()
Gao Xiang
2023-07-12
1
-11
/
+8
*
|
erofs: get rid of the remaining kmap_atomic()
Gao Xiang
2023-07-12
1
-9
/
+9
|
/
*
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
[next]