summaryrefslogtreecommitdiff
path: root/fs/overlayfs/util.c
Commit message (Expand)AuthorAge
* ovl: constant st_ino for non-samefs with xinoAmir Goldstein2018-04-12
* ovl: allocate anon bdev per unique lower fsAmir Goldstein2018-04-12
* ovl: factor out ovl_map_dev_ino() helperAmir Goldstein2018-04-12
* ovl: set i_ino to the value of st_ino for NFS exportAmir Goldstein2018-04-12
* ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein2018-01-24
* ovl: copy up of disconnected dentriesAmir Goldstein2018-01-24
* ovl: whiteout index when union nlink drops to zeroAmir Goldstein2018-01-24
* ovl: cleanup dir index when dir nlink drops to zeroAmir Goldstein2018-01-24
* ovl: index directories on copy up for NFS exportAmir Goldstein2018-01-24
* ovl: index all non-dir on copy up for NFS exportAmir Goldstein2018-01-24
* ovl: create ovl_need_index() helperAmir Goldstein2018-01-24
* ovl: add support for "nfs_export" configurationAmir Goldstein2018-01-24
* ovl: hash directory inodes for fsnotifyAmir Goldstein2018-01-19
* ovl: re-structure overlay lower layers in-memoryChandan Rajendra2017-11-09
* ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein2017-11-09
* ovl: no direct iteration for dir with origin xattrAmir Goldstein2017-11-09
* ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein2017-10-05
* ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein2017-10-05
* ovl: constant d_ino for non-merge dirsMiklos Szeredi2017-07-27
* ovl: fix xattr get and set with selinuxMiklos Szeredi2017-07-20
* ovl: cleanup orphan index entriesAmir Goldstein2017-07-04
* ovl: persistent overlay inode nlink for indexed inodesAmir Goldstein2017-07-04
* ovl: implement index dir copy upAmir Goldstein2017-07-04
* ovl: add flag for upper in ovl_entryMiklos Szeredi2017-07-04
* ovl: defer upper dir lock to tempfile linkAmir Goldstein2017-07-04
* ovl: hash overlay non-dir inodes by copy up originMiklos Szeredi2017-07-04
* ovl: introduce the inodes index dir featureAmir Goldstein2017-07-04
* vfs: introduce inode 'inuse' lockAmir Goldstein2017-07-04
* ovl: move cache and version to ovl_inodeMiklos Szeredi2017-07-04
* ovl: use ovl_inode mutex to synchronize concurrent copy upAmir Goldstein2017-07-04
* ovl: move impure to ovl_inodeMiklos Szeredi2017-07-04
* ovl: move redirect to ovl_inodeMiklos Szeredi2017-07-04
* ovl: move __upperdentry to ovl_inodeMiklos Szeredi2017-07-04
* ovl: use i_private only as a keyMiklos Szeredi2017-07-04
* ovl: simplify getting inodeMiklos Szeredi2017-07-04
* ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein2017-05-29
* ovl: mark upper dir with type origin entries "impure"Amir Goldstein2017-05-19
* ovl: handle rename when upper doesn't support xattrAmir Goldstein2017-05-19
* ovl: check on mount time if upper fs supports setting xattrAmir Goldstein2017-05-18
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-10
|\
| * ovl: set the ORIGIN type flagAmir Goldstein2017-05-05
| * ovl: check if all layers are on the same fsAmir Goldstein2017-05-05
| * ovl: Use designated initializersKees Cook2017-04-20
* | overlayfs: remove now unnecessary header file includeLinus Torvalds2017-03-08
|/
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-03-03
|\
| * ovl: introduce copy up waitqueueAmir Goldstein2017-02-07
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-02
|/
* ovl: opaque cleanupMiklos Szeredi2016-12-16
* ovl: redirect on rename-dirMiklos Szeredi2016-12-16
* ovl: split super.cMiklos Szeredi2016-12-16