1. 06 May, 2010 5 commits
  2. 05 May, 2010 33 commits
  3. 04 May, 2010 2 commits
    • Rajiv Andrade's avatar
      TPM: ACPI/PNP dependency removal · b89e66e1
      Rajiv Andrade authored
      This patch pushes the ACPI dependency into the device driver code
      itself. Now, even without ACPI/PNP enabled, the device can be registered
      using the TIS specified memory space. This will however result in the
      lack of access to the bios event log, being the only implication of such
      ACPI removal.
      Signed-off-by: default avatarRajiv Andrade <srajiv@linux.vnet.ibm.com>
      Acked-by: default avatarMimi Zohar <zohar@linux.vnet.ibm.com>
      Signed-off-by: default avatarJames Morris <jmorris@namei.org>
      b89e66e1
    • Linus Torvalds's avatar
      Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 · 7572e563
      Linus Torvalds authored
      * 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2:
        ocfs2: Avoid a gcc warning in ocfs2_wipe_inode().
        ocfs2: Avoid direct write if we fall back to buffered I/O
        ocfs2_dlmfs: Fix math error when reading LVB.
        ocfs2: Update VFS inode's id info after reflink.
        ocfs2: potential ERR_PTR dereference on error paths
        ocfs2: Add directory entry later in ocfs2_symlink() and ocfs2_mknod()
        ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_mknod error path
        ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_symlink error path
        ocfs2: add OCFS2_INODE_SKIP_ORPHAN_DIR flag and honor it in the inode wipe code
        ocfs2: Reset status if we want to restart file extension.
        ocfs2: Compute metaecc for superblocks during online resize.
        ocfs2: Check the owner of a lockres inside the spinlock
        ocfs2: one more warning fix in ocfs2_file_aio_write(), v2
        ocfs2_dlmfs: User DLM_* when decoding file open flags.
      7572e563