Skip to content
Snippets Groups Projects
  1. May 22, 2008
  2. 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
  3. 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
  4. 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
  5. May 18, 2008
    • bwzhou's avatar
      Branch HEAD · 53f9428c
      bwzhou authored
      b=13285
      
      revert the libexec patch since it hasn't got permissions yet.
      53f9428c
    • bwzhou's avatar
      Branch HEAD · 0796c3c7
      bwzhou authored
      b=13285
      r=green, bobijam (libexec)
      r=johann, deen (gcc)
      
      1.Use the libexec convention;
      2.Quiet remaining gcc warnings.
      0796c3c7
    • bwzhou's avatar
      Branch b1_6 · f21b53fa
      bwzhou authored
      b=13285
      r=green, bobijam (libexec)
      r=johann, deen (gcc)
      
      1. Use the common libexec convention;
      2. Quiet remaining gcc warnings.
      f21b53fa
  6. May 17, 2008
  7. May 16, 2008
  8. May 15, 2008
    • Andreas Dilger's avatar
      Branch HEAD · 1e14af95
      Andreas Dilger authored
      Limit snprintf/strncpy modification of debug_file_name to
      sizeof(debug_file_name) instead of sizeof(debug_file_path).
      
      Both are currently the same size, but may change at some point in the future.
      1e14af95
    • kalpak's avatar
      Description: MDS may lose file striping (and hence file data) in some cases · 280746c3
      kalpak authored
        Details    : If there are additional extended attributes stored on the MDS,
                   in particular ACLs, SELinux, or user attributes (if user_xattr
                   is specified for the client mount options) then there is a risk
                   of attribute loss.  Additionally, the Lustre file striping
                   needs to be larger than default (e.g. striped over all OSTs),
                   and an additional attribute must be stored initially in the
                   inode and then increase in size enough to be moved to the
                   external attribute block (e.g. ACL growing in size) for file
                   data to be lost.
      i=adilger
      i=kalpak.shah (test by adilger)
      b=15777
      280746c3
    • girish's avatar
      Bug 15320: OSS crashes frequently, e2fsck does not fix · a6e5b86a
      girish authored
      Add an extra check to ldiskfs extents code for the condition,
      eh_entries = 0 & eh_depth != 0
      
      i=adilger
      i=bzzz
      a6e5b86a
    • Yang Sheng's avatar
      Branch b1_6 · f169371d
      Yang Sheng authored
      b=15655
      i=brian, mjmac
      
      Fixed the sles10 patchless rpm built against smp config for i686.
      Fixed the new download site.
      f169371d
    • Alexey Lyashkov's avatar
      fix warnings with compile it_test. · ac3bdbfd
      Alexey Lyashkov authored
      b=15517
      i=johann
      ac3bdbfd
    • huanghua's avatar
      Branch HEAD · 7f6ea0a7
      huanghua authored
      b=15556
      i=nikita.danilov
      i=yury.umanets
      
      - do not produce zero inode number;
      - hash VFS inode by FID;
      - start FID sequence from 0x100000400.
      7f6ea0a7
  9. May 14, 2008
    • Andreas Dilger's avatar
      Branch b1_6 · aa725876
      Andreas Dilger authored
      Description: MDS may lose file striping (and hence file data) in some cases
      Details    : If there are additional extended attributes stored on the MDS,
      	     in particular ACLs, SELinux, or user attributes (if user_xattr
      	     is specified for the client mount options) then there is a risk
      	     of attribute loss.  Additionally, the Lustre file striping
      	     needs to be larger than default (e.g. striped over all OSTs),
      	     and an additional attribute must be stored initially in the
      	     inode and then increase in size enough to be moved to the
      	     external attribute block (e.g. ACL growing in size) for file
      	     data to be lost.
      i=kalpak.shah
      i=alex.zhuravlev
      b=15777
      
      Sync ChangeLog from b_release_1_6_5.
      aa725876
Loading