aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-11ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctlsGravatar Amir Goldstein 1-26/+65
2019-05-27ovl: support the FS_IOC_FS[SG]ETXATTR ioctlsGravatar Amir Goldstein 1-3/+6
2019-05-06ovl: check the capability before cred overriddenGravatar Jiufei Xue 1-18/+61
2019-05-06ovl: do not generate duplicate fsnotify events for "fake" pathGravatar Amir Goldstein 1-3/+4
2019-05-06ovl: support stacked SEEK_HOLE/SEEK_DATAGravatar Amir Goldstein 1-4/+40
2019-05-06ovl: fix missing upper fs freeze protection on copy up for ioctlGravatar Amir Goldstein 1-3/+2
2018-10-30vfs: plumb remap flags through the vfs dedupe functionsGravatar Darrick J. Wong 1-1/+2
2018-10-30vfs: plumb remap flags through the vfs clone functionsGravatar Darrick J. Wong 1-3/+3
2018-10-30vfs: make remap_file_range functions take and return bytes completedGravatar Darrick J. Wong 1-6/+6
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeGravatar Darrick J. Wong 1-13/+17
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Gravatar Amir Goldstein 1-1/+1
2018-09-24ovl: fix freeze protection bypass in ovl_clone_file_range()Gravatar Amir Goldstein 1-1/+1
2018-09-24ovl: fix freeze protection bypass in ovl_write_iter()Gravatar Amir Goldstein 1-0/+2
2018-09-03ovl: add ovl_fadvise()Gravatar Amir Goldstein 1-0/+20
2018-08-30ovl: fix GPF in swapfile_activate of file from overlayfs over xfsGravatar Amir Goldstein 1-3/+0
2018-07-20ovl: Do not do metacopy only for ioctl modifying file attrGravatar Vivek Goyal 1-1/+1
2018-07-20ovl: Open file with data except for the case of fsyncGravatar Vivek Goyal 1-9/+30
2018-07-18ovl: add reflink/copyfile/dedup supportGravatar Miklos Szeredi 1-0/+87
2018-07-18ovl: add O_DIRECT supportGravatar Miklos Szeredi 1-0/+3
2018-07-18ovl: add lsattr/chattr supportGravatar Miklos Szeredi 1-0/+79
2018-07-18ovl: add ovl_fallocate()Gravatar Miklos Szeredi 1-0/+24
2018-07-18ovl: add ovl_mmap()Gravatar Miklos Szeredi 1-0/+32
2018-07-18ovl: add ovl_fsync()Gravatar Miklos Szeredi 1-0/+23
2018-07-18ovl: add ovl_write_iter()Gravatar Miklos Szeredi 1-0/+39
2018-07-18ovl: add ovl_read_iter()Gravatar Miklos Szeredi 1-0/+67
2018-07-18ovl: add helper to return real fileGravatar Miklos Szeredi 1-0/+60
2018-07-18ovl: stack file opsGravatar Miklos Szeredi 1-0/+76