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