summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
6 daysMerge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
11 dayserofs: support to readahead dirent blocks in erofs_readdir()Chao Yu
11 dayserofs: implement metadata compressionBo Liu (OpenAnolis)
11 dayserofs: add on-disk definition for metadata compressionGao Xiang
11 dayserofs: fix build error with CONFIG_EROFS_FS_ZIP_ACCEL=yBo Liu (OpenAnolis)
11 dayserofs: remove ENOATTR definitionGao Xiang
11 dayserofs: refine erofs_iomap_begin()Gao Xiang
11 dayserofs: unify meta buffers in z_erofs_fill_inode()Gao Xiang
11 dayserofs: remove need_kmap in erofs_read_metabuf()Gao Xiang
11 dayserofs: do sanity check on m->type in z_erofs_load_compact_lcluster()Chao Yu
11 dayserofs: get rid of {get,put}_page() for ztailpacking dataGao Xiang
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-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes
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