summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * xfs: split indlen reservations fairly when under reservedBrian Foster2017-02-161-18/+43
| * xfs: handle indlen shortage on delalloc extent mergeBrian Foster2017-02-161-3/+6
| * xfs: resurrect debug mode drop buffered writes mechanismBrian Foster2017-02-163-14/+19
| * xfs: clear delalloc and cache on buffered write failureBrian Foster2017-02-161-1/+12
| * xfs: don't block the log commit handler for discardsChristoph Hellwig2017-02-097-38/+88
| * xfs: improve busy extent sortingChristoph Hellwig2017-02-091-4/+12
| * xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig2017-02-095-73/+166
| * xfs: don't fail xfs_extent_busy allocationChristoph Hellwig2017-02-091-12/+1
| * xfs: correct null checks and error processing in xfs_initialize_peragBill O'Donnell2017-02-091-9/+15
| * xfs: update ctime and mtime on clone destinatation inodesChristoph Hellwig2017-02-091-3/+9
| * xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig2017-02-065-123/+68
| * xfs: go straight to real allocations for direct I/O COW writesChristoph Hellwig2017-02-062-29/+68
| * xfs: return the converted extent in __xfs_reflink_convert_cowChristoph Hellwig2017-02-061-6/+5
| * xfs: introduce xfs_aligned_fsb_countChristoph Hellwig2017-02-062-9/+22
| * xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig2017-02-063-12/+11