summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs
Commit message (Expand)AuthorAgeFilesLines
* staging: erofs: fix LZ4 limited bounced page mis-reuseGao Xiang2019-07-031-22/+28
* staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr)Shobhit Kukreti2019-07-012-3/+2Star
* staging: erofs: don't check special inode layoutYue Hu2019-07-011-0/+1
* staging: erofs: return the error value if fill_inline_data() failsYue Hu2019-07-011-2/+2
* staging: erofs: integrate decompression inplaceGao Xiang2019-06-264-4/+16
* staging: erofs: switch to new decompression backendGao Xiang2019-06-265-280/+24Star
* staging: erofs: introduce LZ4 decompression inplaceGao Xiang2019-06-263-5/+35
* staging: erofs: introduce generic decompression backendGao Xiang2019-06-263-1/+323
* staging: erofs: move stagingpage operations to compress.hGao Xiang2019-06-263-25/+46
* staging: erofs: move per-CPU buffers implementation to utils.cGao Xiang2019-06-265-28/+56
* staging: erofs: add compacted compression indexes supportGao Xiang2019-06-265-295/+480
* staging: erofs: add compacted ondisk compression indexesGao Xiang2019-06-265-31/+62
* 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