aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/erofs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-29staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()Gao Xiang1-20/+25
2019-03-26staging: erofs: fix error handling when failed to read compresssed dataGao Xiang1-13/+28
2019-03-18staging: erofs: fix to handle error path of erofs_vmap()Chao Yu2-2/+9
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+4
2019-02-27staging: erofs: fix mis-acted TAIL merging behaviorGao Xiang1-25/+45
2019-02-27staging: erofs: fix illegal address access under memory pressureGao Xiang1-1/+6
2019-02-27staging: erofs: compressed_pages should not be accessed again after freedGao Xiang3-31/+29
2019-02-26staging: erofs: switch to ->iterate_shared()Gao Xiang1-1/+1
2019-02-26staging: erofs: no need to take page lock in readdirGao Xiang1-2/+0
2019-02-20staging: erofs: remove rcu_read_lock() in erofs_try_to_free_cached_pageGao Xiang1-11/+5
2019-02-20staging: erofs: fix race of initializing xattrs of a inode at the same timeGao Xiang2-15/+37
2019-02-19staging: erofs: match alignment with open parenthesesBhanusree Pola1-4/+4
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2-2/+4
2019-02-14staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()Gao Xiang1-86/+97
2019-02-14staging: erofs: fix memleak of inode's shared xattr arraySheng Yong1-1/+4
2019-02-12staging: erofs: remove redundant unlikely annotation in unzip_vle.cChengguang Xu1-1/+1
2019-02-12staging: erofs: remove redundant likely/unlikely annotation in namei.cChengguang Xu1-3/+3
2019-02-04staging: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-01-30staging: erofs: complete POSIX ACL supportGao Xiang6-0/+59
2019-01-30staging: erofs: use xattr_prefix to wrap upGao Xiang1-2/+1
2019-01-25staging: erofs: fix potential double iput in erofs_read_super()Chengguang Xu1-6/+3
2019-01-18staging: erofs: drop the extern prefix for function definitionsGao Xiang2-38/+33
2019-01-18staging: erofs: staticize erofs_shrink_count, erofs_shrink_scanGao Xiang3-14/+11
2019-01-18staging: erofs: move shrink accounting inside the functionGao Xiang1-10/+7
2019-01-18staging: erofs: localize erofs_workgroup_getGao Xiang2-21/+19
2019-01-18staging: erofs: sunset erofs_workstation_cleanup_allGao Xiang2-6/+2
2019-01-15staging: erofs: clean up erofs_map_blocks_iterChao Yu3-54/+35
2019-01-15staging: erofs: move erofs_xattr_handlers to xattr.hGao Xiang3-5/+3
2019-01-15staging: erofs: remove unneeded inode_operationsGao Xiang4-58/+30
2019-01-15staging: erofs: fix fast symlink w/o xattr when fs xattr is onGao Xiang2-9/+24
2019-01-15staging: erofs: add documentGao Xiang1-0/+206
2019-01-11staging: erofs: Add identifier for function definition argumentsSidong Yang1-4/+6
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to header file.Jeremy Sowden3-8/+7
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by making functions static.Jeremy Sowden3-8/+8
2019-01-07staging: erofs: fix return type of erofs_workgroup_getGao Xiang1-1/+1
2018-12-12staging: erofs: Fix spelling issueAaron Strahlberger1-2/+2
2018-12-12staging: erofs: remove __EROFS_BITGao Xiang1-5/+3
2018-12-12staging: erofs: unzip_vle_lz4.c,utils.c: rectify BUG_ONsGao Xiang2-7/+7
2018-12-12staging: erofs: unzip_{pagevec.h,vle.c}: rectify BUG_ONsGao Xiang2-21/+14
2018-12-07staging: erofs: simplify `z_erofs_vle_submit_all'Gao Xiang1-82/+113
2018-12-07staging: erofs: redefine where `owned_workgrp_t' pointsGao Xiang2-7/+9
2018-12-07staging: erofs: refine compressed pages preload flowGao Xiang1-43/+123
2018-12-07staging: erofs: revisit the page submission flowGao Xiang1-71/+112
2018-12-07staging: erofs: localize UNALLOCATED_CACHED_PAGE placeholderGao Xiang2-4/+8
2018-12-07staging: erofs: introduce MNGD_MAPPING helperGao Xiang2-16/+17
2018-12-07staging: erofs: fix use-after-free of on-stack `z_erofs_vle_unzip_io'Gao Xiang1-4/+9
2018-12-06staging: erofs: update erofs-utils information in TODOGao Xiang1-7/+8
2018-12-06staging: erofs: {dir,inode,super}.c: rectify BUG_ONsGao Xiang3-11/+19
2018-11-23staging: erofs: rename strange variable names in z_erofs_vle_frontendGao Xiang1-14/+11
2018-11-23staging: erofs: decompress asynchronously if PG_readahead page at firstGao Xiang1-1/+8