Skip to content
Snippets Groups Projects
  1. Nov 07, 2008
    • Yury Umanets's avatar
      b=17310 · 20d7fb85
      Yury Umanets authored
      r=johann,shadow
      
      - fixes in ptlrcp to handle possible long reply unlink for HEAD.
      20d7fb85
    • Yang Sheng's avatar
      Branch HEAD · 4a697fa4
      Yang Sheng authored
      b=17357
      4a697fa4
    • Yang Sheng's avatar
      Branch HEAD · 62499626
      Yang Sheng authored
      b=17357
      
      Back the changes.
      62499626
    • Bobi Jam's avatar
      Branch HEAD · 0614a7d7
      Bobi Jam authored
      b=16578
      o=adilger
      
      A faster way to get long string.
      0614a7d7
  2. Nov 06, 2008
    • Elena Gryaznova's avatar
      b=17235 · e6beff8f
      Elena Gryaznova authored
      i=Alexander.Zarochentsev
      i=Adilger
      COS replay-dual test_21b
      e6beff8f
    • Alexander Zarochentsev's avatar
      Branch HEAD · 5e9b1828
      Alexander Zarochentsev authored
      b=15393
      i=alex.zhuravlev@sun.com
      i=tappro@sun.com
      
      Commit on sharing. Eliminate inter-client dependencies between
      uncommitted transactions by doing transaction commits.
      Thereby clients may recovery independently.
      5e9b1828
    • Elena Gryaznova's avatar
      b=16551 · 7947f526
      Elena Gryaznova authored
      i=Adilger
      correct remote_[mds|ost] fn to work correctly on configuration with
      several MDS/OSS nodes
      7947f526
    • Yang Sheng's avatar
      Branch HEAD · 23628cd3
      Yang Sheng authored
      b=17357
      i=johann, yangsheng
      
      Fixed the endian issues for HEAD.
      Author: shadow
      23628cd3
    • huanghua's avatar
      Branch HEAD · 7436dc65
      huanghua authored
      b=17083
      i=yury.umanets
      i=nikita.danilov
      
      Before destroying the whole mdt stack, just wait a little bit for the
      obd_zombie_impexp_thread to destroy all the exports.
      7436dc65
    • Hongchao Zhang's avatar
      b=17505 · 76256508
      Hongchao Zhang authored
      removing mfd from 'closing_list' to fix ASSERTION(list_empty(&mfd->mfd_list))
      in mdt_mfd_free in mdt_open.c
      
      i=robert.read
      76256508
    • Andrew Perepechko's avatar
      Branch HEAD · 8e42f7b9
      Andrew Perepechko authored
      b=17371
      i=Johann Lombardi
      i=Oleg Drokin
      
      fix a possible race between umount  and requeue thread
      8e42f7b9
  3. Nov 05, 2008
    • kalpak's avatar
      · 2c4d760f
      kalpak authored
      b=16438
        i=adilger
        i=girish
      
        Mounting a filesystem with extents feature will fail on big-endian systems since ext3-based ldiskfs is not supported on big-endian systems. This can be over-riden with "bigendian_extents" mount option.
      2c4d760f
    • tianzy's avatar
      Branch HEAD · fd95e5f4
      tianzy authored
      fix panic on debug_daemon
      b=15878
      i=shadow
      i=zhenyu.xu
      fd95e5f4
    • kalpak's avatar
      · 5b7147c3
      kalpak authored
      b=16438
      i=adilger
      i=girish
      
      Mounting a filesystem with extents feature will fail on big-endian systems since ext3-based ldiskfs is not supported on big-endian systems. This can be over-riden with "bigendian_extents" mount option.
      5b7147c3
    • alex's avatar
      b=16918 · 268f6a4e
      alex authored
       - do cache invalidation once read is complete
      268f6a4e
    • Jinshan Xiong's avatar
      · 33d8a07a
      Jinshan Xiong authored
      b=15715
      r=adilger,green
      
      Fixed the race of destroying and enqueuing a ldlm lock at OST side.
      33d8a07a
    • Bobi Jam's avatar
      Branch HEAD · cae83542
      Bobi Jam authored
      b=16578
      i=adilger
      
      Description: ldlm_cancel_pack()) ASSERTION(max >= dlm->lock_count + count)
      Details    : If there is no extra space in the request for early cancels,
                   ldlm_req_handles_avail() returns 0 instead of a negative value.
      cae83542
  4. Nov 04, 2008
    • tianzy's avatar
      Branch HEAD · 6002acd2
      tianzy authored
      Replace LBUG with RETURN(-EINVAL) to avoid crashing
      b=5135
      i=adilger
      i=johann
      6002acd2
  5. Nov 03, 2008
  6. Nov 01, 2008
    • alex's avatar
      b=17397 · f481de80
      alex authored
      i=adilger
      
       - always flush page left by partial truncate
      f481de80
  7. Oct 31, 2008
  8. 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
  9. Oct 29, 2008
  10. 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
Loading