summaryrefslogtreecommitdiff
path: root/drivers/staging/erofs
AgeCommit message (Expand)Author
2019-01-18staging: erofs: drop the extern prefix for function definitionsGao Xiang
2019-01-18staging: erofs: staticize erofs_shrink_count, erofs_shrink_scanGao Xiang
2019-01-18staging: erofs: move shrink accounting inside the functionGao Xiang
2019-01-18staging: erofs: localize erofs_workgroup_getGao Xiang
2019-01-18staging: erofs: sunset erofs_workstation_cleanup_allGao Xiang
2019-01-15staging: erofs: clean up erofs_map_blocks_iterChao Yu
2019-01-15staging: erofs: move erofs_xattr_handlers to xattr.hGao Xiang
2019-01-15staging: erofs: remove unneeded inode_operationsGao Xiang
2019-01-15staging: erofs: fix fast symlink w/o xattr when fs xattr is onGao Xiang
2019-01-15staging: erofs: add documentGao Xiang
2019-01-11staging: erofs: Add identifier for function definition argumentsSidong Yang
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to he...Jeremy Sowden
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by making functions static.Jeremy Sowden
2019-01-07staging: erofs: fix return type of erofs_workgroup_getGao Xiang
2018-12-12staging: erofs: Fix spelling issueAaron Strahlberger
2018-12-12staging: erofs: remove __EROFS_BITGao Xiang
2018-12-12staging: erofs: unzip_vle_lz4.c,utils.c: rectify BUG_ONsGao Xiang
2018-12-12staging: erofs: unzip_{pagevec.h,vle.c}: rectify BUG_ONsGao Xiang
2018-12-07staging: erofs: simplify `z_erofs_vle_submit_all'Gao Xiang
2018-12-07staging: erofs: redefine where `owned_workgrp_t' pointsGao Xiang
2018-12-07staging: erofs: refine compressed pages preload flowGao Xiang
2018-12-07staging: erofs: revisit the page submission flowGao Xiang
2018-12-07staging: erofs: localize UNALLOCATED_CACHED_PAGE placeholderGao Xiang
2018-12-07staging: erofs: introduce MNGD_MAPPING helperGao Xiang
2018-12-07staging: erofs: fix use-after-free of on-stack `z_erofs_vle_unzip_io'Gao Xiang
2018-12-06staging: erofs: update erofs-utils information in TODOGao Xiang
2018-12-06staging: erofs: {dir,inode,super}.c: rectify BUG_ONsGao Xiang
2018-11-23staging: erofs: rename strange variable names in z_erofs_vle_frontendGao Xiang
2018-11-23staging: erofs: decompress asynchronously if PG_readahead page at firstGao Xiang
2018-11-23staging: erofs: locked before registering for all new workgroupsGao Xiang
2018-11-23staging: erofs: separate into init_once / alwaysGao Xiang
2018-11-23staging: erofs: add a full barrier in erofs_workgroup_unfreezeGao Xiang
2018-11-23staging: erofs: fix `erofs_workgroup_{try_to_freeze, unfreeze}'Gao Xiang
2018-11-23staging: erofs: atomic_cond_read_relaxed on ref-locked workgroupGao Xiang
2018-11-23staging: erofs: fix race when the managed cache is enabledGao Xiang
2018-11-23staging: erofs: fix the definition of DBG_BUGONGao Xiang
2018-11-23staging: erofs: fix `trace_erofs_readpage' positionGao Xiang
2018-11-20staging: erofs: unzip_vle.c: Align parameter to the parentesisCristian Sicilia
2018-11-20staging: erofs: unzip_vle.c: Constant in comparison on right sideCristian Sicilia
2018-11-20staging: erofs: unzip_vle.c: Replace comparison to NULL.Cristian Sicilia
2018-11-09staging: erofs: fix undefined LZ4_decompress_safe_partial()Gao Xiang
2018-11-08staging: erofs: use the new LZ4_decompress_safe_partial()Gao Xiang
2018-11-07staging: erofs: Modify conditional checksBhagyashri P. Dighole
2018-11-07staging: erofs: Modify coding style alignmentsBhagyashri P. Dighole
2018-11-05staging: erofs: remove the redundant d_rehash() for the root dentryGao Xiang
2018-10-29Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-25Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-10-10clean erofs_lookup()Al Viro
2018-10-10staging: erofs: harden inode lookup for 32-bit platformsGao Xiang