Skip to content
Snippets Groups Projects
  1. Aug 02, 2007
    • Liu Ying's avatar
      Branch b1_6 · 853d4aac
      Liu Ying authored
      b=13006
      i=shadow, deen
      
      Description: warnings with build patchless client with vanila 2.6.19 and up
      Details    : change the old ctl_table style and replace ctl_table/ctl_table_header
                   with cfs_sysctl_table_t/cfs_sysctl_table_header_t
      853d4aac
    • Liu Ying's avatar
      Branch b1_6 · 3c7f8db7
      Liu Ying authored
      b=12333
      i=green, nathan
      
      Description: obdclass is limited by single OBD_ALLOC(idarray)
      Details    : replace OBD_ALLOC/OBD_FREE with OBD_VMALLOC/OBD_VFREE
      3c7f8db7
    • Johann Lombardi's avatar
      Branch b1_6 · ed514965
      Johann Lombardi authored
      b=11802
      i=green
      i=scjody
      
      attachment 11752 / rely on AUTOCONF_INCLUDED instead of HAVE_KERNEL_CONFIG_H
      ed514965
    • Bobi Jam's avatar
      Branch:b1_6 · 819db3d5
      Bobi Jam authored
      b=12606
      i=shadow, nikita
      
      Description: don't use GFP_* in generic Lustre code.
      Details    : Use cfs_alloc_* functions and CFS_* flags for code portability.
      819db3d5
  2. Jul 27, 2007
    • Nathan Rutman's avatar
      b=13129 · e5d6d25f
      Nathan Rutman authored
      i=adilger
      i=johann
      Block umount forever until the mount refcount is zero rather than giving up
      after an arbitrary timeout.
      e5d6d25f
  3. Jul 26, 2007
  4. 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
    • Nathan Rutman's avatar
      b=11778 · bf4ee96e
      Nathan Rutman authored
      i=adilger
      i=green
      block client->MDT connection until first MDT->OST connection
      bf4ee96e
    • Nathan Rutman's avatar
      b=12707 · 2761c4f5
      Nathan Rutman authored
      i=adilger
      i=nathan
      coverity
      2761c4f5
  5. Jul 23, 2007
  6. Jul 20, 2007
    • Oleg Drokin's avatar
      b=11013 · 51dfa37b
      Oleg Drokin authored
      r=adilger, nathan
      
      Hash tables for uuids, nids and connections.
      51dfa37b
  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 09, 2007
  9. Jul 05, 2007
    • Nathan Rutman's avatar
      b=10676 · ceca3d53
      Nathan Rutman authored
      i=adilger
      i=wangdi
      b=12461 minor cleanup
      i=brian
      i=adilger
      ceca3d53
  10. Jul 03, 2007
  11. 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
  12. Jun 27, 2007
    • Jinshan Xiong's avatar
      · ed35a1cf
      Jinshan Xiong authored
      Set the handle_hash size to 4096 if lustre is working under UML(user mode linux).
      ed35a1cf
  13. Jun 21, 2007
  14. Jun 16, 2007
    • Jinshan Xiong's avatar
      b=10706 · fb4ae6ca
      Jinshan Xiong authored
      r=adilger,johann
      
      use RCU to improve the scalability of class handle object search, reloaded.
      fb4ae6ca
    • Jinshan Xiong's avatar
      · d3559cbe
      Jinshan Xiong authored
      Broke SLES build, restored.
      d3559cbe
    • Jinshan Xiong's avatar
      b=10706 · 82f2d6f9
      Jinshan Xiong authored
      r=adilger,johann
      
      Use RCU to improve the scalability of class handle hash.
      82f2d6f9
  15. Jun 15, 2007
  16. Jun 14, 2007
  17. Jun 13, 2007
  18. May 31, 2007
    • Wang Di's avatar
      Branch: b1_6 · 8b0824f4
      Wang Di authored
      Branch:b1_4
      set cat log bitmap only after create log success
      b=12556
      i=green
      i=nathan
      8b0824f4
  19. May 29, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · 98b83e59
      Andreas Dilger authored
      Fix /proc/fs/lustre/devices on PPC systems.
      b=12234
      i=nathan
      i=scjody
      98b83e59
  20. May 17, 2007
  21. May 03, 2007
  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
    • scjody's avatar
      Branch HEAD · 78f134e9
      scjody authored
      Type-check arguments against format string in CDEBUG/CERROR, fix warnings
      introduced.
      
      Original patch by adilger.
      
      b=12327
      i=green
      i=isaac
      78f134e9
  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 11, 2007
  25. Apr 05, 2007
    • scjody's avatar
      Branch HEAD · eff68810
      scjody authored
      Clean up compiler warnings in liblustre builds.
      
      Original patch by nic@cray.com.
      
      b=11175
      i=green
      i=adilger
      eff68810
  26. Mar 31, 2007
    • scjody's avatar
      Branch HEAD · ba32c6bb
      scjody authored
      Add support for the ldiskfs2 fstype.
      
      b=11981
      r=adilger
      r=nathan
      ba32c6bb
  27. Mar 19, 2007
    • Nathan Rutman's avatar
      b=11778 · 18f19045
      Nathan Rutman authored
      i=adilger
      wait until config file is finished before allowing MDT clients to connect
      18f19045
  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 01, 2007
    • Nathan Rutman's avatar
      b=11752 · 4a0a4f7c
      Nathan Rutman authored
      assert possibly caused by uninitialized var
      4a0a4f7c
  30. Feb 27, 2007
Loading