Skip to content
Snippets Groups Projects
  1. Oct 31, 2008
    • Bobi Jam's avatar
      Branch HEAD · f48cdd0b
      Bobi Jam authored
      b=17510
      i=robert.read
      i=johann
      
      * fix a memory leak introduced by bug 11089.
      * some format fix.
      f48cdd0b
  2. Oct 27, 2008
    • Bobi Jam's avatar
      Branch HEAD · 9d3ad9fb
      Bobi Jam authored
      b=11089
      i=nathan.rutman
      i=adilger
      
      per-nid client statistics for MDT.
      9d3ad9fb
  3. Oct 02, 2008
    • Alexander Zarochentsev's avatar
      Branch HEAD · 108bb9f5
      Alexander Zarochentsev authored
      b=17240
      i=tappro@sun.com
      i=yury.umanets@sun.com
      
      mdt_reconstruct_setattr and mdt_reconstruct_create should reset
      mti->mti_attr.ma_valid and set mti->mti_attr.ma_need
      before getting object attributes from the inode.
      108bb9f5
  4. Sep 01, 2008
    • Bobi Jam's avatar
      Branch HEAD · 71346f34
      Bobi Jam authored
      b=16570
      i=h.huang, robert.read
      
      Make MDS_SETXATTR request replayable.
      71346f34
  5. Aug 07, 2008
    • kalpak's avatar
      · 6869932b
      kalpak authored
      b=16098
      
      Add URL for GPLv2 license in copyright headers
      6869932b
  6. Jul 27, 2008
    • kalpak's avatar
      · 70e80ade
      kalpak authored
      b=16098
      
      change CFS license headers to Sun headers
      70e80ade
  7. Jul 17, 2008
  8. Jun 19, 2008
  9. Jun 04, 2008
  10. May 19, 2008
    • 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
  11. May 14, 2008
  12. Feb 07, 2008
    • huanghua's avatar
      b=14149 · fd908da9
      huanghua authored
      i=yong.fan
      i=rahul.deshmukh
      i=nikita.danilov
      
      - use req_capsule interface for client.
      - add some interoperability support on server side.
      fd908da9
  13. Dec 13, 2007
    • Yong Fan's avatar
      Branch HEAD · 71e20cf1
      Yong Fan authored
      b=12974
      i=nikita
      i=adilger
      
      1) set as "inline" for such large function ("obd_fail_check()") is not suitable,
         replaced with normal function "__obd_fail_check_set()".
      2) atomic operations for obd_fail_count (replace "static count" in obd_fail_check).
      3) use "test_and_set_bit()" for "OBD_FAILED/OBD_FAIL_ONCE" check and set to avoid
         unexpected racing condition between multi-thread ops.
      4) some cleanup for OBD_FAIL_XXX macro.
      71e20cf1
  14. Oct 31, 2007
  15. Sep 19, 2007
    • Vitaly Fertman's avatar
      Branch HEAD · 995c1fbb
      Vitaly Fertman authored
      b=13581
      i=tappro
      i=huanghua
      
      Replay Size-on-MDS related RPCs properly.
      995c1fbb
  16. Sep 14, 2007
  17. Jul 30, 2007
Loading