aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/ishare.c
AgeCommit message (Expand)AuthorFilesLines
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