aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/erofs (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2024-03-12Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds9-317/+335
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-12/+12
2024-03-10erofs: support compressed inodes over fscacheJingbo Xu4-20/+77
2024-03-10erofs: make iov_iter describe target buffers over fscacheJingbo Xu1-112/+123
2024-03-10erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li3-31/+15
2024-03-10erofs: refine managed cache operations to foliosGao Xiang6-48/+34
2024-03-10erofs: convert z_erofs_submissionqueue_endio() to foliosGao Xiang1-11/+11
2024-03-10erofs: convert z_erofs_fill_bio_vec() to foliosGao Xiang1-35/+36
2024-03-10erofs: get rid of `justfound` debugging tagGao Xiang1-17/+3
2024-03-10erofs: convert z_erofs_do_read_page() to foliosGao Xiang1-16/+15
2024-03-10erofs: convert z_erofs_onlinepage_.* to foliosGao Xiang1-28/+22
2024-03-07erofs: apply proper VMA alignment for memory mapped files on THPGao Xiang1-0/+1
2024-03-07erofs: fix uninitialized page cache reported by KMSANGao Xiang1-1/+2
2024-02-25Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds1-14/+14
2024-02-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+4
2024-02-25erofs: port device access to fileChristian Brauner3-12/+12
2024-02-22erofs: fix refcount on the metabuf used for inode lookupSandeep Dhavale1-14/+14
2024-02-20erofs: fix handling kern_mount() failureAl Viro1-3/+4
2024-01-27erofs: relaxed temporary buffers allocation on readaheadChunhai Guo5-20/+42
2024-01-26erofs: fix infinite loop due to a race of filling compressed_bvecsGao Xiang1-36/+38
2024-01-25erofs: get rid of unneeded GFP_NOFSJingbo Xu4-7/+7
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+5
2024-01-18Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds3-14/+17
2024-01-15erofs: Don't use certain unnecessary folio_*() functionsDavid Howells1-3/+3
2024-01-13erofs: fix inconsistent per-file compression formatGao Xiang2-11/+14
2024-01-10erofs: make erofs_{err,info}() support NULL sb parameterChunhai Guo2-3/+9
2024-01-10erofs: avoid debugging output for (de)compressed dataGao Xiang1-7/+1
2023-12-24netfs, fscache: Combine fscache with netfsDavid Howells1-2/+5
2023-12-21erofs: allow partially filled compressed bvecsYue Hu1-23/+13
2023-12-18erofs: enable sub-page compressed block supportGao Xiang2-4/+8
2023-12-18erofs: refine z_erofs_transform_plain() for sub-page block supportGao Xiang1-33/+48
2023-12-18erofs: fix ztailpacking for subpage compressed blocksGao Xiang1-1/+1
2023-12-15erofs: fix up compacted indexes for block size < 4096Gao Xiang1-18/+14
2023-12-15erofs: record `pclustersize` in bytes instead of pagesGao Xiang1-38/+26
2023-12-15erofs: support I/O submission for sub-page compressed blocksGao Xiang1-82/+74
2023-12-15erofs: fix lz4 inplace decompressionGao Xiang1-15/+16
2023-12-15erofs: fix memory leak on short-lived bounced pagesGao Xiang1-3/+2
2023-11-17MAINTAINERS: erofs: add EROFS webpageGao Xiang1-1/+1
2023-11-17erofs: fix NULL dereference of dif->bdev_handle in fscache modeJingbo Xu1-2/+3
2023-11-17erofs: simplify erofs_read_inode()Ferry Meng1-63/+35
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-7/+12
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds10-135/+88
2023-10-31erofs: fix erofs_insert_workgroup() lockref usageGao Xiang2-7/+2
2023-10-31erofs: tidy up redundant includesFerry Meng6-8/+2
2023-10-31erofs: get rid of ROOT_NID()Ferry Meng2-5/+3
2023-10-31erofs: simplify compression configuration parserGao Xiang6-108/+79
2023-10-31erofs: don't warn MicroLZMA format anymoreGao Xiang2-7/+2
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+2