aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2018-07-20ovl: Copy up meta inode data from lowest data inodeVivek Goyal
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal
2018-07-20ovl: Use out_err instead of out_nomemVivek Goyal
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperVivek Goyal
2018-07-20ovl: Add helper ovl_already_copied_up()Vivek Goyal
2018-07-20ovl: Copy up only metadata during copy up where it makes senseVivek Goyal
2018-07-20ovl: During copy up, first copy up metadata and then dataVivek Goyal
2018-07-20ovl: Provide a mount option metacopy=on/off for metadata copyupVivek Goyal
2018-07-20ovl: Move the copy up helpers to copy_up.cVivek Goyal
2018-07-20ovl: Initialize ovl_inode->redirect in ovl_get_inode()Vivek Goyal
2018-07-18ovl: obsolete "check_copy_up" module optionMiklos Szeredi
2018-07-18vfs: remove open_flags from d_real()Miklos Szeredi
2018-07-18Partially revert "locks: fix file locking on overlayfs"Miklos Szeredi
2018-07-18Revert "vfs: add flags to d_real()"Miklos Szeredi
2018-07-18Revert "ovl: fix relatime for directories"Miklos Szeredi
2018-07-18ovl: add reflink/copyfile/dedup supportMiklos Szeredi
2018-07-18ovl: add O_DIRECT supportMiklos Szeredi
2018-07-18ovl: add ovl_fiemap()Miklos Szeredi
2018-07-18ovl: add lsattr/chattr supportMiklos Szeredi
2018-07-18ovl: add ovl_fallocate()Miklos Szeredi
2018-07-18ovl: add ovl_mmap()Miklos Szeredi
2018-07-18ovl: add ovl_fsync()Miklos Szeredi
2018-07-18ovl: add ovl_write_iter()Miklos Szeredi
2018-07-18ovl: add ovl_read_iter()Miklos Szeredi
2018-07-18ovl: add helper to return real fileMiklos Szeredi
2018-07-18ovl: stack file opsMiklos Szeredi
2018-07-18ovl: deal with overlay files in ovl_d_real()Miklos Szeredi
2018-07-18ovl: copy up file size as wellMiklos Szeredi
2018-07-18Revert "Revert "ovl: get_write_access() in truncate""Miklos Szeredi
2018-07-18ovl: copy up inode flagsMiklos Szeredi
2018-07-18ovl: copy up timesMiklos Szeredi
2018-07-17ovl: fix wrong use of impure dir cache in ovl_iterate()Amir Goldstein
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-31ovl: use inode_insert5() to hash a newly created inodeAmir Goldstein
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal
2018-05-31ovl: clean up copy-up error pathsMiklos Szeredi
2018-05-31ovl: return EIO on internal errorMiklos Szeredi
2018-05-31ovl: make ovl_create_real() cope with vfs_mkdir() safelyAl Viro
2018-05-31ovl: create helper ovl_create_temp()Amir Goldstein
2018-05-31ovl: return dentry from ovl_create_real()Miklos Szeredi
2018-05-31ovl: struct cattr cleanupsAmir Goldstein
2018-05-31ovl: strip debug argument from ovl_do_ helpersAmir Goldstein
2018-05-31ovl: remove WARN_ON() real inode attributes mismatchAmir Goldstein
2018-05-31ovl: Kconfig documentation fixesMiklos Szeredi
2018-04-12ovl: add support for "xino" mount and config optionsAmir Goldstein
2018-04-12ovl: consistent d_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: consistent i_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: constant st_ino for non-samefs with xinoAmir Goldstein