summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'erofs-for-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-88/+65
8 daysMerge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-44/+33
9 dayserofs: avoid allocating DEFLATE streams before mountingGao Xiang1-26/+29
12 daysz_erofs_pcluster_begin(): don't bother with rounding position downAl Viro1-1/+1
12 dayserofs: don't round offset down for erofs_read_metabuf()Al Viro1-8/+8
12 dayserofs: don't align offset for erofs_read_metabuf() (simple cases)Al Viro4-25/+14
12 dayserofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro7-13/+13
12 dayserofs: clean up erofs_show_options()Hongzhen Luo2-23/+8
12 daysMerge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gao Xiang7-44/+33
2024-05-09erofs: Zstandard compression supportGao Xiang9-1/+333
2024-05-08erofs: clean up z_erofs_load_full_lcluster()Gao Xiang2-20/+6
2024-05-08erofs: derive fsid from on-disk UUID for .statfs() if possibleHongzhen Luo1-7/+5
2024-05-08erofs: add a reserved buffer pool for lz4 decompressionChunhai Guo3-17/+52
2024-05-08erofs: do not use pagepool in z_erofs_gbuf_growsize()Chunhai Guo1-36/+31
2024-05-08erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo6-161/+166
2024-05-08erofs: rename utils.c to zutil.cChunhai Guo2-21/+13
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro1-1/+1
2024-04-28erofs: reliably distinguish block based and fscache modeChristian Brauner1-6/+2
2024-04-28erofs: get rid of erofs_fs_contextBaokun Li2-70/+53
2024-04-28erofs: modify the error message when prepare_ondemand_read failedHongbo Li1-1/+1
2024-04-25erofs_buf: store address_space instead of inodeAl Viro6-10/+9
2024-04-07erofs: switch erofs_bread() to passing offset instead of block numberAl Viro7-34/+24
2024-03-25erofs: drop experimental warning for FSDAXGao Xiang1-1/+0
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/gi...Linus Torvalds9-317/+335
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus 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/ker...Linus 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...Linus Torvalds1-2/+5
2024-01-18Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus 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