summaryrefslogtreecommitdiff
path: root/fs/overlayfs/ovl_entry.h
AgeCommit message (Expand)Author
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein
2018-01-24ovl: add support for "nfs_export" configurationAmir Goldstein
2018-01-24ovl: store layer index in ovl_layerAmir Goldstein
2017-12-11ovl: don't follow redirects if redirect_dir=offMiklos Szeredi
2017-11-17Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-09ovl: allocate anonymous devs for lowerdirsChandan Rajendra
2017-11-09ovl: re-structure overlay lower layers in-memoryChandan Rajendra
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-10-05ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein
2017-07-04ovl: add flag for upper in ovl_entryMiklos Szeredi
2017-07-04ovl: introduce the inodes index dir featureAmir Goldstein
2017-07-04ovl: get exclusive ownership on upper/work dirsAmir 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: use i_private only as a keyMiklos Szeredi
2017-07-04ovl: allocate an ovl_inode structAmir Goldstein
2017-05-19ovl: mark upper dir with type origin entries "impure"Amir Goldstein
2017-05-18ovl: check on mount time if upper fs supports setting xattrAmir Goldstein
2017-05-05ovl: check if all layers are on the same fsAmir Goldstein
2017-02-07ovl: introduce copy up waitqueueAmir Goldstein
2017-02-07ovl: check if upperdir fs supports O_TMPFILEAmir Goldstein
2016-12-16ovl: redirect on rename-dirMiklos Szeredi
2016-12-16ovl: lookup redirectsMiklos Szeredi
2016-12-16ovl: check namelenMiklos Szeredi
2016-12-16ovl: split super.cMiklos Szeredi