Whamcloud - gitweb
1. Fixed cleanup issue where I was *indeed* accesing a zapped pointer.
[fs/lustre-release.git] / lustre / ptlrpc / rpc.c
2002-11-02 thantry1. Fixed cleanup issue where I was *indeed* accesing...
2002-11-01 thantryLproc-snmp code drop
2002-10-19 shaver- Split import reconnection and replay (OSC only needs...
2002-10-19 pschwanFix the connection refcount leaks. There were actually...
2002-10-15 shaver- Move recovery setup into the (network-using) connect...
2002-10-15 shaver- Rename the ptlrpc-general reconnection and replay...
2002-10-04 shaver- Add support for umount -f: it invalidates all in...
2002-10-01 shaverAdd support for FAILCONN ioctl, for recovery testing...
2002-10-01 shaver- Add RD_TROUBLED state for items that need to start...
2002-09-20 shaver- Parallel recovery implementation, to match documented...
2002-09-06 shaver- Chain imports on connection, like exports.
2002-09-05 shaver- Rewrote connmgr_iocontrol to handle UUID specificatio...
2002-09-03 rread* move recover.c from llite to ptlrpc
2002-09-03 shaverWARNING: we currently crash on unmount after the last...
2002-08-26 shaver* Move recovery state into connection from client,...
2002-08-21 braam- add a name to ptlrpc_svc_init in preparation for...
2002-08-17 shaver* l_wait_event can now do interrupts without a timeout...
2002-07-26 rread- small include changes needed compile on powerpc
2002-07-13 shaver- Use refcounting to control lifetime of bulk descriptors.
2002-07-05 uid34591Include headers explicitly that were previously include...
2002-07-05 adilgerChange module data to use "info@clusterfs.com" email...
2002-06-30 braam- except for fixing the segfault in the documentation...
2002-06-27 braam- More changes in the connection handle stuff. We...
2002-06-27 braamDon't update your trees yet..... Brian and I are trying...
2002-06-23 adilgerMove cleanup of service struct into ptlrpc_unregister_s...
2002-06-21 pschwanSmall typo fix
2002-06-21 adilgerMerge from posix_stable.
2002-06-13 pschwan- Fixes obdecho
2002-06-03 adilgerMove ioctl values out of the way of standard ext2/ext3...
2002-05-24 pschwanI am a superstar.
2002-05-24 pschwanIt did indeed fix it; here's the ones that I forgot.
2002-05-24 pschwanDo lots of explicit EXPORT_SYMBOLs to see if this cures...
2002-05-23 pschwanchanged ioctl 'cmd' type from 'long' to 'int'
2002-05-12 braam- mds failover code
2002-04-30 pschwan- added a 'dying' head to fix very bad bug in yesterday...
2002-04-29 braam- documentation update for MDS recovery
2002-04-22 braam- rename ha_mgr to recovd
2002-04-17 pschwanThe noncontroversial portion of the last few days of...
2002-04-15 braamWARNING - if an RPC times out you will crash older...
2002-04-13 pschwan- added connection structure which encompasses some...
2002-03-03 pschwanMerged branch 'peter' with the tip. Pre-merge tag...
2002-02-28 pschwan- added rq_type field to ptlrpc_request
2002-02-27 braam- barrier for potential cache problems
2002-02-27 braamyet more tracking of lost packets
2002-02-27 braam- bug fix to unload modules with safe wait functions
2002-02-27 pschwan- Don't set request->rq_repbuf until the reply has...
2002-02-27 pschwanAdd many debug messages to the RPC path
2002-02-25 pschwanGetting rid of tabs makes me happy, just humour me.
2002-02-25 braam- minor debugging fixes
2002-02-24 pschwanThe most tedious patch in history. Changes almost...
2002-02-24 pschwan- Added DEBUG_SUBSYSTEMs
2002-02-24 braamslightly more debugging in rpc.c - something is wrong...
2002-02-23 pschwan- Converted lots of debugging printks to CDEBUGs
2002-02-22 behlendo- Added some fields for rpc double buffering
2002-02-21 pschwanPass 1 of debugging and leak cleanup:
2002-02-21 braam- elimininate the system calls from filter obd
2002-02-14 braam- changed back to using no optimization for UML modules...
2002-02-13 braamclass/class_obd.c: small OBD_ATTACHED sanity cleanup...
2002-02-09 braamMinor fixes to
2002-02-01 braam- zero out the request structure after allocation
2002-02-01 braamMinor bugfix to allow multiple networked operations:
2002-01-31 braam- new RPC infrastructure:
2002-01-30 braam- and the new files