summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ovl: Initialize ovl_inode->redirect in ovl_get_inode()Vivek Goyal2018-07-201-0/+3
* ovl: add ovl_fiemap()Miklos Szeredi2018-07-181-1/+28
* ovl: stack file opsMiklos Szeredi2018-07-181-0/+1
* ovl: copy up file size as wellMiklos Szeredi2018-07-181-9/+0Star
* Revert "Revert "ovl: get_write_access() in truncate""Miklos Szeredi2018-07-181-0/+21
* ovl: copy up timesMiklos Szeredi2018-07-181-0/+3
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-1/+1
* | ovl: use inode_insert5() to hash a newly created inodeAmir Goldstein2018-05-311-2/+10
* | ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal2018-05-311-9/+11
|/
* ovl: consistent i_ino for non-samefs with xinoAmir Goldstein2018-04-121-9/+18
* ovl: constant st_ino for non-samefs with xinoAmir Goldstein2018-04-121-2/+29
* ovl: allocate anon bdev per unique lower fsAmir Goldstein2018-04-121-4/+5
* ovl: factor out ovl_map_dev_ino() helperAmir Goldstein2018-04-121-39/+49
* ovl: cleanup ovl_update_time()Miklos Szeredi2018-04-121-17/+11Star
* ovl: cleanup setting OVL_INDEXVivek Goyal2018-04-121-0/+3
* ovl: set lower layer st_dev only if setting lower st_inoAmir Goldstein2018-04-121-5/+2Star
* ovl: set i_ino to the value of st_ino for NFS exportAmir Goldstein2018-04-121-4/+17
* ovl: hash non-dir by lower inode for fsnotifyAmir Goldstein2018-02-161-18/+40
* ovl: lookup connected ancestor of dir in inode cacheAmir Goldstein2018-01-241-6/+15
* ovl: hash non-indexed dir by upper inode for NFS exportAmir Goldstein2018-01-241-1/+3
* ovl: decode lower file handles of unlinked but open filesAmir Goldstein2018-01-241-0/+16
* ovl: copy up of disconnected dentriesAmir Goldstein2018-01-241-1/+3
* ovl: do not pass overlay dentry to ovl_get_inode()Amir Goldstein2018-01-241-9/+7Star
* ovl: unbless lower st_ino of unverified originAmir Goldstein2018-01-241-4/+12
* ovl: hash directory inodes for fsnotifyAmir Goldstein2018-01-191-11/+28
* ovl: relax same fs constraint for constant st_inoAmir Goldstein2017-11-091-20/+29
* ovl: return anonymous st_dev for lower inodesChandan Rajendra2017-11-091-0/+15
* ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein2017-11-091-1/+0Star
* ovl: no direct iteration for dir with origin xattrAmir Goldstein2017-11-091-0/+10
* ovl: lockdep annotate of nested OVL_I(inode)->lockAmir Goldstein2017-11-091-0/+4
* ovl: fix EIO from lookup of non-indexed upperAmir Goldstein2017-10-241-4/+16
* ovl: fix false positive ESTALE on lookupAmir Goldstein2017-09-121-4/+7
* ovl: check snprintf returnMiklos Szeredi2017-07-271-0/+3
* ovl: fix xattr get and set with selinuxMiklos Szeredi2017-07-201-15/+17
* ovl: cleanup orphan index entriesAmir Goldstein2017-07-041-3/+3
* ovl: persistent overlay inode nlink for indexed inodesAmir Goldstein2017-07-041-1/+111
* ovl: implement index dir copy upAmir Goldstein2017-07-041-8/+5Star
* ovl: hash overlay non-dir inodes by copy up originMiklos Szeredi2017-07-041-5/+41
* ovl: lookup index entry for copy up originAmir Goldstein2017-07-041-2/+6
* ovl: move impure to ovl_inodeMiklos Szeredi2017-07-041-0/+4
* ovl: move __upperdentry to ovl_inodeMiklos Szeredi2017-07-041-9/+17
* ovl: use i_private only as a keyMiklos Szeredi2017-07-041-2/+2
* ovl: simplify getting inodeMiklos Szeredi2017-07-041-8/+18
* ovl: filter trusted xattr for non-adminMiklos Szeredi2017-05-291-1/+11
* ovl: merge getattr for dir and nondirMiklos Szeredi2017-05-051-4/+27
* ovl: constant st_ino/st_dev across copy upAmir Goldstein2017-05-051-1/+38
* ovl: lockdep annotate of nested stacked overlayfs inode lockAmir Goldstein2017-03-081-0/+37
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-3/+4
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-031-3/+4