aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-03staging: erofs: fix LZ4 limited bounced page mis-reuseGao Xiang1-22/+28
2019-07-01staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr)Shobhit Kukreti2-3/+2
2019-07-01staging: erofs: don't check special inode layoutYue Hu1-0/+1
2019-07-01staging: erofs: return the error value if fill_inline_data() failsYue Hu1-2/+2
2019-06-26staging: erofs: integrate decompression inplaceGao Xiang4-4/+16
2019-06-26staging: erofs: switch to new decompression backendGao Xiang5-280/+24
2019-06-26staging: erofs: introduce LZ4 decompression inplaceGao Xiang3-5/+35
2019-06-26staging: erofs: introduce generic decompression backendGao Xiang3-1/+323
2019-06-26staging: erofs: move stagingpage operations to compress.hGao Xiang3-25/+46
2019-06-26staging: erofs: move per-CPU buffers implementation to utils.cGao Xiang5-28/+56
2019-06-26staging: erofs: add compacted compression indexes supportGao Xiang5-295/+480
2019-06-26staging: erofs: add compacted ondisk compression indexesGao Xiang5-31/+62
2019-06-18staging: erofs: clean up initialization of pointer deColin Ian King1-2/+1
2019-06-17staging: erofs: rename data_mapping_mode to datamodeGao Xiang2-15/+12
2019-06-17Merge branch 'erofs_fix' into staging-nextGreg Kroah-Hartman3-3/+31
2019-06-17staging: erofs: add requirements field in superblockGao Xiang3-3/+31
2019-06-09staging: erofs: make use of DBG_BUGONHariprasad Kelam1-3/+3
2019-06-09staging: erofs: fix warning Comparison to boolHariprasad Kelam1-1/+1
2019-06-03Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman1-0/+1
2019-05-30staging: erofs: fix i_blocks calculationGao Xiang1-2/+12
2019-05-30staging: erofs: support statxGao Xiang3-0/+23
2019-05-20staging: erofs: fix Warning Use BUG_ON instead of if condition followed by BUGHariprasad Kelam1-4/+1
2019-05-20staging: erofs: set sb->s_root to NULL when failing from __getname()Chengguang Xu1-0/+1
2019-05-20staging: erofs: drop unneeded -Wall additionMasahiro Yamada1-1/+1
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+2
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds10-122/+139
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+2
2019-05-01erofs: switch to ->free_inode()Al Viro1-8/+2
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2-4/+2
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman1-1/+1
2019-04-16staging: erofs: fix unexpected out-of-bound data accessGao Xiang1-1/+1
2019-04-01Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman3-22/+34
2019-03-29staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()Gao Xiang1-20/+25
2019-03-26staging: erofs: fix error handling when failed to read compresssed dataGao Xiang1-13/+28
2019-03-26staging: erofs: support IO read error injectionGao Xiang5-14/+28
2019-03-26staging: erofs: introduce erofs_page_is_managed()Gao Xiang2-22/+16
2019-03-26staging: erofs: fix error handling when failed to read compresssed dataGao Xiang1-13/+28
2019-03-22staging: erofs: Use !x or x in place of NULL comparisionBhanusree Pola6-18/+18
2019-03-21staging: erofs: Replace NULL comparisonsVatsala Narang1-8/+8
2019-03-20staging: erofs: fix parenthesis alignmentJulian Merida6-63/+71
2019-03-18staging: erofs: fix to handle error path of erofs_vmap()Chao Yu2-2/+9
2019-03-18staging: erofs: add a new line after variable declarationJulio Bianco1-0/+1
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+4
2019-02-27staging: erofs: fix mis-acted TAIL merging behaviorGao Xiang1-25/+45
2019-02-27staging: erofs: fix illegal address access under memory pressureGao Xiang1-1/+6
2019-02-27staging: erofs: compressed_pages should not be accessed again after freedGao Xiang3-31/+29
2019-02-26staging: erofs: switch to ->iterate_shared()Gao Xiang1-1/+1
2019-02-26staging: erofs: no need to take page lock in readdirGao Xiang1-2/+0
2019-02-20staging: erofs: remove rcu_read_lock() in erofs_try_to_free_cached_pageGao Xiang1-11/+5
2019-02-20staging: erofs: fix race of initializing xattrs of a inode at the same timeGao Xiang2-15/+37