summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs
Commit message (Expand)AuthorAgeFilesLines
* staging: erofs: Fix spelling issueAaron Strahlberger2018-12-121-2/+2
* staging: erofs: remove __EROFS_BITGao Xiang2018-12-121-5/+3Star
* 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/+14Star
* 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/+11Star
* 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/+24Star
* 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/+0Star
* 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
| * staging: erofs: add the missing __init tagsGao Xiang2018-10-093-13/+8Star
| * staging: erofs: option validation in remountChengguang Xu2018-09-201-6/+31
| * staging: erofs: code cleanup for erofs_show_options()Chengguang Xu2018-09-201-3/+11
| * staging: erofs: code cleanup for option parsing of fault_injectionChengguang Xu2018-09-201-13/+21
| * staging: erofs: simplify return value of `xattr_foreach'Gao Xiang2018-09-201-15/+9Star
| * staging: erofs: add some comments for xattr subsystemGao Xiang2018-09-201-1/+12
| * staging: erofs: cleanup `z_erofs_vle_normalaccess_readpages'Gao Xiang2018-09-203-14/+22
| * staging: erofs: drop multiref support temporarilyGao Xiang2018-09-202-42/+6Star
| * staging: erofs: fold in `__update_workgrp_llen'Gao Xiang2018-09-201-13/+7Star
| * staging: erofs: remove redundant CONFIG_EROFS_FS_XATTRsGao Xiang2018-09-202-10/+2Star
| * staging: erofs: replace BUG_ON with DBG_BUGON in data.cChen Gong2018-09-181-11/+20
| * staging: erofs: add trace points for reading zipped dataChen Gong2018-09-182-2/+29
| * staging: erofs: avoid magic constants when initializing clusterbitsGao Xiang2018-09-181-2/+3
| * staging: erofs: complete error handing of z_erofs_do_read_pageGao Xiang2018-09-181-9/+11
| * staging: erofs: fix a bug when appling cache strategyGao Xiang2018-09-181-1/+1
| * staging: erofs: complete error handing of z_erofs_map_blocks_iterGao Xiang2018-09-181-9/+26
| * staging: erofs: clean up z_erofs_map_blocks_iterGao Xiang2018-09-181-62/+78