aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman1-1/+1
2019-04-16staging: erofs: fix unexpected out-of-bound data accessGao Xiang1-1/+1
2019-04-01Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman3-22/+34
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-26staging: erofs: support IO read error injectionGao Xiang5-14/+28
2019-03-26staging: erofs: introduce erofs_page_is_managed()Gao Xiang2-22/+16
2019-03-26staging: erofs: fix error handling when failed to read compresssed dataGao Xiang1-13/+28
2019-03-22staging: erofs: Use !x or x in place of NULL comparisionBhanusree Pola6-18/+18
2019-03-21staging: erofs: Replace NULL comparisonsVatsala Narang1-8/+8
2019-03-20staging: erofs: fix parenthesis alignmentJulian Merida6-63/+71
2019-03-18staging: erofs: fix to handle error path of erofs_vmap()Chao Yu2-2/+9
2019-03-18staging: erofs: add a new line after variable declarationJulio Bianco1-0/+1
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