aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-24erofs: move erofs out of stagingGao Xiang22-7246/+0
2019-08-21staging: erofs: detect potential multiref due to corrupted imagesGao Xiang1-3/+17
2019-08-21staging: erofs: avoid loop in submit chainsGao Xiang1-1/+15
2019-08-21staging: erofs: avoid endless loop of invalid lookback distance 0Gao Xiang1-0/+6
2019-08-20staging: erofs: add two missing erofs_workgroup_put for corrupted imagesGao Xiang1-2/+4
2019-08-20staging: erofs: cannot set EROFS_V_Z_INITED_BIT if fill_inode_lazy failsGao Xiang1-2/+1
2019-08-20staging: erofs: some compressed cluster should be submitted for corrupted imagesGao Xiang1-6/+5
2019-08-20staging: erofs: fix an error handling in erofs_readdir()Gao Xiang1-2/+9
2019-08-20staging: erofs: refuse to mount images with malformed volume nameGao Xiang1-2/+7
2019-08-18staging: erofs: use common file type conversionGao Xiang3-28/+7
2019-08-15staging: erofs: correct all misused ENOTSUPPGao Xiang5-11/+11
2019-08-15staging: erofs: differentiate unsupported on-disk formatGao Xiang2-5/+5
2019-08-15staging: erofs: introduce EFSCORRUPTED and more logsGao Xiang7-20/+36
2019-08-15staging: erofs: removing an extra call to iloc() in fill_inode()Pratik Shinde1-3/+4
2019-08-14staging: erofs: xattr.c: avoid BUG_ONGao Xiang1-5/+9
2019-08-14staging: erofs: remove incomplete cleancacheGao Xiang2-7/+0
2019-08-14staging: erofs: inline erofs_inode_is_data_compressed()Gao Xiang1-1/+1
2019-08-02staging: erofs: update KconfigGao Xiang1-26/+28
2019-08-02staging: erofs: update super.cGao Xiang1-3/+2
2019-08-02staging: erofs: tidy up utils.cGao Xiang1-14/+13
2019-08-02staging: erofs: turn cache strategies into mount optionsGao Xiang7-140/+85
2019-08-02staging: erofs: remove clusterbits in sbiGao Xiang3-16/+1
2019-08-02staging: erofs: tidy up decompression frontendGao Xiang2-614/+465
2019-08-02staging: erofs: remove redundant braces in inode.cGao Xiang1-10/+8
2019-08-02staging: erofs: tidy up zpvec.hGao Xiang2-19/+12
2019-08-02staging: erofs: kill CONFIG_EROFS_FS_USE_VM_MAP_RAMGao Xiang3-17/+17
2019-08-02staging: erofs: refine erofs_allocpage()Gao Xiang4-16/+8
2019-08-02staging: erofs: drop __GFP_NOFAIL for managed inodeGao Xiang1-2/+1
2019-08-02staging: erofs: kill all failure handling in fill_super()Gao Xiang1-66/+52
2019-08-02staging: erofs: kill sbi->dev_nameGao Xiang2-49/+7
2019-08-02staging: erofs: clean up shrinker stuffsGao Xiang3-51/+56
2019-08-02staging: erofs: kill CONFIG_EROFS_FS_IO_MAX_RETRIESGao Xiang2-15/+2
2019-08-02staging: erofs: remove redundant #include "internal.h"Gao Xiang2-2/+0
2019-08-02staging: erofs: clean up internal.hGao Xiang5-115/+92
2019-08-02staging: erofs: sunset erofs_workstn_{lock,unlock}Gao Xiang2-8/+5
2019-08-02staging: erofs: keep up erofs_fs.h with erofs-outofstaging patchsetGao Xiang1-20/+19
2019-08-02staging: erofs: fix dummy functions erofs_{get, list}xattrGao Xiang1-7/+7
2019-08-02staging: erofs: rename source files for better understandingGao Xiang5-14/+14
2019-08-02staging: erofs: update source file headersGao Xiang20-80/+27
2019-07-22staging: erofs: support bmapChao Yu1-0/+33
2019-07-22staging: erofs: avoid opened loop codesChao Yu1-8/+8
2019-07-22staging: erofs: Remove function erofs_kill_sb()Nishka Dasgupta1-6/+1
2019-07-22staging: erofs:converting all 'unsigned' to 'unsigned int'Pratik Shinde4-20/+23
2019-07-03staging: erofs: fix LZ4 limited bounced page mis-reuseGao Xiang1-22/+28
2019-07-01staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr)Shobhit Kukreti2-3/+2
2019-07-01staging: erofs: don't check special inode layoutYue Hu1-0/+1
2019-07-01staging: erofs: return the error value if fill_inline_data() failsYue Hu1-2/+2
2019-06-26staging: erofs: integrate decompression inplaceGao Xiang4-4/+16
2019-06-26staging: erofs: switch to new decompression backendGao Xiang5-280/+24
2019-06-26staging: erofs: introduce LZ4 decompression inplaceGao Xiang3-5/+35