index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
file.c
Age
Commit message (
Expand
)
Author
2025-06-27
ovl: Fix nested backing file paths
André Almeida
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
2023-06-19
ovl: implement lazy lookup of lowerdata in data-only layers
Amir Goldstein
2023-06-19
ovl: prepare for lazy lookup of lowerdata inode
Amir Goldstein
2023-05-24
overlayfs: Implement splice-read
David Howells
2023-01-19
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2022-12-12
Merge tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2022-12-08
ovl: fix comment typos
Jiangshan Yi
2022-11-28
ovl: update ->f_iocb_flags when ovl_change_flags() modifies ->f_flags
Al Viro
2022-10-18
ovl: remove privs in ovl_fallocate()
Amir Goldstein
2022-10-18
ovl: remove privs in ovl_copyfile()
Amir Goldstein
2022-09-01
overlayfs: constify path
Al Viro
2022-05-30
Merge tag 'ovl-update-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-05-09
VFS: add FMODE_CAN_ODIRECT file flag
NeilBrown
2022-04-28
ovl: handle idmappings in layer open helpers
Christian Brauner
2022-04-28
ovl: use ovl_copy_{real,upper}attr() wrappers
Christian Brauner
2022-04-28
ovl: pass layer mnt to ovl_open_realfile()
Amir Goldstein
2021-11-09
Merge tag 'ovl-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-10-29
ovl: fix use after free in struct ovl_aio_req
yangerkun
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
2021-09-28
ovl: fix IOCB_DIRECT if underlying fs doesn't support direct IO
Miklos Szeredi
[next]