Skip to content
Snippets Groups Projects
  1. Oct 24, 2008
  2. Oct 23, 2008
  3. Oct 22, 2008
    • Andreas Dilger's avatar
      Branch HEAD · bbac6b83
      Andreas Dilger authored
      Make releasepage check failsafe for newer kernels, per Robert's suggestion.
      bbac6b83
    • Andreas Dilger's avatar
      Branch HEAD · 92822568
      Andreas Dilger authored
      Improve error messages.
      92822568
    • Andreas Dilger's avatar
      Branch HEAD · 8ae26eaf
      Andreas Dilger authored
      Start modifying test 32a, 32b (currently disabled) to handle 1.8->2.0
      filesystem upgrade test.
      8ae26eaf
    • Andreas Dilger's avatar
      Branch HEAD · bac28b34
      Andreas Dilger authored
      Fix whitespace.
      bac28b34
    • Andreas Dilger's avatar
      Branch HEAD · 62bc52e7
      Andreas Dilger authored
      Move HAVE_PAGE_CONSTANT checks out-of-line via compat macros.
      62bc52e7
    • Andreas Dilger's avatar
      Branch HEAD · 86a06098
      Andreas Dilger authored
      Remove unnecessary cast of void pointers.
      86a06098
    • Andreas Dilger's avatar
      Branch HEAD · 9fcca5c3
      Andreas Dilger authored
      copy_{to,from}_user() do not return an error code, but rather the number
      of uncopied bytes (0 if all bytes were copied).  Storing this return value
      into "rc" is misleading because it then seems this should be returned to
      the caller of the function.
      
      Code was audited to remote storing of the return value into "rc" and
      several incorrect uses were found.
      9fcca5c3
    • Andreas Dilger's avatar
      Branch HEAD · 65f29745
      Andreas Dilger authored
      Don't print two console messages where one would do.
      65f29745
    • 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
  4. Oct 21, 2008
  5. Oct 20, 2008
Loading