Skip to content
Snippets Groups Projects
  1. Dec 03, 2008
    • Alexey Lyashkov's avatar
      don't resend llog cancels, · 1aaf8571
      Alexey Lyashkov authored
      fix resend requests for ldlm imports.
      
      Branch HEAD
      b=17695
      i=umka
      i=tappro
      1aaf8571
    • huanghua's avatar
      Branch HEAD · 6ba71587
      huanghua authored
      b=17589
      i=yong.fan
      i=yury.umanets
      
      wait a bit while umount client if there is still ref count on mnt.
      6ba71587
  2. Dec 02, 2008
    • Alexander Zarochentsev's avatar
      Branch HEAD · 4b2ad2f8
      Alexander Zarochentsev authored
      b=17867
      i=yury.umanets
      
      Compile fix: move the fld_cache_entry_delete function body
      above all the references to it.
      4b2ad2f8
    • Alexander Zarochentsev's avatar
      Branch HEAD · 44cc49dd
      Alexander Zarochentsev authored
      b=17742
      i=h.huang
      i=alexey.lyashkov
      
      Add necessary spin-lock protection to dump_exports().
      44cc49dd
    • Elena Gryaznova's avatar
      b=17267 · ff077fc3
      Elena Gryaznova authored
      i=Adilger
      fsx fix: limit bound file size by 1/2 RAM
      ff077fc3
    • Yury Umanets's avatar
      b=17813 · 06bdd771
      Yury Umanets authored
      r=shadow
      - take into account the limit on the host because the higher limit the longer it takes to kill some locks.
      06bdd771
    • Pravin Shelar's avatar
      b=17809 · d85c3ccc
      Pravin Shelar authored
      i=Nikita
      i=Rahul
      
      	fix for lockdep warning. adds separate lockdep subclass for mdd_orphan
      dir locking.
      d85c3ccc
    • Hongchao Zhang's avatar
      b=17031 · 2e41ea0b
      Hongchao Zhang authored
      during refreshing locks waiting its I/O to complete,
      take current service time into account, not only using
      the timeout gotten by ldlm_get_enqueue_timeout
      
      i=Andreas
      i=Nathan.Rutman
      2e41ea0b
    • Jinshan Xiong's avatar
      · bba4bb20
      Jinshan Xiong authored
      b=16074
      r=oleg,jay
      
      small fixes for liblustre.
      bba4bb20
    • huanghua's avatar
      Branch HEAD · 5cc506ce
      huanghua authored
      b=17844
      i=rahul.deshmukh
      i=pravin.shelar
      This warning message does not need to be printed on the console during each startup
      5cc506ce
  3. Dec 01, 2008
    • Elena Gryaznova's avatar
      b=16897 · d425a1a0
      Elena Gryaznova authored
      i=Adilger
      i=Tappro
      test_7-b fix: use do_nodes instead of loop to run rundbench
      d425a1a0
    • Andreas Dilger's avatar
      Branch HEAD · 23676499
      Andreas Dilger authored
      Fix double comment termination.
      i=deen
      23676499
    • Elena Gryaznova's avatar
      b=17696 · b9a0a692
      Elena Gryaznova authored
      i=Adilger
      skip liblustre for different client/mds versions
      b9a0a692
    • tianzy's avatar
      Branch HEAD · c165cc2d
      tianzy authored
      fix an error in the test_18b of sanity-quota.sh
      b=17832
      i=tianzy
      c165cc2d
  4. Nov 29, 2008
  5. Nov 28, 2008
  6. Nov 27, 2008
    • Brian J. Murrell's avatar
      b=16133 · 2ba6fcc3
      Brian J. Murrell authored
      i=cliffw
      i=wangyb
      
      lbuild should not ignore the --with-linux option (and instead look for a
      kernel-source RPM) specified for patchless builds
      2ba6fcc3
    • Andreas Dilger's avatar
      Branch HEAD · 23b433cd
      Andreas Dilger authored
      Remove extra whitespace at end of lines.
      23b433cd
    • Johann Lombardi's avatar
      Branch HEAD · b9241643
      Johann Lombardi authored
      b=12596
      i=grev
      i=adilger
      
      check striping after setstripe in recovery-small test 18*.
      move get_stripe_info() to t-f.
      b9241643
    • Johann Lombardi's avatar
      Branch HEAD · 2a3fa6e1
      Johann Lombardi authored
      b=16164
      i=adilger
      i=bobijam
      
      enable OBD_CONNECT_{CKSUM,BRW_SIZE} in mds_lov_connect()
      2a3fa6e1
    • Johann Lombardi's avatar
      Branch HEAD · f81e107d
      Johann Lombardi authored
      b=16860
      i=nathan
      i=rread
      
      With AT enabled, the recovery window can be excessively long (6000+
      seconds). To address this problem, we no longer use
      OBD_RECOVERY_FACTOR when extending the recovery window (the connect
      timeout no longer depends on the service time, it is set to
      INITIAL_CONNECT_TIMEOUT now) and clients report the old service
      time via pb_service_time.
      f81e107d
    • deshmukh's avatar
      Added quota support code in index insert of iop mode · 433f1155
      deshmukh authored
      b=17818
      i=fanyong
      i=pravin
      433f1155
    • Vladimir Saveliev's avatar
      Branch HEAD · e826cd5f
      Vladimir Saveliev authored
      b=12749
      i=nathan,deen
      
      Third of three patches for the root squash feature
      
      map root UID/GID to UID/GID set via configuration parameter root_squash
      with the exception for NID range set via configuration parameter nosquash_nids
      e826cd5f
    • Vladimir Saveliev's avatar
      Branch HEAD · acd10169
      Vladimir Saveliev authored
      b=12749
      i=nathan,deen
      
      Second of three patches for the root squash feature
      
      This patch is to allow configuration parameters to contain spaces
      It is accopmpished with
      1. in mgs_write_log_params (renamed to mgs_write_log_param)
          assume the incoming string is a single parameter (the while loop is removed)
      2. in mgs_write_log_target, call mgs_write_log_params for each parameter
      a) new funcion class_get_next_param copies the entire next parameter into a temp buffer
         spaces are included if they are inside quotes (single or double)
         the first space outside of quotes is the terminator
         the quotes are stripped in the copy
         the copy is null-terminated
      b) repeatedly call class_get_next_param and mgs_write_log_param in a loop from mgs_write_log_target
      acd10169
    • 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
  7. Nov 26, 2008
    • maxim's avatar
      b=17603 · be65cc14
      maxim authored
      Wireshark plugins for dissecting LNET/Lustre 1.6 packets.
      (contributed by Stephane Thiell)
      be65cc14
    • Vitaly Fertman's avatar
      Branch HEAD · 1df36408
      Vitaly Fertman authored
      update b_som from the proper branch
      1df36408
    • tianzy's avatar
      Branch HEAD · 7003daf4
      tianzy authored
      fix the false qunit_put in qctxt_wait_pending_dqacq()
      b=17794
      i=tianzy
      i=panda
      7003daf4
    • Pravin Shelar's avatar
      b=17785 · 65224bac
      Pravin Shelar authored
      i=Huang hua
      i=Rahul
      
      This patch contains llo API interface change. Now it allows to create object
      in specified path.
      Fixes bug in object create in directory other than "/"
      Adds llo unregister api.
      65224bac
    • Jinshan Xiong's avatar
      · 5cc6da89
      Jinshan Xiong authored
      Restore the changes I made yesterday which broke build because I used a stale kernel.
      5cc6da89
    • Eric Mei's avatar
      branch: HEAD · a8ddb3d3
      Eric Mei authored
      remove a line of m4_allow_pattern.
      b=17781
      r=adilger
      a8ddb3d3
  8. Nov 25, 2008
Loading