Skip to content
Snippets Groups Projects
  1. Mar 07, 2005
    • Eric Barton's avatar
      * vibnal fixes · 6815097c
      Eric Barton authored
          5807 - incorrect outstanding SEND accounting
          changed refcounting inlines to macros to improve logging
          cleanup unused per-work-item debug on send
      
      *   lctl debug_file wasn't passing the mode argument to open(O_CREAT)
          fixed with restrictive (owner only) permissions
      
      *   5803 ranal initialisation fix
      6815097c
  2. Feb 15, 2005
    • jacob's avatar
      b=5684 · d0e96366
      jacob authored
      r=adilger
      
      First stab at improving some user visible error messages.
      d0e96366
  3. Feb 04, 2005
    • Eric Barton's avatar
      * Landed portals:b_port_step as follows... · 00f255b8
      Eric Barton authored
      	  - removed CFS_DECL_SPIN*
      	    just use 'spinlock_t' and initialise with spin_lock_init()
      
      	  - removed CFS_DECL_MUTEX*
      	    just use 'struct semaphore' and initialise with init_mutex()
      
      	  - removed CFS_DECL_RWSEM*
      	    just use 'struct rw_semaphore' and initialise with init_rwsem()
      
      	  - renamed cfs_sleep_chan -> cfs_waitq
      	            cfs_sleep_link -> cfs_waitlink
      
                - fixed race in linux version of arch-independent socknal
        	    (the ENOMEM/EAGAIN decision).
      
      	  - Didn't fix problems in Darwin version of arch-independent socknal
       	    (resetting socket callbacks, eager ack hack, ENOMEM/EAGAIN decision)
      
      	  - removed libcfs types from non-socknal header files (only some types
      	    in the header files had been changed; the .c files hadn't been
      	    updated at all).
      
      	  - Updated lustre b1_4 to match
      00f255b8
  4. Jan 25, 2005
  5. Jan 24, 2005
    • Wang Di's avatar
      Branch: HEAD · caa8ea40
      Wang Di authored
      a typo fix(forget goto) for debug_daemon utils
      caa8ea40
    • Wang Di's avatar
      Branch: HEAD · 16230613
      Wang Di authored
      temp fix debug_daemon bug on HEAD
      16230613
  6. Dec 29, 2004
  7. Dec 28, 2004
  8. Dec 23, 2004
  9. Dec 17, 2004
    • Eric Barton's avatar
      * Added ranal · 3fed8a24
      Eric Barton authored
      *   Removed S_???NAL in favour of a single S_NAL
      
      *   NB liblustre needs attention
      3fed8a24
  10. Dec 11, 2004
    • Andreas Dilger's avatar
      Fix lconf --dump handling: · ce03fbbe
      Andreas Dilger authored
      - don't generate a temp filename for a raw dump
      - don't unlink non-regular files (e.g. /dev/null)
      - don't report an error if kernel doesn't dump anything (fix mismerge?)
      ce03fbbe
  11. Dec 09, 2004
  12. Nov 18, 2004
  13. Nov 11, 2004
  14. Oct 29, 2004
  15. Oct 23, 2004
  16. Jul 05, 2004
    • Wang Di's avatar
      Update snapfs · 1675d042
      Wang Di authored
      1)some fix in fsfilt_snap_ext3 and fsfilt_snap_smfs.
      2)add smfs_cow.c in smfs.
      3)remove snapfs in Makefile.in and configure.in
      1675d042
  17. Jun 14, 2004
    • Phil Schwan's avatar
      land b_ost_amd onto HEAD. · b5b6224b
      Phil Schwan authored
      I haven't re-tested the AMD functionality since landing, but I did
      test iozone and dbench to ensure sanity.
      b5b6224b
  18. Jun 02, 2004
  19. May 17, 2004
  20. May 05, 2004
  21. Apr 23, 2004
  22. Mar 19, 2004
  23. Mar 17, 2004
  24. Mar 05, 2004
  25. Feb 20, 2004
    • youfeng's avatar
      b_2074 · a70eb6ff
      youfeng authored
      r = Adilger
      
       b 2074 comment 33 -- cleanup code using fstat()
      a70eb6ff
  26. Dec 18, 2003
    • Zach Brown's avatar
      b=2252 · f2800b1a
      Zach Brown authored
      r=adilger
      (didn't see regressions in buffalo, confirmed read throughput increases
      with sf and fpp multi-node IOR)
      
      This cleans up llite's readpage path and implements our own read-ahead window
      that hangs off of ll_file_data.  The broad goal is to keep a fair amount of
      read-ahead pages issued and queued which can be fired off into read rpcs as
      read-ahead rpcs are completed.
      f2800b1a
  27. Dec 03, 2003
  28. Jul 25, 2003
  29. Jun 12, 2003
Loading