summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-4/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* | ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctlsAmir Goldstein2019-06-111-26/+65
|/
* ovl: support the FS_IOC_FS[SG]ETXATTR ioctlsAmir Goldstein2019-05-271-3/+6
* ovl: check the capability before cred overriddenJiufei Xue2019-05-061-18/+61
* ovl: do not generate duplicate fsnotify events for "fake" pathAmir Goldstein2019-05-061-3/+4
* ovl: support stacked SEEK_HOLE/SEEK_DATAAmir Goldstein2019-05-061-4/+40
* ovl: fix missing upper fs freeze protection on copy up for ioctlAmir Goldstein2019-05-061-3/+2Star
* vfs: plumb remap flags through the vfs dedupe functionsDarrick J. Wong2018-10-301-1/+2
* vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong2018-10-301-3/+3
* vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-6/+6
* vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-301-13/+17
* vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein2018-09-241-1/+1
* ovl: fix freeze protection bypass in ovl_clone_file_range()Amir Goldstein2018-09-241-1/+1
* ovl: fix freeze protection bypass in ovl_write_iter()Amir Goldstein2018-09-241-0/+2
* ovl: add ovl_fadvise()Amir Goldstein2018-09-031-0/+20
* ovl: fix GPF in swapfile_activate of file from overlayfs over xfsAmir Goldstein2018-08-301-3/+0Star
* ovl: Do not do metacopy only for ioctl modifying file attrVivek Goyal2018-07-201-1/+1
* ovl: Open file with data except for the case of fsyncVivek Goyal2018-07-201-9/+30
* ovl: add reflink/copyfile/dedup supportMiklos Szeredi2018-07-181-0/+87
* ovl: add O_DIRECT supportMiklos Szeredi2018-07-181-0/+3
* ovl: add lsattr/chattr supportMiklos Szeredi2018-07-181-0/+79
* ovl: add ovl_fallocate()Miklos Szeredi2018-07-181-0/+24
* ovl: add ovl_mmap()Miklos Szeredi2018-07-181-0/+32
* ovl: add ovl_fsync()Miklos Szeredi2018-07-181-0/+23
* ovl: add ovl_write_iter()Miklos Szeredi2018-07-181-0/+39
* ovl: add ovl_read_iter()Miklos Szeredi2018-07-181-0/+67
* ovl: add helper to return real fileMiklos Szeredi2018-07-181-0/+60
* ovl: stack file opsMiklos Szeredi2018-07-181-0/+76