- Feb 18, 2005
-
-
Andreas Dilger authored
Ignore generated files.
-
- Feb 17, 2005
-
-
Nic Henke authored
-
- Feb 15, 2005
- Feb 14, 2005
-
-
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
-
- Feb 12, 2005
-
-
Eric Barton authored
-
Phil Schwan authored
changes, and wondering how that happened.
-
Eric Barton authored
-
- Feb 11, 2005
-
-
Eric Barton authored
* Ranal "working" @ 1.2GBytes/sec single channel, 2.4GBytes/sec double
-
Nic Henke authored
-
jacob authored
do not dist non-linux (darwin) files by default.
-
- Feb 10, 2005
-
-
Phil Schwan authored
added a license file fixed up some stray copyright notices
-
Andreas Dilger authored
-
- Feb 09, 2005
-
-
Eric Barton authored
ksocknal_del_peer_locked CVS:
-
- Feb 08, 2005
-
-
Eric Barton authored
-
- Feb 05, 2005
- Feb 04, 2005
-
-
Nic Henke authored
-
Eric Barton authored
-
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
-
Eric Barton authored
-
jacob authored
add LB_CHECK_FILE(S), which work while cross-compiling.
-
- Feb 02, 2005
-
-
jacob authored
CVS/Repository, but we only want the basename.
-
Eric Barton authored
-
jacob authored
complain if more than one argument was passed, so that people who do ./lustrecvs co -r foo get an error as soon as practical
-
- Feb 01, 2005
-
-
Eric Barton authored
-
- Jan 31, 2005
-
-
Eric Barton authored
-
Eric Barton authored
configurations to fail rather than trip a server assertion. * 5606 fix ensures both peers agree on maximum "immediate" get. * ranal updates
-
- Jan 28, 2005
-
-
jacob authored
-
jacob authored
-
Yury Umanets authored
- fixed problem with sid of virtual directory "FIDS". By now it is saved to store just like last_rcvd and last_fid and read from there on startup. - a lot of changes about last_fid management. last_fid_changed flag is removed and last_fid_sem is replaced by spin lock.
-
nkj authored
so there is no need to accomodate for 2.4 kernel config differences.
-
nkj authored
So it must only warn, not abort.
-
- Jan 27, 2005
-
-
Yury Umanets authored
-
huzf authored
-
- Jan 26, 2005
-
-
Wang Di authored
remove unnecessary error msg, cleanup
-