aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/erofs
AgeCommit message (Expand)AuthorFilesLines
2019-03-29staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()Gravatar Gao Xiang 1-20/+25
2019-03-26staging: erofs: fix error handling when failed to read compresssed dataGravatar Gao Xiang 1-13/+28
2019-03-18staging: erofs: fix to handle error path of erofs_vmap()Gravatar Chao Yu 2-2/+9
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+4
2019-02-27staging: erofs: fix mis-acted TAIL merging behaviorGravatar Gao Xiang 1-25/+45
2019-02-27staging: erofs: fix illegal address access under memory pressureGravatar Gao Xiang 1-1/+6
2019-02-27staging: erofs: compressed_pages should not be accessed again after freedGravatar Gao Xiang 3-31/+29
2019-02-26staging: erofs: switch to ->iterate_shared()Gravatar Gao Xiang 1-1/+1
2019-02-26staging: erofs: no need to take page lock in readdirGravatar Gao Xiang 1-2/+0
2019-02-20staging: erofs: remove rcu_read_lock() in erofs_try_to_free_cached_pageGravatar Gao Xiang 1-11/+5
2019-02-20staging: erofs: fix race of initializing xattrs of a inode at the same timeGravatar Gao Xiang 2-15/+37
2019-02-19staging: erofs: match alignment with open parenthesesGravatar Bhanusree Pola 1-4/+4
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecGravatar Ming Lei 2-2/+4
2019-02-14staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()Gravatar Gao Xiang 1-86/+97
2019-02-14staging: erofs: fix memleak of inode's shared xattr arrayGravatar Sheng Yong 1-1/+4
2019-02-12staging: erofs: remove redundant unlikely annotation in unzip_vle.cGravatar Chengguang Xu 1-1/+1
2019-02-12staging: erofs: remove redundant likely/unlikely annotation in namei.cGravatar Chengguang Xu 1-3/+3
2019-02-04staging: prefix header search paths with $(srctree)/Gravatar Masahiro Yamada 1-1/+1
2019-01-30staging: erofs: complete POSIX ACL supportGravatar Gao Xiang 6-0/+59
2019-01-30staging: erofs: use xattr_prefix to wrap upGravatar Gao Xiang 1-2/+1
2019-01-25staging: erofs: fix potential double iput in erofs_read_super()Gravatar Chengguang Xu 1-6/+3
2019-01-18staging: erofs: drop the extern prefix for function definitionsGravatar Gao Xiang 2-38/+33
2019-01-18staging: erofs: staticize erofs_shrink_count, erofs_shrink_scanGravatar Gao Xiang 3-14/+11
2019-01-18staging: erofs: move shrink accounting inside the functionGravatar Gao Xiang 1-10/+7
2019-01-18staging: erofs: localize erofs_workgroup_getGravatar Gao Xiang 2-21/+19
2019-01-18staging: erofs: sunset erofs_workstation_cleanup_allGravatar Gao Xiang 2-6/+2
2019-01-15staging: erofs: clean up erofs_map_blocks_iterGravatar Chao Yu 3-54/+35
2019-01-15staging: erofs: move erofs_xattr_handlers to xattr.hGravatar Gao Xiang 3-5/+3
2019-01-15staging: erofs: remove unneeded inode_operationsGravatar Gao Xiang 4-58/+30
2019-01-15staging: erofs: fix fast symlink w/o xattr when fs xattr is onGravatar Gao Xiang 2-9/+24
2019-01-15staging: erofs: add documentGravatar Gao Xiang 1-0/+206
2019-01-11staging: erofs: Add identifier for function definition argumentsGravatar Sidong Yang 1-4/+6
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to he...Gravatar Jeremy Sowden 3-8/+7
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by making functions static.Gravatar Jeremy Sowden 3-8/+8
2019-01-07staging: erofs: fix return type of erofs_workgroup_getGravatar Gao Xiang 1-1/+1
2018-12-12staging: erofs: Fix spelling issueGravatar Aaron Strahlberger 1-2/+2
2018-12-12staging: erofs: remove __EROFS_BITGravatar Gao Xiang 1-5/+3
2018-12-12staging: erofs: unzip_vle_lz4.c,utils.c: rectify BUG_ONsGravatar Gao Xiang 2-7/+7
2018-12-12staging: erofs: unzip_{pagevec.h,vle.c}: rectify BUG_ONsGravatar Gao Xiang 2-21/+14
2018-12-07staging: erofs: simplify `z_erofs_vle_submit_all'Gravatar Gao Xiang 1-82/+113
2018-12-07staging: erofs: redefine where `owned_workgrp_t' pointsGravatar Gao Xiang 2-7/+9
2018-12-07staging: erofs: refine compressed pages preload flowGravatar Gao Xiang 1-43/+123
2018-12-07staging: erofs: revisit the page submission flowGravatar Gao Xiang 1-71/+112
2018-12-07staging: erofs: localize UNALLOCATED_CACHED_PAGE placeholderGravatar Gao Xiang 2-4/+8
2018-12-07staging: erofs: introduce MNGD_MAPPING helperGravatar Gao Xiang 2-16/+17
2018-12-07staging: erofs: fix use-after-free of on-stack `z_erofs_vle_unzip_io'Gravatar Gao Xiang 1-4/+9
2018-12-06staging: erofs: update erofs-utils information in TODOGravatar Gao Xiang 1-7/+8
2018-12-06staging: erofs: {dir,inode,super}.c: rectify BUG_ONsGravatar Gao Xiang 3-11/+19
2018-11-23staging: erofs: rename strange variable names in z_erofs_vle_frontendGravatar Gao Xiang 1-14/+11
2018-11-23staging: erofs: decompress asynchronously if PG_readahead page at firstGravatar Gao Xiang 1-1/+8