index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
file.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-12
overlayfs: add setlease file operation
Jeff Layton
2025-11-19
ovl: port ovl_copyfile() to cred guard
Christian Brauner
2025-11-19
ovl: port ovl_flush() to cred guard
Christian Brauner
2025-11-19
ovl: port ovl_fadvise() to cred guard
Christian Brauner
2025-11-19
ovl: port ovl_fallocate() to cred guard
Christian Brauner
2025-11-19
ovl: port ovl_fsync() to cred guard
Christian Brauner
2025-11-19
ovl: port ovl_llseek() to cred guard
Christian Brauner
2025-11-19
ovl: port ovl_open_realfile() to cred guard
Christian Brauner
2025-10-10
ovl: remove redundant IOCB_DIO_CALLER_COMP clearing
Seong-Gwang Heo
2025-09-15
ovl_is_real_file: constify realpath argument
Al Viro
2025-07-18
ovl: remove unneeded non-const conversion
Amir Goldstein
2025-04-30
ovl: Fix nested backing file paths
André Almeida
2024-11-15
ovl: convert ovl_real_fdget() callers to ovl_real_file()
Amir Goldstein
2024-11-15
ovl: convert ovl_real_fdget_path() callers to ovl_real_file_path()
Amir Goldstein
2024-11-15
ovl: store upper real file in ovl_file struct
Amir Goldstein
2024-11-15
ovl: allocate a container struct ovl_file for ovl private context
Amir Goldstein
2024-11-15
ovl: do not open non-data lower file for fsync
Amir Goldstein
2024-11-11
ovl: use wrapper ovl_revert_creds()
Vinicius Costa Gomes
2024-11-11
backing-file: clean up the API
Miklos Szeredi
2024-10-16
fs: pass offset and result to backing_file end_write() callback
Amir Goldstein
2024-09-27
ovl: fix file leak in ovl_real_fdget_meta()
Amir Goldstein
2024-08-12
struct fd: representation change
Al Viro
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
2024-05-02
ovl: implement tmpfile
Miklos Szeredi
2023-12-23
fs: factor out backing_file_mmap() helper
Amir Goldstein
2023-12-23
fs: factor out backing_file_splice_{read,write}() helpers
Amir Goldstein
2023-12-23
fs: factor out backing_file_{read,write}_iter() helpers
Amir Goldstein
2023-12-23
fs: prepare for stackable filesystems backing file helpers
Amir Goldstein
2023-11-24
fs: move kiocb_start_write() into vfs_iocb_iter_write()
Amir Goldstein
2023-11-24
fs: move file_start_write() into vfs_iter_write()
Amir Goldstein
2023-10-31
ovl: add helper ovl_file_modified()
Amir Goldstein
2023-10-31
ovl: punt write aio completion to workqueue
Amir Goldstein
2023-10-31
ovl: propagate IOCB_APPEND flag on writes to realfile
Amir Goldstein
2023-10-31
ovl: use simpler function to convert iocb to rw flags
Amir Goldstein
2023-10-18
overlayfs: convert to new timestamp accessors
Jeff Layton
2023-10-02
ovl: fix file reference leak when submitting aio
Amir Goldstein
2023-09-26
Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
2023-09-25
ovl: disable IOCB_DIO_CALLER_COMP
Jens Axboe
2023-09-04
ovl: fix incorrect fdput() on aio completion
Amir Goldstein
2023-08-30
Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
2023-08-28
Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2023-08-21
ovl: use kiocb_{start,end}_write() helpers
Amir Goldstein
2023-08-12
ovl: Validate verity xattr when resolving lowerdata
Alexander Larsson
2023-07-24
overlayfs: convert to ctime accessor functions
Jeff Layton
2023-06-29
Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
2023-06-26
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-19
ovl: enable fsnotify events on underlying real files
Amir Goldstein
2023-06-19
fs: use backing_file container for internal files with "fake" f_path
Amir Goldstein
[next]