Skip to content
Snippets Groups Projects
  1. Oct 22, 2008
    • Andreas Dilger's avatar
      Branch HEAD · 86b66283
      Andreas Dilger authored
      The infiniband code includes its own lockdep compatibility code and this
      #defines lockdep_set_class but doesn't include mutex_lock_nested() or
      down_write_nested(), causing a compiler error in obdclass/llog_cat.c.
      
      mutex_{un,}lock_nested() and down_{read,write}_nested() are functions
      under CONFIG_DEBUG_LOCK_ALLOC, but #defined to regular locks without
      CONFIG_DEBUG_LOCK_ALLOC so just checking #ifndef isn't sufficient.
      b=16450
      86b66283
    • Andreas Dilger's avatar
      Branch HEAD · ecd4ceb2
      Andreas Dilger authored
      Fix compile warning for 2.6.9 kernels that define gfp_t but don't use
      it in the ->releasepage() prototype.
      Make the AC_MSG_RESULT() output consistent.
      ecd4ceb2
    • Andreas Dilger's avatar
      Branch HEAD · b4acb0af
      Andreas Dilger authored
      Limit bio_alloc() size to the maximum possible value, or it will always fail.
      b=9945
      i=johann
      b4acb0af
    • Elena Gryaznova's avatar
      b=15711 · edb705e4
      Elena Gryaznova authored
      i=Johann
      recovery-small exception for FAILURE_MODE=HARD and mixed ost devices
      edb705e4
    • Andreas Dilger's avatar
      Branch HEAD · e924e9d5
      Andreas Dilger authored
      Fix debug message.
      e924e9d5
    • Elena Gryaznova's avatar
      b=17442 · 242fb2f0
      Elena Gryaznova authored
      i=Nikita
      do_nodes fix for case when list contains a single node $HOSTNAME
      242fb2f0
    • Andreas Dilger's avatar
      Branch HEAD · 45ef4b8f
      Andreas Dilger authored
      Fix ChangeLog comments
      45ef4b8f
    • Wang Di's avatar
      Branch: HEAD · 1a772883
      Wang Di authored
      rq_xid should be "LPU64", instead of "LPD64"
      1a772883
    • cariddi's avatar
      Setup changed · c3fc2e28
      cariddi authored
      c3fc2e28
    • Elena Gryaznova's avatar
      b=17443 · 61793bd4
      Elena Gryaznova authored
      i=Nikita
      fix calc_osc_kbytes
      61793bd4
    • Yury Umanets's avatar
      b=17323 · 0cb008aa
      Yury Umanets authored
      r=johann,adilger
      
      - fixes resent rpcs for those sent by set and also fixes log_cancel resent handling;
      - cleanups.
      0cb008aa
    • Yang Sheng's avatar
      Branch HEAD · 4db6968b
      Yang Sheng authored
      b=16437
      i=cliff.white, brian
      
      Enable the '-m64' flag for powerpc64 patchless build.
      4db6968b
  2. Oct 21, 2008
  3. Oct 20, 2008
  4. Oct 19, 2008
  5. Oct 18, 2008
Loading