Whamcloud - gitweb
Branch: b_cray
[fs/lustre-release.git] / lnet / ChangeLog
1 2005-04-04  Cluster File Systems, Inc. <info@clusterfs.com>
2        * bugs
3         - handle error return code in kranal_check_fma_rx() (5915,6054)
4
5 2005-02-04  Cluster File Systems, Inc. <info@clusterfs.com>
6        * miscellania
7         - update vibnal (Voltaire IB NAL)
8         - update gmnal (Myrinet NAL), gmnalid
9
10 2005-02-04  Eric Barton  <eeb@bartonsoftware.com>
11
12         * Landed portals:b_port_step as follows...
13
14           - removed CFS_DECL_SPIN* 
15             just use 'spinlock_t' and initialise with spin_lock_init()
16
17           - removed CFS_DECL_MUTEX*
18             just use 'struct semaphore' and initialise with init_mutex()
19
20           - removed CFS_DECL_RWSEM*
21             just use 'struct rw_semaphore' and initialise with init_rwsem()
22
23           - renamed cfs_sleep_chan -> cfs_waitq
24                     cfs_sleep_link -> cfs_waitlink
25
26           - fixed race in linux version of arch-independent socknal
27             (the ENOMEM/EAGAIN decision).
28
29           - Didn't fix problems in Darwin version of arch-independent socknal
30             (resetting socket callbacks, eager ack hack, ENOMEM/EAGAIN decision)
31
32           - removed libcfs types from non-socknal header files (only some types
33             in the header files had been changed; the .c files hadn't been
34             updated at all).