Skip to content
Snippets Groups Projects
  1. Aug 28, 2007
    • Eric Mei's avatar
      branch: HEAD · 6996bc66
      Eric Mei authored
      another missing part related to the gss_bulk.c
      6996bc66
  2. Aug 24, 2007
    • scjody's avatar
      Branch HEAD · 8eb479cb
      scjody authored
      Add EXPORT_SYMBOL check for node_to_cpumask symbol.
      
      b=12826
      i=shadow
      i=mjmac
      8eb479cb
  3. Aug 09, 2007
    • Nathan Rutman's avatar
      b=13147 · 6fcd05ba
      Nathan Rutman authored
      i=tappro
      i=fanyong
      block reactivating mgc import until all deactivates complete
      Only an issue when failing back MDT/MGS to itself (testing)
      6fcd05ba
  4. Aug 07, 2007
    • scjody's avatar
      Branch HEAD · 6f8aeb48
      scjody authored
      Commit of latest gss_bulk.c.  Old revision history has been lost (but
      contact me if you really need to know something.)
      6f8aeb48
  5. Aug 03, 2007
    • Yong Fan's avatar
      b=13201 · b11d0d89
      Yong Fan authored
      i=ericm
      i=vitaly
      
      Fix compile warning and type error message when compiles the HEAD branch.
      b11d0d89
  6. Jul 31, 2007
  7. Jul 30, 2007
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. Apr 13, 2007
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. Mar 01, 2007
  20. Feb 26, 2007
  21. Feb 21, 2007
    • Nathan Rutman's avatar
      b=2258 · b861e01f
      Nathan Rutman authored
      r=adilger
      Insure min dynamic threads < max threads
      Also make absolutely sure we don't start more than MAX
      on the biggest machines, we limit the MDS auto-threads to start at 32 and go to 128, nowhere near the 512 max limit.  On e.g.
      ilter.c lustre/ost/ost_handler.c
      on the biggest machines, we limit the MDS auto-threads to start at 32 and go to 128, nowhere near the 512 max limit.  On e.g.
          (8 * 1024)
      on the biggest machines, we limit the MDS auto-threads to start at 32 and go to 128, nowhere near the 512 max limit.  On e.g.
      s/lustre-core/mds/handler.c,v
      on the biggest machines, we limit the MDS auto-threads to start at 32 and go to 128, nowhere near the 512 max limit.  On e.g.
      threads = MDS_THREADS_AUTO_MAX;
      on the biggest machines, we limit the MDS auto-threads to start at 32 and go to 128, nowhere near the 512 max limit.  On e.g.
      andler.c	21 Feb 2007 21:22:08 -0000
      on the biggest machines, we limit the MDS auto-threads to start at 32 and go to 128, nowhere near the 512 max limit.  On e.g.
      b861e01f
  22. Feb 16, 2007
  23. Feb 15, 2007
    • Bobi Jam's avatar
      Branch HEAD · 6e9ad1d5
      Bobi Jam authored
      b=9829
      r=adilger
      
      Description: client incorrectly hits assertion in ptlrpc_replay_req()
      Details    : for a short time RPCs with bulk IO are in the replay list,
             but replay of bulk IOs is unimplemented.  If the OST filesystem
             is corrupted due to disk cache incoherency and then replay is
             started it is possible to trip an assertion.  Avoid putting
             committed RPCs into the replay list at all to avoid this issue.
      6e9ad1d5
  24. Feb 13, 2007
    • Andreas Dilger's avatar
      Branch HEAD · 0dfd5314
      Andreas Dilger authored
      Description: RPCs being resent when they shouldn't be
      Details    : Some RPCs that should not be resent are being resent.  This
      	     can cause inconsistencies in the RPC state machine.  Do not
      	     resend such requests.
      b=11203
      r=nathan r=green
      
      Fix 2.4 kernel compile error introduced by 10866 landing (missing typecheck).
      0dfd5314
  25. Feb 10, 2007
  26. Sep 20, 2005
  27. Sep 15, 2005
  28. Sep 14, 2005
    • alex's avatar
      b=9326 · dd26e4cb
      alex authored
       - don't use req as we've lost our reference after ptlrpc_set_add_new_req()
      dd26e4cb
  29. Aug 29, 2005
  30. Aug 19, 2005
  31. Aug 18, 2005
    • alex's avatar
      b=7356 · ee8c12f2
      alex authored
       - show error message always to simplify bug catching
      ee8c12f2
  32. Aug 17, 2005
    • alex's avatar
      b=7268 · 3912ebcd
      alex authored
       - additional debug info
      3912ebcd
  33. Aug 11, 2005
  34. Aug 10, 2005
  35. Aug 09, 2005
  36. Aug 08, 2005
  37. Aug 06, 2005
Loading