aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-29Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds14-464/+707
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-12/+6
2018-10-25Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+7
2018-10-10clean erofs_lookup()Al Viro1-12/+7
2018-10-10staging: erofs: harden inode lookup for 32-bit platformsGao Xiang2-1/+45
2018-10-09staging: erofs: add the missing __init tagsGao Xiang3-13/+8
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-12/+6
2018-09-20staging: erofs: option validation in remountChengguang Xu1-6/+31
2018-09-20staging: erofs: code cleanup for erofs_show_options()Chengguang Xu1-3/+11
2018-09-20staging: erofs: code cleanup for option parsing of fault_injectionChengguang Xu1-13/+21
2018-09-20staging: erofs: simplify return value of `xattr_foreach'Gao Xiang1-15/+9
2018-09-20staging: erofs: add some comments for xattr subsystemGao Xiang1-1/+12
2018-09-20staging: erofs: cleanup `z_erofs_vle_normalaccess_readpages'Gao Xiang3-14/+22
2018-09-20staging: erofs: drop multiref support temporarilyGao Xiang2-42/+6
2018-09-20staging: erofs: fold in `__update_workgrp_llen'Gao Xiang1-13/+7
2018-09-20staging: erofs: remove redundant CONFIG_EROFS_FS_XATTRsGao Xiang2-10/+2
2018-09-18staging: erofs: replace BUG_ON with DBG_BUGON in data.cChen Gong1-11/+20
2018-09-18staging: erofs: add trace points for reading zipped dataChen Gong2-2/+29
2018-09-18staging: erofs: avoid magic constants when initializing clusterbitsGao Xiang1-2/+3
2018-09-18staging: erofs: complete error handing of z_erofs_do_read_pageGao Xiang1-9/+11
2018-09-18staging: erofs: fix a bug when appling cache strategyGao Xiang1-1/+1
2018-09-18staging: erofs: complete error handing of z_erofs_map_blocks_iterGao Xiang1-9/+26
2018-09-18staging: erofs: clean up z_erofs_map_blocks_iterGao Xiang1-62/+78
2018-09-18staging: erofs: fix a missing endian conversionGao Xiang1-3/+5
2018-09-18staging: erofs: code cleanup for erofs_kmalloc()Chengguang Xu1-3/+10
2018-09-16Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman1-2/+2
2018-09-14staging: erofs: surround fault_injection ralted option parsing using CONFIG_EROFS_FAULT_INJECTIONChengguang Xu1-3/+5
2018-09-14staging: erofs: use explicit unsigned int typeThomas Weißschuh8-74/+76
2018-09-10staging: erofs: rename superblock flags (MS_xyz -> SB_xyz)Gao Xiang1-2/+2
2018-09-10staging: erofs: fix 1 warning and 9 checksPavel Zemlyanoy1-11/+11
2018-09-10staging: erofs: formatting alignment parenthesisPavel Zemlyanoy1-2/+2
2018-09-10staging: erofs: formatting add spaces arround '*'Pavel Zemlyanoy1-1/+1
2018-09-10staging: erofs: formatting spaces around '-'Pavel Zemlyanoy1-4/+4
2018-09-10staging: erofs: formatting fix to NULL comparisonPavel Zemlyanoy1-5/+5
2018-09-10staging: erofs: formatting fix in unzip_vle_lz4.cPavel Zemlyanoy1-12/+11
2018-09-10Revert "staging: erofs: disable compiling temporarile"Gao Xiang1-1/+1
2018-08-28Revert "staging: erofs: disable compiling temporarile"Gao Xiang1-1/+1
2018-08-27staging: erofs: fix potential overflow in z_erofs_vle_normalaccess_readpage{,s}Gao Xiang1-2/+2
2018-08-27staging: erofs: change 'unsigned' to 'unsigned int'Leon Imhof1-1/+1
2018-08-27staging: erofs: fix potential overflow in erofs_grab_bio()Chao Yu1-1/+1
2018-08-27staging: erofs: fix compression mapping beyond EOFGao Xiang1-1/+1
2018-08-27staging: erofs: fix integer overflow on 32-bit platformGao Xiang1-4/+4
2018-08-27staging: erofs: fix vle_decompressed_index_clusterofsGao Xiang1-11/+15
2018-08-27staging: erofs: rearrange vle clustertype definitionsGao Xiang2-8/+11
2018-08-27staging: erofs: cleanup z_erofs_vle_work_{lookup, register}Gao Xiang1-42/+47
2018-08-27staging: erofs: add error handling for xattr submoduleGao Xiang2-43/+85
2018-08-27staging: erofs: separate erofs_get_meta_pageGao Xiang5-39/+93
2018-08-27staging: erofs: introduce erofs_grab_bioGao Xiang3-22/+30
2018-08-08staging: erofs: remove an extra semicolon in z_erofs_vle_unzip_allGao Xiang1-1/+1
2018-08-05staging: erofs: fix if assignment style issueKristaps Čivkulis2-9/+10