index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ovl: fix file reference leak when submitting aio
Amir Goldstein
2023-10-02
1
-2
/
+0
*
Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
2023-09-26
1
-0
/
+6
|
\
|
*
ovl: disable IOCB_DIO_CALLER_COMP
Jens Axboe
2023-09-25
1
-0
/
+6
*
|
ovl: fix incorrect fdput() on aio completion
Amir Goldstein
2023-09-04
1
-6
/
+3
|
/
*
Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
2023-08-30
1
-4
/
+4
|
\
|
*
ovl: Validate verity xattr when resolving lowerdata
Alexander Larsson
2023-08-12
1
-4
/
+4
*
|
Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2023-08-28
1
-8
/
+2
|
\
\
|
*
|
ovl: use kiocb_{start,end}_write() helpers
Amir Goldstein
2023-08-21
1
-8
/
+2
|
|
/
*
/
overlayfs: convert to ctime accessor functions
Jeff Layton
2023-07-24
1
-2
/
+5
|
/
*
Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
2023-06-29
1
-2
/
+19
|
\
|
*
ovl: implement lazy lookup of lowerdata in data-only layers
Amir Goldstein
2023-06-19
1
-4
/
+14
|
*
ovl: prepare for lazy lookup of lowerdata inode
Amir Goldstein
2023-06-19
1
-0
/
+7
*
|
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-26
1
-1
/
+22
|
\
\
|
*
|
overlayfs: Implement splice-read
David Howells
2023-05-24
1
-1
/
+22
|
|
/
*
|
ovl: enable fsnotify events on underlying real files
Amir Goldstein
2023-06-19
1
-2
/
+2
*
|
fs: use backing_file container for internal files with "fake" f_path
Amir Goldstein
2023-06-19
1
-2
/
+2
|
/
*
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
2023-01-19
1
-3
/
+1
*
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-2
/
+4
*
Merge tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2022-12-13
1
-1
/
+2
|
\
|
*
ovl: fix comment typos
Jiangshan Yi
2022-12-08
1
-1
/
+1
|
*
ovl: update ->f_iocb_flags when ovl_change_flags() modifies ->f_flags
Al Viro
2022-11-28
1
-0
/
+1
*
|
ovl: remove privs in ovl_fallocate()
Amir Goldstein
2022-10-18
1
-1
/
+11
*
|
ovl: remove privs in ovl_copyfile()
Amir Goldstein
2022-10-18
1
-2
/
+14
|
/
*
overlayfs: constify path
Al Viro
2022-09-01
1
-1
/
+1
*
Merge tag 'ovl-update-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-05-30
1
-19
/
+24
|
\
|
*
ovl: handle idmappings in layer open helpers
Christian Brauner
2022-04-28
1
-2
/
+4
|
*
ovl: use ovl_copy_{real,upper}attr() wrappers
Christian Brauner
2022-04-28
1
-8
/
+7
|
*
ovl: pass layer mnt to ovl_open_realfile()
Amir Goldstein
2022-04-28
1
-9
/
+13
*
|
VFS: add FMODE_CAN_ODIRECT file flag
NeilBrown
2022-05-10
1
-9
/
+4
|
/
*
Merge tag 'ovl-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-11-09
1
-2
/
+14
|
\
|
*
ovl: fix use after free in struct ovl_aio_req
yangerkun
2021-10-29
1
-2
/
+14
*
|
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
2021-10-25
1
-2
/
+2
|
/
*
ovl: fix IOCB_DIRECT if underlying fs doesn't support direct IO
Miklos Szeredi
2021-09-28
1
-1
/
+14
*
ovl: fix deadlock in splice write
Miklos Szeredi
2021-08-10
1
-1
/
+46
*
Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-05-01
1
-0
/
+21
|
\
|
*
ovl: plumb through flush method
Sargun Dhillon
2021-04-12
1
-0
/
+21
*
|
Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-04-27
1
-110
/
+0
|
\
\
|
*
|
ovl: remove unneeded ioctls
Miklos Szeredi
2021-04-12
1
-110
/
+0
|
|
/
*
/
ovl: fix reference counting in ovl_mmap error path
Christian König
2021-04-23
1
-10
/
+1
|
/
*
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
1
-3
/
+3
|
\
|
*
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2021-01-24
1
-2
/
+2
|
*
namei: make permission helpers idmapped mount aware
Christian Brauner
2021-01-24
1
-1
/
+1
*
|
ovl: implement volatile-specific fsync error behaviour
Sargun Dhillon
2021-01-28
1
-2
/
+3
|
/
*
ovl: do not fail because of O_NOATIME
Miklos Szeredi
2020-12-14
1
-8
/
+3
*
ovl: simplify file splice
Miklos Szeredi
2020-12-14
1
-44
/
+2
*
ovl: make ioctl() safe
Miklos Szeredi
2020-12-14
1
-71
/
+16
*
ovl: use generic vfs_ioc_setflags_prepare() helper
Amir Goldstein
2020-10-06
1
-32
/
+30
*
ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directories
Amir Goldstein
2020-10-06
1
-3
/
+13
*
ovl: provide a mount option "volatile"
Vivek Goyal
2020-09-02
1
-1
/
+9
*
ovl: fix unneeded call to ovl_change_flags()
Amir Goldstein
2020-07-16
1
-4
/
+6
[next]