| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+2 |
| 2025-07-18 | fs: constify file ptr in backing_file accessor helpers | Amir Goldstein | 1 | -2/+2 |
| 2025-06-17 | fs: consistently use can_mmap_file() helper | Lorenzo Stoakes | 1 | -1/+1 |
| 2025-06-17 | mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare | Lorenzo Stoakes | 1 | -1/+1 |
| 2024-12-02 | tree-wide: s/revert_creds_light()/revert_creds()/g | Christian Brauner | 1 | -5/+5 |
| 2024-12-02 | tree-wide: s/override_creds_light()/override_creds()/g | Christian Brauner | 1 | -5/+5 |
| 2024-11-26 | fs/backing_file: fix wrong argument in callback | Amir Goldstein | 1 | -1/+2 |
| 2024-11-11 | fs/backing-file: Convert to revert/override_creds_light() | Vinicius Costa Gomes | 1 | -10/+10 |
| 2024-11-11 | backing-file: clean up the API | Miklos Szeredi | 1 | -17/+16 |
| 2024-10-16 | fs: pass offset and result to backing_file end_write() callback | Amir Goldstein | 1 | -4/+4 |
| 2024-08-23 | backing-file: convert to using fops->splice_write | Ed Tsai | 1 | -1/+4 |
| 2024-05-02 | ovl: implement tmpfile | Miklos Szeredi | 1 | -0/+23 |
| 2024-02-02 | fs: Use KMEM_CACHE instead of kmem_cache_create | Kunwu Chan | 1 | -3/+1 |
| 2023-12-23 | fs: factor out backing_file_mmap() helper | Amir Goldstein | 1 | -0/+27 |
| 2023-12-23 | fs: factor out backing_file_splice_{read,write}() helpers | Amir Goldstein | 1 | -0/+51 |
| 2023-12-23 | fs: factor out backing_file_{read,write}_iter() helpers | Amir Goldstein | 1 | -0/+210 |
| 2023-12-23 | fs: prepare for stackable filesystems backing file helpers | Amir Goldstein | 1 | -0/+48 |