summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
2025-09-04erofs: fix atomic context detection when !CONFIG_DEBUG_LOCK_ALLOCJunli Liu
2025-08-01erofs: address D-cache aliasingGao Xiang
2025-07-17erofs: fix to add missing tracepoint in erofs_read_folio()Chao Yu
2025-01-17erofs: fix PSI memstall accountingGao Xiang
2025-01-17erofs: handle overlapped pclusters out of crafted images properlyGao Xiang
2024-12-09erofs: handle NONHEAD !delta[1] lclusters gracefullyGao Xiang
2024-10-04erofs: fix incorrect symlink detection in fast symlinkGao Xiang
2024-08-19erofs: avoid debugging output for (de)compressed dataGao Xiang
2024-07-25erofs: ensure m_llen is reset to 0 if metadata is invalidGao Xiang
2024-07-05erofs: fix NULL dereference of dif->bdev_handle in fscache modeJingbo Xu
2024-06-16erofs: avoid allocating DEFLATE streams before mountingGao Xiang
2024-05-25erofs: reliably distinguish block based and fscache modeChristian Brauner
2024-05-25erofs: get rid of erofs_fs_contextBaokun Li
2024-03-26erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li
2024-03-26erofs: fix handling kern_mount() failureAl Viro
2024-03-26erofs: Convert to use bdev_open_by_path()Jan Kara
2024-03-15erofs: apply proper VMA alignment for memory mapped files on THPGao Xiang
2024-03-01erofs: fix refcount on the metabuf used for inode lookupSandeep Dhavale
2024-02-05erofs: fix ztailpacking for subpage compressed blocksGao Xiang
2024-02-05erofs: fix up compacted indexes for block size < 4096Gao Xiang
2024-01-31erofs: fix lz4 inplace decompressionGao Xiang
2024-01-25erofs: fix inconsistent per-file compression formatGao Xiang
2024-01-25erofs: simplify compression configuration parserGao Xiang
2024-01-25erofs: fix memory leak on short-lived bounced pagesGao Xiang
2023-11-20erofs: fix erofs_insert_workgroup() lockref usageGao Xiang
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