index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
erofs
/
internal.h
Age
Commit message (
Expand
)
Author
2019-03-26
staging: erofs: support IO read error injection
Gao Xiang
2019-03-26
staging: erofs: introduce erofs_page_is_managed()
Gao Xiang
2019-03-22
staging: erofs: Use !x or x in place of NULL comparision
Bhanusree Pola
2019-02-20
staging: erofs: fix race of initializing xattrs of a inode at the same time
Gao Xiang
2019-01-18
staging: erofs: drop the extern prefix for function definitions
Gao Xiang
2019-01-18
staging: erofs: staticize erofs_shrink_count, erofs_shrink_scan
Gao Xiang
2019-01-18
staging: erofs: localize erofs_workgroup_get
Gao Xiang
2019-01-18
staging: erofs: sunset erofs_workstation_cleanup_all
Gao Xiang
2019-01-15
staging: erofs: clean up erofs_map_blocks_iter
Chao Yu
2019-01-15
staging: erofs: move erofs_xattr_handlers to xattr.h
Gao Xiang
2019-01-15
staging: erofs: remove unneeded inode_operations
Gao Xiang
2019-01-11
staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to he...
Jeremy Sowden
2019-01-07
staging: erofs: fix return type of erofs_workgroup_get
Gao Xiang
2018-12-07
staging: erofs: localize UNALLOCATED_CACHED_PAGE placeholder
Gao Xiang
2018-12-07
staging: erofs: introduce MNGD_MAPPING helper
Gao Xiang
2018-11-23
staging: erofs: add a full barrier in erofs_workgroup_unfreeze
Gao Xiang
2018-11-23
staging: erofs: fix `erofs_workgroup_{try_to_freeze, unfreeze}'
Gao Xiang
2018-11-23
staging: erofs: atomic_cond_read_relaxed on ref-locked workgroup
Gao Xiang
2018-11-23
staging: erofs: fix race when the managed cache is enabled
Gao Xiang
2018-11-23
staging: erofs: fix the definition of DBG_BUGON
Gao Xiang
2018-10-10
staging: erofs: harden inode lookup for 32-bit platforms
Gao Xiang
2018-10-09
staging: erofs: add the missing __init tags
Gao Xiang
2018-09-20
staging: erofs: cleanup `z_erofs_vle_normalaccess_readpages'
Gao Xiang
2018-09-20
staging: erofs: remove redundant CONFIG_EROFS_FS_XATTRs
Gao Xiang
2018-09-18
staging: erofs: code cleanup for erofs_kmalloc()
Chengguang Xu
2018-08-27
staging: erofs: fix potential overflow in erofs_grab_bio()
Chao Yu
2018-08-27
staging: erofs: add error handling for xattr submodule
Gao Xiang
2018-08-27
staging: erofs: separate erofs_get_meta_page
Gao Xiang
2018-08-27
staging: erofs: introduce erofs_grab_bio
Gao Xiang
2018-07-29
staging: erofs: fix compile error without built-in decompression support
Gao Xiang
2018-07-27
staging: erofs: introduce cached decompression
Gao Xiang
2018-07-27
staging: erofs: introduce VLE decompression support
Gao Xiang
2018-07-27
staging: erofs: introduce workstation for decompression
Gao Xiang
2018-07-27
staging: erofs: introduce erofs shrinker
Gao Xiang
2018-07-27
staging: erofs: introduce superblock registration
Gao Xiang
2018-07-27
staging: erofs: add a generic z_erofs VLE decompressor
Gao Xiang
2018-07-27
staging: erofs: globalize prepare_bio and __submit_bio
Gao Xiang
2018-07-27
staging: erofs: add erofs_allocpage
Gao Xiang
2018-07-27
staging: erofs: add erofs_map_blocks_iter
Gao Xiang
2018-07-27
staging: erofs: introduce error injection infrastructure
Chao Yu
2018-07-27
staging: erofs: support special inode
Chao Yu
2018-07-27
staging: erofs: introduce xattr & acl support
Gao Xiang
2018-07-27
staging: erofs: add erofs in-memory stuffs
Gao Xiang