summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
AgeCommit message (Expand)Author
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
2018-04-12ovl: allocate anon bdev per unique lower fsAmir Goldstein
2018-04-12ovl: factor out ovl_map_dev_ino() helperAmir Goldstein
2018-04-12ovl: cleanup ovl_update_time()Miklos Szeredi
2018-04-12ovl: add WARN_ON() for non-dir redirect casesMiklos Szeredi
2018-04-12ovl: cleanup setting OVL_INDEXVivek Goyal
2018-04-12ovl: set d->is_dir and d->opaque for last path elementVivek Goyal
2018-04-12ovl: Do not check for redirect if this is last layerVivek Goyal
2018-04-12ovl: lookup in inode cache first when decoding lower file handleAmir Goldstein
2018-04-12ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein
2018-04-12ovl: disambiguate ovl_encode_fh()Amir Goldstein
2018-04-12ovl: set lower layer st_dev only if setting lower st_inoAmir Goldstein
2018-04-12ovl: fix lookup with middle layer opaque dir and absolute path redirectsAmir Goldstein
2018-04-12ovl: Set d->last properly during lookupVivek Goyal
2018-04-12ovl: set i_ino to the value of st_ino for NFS exportAmir Goldstein