summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* overlayfs: use uuid_t instead of uuid_beChristoph Hellwig2017-06-052-2/+2
* fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-052-4/+3
* ovl: filter trusted xattr for non-adminMiklos Szeredi2017-05-291-1/+11
* ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein2017-05-296-58/+60
* ovl: mark upper dir with type origin entries "impure"Amir Goldstein2017-05-195-2/+79
* ovl: remove unused arg from ovl_lookup_temp()Miklos Szeredi2017-05-193-6/+6
* ovl: handle rename when upper doesn't support xattrAmir Goldstein2017-05-193-19/+20
* ovl: don't fail copy-up if upper doesn't support xattrMiklos Szeredi2017-05-181-1/+5
* ovl: check on mount time if upper fs supports setting xattrAmir Goldstein2017-05-184-0/+38
* ovl: fix creds leak in copy up error pathAmir Goldstein2017-05-181-5/+6
* ovl: select EXPORTFSArnd Bergmann2017-05-151-0/+1
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-108-50/+415
|\
| * ovl: persistent inode numbers for upper hardlinksAmir Goldstein2017-05-051-0/+3
| * ovl: merge getattr for dir and nondirMiklos Szeredi2017-05-053-64/+30
| * ovl: constant st_ino/st_dev across copy upAmir Goldstein2017-05-051-1/+38
| * ovl: persistent inode number for directoriesAmir Goldstein2017-05-051-4/+33
| * ovl: set the ORIGIN type flagAmir Goldstein2017-05-052-4/+8
| * ovl: lookup non-dir copy-up-origin by file handleAmir Goldstein2017-05-051-0/+132
| * ovl: use an auxiliary var for overlay root entryAmir Goldstein2017-05-051-5/+4
| * ovl: store file handle of lower inode on copy upAmir Goldstein2017-05-052-0/+118
| * ovl: check if all layers are on the same fsAmir Goldstein2017-05-054-0/+18
| * ovl: do not set overlay.opaque on non-dir createAmir Goldstein2017-04-261-1/+1
| * ovl: check IS_APPEND() on real upper inodeAmir Goldstein2017-04-201-3/+25
| * ovl: Use designated initializersKees Cook2017-04-202-3/+3
| * ovl: lockdep annotate of nested stacked overlayfs inode lockAmir Goldstein2017-03-081-0/+37
* | overlayfs: remove now unnecessary header file includeLinus Torvalds2017-03-081-1/+0
|/
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-03-035-27/+148
|\
| * ovl: drop CAP_SYS_RESOURCE from saved mounter's credentialsKonstantin Khlebnikov2017-02-071-2/+6
| * ovl: properly implement sync_filesystem()Amir Goldstein2017-02-071-0/+20
| * ovl: concurrent copy up of regular filesAmir Goldstein2017-02-071-4/+31
| * ovl: introduce copy up waitqueueAmir Goldstein2017-02-074-0/+35
| * ovl: copy up regular file using O_TMPFILEAmir Goldstein2017-02-071-7/+20
| * ovl: rearrange code in ovl_copy_up_locked()Amir Goldstein2017-02-071-24/+25
| * ovl: check if upperdir fs supports O_TMPFILEAmir Goldstein2017-02-073-0/+20
* | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-033-9/+14
|\ \
| * | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-023-9/+14
* | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* | | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-025-0/+5
|/ /
* / ovl: fix possible use after free on redirect dir lookupAmir Goldstein2017-01-181-9/+18
|/
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-1610-784/+1084
|\ \
| * | ovl: fix return value of ovl_fill_superGeliang Tang2016-12-161-0/+2
| * | ovl: clean up kstat usageAl Viro2016-12-164-39/+45
| * | ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein2016-12-163-37/+13
| * | ovl: create directories inside merged parent opaqueAmir Goldstein2016-12-161-2/+12
| * | ovl: opaque cleanupMiklos Szeredi2016-12-164-31/+25
| * | ovl: show redirect_dir mount optionAmir Goldstein2016-12-161-0/+3
| * | ovl: allow setting max size of redirectMiklos Szeredi2016-12-161-3/+7
| * | ovl: allow redirect_dir to default to "on"Miklos Szeredi2016-12-162-0/+19