1. 14 Apr, 2010 1 commit
    • Bob Peterson's avatar
      GFS2: glock livelock · 1a0eae88
      Bob Peterson authored
      This patch fixes a couple gfs2 problems with the reclaiming of
      unlinked dinodes.  First, there were a couple of livelocks where
      everything would come to a halt waiting for a glock that was
      seemingly held by a process that no longer existed.  In fact, the
      process did exist, it just had the wrong pid number in the holder
      information.  Second, there was a lock ordering problem between
      inode locking and glock locking.  Third, glock/inode contention
      could sometimes cause inodes to be improperly marked invalid by
      iget_failed.
      Signed-off-by: default avatarBob Peterson <rpeterso@redhat.com>
      1a0eae88
  2. 29 Mar, 2010 3 commits
  3. 26 Mar, 2010 13 commits
  4. 25 Mar, 2010 20 commits
  5. 24 Mar, 2010 3 commits
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux · 01e77706
      Linus Torvalds authored
      * 'for-linus' of git://gitorious.org/linux-omap-dss2/linux:
        OMAP: DSS2: panel-generic: re-implement mode changing
        OMAP: DSS2: initialize dss clk sources properly
        OMAP: DSS2: VRAM: Fix early_param for vram
      01e77706
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · 1ff31056
      Linus Torvalds authored
      * master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] Orion5x: replace KEY_WLAN with KEY_WPS_BUTTON
        [ARM] Kirkwood: WPS button keycode mapping
        pxa168fb: fix incorrect resource calculation
        [ARM] pxa/raumfeld: fix button name
        [ARM] pxa/raumfeld: remove duplicated #include
        [ARM] locomo: fix unpaired spin_lock_irqsave
        [ARM] locomo: fix SPI register offset
        [ARM] pxa/sharpsl: add dependency of max1111 driver to sharpsl_pm
        [ARM] pxa: remove unnecessary 'select FB_W100' from some platforms
        [ARM] pxa: remove spi cs gpio direction to avoid clash with driver
        [ARM] mmp: fix for variables in uncompress.h being discarded
        [ARM] pxa: fix for variables in uncompress.h being discarded
        ARM: Update mach-types
        ARM: Fix IXP23xx build error in mach/memory.h
      1ff31056
    • Linus Torvalds's avatar
      Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 · 6c75969e
      Linus Torvalds authored
      * 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6:
        NFS: don't try to decode GETATTR if DELEGRETURN returned error
        sunrpc: handle allocation errors from __rpc_lookup_create()
        SUNRPC: Fix the return value of rpc_run_bc_task()
        SUNRPC: Fix a use after free bug with the NFSv4.1 backchannel
        SUNRPC: Fix a potential memory leak in auth_gss
        NFS: Prevent another deadlock in nfs_release_page()
      6c75969e