summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-16ovl: fix return value of ovl_fill_superGeliang Tang
2016-12-16ovl: clean up kstat usageAl Viro
2016-12-16ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein
2016-12-16ovl: create directories inside merged parent opaqueAmir Goldstein
2016-12-16ovl: opaque cleanupMiklos Szeredi
2016-12-16ovl: show redirect_dir mount optionAmir Goldstein
2016-12-16ovl: allow setting max size of redirectMiklos Szeredi
2016-12-16ovl: allow redirect_dir to default to "on"Miklos Szeredi
2016-12-16ovl: check for emptiness of redirect dirAmir Goldstein
2016-12-16ovl: redirect on rename-dirMiklos Szeredi
2016-12-16ovl: lookup redirectsMiklos Szeredi
2016-12-16ovl: consolidate lookup for underlying layersMiklos Szeredi
2016-12-16ovl: fix nested overlayfs mountAmir Goldstein
2016-12-16ovl: check namelenMiklos Szeredi
2016-12-16ovl: split super.cMiklos Szeredi
2016-12-16ovl: use d_is_dir()Miklos Szeredi
2016-12-16ovl: simplify lookupMiklos Szeredi
2016-12-16ovl: check lower existence of rename targetMiklos Szeredi
2016-12-16ovl: rename: simplify handling of lower/merged directoryMiklos Szeredi
2016-12-16ovl: get rid of PURE typeMiklos Szeredi
2016-12-16ovl: check lower existence when removingMiklos Szeredi
2016-12-16ovl: add ovl_dentry_is_whiteout()Miklos Szeredi
2016-12-16ovl: don't check stickyMiklos Szeredi
2016-12-16ovl: don't check rename to selfMiklos Szeredi
2016-12-16ovl: treat special files like a regular fsMiklos Szeredi
2016-12-16ovl: rename ovl_rename2() to ovl_rename()Miklos Szeredi
2016-12-16ovl: use vfs_clone_file_range() for copy up if possibleAmir Goldstein
2016-12-16Revert "ovl: get_write_access() in truncate"Miklos Szeredi
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-12-04don't open-code file_inode()Al Viro
2016-11-29ovl: fix d_real() for stacked fsMiklos Szeredi
2016-10-31ovl: fsync after copy-upMiklos Szeredi
2016-10-31ovl: fix get_acl() on tmpfsMiklos Szeredi
2016-10-31ovl: update S_ISGID when setting posix ACLsMiklos Szeredi
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-10-14overlayfs: Fix setting IOP_XATTR flagVivek Goyal
2016-10-14ovl: use vfs_get_link()Miklos Szeredi
2016-10-14ovl: use generic_readlinkMiklos Szeredi
2016-10-14ovl: explain error values when removing acl from workdirMiklos Szeredi
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher
2016-10-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds