summaryrefslogtreecommitdiff
path: root/fs/erofs/ishare.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24erofs: support large folios in inode_share modeJingbo Xu1-0/+1
2026-08-24erofs: support splice() in inode_share modeZhan Xusheng1-1/+8
2026-08-24erofs: support SEEK_HOLE/SEEK_DATA in inode_share modeJingbo Xu1-1/+1
2026-07-27erofs: ensure valid f_path for page cache sharingGao Xiang1-29/+27
2026-07-08erofs: get rid of erofs_is_ishare_inode() helperGao Xiang1-7/+1
2026-06-22erofs: remove fscache backend entirelyGao Xiang1-1/+1
2026-06-17erofs: clean up erofs_ishare_fill_inode()Gao Xiang1-26/+19
2026-04-13Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+9
2026-04-03lsm: add backing_file LSM hooksPaul Moore1-1/+9
2026-03-25erofs: fix .fadvise() for page cache sharingGao Xiang1-2/+13
2026-02-23erofs: allow sharing page cache with the same aops onlyHongbo Li1-5/+9
2026-01-23erofs: implement .fadvise for page cache shareHongzhen Luo1-0/+7
2026-01-23erofs: support compressed inodes for page cache shareHongzhen Luo1-2/+0
2026-01-23erofs: support unencoded inodes for page cache shareHongbo Li1-0/+34
2026-01-23erofs: introduce the page cache share featureHongzhen Luo1-0/+167