summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* erofs: reliably distinguish block based and fscache modeChristian Brauner6 days1-6/+2
* erofs: get rid of erofs_fs_contextBaokun Li6 days2-70/+53
* erofs: modify the error message when prepare_ondemand_read failedHongbo Li6 days1-1/+1
* erofs: drop experimental warning for FSDAXGao Xiang2024-03-251-1/+0
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-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-183-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
| |/
* | erofs: make erofs_{err,info}() support NULL sb parameterChunhai Guo2024-01-102-3/+9
* | erofs: avoid debugging output for (de)compressed dataGao Xiang2024-01-101-7/+1
* | erofs: allow partially filled compressed bvecsYue Hu2023-12-211-23/+13
* | erofs: enable sub-page compressed block supportGao Xiang2023-12-182-4/+8
* | erofs: refine z_erofs_transform_plain() for sub-page block supportGao Xiang2023-12-181-33/+48
* | erofs: fix ztailpacking for subpage compressed blocksGao Xiang2023-12-181-1/+1
* | erofs: fix up compacted indexes for block size < 4096Gao Xiang2023-12-151-18/+14
* | erofs: record `pclustersize` in bytes instead of pagesGao Xiang2023-12-151-38/+26
* | erofs: support I/O submission for sub-page compressed blocksGao Xiang2023-12-151-82/+74
* | erofs: fix lz4 inplace decompressionGao Xiang2023-12-151-15/+16
* | erofs: fix memory leak on short-lived bounced pagesGao Xiang2023-12-151-3/+2
|/
* MAINTAINERS: erofs: add EROFS webpageGao Xiang2023-11-171-1/+1
* erofs: fix NULL dereference of dif->bdev_handle in fscache modeJingbo Xu2023-11-171-2/+3
* erofs: simplify erofs_read_inode()Ferry Meng2023-11-171-63/+35
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-7/+12
|\ \
| * | erofs: dynamically allocate the erofs-shrinkerQi Zheng2023-10-041-7/+12
* | | Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-0210-135/+88
|\ \ \