aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/erofs
AgeCommit message (Expand)Author
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman
2019-04-16staging: erofs: fix unexpected out-of-bound data accessGao Xiang
2019-04-01Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman
2019-03-29staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()Gao Xiang
2019-03-26staging: erofs: fix error handling when failed to read compresssed dataGao Xiang
2019-03-26staging: erofs: support IO read error injectionGao Xiang
2019-03-26staging: erofs: introduce erofs_page_is_managed()Gao Xiang
2019-03-26staging: erofs: fix error handling when failed to read compresssed dataGao Xiang
2019-03-22staging: erofs: Use !x or x in place of NULL comparisionBhanusree Pola
2019-03-21staging: erofs: Replace NULL comparisonsVatsala Narang
2019-03-20staging: erofs: fix parenthesis alignmentJulian Merida
2019-03-18staging: erofs: fix to handle error path of erofs_vmap()Chao Yu
2019-03-18staging: erofs: add a new line after variable declarationJulio Bianco
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-27staging: erofs: fix mis-acted TAIL merging behaviorGao Xiang
2019-02-27staging: erofs: fix illegal address access under memory pressureGao Xiang
2019-02-27staging: erofs: compressed_pages should not be accessed again after freedGao Xiang
2019-02-26staging: erofs: switch to ->iterate_shared()Gao Xiang
2019-02-26staging: erofs: no need to take page lock in readdirGao Xiang
2019-02-20staging: erofs: remove rcu_read_lock() in erofs_try_to_free_cached_pageGao Xiang
2019-02-20staging: erofs: fix race of initializing xattrs of a inode at the same timeGao Xiang
2019-02-19staging: erofs: match alignment with open parenthesesBhanusree Pola
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2019-02-14staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()Gao Xiang
2019-02-14staging: erofs: fix memleak of inode's shared xattr arraySheng Yong
2019-02-12staging: erofs: remove redundant unlikely annotation in unzip_vle.cChengguang Xu
2019-02-12staging: erofs: remove redundant likely/unlikely annotation in namei.cChengguang Xu
2019-02-04staging: prefix header search paths with $(srctree)/Masahiro Yamada
2019-01-30staging: erofs: complete POSIX ACL supportGao Xiang
2019-01-30staging: erofs: use xattr_prefix to wrap upGao Xiang
2019-01-25staging: erofs: fix potential double iput in erofs_read_super()Chengguang Xu
2019-01-18staging: erofs: drop the extern prefix for function definitionsGao Xiang
2019-01-18staging: erofs: staticize erofs_shrink_count, erofs_shrink_scanGao Xiang
2019-01-18staging: erofs: move shrink accounting inside the functionGao Xiang
2019-01-18staging: erofs: localize erofs_workgroup_getGao Xiang
2019-01-18staging: erofs: sunset erofs_workstation_cleanup_allGao Xiang
2019-01-15staging: erofs: clean up erofs_map_blocks_iterChao Yu
2019-01-15staging: erofs: move erofs_xattr_handlers to xattr.hGao Xiang
2019-01-15staging: erofs: remove unneeded inode_operationsGao Xiang
2019-01-15staging: erofs: fix fast symlink w/o xattr when fs xattr is onGao Xiang
2019-01-15staging: erofs: add documentGao Xiang
2019-01-11staging: erofs: Add identifier for function definition argumentsSidong Yang
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to he...Jeremy Sowden
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by making functions static.Jeremy Sowden
2019-01-07staging: erofs: fix return type of erofs_workgroup_getGao Xiang
2018-12-12staging: erofs: Fix spelling issueAaron Strahlberger
2018-12-12staging: erofs: remove __EROFS_BITGao Xiang
2018-12-12staging: erofs: unzip_vle_lz4.c,utils.c: rectify BUG_ONsGao Xiang
2018-12-12staging: erofs: unzip_{pagevec.h,vle.c}: rectify BUG_ONsGao Xiang
2018-12-07staging: erofs: simplify `z_erofs_vle_submit_all'Gao Xiang