summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-082-2/+4
|\
| * block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-152-2/+4
* | staging: erofs: fix mis-acted TAIL merging behaviorGao Xiang2019-02-271-25/+45
* | staging: erofs: fix illegal address access under memory pressureGao Xiang2019-02-271-1/+6
* | staging: erofs: compressed_pages should not be accessed again after freedGao Xiang2019-02-273-31/+29Star
* | staging: erofs: switch to ->iterate_shared()Gao Xiang2019-02-261-1/+1
* | staging: erofs: no need to take page lock in readdirGao Xiang2019-02-261-2/+0Star
* | staging: erofs: remove rcu_read_lock() in erofs_try_to_free_cached_pageGao Xiang2019-02-201-11/+5Star
* | staging: erofs: fix race of initializing xattrs of a inode at the same timeGao Xiang2019-02-202-15/+37
* | staging: erofs: match alignment with open parenthesesBhanusree Pola2019-02-191-4/+4
* | staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()Gao Xiang2019-02-141-86/+97
* | staging: erofs: fix memleak of inode's shared xattr arraySheng Yong2019-02-141-1/+4
* | staging: erofs: remove redundant unlikely annotation in unzip_vle.cChengguang Xu2019-02-121-1/+1
* | staging: erofs: remove redundant likely/unlikely annotation in namei.cChengguang Xu2019-02-121-3/+3
* | staging: prefix header search paths with $(srctree)/Masahiro Yamada2019-02-041-1/+1
* | staging: erofs: complete POSIX ACL supportGao Xiang2019-01-306-0/+59
* | staging: erofs: use xattr_prefix to wrap upGao Xiang2019-01-301-2/+1Star
* | staging: erofs: fix potential double iput in erofs_read_super()Chengguang Xu2019-01-251-6/+3Star
* | staging: erofs: drop the extern prefix for function definitionsGao Xiang2019-01-182-38/+33Star
* | staging: erofs: staticize erofs_shrink_count, erofs_shrink_scanGao Xiang2019-01-183-14/+11Star
* | staging: erofs: move shrink accounting inside the functionGao Xiang2019-01-181-10/+7Star
* | staging: erofs: localize erofs_workgroup_getGao Xiang2019-01-182-21/+19Star
* | staging: erofs: sunset erofs_workstation_cleanup_allGao Xiang2019-01-182-6/+2Star
* | staging: erofs: clean up erofs_map_blocks_iterChao Yu2019-01-153-54/+35Star
* | staging: erofs: move erofs_xattr_handlers to xattr.hGao Xiang2019-01-153-5/+3Star
* | staging: erofs: remove unneeded inode_operationsGao Xiang2019-01-154-58/+30Star
* | staging: erofs: fix fast symlink w/o xattr when fs xattr is onGao Xiang2019-01-152-9/+24
* | staging: erofs: add documentGao Xiang2019-01-151-0/+206
* | staging: erofs: Add identifier for function definition argumentsSidong Yang2019-01-111-4/+6
* | staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to he...Jeremy Sowden2019-01-113-8/+7Star
* | staging: erofs: fixed -Wmissing-prototype warnings by making functions static.Jeremy Sowden2019-01-113-8/+8
* | staging: erofs: fix return type of erofs_workgroup_getGao Xiang2019-01-071-1/+1
|/
* staging: erofs: Fix spelling issueAaron Strahlberger2018-12-121-2/+2
* staging: erofs: remove __EROFS_BITGao Xiang2018-12-121-5/+3Star
* staging: erofs: unzip_vle_lz4.c,utils.c: rectify BUG_ONsGao Xiang2018-12-122-7/+7
* staging: erofs: unzip_{pagevec.h,vle.c}: rectify BUG_ONsGao Xiang2018-12-122-21/+14Star
* staging: erofs: simplify `z_erofs_vle_submit_all'Gao Xiang2018-12-071-82/+113
* staging: erofs: redefine where `owned_workgrp_t' pointsGao Xiang2018-12-072-7/+9
* staging: erofs: refine compressed pages preload flowGao Xiang2018-12-071-43/+123
* staging: erofs: revisit the page submission flowGao Xiang2018-12-071-71/+112
* staging: erofs: localize UNALLOCATED_CACHED_PAGE placeholderGao Xiang2018-12-072-4/+8
* staging: erofs: introduce MNGD_MAPPING helperGao Xiang2018-12-072-16/+17
* staging: erofs: fix use-after-free of on-stack `z_erofs_vle_unzip_io'Gao Xiang2018-12-071-4/+9
* staging: erofs: update erofs-utils information in TODOGao Xiang2018-12-061-7/+8
* staging: erofs: {dir,inode,super}.c: rectify BUG_ONsGao Xiang2018-12-063-11/+19
* staging: erofs: rename strange variable names in z_erofs_vle_frontendGao Xiang2018-11-231-14/+11Star
* staging: erofs: decompress asynchronously if PG_readahead page at firstGao Xiang2018-11-231-1/+8
* staging: erofs: locked before registering for all new workgroupsGao Xiang2018-11-231-2/+7
* staging: erofs: separate into init_once / alwaysGao Xiang2018-11-231-5/+29
* staging: erofs: add a full barrier in erofs_workgroup_unfreezeGao Xiang2018-11-231-0/+5