summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs
Commit message (Expand)AuthorAgeFilesLines
* staging: erofs: add requirements field in superblockGao Xiang2019-06-253-3/+31
* staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()Gao Xiang2019-04-031-20/+25
* staging: erofs: fix error handling when failed to read compresssed dataGao Xiang2019-04-031-13/+29
* staging: erofs: fix to handle error path of erofs_vmap()Chao Yu2019-04-032-2/+9
* staging: erofs: fix race when the managed cache is enabledGao Xiang2019-03-192-39/+101
* staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()Gao Xiang2019-03-131-89/+100
* staging: erofs: fix race of initializing xattrs of a inode at the same timeGao Xiang2019-03-132-15/+37
* staging: erofs: fix memleak of inode's shared xattr arrayGao Xiang2019-03-131-1/+4
* staging: erofs: fix fast symlink w/o xattr when fs xattr is onGao Xiang2019-03-132-9/+24
* staging: erofs: add error handling for xattr submoduleGao Xiang2019-03-132-36/+81
* staging: erofs: compressed_pages should not be accessed again after freedGao Xiang2019-03-103-31/+30Star
* staging: erofs: fix illegal address access under memory pressureGao Xiang2019-03-101-1/+6
* staging: erofs: fix mis-acted TAIL merging behaviorGao Xiang2019-03-101-25/+44
* staging: erofs: unzip_vle_lz4.c,utils.c: rectify BUG_ONsGao Xiang2019-02-272-7/+7
* staging: erofs: unzip_{pagevec.h,vle.c}: rectify BUG_ONsGao Xiang2019-02-272-22/+15Star
* staging: erofs: {dir,inode,super}.c: rectify BUG_ONsGao Xiang2019-02-273-11/+19
* staging: erofs: add a full barrier in erofs_workgroup_unfreezeGao Xiang2019-02-271-0/+5
* staging: erofs: fix `erofs_workgroup_{try_to_freeze, unfreeze}'Gao Xiang2019-02-271-16/+25
* staging: erofs: atomic_cond_read_relaxed on ref-locked workgroupGao Xiang2019-02-271-12/+18
* staging: erofs: remove the redundant d_rehash() for the root dentryGao Xiang2019-02-271-6/+0Star
* staging: erofs: drop multiref support temporarilyGao Xiang2019-02-272-44/+8Star
* staging: erofs: replace BUG_ON with DBG_BUGON in data.cChen Gong2019-02-271-11/+20
* staging: erofs: complete error handing of z_erofs_do_read_pageGao Xiang2019-02-271-9/+11
* staging: erofs: fix a bug when appling cache strategyGao Xiang2019-02-271-1/+1
* staging: erofs: fix the definition of DBG_BUGONGao Xiang2019-02-121-1/+1
* staging: erofs: fix use-after-free of on-stack `z_erofs_vle_unzip_io'Gao Xiang2019-01-261-4/+9
* staging: erofs: fix a missing endian conversionGao Xiang2018-11-211-3/+5
* staging: erofs: rename superblock flags (MS_xyz -> SB_xyz)Gao Xiang2018-09-101-2/+2
* Revert "staging: erofs: disable compiling temporarile"Gao Xiang2018-08-281-1/+1
* staging: erofs: remove an extra semicolon in z_erofs_vle_unzip_allGao Xiang2018-08-081-1/+1
* staging: erofs: fix if assignment style issueKristaps Čivkulis2018-08-052-9/+10
* staging: erofs: disable compiling temporarileChao Yu2018-08-021-1/+1
* staging: erofs: remove a redundant marco in xattrGao Xiang2018-08-011-2/+0Star
* staging: erofs: add the missing break in z_erofs_map_blocks_iterGao Xiang2018-08-011-0/+3
* staging: erofs: use the wrapped PTR_ERR_OR_ZERO instead of open codeGao Xiang2018-07-301-1/+1
* staging: erofs: fix conditional uninitialized `pcn' in z_erofs_map_blocks_iterGao Xiang2018-07-291-4/+21
* staging: erofs: fix compile error without built-in decompression supportGao Xiang2018-07-294-9/+11
* staging: erofs: fix a compile warning of Z_EROFS_VLE_VMAP_ONSTACK_PAGESGao Xiang2018-07-281-1/+1
* staging: erofs: add a TODO and update MAINTAINERS for stagingGao Xiang2018-07-271-0/+45
* staging: erofs: introduce cached decompressionGao Xiang2018-07-275-1/+427
* staging: erofs: introduce VLE decompression supportGao Xiang2018-07-276-2/+1418
* staging: erofs: introduce workstation for decompressionGao Xiang2018-07-273-3/+180
* staging: erofs: introduce erofs shrinkerGao Xiang2018-07-273-6/+101
* staging: erofs: introduce superblock registrationGao Xiang2018-07-273-0/+27
* staging: erofs: add a generic z_erofs VLE decompressorGao Xiang2018-07-275-1/+264
* staging: erofs: introduce a customized LZ4 decompressionGao Xiang2018-07-273-1/+479
* staging: erofs: globalize prepare_bio and __submit_bioGao Xiang2018-07-272-25/+42
* staging: erofs: add erofs_allocpageGao Xiang2018-07-273-1/+39
* staging: erofs: add erofs_map_blocks_iterGao Xiang2018-07-275-2/+300
* staging: erofs: introduce pagevec for unzip subsystemGao Xiang2018-07-271-0/+172