Skip to content
Snippets Groups Projects
  1. Oct 21, 2003
  2. Oct 17, 2003
  3. Oct 09, 2003
  4. Oct 03, 2003
  5. Sep 30, 2003
  6. Sep 29, 2003
  7. Sep 26, 2003
  8. Sep 25, 2003
    • Mike Shaver's avatar
    • Eric Barton's avatar
      * lctl set_route <nid> <up/down> enables or disables particular portals · a14f7412
      Eric Barton authored
        routers (i.e. gateways) without forgetting network topology
        (i.e. adding/deleting routes).
      
      * Socknal and qswnal automatically notify their local router and make an
        upcall when they detect peer death.
      
      * portals router load balances over equivalent routes
      
      * ENETUNREACH returned when a NAL thinks the router isn't loaded.
      
      * Improved socknal network failure detection.
      
      * /proc/sys/socknal/* interface
      
        - timeout is the socknal I/O timeout (50 by default) in seconds .
      
        - eager_ack is a boolean (set by default) that enables setting
          TCP_QUICKACK after every incoming message to ensure peer zero-copy
          sends complete quickly.
      
        - zero_copy is the size (2k by default) in bytes, below which message
          fragments are copied into a socket, rather than using zero-copy sends.
          Setting this above PAGE_SIZE will disable zero copy.
      
      * Socknal autoconnect option to create all peer connections eagerly or not.
        If more than one autoconnect reaches the same peer NID, with the eager
        option (this was the previous default), all connections will be made when
        one is required, otherwise only one at a time will be attempted (the new
        default).  NB socknal still load balances over all established
        connections.
      
      * Generalised portals upcall to "cmd <action> [params]".  Current upcalls
        are...
      
        - upcall LBUG file fn line
      
        - upcall ROUTER_NOTIFY <nal> <nid> <timestamp> up|down
          where <nal> is the kernel NAL number (defined in <linux/kp30.h>)
                <nid> is the peer's NID in 0xhex
                <timestamp> is seconds since 1/1/1970
      
      * Added 'lctl --net' option, to make 1-line network lctl commands easy.
      
      * Added Light-weight event tracing.
      a14f7412
  9. Sep 24, 2003
  10. Sep 19, 2003
  11. Sep 17, 2003
  12. Sep 16, 2003
    • Phil Schwan's avatar
      b=1766 · f7b51e82
      Phil Schwan authored
      More debug, less noise, in ldlm_lock_dump
      f7b51e82
  13. Sep 15, 2003
  14. Sep 12, 2003
  15. Sep 09, 2003
  16. Sep 08, 2003
  17. Sep 04, 2003
  18. Sep 03, 2003
    • Phil Schwan's avatar
      b=1861 · 4ef3118a
      Phil Schwan authored
      Fixes LBUG in ll_it_open_error, if the server couldn't lookup the parent.
      4ef3118a
  19. Sep 02, 2003
  20. Sep 01, 2003
    • Phil Schwan's avatar
      b=1090 · 80ce4622
      Phil Schwan authored
      r=braam
      backport from b_devel to HEAD this patch to avoid an assertion in an
      unlikely error case where the server is unable to even begin to
      process an intent request
      80ce4622
  21. Aug 25, 2003
    • Phil Schwan's avatar
      b=1820 · f569e36c
      Phil Schwan authored
      This patch from eeb tracks outstanding tx descriptors and provides an
      ioctl to fetch them; should be useful for tracking down cases where
      bug 1031 is not resolved by loading the modules (see also bug 1827)
      f569e36c
    • Andreas Dilger's avatar
      Fix compiler warning on ia64. · 9d6f6256
      Andreas Dilger authored
      9d6f6256
  22. Aug 22, 2003
Loading