aboutsummaryrefslogtreecommitdiffstats
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2025-05-07erofs: ensure the extra temporary copy is valid for shortened bvecsGao Xiang1-16/+13
2025-04-30erofs: remove unused enum typeHongbo Li1-1/+0
2025-04-29fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio()Max Kellermann1-2/+2
2025-04-13Merge tag 'erofs-for-6.15-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-7/+9
2025-04-10erofs: remove duplicate codeBo Liu1-1/+0
2025-04-09erofs: fix encoded extents handlingGao Xiang1-2/+3
2025-04-09erofs: add __packed annotation to union(__le16..)Gao Xiang1-4/+4
2025-04-09erofs: set error to bio if file-backed IO failsSheng Yong1-0/+2
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers1-1/+1
2025-03-17erofs: enable 48-bit layout supportGao Xiang3-8/+10
2025-03-17erofs: support unaligned encoded dataGao Xiang2-48/+46
2025-03-17erofs: implement encoded extent metadataGao Xiang2-12/+135
2025-03-17erofs: add encoded extent on-disk definitionGao Xiang3-67/+58
2025-03-17erofs: initialize decompression earlyGao Xiang3-28/+26
2025-03-17erofs: support dot-omitted directoriesGao Xiang4-1/+10
2025-03-17erofs: implement 48-bit block addressing for unencoded inodesGao Xiang6-25/+52
2025-03-17erofs: add 48-bit block addressing on-disk supportGao Xiang5-69/+61
2025-03-17erofs: simplify erofs_{read,fill}_inode()Gao Xiang1-57/+35
2025-03-17erofs: get rid of erofs_map_blocks_flatmode()Gao Xiang1-70/+47
2025-03-17erofs: move {in,out}pages into struct z_erofs_decompress_reqGao Xiang6-80/+41
2025-03-17erofs: clean up header parsing for ztailpacking and fragmentsGao Xiang1-25/+14
2025-03-17erofs: simplify tail inline pcluster handlingGao Xiang2-17/+12
2025-03-17erofs: allow 16-byte volume name againGao Xiang2-10/+0
2025-03-17erofs: get rid of erofs_kmap_typeBo Liu11-39/+32
2025-03-17erofs: use Z_EROFS_LCLUSTER_TYPE_MAX to simplify switchesHongzhen Luo1-39/+24
2025-02-07lockref: remove count argument of lockref_initAndreas Gruenbacher1-1/+1
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2025-01-27add a string-to-qstr constructorAl Viro1-1/+1
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-7/+0
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino1-2/+2
2025-01-25Merge tag 'erofs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-272/+162
2025-01-24include/linux/lz4.h: add some missing macrosGao Xiang1-7/+0
2025-01-23erofs: refine z_erofs_get_extent_compressedlen()Gao Xiang1-20/+16
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2025-01-19erofs: remove dead code in erofs_fc_parse_paramChen Linxuan1-2/+0
2025-01-17erofs: return SHRINK_EMPTY if no objects to freeChen Linxuan1-1/+1
2025-01-17erofs: convert z_erofs_bind_cache() to foliosGao Xiang2-53/+21
2025-01-17erofs: tidy up zdata.cGao Xiang1-68/+43
2025-01-17erofs: get rid of `z_erofs_next_pcluster_t`Gao Xiang1-51/+29
2025-01-17erofs: simplify z_erofs_load_compact_lcluster()Gao Xiang1-53/+36
2025-01-17erofs: fix potential return value overflow of z_erofs_shrink_scan()Gao Xiang1-2/+1
2025-01-17erofs: shorten bvecs[] for file-backed mountsGao Xiang1-2/+2
2025-01-17erofs: micro-optimize superblock checksumGao Xiang2-20/+13
2025-01-17fs: erofs: xattr.c change kzalloc to kcallocEthan Carter Edwards1-1/+1
2025-01-16erofs: use lockref_init for pcl->lockrefChristoph Hellwig1-2/+1
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker1-1/+1
2025-01-08kthread: Unify kthread_create_on_cpu() and kthread_create_worker_on_cpu() aut...Frederic Weisbecker1-1/+1
2024-12-16erofs: use buffered I/O for file-backed mounts by defaultGao Xiang3-10/+21
2024-12-16erofs: reference `struct erofs_device_info` for erofs_map_devGao Xiang4-23/+15
2024-12-16erofs: use `struct erofs_device_info` for the primary deviceGao Xiang4-31/+22
2024-12-13erofs: add erofs_sb_free() helperGao Xiang1-17/+19
2024-12-13erofs: fix PSI memstall accountingGao Xiang1-2/+2
2024-12-13erofs: fix rare pcluster memory leak after unmountingGao Xiang1-3/+4
2024-11-18erofs: handle NONHEAD !delta[1] lclusters gracefullyGao Xiang1-8/+9
2024-11-18erofs: clarify direct I/O supportGao Xiang2-20/+7
2024-11-18erofs: fix blksize < PAGE_SIZE for file-backed mountsHongzhen Luo1-1/+5
2024-11-18erofs: get rid of `buf->kmap_type`Gao Xiang2-14/+5
2024-11-18erofs: fix file-backed mounts over FUSEGao Xiang2-4/+7
2024-11-18erofs: simplify definition of the log functionsGou Hao2-32/+11
2024-11-18erofs: add sysfs node to drop internal cachesChunhai Guo3-1/+19
2024-11-18erofs: free pclusters if no cached folio is attachedChunhai Guo1-19/+38
2024-11-18erofs: sunset `struct erofs_workgroup`Gao Xiang2-77/+60
2024-11-18erofs: move erofs_workgroup operations into zdata.cGao Xiang3-112/+105
2024-11-18erofs: get rid of erofs_{find,insert}_workgroupGao Xiang3-63/+30
2024-11-12erofs: add SEEK_{DATA,HOLE} supportGao Xiang1-1/+25
2024-10-21erofs: use get_tree_bdev_flags() to avoid misleading messagesGao Xiang1-1/+3
2024-10-14Merge tag 'erofs-for-6.12-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-43/+31
2024-10-11erofs: get rid of kaddr in `struct z_erofs_maprecorder`Gao Xiang1-20/+12
2024-10-11erofs: get rid of z_erofs_try_to_claim_pcluster()Gao Xiang1-20/+9
2024-10-11erofs: ensure regular inodes for file-backed mountsGao Xiang1-3/+10
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-12erofs: reject inodes with negative i_sizeGao Xiang1-3/+6
2024-09-12erofs: restrict pcluster size limitationsGao Xiang2-23/+24
2024-09-12erofs: allocate more short-lived pages from reserved pool firstChunhai Guo1-2/+3
2024-09-12erofs: sunset unneeded NOFAILsGao Xiang1-26/+31
2024-09-10erofs: simplify erofs_map_blocks_flatmode()Hongzhen Luo1-19/+9
2024-09-10erofs: refactor read_inode calling conventionYiyang Wu1-59/+52
2024-09-10erofs: use kmemdup_nul in erofs_fill_symlinkYiyang Wu1-8/+2
2024-09-10erofs: mark experimental fscache backend deprecatedGao Xiang2-2/+5
2024-09-10erofs: support compressed inodes for fileioGao Xiang4-20/+43
2024-09-10erofs: support unencoded inodes for fileioGao Xiang6-51/+248
2024-09-10erofs: add file-backed mount supportGao Xiang5-44/+100
2024-09-10erofs: handle overlapped pclusters out of crafted images properlyGao Xiang1-33/+38
2024-09-10erofs: fix error handling in z_erofs_init_decompressorSandeep Dhavale1-1/+1
2024-09-10erofs: clean up erofs_register_sysfs()Gao Xiang2-25/+7
2024-09-10erofs: fix incorrect symlink detection in fast symlinkGao Xiang1-14/+6
2024-08-21erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially failsGao Xiang1-1/+2
2024-08-19erofs: allow large folios for compressed filesGao Xiang1-10/+8
2024-08-19erofs: get rid of check_layout_compatibility()Hongzhen Luo1-20/+6
2024-08-19erofs: simplify readdir operationHongzhen Luo2-24/+13
2024-07-26erofs: convert comma to semicolonChen Ni1-1/+1
2024-07-26erofs: support multi-page folios for erofs_bread()Gao Xiang1-18/+12
2024-07-26erofs: add support for FS_IOC_GETFSSYSFSPATHHuang Xiaojia1-0/+16
2024-07-26erofs: fix race in z_erofs_get_gbuf()Gao Xiang1-0/+3
2024-07-26erofs: support STATX_DIOALIGNHongbo Li1-2/+17
2024-07-13erofs: silence uninitialized variable warning in z_erofs_scan_folio()Dan Carpenter1-1/+1
2024-07-11erofs: avoid refcounting short-lived pagesGao Xiang3-26/+24
2024-07-10erofs: get rid of z_erofs_map_blocks_iter_* tracepointsHongzhen Luo1-2/+2
2024-07-09erofs: tidy up stream decompressorsGao Xiang5-304/+209
2024-07-09erofs: refine z_erofs_{init,exit}_subsystem()Gao Xiang8-78/+69
2024-07-09erofs: move each decompressor to its own source fileGao Xiang6-50/+44
2024-07-08erofs: tidy up `struct z_erofs_bvec`Gao Xiang1-52/+49
2024-07-08erofs: teach z_erofs_scan_folios() to handle multi-page foliosGao Xiang1-83/+80
2024-07-08erofs: convert z_erofs_read_fragment() to foliosGao Xiang1-8/+7
2024-07-08erofs: convert z_erofs_pcluster_readmore() to foliosGao Xiang2-17/+12
2024-06-30erofs: ensure m_llen is reset to 0 if metadata is invalidGao Xiang1-0/+2
2024-06-26erofs: convert to use super_set_uuid to support for FS_IOC_GETFSUUIDHuang Xiaojia1-1/+1
2024-06-26erofs: fix possible memory leak in z_erofs_gbuf_exit()Sandeep Dhavale1-4/+4
2024-05-24Merge tag 'erofs-for-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-88/+65
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-44/+33
2024-05-21erofs: avoid allocating DEFLATE streams before mountingGao Xiang1-26/+29
2024-05-18z_erofs_pcluster_begin(): don't bother with rounding position downAl Viro1-1/+1
2024-05-18erofs: don't round offset down for erofs_read_metabuf()Al Viro1-8/+8
2024-05-18erofs: don't align offset for erofs_read_metabuf() (simple cases)Al Viro4-25/+14
2024-05-18erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro7-13/+13
2024-05-18erofs: clean up erofs_show_options()Hongzhen Luo2-23/+8
2024-05-18Merge 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-316/+334
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
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-32/+47
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...Linus Torvalds1-0/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+12
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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...Linus Torvalds1-1/+2
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2-3/+3
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-10-28erofs: Convert to use bdev_open_by_path()Jan Kara3-13/+13
2023-10-18erofs: convert to new timestamp accessorsJeff Layton1-1/+2
2023-10-09erofs: move erofs_xattr_handlers and xattr_handler_map to .rodataWedson Almeida Filho2-3/+3
2023-10-04erofs: dynamically allocate the erofs-shrinkerQi Zheng1-7/+12
2023-09-19erofs: allow empty device tags in flatdev modeJingbo Xu1-1/+1
2023-09-11erofs: fix memory leak of LZMA global compressed deduplicationGao Xiang1-1/+4
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2023-08-28Merge tag 'erofs-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-190/+459
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-9/+5
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)1-3/+3
2023-08-23erofs: release ztailpacking pclusters properlyJingbo Xu1-1/+4
2023-08-23erofs: don't warn dedupe and fragments features anymoresunshijie1-4/+0
2023-08-23erofs: adapt folios for z_erofs_read_folio()Gao Xiang1-5/+4
2023-08-23erofs: adapt folios for z_erofs_readahead()Gao Xiang1-17/+15
2023-08-23erofs: get rid of fe->backmost for cache decompressionGao Xiang1-5/+2