Skip to content
Snippets Groups Projects
  1. Apr 21, 2008
    • Eric Mei's avatar
      branch: b1_6 · 3435b4da
      Eric Mei authored
      change at_max according to AT status.
      b=13659
      r=nathan
      r=rread
      r=grev
      3435b4da
    • Andrew Perepechko's avatar
      Branch b1_6 · 603008cb
      Andrew Perepechko authored
      b=15218
      i=johann
      i=tianzy
      
      additional admin quota file update
      603008cb
  2. Apr 18, 2008
  3. Apr 17, 2008
  4. Apr 16, 2008
    • Yury Umanets's avatar
      b=15440 · 58f88315
      Yury Umanets authored
      r=shadow,adilger
      - remove @ns from list using list_del_init() to make sure that consequnet list_empty() will really work right on removed listy_head.
      58f88315
    • Brian J. Murrell's avatar
      b=15482 · 3fa17166
      Brian J. Murrell authored
      i=cliffw
      i=wangyb
      
      Allow a kernel target to specify a delimiter between the version and the
      "flavor" (i.e. "smp")
       - specifically this allows RH kernels to be <version>smp and SLES10 kernels
         to be <version>-smp.
       - maintaining the vendors versioning specification means that when software
         is trying to determine a vendors kernel using patterns (like OFED does),
         it properly detects the SLES10 kernel.
      This all lays the ground work for bug 15316.
      3fa17166
    • Elena Gryaznova's avatar
      b=15273 · 60936247
      Elena Gryaznova authored
      i=Nathan.Rutman
      skip test_37 for client only testing
      60936247
    • Elena Gryaznova's avatar
      b=15526 · e0bbfcc7
      Elena Gryaznova authored
      i=Adilger
      allow both "cfs" and "sun" e2fsck
      e0bbfcc7
    • Elena Gryaznova's avatar
      b=15513 · 5742503b
      Elena Gryaznova authored
      i=Yury.Umanets
      i=Alexey.Lyashkov
      force test_69 to fail if directio write failed
      5742503b
    • Yury Umanets's avatar
      b=14901 · c10fee45
      Yury Umanets authored
      r=grev
      - fixes using check_runas_id(). Adds check for used runas id in test_72.
      c10fee45
  5. Apr 15, 2008
    • Eric Mei's avatar
      branch: b1_6 · 4d8b0ec8
      Eric Mei authored
      fix AT time calculation in AT_OFF mode.
      b=3055
      r=nathan
      r=rread
      4d8b0ec8
    • Yang Sheng's avatar
      Branch b1_6 · ce0896a5
      Yang Sheng authored
      b=12652
      i=shadow, johann
      
      Add FMODE_EXEC flag to SLES10 SP1.
      ce0896a5
  6. Apr 14, 2008
    • Eric Mei's avatar
      branch: b1_6 · 9a9cd629
      Eric Mei authored
      increase the version to 1.6.4.56
      9a9cd629
    • Eric Mei's avatar
      branch: b1_6 · 5d64d119
      Eric Mei authored
      fix a race that early reply right after realy reply.
      b=15178
      Christopher Morrone, LLNL (original author)
      r=nathan
      r=ericm
      5d64d119
  7. Apr 11, 2008
    • Eric Mei's avatar
      branch: b1_6 · 28844d37
      Eric Mei authored
      Do not skip at_check_timed in AT_OFF mode, early replies might still be
      sent out until affected RPCs will drain eventually.
      b=15341
      r=nathan
      r=rread
      28844d37
  8. Apr 10, 2008
    • deen's avatar
      Use fsfilt_sync() for both the whole filesystem sync and · 0409338d
      deen authored
      individual file sync to eliminate dangerous inode locking
      with I_LOCK that can lead to a deadlock.
      
      b=15188
      i=green
      i=shadow
      0409338d
    • Vitaly Fertman's avatar
      Branch b1_6 · bca49721
      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.
      bca49721
    • Alexey Lyashkov's avatar
      fix iov handling. · ccdbcce8
      Alexey Lyashkov authored
      b=15483
      i=green
      i=johann
      ccdbcce8
    • Yang Sheng's avatar
      Branch b1_6 · 209f0769
      Yang Sheng authored
      b=13397
      i=johann
      i=shadow
      
      Split the export journal-api part as a separate patch.
      209f0769
  9. Apr 09, 2008
  10. Apr 07, 2008
  11. Apr 04, 2008
    • Johann Lombardi's avatar
      Branch b1_6 · 4ebe61f7
      Johann Lombardi authored
      b=14751
      i=green
      i=bzzz
      
      reset the time reference between calls to fsfilt_check_slow to prevent
      useless slow brw_start/direct_io/... messages.
      4ebe61f7
    • tianzy's avatar
      Branch b1_6 · 204836ff
      tianzy authored
      Add a new item(lq_lock) in struct lustre_qunit which protects every single qunit
      and qunit_hash_lock only protects qunit hash. It will improve parellelism.
      i=johann
      i=andrew
      204836ff
  12. Apr 03, 2008
    • Terry Rutledge's avatar
      created tag for 1.6.4.55 · 861a1e78
      Terry Rutledge authored
      861a1e78
    • Bobi Jam's avatar
      Branch b1_6 · d6fc768b
      Bobi Jam authored
      b=15288
      i=wangdi, shadow
      
      fix stride_len assertion.
      
      when current ra window is consumed, and 2 consequent read requires to enlarge
      the read ahead window, and the enlargement action met window_start 0,
      window_len 80, because the latest read consumes the whole window content,
      stride_offset is 80, so the left of current ra window is 0, and the assertion
      of stride_len should be ">= 0" rather than "> 0"
      d6fc768b
    • Oleg Drokin's avatar
      r=shadow,umka · 55f1dc8d
      Oleg Drokin authored
      b=14257
      
      Do not include LdLM_FLOCK locks into ldlm_pool sanity calculations.
      55f1dc8d
    • Bobi Jam's avatar
      Branch b1_6 · a94af686
      Bobi Jam authored
      b=14134
      i=shadow, nathan
      
      change non-fatal error messages about contacting MGS.
      a94af686
    • Bobi Jam's avatar
      Branch b1_6 · 32b141c7
      Bobi Jam authored
      b=13375
      i=shadow, panda
      
      Descriptoin: make lov_create() will not stuck in obd_statfs_rqset()
      Details    : If an OST is down the MDS will hang indefinitely in
                   obd_statfs_rqset() waiting for the statfs data. While for
                   MDS QOS usage of statfs, it should not stuck in waiting.
      32b141c7
  13. Apr 02, 2008
  14. Apr 01, 2008
  15. Mar 31, 2008
    • Robert Read's avatar
      Branch b1_6 · 04908214
      Robert Read authored
      Change #if to #ifdef to make gcc 3.x happy.
      
      b=15327
      i=oleg
      i=walter
      04908214
    • Jinshan Xiong's avatar
      · 79e1fac6
      Jinshan Xiong authored
      Remove specialized patch for titech, as Scjody suggested.
      79e1fac6
  16. Mar 28, 2008
  17. Mar 27, 2008
    • Oleg Drokin's avatar
      b=13371 · 7ecc9d37
      Oleg Drokin authored
      r=shadow,nikita
      
      Implement readv/writev (aio_read/aio_write) to greatly help NFS writes speed
      on 2.6 kernels.
      7ecc9d37
Loading