1. 07 Feb, 2007 4 commits
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw · d3f8fd76
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw: (57 commits)
        [GFS2] make gfs2_writepages() static
        [GFS2] Unlock page on prepare_write try lock failure
        [GFS2] nfsd readdirplus assertion failure
        [DLM] fix softlockup in dlm_recv
        [DLM] zero new user lvbs
        [DLM/GFS2] indent help text
        [GFS2] Fix unlink deadlocks
        [GFS2] Put back semaphore to avoid umount problem
        [GFS2] more CURRENT_TIME_SEC
        [GFS2/DLM] fix GFS2 circular dependency
        [GFS2/DLM] use sysfs
        [GFS2] make lock_dlm drop_count tunable in sysfs
        [GFS2] increase default lock limit
        [GFS2] Fix list corruption in lops.c
        [GFS2] Fix recursive locking attempt with NFS
        [DLM] can miss clearing resend flag
        [DLM] saved dlm message can be dropped
        [DLM] Make sock_sem into a mutex
        [GFS2] Fix typo in glock.c
        [GFS2] use CURRENT_TIME_SEC instead of get_seconds in gfs2
        ...
      d3f8fd76
    • Adrian Bunk's avatar
      [GFS2] make gfs2_writepages() static · a2cf8222
      Adrian Bunk authored
      On Mon, Jan 29, 2007 at 08:45:28PM -0800, Andrew Morton wrote:
      >...
      > Changes since 2.6.20-rc6-mm2:
      >...
      >  git-gfs2-nmw.patch
      >...
      >  git trees
      >...
      
      This patch makes the needlessly global gfs2_writepages() static.
      Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
      Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
      a2cf8222
    • Steven Whitehouse's avatar
      [GFS2] Unlock page on prepare_write try lock failure · 2d72e710
      Steven Whitehouse authored
      When the try lock of the glock failed in prepare_write we were
      incorrectly exiting this function with the page still locked.
      This was resulting in further I/O to this page hanging.
      Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
      2d72e710
    • Linus Torvalds's avatar
      Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 · 0670afdf
      Linus Torvalds authored
      * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6: (27 commits)
        [IA64] swiotlb abstraction (e.g. for Xen)
        [IA64] swiotlb cleanup
        [IA64] make swiotlb use bus_to_virt/virt_to_bus
        [IA64] swiotlb bug fixes
        [IA64] Hook up getcpu system call for IA64
        [IA64] clean up sparsemem memory_present call
        [IA64] show_mem() for IA64 sparsemem NUMA
        [IA64] missing exports hwsw_sync_...
        [IA64] virt_to_page() can be called with NULL arg
        [IA64] alignment bug in ldscript
        [IA64] register memory ranges in a consistent manner
        [IA64] Enable SWIOTLB only when needed
        [IA64-SGI] Check for TIO errors on shub2 Altix
        [IA64] remove bogus prototype ia64_esi_init()
        [IA64] Clear IRQ affinity when unregistered
        [IA64] fix ACPI Kconfig issues
        [IA64] Fix NULL-pointer dereference in ia64_machine_kexec()
        [IA64] find thread for user rbs address
        [IA64] use snprintf() on features field of /proc/cpuinfo
        [IA64] enable singlestep on system call
        ...
      0670afdf
  2. 06 Feb, 2007 36 commits