summaryrefslogtreecommitdiff
path: root/drivers/staging/erofs
AgeCommit message (Expand)Author
2019-04-03staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()Gao Xiang
2019-04-03staging: erofs: fix error handling when failed to read compresssed dataGao Xiang
2019-04-03staging: erofs: fix to handle error path of erofs_vmap()Chao Yu
2019-03-19staging: erofs: fix race when the managed cache is enabledGao Xiang
2019-03-13staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()Gao Xiang
2019-03-13staging: erofs: fix race of initializing xattrs of a inode at the same timeGao Xiang
2019-03-13staging: erofs: fix memleak of inode's shared xattr arrayGao Xiang
2019-03-13staging: erofs: fix fast symlink w/o xattr when fs xattr is onGao Xiang
2019-03-13staging: erofs: add error handling for xattr submoduleGao Xiang
2019-03-10staging: erofs: compressed_pages should not be accessed again after freedGao Xiang
2019-03-10staging: erofs: fix illegal address access under memory pressureGao Xiang
2019-03-10staging: erofs: fix mis-acted TAIL merging behaviorGao Xiang
2019-02-27staging: erofs: unzip_vle_lz4.c,utils.c: rectify BUG_ONsGao Xiang
2019-02-27staging: erofs: unzip_{pagevec.h,vle.c}: rectify BUG_ONsGao Xiang
2019-02-27staging: erofs: {dir,inode,super}.c: rectify BUG_ONsGao Xiang
2019-02-27staging: erofs: add a full barrier in erofs_workgroup_unfreezeGao Xiang
2019-02-27staging: erofs: fix `erofs_workgroup_{try_to_freeze, unfreeze}'Gao Xiang
2019-02-27staging: erofs: atomic_cond_read_relaxed on ref-locked workgroupGao Xiang
2019-02-27staging: erofs: remove the redundant d_rehash() for the root dentryGao Xiang
2019-02-27staging: erofs: drop multiref support temporarilyGao Xiang
2019-02-27staging: erofs: replace BUG_ON with DBG_BUGON in data.cChen Gong
2019-02-27staging: erofs: complete error handing of z_erofs_do_read_pageGao Xiang
2019-02-27staging: erofs: fix a bug when appling cache strategyGao Xiang
2019-02-12staging: erofs: fix the definition of DBG_BUGONGao Xiang
2019-01-26staging: erofs: fix use-after-free of on-stack `z_erofs_vle_unzip_io'Gao Xiang
2018-11-21staging: erofs: fix a missing endian conversionGao Xiang
2018-09-10staging: erofs: rename superblock flags (MS_xyz -> SB_xyz)Gao Xiang
2018-08-28Revert "staging: erofs: disable compiling temporarile"Gao Xiang
2018-08-08staging: erofs: remove an extra semicolon in z_erofs_vle_unzip_allGao Xiang
2018-08-05staging: erofs: fix if assignment style issueKristaps Čivkulis
2018-08-02staging: erofs: disable compiling temporarileChao Yu
2018-08-01staging: erofs: remove a redundant marco in xattrGao Xiang
2018-08-01staging: erofs: add the missing break in z_erofs_map_blocks_iterGao Xiang
2018-07-30staging: erofs: use the wrapped PTR_ERR_OR_ZERO instead of open codeGao Xiang
2018-07-29staging: erofs: fix conditional uninitialized `pcn' in z_erofs_map_blocks_iterGao Xiang
2018-07-29staging: erofs: fix compile error without built-in decompression supportGao Xiang
2018-07-28staging: erofs: fix a compile warning of Z_EROFS_VLE_VMAP_ONSTACK_PAGESGao Xiang
2018-07-27staging: erofs: add a TODO and update MAINTAINERS for stagingGao Xiang
2018-07-27staging: erofs: introduce cached decompressionGao Xiang
2018-07-27staging: erofs: introduce VLE decompression supportGao Xiang
2018-07-27staging: erofs: introduce workstation for decompressionGao Xiang
2018-07-27staging: erofs: introduce erofs shrinkerGao Xiang
2018-07-27staging: erofs: introduce superblock registrationGao Xiang
2018-07-27staging: erofs: add a generic z_erofs VLE decompressorGao Xiang
2018-07-27staging: erofs: introduce a customized LZ4 decompressionGao Xiang
2018-07-27staging: erofs: globalize prepare_bio and __submit_bioGao Xiang
2018-07-27staging: erofs: add erofs_allocpageGao Xiang
2018-07-27staging: erofs: add erofs_map_blocks_iterGao Xiang
2018-07-27staging: erofs: introduce pagevec for unzip subsystemGao Xiang
2018-07-27staging: erofs: <linux/tagptr.h>: introduce tagged pointerGao Xiang