summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
2025-07-12erofs: fix large fragment handlingGao Xiang
2025-07-10erofs: allow readdir() to be interruptedChao Yu
2025-07-10erofs: address D-cache aliasingGao Xiang
2025-07-10erofs: use memcpy_to_folio() to replace copy_to_iter()Gao Xiang
2025-07-10erofs: fix to add missing tracepoint in erofs_read_folio()Chao Yu
2025-07-10erofs: fix to add missing tracepoint in erofs_readahead()Chao Yu
2025-06-20erofs: remove a superfluous check for encoded extentsGao Xiang
2025-06-19erofs: refuse crafted out-of-file-range encoded extentsGao Xiang
2025-06-18erofs: impersonate the opener's credentials when accessing backing fileTatsuyuki Ishi
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-25erofs: support DEFLATE decompression by using Intel QATBo Liu
2025-05-23erofs: clean up erofs_{init,exit}_sysfs()Gao Xiang
2025-05-22erofs: add 'fsoffset' mount option to specify filesystem offsetSheng Yong
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells
2025-05-16erofs: lazily initialize per-CPU workers and CPU hotplug hooksSandeep Dhavale
2025-05-16erofs: refine readahead tracepointGao Xiang
2025-05-15erofs: avoid using multiple devices with different typeSheng Yong
2025-05-15erofs: fix file handle encoding for 64-bit NIDsHongbo Li
2025-05-07erofs: ensure the extra temporary copy is valid for shortened bvecsGao Xiang
2025-04-30erofs: remove unused enum typeHongbo Li
2025-04-29fs/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