summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-02-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-02-24fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt
2017-02-24procfs: use an enum for possible hidepid valuesLafcadio Wluiki
2017-02-24proc: less code duplication in /proc/*/cmdlineAlexey Dobriyan
2017-02-24proc: use rb_entry()Geliang Tang
2017-02-24userfaultfd_copy: return -ENOSPC in case mm has goneMike Rapoport
2017-02-24userfaultfd: non-cooperative: add event for exit() notificationMike Rapoport
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-24userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport
2017-02-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-02-23Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-02-23gfs2: Add missing rcu locking for glock lookupAndrew Price
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-02-22Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-02-22powerpc: do not make the entire heap executableDenys Vlasenko
2017-02-22nfs: no PG_private waiters remain, remove wakerNicholas Piggin
2017-02-22userfaultfd: shmem: allow registration of shared memory rangesMike Rapoport
2017-02-22userfaultfd: introduce vma_can_userfaultMike Rapoport
2017-02-22userfaultfd: hugetlbfs: userfaultfd_huge_must_wait for hugepmd rangesMike Kravetz
2017-02-22userfaultfd: hugetlbfs: allow registration of ranges containing huge pagesMike Kravetz
2017-02-22userfaultfd: non-cooperative: wake userfaults after UFFDIO_UNREGISTERAndrea Arcangeli
2017-02-22userfaultfd: non-cooperative: add madvise() event for MADV_DONTNEED requestPavel Emelyanov
2017-02-22userfaultfd: non-cooperative: optimize mremap_userfaultfd_complete()Andrea Arcangeli
2017-02-22userfaultfd: non-cooperative: add mremap() eventPavel Emelyanov
2017-02-22userfaultfd: non-cooperative: dup_userfaultfd: use mm_count instead of mm_usersMike Rapoport
2017-02-22userfaultfd: non-cooperative: Add fork() eventPavel Emelyanov
2017-02-22userfaultfd: non-cooperative: report all available features to userlandAndrea Arcangeli
2017-02-22userfaultfd: non-cooperative: add ability to report non-PF events from uffd d...Pavel Emelyanov
2017-02-22userfaultfd: non-cooperative: Split the find_userfault() routinePavel Emelyanov
2017-02-22userfaultfd: use vma_is_anonymousAndrea Arcangeli
2017-02-22userfaultfd: convert BUG() to WARN_ON_ONCE()Andrea Arcangeli
2017-02-22userfaultfd: correct comment about UFFD_FEATURE_PAGEFAULT_FLAG_WPAndrea Arcangeli
2017-02-229p: fix a potential acl leakCong Wang
2017-02-22ocfs2: fix deadlock issue when taking inode lock at vfs entry pointsEric Ren
2017-02-22ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lockEric Ren
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang
2017-02-22dax: add tracepoints to dax_pmd_insert_mapping()Ross Zwisler
2017-02-22dax: add tracepoints to dax_pmd_load_hole()Ross Zwisler
2017-02-22dax: add tracepoint infrastructure, PMD tracingRoss Zwisler
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-21Merge tag 'pstore-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-02-21block: Revalidate i_bdev reference in bd_aquire()Jan Kara
2017-02-22proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman