1. 27 9月, 2010 8 次提交
  2. 23 9月, 2010 5 次提交
  3. 22 9月, 2010 6 次提交
  4. 20 9月, 2010 2 次提交
    • J
      nfsd4: fix hang on fast-booting nfs servers · 06497524
      J. Bruce Fields 提交于
      The last_close field of a cache_detail is initialized to zero, so the
      condition
      
      	detail->last_close < seconds_since_boot() - 30
      
      may be false even for a cache that was never opened.
      
      However, we want to immediately fail upcalls to caches that were never
      opened: in the case of the auth_unix_gid cache, especially, which may
      never be opened by mountd (if the --manage-gids option is not set), we
      want to fail the upcall immediately.  Otherwise client requests will be
      dropped unnecessarily on reboot.
      
      Also document these conditions.
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      06497524
    • J
      Merge remote branch 'trond/bugfixes' into for-2.6.37 · c88739b3
      J. Bruce Fields 提交于
      Without some client-side fixes, server testing is currently difficult.
      c88739b3
  5. 13 9月, 2010 12 次提交
  6. 12 9月, 2010 6 次提交
  7. 11 9月, 2010 1 次提交
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · 002e473d
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (28 commits)
        ipheth: remove incorrect devtype to WWAN
        MAINTAINERS: Add CAIF
        sctp: fix test for end of loop
        KS8851: Correct RX packet allocation
        udp: add rehash on connect()
        net: blackhole route should always be recalculated
        ipv4: Suppress lockdep-RCU false positive in FIB trie (3)
        niu: Fix kernel buffer overflow for ETHTOOL_GRXCLSRLALL
        ipvs: fix active FTP
        gro: Re-fix different skb headrooms
        via-velocity: Turn scatter-gather support back off.
        ipv4: Fix reverse path filtering with multipath routing.
        UNIX: Do not loop forever at unix_autobind().
        PATCH: b44 Handle RX FIFO overflow better (simplified)
        irda: off by one
        3c59x: Fix deadlock in vortex_error()
        netfilter: discard overlapping IPv6 fragment
        ipv6: discard overlapping fragment
        net: fix tx queue selection for bridged devices implementing select_queue
        bonding: Fix jiffies overflow problems (again)
        ...
      
      Fix up trivial conflicts due to the same cgroup API thinko fix going
      through both Andrew and the networking tree.  However, there were small
      differences between the two, with Andrew's version generally being the
      nicer one, and the one I merged first. So pick that one.
      
      Conflicts in: include/linux/cgroup.h and kernel/cgroup.c
      002e473d