Age | Commit message (Expand) | Author | Files | Lines |
2017-07-03 | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid | Linus Torvalds | 3 | -6/+5 |
2017-06-28 | ovl: don't set origin on broken lower hardlink | Miklos Szeredi | 1 | -3/+8 |
2017-06-28 | ovl: copy-up: don't unlock between lookup and link | Miklos Szeredi | 1 | -12/+12 |
2017-06-05 | overlayfs: use uuid_t instead of uuid_be | Christoph Hellwig | 2 | -2/+2 |
2017-06-05 | fs: switch ->s_uuid to uuid_t | Christoph Hellwig | 2 | -4/+3 |
2017-05-29 | ovl: filter trusted xattr for non-admin | Miklos Szeredi | 1 | -1/+11 |
2017-05-29 | ovl: mark upper merge dir with type origin entries "impure" | Amir Goldstein | 6 | -58/+60 |
2017-05-19 | ovl: mark upper dir with type origin entries "impure" | Amir Goldstein | 5 | -2/+79 |
2017-05-19 | ovl: remove unused arg from ovl_lookup_temp() | Miklos Szeredi | 3 | -6/+6 |
2017-05-19 | ovl: handle rename when upper doesn't support xattr | Amir Goldstein | 3 | -19/+20 |
2017-05-18 | ovl: don't fail copy-up if upper doesn't support xattr | Miklos Szeredi | 1 | -1/+5 |
2017-05-18 | ovl: check on mount time if upper fs supports setting xattr | Amir Goldstein | 4 | -0/+38 |
2017-05-18 | ovl: fix creds leak in copy up error path | Amir Goldstein | 1 | -5/+6 |
2017-05-15 | ovl: select EXPORTFS | Arnd Bergmann | 1 | -0/+1 |
2017-05-10 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 8 | -50/+415 |
2017-05-05 | ovl: persistent inode numbers for upper hardlinks | Amir Goldstein | 1 | -0/+3 |
2017-05-05 | ovl: merge getattr for dir and nondir | Miklos Szeredi | 3 | -64/+30 |
2017-05-05 | ovl: constant st_ino/st_dev across copy up | Amir Goldstein | 1 | -1/+38 |
2017-05-05 | ovl: persistent inode number for directories | Amir Goldstein | 1 | -4/+33 |
2017-05-05 | ovl: set the ORIGIN type flag | Amir Goldstein | 2 | -4/+8 |
2017-05-05 | ovl: lookup non-dir copy-up-origin by file handle | Amir Goldstein | 1 | -0/+132 |
2017-05-05 | ovl: use an auxiliary var for overlay root entry | Amir Goldstein | 1 | -5/+4 |
2017-05-05 | ovl: store file handle of lower inode on copy up | Amir Goldstein | 2 | -0/+118 |
2017-05-05 | ovl: check if all layers are on the same fs | Amir Goldstein | 4 | -0/+18 |
2017-04-26 | ovl: do not set overlay.opaque on non-dir create | Amir Goldstein | 1 | -1/+1 |
2017-04-20 | ovl: check IS_APPEND() on real upper inode | Amir Goldstein | 1 | -3/+25 |
2017-04-20 | ovl: Use designated initializers | Kees Cook | 2 | -3/+3 |
2017-03-08 | overlayfs: remove now unnecessary header file include | Linus Torvalds | 1 | -1/+0 |
2017-03-08 | ovl: lockdep annotate of nested stacked overlayfs inode lock | Amir Goldstein | 1 | -0/+37 |
2017-03-03 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -27/+148 |
2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -9/+14 |
2017-03-03 | statx: Add a system call to make enhanced file info available | David Howells | 3 | -9/+14 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 5 | -0/+5 |
2017-02-07 | ovl: drop CAP_SYS_RESOURCE from saved mounter's credentials | Konstantin Khlebnikov | 1 | -2/+6 |
2017-02-07 | ovl: properly implement sync_filesystem() | Amir Goldstein | 1 | -0/+20 |
2017-02-07 | ovl: concurrent copy up of regular files | Amir Goldstein | 1 | -4/+31 |
2017-02-07 | ovl: introduce copy up waitqueue | Amir Goldstein | 4 | -0/+35 |
2017-02-07 | ovl: copy up regular file using O_TMPFILE | Amir Goldstein | 1 | -7/+20 |
2017-02-07 | ovl: rearrange code in ovl_copy_up_locked() | Amir Goldstein | 1 | -24/+25 |
2017-02-07 | ovl: check if upperdir fs supports O_TMPFILE | Amir Goldstein | 3 | -0/+20 |
2017-01-18 | ovl: fix possible use after free on redirect dir lookup | Amir Goldstein | 1 | -9/+18 |
2016-12-18 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -1/+0 |
2016-12-16 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 10 | -784/+1084 |
2016-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2016-12-16 | ovl: fix return value of ovl_fill_super | Geliang Tang | 1 | -0/+2 |
2016-12-16 | ovl: clean up kstat usage | Al Viro | 4 | -39/+45 |
2016-12-16 | ovl: fold ovl_copy_up_truncate() into ovl_copy_up() | Amir Goldstein | 3 | -37/+13 |
2016-12-16 | ovl: create directories inside merged parent opaque | Amir Goldstein | 1 | -2/+12 |
2016-12-16 | ovl: opaque cleanup | Miklos Szeredi | 4 | -31/+25 |