Skip to content
Snippets Groups Projects
  1. Mar 06, 2008
    • Alexey Lyashkov's avatar
      port llog fixes from b1_6 into HEAD · c9842fdc
      Alexey Lyashkov authored
      b=13821
      i=wangdi
      i=umka
      c9842fdc
    • Bobi Jam's avatar
      Branch HEAD · 1dda8fc2
      Bobi Jam authored
      b=13715
      i=johann
      i=nathan
      i=adilger
      
      protect accessing imp->generation w/ imp_lock.
      1dda8fc2
    • Bobi Jam's avatar
      Branch HEAD · 52de126e
      Bobi Jam authored
      b=12584
      i=adilger
      
      There is a issue with getfacl which just literally find the symbol link
      target with `pwd`+[symbol content], regardless where the link file is
      located.
      
      This fix avoids the issue by chdir to the symbol link's dir before getting it's
      acl list.
      52de126e
    • huanghua's avatar
      Branch HEAD · 9b9f3cab
      huanghua authored
      b=15025
      i=yong.fan
      i=yury.umanets
      
      - set reply message size for CLOSE RPC
      9b9f3cab
  2. Mar 05, 2008
    • Eric Mei's avatar
      branch: HEAD · b7521290
      Eric Mei authored
      gss: support new sunrpc cache interface of RHEL5.
      b=14961
      r=yong.fan
      r=h.huang
      b7521290
    • Yury Umanets's avatar
      b=14997 · e2b17d9a
      Yury Umanets authored
      r=vitaly,shadow
      - fixes packing of lru resize info into rpc reply.
      e2b17d9a
    • deen's avatar
      When the failover node is the primary node, it is possible · 960e702a
      deen authored
      to have two identical connections in imp_conn_list. We must
      compare not conn's pointers but NIDs, otherwise we can defeat
      connection throttling.
      
      b=14774
      i=adilger
      i=johann
      960e702a
    • komaln's avatar
      b=14471 · a70257d1
      komaln authored
      r=Adilger
      
      Changed sanityN.sh to use lctl {get,set}_param
      a70257d1
    • komaln's avatar
      b=14471 · 290f3672
      komaln authored
      r=Adilger
      
      Changed conf-sanity.sh to use lctl {get,set}_param
      290f3672
    • Oleg Drokin's avatar
      b=13677 · fa1399b8
      Oleg Drokin authored
      r=adilger
      
      wait for async rpc completion in liblustre
      fa1399b8
    • Yang Sheng's avatar
      Branch b1_6 · 87456b5d
      Yang Sheng authored
      b=13397
      i=johann
      i=alex
      
      Add unlink-race patch to 2.6.22 series.
      87456b5d
  3. Mar 04, 2008
  4. Mar 03, 2008
    • Oleg Drokin's avatar
      b=14748 · 5621b9f7
      Oleg Drokin authored
      r=adilger,jay
      
      When traversing extent wating list queue for PR lock and meeting same or wider
      lock without AST_SENT, we are guaranteed there is no other one like this down
      the line, so we can return immediatelly
      5621b9f7
  5. Feb 29, 2008
  6. Feb 28, 2008
    • Isaac Huang's avatar
      - removed trailing spaces. · e4b273bf
      Isaac Huang authored
      e4b273bf
    • Johann Lombardi's avatar
      Branch b1_6 · d86f89c4
      Johann Lombardi authored
      b=14594
      i=alex.zhuravlev
      i=sheng.yang
      
      add ext3-lookup-dotdot-2.6.9.patch to ldiskfs series.
      d86f89c4
    • girish's avatar
      Fix for sanity quota failure. (From Kalpak) · 60eefb3f
      girish authored
      b=13487
      60eefb3f
    • Mikhail Pershin's avatar
      b=12882 · 396bd5b5
      Mikhail Pershin authored
       i=grev
       Use correct proc names in tests
      396bd5b5
    • Mikhail Pershin's avatar
      b=14908 · b7859f50
      Mikhail Pershin authored
       i=nikita
       use enum value
      b7859f50
    • Yong Fan's avatar
      Branch HEAD · b1f7d594
      Yong Fan authored
      b=14769
      i=adilger
      i=eric.mei
      
      (1) Fix race condition between identity upcall disabled checking
          and the real identity upcall doing.
      (2) Replace "CWARN" and "CERROR" about identity with "CDEBUG".
      (3) Test scripts fix for SLES10 system and remote client test.
      (4) Code indent related fix.
      b1f7d594
    • chenzheng's avatar
      b=13174 · fd2e67a6
      chenzheng authored
      i=grev
      
      add the following fail tests to always-except list:
      sanity        65a, 65e
      replay_dual   14
      insanity      2, 4
      replay_single 56, 59
      conf_sanity   33a
      liblustre
      fd2e67a6
    • Yang Sheng's avatar
      Branch b1_6 · 72e1f7c1
      Yang Sheng authored
      b=13397
      i=johann
      i=shadow
      
      Export the needed symbol for lustre.
      72e1f7c1
  7. Feb 27, 2008
    • Elena Gryaznova's avatar
      b=14978 · a29e650d
      Elena Gryaznova authored
      i=Adilger
      
      check whether proc files exist; error if they do not exist
      a29e650d
    • Yury Umanets's avatar
      b=14927 · e6b29978
      Yury Umanets authored
      r=nikita,shadow
      - fix for memory allocation result check in lu_object_alloc().
      e6b29978
    • Elena Gryaznova's avatar
      b=14229 · cc29a264
      Elena Gryaznova authored
      i=Adilger
      
      fix test_59 to fail if write/read failed
      cc29a264
    • Eric Mei's avatar
      branch: HEAD · 7da8b0c2
      Eric Mei authored
      ignore ctx fini rpc in lock callback handler.
      b=14849
      r=h.huang
      7da8b0c2
    • Elena Gryaznova's avatar
      b=14928 · aab391e5
      Elena Gryaznova authored
      i=Adilger
      
      don't re-write mtab, wait it will be updated
      aab391e5
    • Brian J. Murrell's avatar
      b=14816 · b6649fe7
      Brian J. Murrell authored
      i=cliffw,scjody
      
      Use the I/B stack that is native in the kernel.
      
      This works for RHEL4 and RHEL5 only so far.  I'm not aware of any other
      vendors shipping an IB stack with their kernels.
      
      A few minor code cleanups.
      b6649fe7
    • Elena Gryaznova's avatar
      b=14528 · 3d21af5f
      Elena Gryaznova authored
      i=Adilger
      
      add wiretest to lustre rpm
      3d21af5f
    • Elena Gryaznova's avatar
      b=13571 · e648315e
      Elena Gryaznova authored
      i=Adilger
      
      fs2' tests cleanup; renumbering:
      - 23 -> 23a
      - 33 -> 33a; 34 -> 34b
      e648315e
    • Alexey Lyashkov's avatar
      fix typo in bobijam commit. · 52ade336
      Alexey Lyashkov authored
      52ade336
  8. Feb 26, 2008
  9. Feb 25, 2008
    • bwzhou's avatar
      Branch HEAD · baf3edc4
      bwzhou authored
      b=13285
      r=johann, deen
      
      prints message to console about locks.
      baf3edc4
  10. Feb 23, 2008
    • Yang Sheng's avatar
      Branch HEAD · 88d3bcae
      Yang Sheng authored
      b=14958
      i=adilger
      i=yangsheng
      
      Change the CONFG_NR_CPUS from 8 to 32 in a several config file.
      88d3bcae
    • Mikhail Pershin's avatar
      b=14908 · 3b3a119d
      Mikhail Pershin authored
       fix issue in original commit
      3b3a119d
Loading