summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | ubifs: ubifs_dump_inode: Fix dumping field bulk_readAndreas Gruenbacher2016-05-241-1/+1
* | | | nfs: fix anonymous member initializer build failure with older compilersLinus Torvalds2016-05-271-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-2748-183/+205
|\ \ \ \
| * | | | switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-2714-35/+43
| * | | | switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-2732-130/+150
| * | | | restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-263-20/+14
* | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-275-107/+38
|\ \ \ \ \
| * | | | | ovl: Do d_type check only if work dir creation was successfulVivek Goyal2016-05-271-8/+11
| * | | | | ovl: override creds with the ones from the superblock mounterAntonio Murdaca2016-05-275-99/+27
* | | | | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-2736-210/+219
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason2016-05-261-10/+17
| * | | | | Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-2536-196/+193
| |\ \ \ \ \
OpenPOWER on IntegriCloud