Skip to content
Snippets Groups Projects
  1. 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
  2. Aug 02, 2007
    • milind's avatar
      b=13093 · 7347130d
      milind authored
       r=adilger, deen
      
      Description: When running with O_DIRECT I/O, neither the client rpc_stats
      nor read_ahead_stats were updated. Copied the stats section from
      osc_send_oap_rpc() into async_internal().
      7347130d
  3. Aug 01, 2007
    • Vitaly Fertman's avatar
      Branch b1_6 · 7697e3a2
      Vitaly Fertman authored
      b=12916
      i=green
      i=shadow
      
      handling of zero connect flags in self export for ELC code
      7697e3a2
  4. Jul 31, 2007
  5. 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
  6. Jul 24, 2007
    • scjody's avatar
      Branch b1_6 · 295e85c3
      scjody authored
      Description: Async OSC create to avoid the blocking unnecessarily.
      Details    : If a OST has no remain object, system will block on the creating
                  when need to create a new object on this OST. Now, ways use
                  pre-created objects when available, instead of blocking on an
                  empty osc while others are not empty.  If we must block, we block
                  for the shortest possible period of time.
      
      Patch by shadow.
      
      b=4900
      i=wangdi
      i=nathan
      295e85c3
    • Alexey Lyashkov's avatar
      Access to array[-1] can produce panic if kernel compiled with · b146d75e
      Alexey Lyashkov authored
      CONFIG_PAGE_ALLOC enabled
      
      b=12975
      i=adilger
      i=green
      b146d75e
  7. 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
  8. Jul 18, 2007
    • Nathan Rutman's avatar
      b=12860 · 7d44a355
      Nathan Rutman authored
      i=adilger
      i=green
      fix mds_lov_synchronize race
      7d44a355
  9. Jun 29, 2007
    • Bobi Jam's avatar
      Branch b1_6 · d383b173
      Bobi Jam authored
      b=11815
      i=adilger
      i=wangdi
      
      Description: replace obdo_alloc() with OBDO_ALLOC macro
      Details    : nothing special is done in obdo_alloc() function, and for
                   debugging purpose, it needs to be replaced with macros.
      d383b173
  10. Jun 22, 2007
  11. Jun 21, 2007
  12. Jun 20, 2007
  13. Jun 14, 2007
  14. Jun 13, 2007
  15. Jun 02, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · ce79c818
      Andreas Dilger authored
      Fix up error message for the case where a client hits a bogus checksum
      error.  This only happens during mmap IO, and can be seen when the
      client-side checksum matches the new checksum found on the server,
      or has changed again since the message was originally sent.
      
      In preparation for turning checksumming on by default.
      b=11742
      i=scjody
      i=adilger (behlendorf original patch)
      ce79c818
  16. May 31, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · 2584a9ba
      Andreas Dilger authored
      Always send IO to OST_IO_PORTAL regardless of what the default portal is.
      Was previously broken for echo_client on catamount, but would also break
      on 1.8 once the default request portal is REQPORTAL.
      
      Detect if OST_WRITE or OST_READ requests go to non-IO portals, as that
      would LBUG the server due to lack of IO buffers.
      b=11813
      i=green
      i=shadow
      2584a9ba
  17. May 24, 2007
    • Nathan Rutman's avatar
      b=11737/12549 · d628bbfa
      Nathan Rutman authored
      The 11737 patch causes various kernel crashes; see bug 12549.
      Verified by nathan and adilger.
      Reverting.
      d628bbfa
    • Wang Di's avatar
      Branch:b1_6 · b3debac6
      Wang Di authored
      Clear the grant when disconnect the import to prevent the grant being erased
      wrongly when the import is evicted.
      b=12371
      i=green
      i=adilger
      b3debac6
  18. May 23, 2007
  19. 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
  20. 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
  21. Apr 19, 2007
    • Wang Di's avatar
      Branch:HEAD · 22534b95
      Wang Di authored
      According to shadow's advice, move BRW_WRITE check for grant to the right place
      to avoid cl_loi_list_lock for read.
      b:11662
      r:adilger,green
      22534b95
    • Wang Di's avatar
      Branch:HEAD · 39badf49
      Wang Di authored
      b:11662
      Fix grant leak that caused OST crashes.
      r:adilger
      r:green
      39badf49
  22. Feb 15, 2007
  23. Feb 10, 2007
  24. Oct 14, 2005
    • alex's avatar
      b=9516 · 6f759812
      alex authored
      r=alex
      
       - limit number of in-flight async destroy rpcs MDS issues
         to destroy OST objects
      6f759812
  25. Sep 20, 2005
  26. Sep 16, 2005
  27. Sep 11, 2005
    • alex's avatar
      b=7237 · bae0d250
      alex authored
       - always close transaction before calling lov/osc
      bae0d250
  28. Sep 10, 2005
  29. Sep 08, 2005
  30. Aug 29, 2005
  31. Aug 27, 2005
    • Lai Siyao's avatar
      · 4380cd85
      Lai Siyao authored
      a minor reorganization of capability code.
      some cleanup.
      4380cd85
  32. Aug 26, 2005
  33. Aug 25, 2005
Loading