Age | Commit message (Expand) | Author |
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 |
2021-08-10 | ovl: fix deadlock in splice write | Miklos Szeredi |
2021-04-30 | Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2021-04-27 | Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-04-23 | ovl: fix reference counting in ovl_mmap error path | Christian König |
2021-04-12 | ovl: remove unneeded ioctls | Miklos Szeredi |
2021-04-12 | ovl: plumb through flush method | Sargun Dhillon |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-01-28 | ovl: implement volatile-specific fsync error behaviour | Sargun Dhillon |
2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner |
2021-01-24 | namei: make permission helpers idmapped mount aware | Christian Brauner |
2020-12-14 | ovl: do not fail because of O_NOATIME | Miklos Szeredi |
2020-12-14 | ovl: simplify file splice | Miklos Szeredi |
2020-12-14 | ovl: make ioctl() safe | Miklos Szeredi |
2020-10-06 | ovl: use generic vfs_ioc_setflags_prepare() helper | Amir Goldstein |
2020-10-06 | ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directories | Amir Goldstein |
2020-09-02 | ovl: provide a mount option "volatile" | Vivek Goyal |
2020-07-16 | ovl: fix unneeded call to ovl_change_flags() | Amir Goldstein |
2020-06-04 | ovl: only pass ->ki_flags to ovl_iocb_to_rwf() | Miklos Szeredi |
2020-06-03 | ovl: check permission to open real file | Miklos Szeredi |
2020-06-03 | ovl: call secutiry hook in ovl_real_ioctl() | Miklos Szeredi |
2020-03-13 | ovl: fix lockdep warning for async write | Miklos Szeredi |
2020-02-03 | ovl: fix lseek overflow on 32bit | Miklos Szeredi |
2020-01-24 | ovl: add splice file read write helper | Murphy Zhou |
2020-01-24 | ovl: implement async IO routines | Jiufei Xue |
2020-01-22 | ovl: use ovl_inode_lock in ovl_llseek() | Amir Goldstein |
2019-06-21 | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-06-11 | ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctls | Amir Goldstein |
2019-05-27 | ovl: support the FS_IOC_FS[SG]ETXATTR ioctls | Amir Goldstein |
2019-05-06 | ovl: check the capability before cred overridden | Jiufei Xue |
2019-05-06 | ovl: do not generate duplicate fsnotify events for "fake" path | Amir Goldstein |
2019-05-06 | ovl: support stacked SEEK_HOLE/SEEK_DATA | Amir Goldstein |
2019-05-06 | ovl: fix missing upper fs freeze protection on copy up for ioctl | Amir Goldstein |
2018-10-30 | vfs: plumb remap flags through the vfs dedupe functions | Darrick J. Wong |
2018-10-30 | vfs: plumb remap flags through the vfs clone functions | Darrick J. Wong |
2018-10-30 | vfs: make remap_file_range functions take and return bytes completed | Darrick J. Wong |
2018-10-30 | vfs: combine the clone and dedupe into a single remap_file_range | Darrick J. Wong |
2018-09-24 | vfs: swap names of {do,vfs}_clone_file_range() | Amir Goldstein |
2018-09-24 | ovl: fix freeze protection bypass in ovl_clone_file_range() | Amir Goldstein |
2018-09-24 | ovl: fix freeze protection bypass in ovl_write_iter() | Amir Goldstein |
2018-09-03 | ovl: add ovl_fadvise() | Amir Goldstein |
2018-08-30 | ovl: fix GPF in swapfile_activate of file from overlayfs over xfs | Amir Goldstein |
2018-07-20 | ovl: Do not do metacopy only for ioctl modifying file attr | Vivek Goyal |
2018-07-20 | ovl: Open file with data except for the case of fsync | Vivek Goyal |
2018-07-18 | ovl: add reflink/copyfile/dedup support | Miklos Szeredi |