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