summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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