aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds3-9/+57
2017-02-25Merge tag 'for-linus-4.11-ofs2' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds9-31/+49
2017-02-25Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds41-1242/+1211
2017-02-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds31-260/+327
2017-02-25Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into for-nextMike Marshall538-21240/+16359
2017-02-24fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt2-15/+19
2017-02-24procfs: use an enum for possible hidepid valuesLafcadio Wluiki3-6/+7
2017-02-24proc: less code duplication in /proc/*/cmdlineAlexey Dobriyan1-88/+56
2017-02-24proc: use rb_entry()Geliang Tang1-5/+6
2017-02-24userfaultfd_copy: return -ENOSPC in case mm has goneMike Rapoport1-0/+2
2017-02-24userfaultfd: non-cooperative: add event for exit() notificationMike Rapoport1-0/+28
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport3-3/+68
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang4-12/+20
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang5-42/+40
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang22-97/+89
2017-02-24userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport1-7/+7
2017-02-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+10
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds22-199/+325
2017-02-23Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-0/+5
2017-02-23gfs2: Add missing rcu locking for glock lookupAndrew Price1-0/+5
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-128/+710
2017-02-22Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds49-627/+909
2017-02-22powerpc: do not make the entire heap executableDenys Vlasenko1-8/+22
2017-02-22nfs: no PG_private waiters remain, remove wakerNicholas Piggin1-2/+0
2017-02-22userfaultfd: shmem: allow registration of shared memory rangesMike Rapoport1-14/+7
2017-02-22userfaultfd: introduce vma_can_userfaultMike Rapoport1-4/+9
2017-02-22userfaultfd: hugetlbfs: userfaultfd_huge_must_wait for hugepmd rangesMike Kravetz1-2/+49
2017-02-22userfaultfd: hugetlbfs: allow registration of ranges containing huge pagesMike Kravetz1-5/+50
2017-02-22userfaultfd: non-cooperative: wake userfaults after UFFDIO_UNREGISTERAndrea Arcangeli1-0/+13
2017-02-22userfaultfd: non-cooperative: add madvise() event for MADV_DONTNEED requestPavel Emelyanov1-0/+28
2017-02-22userfaultfd: non-cooperative: optimize mremap_userfaultfd_complete()Andrea Arcangeli1-2/+2
2017-02-22userfaultfd: non-cooperative: add mremap() eventPavel Emelyanov1-0/+37
2017-02-22userfaultfd: non-cooperative: dup_userfaultfd: use mm_count instead of mm_usersMike Rapoport1-1/+1
2017-02-22userfaultfd: non-cooperative: Add fork() eventPavel Emelyanov1-3/+145
2017-02-22userfaultfd: non-cooperative: report all available features to userlandAndrea Arcangeli1-4/+7
2017-02-22userfaultfd: non-cooperative: add ability to report non-PF events from uffd descriptorPavel Emelyanov1-2/+96
2017-02-22userfaultfd: non-cooperative: Split the find_userfault() routinePavel Emelyanov1-6/+11
2017-02-22userfaultfd: use vma_is_anonymousAndrea Arcangeli1-4/+4
2017-02-22userfaultfd: convert BUG() to WARN_ON_ONCE()Andrea Arcangeli1-1/+2
2017-02-22userfaultfd: correct comment about UFFD_FEATURE_PAGEFAULT_FLAG_WPAndrea Arcangeli1-1/+1
2017-02-229p: fix a potential acl leakCong Wang1-0/+2
2017-02-22ocfs2: fix deadlock issue when taking inode lock at vfs entry pointsEric Ren2-29/+58
2017-02-22ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lockEric Ren3-3/+121
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang3-37/+32
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang3-28/+19
2017-02-22dax: add tracepoints to dax_pmd_insert_mapping()Ross Zwisler1-3/+9
2017-02-22dax: add tracepoints to dax_pmd_load_hole()Ross Zwisler1-4/+10
2017-02-22dax: add tracepoint infrastructure, PMD tracingRoss Zwisler1-10/+20
2017-02-22Btrfs: use the correct type when creating cow dio extentLiu Bo1-1/+1
2017-02-22Btrfs: fix deadlock between dedup on same file and starting writebackFilipe Manana1-2/+12