summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs
AgeCommit message (Expand)AuthorFilesLines
2019-01-18staging: erofs: drop the extern prefix for function definitionsGao Xiang2-38/+33
2019-01-18staging: erofs: staticize erofs_shrink_count, erofs_shrink_scanGao Xiang3-14/+11
2019-01-18staging: erofs: move shrink accounting inside the functionGao Xiang1-10/+7
2019-01-18staging: erofs: localize erofs_workgroup_getGao Xiang2-21/+19
2019-01-18staging: erofs: sunset erofs_workstation_cleanup_allGao Xiang2-6/+2
2019-01-15staging: erofs: clean up erofs_map_blocks_iterChao Yu3-54/+35
2019-01-15staging: erofs: move erofs_xattr_handlers to xattr.hGao Xiang3-5/+3
2019-01-15staging: erofs: remove unneeded inode_operationsGao Xiang4-58/+30
2019-01-15staging: erofs: fix fast symlink w/o xattr when fs xattr is onGao Xiang2-9/+24
2019-01-15staging: erofs: add documentGao Xiang1-0/+206
2019-01-11staging: erofs: Add identifier for function definition argumentsSidong Yang1-4/+6
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to he...Jeremy Sowden3-8/+7
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by making functions static.Jeremy Sowden3-8/+8
2019-01-07staging: erofs: fix return type of erofs_workgroup_getGao Xiang1-1/+1
2018-12-12staging: erofs: Fix spelling issueAaron Strahlberger1-2/+2
2018-12-12staging: erofs: remove __EROFS_BITGao Xiang1-5/+3
2018-12-12staging: erofs: unzip_vle_lz4.c,utils.c: rectify BUG_ONsGao Xiang2-7/+7
2018-12-12staging: erofs: unzip_{pagevec.h,vle.c}: rectify BUG_ONsGao Xiang2-21/+14
2018-12-07staging: erofs: simplify `z_erofs_vle_submit_all'Gao Xiang1-82/+113
2018-12-07staging: erofs: redefine where `owned_workgrp_t' pointsGao Xiang2-7/+9
2018-12-07staging: erofs: refine compressed pages preload flowGao Xiang1-43/+123
2018-12-07staging: erofs: revisit the page submission flowGao Xiang1-71/+112
2018-12-07staging: erofs: localize UNALLOCATED_CACHED_PAGE placeholderGao Xiang2-4/+8
2018-12-07staging: erofs: introduce MNGD_MAPPING helperGao Xiang2-16/+17
2018-12-07staging: erofs: fix use-after-free of on-stack `z_erofs_vle_unzip_io'Gao Xiang1-4/+9
2018-12-06staging: erofs: update erofs-utils information in TODOGao Xiang1-7/+8
2018-12-06staging: erofs: {dir,inode,super}.c: rectify BUG_ONsGao Xiang3-11/+19
2018-11-23staging: erofs: rename strange variable names in z_erofs_vle_frontendGao Xiang1-14/+11
2018-11-23staging: erofs: decompress asynchronously if PG_readahead page at firstGao Xiang1-1/+8
2018-11-23staging: erofs: locked before registering for all new workgroupsGao Xiang1-2/+7
2018-11-23staging: erofs: separate into init_once / alwaysGao Xiang1-5/+29
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 Xiang2-39/+96
2018-11-23staging: erofs: fix the definition of DBG_BUGONGao Xiang1-1/+1
2018-11-23staging: erofs: fix `trace_erofs_readpage' positionGao Xiang1-2/+2
2018-11-20staging: erofs: unzip_vle.c: Align parameter to the parentesisCristian Sicilia1-5/+6
2018-11-20staging: erofs: unzip_vle.c: Constant in comparison on right sideCristian Sicilia1-4/+4
2018-11-20staging: erofs: unzip_vle.c: Replace comparison to NULL.Cristian Sicilia1-43/+43
2018-11-09staging: erofs: fix undefined LZ4_decompress_safe_partial()Gao Xiang1-1/+2
2018-11-08staging: erofs: use the new LZ4_decompress_safe_partial()Gao Xiang4-481/+24
2018-11-07staging: erofs: Modify conditional checksBhagyashri P. Dighole1-7/+7
2018-11-07staging: erofs: Modify coding style alignmentsBhagyashri P. Dighole1-25/+26
2018-11-05staging: erofs: remove the redundant d_rehash() for the root dentryGao Xiang1-6/+0
2018-10-29Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-464/+707
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-12/+6
2018-10-25Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-12/+7
2018-10-10clean erofs_lookup()Al Viro1-12/+7
2018-10-10staging: erofs: harden inode lookup for 32-bit platformsGao Xiang2-1/+45