Skip to content
Snippets Groups Projects
  1. Jan 07, 2004
    • wangchao's avatar
      b=2103 · cb904f4a
      wangchao authored
      r=shaver
      
      add tag to name2uuid() to deal with the broken of lmc when mds name and hostname are the same.
      cb904f4a
    • wangchao's avatar
      b=1719 · 9570cac9
      wangchao authored
      r=shaver
      
      Add --ptldebug and --subsystem to lmc.
      9570cac9
  2. Jan 06, 2004
  3. Jan 05, 2004
  4. Jan 04, 2004
  5. Jan 03, 2004
  6. Jan 02, 2004
  7. Dec 31, 2003
  8. Dec 30, 2003
  9. Dec 29, 2003
    • Robert Read's avatar
      b=2442 · fe1342ae
      Robert Read authored
      Only create config logs for the MDS on the local node.
      fe1342ae
  10. Dec 28, 2003
  11. Dec 26, 2003
    • Zach Brown's avatar
      b=2430 · fc5bf52c
      Zach Brown authored
      Use kmalloc() instead of slab to allocate the MD and MSG portal descriptors.
      On x86_64 the MD and MSG structs got quite large, into the 2k range, though
      pages are still 4k there.  This tricked slab into trying to back their slabs
      with multi-page allocations.  These allocations failed under high load which
      lead to LBUG()s and timeouts.
      
      While we're in here, properly initialize the in_use counts and stop using
      sleeping allocations while holding the state lock.
      fc5bf52c
  12. Dec 24, 2003
  13. Dec 23, 2003
    • Robert Read's avatar
      b=2417 · f17d04a5
      Robert Read authored
      r=shaver
      
      Prevent a race between mds_client_add and mds_client_free by clearing the client
      index bit after the data has been zeroed. Also make config messages consistent
      (with each other and with the obdfilter messages).
      f17d04a5
Loading