summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-2919-155/+242
|\
| * fs: Call d_automount with the filesystems credsEric W. Biederman2016-07-231-0/+7
| * dquot: For now explicitly don't support filesystems outside of init_user_nsEric W. Biederman2016-07-051-0/+5
| * quota: Handle quota data stored in s_user_ns in quota_setxquotaEric W. Biederman2016-07-051-1/+1
| * quota: Ensure qids map to the filesystemEric W. Biederman2016-07-052-6/+9
| * vfs: Don't create inodes with a uid or gid unknown to the vfsEric W. Biederman2016-07-051-2/+8
| * vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman2016-07-054-5/+43
| * fs: Check for invalid i_uid in may_follow_link()Seth Forshee2016-06-301-1/+3
| * vfs: Verify acls are valid within superblock's s_user_ns.Eric W. Biederman2016-06-302-5/+5
| * fs: Refuse uid/gid changes which don't map into s_user_nsSeth Forshee2016-06-271-0/+11
| * fs: Treat foreign mounts as nosuidAndy Lutomirski2016-06-242-1/+14
| * userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman2016-06-232-3/+3
| * userns: Remove implicit MNT_NODEV fragility.Eric W. Biederman2016-06-232-18/+4
| * mnt: Simplify mount_too_revealingEric W. Biederman2016-06-231-17/+8
| * vfs: Generalize filesystem nodev handling.Eric W. Biederman2016-06-234-6/+12
| * kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman2016-06-232-2/+3
| * mnt: Move the FS_USERNS_MOUNT check into sget_usernsEric W. Biederman2016-06-232-4/+4
| * fs: Add user namespace member to struct super_blockEric W. Biederman2016-06-232-7/+48
| * proc: Convert proc_mount to use mount_ns.Eric W. Biederman2016-06-233-51/+13
| * vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman2016-06-232-12/+14
| * mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman2016-06-234-16/+29
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-294-40/+28
|\ \
| * | fuse: use filemap_check_errors()Miklos Szeredi2016-07-291-12/+2
| * | fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-07-291-1/+1
| * | fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov2016-07-291-0/+9
| * | fuse: fsync() did not return IO errorsAlexey Kuznetsov2016-07-291-0/+15
| * | Merge branch 'for-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Miklos Szeredi2016-07-2133-173/+332
| |\ \
| | * | fuse: don't mess with blocking signalsAl Viro2016-07-191-27/+3
| * | | fuse: improve aio directIO write performance for size extending writesAshish Sangwan2016-06-302-12/+10
* | | | Revert "vfs: add lookup_hash() helper"Linus Torvalds2016-07-291-28/+5
* | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-295-236/+445
|\ \ \ \
| * | | | ovl: simplify empty checkingMiklos Szeredi2016-07-291-29/+21
| * | | | qstr: constify instances in overlayfsAl Viro2016-07-291-1/+1
| * | | | ovl: clear nlink on rmdirMiklos Szeredi2016-07-291-2/+6
| * | | | ovl: disallow overlayfs as upperdirMiklos Szeredi2016-07-291-1/+2
| * | | | ovl: fix warningMiklos Szeredi2016-07-291-1/+1
| * | | | 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
OpenPOWER on IntegriCloud