aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperVivek Goyal4-11/+142
2018-07-20ovl: Add helper ovl_already_copied_up()Vivek Goyal3-19/+28
2018-07-20ovl: Copy up only metadata during copy up where it makes senseVivek Goyal1-1/+24
2018-07-20ovl: During copy up, first copy up metadata and then dataVivek Goyal1-19/+17
2018-07-20ovl: Provide a mount option metacopy=on/off for metadata copyupVivek Goyal3-3/+63
2018-07-20ovl: Move the copy up helpers to copy_up.cVivek Goyal3-33/+33
2018-07-20ovl: Initialize ovl_inode->redirect in ovl_get_inode()Vivek Goyal3-7/+5
2018-07-18ovl: obsolete "check_copy_up" module optionMiklos Szeredi1-23/+7
2018-07-18vfs: remove open_flags from d_real()Miklos Szeredi1-33/+3
2018-07-18Partially revert "locks: fix file locking on overlayfs"Miklos Szeredi1-1/+1
2018-07-18Revert "vfs: add flags to d_real()"Miklos Szeredi1-2/+2
2018-07-18Revert "ovl: fix relatime for directories"Miklos Szeredi1-3/+0
2018-07-18ovl: add reflink/copyfile/dedup supportMiklos Szeredi1-0/+87
2018-07-18ovl: add O_DIRECT supportMiklos Szeredi1-0/+3
2018-07-18ovl: add ovl_fiemap()Miklos Szeredi1-1/+28
2018-07-18ovl: add lsattr/chattr supportMiklos Szeredi1-0/+79
2018-07-18ovl: add ovl_fallocate()Miklos Szeredi1-0/+24
2018-07-18ovl: add ovl_mmap()Miklos Szeredi1-0/+32
2018-07-18ovl: add ovl_fsync()Miklos Szeredi1-0/+23
2018-07-18ovl: add ovl_write_iter()Miklos Szeredi1-0/+39
2018-07-18ovl: add ovl_read_iter()Miklos Szeredi1-0/+67
2018-07-18ovl: add helper to return real fileMiklos Szeredi1-0/+60
2018-07-18ovl: stack file opsMiklos Szeredi4-2/+82
2018-07-18ovl: deal with overlay files in ovl_d_real()Miklos Szeredi1-0/+4
2018-07-18ovl: copy up file size as wellMiklos Szeredi2-9/+2
2018-07-18Revert "Revert "ovl: get_write_access() in truncate""Miklos Szeredi1-0/+21
2018-07-18ovl: copy up inode flagsMiklos Szeredi2-0/+8
2018-07-18ovl: copy up timesMiklos Szeredi4-9/+37
2018-07-17ovl: fix wrong use of impure dir cache in ovl_iterate()Amir Goldstein1-2/+17
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds2-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani2-2/+2
2018-05-31ovl: use inode_insert5() to hash a newly created inodeAmir Goldstein3-12/+60
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal4-15/+34
2018-05-31ovl: clean up copy-up error pathsMiklos Szeredi1-36/+18
2018-05-31ovl: return EIO on internal errorMiklos Szeredi1-1/+1
2018-05-31ovl: make ovl_create_real() cope with vfs_mkdir() safelyAl Viro1-1/+33
2018-05-31ovl: create helper ovl_create_temp()Amir Goldstein3-15/+14
2018-05-31ovl: return dentry from ovl_create_real()Miklos Szeredi4-48/+40
2018-05-31ovl: struct cattr cleanupsAmir Goldstein4-33/+30
2018-05-31ovl: strip debug argument from ovl_do_ helpersAmir Goldstein4-40/+33
2018-05-31ovl: remove WARN_ON() real inode attributes mismatchAmir Goldstein1-7/+0
2018-05-31ovl: Kconfig documentation fixesMiklos Szeredi1-3/+3
2018-04-12ovl: add support for "xino" mount and config optionsAmir Goldstein3-3/+88
2018-04-12ovl: consistent d_ino for non-samefs with xinoAmir Goldstein1-6/+39
2018-04-12ovl: consistent i_ino for non-samefs with xinoAmir Goldstein4-14/+21
2018-04-12ovl: constant st_ino for non-samefs with xinoAmir Goldstein5-10/+75
2018-04-12ovl: allocate anon bdev per unique lower fsAmir Goldstein4-28/+72
2018-04-12ovl: factor out ovl_map_dev_ino() helperAmir Goldstein3-39/+57
2018-04-12ovl: cleanup ovl_update_time()Miklos Szeredi1-17/+11