aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperGravatar Vivek Goyal 4-11/+142
2018-07-20ovl: Add helper ovl_already_copied_up()Gravatar Vivek Goyal 3-19/+28
2018-07-20ovl: Copy up only metadata during copy up where it makes senseGravatar Vivek Goyal 1-1/+24
2018-07-20ovl: During copy up, first copy up metadata and then dataGravatar Vivek Goyal 1-19/+17
2018-07-20ovl: Provide a mount option metacopy=on/off for metadata copyupGravatar Vivek Goyal 3-3/+63
2018-07-20ovl: Move the copy up helpers to copy_up.cGravatar Vivek Goyal 3-33/+33
2018-07-20ovl: Initialize ovl_inode->redirect in ovl_get_inode()Gravatar Vivek Goyal 3-7/+5
2018-07-18ovl: obsolete "check_copy_up" module optionGravatar Miklos Szeredi 1-23/+7
2018-07-18vfs: remove open_flags from d_real()Gravatar Miklos Szeredi 1-33/+3
2018-07-18Partially revert "locks: fix file locking on overlayfs"Gravatar Miklos Szeredi 1-1/+1
2018-07-18Revert "vfs: add flags to d_real()"Gravatar Miklos Szeredi 1-2/+2
2018-07-18Revert "ovl: fix relatime for directories"Gravatar Miklos Szeredi 1-3/+0
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 ovl_fiemap()Gravatar Miklos Szeredi 1-1/+28
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 4-2/+82
2018-07-18ovl: deal with overlay files in ovl_d_real()Gravatar Miklos Szeredi 1-0/+4
2018-07-18ovl: copy up file size as wellGravatar Miklos Szeredi 2-9/+2
2018-07-18Revert "Revert "ovl: get_write_access() in truncate""Gravatar Miklos Szeredi 1-0/+21
2018-07-18ovl: copy up inode flagsGravatar Miklos Szeredi 2-0/+8
2018-07-18ovl: copy up timesGravatar Miklos Szeredi 4-9/+37
2018-07-17ovl: fix wrong use of impure dir cache in ovl_iterate()Gravatar Amir Goldstein 1-2/+17
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 2-2/+2
2018-05-31ovl: use inode_insert5() to hash a newly created inodeGravatar Amir Goldstein 3-12/+60
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureGravatar Vivek Goyal 4-15/+34
2018-05-31ovl: clean up copy-up error pathsGravatar Miklos Szeredi 1-36/+18
2018-05-31ovl: return EIO on internal errorGravatar Miklos Szeredi 1-1/+1
2018-05-31ovl: make ovl_create_real() cope with vfs_mkdir() safelyGravatar Al Viro 1-1/+33
2018-05-31ovl: create helper ovl_create_temp()Gravatar Amir Goldstein 3-15/+14
2018-05-31ovl: return dentry from ovl_create_real()Gravatar Miklos Szeredi 4-48/+40
2018-05-31ovl: struct cattr cleanupsGravatar Amir Goldstein 4-33/+30
2018-05-31ovl: strip debug argument from ovl_do_ helpersGravatar Amir Goldstein 4-40/+33
2018-05-31ovl: remove WARN_ON() real inode attributes mismatchGravatar Amir Goldstein 1-7/+0
2018-05-31ovl: Kconfig documentation fixesGravatar Miklos Szeredi 1-3/+3
2018-04-12ovl: add support for "xino" mount and config optionsGravatar Amir Goldstein 3-3/+88
2018-04-12ovl: consistent d_ino for non-samefs with xinoGravatar Amir Goldstein 1-6/+39
2018-04-12ovl: consistent i_ino for non-samefs with xinoGravatar Amir Goldstein 4-14/+21
2018-04-12ovl: constant st_ino for non-samefs with xinoGravatar Amir Goldstein 5-10/+75
2018-04-12ovl: allocate anon bdev per unique lower fsGravatar Amir Goldstein 4-28/+72
2018-04-12ovl: factor out ovl_map_dev_ino() helperGravatar Amir Goldstein 3-39/+57
2018-04-12ovl: cleanup ovl_update_time()Gravatar Miklos Szeredi 1-17/+11