Skip to content
Snippets Groups Projects
  1. Feb 18, 2005
  2. Feb 17, 2005
  3. Feb 15, 2005
  4. Feb 14, 2005
    • Eric Barton's avatar
      * Added loopback optimisation to lib-move.c · 35a27554
      Eric Barton authored
           lctl --net ??? loopback             # show current state
           lctl --net ??? loopback on          # enable loopback optimisation
           lctl --net ??? loopback off         # disable loopback optimisation
           By default loopback optimisation is turned OFF
      35a27554
  5. Feb 12, 2005
  6. Feb 11, 2005
  7. Feb 10, 2005
  8. Feb 09, 2005
  9. Feb 08, 2005
  10. Feb 05, 2005
  11. Feb 04, 2005
    • Nic Henke's avatar
    • Eric Barton's avatar
    • Eric Barton's avatar
      * Landed portals:b_port_step as follows... · 00f255b8
      Eric Barton authored
      	  - removed CFS_DECL_SPIN*
      	    just use 'spinlock_t' and initialise with spin_lock_init()
      
      	  - removed CFS_DECL_MUTEX*
      	    just use 'struct semaphore' and initialise with init_mutex()
      
      	  - removed CFS_DECL_RWSEM*
      	    just use 'struct rw_semaphore' and initialise with init_rwsem()
      
      	  - renamed cfs_sleep_chan -> cfs_waitq
      	            cfs_sleep_link -> cfs_waitlink
      
                - fixed race in linux version of arch-independent socknal
        	    (the ENOMEM/EAGAIN decision).
      
      	  - Didn't fix problems in Darwin version of arch-independent socknal
       	    (resetting socket callbacks, eager ack hack, ENOMEM/EAGAIN decision)
      
      	  - removed libcfs types from non-socknal header files (only some types
      	    in the header files had been changed; the .c files hadn't been
      	    updated at all).
      
      	  - Updated lustre b1_4 to match
      00f255b8
    • Eric Barton's avatar
      * ranal passes netregression · 64cd6738
      Eric Barton authored
      64cd6738
    • jacob's avatar
      b=5576 · 2945ad90
      jacob authored
      add LB_CHECK_FILE(S), which work while cross-compiling.
      2945ad90
  12. Feb 02, 2005
  13. Feb 01, 2005
  14. Jan 31, 2005
  15. Jan 28, 2005
  16. Jan 27, 2005
  17. Jan 26, 2005
    • Wang Di's avatar
      Branch:HEAD · e9d90bb2
      Wang Di authored
      remove unnecessary error msg, cleanup
      e9d90bb2
Loading