summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | erofs: fix erofs_insert_workgroup() lockref usageGao Xiang2023-10-312-7/+2
| * | | erofs: tidy up redundant includesFerry Meng2023-10-316-8/+2
| * | | erofs: get rid of ROOT_NID()Ferry Meng2023-10-312-5/+3
| * | | erofs: simplify compression configuration parserGao Xiang2023-10-316-108/+79
| * | | erofs: don't warn MicroLZMA format anymoreGao Xiang2023-10-312-7/+2
| | |/ | |/|
* | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-1/+2
|\ \ \
| * | | erofs: convert to new timestamp accessorsJeff Layton2023-10-181-1/+2
| |/ /
* | | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-3/+3
|\ \ \
| * | | erofs: move erofs_xattr_handlers and xattr_handler_map to .rodataWedson Almeida Filho2023-10-092-3/+3
| | |/ | |/|
* | | erofs: Convert to use bdev_open_by_path()Jan Kara2023-10-283-13/+13
| |/ |/|
* | erofs: allow empty device tags in flatdev modeJingbo Xu2023-09-191-1/+1
* | erofs: fix memory leak of LZMA global compressed deduplicationGao Xiang2023-09-111-1/+4
|/
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-3/+3
|\
| * mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)2023-08-241-3/+3
* | Merge tag 'erofs-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-2811-190/+459
|\ \
| * | erofs: release ztailpacking pclusters properlyJingbo Xu2023-08-231-1/+4
| * | erofs: don't warn dedupe and fragments features anymoresunshijie2023-08-231-4/+0
| * | erofs: adapt folios for z_erofs_read_folio()Gao Xiang2023-08-231-5/+4
| * | erofs: adapt folios for z_erofs_readahead()Gao Xiang2023-08-231-17/+15
| * | erofs: get rid of fe->backmost for cache decompressionGao Xiang2023-08-231-5/+2
| * | erofs: drop z_erofs_page_mark_eio()Gao Xiang2023-08-231-20/+9
| * | erofs: tidy up z_erofs_do_read_page()Gao Xiang2023-08-231-29/+24
| * | erofs: move preparation logic into z_erofs_pcluster_begin()Gao Xiang2023-08-231-33/+27
| * | erofs: avoid obsolete {collector,collection} termsGao Xiang2023-08-231-21/+18
| * | erofs: simplify z_erofs_read_fragment()Gao Xiang2023-08-231-26/+13
| * | erofs: remove redundant erofs_fs_type declaration in super.cFerry Meng2023-08-231-1/+0
| * | erofs: add necessary kmem_cache_create flags for erofs inode cacheFerry Meng2023-08-231-3/+3
| * | erofs: clean up redundant comment and adjust code alignmentFerry Meng2023-08-231-18/+4
| * | erofs: refine warning messages for zdata I/OsFerry Meng2023-08-231-14/+9
| * | erofs: boost negative xattr lookup with bloom filterJingbo Xu2023-08-114-0/+19
| * | erofs: update on-disk format for xattr name filterJingbo Xu2023-08-111-2/+8