summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-24erofs: move erofs out of stagingGao Xiang1-554/+0
2019-08-15staging: erofs: correct all misused ENOTSUPPGao Xiang1-3/+3
2019-08-15staging: erofs: introduce EFSCORRUPTED and more logsGao Xiang1-0/+2
2019-08-14staging: erofs: remove incomplete cleancacheGao Xiang1-1/+0
2019-08-02staging: erofs: turn cache strategies into mount optionsGao Xiang1-15/+10
2019-08-02staging: erofs: remove clusterbits in sbiGao Xiang1-5/+0
2019-08-02staging: erofs: refine erofs_allocpage()Gao Xiang1-1/+1
2019-08-02staging: erofs: kill sbi->dev_nameGao Xiang1-2/+0
2019-08-02staging: erofs: clean up shrinker stuffsGao Xiang1-24/+26
2019-08-02staging: erofs: kill CONFIG_EROFS_FS_IO_MAX_RETRIESGao Xiang1-6/+2
2019-08-02staging: erofs: clean up internal.hGao Xiang1-113/+44
2019-08-02staging: erofs: sunset erofs_workstn_{lock,unlock}Gao Xiang1-3/+0
2019-08-02staging: erofs: update source file headersGao Xiang1-6/+2
2019-07-22staging: erofs:converting all 'unsigned' to 'unsigned int'Pratik Shinde1-3/+4
2019-06-26staging: erofs: integrate decompression inplaceGao Xiang1-0/+3
2019-06-26staging: erofs: switch to new decompression backendGao Xiang1-6/+0
2019-06-26staging: erofs: move per-CPU buffers implementation to utils.cGao Xiang1-0/+26
2019-06-26staging: erofs: add compacted compression indexes supportGao Xiang1-2/+16
2019-06-26staging: erofs: add compacted ondisk compression indexesGao Xiang1-8/+3
2019-06-17staging: erofs: rename data_mapping_mode to datamodeGao Xiang1-6/+4
2019-06-17Merge branch 'erofs_fix' into staging-nextGreg Kroah-Hartman1-0/+2
2019-06-17staging: erofs: add requirements field in superblockGao Xiang1-0/+2
2019-05-30staging: erofs: support statxGao Xiang1-0/+2
2019-03-26staging: erofs: support IO read error injectionGao Xiang1-2/+4
2019-03-26staging: erofs: introduce erofs_page_is_managed()Gao Xiang1-0/+7
2019-03-22staging: erofs: Use !x or x in place of NULL comparisionBhanusree Pola1-3/+3
2019-02-20staging: erofs: fix race of initializing xattrs of a inode at the same timeGao Xiang1-3/+8
2019-01-18staging: erofs: drop the extern prefix for function definitionsGao Xiang1-26/+21
2019-01-18staging: erofs: staticize erofs_shrink_count, erofs_shrink_scanGao Xiang1-4/+1
2019-01-18staging: erofs: localize erofs_workgroup_getGao Xiang1-21/+0
2019-01-18staging: erofs: sunset erofs_workstation_cleanup_allGao Xiang1-5/+0
2019-01-15staging: erofs: clean up erofs_map_blocks_iterChao Yu1-13/+15
2019-01-15staging: erofs: move erofs_xattr_handlers to xattr.hGao Xiang1-5/+0
2019-01-15staging: erofs: remove unneeded inode_operationsGao Xiang1-24/+18
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to he...Jeremy Sowden1-0/+7
2019-01-07staging: erofs: fix return type of erofs_workgroup_getGao Xiang1-1/+1
2018-12-07staging: erofs: localize UNALLOCATED_CACHED_PAGE placeholderGao Xiang1-2/+0
2018-12-07staging: erofs: introduce MNGD_MAPPING helperGao Xiang1-0/+4
2018-11-23staging: erofs: add a full barrier in erofs_workgroup_unfreezeGao Xiang1-0/+5
2018-11-23staging: erofs: fix `erofs_workgroup_{try_to_freeze, unfreeze}'Gao Xiang1-16/+25
2018-11-23staging: erofs: atomic_cond_read_relaxed on ref-locked workgroupGao Xiang1-12/+18
2018-11-23staging: erofs: fix race when the managed cache is enabledGao Xiang1-0/+1
2018-11-23staging: erofs: fix the definition of DBG_BUGONGao Xiang1-1/+1
2018-10-10staging: erofs: harden inode lookup for 32-bit platformsGao Xiang1-0/+9
2018-10-09staging: erofs: add the missing __init tagsGao Xiang1-0/+6
2018-09-20staging: erofs: cleanup `z_erofs_vle_normalaccess_readpages'Gao Xiang1-0/+11
2018-09-20staging: erofs: remove redundant CONFIG_EROFS_FS_XATTRsGao Xiang1-4/+2
2018-09-18staging: erofs: code cleanup for erofs_kmalloc()Chengguang Xu1-3/+10
2018-08-27staging: erofs: fix potential overflow in erofs_grab_bio()Chao Yu1-1/+1
2018-08-27staging: erofs: add error handling for xattr submoduleGao Xiang1-3/+3