Whamcloud - gitweb
Merge b_md into HEAD
[fs/lustre-release.git] / lustre / ptlrpc / recovd.c
2003-02-07 pschwanMerge b_md into HEAD
2003-01-06 adilgerMerge b_md to HEAD for 0.5.19 release.
2002-11-28 shaverLanding of b_recovery (at last).
2002-11-07 pschwanFix build-breaking thinko
2002-11-07 pschwan- land b_symlink on HEAD
2002-11-05 shaver- Fix up c_recovd_data list_head management, to avoid...
2002-10-30 shaver- Bugzilla 214: Have LOV do its own timeout management...
2002-10-21 braam- compile fixes for 2.5.44
2002-10-19 braamONLY UPDATE IF YOU NEED THIS (i.e. Andreas probably...
2002-10-19 shaver- Split import reconnection and replay (OSC only needs...
2002-10-16 pschwanBump the sanity-max to 1000, since we have way, way...
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-11 adilgerRevert some of the CERROR->CDEBUG changes in recovery.
2002-10-10 shaver- Add D_HA for recovery diagnostics, and use it in...
2002-10-09 shaverSo. When we replay a request, we go through request_ou...
2002-10-03 shaver- Fix dumb iloop bug in dump_connection_list by properl...
2002-10-03 pschwanb=617434
2002-10-03 shaver- Add some more verbose logging of the cases that get...
2002-10-01 shaver- Add RD_TROUBLED state for items that need to start...
2002-09-25 shaver- Cancel any and all outstanding locks when an export...
2002-09-20 shaver- Parallel recovery implementation, to match documented...
2002-09-08 adilgerDon't oops if there is no recovd for a connection....
2002-09-03 shaverWARNING: we currently crash on unmount after the last...
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-26 shaver* Move recovery state into connection from client,...
2002-08-17 shaver* l_wait_event can now do interrupts without a timeout...
2002-08-16 shaver* Fix interrupt-pending-when-timeout-occurs handling...
2002-07-05 shaverPrevent C-c and C-z from locking us up, and make most...
2002-05-24 pschwanDo lots of explicit EXPORT_SYMBOLs to see if this cures...
2002-05-12 braam- mds failover code
2002-05-01 pschwanFixed recovd deadlock
2002-05-01 pschwanAvoid cli_lock deadlock in ptlrpc_free_req
2002-04-29 braam- documentation update for MDS recovery
2002-04-27 adilgerSend last_rcvd values around when talking to the MDS...
2002-04-24 adilgerFixups to handle error recovery when we are out of...
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...