summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs
Commit message (Expand)AuthorAgeFilesLines
...
* | staging: erofs: complete POSIX ACL supportGao Xiang2019-01-306-0/+59
* | staging: erofs: use xattr_prefix to wrap upGao Xiang2019-01-301-2/+1
* | staging: erofs: fix potential double iput in erofs_read_super()Chengguang Xu2019-01-251-6/+3
* | staging: erofs: drop the extern prefix for function definitionsGao Xiang2019-01-182-38/+33
* | staging: erofs: staticize erofs_shrink_count, erofs_shrink_scanGao Xiang2019-01-183-14/+11
* | staging: erofs: move shrink accounting inside the functionGao Xiang2019-01-181-10/+7
* | staging: erofs: localize erofs_workgroup_getGao Xiang2019-01-182-21/+19
* | staging: erofs: sunset erofs_workstation_cleanup_allGao Xiang2019-01-182-6/+2
* | staging: erofs: clean up erofs_map_blocks_iterChao Yu2019-01-153-54/+35
* | staging: erofs: move erofs_xattr_handlers to xattr.hGao Xiang2019-01-153-5/+3
* | staging: erofs: remove unneeded inode_operationsGao Xiang2019-01-154-58/+30
* | staging: erofs: fix fast symlink w/o xattr when fs xattr is onGao Xiang2019-01-152-9/+24
* | staging: erofs: add documentGao Xiang2019-01-151-0/+206
* | staging: erofs: Add identifier for function definition argumentsSidong Yang2019-01-111-4/+6
* | staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to he...Jeremy Sowden2019-01-113-8/+7
* | staging: erofs: fixed -Wmissing-prototype warnings by making functions static.Jeremy Sowden2019-01-113-8/+8
* | staging: erofs: fix return type of erofs_workgroup_getGao Xiang2019-01-071-1/+1
|/
* staging: erofs: Fix spelling issueAaron Strahlberger2018-12-121-2/+2
* staging: erofs: remove __EROFS_BITGao Xiang2018-12-121-5/+3
* staging: erofs: unzip_vle_lz4.c,utils.c: rectify BUG_ONsGao Xiang2018-12-122-7/+7
* staging: erofs: unzip_{pagevec.h,vle.c}: rectify BUG_ONsGao Xiang2018-12-122-21/+14
* staging: erofs: simplify `z_erofs_vle_submit_all'Gao Xiang2018-12-071-82/+113
* staging: erofs: redefine where `owned_workgrp_t' pointsGao Xiang2018-12-072-7/+9
* staging: erofs: refine compressed pages preload flowGao Xiang2018-12-071-43/+123
* staging: erofs: revisit the page submission flowGao Xiang2018-12-071-71/+112
* staging: erofs: localize UNALLOCATED_CACHED_PAGE placeholderGao Xiang2018-12-072-4/+8
* staging: erofs: introduce MNGD_MAPPING helperGao Xiang2018-12-072-16/+17
* staging: erofs: fix use-after-free of on-stack `z_erofs_vle_unzip_io'Gao Xiang2018-12-071-4/+9
* staging: erofs: update erofs-utils information in TODOGao Xiang2018-12-061-7/+8
* staging: erofs: {dir,inode,super}.c: rectify BUG_ONsGao Xiang2018-12-063-11/+19
* staging: erofs: rename strange variable names in z_erofs_vle_frontendGao Xiang2018-11-231-14/+11
* staging: erofs: decompress asynchronously if PG_readahead page at firstGao Xiang2018-11-231-1/+8
* staging: erofs: locked before registering for all new workgroupsGao Xiang2018-11-231-2/+7
* staging: erofs: separate into init_once / alwaysGao Xiang2018-11-231-5/+29
* staging: erofs: add a full barrier in erofs_workgroup_unfreezeGao Xiang2018-11-231-0/+5
* staging: erofs: fix `erofs_workgroup_{try_to_freeze, unfreeze}'Gao Xiang2018-11-231-16/+25
* staging: erofs: atomic_cond_read_relaxed on ref-locked workgroupGao Xiang2018-11-231-12/+18
* staging: erofs: fix race when the managed cache is enabledGao Xiang2018-11-232-39/+96
* staging: erofs: fix the definition of DBG_BUGONGao Xiang2018-11-231-1/+1
* staging: erofs: fix `trace_erofs_readpage' positionGao Xiang2018-11-231-2/+2
* staging: erofs: unzip_vle.c: Align parameter to the parentesisCristian Sicilia2018-11-201-5/+6
* staging: erofs: unzip_vle.c: Constant in comparison on right sideCristian Sicilia2018-11-201-4/+4
* staging: erofs: unzip_vle.c: Replace comparison to NULL.Cristian Sicilia2018-11-201-43/+43
* staging: erofs: fix undefined LZ4_decompress_safe_partial()Gao Xiang2018-11-091-1/+2
* staging: erofs: use the new LZ4_decompress_safe_partial()Gao Xiang2018-11-084-481/+24
* staging: erofs: Modify conditional checksBhagyashri P. Dighole2018-11-071-7/+7
* staging: erofs: Modify coding style alignmentsBhagyashri P. Dighole2018-11-071-25/+26
* staging: erofs: remove the redundant d_rehash() for the root dentryGao Xiang2018-11-051-6/+0
* Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-2914-464/+707
|\
| * staging: erofs: harden inode lookup for 32-bit platformsGao Xiang2018-10-102-1/+45