summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * staging: erofs: drop multiref support temporarilyGao Xiang2018-09-202-42/+6
| * staging: erofs: fold in `__update_workgrp_llen'Gao Xiang2018-09-201-13/+7
| * staging: erofs: remove redundant CONFIG_EROFS_FS_XATTRsGao Xiang2018-09-202-10/+2
| * staging: erofs: replace BUG_ON with DBG_BUGON in data.cChen Gong2018-09-181-11/+20
| * staging: erofs: add trace points for reading zipped dataChen Gong2018-09-182-2/+29
| * staging: erofs: avoid magic constants when initializing clusterbitsGao Xiang2018-09-181-2/+3
| * staging: erofs: complete error handing of z_erofs_do_read_pageGao Xiang2018-09-181-9/+11
| * staging: erofs: fix a bug when appling cache strategyGao Xiang2018-09-181-1/+1
| * staging: erofs: complete error handing of z_erofs_map_blocks_iterGao Xiang2018-09-181-9/+26
| * staging: erofs: clean up z_erofs_map_blocks_iterGao Xiang2018-09-181-62/+78
| * staging: erofs: fix a missing endian conversionGao Xiang2018-09-181-3/+5
| * staging: erofs: code cleanup for erofs_kmalloc()Chengguang Xu2018-09-181-3/+10
| * Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman2018-09-161-2/+2
| |\
| * | staging: erofs: surround fault_injection ralted option parsing using CONFIG_E...Chengguang Xu2018-09-141-3/+5
| * | staging: erofs: use explicit unsigned int typeThomas Weißschuh2018-09-148-74/+76
| * | staging: erofs: fix 1 warning and 9 checksPavel Zemlyanoy2018-09-101-11/+11
| * | staging: erofs: formatting alignment parenthesisPavel Zemlyanoy2018-09-101-2/+2
| * | staging: erofs: formatting add spaces arround '*'Pavel Zemlyanoy2018-09-101-1/+1
| * | staging: erofs: formatting spaces around '-'Pavel Zemlyanoy2018-09-101-4/+4
| * | staging: erofs: formatting fix to NULL comparisonPavel Zemlyanoy2018-09-101-5/+5
| * | staging: erofs: formatting fix in unzip_vle_lz4.cPavel Zemlyanoy2018-09-101-12/+11
| * | Revert "staging: erofs: disable compiling temporarile"Gao Xiang2018-09-101-1/+1
| * | staging: erofs: fix potential overflow in z_erofs_vle_normalaccess_readpage{,s}Gao Xiang2018-08-271-2/+2
| * | staging: erofs: change 'unsigned' to 'unsigned int'Leon Imhof2018-08-271-1/+1
| * | staging: erofs: fix potential overflow in erofs_grab_bio()Chao Yu2018-08-271-1/+1
| * | staging: erofs: fix compression mapping beyond EOFGao Xiang2018-08-271-1/+1
| * | staging: erofs: fix integer overflow on 32-bit platformGao Xiang2018-08-271-4/+4
| * | staging: erofs: fix vle_decompressed_index_clusterofsGao Xiang2018-08-271-11/+15
| * | staging: erofs: rearrange vle clustertype definitionsGao Xiang2018-08-272-8/+11
| * | staging: erofs: cleanup z_erofs_vle_work_{lookup, register}Gao Xiang2018-08-271-42/+47
| * | staging: erofs: add error handling for xattr submoduleGao Xiang2018-08-272-43/+85
| * | staging: erofs: separate erofs_get_meta_pageGao Xiang2018-08-275-39/+93
| * | staging: erofs: introduce erofs_grab_bioGao Xiang2018-08-273-22/+30
* | | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-12/+6
|\ \ \
| * | | xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-12/+6
| | |/ | |/|
* | | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-251-12/+7
|\ \ \ | |/ / |/| |
| * | clean erofs_lookup()Al Viro2018-10-101-12/+7
| |/
* | staging: erofs: rename superblock flags (MS_xyz -> SB_xyz)Gao Xiang2018-09-101-2/+2
* | Revert "staging: erofs: disable compiling temporarile"Gao Xiang2018-08-281-1/+1
|/
* staging: erofs: remove an extra semicolon in z_erofs_vle_unzip_allGao Xiang2018-08-081-1/+1
* staging: erofs: fix if assignment style issueKristaps Čivkulis2018-08-052-9/+10