Skip to content
Snippets Groups Projects
  1. Aug 08, 2007
  2. Aug 03, 2007
    • Oleg Drokin's avatar
      b=11706 · d72e9f75
      Oleg Drokin authored
      r=adilger
      
      Obtain necessary amount of peer credits for exery export per oss and for
      every possible AST per MDS.
      d72e9f75
  3. Jul 26, 2007
    • Wang Di's avatar
      Branch: b1_6 · 29379abe
      Wang Di authored
      land 10800(adding llog ctxt refcount) to b1_6.
      b=10800
      i=green
      i=shadow
      29379abe
  4. Jul 20, 2007
    • Oleg Drokin's avatar
      b=11013 · 51dfa37b
      Oleg Drokin authored
      r=adilger, nathan
      
      Hash tables for uuids, nids and connections.
      51dfa37b
  5. Jul 19, 2007
    • scjody's avatar
      Branch b1_6 · 6be44b74
      scjody authored
      To improve performance, disable most logging (for debug purposes)
      by default.  VFSTRACE, RPCTRACE, and DLMTRACE are now off by
      default, and HA includes contains fewer messages.
      
      Original patch by adilger.
      
      b=12417
      i=scjody
      i=green
      6be44b74
  6. Jul 18, 2007
    • Nathan Rutman's avatar
      b=12860 · 7d44a355
      Nathan Rutman authored
      i=adilger
      i=green
      fix mds_lov_synchronize race
      7d44a355
    • Andreas Dilger's avatar
      Branch b1_6 · 15a2b8f7
      Andreas Dilger authored
      Fix ll_opcode2str() and opcode_offset() to handle LLOG request types.
      Fix ChangeLog to put changes at the end of the 1.6.1 section.
      b=12731
      i=nathan
      i=scjody
      15a2b8f7
  7. Jul 17, 2007
    • Johann Lombardi's avatar
      Branch b1_6 · 97abbb31
      Johann Lombardi authored
      b=12696
      i=johann
      i=adilger
      
      Severity   : normal
      Frequency  : rare
      Bugzilla   : 12696
      Description: ASSERTION(imp->imp_conn_current) failed
      Details    : an assertion failure is hit if a client node boots and attempts to
                  mount a lustre filesystem faster than RECONNECT_INTERVAL seconds.
      97abbb31
  8. Jul 12, 2007
  9. Jun 29, 2007
    • Oleg Drokin's avatar
      b=11706 · e19dd973
      Oleg Drokin authored
      r=eeb,adilger
      do not panic if pinger set changed reply status. The only valid action
      is to check if reply was actually processed.
      e19dd973
  10. Jun 22, 2007
  11. Jun 21, 2007
  12. Jun 15, 2007
  13. Jun 14, 2007
  14. Jun 13, 2007
  15. Jun 06, 2007
    • Oleg Drokin's avatar
      b=11706 · 787a4292
      Oleg Drokin authored
      r=eeb,adilger,nic(original author)
      
      Insert cond_resched in ptlrpc_main to give other threads a chance to use some cp
      u.
      787a4292
  16. May 30, 2007
    • scjody's avatar
      Branch b1_6 · 7c442c43
      scjody authored
      Accept the old ost_num_threads parameter but warn that it
      is deprecated, and fix an off-by-one error that caused an LBUG.
      
      Original patch by adilger.
      
      b=12470
      i=nathan
      i=scjody
      7c442c43
    • Nathan Rutman's avatar
      b=12571 · fa8d097d
      Nathan Rutman authored
      i=nathan
      i=adilger
      don't unlock twice.  patch by wangdi
      fa8d097d
  17. May 17, 2007
  18. May 16, 2007
    • Oleg Drokin's avatar
      b=11658 · 7cb202a5
      Oleg Drokin authored
      r=wangdi,adigler
      
      Take import reference before releasing llog record semaphore
      7cb202a5
  19. May 08, 2007
    • Oleg Drokin's avatar
      b=11546 · 0df86a8a
      Oleg Drokin authored
      r=adilger,shadow
      
      Check that request is still eligible for replay in mdc_set_replay_data()
      before doing anything.
      0df86a8a
  20. May 02, 2007
    • scjody's avatar
      Branch HEAD · 0791b099
      scjody authored
      Add LNET router traceability for debug purposes
      
      If a checksum failure occurs with a router as part of the IO path, the NID of
      the last router that forwarded the bulk data is printed so it can be
      identified.
      
      Original patch by eeb.
      
      b=11548
      i=eeb
      i=adilger
      0791b099
  21. Apr 30, 2007
    • Lai Siyao's avatar
      b=11315 · 12fa816b
      Lai Siyao authored
      i=adilger
      
      unmatched spin_lock/unlock of imp_lock might cause deadlock.
      12fa816b
  22. Apr 28, 2007
    • scjody's avatar
      Branch HEAD · 824c90ba
      scjody authored
      Patch from nic@cray.com: add spin locks around import/export bit flag changes.
      
      b=11315
      i=adilger
      i=alex
      824c90ba
  23. Apr 26, 2007
    • Nathan Rutman's avatar
      b=12007 · b3d03f05
      Nathan Rutman authored
      b=11013
      Back out bz 11013 due to chronic test failures
      b3d03f05
  24. Apr 13, 2007
  25. Mar 26, 2007
    • Bobi Jam's avatar
      Branch HEAD · 8c29d626
      Bobi Jam authored
      b=11090
      Description: Be more lenient with linux clients before warning (by Andreas)
      Details: This fixes Linux clients so they allow one major Lustre release update
               before they warn.  It also makes the setting of the version a lot
               easier by using OBD_OCD_VERSION(0,0,1,32) instead of having to calculate
               it directly.
      8c29d626
  26. Mar 22, 2007
    • scjody's avatar
      Branch HEAD · b3996b51
      scjody authored
      Change timeouts on Cray XT3.
      
      b=10803
      r=adilger
      r=scjody
      
      Original author: Nic from Cray
      b3996b51
  27. Mar 19, 2007
    • Nathan Rutman's avatar
      b=11013 · 79e6f0e3
      Nathan Rutman authored
      This is a potential null pointer dereference.
      Caught by HEAD's conf_sanity test 29
      79e6f0e3
  28. Mar 13, 2007
    • yzy's avatar
      Land b1_6_bug11013 onto HEAD (20070313_0924) · 23e25107
      yzy authored
      b=11013
      r=adilger
      
      implement a common hash table, so it will be used as a hash class.
      in this patch, finished :
      1. " UUID <--> export " hash
      2. " NID  <--> export " hash
      3. "NetPeer <--> connect" hash
      23e25107
  29. Mar 09, 2007
    • Bobi Jam's avatar
      Branch HEAD · 4e22a9d2
      Bobi Jam authored
      b=11090
      r=green
      
      Description: Checking the version difference of client vs. server, report error if the gap is too big.
      4e22a9d2
  30. Mar 01, 2007
  31. Feb 26, 2007
Loading