Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b53ac8b89157b5ff5d46c07eaa8b12e9d4e63b34
/
fs
/
erofs
/
super.c
f57a3fe
erofs: convert to use the new mount fs_context api
by Chao Yu
· 4 years, 7 months ago
e7cda1e
erofs: code cleanup by removing ifdef macro surrounding
by Chengguang Xu
· 4 years, 7 months ago
64094a0
erofs: convert workstn to XArray
by Gao Xiang
· 4 years, 11 months ago
3dcb5fa
erofs: remove unnecessary output in erofs_show_options()
by Chengguang Xu
· 5 years ago
b858a48
erofs: support superblock checksum
by Pratik Shinde
· 5 years ago
517d6b9
erofs: fix return value check in erofs_read_superblock()
by Wei Yongjun
· 5 years ago
fe7c242
erofs: use read_mapping_page instead of sb_bread
by Gao Xiang
· 5 years ago
4f761fa
erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}
by Gao Xiang
· 5 years ago
e2c71e7
erofs: kill all erofs specific fault injection
by Gao Xiang
· 5 years ago
99634bf
erofs: add "erofs_" prefix for common and short functions
by Gao Xiang
· 5 years ago
688a5f2
erofs: kill verbose debug info in erofs_fill_super
by Gao Xiang
· 5 years ago
0259f20
erofs: use dsb instead of layout for ondisk super_block
by Gao Xiang
· 5 years ago
a2c75c8
erofs: better erofs symlink stuffs
by Gao Xiang
· 5 years ago
a5876e2
erofs: use erofs_inode naming
by Gao Xiang
· 5 years ago
1c2dfbf
erofs: kill erofs_{init,exit}_inode_cache
by Gao Xiang
· 5 years ago
8a76568
erofs: better naming for erofs inode related stuffs
by Gao Xiang
· 5 years ago
426a930
erofs: use feature_incompat rather than requirements
by Gao Xiang
· 5 years ago
8d8a09b
erofs: remove all likely/unlikely annotations
by Gao Xiang
· 5 years ago
47e4937
erofs: move erofs out of staging
by Gao Xiang
· 5 years ago
[Renamed (99%) from drivers/staging/erofs/super.c]
a64d949
staging: erofs: refuse to mount images with malformed volume name
by Gao Xiang
· 5 years ago
bc33d9f
staging: erofs: update super.c
by Gao Xiang
· 5 years ago
4279f3f
staging: erofs: turn cache strategies into mount options
by Gao Xiang
· 5 years ago
eace994
staging: erofs: remove clusterbits in sbi
by Gao Xiang
· 5 years ago
8494c29
staging: erofs: drop __GFP_NOFAIL for managed inode
by Gao Xiang
· 5 years ago
8f7acda
staging: erofs: kill all failure handling in fill_super()
by Gao Xiang
· 5 years ago
9e794de
staging: erofs: kill sbi->dev_name
by Gao Xiang
· 5 years ago
22fe04a
staging: erofs: clean up shrinker stuffs
by Gao Xiang
· 5 years ago
22ee134
staging: erofs: remove redundant #include "internal.h"
by Gao Xiang
· 5 years ago
14f362b
staging: erofs: clean up internal.h
by Gao Xiang
· 5 years ago
29b24f6
staging: erofs: update source file headers
by Gao Xiang
· 5 years ago
2ac3b36
staging: erofs: Remove function erofs_kill_sb()
by Nishka Dasgupta
· 5 years ago
a9f69bd
staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr)
by Shobhit Kukreti
· 6 years ago
5efe513
staging: erofs: add requirements field in superblock
by Gao Xiang
· 6 years ago
f2dcb88
staging: erofs: set sb->s_root to NULL when failing from __getname()
by Chengguang Xu
· 6 years ago
e0dccbd
Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 6 years ago
25af6c4
erofs: switch to ->free_inode()
by Al Viro
· 6 years ago
14a56ec
staging: erofs: support IO read error injection
by Gao Xiang
· 6 years ago
561fb35
staging: erofs: Use !x or x in place of NULL comparision
by Bhanusree Pola
· 6 years ago
e2ff9f1
staging: erofs: Replace NULL comparisons
by Vatsala Narang
· 6 years ago
447a362
staging: erofs: fix parenthesis alignment
by Julian Merida
· 6 years ago
516c115c
staging: erofs: complete POSIX ACL support
by Gao Xiang
· 6 years ago
94832d9
staging: erofs: fix potential double iput in erofs_read_super()
by Chengguang Xu
· 6 years ago
d55bc7b
staging: erofs: staticize erofs_shrink_count, erofs_shrink_scan
by Gao Xiang
· 6 years ago
61c9314
staging: erofs: sunset erofs_workstation_cleanup_all
by Gao Xiang
· 6 years ago
6af7b48
staging: erofs: move erofs_xattr_handlers to xattr.h
by Gao Xiang
· 6 years ago
8b987bc
staging: erofs: {dir,inode,super}.c: rectify BUG_ONs
by Gao Xiang
· 6 years ago
e9c8924
staging: erofs: remove the redundant d_rehash() for the root dentry
by Gao Xiang
· 6 years ago
0a0b7e6
staging: erofs: add the missing __init tags
by Gao Xiang
· 6 years ago
d41076e
staging: erofs: option validation in remount
by Chengguang Xu
· 6 years ago
2ab3dd8
staging: erofs: code cleanup for erofs_show_options()
by Chengguang Xu
· 6 years ago
01e4ae4
staging: erofs: code cleanup for option parsing of fault_injection
by Chengguang Xu
· 6 years ago
5fb76bb
staging: erofs: cleanup `z_erofs_vle_normalaccess_readpages'
by Gao Xiang
· 6 years ago
6bec520
staging: erofs: avoid magic constants when initializing clusterbits
by Gao Xiang
· 6 years ago
7dc0743
Merge 4.19-rc4 into staging-next
by Greg Kroah-Hartman
· 6 years ago
064ee3c
staging: erofs: surround fault_injection ralted option parsing using CONFIG_EROFS_FAULT_INJECTION
by Chengguang Xu
· 6 years ago
7dd68b1
staging: erofs: use explicit unsigned int type
by Thomas Weißschuh
· 6 years ago
5f0abea
staging: erofs: rename superblock flags (MS_xyz -> SB_xyz)
by Gao Xiang
· 6 years ago
47e541a
staging: erofs: fix compile error without built-in decompression support
by Gao Xiang
· 6 years ago
105d4ad
staging: erofs: introduce cached decompression
by Gao Xiang
· 6 years ago
3883a79
staging: erofs: introduce VLE decompression support
by Gao Xiang
· 6 years ago
e7e9a30
staging: erofs: introduce workstation for decompression
by Gao Xiang
· 6 years ago
a158131
staging: erofs: introduce erofs shrinker
by Gao Xiang
· 6 years ago
2497ee4
staging: erofs: introduce superblock registration
by Gao Xiang
· 6 years ago
13f06f4
staging: erofs: support tracepoint
by Chao Yu
· 6 years ago
9c07b3b
staging: erofs: introduce error injection infrastructure
by Chao Yu
· 6 years ago
b17500a
staging: erofs: introduce xattr & acl support
by Gao Xiang
· 6 years ago
ba2b77a
staging: erofs: add super block operations
by Gao Xiang
· 6 years ago