summaryrefslogtreecommitdiffstats
path: root/fs/erofs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'erofs-for-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-248-88/+65
|\
| * erofs: avoid allocating DEFLATE streams before mountingGao Xiang2024-05-201-26/+29
| * z_erofs_pcluster_begin(): don't bother with rounding position downAl Viro2024-05-171-1/+1
| * erofs: don't round offset down for erofs_read_metabuf()Al Viro2024-05-171-8/+8
| * erofs: don't align offset for erofs_read_metabuf() (simple cases)Al Viro2024-05-174-25/+14
| * erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro2024-05-177-13/+13
| * erofs: clean up erofs_show_options()Hongzhen Luo2024-05-172-23/+8
| * Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gao Xiang2024-05-177-44/+33
| |\
* | \ Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-217-44/+33
|\ \ \ | |/ / |/| |
| * | use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro2024-05-031-1/+1
| |/
| * erofs_buf: store address_space instead of inodeAl Viro2024-04-256-10/+9
| * erofs: switch erofs_bread() to passing offset instead of block numberAl Viro2024-04-077-34/+24
* | erofs: Zstandard compression supportGao Xiang2024-05-099-1/+333
* | erofs: clean up z_erofs_load_full_lcluster()Gao Xiang2024-05-082-20/+6
* | erofs: derive fsid from on-disk UUID for .statfs() if possibleHongzhen Luo2024-05-081-7/+5
* | erofs: add a reserved buffer pool for lz4 decompressionChunhai Guo2024-05-083-17/+52
* | erofs: do not use pagepool in z_erofs_gbuf_growsize()Chunhai Guo2024-05-081-36/+31
* | erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo2024-05-086-161/+166
* | erofs: rename utils.c to zutil.cChunhai Guo2024-05-082-21/+13
* | erofs: reliably distinguish block based and fscache modeChristian Brauner2024-04-281-6/+2
* | erofs: get rid of erofs_fs_contextBaokun Li2024-04-282-70/+53
* | erofs: modify the error message when prepare_ondemand_read failedHongbo Li2024-04-281-1/+1
|/
* erofs: drop experimental warning for FSDAXGao Xiang2024-03-251-1/+0
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-131-1/+1
* Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-129-317/+335
|\
| * erofs: support compressed inodes over fscacheJingbo Xu2024-03-104-20/+77
| * erofs: make iov_iter describe target buffers over fscacheJingbo Xu2024-03-101-112/+123
| * erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li2024-03-103-31/+15
| * erofs: refine managed cache operations to foliosGao Xiang2024-03-106-48/+34
| * erofs: convert z_erofs_submissionqueue_endio() to foliosGao Xiang2024-03-101-11/+11
| * erofs: convert z_erofs_fill_bio_vec() to foliosGao Xiang2024-03-101-35/+36
| * erofs: get rid of `justfound` debugging tagGao Xiang2024-03-101-17/+3
| * erofs: convert z_erofs_do_read_page() to foliosGao Xiang2024-03-101-16/+15
| * erofs: convert z_erofs_onlinepage_.* to foliosGao Xiang2024-03-101-28/+22
* | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-113-12/+12
|\ \
| * | erofs: port device access to fileChristian Brauner2024-02-253-12/+12
* | | erofs: apply proper VMA alignment for memory mapped files on THPGao Xiang2024-03-071-0/+1
* | | erofs: fix uninitialized page cache reported by KMSANGao Xiang2024-03-071-1/+2
| |/ |/|
* | Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-02-251-14/+14
|\ \
| * | erofs: fix refcount on the metabuf used for inode lookupSandeep Dhavale2024-02-221-14/+14
* | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-02-251-3/+4
|\ \ \ | |/ / |/| |
| * | erofs: fix handling kern_mount() failureAl Viro2024-02-201-3/+4
| |/
* | erofs: relaxed temporary buffers allocation on readaheadChunhai Guo2024-01-275-20/+42
* | erofs: fix infinite loop due to a race of filling compressed_bvecsGao Xiang2024-01-261-36/+38
* | erofs: get rid of unneeded GFP_NOFSJingbo Xu2024-01-254-7/+7
|/
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-191-2/+5
|\
| * netfs, fscache: Combine fscache with netfsDavid Howells2023-12-241-2/+5
* | Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-193-14/+17
|\ \
| * | erofs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-151-3/+3
| * | erofs: fix inconsistent per-file compression formatGao Xiang2024-01-132-11/+14
| |/