Skip to content
Snippets Groups Projects
  1. Nov 17, 2008
    • Liang Zhen's avatar
      Branch HEAD · 4a983d2c
      Liang Zhen authored
      remove LASSERT on message type from network
      
      b=17372
      i=isaac
      i=Maxim
      4a983d2c
  2. Nov 15, 2008
  3. Nov 14, 2008
    • Eric Mei's avatar
      branch: HEAD · c992f949
      Eric Mei authored
      reserve some space in mdt_body and mdt_rec_xxx structures and add
      MDS_SETATTR64_REC to allow possible expansion of uid/gid to 64 bits
      in the future.
      b=17601
      r=adilger
      r=huanghua
      r=fanyong
      c992f949
    • Elena Gryaznova's avatar
      b=16488 · 8a765445
      Elena Gryaznova authored
      i=Oleg.Drokin
      RACER accs-m test suit
      8a765445
    • Nathan Rutman's avatar
      b=15699 · 18bae1e2
      Nathan Rutman authored
      i=adilger
      i=manoj
      move string-based mask setting into a standalone fn; will also be used by changelogs
      18bae1e2
    • Elena Gryaznova's avatar
      b=17122 · 02f94f58
      Elena Gryaznova authored
      i=Adilger
      skip sanity test_100 for NETTYPE != tcp
      02f94f58
  4. Nov 13, 2008
  5. Nov 12, 2008
  6. Nov 11, 2008
  7. Nov 10, 2008
  8. Nov 08, 2008
    • Yury Umanets's avatar
      b=17310 · 435d827f
      Yury Umanets authored
      r=shadow,johann
      
      - make sure that no new inflight rpcs may come after ptlrpcd_deactivate_import() for both
      synchronous and asynchronous sending. To do so we make sure that imp_inflight++ is done only when
      permission is granted by ptlrpc_import_delay_req() which makes decision should req be sent,
      deferred or killed as import is not in the state to send it in observable future. For async
      sending, rpc is only counted inflight when its added to sending or delaying list instead of just
      adding it to set for processing.
      
      This fixes assert in ptlrpc_invalidate_import() and as number of other issues;
      
      - synchronize imp_inflight and the presence on sending or delaying list for ptlrpc_queue_wait()
      case. So that, now it is guaranteed that if im_inflight != 0 we may always find hanging rpc either
      in sending or in delaying list;
      
      - make sure that in ptlrcp_queue_wait() we remove rpc from sending or delaying list and dec
      inflight only after ptlrpc_unregister_reply() is done. This way we make sure that accounting is
      correct. Rpc can't be returned to the pool or counted finished until lnet lets us go with finished
      reply unlink;
      
      - check for inflight and rq_list in pinger;
      
      - comments, cleanups;
      435d827f
    • Nikita Danilov's avatar
      3a25a5e0
Loading