aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2026-01-23erofs: decouple `struct erofs_anon_fs_type`Gao Xiang3-13/+16
2026-01-23Merge branch 'vfs-7.0.iomap' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Gao Xiang1-21/+46
2026-01-23erofs: tidy up erofs_init_inode_xattrs()Gao Xiang1-37/+25
2026-01-23erofs: tidy up synchronous decompressionGao Xiang4-29/+16
2026-01-23erofs: remove useless src in erofs_xattr_copy_to_buffer()Ferry Meng1-3/+1
2026-01-23erofs: unexport erofs_xattr_prefix()Gao Xiang2-33/+28
2026-01-23erofs: unexport erofs_getxattr()Gao Xiang2-61/+54
2026-01-23erofs: fix incorrect early exits in volume label handlingGao Xiang1-2/+4
2026-01-23erofs: fix incorrect early exits for invalid metabox-enabled imagesGao Xiang1-2/+3
2026-01-23erofs: avoid noisy messages for transient -ENOMEMGao Xiang1-3/+4
2026-01-23erofs: improve LZ4 error stringsGao Xiang1-22/+20
2026-01-23erofs: simplify the code using for_each_set_bitYuwen Chen1-12/+9
2026-01-23erofs: make z_erofs_crypto[] staticFerry Meng1-1/+1
2026-01-23erofs: Use %pe format specifier for error pointersFerry Meng1-2/+2
2026-01-14erofs: hold read context in iomap_iter if neededHongbo Li1-21/+46
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong1-2/+0
2026-01-12erofs: add setlease file operationJeff Layton2-0/+4
2026-01-10erofs: fix file-backed mounts no longer working on EROFS partitionsGao Xiang1-1/+2
2026-01-10erofs: don't bother with s_stack_depth increasing for nowGao Xiang1-6/+12
2025-12-22erofs: fix unexpected EIO under memory pressureJunbeom Yeom1-4/+4
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2025-12-03Merge tag 'erofs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-148/+178
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+2
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+3
2025-12-01erofs: switch on-disk header `erofs_fs.h` to MIT licenseGao Xiang1-1/+1
2025-11-30erofs: get rid of raw bi_end_io() usageGao Xiang2-3/+3
2025-11-30erofs: enable error reporting for z_erofs_fixup_insize()Gao Xiang6-38/+38
2025-11-28erofs: enable error reporting for z_erofs_stream_switch_bufs()Gao Xiang5-23/+18
2025-11-28erofs: improve Zstd, LZMA and DEFLATE error stringsGao Xiang3-11/+20
2025-11-28erofs: improve decompression error reportingGao Xiang6-37/+40
2025-11-28erofs: tidy up z_erofs_lz4_handle_overlap()Gao Xiang1-39/+46
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2025-11-24erofs: limit the level of fs stacking for file-backed mountsGao Xiang1-0/+16
2025-11-24erofs: correct FSDAX detectionGao Xiang1-11/+11
2025-11-07erofs: avoid infinite loop due to incomplete zstd-compressed dataGao Xiang1-4/+7
2025-11-05iomap: add caller-provided callbacks for read and readaheadJoanne Koong1-2/+3
2025-11-04erofs: use credential guardsChristian Brauner1-4/+2
2025-10-22erofs: consolidate z_erofs_extent_lookback()Gao Xiang1-14/+6
2025-10-22erofs: avoid infinite loops due to corrupted subpage compact indexesGao Xiang1-14/+18
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-1/+1
2025-10-20mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()Matthew Wilcox1-1/+1
2025-10-17erofs: fix crafted invalid cases for encoded extentsGao Xiang1-1/+6
2025-09-25erofs: drop redundant sanity check for ztailpacking inlineGao Xiang2-5/+2
2025-09-25erofs: Add support for FS_IOC_GETFSLABELBo Liu (OpenAnolis)5-4/+57
2025-09-23erofs: avoid reading more for fragment mapsGao Xiang1-2/+2
2025-09-12erofs: fix long xattr name prefix placementGao Xiang3-6/+16
2025-09-10erofs: fix runtime warning on truncate_folio_batch_exceptionals()Yuezhang Mo1-0/+12
2025-08-28erofs: fix invalid algorithm for encoded extentsGao Xiang1-30/+37
2025-08-11erofs: fix block count report when 48-bit layout is onGao Xiang1-2/+2