summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
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