- Mar 07, 2005
-
-
Eric Barton authored
5807 - incorrect outstanding SEND accounting changed refcounting inlines to macros to improve logging cleanup unused per-work-item debug on send * lctl debug_file wasn't passing the mode argument to open(O_CREAT) fixed with restrictive (owner only) permissions * 5803 ranal initialisation fix
-
- Feb 15, 2005
-
-
jacob authored
r=adilger First stab at improving some user visible error messages.
-
- Feb 04, 2005
-
-
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
-
- Jan 25, 2005
-
-
Wang Di authored
fix debug_daemon size problem
-
- Jan 24, 2005
- Dec 29, 2004
-
-
Yury Umanets authored
-
- Dec 28, 2004
-
-
Nathan Rutman authored
-
- Dec 23, 2004
-
-
Andreas Dilger authored
-
- Dec 17, 2004
-
-
Eric Barton authored
* Removed S_???NAL in favour of a single S_NAL * NB liblustre needs attention
-
- Dec 11, 2004
-
-
Andreas Dilger authored
- don't generate a temp filename for a raw dump - don't unlink non-regular files (e.g. /dev/null) - don't report an error if kernel doesn't dump anything (fix mismerge?)
-
- Dec 09, 2004
-
-
Eric Barton authored
-
- Nov 18, 2004
-
-
Yury Umanets authored
- added ldiskfs module info generation to portals/utils/debug.c - added packing/unpacking for mea in lmv_obd.c - small cleanups.
-
- Nov 11, 2004
-
-
Yury Umanets authored
-
- Oct 29, 2004
-
-
Eric Barton authored
-
- Oct 23, 2004
-
-
Yury Umanets authored
-
- Jul 05, 2004
-
-
Wang Di authored
1)some fix in fsfilt_snap_ext3 and fsfilt_snap_smfs. 2)add smfs_cow.c in smfs. 3)remove snapfs in Makefile.in and configure.in
-
- Jun 14, 2004
-
-
Phil Schwan authored
I haven't re-tested the AMD functionality since landing, but I did test iozone and dbench to ensure sanity.
-
- Jun 02, 2004
-
-
Phil Schwan authored
b_cmobd_merge should not be used for any further development or testing!
-
- May 17, 2004
-
-
Phil Schwan authored
cMD_PRE_CMD_SMASH are the relevant tags. The pre-smashing contents of HEAD will be committed by yury into b_cmd as a merge of the two branches. These will be stabilized on b_cmd and eventually landed onto HEAD.
-
- May 05, 2004
-
-
Yury Umanets authored
-
- Apr 23, 2004
-
-
Andreas Dilger authored
b=3043, b=3258, b=3219, b=2410
-
- Mar 19, 2004
-
-
Phil Schwan authored
- Apply Oleg's patch to fix 'lctl modules' (b_cray_portals_merge damage)
-
- Mar 17, 2004
-
-
Nic Henke authored
-
- Mar 05, 2004
-
-
Andreas Dilger authored
b=2733, b=2773, b=2529, b=2730, b=2819, b=2814, b=2822, b=1450, b=2676, b=2681 b=2817, b=2706, b=2816, b=1987, b=2884, b=1191, b=2809, b=2765, b=2805, b=1972
-
- Feb 20, 2004
-
-
youfeng authored
r = Adilger b 2074 comment 33 -- cleanup code using fstat()
-
- Dec 18, 2003
-
-
Zach Brown authored
r=adilger (didn't see regressions in buffalo, confirmed read throughput increases with sf and fpp multi-node IOR) This cleans up llite's readpage path and implements our own read-ahead window that hangs off of ll_file_data. The broad goal is to keep a fair amount of read-ahead pages issued and queued which can be fired off into read rpcs as read-ahead rpcs are completed.
-
- Dec 03, 2003
-
-
Phil Schwan authored
-
- Jul 25, 2003
-
-
Phil Schwan authored
- dozens and dozens of fixes for working with 2.6 kernels - new 2.4 kernel APIs - uncountable bug fixes
-
- Jun 12, 2003
-
-
Phil Schwan authored
- remove extN/ files
-