summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/ovl_entry.h
Commit message (Expand)AuthorAgeFilesLines
* ovl: Store lower data inode in ovl_inodeVivek Goyal2018-07-201-1/+4
* ovl: Provide a mount option metacopy=on/off for metadata copyupVivek Goyal2018-07-201-0/+1
* ovl: add support for "xino" mount and config optionsAmir Goldstein2018-04-121-0/+1
* ovl: constant st_ino for non-samefs with xinoAmir Goldstein2018-04-121-0/+2
* ovl: allocate anon bdev per unique lower fsAmir Goldstein2018-04-121-5/+13
* ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein2018-01-241-2/+6
* ovl: add support for "nfs_export" configurationAmir Goldstein2018-01-241-0/+1
* ovl: store layer index in ovl_layerAmir Goldstein2018-01-241-0/+2
* ovl: don't follow redirects if redirect_dir=offMiklos Szeredi2017-12-111-0/+2
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-2/+12
|\
| * ovl: allocate anonymous devs for lowerdirsChandan Rajendra2017-11-091-0/+1
| * ovl: re-structure overlay lower layers in-memoryChandan Rajendra2017-11-091-2/+11
* | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-241-1/+1
|/
* ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein2017-10-051-0/+3
* ovl: add flag for upper in ovl_entryMiklos Szeredi2017-07-041-1/+4
* ovl: introduce the inodes index dir featureAmir Goldstein2017-07-041-0/+3
* ovl: get exclusive ownership on upper/work dirsAmir Goldstein2017-07-041-0/+3
* ovl: move cache and version to ovl_inodeMiklos Szeredi2017-07-041-5/+3
* ovl: use ovl_inode mutex to synchronize concurrent copy upAmir Goldstein2017-07-041-2/+3
* ovl: move impure to ovl_inodeMiklos Szeredi2017-07-041-1/+1
* ovl: move redirect to ovl_inodeMiklos Szeredi2017-07-041-1/+1
* ovl: move __upperdentry to ovl_inodeMiklos Szeredi2017-07-041-7/+6
* ovl: use i_private only as a keyMiklos Szeredi2017-07-041-0/+2
* ovl: allocate an ovl_inode structAmir Goldstein2017-07-041-0/+9
* ovl: mark upper dir with type origin entries "impure"Amir Goldstein2017-05-191-0/+1
* ovl: check on mount time if upper fs supports setting xattrAmir Goldstein2017-05-181-0/+1
* ovl: check if all layers are on the same fsAmir Goldstein2017-05-051-0/+2
* ovl: introduce copy up waitqueueAmir Goldstein2017-02-071-0/+2
* ovl: check if upperdir fs supports O_TMPFILEAmir Goldstein2017-02-071-0/+1
* ovl: redirect on rename-dirMiklos Szeredi2016-12-161-0/+1
* ovl: lookup redirectsMiklos Szeredi2016-12-161-0/+1
* ovl: check namelenMiklos Szeredi2016-12-161-1/+1
* ovl: split super.cMiklos Szeredi2016-12-161-0/+51