1. 09 Jan, 2017 3 commits
  2. 06 Jan, 2017 8 commits
  3. 05 Jan, 2017 8 commits
  4. 04 Jan, 2017 8 commits
  5. 03 Jan, 2017 4 commits
  6. 02 Jan, 2017 2 commits
  7. 01 Jan, 2017 2 commits
    • Linus Torvalds's avatar
      Linux 4.10-rc2 · 0c744ea4
      Linus Torvalds authored
      0c744ea4
    • Linus Torvalds's avatar
      Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm · 4759d386
      Linus Torvalds authored
      Pull DAX updates from Dan Williams:
       "The completion of Jan's DAX work for 4.10.
      
        As I mentioned in the libnvdimm-for-4.10 pull request, these are some
        final fixes for the DAX dirty-cacheline-tracking invalidation work
        that was merged through the -mm, ext4, and xfs trees in -rc1. These
        patches were prepared prior to the merge window, but we waited for
        4.10-rc1 to have a stable merge base after all the prerequisites were
        merged.
      
        Quoting Jan on the overall changes in these patches:
      
           "So I'd like all these 6 patches to go for rc2. The first three
            patches fix invalidation of exceptional DAX entries (a bug which
            is there for a long time) - without these patches data loss can
            occur on power failure even though user called fsync(2). The other
            three patches change locking of DAX faults so that ->iomap_begin()
            is called in a more relaxed locking context and we are safe to
            start a transaction there for ext4"
      
        These have received a build success notification from the kbuild
        robot, and pass the latest libnvdimm unit tests. There have not been
        any -next releases since -rc1, so they have not appeared there"
      
      * 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm:
        ext4: Simplify DAX fault path
        dax: Call ->iomap_begin without entry lock during dax fault
        dax: Finish fault completely when loading holes
        dax: Avoid page invalidation races and unnecessary radix tree traversals
        mm: Invalidate DAX radix tree entries only if appropriate
        ext2: Return BH_New buffers for zeroed blocks
      4759d386
  8. 31 Dec, 2016 4 commits
  9. 30 Dec, 2016 1 commit
    • Linus Torvalds's avatar
      Merge tag 'docs-4.10-rc1-fix' of git://git.lwn.net/linux · 238d1d0f
      Linus Torvalds authored
      Pull documentation fixes from Jonathan Corbet:
       "Two small fixes:
      
         - A merge error on my part broke the DocBook build. I've
           requisitioned one of tglx's frozen sharks for appropriate
           disciplinary action and resolved to be more careful about testing
           the DocBook stuff as long as it's still around.
      
         - Fix an error in unaligned-memory-access.txt"
      
      * tag 'docs-4.10-rc1-fix' of git://git.lwn.net/linux:
        Documentation/unaligned-memory-access.txt: fix incorrect comparison operator
        docs: Fix build failure
      238d1d0f