summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* mnt: Account for MS_RDONLY in fs_fully_visibleEric W. Biederman2016-06-151-0/+4
* mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman2016-06-061-1/+1
* mnt: If fs_fully_visible fails call put_filesystem.Eric W. Biederman2016-06-061-1/+3
* devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2016-06-052-143/+97
* Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-048-18/+103
|\
| * Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extentChris Mason2016-06-031-1/+12
| * Btrfs: fix race between device replace and read repairFilipe Manana2016-05-311-0/+10
| * Btrfs: fix race between device replace and discardFilipe Manana2016-05-311-0/+6
| * Btrfs: fix race between device replace and chunk allocationFilipe Manana2016-05-301-12/+9
| * Btrfs: fix race setting block group back to RW mode during device replaceFilipe Manana2016-05-301-5/+5
| * Btrfs: fix unprotected assignment of the left cursor for device replaceFilipe Manana2016-05-301-0/+4
| * Btrfs: fix race setting block group readonly during device replaceFilipe Manana2016-05-303-2/+46
| * Btrfs: fix race between device replace and block group removalFilipe Manana2016-05-301-0/+11
| * Btrfs: fix race between readahead and device replace/removalFilipe Manana2016-05-301-0/+2
* | ceph: use i_version to check validity of fscacheYan, Zheng2016-06-011-0/+3
* | ceph: improve fscache revalidationYan, Zheng2016-06-014-83/+41
* | ceph: disable fscache when inode is opened for writeYan, Zheng2016-06-014-53/+52
* | ceph: avoid unnecessary fscache invalidation/revlidationYan, Zheng2016-06-011-6/+3
* | ceph: call __fscache_uncache_page() if readpages failsYan, Zheng2016-06-011-1/+3
* | FS-Cache: make check_consistency callback return intYan, Zheng2016-06-011-1/+1
* | FS-Cache: wake write waiter after invalidating writesYan, Zheng2016-06-011-0/+2
* | libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov2016-05-301-4/+4
* | hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin2016-05-291-2/+2
* | Rename other copy of hash_string to hashlen_stringGeorge Spelvin2016-05-281-2/+2
* | hpfs: implement the show_options methodMikulas Patocka2016-05-281-11/+32
* | affs: fix remount failure when there are no options changedMikulas Patocka2016-05-281-2/+3
* | hpfs: fix remount failure when there are no options changedMikulas Patocka2016-05-281-2/+3
* | fs: fix binfmt_aout.c build errorGuenter Roeck2016-05-281-1/+0
* | Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-282-40/+125
|\ \
| * | <linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin2016-05-281-1/+5
| * | fs/namei.c: Improve dcache hash functionGeorge Spelvin2016-05-281-40/+81
| * | fs/namei.c: Add hashlen_string() functionGeorge Spelvin2016-05-282-7/+47
* | | Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-05-271-1/+1
|\ \ \