Skip to content
Snippets Groups Projects
  1. Dec 22, 2008
  2. Dec 20, 2008
    • Wang Di's avatar
      Branch: b_release_1_6_7 · 59197704
      Wang Di authored
      b=16117
      The patch from Andreas to handle the corrupt debug log nicely for lctl df.
      i=adilger,wangdi
      59197704
  3. Dec 19, 2008
    • Johann Lombardi's avatar
      Land b1_x onto b_release_1_6_7 (20081219_1440) · 34daac88
      Johann Lombardi authored
      b=18078
      i=liang
      
      Land lnet b1_x (the lnet gate branch has already been merged to b1_x) to
      b_release_1_6_7 since many lnet fixes which were intended to be in 1.6.7
      have only been landed to the lnet gate branch, but not on the lnet b1_x
      & b_release_1_6_7 branches. Liang checked the diff and confirmed that
      there is nothing that should not go to 1.6.7 here.
      34daac88
  4. Dec 15, 2008
  5. Dec 12, 2008
  6. Nov 29, 2008
    • maxim's avatar
      b=17087 · 7719782c
      maxim authored
      i=rread
      i=isaac
      Landing the patch making ksocklnd more os-neutral (normalizing names of
      lock primitives, moving linux-spcific code to socklnd_lib-linux.c)
      7719782c
    • maxim's avatar
      b=17087 · f160d81f
      maxim authored
      i=rread
      i=isaac
      Landing the patch making ksocklnd more os-neutral (normalizing names of
      lock primitives, moving linux-spcific code to socklnd_lib-linux.c)
      f160d81f
  7. Nov 27, 2008
    • Vladimir Saveliev's avatar
      Branch HEAD · 320bc2f5
      Vladimir Saveliev authored
      b=12749
      i=maxim,isaac
      
      First of three patches for the root squash feature
      
      This adds three functions to manipulate with lists of NID ranges:
      cfs_parse_nidlist - parses nid range list and
                          creates structure of lists of [lo,hi,stride,net]
                          which can be used to check matching a NID to set of NIDs
      cfs_free_nidlist - frees structures allocated on nidlist parsing
      cfs_match_nid - check whether a NID matches to set of NIDs
      cfs_iswhite - auxiliary function to check if a character is a whitespace
      
      These functions have prefixes cfs_ instead of libcfs_ because of bug #17167.
      
      Example of NID range list: 10.2.0.[1-20/2]@tcp [0,2,6]@elan0 [1,2,4-100/4]@elan1
      nidlist syntax:
        <nidlist>         :== <nidrange> [ ' ' <nidrange> ]
        <nidrange>        :== <addrrange> '@' <net>
        <addrrange>       :== '*' |
                              <ipaddr_range> |
                              <numaddr_range>
        <ipaddr_range>    :== <numaddr_range>.<numaddr_range>.<numaddr_range>.<numaddr_range>
        <numaddr_range>   :== <number> |
                              <expr_list>
        <expr_list>       :== '[' <range_expr> [ ',' <range_expr>] ']'
        <range_expr>      :== <number> |
                              <number> '-' <number> |
                              <number> '-' <number> '/' <number>
        <net>             :== <netname> | <netname><number>
        <netname>         :== "lo" | "tcp" | "o2ib" | "cib" | "openib" | "iib" |
                              "vib" | "ra" | "elan" | "gm" | "mx" | "ptl"
        <number>          :== <nonnegative decimal> | <hexadecimal>
      320bc2f5
  8. Nov 24, 2008
  9. Nov 20, 2008
  10. 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
  11. Nov 15, 2008
    • Yong Fan's avatar
      Branch b_head_quota · 654e8f53
      Yong Fan authored
      b=13058
      i=nikita.danilov
      i=johann
      i=robert.read
      
      Debug patch for quota on HEAD.
      654e8f53
  12. Nov 14, 2008
    • Johann Lombardi's avatar
      Branch b1_8-bld10 · f13dc920
      Johann Lombardi authored
      b=15878
      i=johann
      i=tianzy
      
      original patch from Tianzy.
      fix build issue introduced by the patch from bug 15878.
      f13dc920
  13. Nov 11, 2008
    • Liang Zhen's avatar
      Branch HEAD · 627bc3ea
      Liang Zhen authored
      Assign msg_ev for GET before lnet_prep_send for REPLY
      
      i=isaac
      627bc3ea
    • Liang Zhen's avatar
      Branch HEAD · bc359859
      Liang Zhen authored
      Allow user to specify small value for o2iblnd::concurrent_sends
      
      b=15983
      i=isaac
      bc359859
    • tianzy's avatar
      Branch b1_6 · 6eb89d43
      tianzy authored
      Remove usage of trace_call_on_all_cpus()
      b=15878
      i=adilger
      i=robert.read
      6eb89d43
  14. Nov 07, 2008
    • Liang Zhen's avatar
      Branch HEAD · 08328081
      Liang Zhen authored
      mode of module_param is not correct
      08328081
    • Liang Zhen's avatar
      Branch HEAD · f9d9a20e
      Liang Zhen authored
      Support zero-copy receive of Chelsio driver
      
      b=15093
      i=Isaac
      i=Maxim
      f9d9a20e
  15. Nov 06, 2008
    • Alexander Zarochentsev's avatar
      Branch HEAD · 5e9b1828
      Alexander Zarochentsev authored
      b=15393
      i=alex.zhuravlev@sun.com
      i=tappro@sun.com
      
      Commit on sharing. Eliminate inter-client dependencies between
      uncommitted transactions by doing transaction commits.
      Thereby clients may recovery independently.
      5e9b1828
  16. Oct 17, 2008
  17. Oct 16, 2008
    • Yang Sheng's avatar
      Branch b1_6 · d15b5244
      Yang Sheng authored
      b=17199
      i=johann, bobijam
      Patch provide by LLNL.
      
      Skip dumping log if panic_on_lbug is set.
      d15b5244
  18. Oct 14, 2008
  19. Oct 08, 2008
    • tianzy's avatar
      Branch b1_6 · b87561cb
      tianzy authored
      fix panic on debug_daemon
      b=15878
      i=shadow
      i=zhenyu.xu
      b87561cb
  20. Oct 07, 2008
    • mattwu's avatar
      b=16150 · e5c35288
      mattwu authored
      i=issac
      i=liang
      winnt lnet cleanup
      e5c35288
  21. Oct 03, 2008
    • Robert Read's avatar
      Branch b1_6 · 7edbda01
      Robert Read authored
      b=16455
      i=brian
      i=adilger
      
      The libcfs macros can be defined as stubs in lnet. I used
      m4_ifdef() for LC_CONFIG_SPLIT to localize the change to
      a single branch.
      7edbda01
  22. Oct 02, 2008
  23. Oct 01, 2008
  24. Sep 30, 2008
  25. Sep 23, 2008
  26. Sep 19, 2008
Loading