aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/ovl_entry.h
AgeCommit message (Expand)AuthorFilesLines
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