summaryrefslogtreecommitdiff
path: root/fs/overlayfs/super.c
Commit message (Expand)AuthorAge
* ovl: add support for "xino" mount and config optionsAmir Goldstein2018-04-12
* ovl: constant st_ino for non-samefs with xinoAmir Goldstein2018-04-12
* ovl: allocate anon bdev per unique lower fsAmir Goldstein2018-04-12
* ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein2018-02-16
* ovl: wire up NFS export operationsAmir Goldstein2018-01-24
* ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein2018-01-24
* ovl: use directory index entries for consistency verificationAmir Goldstein2018-01-24
* ovl: add support for "nfs_export" configurationAmir Goldstein2018-01-24
* ovl: generalize ovl_verify_origin() and helpersAmir Goldstein2018-01-24
* ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein2018-01-24
* ovl: store layer index in ovl_layerAmir Goldstein2018-01-24
* ovl: force r/o mount when index dir creation failsAmir Goldstein2018-01-24
* ovl: disable index when no xattr supportAmir Goldstein2018-01-24
* ovl: take mnt_want_write() for work/index dir setupAmir Goldstein2018-01-19
* ovl: hash directory inodes for fsnotifyAmir Goldstein2018-01-19
* ovl: Sync upper dirty data when syncing overlayfsChengguang Xu2017-12-11
* ovl: don't follow redirects if redirect_dir=offMiklos Szeredi2017-12-11
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* ovl: remove unneeded arg from ovl_verify_origin()Amir Goldstein2017-11-10
* ovl: rename ufs to ofsMiklos Szeredi2017-11-10
* ovl: clean up getting lower layersMiklos Szeredi2017-11-10
* ovl: clean up workdir creationMiklos Szeredi2017-11-10
* ovl: clean up getting upper layerMiklos Szeredi2017-11-10
* ovl: move ovl_get_workdir() and ovl_get_lower_layers()Miklos Szeredi2017-11-10
* ovl: reduce the number of arguments for ovl_workdir_create()Miklos Szeredi2017-11-10
* ovl: change order of setup in ovl_fill_super()Miklos Szeredi2017-11-10
* ovl: factor out ovl_free_fs() helperMiklos Szeredi2017-11-10
* ovl: grab reference to workbasedir earlyMiklos Szeredi2017-11-09
* ovl: split out ovl_get_indexdir() from ovl_fill_super()Miklos Szeredi2017-11-09
* ovl: split out ovl_get_lower_layers() from ovl_fill_super()Miklos Szeredi2017-11-09
* ovl: split out ovl_get_workdir() from ovl_fill_super()Miklos Szeredi2017-11-09
* ovl: split out ovl_get_upper() from ovl_fill_super()Miklos Szeredi2017-11-09
* ovl: split out ovl_get_lowerstack() from ovl_fill_super()Miklos Szeredi2017-11-09
* ovl: split out ovl_get_workpath() from ovl_fill_super()Miklos Szeredi2017-11-09
* ovl: split out ovl_get_upperpath() from ovl_fill_super()Miklos Szeredi2017-11-09
* ovl: use path_put_init() in error paths for ovl_fill_super()Miklos Szeredi2017-11-09
* ovl: allocate anonymous devs for lowerdirsChandan Rajendra2017-11-09
* 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: add NULL check in ovl_alloc_inodeHirofumi Nakagawa2017-10-19
* ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein2017-10-05
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-14
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* | ovl: fix relatime for directoriesMiklos Szeredi2017-09-05
* | vfs: add flags to d_real()Miklos Szeredi2017-09-04
* | ovl: cleanup d_real for negativeMiklos Szeredi2017-09-04
* | ovl: constant d_ino for non-merge dirsMiklos Szeredi2017-07-27
* | ovl: fix xattr get and set with selinuxMiklos Szeredi2017-07-20
* | ovl: remove unneeded check for IS_ERR()Amir Goldstein2017-07-13