Skip to content
Snippets Groups Projects
  1. Jul 07, 2008
    • Eric Mei's avatar
      branch: HEAD · de3c3fdf
      Eric Mei authored
      port Adaptive Timeouts from b1_6 to HEAD.
      b=14071
      r=nathan
      r=adilger
      de3c3fdf
  2. Jul 04, 2008
    • Bobi Jam's avatar
      Branch HEAD · 92478ce7
      Bobi Jam authored
      b=14480
      i=green
      
      add doxygen doc for ldlm_flock_waitq and ldlm_flock_waitq_lock.
      92478ce7
  3. Jul 03, 2008
    • Wang Di's avatar
      Branch: HEAD · 81c713ad
      Wang Di authored
      sync procfs/llog_thread with import destory
      b=15684
      i=Robert, Jay
      81c713ad
    • Robert Read's avatar
      Branch HEAD · e9039325
      Robert Read authored
      b=15940
      i=isaac
      i=oleg
      
      Convert kp30.h to an internal libcfs include and change users of kp30.h to
      include libcfs.h if they were not already.
      e9039325
    • Andrew Perepechko's avatar
      Branch HEAD · 4160b722
      Andrew Perepechko authored
      b=14010
      i=shadow
      i=zam
      
      Short read patch.
      4160b722
  4. Jul 02, 2008
  5. Jun 28, 2008
  6. Jun 27, 2008
    • Andreas Dilger's avatar
      Branch HEAD · 12eed6b9
      Andreas Dilger authored
      Allow both "clear" and "clear\n" to be written to ldlm.namespaces.*.lru_size.
      Minor line wrapping and whitespace cleanup.
      b=13868
      12eed6b9
  7. Jun 24, 2008
    • Bobi Jam's avatar
      Branch HEAD · 460b0eba
      Bobi Jam authored
      b=15924
      i=green, johann
      
      Severity   : major
      Bugzilla   : 15924
      Description: do not process already freed flock
      Details    : flock can possibly be freed by another thread before it reaches
                   to ldlm_flock_completion_ast.
      460b0eba
  8. Jun 18, 2008
    • Bobi Jam's avatar
      Branch HEAD · 0c03efd5
      Bobi Jam authored
      b=14480
      o=green
      i=shadow, bobijam
      
      Description: LBUG during stress test
      Details    : Need properly lock accesses the flock deadlock detection list.
      0c03efd5
  9. Jun 13, 2008
    • Yury Umanets's avatar
      b=15226 · 63c214e7
      Yury Umanets authored
      r=nikita,shadow
      - committed missed part of 15226. Cleanups in comments, use doxygen style.
      63c214e7
  10. Jun 10, 2008
    • bwzhou's avatar
      Branch HEAD · 196a260d
      bwzhou authored
      b=15776
      r=shadow, vitaly
      
      Prevent locks stalls on glimpse races
      196a260d
  11. Jun 05, 2008
  12. Jun 04, 2008
    • Yury Umanets's avatar
      b=15226 · fce887d1
      Yury Umanets authored
      r=shadow,nikita
      - fixes issue with accessing freed @ns on behalf rpc handling when some late rpc comes in fini time;
      - add new comments in functions, converts existing ones to be inline wigth doxygen comments policies.
      fce887d1
  13. Jun 03, 2008
    • Yury Umanets's avatar
      b=15440 · 35b38cc1
      Yury Umanets authored
      - missed part of 15440. Do not forget to call ldlm_pool_fini() before removing ns proc dir;
      
      - call ldlm_namespace_unregister() namespace _before_ __ldlm_namespace_free() which is waiting for refc == 0 as ldlm_namespace_unregister() drops refc.
      35b38cc1
  14. May 30, 2008
    • Yury Umanets's avatar
      b=15440 · 11de14b3
      Yury Umanets authored
      r=shadow, nikita
      
      - fixes missed list init in CFS_LIST_INIT_HEAD(&ns->ns_list_chain);
      - cleanups about registering/unregistering @ns in its list.
      11de14b3
  15. May 29, 2008
    • Bobi Jam's avatar
      Branch HEAD · afeba23b
      Bobi Jam authored
      b=13310
      o=eeb
      i=joahnn, nikita
      
      The bug is that target_send_reply_msg() calls ptlrpc_error() if 'rc != 0', but
      "difficult" replies may not be passed to rpc_error().
      afeba23b
  16. May 28, 2008
    • Vladimir Saveliev's avatar
      b=15346 · c6b7cb8d
      Vladimir Saveliev authored
      i=green,shadow,vitaly
      
      skiplists are used to group compatible locks on granted list
      that was implemented as tracking first and last lock of each lock group
      the patch changes that to using doubly linked circular lists
      c6b7cb8d
  17. May 24, 2008
    • bwzhou's avatar
      Branch HEAD · 3a5f6514
      bwzhou authored
      b=11777
      r=green, shadow
      
      invalidate the import to halt request handling so the namespace can be safely
      cleaned up
      3a5f6514
  18. May 22, 2008
  19. May 19, 2008
  20. May 14, 2008
  21. May 09, 2008
  22. May 08, 2008
  23. May 06, 2008
    • komaln's avatar
      b=11089 · 0521288f
      komaln authored
      r=Nathan Rutman, Alexey Lyashkov
      
      Ported the patch 'to organize the stats on per-nid basis instead of the existing per-export basis' to HEAD.
      This patch also includes all its related bug fixes(bug 14016, bug 14370, bug 14873).
      0521288f
  24. Apr 24, 2008
  25. Apr 16, 2008
    • Yury Umanets's avatar
      b=15440 · d72ff99a
      Yury Umanets authored
      r=shadow,adilger
      - remove @ns from list using list_del_init() to makes sure that consequent list_empty() will really work right on removed list_head.
      d72ff99a
  26. Apr 15, 2008
    • Vitaly Fertman's avatar
      Branch HEAD · 6b4fbaef
      Vitaly Fertman authored
      b=14910
      i=umka
      i=tappro
      
      update lock on lookup for aged files
      6b4fbaef
  27. Apr 09, 2008
    • Vitaly Fertman's avatar
      Branch HEAD · 4fcbc3b4
      Vitaly Fertman authored
      b=14661
      i=green
      i=shadow
      
      -- remove BL_AST lock from lru once we mark the lock as a such;
      -- do not place BL_AST lock into lru even if the lock is matched and put later;
         => no BL_AST locks in lru at all;
      -- CANCELING locks are not so numerous, but to avoid its traversal by another
         thread another time, drop them from the unused list once come them across.
      4fcbc3b4
  28. Apr 03, 2008
    • Oleg Drokin's avatar
      r=shadow,umka · 148b4b20
      Oleg Drokin authored
      b=14257
      
      Do not include LdLM_FLOCK locks into ldlm_pool sanity calculations.
      148b4b20
  29. Mar 26, 2008
    • Vitaly Fertman's avatar
      Branch HEAD · 12349e8b
      Vitaly Fertman authored
      b=14533
      
      a spontaneous change got into the commit and prevented HEAD to unmount
      12349e8b
  30. Mar 19, 2008
    • Oleg Drokin's avatar
      b=14379 · 20d24122
      Oleg Drokin authored
      r=vitaly,adilger
      
      Always walk entire list of granted locks on match for now.
      20d24122
  31. Mar 13, 2008
  32. Mar 12, 2008
    • Eric Mei's avatar
      branch: HEAD · 6957329b
      Eric Mei authored
      ptlrpc connect with V2 message format.
      6957329b
  33. Mar 07, 2008
    • Johann Lombardi's avatar
      Branch HEAD · 10d49b6e
      Johann Lombardi authored
      b=13805
      i=ericm
      i=bobijam
      
      add support for several checksum algorithms. Currently, CRC32 and
      Adler-32 are supported. The checksum type can be changed on the fly
      through /proc/fs/lustre/osc/*/checksum_type.
      10d49b6e
    • Jinshan Xiong's avatar
      · c0523b6a
      Jinshan Xiong authored
      Forget to initialize the li_group.
      c0523b6a
    • Eric Mei's avatar
      branch: HEAD · 4813fd90
      Eric Mei authored
      support other encrypt/checksum algorithms for bulk i/o, default in gss
      mode is sha1/aes128, for others default enable bulk checksum by adler32.
      b=13667
      r=yong.fan
      r=h.huang
      r=adilger
      4813fd90
  34. Mar 06, 2008
    • Jinshan Xiong's avatar
      · 022b1022
      Jinshan Xiong authored
      b=11300
      r=adilger,oleg,nikita,vitaly
      
      Using interval tree manages the extent locks to accelerate the evicting of contended locks.
      022b1022
Loading