aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/stagingLinus 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/viro/vfsLinus 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
2018-10-09staging: erofs: add the missing __init tagsGao Xiang3-13/+8
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-12/+6
2018-09-20staging: erofs: option validation in remountChengguang Xu1-6/+31
2018-09-20staging: erofs: code cleanup for erofs_show_options()Chengguang Xu1-3/+11
2018-09-20staging: erofs: code cleanup for option parsing of fault_injectionChengguang Xu1-13/+21
2018-09-20staging: erofs: simplify return value of `xattr_foreach'Gao Xiang1-15/+9
2018-09-20staging: erofs: add some comments for xattr subsystemGao Xiang1-1/+12
2018-09-20staging: erofs: cleanup `z_erofs_vle_normalaccess_readpages'Gao Xiang3-14/+22
2018-09-20staging: erofs: drop multiref support temporarilyGao Xiang2-42/+6
2018-09-20staging: erofs: fold in `__update_workgrp_llen'Gao Xiang1-13/+7
2018-09-20staging: erofs: remove redundant CONFIG_EROFS_FS_XATTRsGao Xiang2-10/+2
2018-09-18staging: erofs: replace BUG_ON with DBG_BUGON in data.cChen Gong1-11/+20
2018-09-18staging: erofs: add trace points for reading zipped dataChen Gong2-2/+29
2018-09-18staging: erofs: avoid magic constants when initializing clusterbitsGao Xiang1-2/+3