aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/fileio.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-17erofs: set fileio bio failed in short read caseSheng Yong1-4/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+1
2026-02-06erofs: fix UAF issue for file-backed mounts w/ directio optionChao Yu1-1/+6
2026-02-03erofs: handle end of filesystem properly for file-backed mountsGao Xiang1-12/+8
2026-01-23erofs: support unencoded inodes for page cache shareHongbo Li1-9/+16
2026-01-23erofs: pass inode to trace_erofs_read_folioHongbo Li1-1/+1
2025-12-03Merge tag 'erofs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-11-30erofs: get rid of raw bi_end_io() usageGao Xiang1-1/+1
2025-11-04erofs: use credential guardsChristian Brauner1-4/+2
2025-07-24erofs: implement metadata compressionBo Liu (OpenAnolis)1-1/+1
2025-07-24erofs: remove need_kmap in erofs_read_metabuf()Gao Xiang1-1/+1
2025-07-10erofs: address D-cache aliasingGao Xiang1-2/+2
2025-07-10erofs: use memcpy_to_folio() to replace copy_to_iter()Gao Xiang1-9/+1
2025-06-18erofs: impersonate the opener's credentials when accessing backing fileTatsuyuki Ishi1-0/+3
2025-05-22erofs: add 'fsoffset' mount option to specify filesystem offsetSheng Yong1-1/+2
2025-05-16erofs: refine readahead tracepointGao Xiang1-1/+1
2025-04-29fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio()Max Kellermann1-2/+2
2025-04-09erofs: set error to bio if file-backed IO failsSheng Yong1-0/+2
2025-03-17erofs: get rid of erofs_kmap_typeBo Liu1-1/+1
2025-01-17erofs: shorten bvecs[] for file-backed mountsGao Xiang1-2/+2
2024-12-16erofs: use buffered I/O for file-backed mounts by defaultGao Xiang1-2/+5
2024-12-16erofs: reference `struct erofs_device_info` for erofs_map_devGao Xiang1-1/+1
2024-09-10erofs: support compressed inodes for fileioGao Xiang1-4/+18
2024-09-10erofs: support unencoded inodes for fileioGao Xiang1-0/+178