summaryrefslogtreecommitdiffstats
path: root/fs/erofs
AgeCommit message (Expand)AuthorLines
2025-11-07erofs: avoid infinite loop due to incomplete zstd-compressed dataGao Xiang-4/+7
2025-10-22erofs: consolidate z_erofs_extent_lookback()Gao Xiang-14/+6
2025-10-22erofs: avoid infinite loops due to corrupted subpage compact indexesGao Xiang-14/+18
2025-10-17erofs: fix crafted invalid cases for encoded extentsGao Xiang-1/+6
2025-09-25erofs: drop redundant sanity check for ztailpacking inlineGao Xiang-5/+2
2025-09-25erofs: Add support for FS_IOC_GETFSLABELBo Liu (OpenAnolis)-4/+57
2025-09-23erofs: avoid reading more for fragment mapsGao Xiang-2/+2
2025-09-12erofs: fix long xattr name prefix placementGao Xiang-6/+16
2025-09-10erofs: fix runtime warning on truncate_folio_batch_exceptionals()Yuezhang Mo-0/+12
2025-08-28erofs: fix invalid algorithm for encoded extentsGao Xiang-30/+37
2025-08-11erofs: fix block count report when 48-bit layout is onGao Xiang-2/+2
2025-08-11erofs: fix atomic context detection when !CONFIG_DEBUG_LOCK_ALLOCJunli Liu-2/+11
2025-08-11erofs: Do not select tristate symbols from bool symbolsGeert Uytterhoeven-10/+10
2025-08-11erofs: Fallback to normal access if DAX is not supported on extra deviceYuezhang Mo-10/+14
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-8/+8
2025-07-24erofs: support to readahead dirent blocks in erofs_readdir()Chao Yu-0/+21
2025-07-24erofs: implement metadata compressionBo Liu (OpenAnolis)-58/+135
2025-07-24erofs: add on-disk definition for metadata compressionGao Xiang-3/+12
2025-07-24erofs: fix build error with CONFIG_EROFS_FS_ZIP_ACCEL=yBo Liu (OpenAnolis)-0/+2
2025-07-24erofs: remove ENOATTR definitionGao Xiang-19/+16
2025-07-24erofs: refine erofs_iomap_begin()Gao Xiang-14/+13
2025-07-24erofs: unify meta buffers in z_erofs_fill_inode()Gao Xiang-13/+10
2025-07-24erofs: remove need_kmap in erofs_read_metabuf()Gao Xiang-21/+22
2025-07-24erofs: do sanity check on m->type in z_erofs_load_compact_lcluster()Chao Yu-62/+41
2025-07-24erofs: get rid of {get,put}_page() for ztailpacking dataGao Xiang-8/+6
2025-07-12erofs: fix large fragment handlingGao Xiang-7/+8
2025-07-10erofs: allow readdir() to be interruptedChao Yu-0/+6
2025-07-10erofs: address D-cache aliasingGao Xiang-19/+21
2025-07-10erofs: use memcpy_to_folio() to replace copy_to_iter()Gao Xiang-9/+1
2025-07-10erofs: fix to add missing tracepoint in erofs_read_folio()Chao Yu-0/+2
2025-07-10erofs: fix to add missing tracepoint in erofs_readahead()Chao Yu-0/+3
2025-06-20erofs: remove a superfluous check for encoded extentsGao Xiang-6/+0
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes-8/+8
2025-06-19erofs: refuse crafted out-of-file-range encoded extentsGao Xiang-0/+4
2025-06-18erofs: impersonate the opener's credentials when accessing backing fileTatsuyuki Ishi-0/+3
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+2
2025-05-25erofs: support DEFLATE decompression by using Intel QATBo Liu-5/+257
2025-05-23erofs: clean up erofs_{init,exit}_sysfs()Gao Xiang-19/+13
2025-05-22erofs: add 'fsoffset' mount option to specify filesystem offsetSheng Yong-6/+24
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells-4/+2
2025-05-16erofs: lazily initialize per-CPU workers and CPU hotplug hooksSandeep Dhavale-20/+50
2025-05-16erofs: refine readahead tracepointGao Xiang-4/+3
2025-05-15erofs: avoid using multiple devices with different typeSheng Yong-1/+4
2025-05-15erofs: fix file handle encoding for 64-bit NIDsHongbo Li-8/+36
2025-05-07erofs: ensure the extra temporary copy is valid for shortened bvecsGao Xiang-17/+14
2025-04-30erofs: remove unused enum typeHongbo Li-1/+0
2025-04-29fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio()Max Kellermann-2/+2
2025-04-13Merge tag 'erofs-for-6.15-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-7/+9
2025-04-10erofs: remove duplicate codeBo Liu-1/+0
2025-04-09erofs: fix encoded extents handlingGao Xiang-2/+3