Skip to content
Snippets Groups Projects
  1. Jan 05, 2004
  2. Jan 04, 2004
  3. Jan 03, 2004
  4. Jan 02, 2004
  5. Dec 31, 2003
  6. Dec 30, 2003
  7. 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
  8. Dec 28, 2003
  9. 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
  10. Dec 24, 2003
  11. Dec 23, 2003
  12. Dec 22, 2003
    • youfeng's avatar
      b=2074 · 12f196cc
      youfeng authored
      r=Adilger
      
      Log:
          remove the '\n's not at the end of log lines
      12f196cc
  13. Dec 21, 2003
  14. Dec 19, 2003
    • Robert Read's avatar
      b=2353 · 8af4adf8
      Robert Read authored
      r=shaver
      
      Delete IOC_CONNECT,DISCONNECT and use obd_self_export instead
      of creating connections for lctl. Also delete the IOC_DEVICE comamnd
      and make the ioctl interface stateless.  The lctl probe command is now
      a noop, and lctl device is still used to set the device, although the
      current device state is only saved in lctl now, and not the kernel.
      8af4adf8
Loading