Skip to content
Snippets Groups Projects
  1. May 26, 2008
    • Andreas Dilger's avatar
      Branch HEAD · 6abc7e19
      Andreas Dilger authored
      Add "dk" to common lctl commands.
      6abc7e19
    • Yang Sheng's avatar
      Branch HEAD · 57460e45
      Yang Sheng authored
      b=15649
      i=oleg, shadow
      
      Enable debug options in vanilla kernel config file.
      57460e45
    • Elena Gryaznova's avatar
      b=15874 · b45f6ede
      Elena Gryaznova authored
      i=Adilger
      
      skip test_32a, test_32b for NETTYPE != tcp
      b45f6ede
  2. May 25, 2008
  3. May 24, 2008
  4. May 23, 2008
  5. May 22, 2008
  6. May 21, 2008
    • Robert Read's avatar
      Branch HEAD · 49854e81
      Robert Read authored
      b=13285
      
      Reverting the rest of the script libexecdir patch to fix rpm builds.
      49854e81
    • Yong Fan's avatar
      Land b1_8_dir_ra onto HEAD (20080521_1834) · 4cc21ecb
      Yong Fan authored
      b=11401,15405
      i=huanghua
      i=tappro
      4cc21ecb
    • Andreas Dilger's avatar
      Branch HEAD · 19a9b8b1
      Andreas Dilger authored
      Quiet build warnings when enabling MPI test programs.
      19a9b8b1
    • Robert Read's avatar
      Branch b_release_1_6_5 · cfaf6a0e
      Robert Read authored
      b=13285
      
      Perhaps the libexecdir scripts patch was only partially applied or reverted. This
      patch reverts the change apparently made to lustre.spec.in back to libdir. So
      Terry can build the next RC.
      cfaf6a0e
  7. May 20, 2008
    • bwzhou's avatar
      Branch HEAD · 6acd6242
      bwzhou authored
      b=13285
      r=green, bobijam
      
      use the libexec convention for scripts
      6acd6242
    • bwzhou's avatar
      Branch b1_6 · edbf0947
      bwzhou authored
      b=13285
      r=green, bobijam
      
      use the libexec convention for scripts
      edbf0947
    • bwzhou's avatar
      Branch HEAD · 024a2f89
      bwzhou authored
      b=13285
      r=adilger, deen
      
      1. updated ext3-mballoc3-core.patch and added ext3-max-dir-size.patch to limit the maximum size of a directory;
      2. updated other ldiskfs patches to resolve patch conflicts caused by the above two new patches;
      3. added a test case in sanity.sh.
      024a2f89
    • bwzhou's avatar
      Branch b1_6 · 31e1dbf5
      bwzhou authored
      b=13285
      r=adilger, deen
      
      1. updated ext3-mballoc3-core.patch and added ext3-max-dir-size.patch to limit the maximum size of a directory;
      2. updated other ldiskfs patches to resolve patch conflicts caused by the above two new patches;
      3. added a test case in sanity.sh.
      31e1dbf5
    • komaln's avatar
      b=14471 · dcd9b76c
      komaln authored
      r=Andreas
      
      replace /proc/fs/lustre access with lctl set_param
      dcd9b76c
    • Alexey Lyashkov's avatar
      fix ASSERTION(client_stat->nid_exp_ref_count == 0) during · 1c8012d7
      Alexey Lyashkov authored
      run acc-small.
      b=15139
      i=tappro
      i=komal
      1c8012d7
    • Yong Fan's avatar
      Branch HEAD · 0582f22f
      Yong Fan authored
      b=15828
      i=adilger
      i=umka
      
      return "-EIO" when write to read only proc interface which "write_proc" is NULL.
      0582f22f
    • Bobi Jam's avatar
      Branch HEAD · e39b2534
      Bobi Jam authored
      b=15575
      i=wangdi, johann, green, shadow
      
      Description: Stack overflow during MDS log replay
      Details    : ease stack pressure by using a thread dealing llog_process.
      e39b2534
    • Bobi Jam's avatar
      Branch b1_6 · 3bf3f86b
      Bobi Jam authored
      b=15575
      i=wangdi, johann, green, shadow
      
      Description: Stack overflow during MDS log replay
      Details    : ease stack pressure by using a thread dealing llog_process.
      3bf3f86b
  8. May 19, 2008
    • Alexey Lyashkov's avatar
      63b227ab
    • Pravin Shelar's avatar
      · e6a067c2
      Pravin Shelar authored
      b=14230
      i=amit.sharma
      i=manoj.joseph
      
      umds cleanup: use libcfs kmap api rather than kernel kmap apis.
      e6a067c2
    • Pravin Shelar's avatar
      · a1efc41f
      Pravin Shelar authored
      b=14230
      i=rahul.deshmukh
      i=manoj.joseph
      
      umds cleanup: use libcfs api.
      a1efc41f
    • Pravin Shelar's avatar
      · 22a1b359
      Pravin Shelar authored
      b=14230
      i=amit.sharma
      i=tappro
      
      umds cleanup: use pid instead of current * to have portability.
      22a1b359
    • Pravin Shelar's avatar
      · c61de0f6
      Pravin Shelar authored
      b=14230
      i=alex.zhuravlev
      i=h.huang
      
      remove lustre 1.6 mds files from cvs.
      c61de0f6
    • Pravin Shelar's avatar
      · 8cd6267b
      Pravin Shelar authored
      b=14230
      i=rahul.deshmukh
      i=alex.zhuravlev
      
      umds cleanup : use libcfs api rather than calling kernel functions.
      8cd6267b
    • Pravin Shelar's avatar
      · 5746841a
      Pravin Shelar authored
      b=14230
      i=yury.umanets
      i=alex.zhuravlev
      
      fix for multiple definition of mdc_init_ea_size().
      5746841a
    • Pravin Shelar's avatar
      · 69a35130
      Pravin Shelar authored
      b=14230
      i=alex.zhuravlev
      i=h.huang
      
      following patch removes 1.6 dead code from head branch and moves some
      function to respective layers.
      
      diffstat:
      
       b/lustre/include/lustre_mds.h |   70 -
       b/lustre/mdd/mdd_lov.c        |  180 ++
       b/lustre/mds/Makefile.in      |    3
       b/lustre/mds/handler.c        | 2571 ------------------------------------------
       b/lustre/mds/mds_fs.c         |  654 ----------
       b/lustre/mds/mds_internal.h   |  209 ---
       b/lustre/mds/mds_log.c        |   84 -
       b/lustre/mds/mds_lov.c        |  295 ----
       b/lustre/mdt/mdt_handler.c    |  116 +
       b/lustre/mdt/mdt_recovery.c   |   53
       lustre/mds/commit_confd.c     |   98 -
       lustre/mds/mds_join.c         |  508 --------
       lustre/mds/mds_lib.c          |  488 -------
       lustre/mds/mds_open.c         | 1533 -------------------------
       lustre/mds/mds_reint.c        | 2419 ---------------------------------------
       lustre/mds/mds_unlink_open.c  |  287 ----
       lustre/mds/mds_xattr.c        |  358 -----
       17 files changed, 369 insertions(+), 9557 deletions(-)
      69a35130
    • Alexey Lyashkov's avatar
      remove ptlrpc msg v1. · ee8630b5
      Alexey Lyashkov authored
      b=14523
      i=adilger
      i=eric.mei
      ee8630b5
    • Alexey Lyashkov's avatar
      add missing part of bug 13285 to HEAD. · 6b7ea8bf
      Alexey Lyashkov authored
      this part already exist in 1.6 but lost in HEAD.
      6b7ea8bf
Loading