Skip to content
Snippets Groups Projects
  1. Oct 31, 2008
  2. Oct 30, 2008
    • Wang Di's avatar
      Branch: HEAD · 5dc37c61
      Wang Di authored
      Once the unmatched stride IO mode is detected, shrink the stride-ahead window to 0.
      if it does hit cache miss, and read-pattern is still stride-io mode,
      does not reset the stride window, but also does not increase the stride
      window length in this case.
      b=17197
      i=Nikita
      i=Andreas
      5dc37c61
    • Elena Gryaznova's avatar
      b=17532 · 152eab63
      Elena Gryaznova authored
      i=Yury.Umanets
      local cfg CMD fix for several mds nodes configuration
      152eab63
    • Bobi Jam's avatar
      Branch HEAD · c00e9220
      Bobi Jam authored
      b=16887
      i=pravin.shelar
      i=adilger
      
      Address LBUG, ASSERTION(client_stat->nid_exp_ref_count == 0) failed:count -1
      * add client stat on obd_nid_stat after client stat is ready.
      * properly decrease exp_nid_stats' nid_exp_ref_count in lprocfs_exp_cleanup().
      c00e9220
  3. Oct 29, 2008
  4. Oct 28, 2008
    • Robert Read's avatar
      Branch HEAD · e96e4c5f
      Robert Read authored
      b=17491
      i=nathan
      i=rread
      
      Quick fix patch from behlendorf1@llnl.gov.
      e96e4c5f
    • kalpak's avatar
      · 32d982a2
      kalpak authored
      b=17187
      i=nathan
      i=manoj
      
      Add "lfs path2fid" to get fid from path
      32d982a2
    • kalpak's avatar
      · f2f28f1d
      kalpak authored
      b=16680
      i=adilger, kalpak (o=bzzz)
      
      Detect on-disk corruption of block bitmap and better checking of preallocated blocks.
      f2f28f1d
    • Elena Gryaznova's avatar
      b=17477 · ef2b6b06
      Elena Gryaznova authored
      i=Adilger
      i=Tappro
      init facet vars for mounted lustre
      ef2b6b06
    • huanghua's avatar
      Branch HEAD · e072febf
      huanghua authored
      b=17192
      i=robert.read
      i=adilger
      
      clear the proc stats counter. This value might be used later again.
      e072febf
    • Bobi Jam's avatar
      Branch HEAD · f9090645
      Bobi Jam authored
      b=17093
      o=Btian Behlendorf (behlendorf1@llnl.gov) for mgs part
      o=E. Gryaznova (grev) for test framework
      i=nathan.rutman
      i=adilger
      
      Do writeconf only explicitly required.
      f9090645
  5. Oct 27, 2008
  6. Oct 25, 2008
    • Yong Fan's avatar
      Branch HEAD · 65199ec3
      Yong Fan authored
      b=17193
      i=eric.mei
      i=minh.diep
      
      1) set root permission mode as 0755 before test.
      2) scripts cleanup.
      65199ec3
  7. Oct 24, 2008
    • Andreas Dilger's avatar
      Branch HEAD · 6f093529
      Andreas Dilger authored
      Return a protocol error from ost_punch() like all other handler methods
      if there is a request format error, instead of -EINVAL.
      6f093529
    • Andreas Dilger's avatar
      Branch HEAD · bbd0bab8
      Andreas Dilger authored
      Rename "pages" pointer to "npages", because it otherwise looks like an
      array of pointers to pages instead of a pass-by-reference number of pages.
      b=12682
      bbd0bab8
    • Andreas Dilger's avatar
      Branch HEAD · 751a5802
      Andreas Dilger authored
      Fix whitespace, line wrapping.
      751a5802
    • Elena Gryaznova's avatar
      b=13297 · ed716e80
      Elena Gryaznova authored
      add test_27u to ALWAYS_EXCEPT list
      ed716e80
    • Elena Gryaznova's avatar
      b=16551 (att 19784) · a7fb2159
      Elena Gryaznova authored
      o=Adilger
      i=grev
      skip replay/recovery tests if remote MDS/OSS nodsh
      
      b=16551 (att 19835)
      i=Nathan
      do skip_rem[mds|ost] check only if test suit is run; fail acc-sm if
      tests suits were skipped due to nodsh
      
      b=17326
      i=Alexey.Lyashkov
      remove now-useless remount/recofig for liblustre;
      always add accept=all to lnet module
      a7fb2159
    • Yury Umanets's avatar
      b=17323 · 1b7a0af5
      Yury Umanets authored
      - fixed using "mds" in test 59b
      1b7a0af5
    • Alexey Lyashkov's avatar
      Kill extra argument for llog_connect, and don't access to ld_tgt_count · 2d594879
      Alexey Lyashkov authored
      without protection.
      
      Branch HEAD
      b=16693
      i=umka
      i=tappro
      2d594879
  8. Oct 23, 2008
  9. 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
Loading