summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2025-08-11erofs: fix block count report when 48-bit layout is onGao Xiang1-2/+2
2025-08-11erofs: fix atomic context detection when !CONFIG_DEBUG_LOCK_ALLOCJunli Liu1-2/+11
2025-08-11erofs: Do not select tristate symbols from bool symbolsGeert Uytterhoeven1-10/+10
2025-08-11erofs: Fallback to normal access if DAX is not supported on extra deviceYuezhang Mo1-10/+14
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-8/+8
2025-07-24erofs: support to readahead dirent blocks in erofs_readdir()Chao Yu4-0/+21
2025-07-24erofs: implement metadata compressionBo Liu (OpenAnolis)13-58/+135
2025-07-24erofs: add on-disk definition for metadata compressionGao Xiang2-3/+12
2025-07-24erofs: fix build error with CONFIG_EROFS_FS_ZIP_ACCEL=yBo Liu (OpenAnolis)1-0/+2
2025-07-24erofs: remove ENOATTR definitionGao Xiang2-19/+16
2025-07-24erofs: refine erofs_iomap_begin()Gao Xiang1-14/+13
2025-07-24erofs: unify meta buffers in z_erofs_fill_inode()Gao Xiang1-13/+10
2025-07-24erofs: remove need_kmap in erofs_read_metabuf()Gao Xiang8-21/+22
2025-07-24erofs: do sanity check on m->type in z_erofs_load_compact_lcluster()Chao Yu1-62/+41
2025-07-24erofs: get rid of {get,put}_page() for ztailpacking dataGao Xiang1-8/+6
2025-07-11erofs: fix large fragment handlingGao Xiang3-7/+8
2025-07-10erofs: allow readdir() to be interruptedChao Yu1-0/+6
2025-07-10erofs: address D-cache aliasingGao Xiang5-19/+21
2025-07-10erofs: use memcpy_to_folio() to replace copy_to_iter()Gao Xiang1-9/+1
2025-07-10erofs: fix to add missing tracepoint in erofs_read_folio()Chao Yu1-0/+2
2025-07-10erofs: fix to add missing tracepoint in erofs_readahead()Chao Yu1-0/+3
2025-06-20erofs: remove a superfluous check for encoded extentsGao Xiang1-6/+0
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes1-8/+8
2025-06-19erofs: refuse crafted out-of-file-range encoded extentsGao Xiang1-0/+4
2025-06-18erofs: impersonate the opener's credentials when accessing backing fileTatsuyuki Ishi1-0/+3
2025-06-03Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+2
2025-05-25erofs: support DEFLATE decompression by using Intel QATBo Liu7-5/+257
2025-05-23erofs: clean up erofs_{init,exit}_sysfs()Gao Xiang1-19/+13
2025-05-22erofs: add 'fsoffset' mount option to specify filesystem offsetSheng Yong5-6/+24
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells1-4/+2
2025-05-16erofs: lazily initialize per-CPU workers and CPU hotplug hooksSandeep Dhavale1-20/+50
2025-05-16erofs: refine readahead tracepointGao Xiang2-4/+3
2025-05-15erofs: avoid using multiple devices with different typeSheng Yong1-1/+4
2025-05-15erofs: fix file handle encoding for 64-bit NIDsHongbo Li1-8/+36
2025-05-07erofs: ensure the extra temporary copy is valid for shortened bvecsGao Xiang1-17/+14
2025-04-30erofs: remove unused enum typeHongbo Li1-1/+0
2025-04-29fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio()Max Kellermann1-2/+2
2025-04-13Merge tag 'erofs-for-6.15-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-7/+9
2025-04-10erofs: remove duplicate codeBo Liu1-1/+0
2025-04-09erofs: fix encoded extents handlingGao Xiang1-2/+3
2025-04-09erofs: add __packed annotation to union(__le16..)Gao Xiang1-4/+4
2025-04-09erofs: set error to bio if file-backed IO failsSheng Yong1-0/+2
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers1-1/+1
2025-03-17erofs: enable 48-bit layout supportGao Xiang3-8/+10
2025-03-17erofs: support unaligned encoded dataGao Xiang2-48/+46
2025-03-17erofs: implement encoded extent metadataGao Xiang2-12/+135
2025-03-17erofs: add encoded extent on-disk definitionGao Xiang3-67/+58
2025-03-17erofs: initialize decompression earlyGao Xiang3-28/+26
2025-03-16erofs: support dot-omitted directoriesGao Xiang4-1/+10
2025-03-16erofs: implement 48-bit block addressing for unencoded inodesGao Xiang6-25/+52