summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ovl: remove duplicated include from super.cWei Yongjun2016-07-291-1/+0
* ovl: append MAY_READ when diluting write checksVivek Goyal2016-07-291-1/+4
* ovl: dilute permission checks on lower only if not special fileVivek Goyal2016-07-291-1/+1
* ovl: fix POSIX ACL settingMiklos Szeredi2016-07-294-11/+104
* ovl: share inode for hard linkMiklos Szeredi2016-07-294-48/+100
* ovl: store real inode pointer in ->i_privateMiklos Szeredi2016-07-295-37/+40
* ovl: permission: return ECHILD instead of ENOENTMiklos Szeredi2016-07-291-1/+1
* ovl: update atime on upperMiklos Szeredi2016-07-294-5/+37
* ovl: fix sgid on directoryMiklos Szeredi2016-07-291-4/+27
* ovl: simplify permission checkingMiklos Szeredi2016-07-293-53/+1
* ovl: do not require mounter to have MAY_WRITE on lowerVivek Goyal2016-07-291-0/+2
* ovl: do operations on underlying file system in mounter's contextVivek Goyal2016-07-292-37/+72
* ovl: modify ovl_permission() to do checks on two inodesVivek Goyal2016-07-291-4/+14
* ovl: define ->get_acl() for overlay inodesVivek Goyal2016-07-294-0/+28
* ovl: move some common code in a functionVivek Goyal2016-07-291-8/+12
* ovl: store ovl_entry in inode->i_private for all inodesAndreas Gruenbacher2016-07-291-37/+11
* ovl: use generic_delete_inodeMiklos Szeredi2016-07-291-0/+1
* ovl: check mounter creds on underlying lookupMiklos Szeredi2016-07-291-4/+9
* Merge branch 'd_real' into overlayfs-nextMiklos Szeredi2016-07-276-36/+30
|\
| * vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2016-06-306-36/+30
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-233-32/+29
|\ \
| * | ovl: verify upper dentry in ovl_remove_and_whiteout()Maxim Patlasov2016-07-221-30/+24
| * | ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal2016-07-042-2/+2
| * | ovl: handle ATTR_KILL*Miklos Szeredi2016-07-041-0/+3
* | | xfs: fix type confusion in xfs_ioc_swapextJann Horn2016-07-161-0/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-127-10/+32
|\ \ \
| * | | nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashedAl Viro2016-07-051-3/+25
| * | | Use the right predicate in ->atomic_open() instancesAl Viro2016-07-057-7/+7
| |/ /
* | | Merge tag 'ecryptfs-4.7-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-07-084-20/+23
|\ \ \
| * | | ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2016-07-081-1/+14
| * | | Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney2016-07-071-11/+2
| * | | ecryptfs: fix spelling mistakesChris J Arges2016-06-202-4/+4
| * | | eCryptfs: fix typos in commentWei Yuan2016-06-201-2/+2
| * | | ecryptfs: drop null test before destroy functionsJulia Lawall2016-06-201-2/+1
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-071-1/+1
|\ \ \ \
| * | | | writeback: inode cgroup wb switch should not call ihold()Tahsin Erdogan2016-06-301-1/+1
* | | | | Merge tag 'configfs-for-4.7' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-07-071-2/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | configfs: Remove ppos increment in configfs_write_bin_fileMarek Vasut2016-06-301-2/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-033-1/+31
|\ \ \ \ \
| * | | | | fuse: serialize dirops by defaultMiklos Szeredi2016-06-303-1/+31
| | |_|_|/ | |/| | |
* | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-032-8/+33
|\ \ \ \ \
| * | | | | ovl: warn instead of error if d_type is not supportedVivek Goyal2016-07-031-5/+7
| * | | | | ovl: get_write_access() in truncateMiklos Szeredi2016-06-291-0/+21
| * | | | | ovl: fix dentry leak for default_permissionsMiklos Szeredi2016-06-291-3/+5
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-014-48/+78
|\ \ \ \ \
| * | | | | namespace: update event counter when umounting a deleted dentryAndrey Ulanov2016-06-301-0/+1
| * | | | | 9p: use file_dentry()Miklos Szeredi2016-06-301-3/+3
| * | | | | ceph: fix d_obtain_alias() misusesAl Viro2016-06-241-7/+3
| * | | | | lockless next_positive()Al Viro2016-06-201-5/+27
| * | | | | libfs.c: new helper - next_positive()Al Viro2016-06-201-30/+47