1. 06 Nov, 2006 5 commits
    • Steven Whitehouse's avatar
      [GFS2] Fix incorrect fs sync behaviour. · 4a221953
      Steven Whitehouse authored
      This adds a sync_fs superblock operation for GFS2 and removes
      the journal flush from write_super in favour of sync_fs where it
      ought to be. This is more or less identical to the way in which ext3
      does this.
      
      This bug was pointed out by Russell Cattelan <cattelan@redhat.com>
      
      Cc: Russell Cattelan <cattelan@redhat.com>
      Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
      4a221953
    • Alexey Dobriyan's avatar
      [GFS2] don't panic needlessly · eb1dc33a
      Alexey Dobriyan authored
      First, SLAB_PANIC is unjustified. Second, all error propagating and backing out
      is in place.
      Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
      Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
      eb1dc33a
    • Linus Torvalds's avatar
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 · d1ed6a3e
      Linus Torvalds authored
      * master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6:
        [NETLABEL]: Fix build failure.
        [IPV6]: Give sit driver an appropriate module alias.
        [IPV6]: Add ndisc_netdev_notifier unregister.
        [NET]: __alloc_pages() failures reported due to fragmentation
        [PKTGEN]: TCI endianness fixes
        [TG3]: Fix 2nd ifup failure on 5752M.
        [NETFILTER] bug: skb->protocol is already net-endian
        [NETFILTER] bug: nfulnl_msg_config_mode ->copy_range is 32bit
        [NETFILTER] bug: NFULA_CFG_QTHRESH uses 32bit
        [IPV6]: Fix ECN bug on big-endian
        [IPX]: Annotate and fix IPX checksum
        [IPX]: Trivial parts of endianness annotations
      d1ed6a3e
    • David S. Miller's avatar
      [SPARC]: Fix robust futex syscalls and wire up migrate_pages. · 59359ff8
      David S. Miller authored
      When I added the entries for the robust futex syscall entries, I
      forgot to bump NR_SYSCALLS.  The current situation is error-prone
      because NR_SYSCALLS lives in entry.S where the system call limit
      checks are enforced.  Move the definition to asm/unistd.h in order to
      make this mistake much more difficult to make.
      
      And wire up sys_migrate_pages since the powerpc folks implemented the
      compat wrapper for us.
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      59359ff8
    • Paul Moore's avatar
      [NETLABEL]: Fix build failure. · 38c94377
      Paul Moore authored
      > the build with the attached .config failed, make ends with:
      > ...
      > : undefined reference to `cipso_v4_sock_getattr'
      > net/built-in.o: In function `netlbl_socket_getattr':
      
       ...
      
      It looks like I was stupid and made NetLabel depend on CONFIG_NET and not
      CONFIG_INET, the patch below should fix this by making NetLabel depend on
      CONFIG_INET and CONFIG_SECURITY.  Please review and apply for 2.6.19.
      Signed-off-by: default avatarPaul Moore <paul.moore@hp.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      38c94377
  2. 05 Nov, 2006 11 commits
  3. 04 Nov, 2006 5 commits
  4. 03 Nov, 2006 19 commits