summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs
Commit message (Expand)AuthorAgeFilesLines
* staging: erofs: clean up initialization of pointer deColin Ian King2019-06-181-2/+1Star
* staging: erofs: rename data_mapping_mode to datamodeGao Xiang2019-06-172-15/+12Star
* Merge branch 'erofs_fix' into staging-nextGreg Kroah-Hartman2019-06-173-3/+31
|\
| * staging: erofs: add requirements field in superblockGao Xiang2019-06-173-3/+31
* | staging: erofs: make use of DBG_BUGONHariprasad Kelam2019-06-091-3/+3
* | staging: erofs: fix warning Comparison to boolHariprasad Kelam2019-06-091-1/+1
* | Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman2019-06-031-0/+1
|\|
| * staging: erofs: set sb->s_root to NULL when failing from __getname()Chengguang Xu2019-05-201-0/+1
* | staging: erofs: fix i_blocks calculationGao Xiang2019-05-301-2/+12
* | staging: erofs: support statxGao Xiang2019-05-303-0/+23
* | staging: erofs: fix Warning Use BUG_ON instead of if condition followed by BUGHariprasad Kelam2019-05-201-4/+1Star
* | staging: erofs: drop unneeded -Wall additionMasahiro Yamada2019-05-201-1/+1
|/
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-082-4/+2Star
|\
| * block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-302-4/+2Star
* | Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-0710-122/+139
|\ \
| * | Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2019-04-211-1/+1
| |\|
| * | Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman2019-04-013-22/+34
| |\ \
| * | | staging: erofs: support IO read error injectionGao Xiang2019-03-255-14/+28
| * | | staging: erofs: introduce erofs_page_is_managed()Gao Xiang2019-03-252-22/+16Star
| * | | staging: erofs: fix error handling when failed to read compresssed dataGao Xiang2019-03-251-13/+28
| * | | staging: erofs: Use !x or x in place of NULL comparisionBhanusree Pola2019-03-226-18/+18
| * | | staging: erofs: Replace NULL comparisonsVatsala Narang2019-03-211-8/+8
| * | | staging: erofs: fix parenthesis alignmentJulian Merida2019-03-206-63/+71
| * | | staging: erofs: add a new line after variable declarationJulio Bianco2019-03-181-0/+1
* | | | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-8/+2Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | erofs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
| | |/ | |/|
* / | staging: erofs: fix unexpected out-of-bound data accessGao Xiang2019-04-161-1/+1
|/ /
* | staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()Gao Xiang2019-03-291-20/+25
* | staging: erofs: fix error handling when failed to read compresssed dataGao Xiang2019-03-251-13/+28
* | staging: erofs: fix to handle error path of erofs_vmap()Chao Yu2019-03-182-2/+9
|/
* 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