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