summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2017-07-04ovl: generalize ovl_create_workdir()Amir Goldstein
2017-07-04ovl: relax same fs constrain for ovl_check_origin()Amir Goldstein
2017-07-04ovl: get exclusive ownership on upper/work dirsAmir Goldstein
2017-07-04vfs: introduce inode 'inuse' lockAmir Goldstein
2017-07-04ovl: move cache and version to ovl_inodeMiklos Szeredi
2017-07-04ovl: use ovl_inode mutex to synchronize concurrent copy upAmir Goldstein
2017-07-04ovl: move impure to ovl_inodeMiklos Szeredi
2017-07-04ovl: move redirect to ovl_inodeMiklos Szeredi
2017-07-04ovl: move __upperdentry to ovl_inodeMiklos Szeredi
2017-07-04ovl: compare inodesMiklos Szeredi
2017-07-04ovl: use i_private only as a keyMiklos Szeredi
2017-07-04ovl: simplify getting inodeMiklos Szeredi
2017-07-04ovl: allocate an ovl_inode structAmir Goldstein
2017-07-04ovl: fix nlink leak in ovl_rename()Amir Goldstein
2017-07-04Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid into over...Miklos Szeredi
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-06-05overlayfs: use uuid_t instead of uuid_beChristoph Hellwig
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
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