summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
3 dayserofs: ensure the extra temporary copy is valid for shortened bvecsGao Xiang
10 dayserofs: remove unused enum typeHongbo Li
11 daysfs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio()Max Kellermann
2025-04-13Merge tag 'erofs-for-6.15-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-04-10erofs: remove duplicate codeBo Liu
2025-04-09erofs: fix encoded extents handlingGao Xiang
2025-04-09erofs: add __packed annotation to union(__le16..)Gao Xiang
2025-04-09erofs: set error to bio if file-backed IO failsSheng Yong
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-03-17erofs: enable 48-bit layout supportGao Xiang
2025-03-17erofs: support unaligned encoded dataGao Xiang
2025-03-17erofs: implement encoded extent metadataGao Xiang
2025-03-17erofs: add encoded extent on-disk definitionGao Xiang
2025-03-17erofs: initialize decompression earlyGao Xiang
2025-03-17erofs: support dot-omitted directoriesGao Xiang
2025-03-17erofs: implement 48-bit block addressing for unencoded inodesGao Xiang
2025-03-17erofs: add 48-bit block addressing on-disk supportGao Xiang
2025-03-17erofs: simplify erofs_{read,fill}_inode()Gao Xiang
2025-03-17erofs: get rid of erofs_map_blocks_flatmode()Gao Xiang
2025-03-17erofs: move {in,out}pages into struct z_erofs_decompress_reqGao Xiang
2025-03-17erofs: clean up header parsing for ztailpacking and fragmentsGao Xiang
2025-03-17erofs: simplify tail inline pcluster handlingGao Xiang
2025-03-17erofs: allow 16-byte volume name againGao Xiang
2025-03-17erofs: get rid of erofs_kmap_typeBo Liu
2025-03-17erofs: use Z_EROFS_LCLUSTER_TYPE_MAX to simplify switchesHongzhen Luo
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