summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-06-30fs: Check for invalid i_uid in may_follow_link()Seth Forshee
2016-06-30vfs: Verify acls are valid within superblock's s_user_ns.Eric W. Biederman
2016-06-27fs: Refuse uid/gid changes which don't map into s_user_nsSeth Forshee
2016-06-24fs: Treat foreign mounts as nosuidAndy Lutomirski
2016-06-23userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman
2016-06-23userns: Remove implicit MNT_NODEV fragility.Eric W. Biederman
2016-06-23mnt: Simplify mount_too_revealingEric W. Biederman
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman
2016-06-23kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman
2016-06-23mnt: Move the FS_USERNS_MOUNT check into sget_usernsEric W. Biederman
2016-06-23fs: Add user namespace member to struct super_blockEric W. Biederman
2016-06-23proc: Convert proc_mount to use mount_ns.Eric W. Biederman
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman
2016-06-23mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman
2016-06-15mnt: Account for MS_RDONLY in fs_fully_visibleEric W. Biederman
2016-06-06mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman
2016-06-06mnt: If fs_fully_visible fails call put_filesystem.Eric W. Biederman
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman
2016-06-04Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-03Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extentChris Mason
2016-06-01ceph: use i_version to check validity of fscacheYan, Zheng
2016-06-01ceph: improve fscache revalidationYan, Zheng
2016-06-01ceph: disable fscache when inode is opened for writeYan, Zheng
2016-06-01ceph: avoid unnecessary fscache invalidation/revlidationYan, Zheng
2016-06-01ceph: call __fscache_uncache_page() if readpages failsYan, Zheng
2016-06-01FS-Cache: make check_consistency callback return intYan, Zheng
2016-06-01FS-Cache: wake write waiter after invalidating writesYan, Zheng
2016-05-31Btrfs: fix race between device replace and read repairFilipe Manana
2016-05-31Btrfs: fix race between device replace and discardFilipe Manana
2016-05-30libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov
2016-05-30Btrfs: fix race between device replace and chunk allocationFilipe Manana
2016-05-30Btrfs: fix race setting block group back to RW mode during device replaceFilipe Manana
2016-05-30Btrfs: fix unprotected assignment of the left cursor for device replaceFilipe Manana
2016-05-30Btrfs: fix race setting block group readonly during device replaceFilipe Manana
2016-05-30Btrfs: fix race between device replace and block group removalFilipe Manana
2016-05-30Btrfs: fix race between readahead and device replace/removalFilipe Manana
2016-05-29hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin
2016-05-28Rename other copy of hash_string to hashlen_stringGeorge Spelvin
2016-05-28hpfs: implement the show_options methodMikulas Patocka
2016-05-28affs: fix remount failure when there are no options changedMikulas Patocka
2016-05-28hpfs: fix remount failure when there are no options changedMikulas Patocka
2016-05-28fs: fix binfmt_aout.c build errorGuenter Roeck
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin
2016-05-28fs/namei.c: Improve dcache hash functionGeorge Spelvin
2016-05-28fs/namei.c: Add hashlen_string() functionGeorge Spelvin
2016-05-27Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2016-05-27nfs: fix anonymous member initializer build failure with older compilersLinus Torvalds
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro