summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-2322-199/+325
|\
| * proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman2017-02-221-13/+18
| * vfs: Use upper filesystem inode in bprm_fill_uid()Vivek Goyal2017-02-141-1/+1
| * proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov2017-02-133-19/+50
| * mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman2017-02-044-63/+111
| * Merge branch 'nsfs-discovery'Eric W. Biederman2017-02-031-0/+13
| |\
| | * nsfs: Add an ioctl() to return owner UID of a usernsMichael Kerrisk (man-pages)2017-02-031-0/+11
| | * nsfs: Add an ioctl() to return the namespace typeMichael Kerrisk (man-pages)2017-01-251-0/+2
| * | fs: Better permission checking for submountsEric W. Biederman2017-02-029-19/+39
| * | vfs: open() with O_CREAT should not create inodes with unknown idsSeth Forshee2017-02-011-0/+6
| |/
| * proc: Better ownership of files for non-dumpable tasks in user namespacesEric W. Biederman2017-01-243-69/+61
| * exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman2017-01-241-6/+2
| * inotify: Convert to using per-namespace limitsNikolay Borisov2017-01-243-21/+36
* | Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-231-0/+5
|\ \
| * | gfs2: Add missing rcu locking for glock lookupAndrew Price2017-02-231-0/+5
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-2212-128/+710
|\ \ \
| * | | powerpc: do not make the entire heap executableDenys Vlasenko2017-02-221-8/+22
| * | | nfs: no PG_private waiters remain, remove wakerNicholas Piggin2017-02-221-2/+0
| * | | userfaultfd: shmem: allow registration of shared memory rangesMike Rapoport2017-02-221-14/+7
| * | | userfaultfd: introduce vma_can_userfaultMike Rapoport2017-02-221-4/+9
| * | | userfaultfd: hugetlbfs: userfaultfd_huge_must_wait for hugepmd rangesMike Kravetz2017-02-221-2/+49
| * | | userfaultfd: hugetlbfs: allow registration of ranges containing huge pagesMike Kravetz2017-02-221-5/+50
| * | | userfaultfd: non-cooperative: wake userfaults after UFFDIO_UNREGISTERAndrea Arcangeli2017-02-221-0/+13
| * | | userfaultfd: non-cooperative: add madvise() event for MADV_DONTNEED requestPavel Emelyanov2017-02-221-0/+28
| * | | userfaultfd: non-cooperative: optimize mremap_userfaultfd_complete()Andrea Arcangeli2017-02-221-2/+2
| * | | userfaultfd: non-cooperative: add mremap() eventPavel Emelyanov2017-02-221-0/+37
| * | | userfaultfd: non-cooperative: dup_userfaultfd: use mm_count instead of mm_usersMike Rapoport2017-02-221-1/+1
| * | | userfaultfd: non-cooperative: Add fork() eventPavel Emelyanov2017-02-221-3/+145
| * | | userfaultfd: non-cooperative: report all available features to userlandAndrea Arcangeli2017-02-221-4/+7
| * | | userfaultfd: non-cooperative: add ability to report non-PF events from uffd d...Pavel Emelyanov2017-02-221-2/+96
| * | | userfaultfd: non-cooperative: Split the find_userfault() routinePavel Emelyanov2017-02-221-6/+11
| * | | userfaultfd: use vma_is_anonymousAndrea Arcangeli2017-02-221-4/+4
| * | | userfaultfd: convert BUG() to WARN_ON_ONCE()Andrea Arcangeli2017-02-221-1/+2
| * | | userfaultfd: correct comment about UFFD_FEATURE_PAGEFAULT_FLAG_WPAndrea Arcangeli2017-02-221-1/+1
| * | | 9p: fix a potential acl leakCong Wang2017-02-221-0/+2
| * | | ocfs2: fix deadlock issue when taking inode lock at vfs entry pointsEric Ren2017-02-222-29/+58
| * | | ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lockEric Ren2017-02-223-3/+121
| * | | mm, dax: change pmd_fault() to take only vmf parameterDave Jiang2017-02-223-37/+32
| * | | mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang2017-02-223-28/+19
| * | | dax: add tracepoints to dax_pmd_insert_mapping()Ross Zwisler2017-02-221-3/+9
| * | | dax: add tracepoints to dax_pmd_load_hole()Ross Zwisler2017-02-221-4/+10
| * | | dax: add tracepoint infrastructure, PMD tracingRoss Zwisler2017-02-221-10/+20
* | | | Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-02-2249-627/+909
|\ \ \ \ | |/ / / |/| | |
| * | | xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig2017-02-172-18/+2
| * | | xfs: simplify xfs_rtallocate_extentChristoph Hellwig2017-02-173-27/+13
| * | | xfs: tune down agno asserts in the bmap codeChristoph Hellwig2017-02-161-16/+6
| * | | xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra2017-02-161-2/+1
| * | | xfs: don't reserve blocks for right shift transactionsBrian Foster2017-02-161-10/+10
| * | | xfs: fix len comparison in xfs_extent_busy_trimArnd Bergmann2017-02-161-1/+1
| * | | xfs: fix uninitialized variable in _reflink_convert_cowDarrick J. Wong2017-02-161-1/+1