summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs
Commit message (Expand)AuthorAgeFilesLines
* staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()Gao Xiang2019-04-031-20/+25
* staging: erofs: fix error handling when failed to read compresssed dataGao Xiang2019-04-031-13/+28
* staging: erofs: fix to handle error path of erofs_vmap()Chao Yu2019-04-032-2/+9
* staging: erofs: compressed_pages should not be accessed again after freedGao Xiang2019-03-133-31/+29
* staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()Gao Xiang2019-03-131-86/+97
* staging: erofs: fix illegal address access under memory pressureGao Xiang2019-03-101-1/+6
* staging: erofs: fix race of initializing xattrs of a inode at the same timeGao Xiang2019-03-102-15/+37
* staging: erofs: fix memleak of inode's shared xattr arraySheng Yong2019-03-101-1/+4
* staging: erofs: fix fast symlink w/o xattr when fs xattr is onGao Xiang2019-03-102-9/+24
* staging: erofs: fix mis-acted TAIL merging behaviorGao Xiang2019-03-101-25/+45
* staging: erofs: Fix spelling issueAaron Strahlberger2018-12-121-2/+2
* staging: erofs: remove __EROFS_BITGao Xiang2018-12-121-5/+3
* 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/+14
* 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/+11
* 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
* staging: erofs: fix `erofs_workgroup_{try_to_freeze, unfreeze}'Gao Xiang2018-11-231-16/+25
* staging: erofs: atomic_cond_read_relaxed on ref-locked workgroupGao Xiang2018-11-231-12/+18
* staging: erofs: fix race when the managed cache is enabledGao Xiang2018-11-232-39/+96
* staging: erofs: fix the definition of DBG_BUGONGao Xiang2018-11-231-1/+1
* staging: erofs: fix `trace_erofs_readpage' positionGao Xiang2018-11-231-2/+2
* staging: erofs: unzip_vle.c: Align parameter to the parentesisCristian Sicilia2018-11-201-5/+6
* staging: erofs: unzip_vle.c: Constant in comparison on right sideCristian Sicilia2018-11-201-4/+4
* staging: erofs: unzip_vle.c: Replace comparison to NULL.Cristian Sicilia2018-11-201-43/+43
* staging: erofs: fix undefined LZ4_decompress_safe_partial()Gao Xiang2018-11-091-1/+2
* staging: erofs: use the new LZ4_decompress_safe_partial()Gao Xiang2018-11-084-481/+24
* staging: erofs: Modify conditional checksBhagyashri P. Dighole2018-11-071-7/+7
* staging: erofs: Modify coding style alignmentsBhagyashri P. Dighole2018-11-071-25/+26
* staging: erofs: remove the redundant d_rehash() for the root dentryGao Xiang2018-11-051-6/+0
* Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-2914-464/+707
|\
| * staging: erofs: harden inode lookup for 32-bit platformsGao Xiang2018-10-102-1/+45
| * staging: erofs: add the missing __init tagsGao Xiang2018-10-093-13/+8
| * staging: erofs: option validation in remountChengguang Xu2018-09-201-6/+31
| * staging: erofs: code cleanup for erofs_show_options()Chengguang Xu2018-09-201-3/+11
| * staging: erofs: code cleanup for option parsing of fault_injectionChengguang Xu2018-09-201-13/+21
| * staging: erofs: simplify return value of `xattr_foreach'Gao Xiang2018-09-201-15/+9
| * staging: erofs: add some comments for xattr subsystemGao Xiang2018-09-201-1/+12
| * staging: erofs: cleanup `z_erofs_vle_normalaccess_readpages'Gao Xiang2018-09-203-14/+22
OpenPOWER on IntegriCloud