summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
2024-05-08erofs: do not use pagepool in z_erofs_gbuf_growsize()Chunhai Guo
2024-05-08erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo
2024-05-08erofs: rename utils.c to zutil.cChunhai Guo
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro
2024-04-28erofs: reliably distinguish block based and fscache modeChristian Brauner
2024-04-28erofs: get rid of erofs_fs_contextBaokun Li
2024-04-28erofs: modify the error message when prepare_ondemand_read failedHongbo Li
2024-04-25erofs_buf: store address_space instead of inodeAl Viro
2024-04-07erofs: switch erofs_bread() to passing offset instead of block numberAl Viro
2024-03-25erofs: drop experimental warning for FSDAXGao Xiang
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-12Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-10erofs: support compressed inodes over fscacheJingbo Xu
2024-03-10erofs: make iov_iter describe target buffers over fscacheJingbo Xu
2024-03-10erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li
2024-03-10erofs: refine managed cache operations to foliosGao Xiang
2024-03-10erofs: convert z_erofs_submissionqueue_endio() to foliosGao Xiang
2024-03-10erofs: convert z_erofs_fill_bio_vec() to foliosGao Xiang
2024-03-10erofs: get rid of `justfound` debugging tagGao Xiang
2024-03-10erofs: convert z_erofs_do_read_page() to foliosGao Xiang
2024-03-10erofs: convert z_erofs_onlinepage_.* to foliosGao Xiang
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-25erofs: port device access to fileChristian Brauner
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