summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
2023-09-19erofs: allow empty device tags in flatdev modeJingbo Xu
2023-09-11erofs: fix memory leak of LZMA global compressed deduplicationGao Xiang
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'erofs-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)
2023-08-23erofs: release ztailpacking pclusters properlyJingbo Xu
2023-08-23erofs: don't warn dedupe and fragments features anymoresunshijie
2023-08-23erofs: adapt folios for z_erofs_read_folio()Gao Xiang
2023-08-23erofs: adapt folios for z_erofs_readahead()Gao Xiang
2023-08-23erofs: get rid of fe->backmost for cache decompressionGao Xiang
2023-08-23erofs: drop z_erofs_page_mark_eio()Gao Xiang
2023-08-23erofs: tidy up z_erofs_do_read_page()Gao Xiang
2023-08-23erofs: move preparation logic into z_erofs_pcluster_begin()Gao Xiang
2023-08-23erofs: avoid obsolete {collector,collection} termsGao Xiang
2023-08-23erofs: simplify z_erofs_read_fragment()Gao Xiang
2023-08-23erofs: remove redundant erofs_fs_type declaration in super.cFerry Meng
2023-08-23erofs: add necessary kmem_cache_create flags for erofs inode cacheFerry Meng
2023-08-23erofs: clean up redundant comment and adjust code alignmentFerry Meng
2023-08-23erofs: refine warning messages for zdata I/OsFerry Meng
2023-08-11erofs: boost negative xattr lookup with bloom filterJingbo Xu
2023-08-11erofs: update on-disk format for xattr name filterJingbo Xu
2023-08-11erofs: DEFLATE compression supportGao Xiang
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-01erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gao Xiang
2023-08-01erofs: fix wrong primary bvec selection on deduplicated extentsGao Xiang
2023-07-13erofs: convert to ctime accessor functionsJeff Layton
2023-07-12erofs: fix fsdax unavailability for chunk-based regular filesXin Yin
2023-07-12erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo
2023-07-12erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Chunhai Guo
2023-07-12erofs: simplify z_erofs_transform_plain()Gao Xiang
2023-07-12erofs: get rid of the remaining kmap_atomic()Gao Xiang
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-22erofs: clean up zmap.cGao Xiang
2023-06-22erofs: remove unnecessary gotoYangtao Li
2023-06-22erofs: Fix detection of atomic contextSandeep Dhavale
2023-06-18erofs: use separate xattr parsers for listxattr/getxattrJingbo Xu
2023-06-18erofs: unify inline/shared xattr iterators for listxattr/getxattrJingbo Xu
2023-06-18erofs: make the size of read data stored in buffer_ofsJingbo Xu
2023-06-18erofs: unify xattr_iter structuresJingbo Xu
2023-06-18erofs: use absolute position in xattr iteratorJingbo Xu
2023-06-18erofs: fix compact 4B support for 16k block sizeGao Xiang
2023-06-18erofs: convert erofs_read_metabuf() to erofs_bread() for xattrJingbo Xu
2023-06-18erofs: use poison pointer to replace the hard-coded addressGao Xiang
2023-06-18erofs: use struct lockref to replace handcrafted approachGao Xiang
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-05-29erofs: adapt managed inode operations into foliosGao Xiang