aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-20staging: erofs: fix race of initializing xattrs of a inode at the same timeGao Xiang1-3/+8
2019-01-18staging: erofs: drop the extern prefix for function definitionsGao Xiang1-26/+21
2019-01-18staging: erofs: staticize erofs_shrink_count, erofs_shrink_scanGao Xiang1-4/+1
2019-01-18staging: erofs: localize erofs_workgroup_getGao Xiang1-21/+0
2019-01-18staging: erofs: sunset erofs_workstation_cleanup_allGao Xiang1-5/+0
2019-01-15staging: erofs: clean up erofs_map_blocks_iterChao Yu1-13/+15
2019-01-15staging: erofs: move erofs_xattr_handlers to xattr.hGao Xiang1-5/+0
2019-01-15staging: erofs: remove unneeded inode_operationsGao Xiang1-24/+18
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to header file.Jeremy Sowden1-0/+7
2019-01-07staging: erofs: fix return type of erofs_workgroup_getGao Xiang1-1/+1
2018-12-07staging: erofs: localize UNALLOCATED_CACHED_PAGE placeholderGao Xiang1-2/+0
2018-12-07staging: erofs: introduce MNGD_MAPPING helperGao Xiang1-0/+4
2018-11-23staging: erofs: add a full barrier in erofs_workgroup_unfreezeGao Xiang1-0/+5
2018-11-23staging: erofs: fix `erofs_workgroup_{try_to_freeze, unfreeze}'Gao Xiang1-16/+25
2018-11-23staging: erofs: atomic_cond_read_relaxed on ref-locked workgroupGao Xiang1-12/+18
2018-11-23staging: erofs: fix race when the managed cache is enabledGao Xiang1-0/+1
2018-11-23staging: erofs: fix the definition of DBG_BUGONGao Xiang1-1/+1
2018-10-10staging: erofs: harden inode lookup for 32-bit platformsGao Xiang1-0/+9
2018-10-09staging: erofs: add the missing __init tagsGao Xiang1-0/+6
2018-09-20staging: erofs: cleanup `z_erofs_vle_normalaccess_readpages'Gao Xiang1-0/+11
2018-09-20staging: erofs: remove redundant CONFIG_EROFS_FS_XATTRsGao Xiang1-4/+2
2018-09-18staging: erofs: code cleanup for erofs_kmalloc()Chengguang Xu1-3/+10
2018-08-27staging: erofs: fix potential overflow in erofs_grab_bio()Chao Yu1-1/+1
2018-08-27staging: erofs: add error handling for xattr submoduleGao Xiang1-3/+3
2018-08-27staging: erofs: separate erofs_get_meta_pageGao Xiang1-5/+25
2018-08-27staging: erofs: introduce erofs_grab_bioGao Xiang1-18/+18
2018-07-29staging: erofs: fix compile error without built-in decompression supportGao Xiang1-2/+2
2018-07-27staging: erofs: introduce cached decompressionGao Xiang1-0/+26
2018-07-27staging: erofs: introduce VLE decompression supportGao Xiang1-0/+6
2018-07-27staging: erofs: introduce workstation for decompressionGao Xiang1-0/+93
2018-07-27staging: erofs: introduce erofs shrinkerGao Xiang1-0/+7
2018-07-27staging: erofs: introduce superblock registrationGao Xiang1-0/+6
2018-07-27staging: erofs: add a generic z_erofs VLE decompressorGao Xiang1-0/+5
2018-07-27staging: erofs: globalize prepare_bio and __submit_bioGao Xiang1-0/+33
2018-07-27staging: erofs: add erofs_allocpageGao Xiang1-0/+7
2018-07-27staging: erofs: add erofs_map_blocks_iterGao Xiang1-0/+12
2018-07-27staging: erofs: introduce error injection infrastructureChao Yu1-0/+57
2018-07-27staging: erofs: support special inodeChao Yu1-0/+1
2018-07-27staging: erofs: introduce xattr & acl supportGao Xiang1-0/+22
2018-07-27staging: erofs: add erofs in-memory stuffsGao Xiang1-0/+281