- Oct 21, 2003
-
-
Eric Barton authored
know. This was a no-op, now it's a silent no-op. * Fixed help string in lctl. * Fixed lctl set_route date+time parsing bug.
-
- Oct 17, 2003
-
-
Eric Barton authored
-
- Oct 09, 2003
-
-
Wang Di authored
-
Wang Di authored
-
Eric Barton authored
-
- Oct 03, 2003
-
-
Eric Barton authored
-
- Sep 30, 2003
-
-
Andreas Dilger authored
-
- Sep 29, 2003
-
-
Eric Barton authored
* Fixed missing kfree in the router * Converted some socknal and router CERRORs into CWARN/CDEBUGs
-
- Sep 26, 2003
-
-
Eric Barton authored
-
Eric Barton authored
-
- Sep 25, 2003
-
-
Mike Shaver authored
-
Eric Barton authored
routers (i.e. gateways) without forgetting network topology (i.e. adding/deleting routes). * Socknal and qswnal automatically notify their local router and make an upcall when they detect peer death. * portals router load balances over equivalent routes * ENETUNREACH returned when a NAL thinks the router isn't loaded. * Improved socknal network failure detection. * /proc/sys/socknal/* interface - timeout is the socknal I/O timeout (50 by default) in seconds . - eager_ack is a boolean (set by default) that enables setting TCP_QUICKACK after every incoming message to ensure peer zero-copy sends complete quickly. - zero_copy is the size (2k by default) in bytes, below which message fragments are copied into a socket, rather than using zero-copy sends. Setting this above PAGE_SIZE will disable zero copy. * Socknal autoconnect option to create all peer connections eagerly or not. If more than one autoconnect reaches the same peer NID, with the eager option (this was the previous default), all connections will be made when one is required, otherwise only one at a time will be attempted (the new default). NB socknal still load balances over all established connections. * Generalised portals upcall to "cmd <action> [params]". Current upcalls are... - upcall LBUG file fn line - upcall ROUTER_NOTIFY <nal> <nid> <timestamp> up|down where <nal> is the kernel NAL number (defined in <linux/kp30.h>) <nid> is the peer's NID in 0xhex <timestamp> is seconds since 1/1/1970 * Added 'lctl --net' option, to make 1-line network lctl commands easy. * Added Light-weight event tracing.
-
- Sep 24, 2003
-
-
Andreas Dilger authored
We don't need to re-check the atime/mtime set flags in fsfilt_ext3_setattr, we do it already in mds_fix_attr(). b=56
-
- Sep 19, 2003
-
-
Andreas Dilger authored
-
- Sep 17, 2003
-
-
Andreas Dilger authored
-
Phil Schwan authored
backport completion_ast fixes and lustre_dlm.h header updates from b_devel
-
- Sep 16, 2003
-
-
Phil Schwan authored
More debug, less noise, in ldlm_lock_dump
-
- Sep 15, 2003
-
-
Andreas Dilger authored
r=robert
-
Andreas Dilger authored
-
- Sep 12, 2003
-
-
Andreas Dilger authored
-
Andreas Dilger authored
-
Andreas Dilger authored
have cascading failures. Server bulk timeout is 1/4 of the client timeout. Also fix /proc variables to be int, as that is what the functions expect. b=1845
-
Andreas Dilger authored
b=1765
-
Andreas Dilger authored
b=1600
-
Andreas Dilger authored
b=1570
-
Andreas Dilger authored
Originally for bug 1684, later found to be caused by stack overflows.
-
Andreas Dilger authored
-
Andreas Dilger authored
b=1871
-
- Sep 09, 2003
-
-
Andreas Dilger authored
-
- Sep 08, 2003
-
-
Andreas Dilger authored
Was apparently fixed in the client and development branches, but not HEAD. b=1815
-
- Sep 04, 2003
-
-
Andreas Dilger authored
-
- Sep 03, 2003
-
-
Phil Schwan authored
Fixes LBUG in ll_it_open_error, if the server couldn't lookup the parent.
-
- Sep 02, 2003
-
-
Robert Read authored
don't do the del_autconn for non-tcp interfaces.
-
Eric Barton authored
-
Eric Barton authored
-
Eric Barton authored
* socknal Makefile.am fix
-
- Sep 01, 2003
-
-
Phil Schwan authored
r=braam backport from b_devel to HEAD this patch to avoid an assertion in an unlikely error case where the server is unable to even begin to process an intent request
-
- Aug 25, 2003
-
-
Phil Schwan authored
This patch from eeb tracks outstanding tx descriptors and provides an ioctl to fetch them; should be useful for tracking down cases where bug 1031 is not resolved by loading the modules (see also bug 1827)
-
Andreas Dilger authored
-
- Aug 22, 2003
-
-
Phil Schwan authored
bumped the kernel patch version to 23, but really only vanilla-2.4.20 changed
-