summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
2024-03-07erofs: apply proper VMA alignment for memory mapped files on THPGao Xiang
2024-03-07erofs: fix uninitialized page cache reported by KMSANGao Xiang
2024-02-25Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-02-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-02-22erofs: fix refcount on the metabuf used for inode lookupSandeep Dhavale
2024-02-20erofs: fix handling kern_mount() failureAl Viro
2024-01-27erofs: relaxed temporary buffers allocation on readaheadChunhai Guo
2024-01-26erofs: fix infinite loop due to a race of filling compressed_bvecsGao Xiang
2024-01-25erofs: get rid of unneeded GFP_NOFSJingbo Xu
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-18Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-15erofs: Don't use certain unnecessary folio_*() functionsDavid Howells
2024-01-13erofs: fix inconsistent per-file compression formatGao Xiang
2024-01-10erofs: make erofs_{err,info}() support NULL sb parameterChunhai Guo
2024-01-10erofs: avoid debugging output for (de)compressed dataGao Xiang
2023-12-24netfs, fscache: Combine fscache with netfsDavid Howells
2023-12-21erofs: allow partially filled compressed bvecsYue Hu
2023-12-18erofs: enable sub-page compressed block supportGao Xiang
2023-12-18erofs: refine z_erofs_transform_plain() for sub-page block supportGao Xiang
2023-12-18erofs: fix ztailpacking for subpage compressed blocksGao Xiang
2023-12-15erofs: fix up compacted indexes for block size < 4096Gao Xiang
2023-12-15erofs: record `pclustersize` in bytes instead of pagesGao Xiang
2023-12-15erofs: support I/O submission for sub-page compressed blocksGao Xiang
2023-12-15erofs: fix lz4 inplace decompressionGao Xiang
2023-12-15erofs: fix memory leak on short-lived bounced pagesGao Xiang
2023-11-17MAINTAINERS: erofs: add EROFS webpageGao Xiang
2023-11-17erofs: fix NULL dereference of dif->bdev_handle in fscache modeJingbo Xu
2023-11-17erofs: simplify erofs_read_inode()Ferry Meng
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-31erofs: fix erofs_insert_workgroup() lockref usageGao Xiang
2023-10-31erofs: tidy up redundant includesFerry Meng
2023-10-31erofs: get rid of ROOT_NID()Ferry Meng
2023-10-31erofs: simplify compression configuration parserGao Xiang
2023-10-31erofs: don't warn MicroLZMA format anymoreGao Xiang
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein
2023-10-28erofs: Convert to use bdev_open_by_path()Jan Kara
2023-10-18erofs: convert to new timestamp accessorsJeff Layton
2023-10-09erofs: move erofs_xattr_handlers and xattr_handler_map to .rodataWedson Almeida Filho
2023-10-04erofs: dynamically allocate the erofs-shrinkerQi Zheng
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