Whamcloud - gitweb
WARNING: we currently crash on unmount after the last phase of runtests.
[fs/lustre-release.git] / lustre / ptlrpc / service.c
2002-09-03 shaverWARNING: we currently crash on unmount after the last...
2002-09-02 adilgerMinor cleanups.
2002-09-02 pschwanI'm a moron and spin_unlock was a no-op.
2002-09-02 pschwanFix eric's extremely well-spotted locking bug. It...
2002-08-21 braam- add a name to ptlrpc_svc_init in preparation for...
2002-08-01 adilgerInclude failed operation for the RPC failures.
2002-07-31 braam- move the peter branch changes to the head
2002-07-26 rread- small include changes needed compile on powerpc
2002-07-17 adilgerBig diff, mostly cosmetic.
2002-07-15 pschwan- Fix for the 16kb page directory handling (thanks...
2002-07-05 uid34591Move the on-wire stucts/definitions into lustre_idl...
2002-07-05 uid34591Include headers explicitly that were previously include...
2002-07-05 shaverPrevent C-c and C-z from locking us up, and make most...
2002-07-04 pschwan- Quiet the FIXMEs from CERRORs to CDEBUGs, because...
2002-07-02 braam- add missing unlocks.
2002-07-01 pschwan- more LDLM refcount locking infrastructure
2002-07-01 pschwan- updated LDLM_DEBUG to give more refcount info
2002-06-30 braam- except for fixing the segfault in the documentation...
2002-06-30 braam- small issues
2002-06-28 braam- more fixes to export handling. Probably tomorrow...
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-14 pschwanLanding the mds_lock_devel branch on the trunk. Notables:
2002-06-13 pschwanWARNING: This commit breaks everything. It will be...
2002-05-24 pschwanDo lots of explicit EXPORT_SYMBOLs to see if this cures...
2002-04-30 pschwan- added a 'dying' head to fix very bad bug in yesterday...
2002-04-29 pschwanremoved srv_ev from ptlrpc_service and put it on the...
2002-04-27 adilgerSend last_rcvd values around when talking to the MDS...
2002-04-22 pschwan64-bit warning fixes. Someone should take a closer...
2002-04-22 braam- rename ha_mgr to recovd
2002-04-18 pschwan- fixed some warnings in the DLM
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-15 pschwanPopulate 'peer' before using it.
2002-04-15 pschwanFixed some thinkos in the remote connection/token stuff...
2002-04-13 pschwan- added connection structure which encompasses some...
2002-04-08 braam- name switch: "light" --> "lite"
2002-04-06 pschwanRemoves all traces of mds_req, mds_rep, ost_req, and...
2002-04-04 pschwan- Don't abort if fig2dev doesn't exist
2002-04-03 adilgerMake some attempt to clean up ptlrpc_init_svc() if...
2002-03-29 braam- add more infrastructure to handle extents and debug.
2002-03-27 braam- simplified ptlrpc_service by using ME auto-unlinking
2002-03-25 braam remove gid/rid's; minor cleanups.
2002-03-24 braam- more of the locking infrastructure.
2002-03-21 braam- Added UUID description to network document
2002-03-20 braam- updated documentation (introduction)
2002-03-18 braam- add a figure
2002-03-17 braam- temporarily change client.c which bums out on killing...
2002-03-14 pschwan- be more strict about what we accept from PtlEQGet...
2002-03-14 pschwan- fixed some NTOH/HTON mixups
2002-03-07 pschwan- made many CERRORs (the informative, rather than bad...
2002-03-05 pschwanrpc/service.c: set max_offset when creating service MDs
2002-03-05 braam- track offset for debugging
2002-03-03 pschwanMerged branch 'peter' with the tip. Pre-merge tag...
2002-02-28 braamnew files - restructure RPC further