summaryrefslogtreecommitdiff
path: root/drivers/staging/erofs
AgeCommit message (Expand)Author
2019-07-03staging: erofs: fix LZ4 limited bounced page mis-reuseGao Xiang
2019-07-01staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr)Shobhit Kukreti
2019-07-01staging: erofs: don't check special inode layoutYue Hu
2019-07-01staging: erofs: return the error value if fill_inline_data() failsYue Hu
2019-06-26staging: erofs: integrate decompression inplaceGao Xiang
2019-06-26staging: erofs: switch to new decompression backendGao Xiang
2019-06-26staging: erofs: introduce LZ4 decompression inplaceGao Xiang
2019-06-26staging: erofs: introduce generic decompression backendGao Xiang
2019-06-26staging: erofs: move stagingpage operations to compress.hGao Xiang
2019-06-26staging: erofs: move per-CPU buffers implementation to utils.cGao Xiang
2019-06-26staging: erofs: add compacted compression indexes supportGao Xiang
2019-06-26staging: erofs: add compacted ondisk compression indexesGao Xiang
2019-06-18staging: erofs: clean up initialization of pointer deColin Ian King
2019-06-17staging: erofs: rename data_mapping_mode to datamodeGao Xiang
2019-06-17Merge branch 'erofs_fix' into staging-nextGreg Kroah-Hartman
2019-06-17staging: erofs: add requirements field in superblockGao Xiang
2019-06-09staging: erofs: make use of DBG_BUGONHariprasad Kelam
2019-06-09staging: erofs: fix warning Comparison to boolHariprasad Kelam
2019-06-03Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman
2019-05-30staging: erofs: fix i_blocks calculationGao Xiang
2019-05-30staging: erofs: support statxGao Xiang
2019-05-20staging: erofs: fix Warning Use BUG_ON instead of if condition followed by BUGHariprasad Kelam
2019-05-20staging: erofs: set sb->s_root to NULL when failing from __getname()Chengguang Xu
2019-05-20staging: erofs: drop unneeded -Wall additionMasahiro Yamada
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-01erofs: switch to ->free_inode()Al Viro
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman
2019-04-16staging: erofs: fix unexpected out-of-bound data accessGao Xiang
2019-04-01Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman
2019-03-29staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()Gao Xiang
2019-03-26staging: erofs: fix error handling when failed to read compresssed dataGao Xiang
2019-03-26staging: erofs: support IO read error injectionGao Xiang
2019-03-26staging: erofs: introduce erofs_page_is_managed()Gao Xiang
2019-03-26staging: erofs: fix error handling when failed to read compresssed dataGao Xiang
2019-03-22staging: erofs: Use !x or x in place of NULL comparisionBhanusree Pola
2019-03-21staging: erofs: Replace NULL comparisonsVatsala Narang
2019-03-20staging: erofs: fix parenthesis alignmentJulian Merida
2019-03-18staging: erofs: fix to handle error path of erofs_vmap()Chao Yu
2019-03-18staging: erofs: add a new line after variable declarationJulio Bianco
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-27staging: erofs: fix mis-acted TAIL merging behaviorGao Xiang
2019-02-27staging: erofs: fix illegal address access under memory pressureGao Xiang
2019-02-27staging: erofs: compressed_pages should not be accessed again after freedGao Xiang
2019-02-26staging: erofs: switch to ->iterate_shared()Gao Xiang
2019-02-26staging: erofs: no need to take page lock in readdirGao Xiang
2019-02-20staging: erofs: remove rcu_read_lock() in erofs_try_to_free_cached_pageGao Xiang
2019-02-20staging: erofs: fix race of initializing xattrs of a inode at the same timeGao Xiang