summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2025-04-10erofs: allow 16-byte volume name againGao Xiang2-10/+0
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