aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/ovl_entry.h
AgeCommit message (Expand)AuthorFilesLines
2018-07-20ovl: Store lower data inode in ovl_inodeGravatar Vivek Goyal 1-1/+4
2018-07-20ovl: Provide a mount option metacopy=on/off for metadata copyupGravatar Vivek Goyal 1-0/+1
2018-04-12ovl: add support for "xino" mount and config optionsGravatar Amir Goldstein 1-0/+1
2018-04-12ovl: constant st_ino for non-samefs with xinoGravatar Amir Goldstein 1-0/+2
2018-04-12ovl: allocate anon bdev per unique lower fsGravatar Amir Goldstein 1-5/+13
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsGravatar Amir Goldstein 1-2/+6
2018-01-24ovl: add support for "nfs_export" configurationGravatar Amir Goldstein 1-0/+1
2018-01-24ovl: store layer index in ovl_layerGravatar Amir Goldstein 1-0/+2
2017-12-11ovl: don't follow redirects if redirect_dir=offGravatar Miklos Szeredi 1-0/+2
2017-11-17Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+12
2017-11-09ovl: allocate anonymous devs for lowerdirsGravatar Chandan Rajendra 1-0/+1
2017-11-09ovl: re-structure overlay lower layers in-memoryGravatar Chandan Rajendra 1-2/+11
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Gravatar Will Deacon 1-1/+1
2017-10-05ovl: fix regression caused by exclusive upper/work dir protectionGravatar Amir Goldstein 1-0/+3
2017-07-04ovl: add flag for upper in ovl_entryGravatar Miklos Szeredi 1-1/+4
2017-07-04ovl: introduce the inodes index dir featureGravatar Amir Goldstein 1-0/+3
2017-07-04ovl: get exclusive ownership on upper/work dirsGravatar Amir Goldstein 1-0/+3
2017-07-04ovl: move cache and version to ovl_inodeGravatar Miklos Szeredi 1-5/+3
2017-07-04ovl: use ovl_inode mutex to synchronize concurrent copy upGravatar Amir Goldstein 1-2/+3
2017-07-04ovl: move impure to ovl_inodeGravatar Miklos Szeredi 1-1/+1
2017-07-04ovl: move redirect to ovl_inodeGravatar Miklos Szeredi 1-1/+1
2017-07-04ovl: move __upperdentry to ovl_inodeGravatar Miklos Szeredi 1-7/+6
2017-07-04ovl: use i_private only as a keyGravatar Miklos Szeredi 1-0/+2
2017-07-04ovl: allocate an ovl_inode structGravatar Amir Goldstein 1-0/+9
2017-05-19ovl: mark upper dir with type origin entries "impure"Gravatar Amir Goldstein 1-0/+1
2017-05-18ovl: check on mount time if upper fs supports setting xattrGravatar Amir Goldstein 1-0/+1
2017-05-05ovl: check if all layers are on the same fsGravatar Amir Goldstein 1-0/+2
2017-02-07ovl: introduce copy up waitqueueGravatar Amir Goldstein 1-0/+2
2017-02-07ovl: check if upperdir fs supports O_TMPFILEGravatar Amir Goldstein 1-0/+1
2016-12-16ovl: redirect on rename-dirGravatar Miklos Szeredi 1-0/+1
2016-12-16ovl: lookup redirectsGravatar Miklos Szeredi 1-0/+1
2016-12-16ovl: check namelenGravatar Miklos Szeredi 1-1/+1
2016-12-16ovl: split super.cGravatar Miklos Szeredi 1-0/+51