summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-2531-260/+327
|\
| * fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt2017-02-242-15/+19
| * procfs: use an enum for possible hidepid valuesLafcadio Wluiki2017-02-243-6/+7
| * proc: less code duplication in /proc/*/cmdlineAlexey Dobriyan2017-02-241-88/+56
| * proc: use rb_entry()Geliang Tang2017-02-241-5/+6
| * userfaultfd_copy: return -ENOSPC in case mm has goneMike Rapoport2017-02-241-0/+2
| * userfaultfd: non-cooperative: add event for exit() notificationMike Rapoport2017-02-241-0/+28
| * userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-243-3/+68
| * mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-244-12/+20
| * mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-245-42/+40
| * mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-2422-97/+89
| * userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport2017-02-241-7/+7
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-241-1/+10
|\ \ | |/ |/|
| * block: Revalidate i_bdev reference in bd_aquire()Jan Kara2017-02-211-1/+10
* | 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
OpenPOWER on IntegriCloud