summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
2025-02-07lockref: remove count argument of lockref_initAndreas Gruenbacher
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-01-27add a string-to-qstr constructorAl Viro
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino
2025-01-25Merge tag 'erofs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-24include/linux/lz4.h: add some missing macrosGao Xiang
2025-01-23erofs: refine z_erofs_get_extent_compressedlen()Gao Xiang
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-19erofs: remove dead code in erofs_fc_parse_paramChen Linxuan
2025-01-17erofs: return SHRINK_EMPTY if no objects to freeChen Linxuan
2025-01-17erofs: convert z_erofs_bind_cache() to foliosGao Xiang
2025-01-17erofs: tidy up zdata.cGao Xiang
2025-01-17erofs: get rid of `z_erofs_next_pcluster_t`Gao Xiang
2025-01-17erofs: simplify z_erofs_load_compact_lcluster()Gao Xiang
2025-01-17erofs: fix potential return value overflow of z_erofs_shrink_scan()Gao Xiang
2025-01-17erofs: shorten bvecs[] for file-backed mountsGao Xiang
2025-01-17erofs: micro-optimize superblock checksumGao Xiang
2025-01-17fs: erofs: xattr.c change kzalloc to kcallocEthan Carter Edwards
2025-01-16erofs: use lockref_init for pcl->lockrefChristoph Hellwig
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker
2025-01-08kthread: Unify kthread_create_on_cpu() and kthread_create_worker_on_cpu() aut...Frederic Weisbecker
2024-12-16erofs: use buffered I/O for file-backed mounts by defaultGao Xiang
2024-12-16erofs: reference `struct erofs_device_info` for erofs_map_devGao Xiang
2024-12-16erofs: use `struct erofs_device_info` for the primary deviceGao Xiang
2024-12-13erofs: add erofs_sb_free() helperGao Xiang
2024-12-13erofs: fix PSI memstall accountingGao Xiang
2024-12-13erofs: fix rare pcluster memory leak after unmountingGao Xiang
2024-11-18erofs: handle NONHEAD !delta[1] lclusters gracefullyGao Xiang
2024-11-18erofs: clarify direct I/O supportGao Xiang
2024-11-18erofs: fix blksize < PAGE_SIZE for file-backed mountsHongzhen Luo
2024-11-18erofs: get rid of `buf->kmap_type`Gao Xiang
2024-11-18erofs: fix file-backed mounts over FUSEGao Xiang
2024-11-18erofs: simplify definition of the log functionsGou Hao
2024-11-18erofs: add sysfs node to drop internal cachesChunhai Guo
2024-11-18erofs: free pclusters if no cached folio is attachedChunhai Guo
2024-11-18erofs: sunset `struct erofs_workgroup`Gao Xiang
2024-11-18erofs: move erofs_workgroup operations into zdata.cGao Xiang
2024-11-18erofs: get rid of erofs_{find,insert}_workgroupGao Xiang
2024-11-12erofs: add SEEK_{DATA,HOLE} supportGao Xiang
2024-10-21erofs: use get_tree_bdev_flags() to avoid misleading messagesGao Xiang
2024-10-14Merge tag 'erofs-for-6.12-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-10-11erofs: get rid of kaddr in `struct z_erofs_maprecorder`Gao Xiang
2024-10-11erofs: get rid of z_erofs_try_to_claim_pcluster()Gao Xiang
2024-10-11erofs: ensure regular inodes for file-backed mountsGao Xiang
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-12erofs: reject inodes with negative i_sizeGao Xiang
2024-09-12erofs: restrict pcluster size limitationsGao Xiang