aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-29ovl: filter trusted xattr for non-adminMiklos Szeredi1-1/+11
2017-05-29ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein6-58/+60
2017-05-19ovl: mark upper dir with type origin entries "impure"Amir Goldstein5-2/+79
2017-05-19ovl: remove unused arg from ovl_lookup_temp()Miklos Szeredi3-6/+6
2017-05-19ovl: handle rename when upper doesn't support xattrAmir Goldstein3-19/+20
2017-05-18ovl: don't fail copy-up if upper doesn't support xattrMiklos Szeredi1-1/+5
2017-05-18ovl: check on mount time if upper fs supports setting xattrAmir Goldstein4-0/+38
2017-05-18ovl: fix creds leak in copy up error pathAmir Goldstein1-5/+6
2017-05-15ovl: select EXPORTFSArnd Bergmann1-0/+1
2017-05-10Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds8-50/+415
2017-05-05ovl: persistent inode numbers for upper hardlinksAmir Goldstein1-0/+3
2017-05-05ovl: merge getattr for dir and nondirMiklos Szeredi3-64/+30
2017-05-05ovl: constant st_ino/st_dev across copy upAmir Goldstein1-1/+38
2017-05-05ovl: persistent inode number for directoriesAmir Goldstein1-4/+33
2017-05-05ovl: set the ORIGIN type flagAmir Goldstein2-4/+8
2017-05-05ovl: lookup non-dir copy-up-origin by file handleAmir Goldstein1-0/+132
2017-05-05ovl: use an auxiliary var for overlay root entryAmir Goldstein1-5/+4
2017-05-05ovl: store file handle of lower inode on copy upAmir Goldstein2-0/+118
2017-05-05ovl: check if all layers are on the same fsAmir Goldstein4-0/+18
2017-04-26ovl: do not set overlay.opaque on non-dir createAmir Goldstein1-1/+1
2017-04-20ovl: check IS_APPEND() on real upper inodeAmir Goldstein1-3/+25
2017-04-20ovl: Use designated initializersKees Cook2-3/+3
2017-03-08overlayfs: remove now unnecessary header file includeLinus Torvalds1-1/+0
2017-03-08ovl: lockdep annotate of nested stacked overlayfs inode lockAmir Goldstein1-0/+37
2017-03-03Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds5-27/+148
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-9/+14
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells3-9/+14
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar5-0/+5
2017-02-07ovl: drop CAP_SYS_RESOURCE from saved mounter's credentialsKonstantin Khlebnikov1-2/+6
2017-02-07ovl: properly implement sync_filesystem()Amir Goldstein1-0/+20
2017-02-07ovl: concurrent copy up of regular filesAmir Goldstein1-4/+31
2017-02-07ovl: introduce copy up waitqueueAmir Goldstein4-0/+35
2017-02-07ovl: copy up regular file using O_TMPFILEAmir Goldstein1-7/+20
2017-02-07ovl: rearrange code in ovl_copy_up_locked()Amir Goldstein1-24/+25
2017-02-07ovl: check if upperdir fs supports O_TMPFILEAmir Goldstein3-0/+20
2017-01-18ovl: fix possible use after free on redirect dir lookupAmir Goldstein1-9/+18
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+0
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds10-784/+1084
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-12-16ovl: fix return value of ovl_fill_superGeliang Tang1-0/+2
2016-12-16ovl: clean up kstat usageAl Viro4-39/+45
2016-12-16ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein3-37/+13
2016-12-16ovl: create directories inside merged parent opaqueAmir Goldstein1-2/+12
2016-12-16ovl: opaque cleanupMiklos Szeredi4-31/+25
2016-12-16ovl: show redirect_dir mount optionAmir Goldstein1-0/+3
2016-12-16ovl: allow setting max size of redirectMiklos Szeredi1-3/+7
2016-12-16ovl: allow redirect_dir to default to "on"Miklos Szeredi2-0/+19
2016-12-16ovl: check for emptiness of redirect dirAmir Goldstein1-9/+22
2016-12-16ovl: redirect on rename-dirMiklos Szeredi6-28/+176