1. 25 Aug, 2012 8 commits
  2. 23 Aug, 2012 4 commits
  3. 22 Aug, 2012 15 commits
  4. 21 Aug, 2012 2 commits
  5. 20 Aug, 2012 3 commits
  6. 17 Aug, 2012 5 commits
  7. 16 Aug, 2012 3 commits
    • Linus Torvalds's avatar
      Linux 3.6-rc2 · d9875690
      Linus Torvalds authored
      d9875690
    • Ian Kent's avatar
      autofs4 - fix get_next_positive_subdir() · a45440f0
      Ian Kent authored
      Following a report of a crash during an automount expire I found that
      the locking in fs/autofs4/expire.c:get_next_positive_subdir() was wrong.
      Not only is the locking wrong but the function is more complex than it
      needs to be.
      
      The function is meant to calculate (and dget) the next entry in the list
      of directories contained in the root of an autofs mount point (an autofs
      indirect mount to be precise). The main problem was that the d_lock of
      the owner of the list was not being taken when walking the list, which
      lead to list corruption under load. The only other lock that needs to
      be taken is against the next dentry candidate so it can be checked for
      usability.
      Signed-off-by: default avatarIan Kent <raven@themaw.net>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      a45440f0
    • Linus Torvalds's avatar
      Merge tag 'vfio-for-v3.6-rc1' of git://github.com/awilliam/linux-vfio · 63ca5f1d
      Linus Torvalds authored
      Pull VFIO fix from Alex Williamson:
       "Just a trivial patch to include vfio.h in the installed headers so we
        can complete userspace integration into QEMU."
      
      * tag 'vfio-for-v3.6-rc1' of git://github.com/awilliam/linux-vfio:
        vfio: Include vfio.h in installed headers
      63ca5f1d