summaryrefslogtreecommitdiff
path: root/fs/erofs/fileio.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-02erofs: set fileio bio failed in short read caseSheng Yong1-4/+2
2026-03-04erofs: handle end of filesystem properly for file-backed mountsGao Xiang1-12/+8
2026-03-04erofs: get rid of raw bi_end_io() usageGao Xiang1-1/+1
2026-02-16erofs: fix UAF issue for file-backed mounts w/ directio optionChao Yu1-1/+6
2025-07-17erofs: refine readahead tracepointGao Xiang1-1/+1
2025-07-17erofs: address D-cache aliasingGao Xiang1-2/+2
2025-05-18fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio()Max Kellermann1-2/+2
2025-04-20erofs: set error to bio if file-backed IO failsSheng Yong1-0/+2
2024-12-27erofs: use buffered I/O for file-backed mounts by defaultGao Xiang1-2/+5
2024-12-27erofs: 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