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