summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2017-07-27ovl: fix random return value on mountAmir Goldstein
2017-07-27ovl: mark parent impure on ovl_link()Amir Goldstein
2017-06-28ovl: don't set origin on broken lower hardlinkMiklos Szeredi
2017-06-28ovl: copy-up: don't unlock between lookup and linkMiklos Szeredi
2017-05-29ovl: filter trusted xattr for non-adminMiklos Szeredi
2017-05-29ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein
2017-05-19ovl: mark upper dir with type origin entries "impure"Amir Goldstein
2017-05-19ovl: remove unused arg from ovl_lookup_temp()Miklos Szeredi
2017-05-19ovl: handle rename when upper doesn't support xattrAmir Goldstein
2017-05-18ovl: don't fail copy-up if upper doesn't support xattrMiklos Szeredi
2017-05-18ovl: check on mount time if upper fs supports setting xattrAmir Goldstein
2017-05-18ovl: fix creds leak in copy up error pathAmir Goldstein
2017-05-15ovl: select EXPORTFSArnd Bergmann
2017-05-10Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-05ovl: persistent inode numbers for upper hardlinksAmir Goldstein
2017-05-05ovl: merge getattr for dir and nondirMiklos Szeredi
2017-05-05ovl: constant st_ino/st_dev across copy upAmir Goldstein
2017-05-05ovl: persistent inode number for directoriesAmir Goldstein
2017-05-05ovl: set the ORIGIN type flagAmir Goldstein
2017-05-05ovl: lookup non-dir copy-up-origin by file handleAmir Goldstein
2017-05-05ovl: use an auxiliary var for overlay root entryAmir Goldstein
2017-05-05ovl: store file handle of lower inode on copy upAmir Goldstein
2017-05-05ovl: check if all layers are on the same fsAmir Goldstein
2017-04-26ovl: do not set overlay.opaque on non-dir createAmir Goldstein
2017-04-20ovl: check IS_APPEND() on real upper inodeAmir Goldstein
2017-04-20ovl: Use designated initializersKees Cook
2017-03-08overlayfs: remove now unnecessary header file includeLinus Torvalds
2017-03-08ovl: lockdep annotate of nested stacked overlayfs inode lockAmir Goldstein
2017-03-03Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-02-07ovl: drop CAP_SYS_RESOURCE from saved mounter's credentialsKonstantin Khlebnikov
2017-02-07ovl: properly implement sync_filesystem()Amir Goldstein
2017-02-07ovl: concurrent copy up of regular filesAmir Goldstein
2017-02-07ovl: introduce copy up waitqueueAmir Goldstein
2017-02-07ovl: copy up regular file using O_TMPFILEAmir Goldstein
2017-02-07ovl: rearrange code in ovl_copy_up_locked()Amir Goldstein
2017-02-07ovl: check if upperdir fs supports O_TMPFILEAmir Goldstein
2017-01-18ovl: fix possible use after free on redirect dir lookupAmir Goldstein
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