summaryrefslogtreecommitdiff
path: root/fs/backing-file.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-04lsm: add backing_file LSM hooksPaul Moore1-4/+14
2026-07-04fs: constify file ptr in backing_file accessor helpersAmir Goldstein1-2/+2
2024-10-16fs: pass offset and result to backing_file end_write() callbackAmir Goldstein1-4/+4
2024-08-23backing-file: convert to using fops->splice_writeEd Tsai1-1/+4
2024-05-02ovl: implement tmpfileMiklos Szeredi1-0/+23
2024-02-02fs: Use KMEM_CACHE instead of kmem_cache_createKunwu Chan1-3/+1
2023-12-23fs: factor out backing_file_mmap() helperAmir Goldstein1-0/+27
2023-12-23fs: factor out backing_file_splice_{read,write}() helpersAmir Goldstein1-0/+51
2023-12-23fs: factor out backing_file_{read,write}_iter() helpersAmir Goldstein1-0/+210
2023-12-23fs: prepare for stackable filesystems backing file helpersAmir Goldstein1-0/+48