Whamcloud - gitweb
WARNING: we currently crash on unmount after the last phase of runtests.
[fs/lustre-release.git] / lustre / ptlrpc / niobuf.c
2002-09-03 shaverWARNING: we currently crash on unmount after the last...
2002-08-17 shaver* l_wait_event can now do interrupts without a timeout...
2002-07-31 braam- move the peter branch changes to the head
2002-07-22 adilgerCall bulk descriptor "desc" instead of "bulk" for consi...
2002-07-13 shaver- Use refcounting to control lifetime of bulk descriptors.
2002-07-13 pschwan- Added match_or_enqueue helper function
2002-07-12 pschwan- Added some temporary LDLM_LOCK_PUT/LDLM_LOCK_GET...
2002-07-05 uid34591Include headers explicitly that were previously include...
2002-06-27 braam- More changes in the connection handle stuff. We...
2002-06-21 braamtiny changes to accompany the Portals update which...
2002-06-14 pschwanLanding the mds_lock_devel branch on the trunk. Notables:
2002-06-13 pschwan- Fixes obdecho
2002-06-13 pschwanWARNING: This commit breaks everything. It will be...
2002-05-26 pschwan- LBUG() on failed niobuf allocation
2002-05-24 pschwanDo lots of explicit EXPORT_SYMBOLs to see if this cures...
2002-05-23 pschwan- Fixed problem where all files were owned by root
2002-05-17 pschwan* Split struct niobuf into niobuf_local and niobuf_remote
2002-05-12 braam- mds failover code
2002-05-01 pschwanFixed recovd deadlock
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-18 pschwanUse a new ptlrpc_client->cli_lock to protect the cli...
2002-04-18 pschwan- fixed some warnings in the DLM
2002-04-15 pschwanFixed some thinkos in the remote connection/token stuff...
2002-04-13 pschwan- added connection structure which encompasses some...
2002-04-10 pschwanNo new functionality outside of the DLM. ptlrpc_client...
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-02 pschwan- fixed up lustre_mds.h to allow inclusion in userspace...
2002-03-28 braam- Replace the complicated waitq story with a much less...
2002-03-28 braam- Added a queue length and waitqueue to the client...
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-22 pschwan- Removed an overzealous BUG() that keeps us from clean...
2002-03-21 braam- remove unhelpful CERRORs
2002-03-21 braam- do the right thing when we catch SIGTERM
2002-03-20 braam- updated documentation (introduction)
2002-03-20 pschwan- Removed the (nearly) unused obd_print_entry and fixed...
2002-03-18 braam- add a figure
2002-03-17 braam- temporarily change client.c which bums out on killing...
2002-03-14 pschwan- fixed some NTOH/HTON mixups
2002-03-07 pschwan- made many CERRORs (the informative, rather than bad...
2002-03-03 braam- minor fixes to get mdc_readpage working over again.
2002-03-03 pschwanMerged branch 'peter' with the tip. Pre-merge tag...
2002-02-28 braamnew files - restructure RPC further