Skip to content
Snippets Groups Projects
  1. Apr 10, 2008
    • Pravin Shelar's avatar
      · 8a4204c0
      Pravin Shelar authored
      to fix bug introduced by lu_dirent-change patch
      8a4204c0
    • deen's avatar
      Add changelog entry. · 8a3530bc
      deen authored
      b=15188
      8a3530bc
    • deen's avatar
      Use fsfilt_sync() for both the whole filesystem sync and · e9e032a3
      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
      e9e032a3
    • Liang Zhen's avatar
      Branch HEAD · d9a859e4
      Liang Zhen authored
      ksocknal_send_hell() hits ASSERTION while connecting races with closing
      
      b=13983
      i=isaac
      d9a859e4
    • Yang Sheng's avatar
      Branch HEAD · deeb5d1a
      Yang Sheng authored
      b=13397
      
      Fixed last commit lost part.
      deeb5d1a
    • Pravin Shelar's avatar
      b=14340 · 2ce82af1
      Pravin Shelar authored
      i=yury.umanets
      i=adilger
      
      this patch extends lu_dirent->lde_hash element, which is required for dmu based mdd.
      but I am keeping MEA_MAGIC_HASH_SEGMENT hash within 32 bit.
      2ce82af1
    • Yang Sheng's avatar
      Branch HEAD · 3be52779
      Yang Sheng authored
      b=13397
      i=shadow
      i=johann
      
      Update Lustre server to support 2.6.22.14 vanilla kernel.
      3be52779
    • Yang Sheng's avatar
      Branch b1_6 · 4ef5861d
      Yang Sheng authored
      b=13397
      i=johann
      i=shadow
      
      Split the export journal-api part as a separate patch.
      4ef5861d
  2. 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
    • Elena Gryaznova's avatar
      b=13886 · c98f3957
      Elena Gryaznova authored
      i=Oleg.Drokin
      load crc16 module if it exists
      c98f3957
    • Pravin Shelar's avatar
      · c718378f
      Pravin Shelar authored
      b=14230
      i=h.huang
      i=manoj.joseph
      
      cleanup for umds, this patch replaces kernel api call with equivalent
      api from lustre library.
      c718378f
  3. Apr 08, 2008
  4. Apr 07, 2008
    • Elena Gryaznova's avatar
      b=15221 · 33c4541c
      Elena Gryaznova authored
      i=Adilger
      sanity test_71, recovery-small test_26 fixes
      renumbering test_26->test_26a
      FAIL_ON_ERROR initialization in cfg
      error, remote_mds, remote_ost fn fixes (b=14763, comment 19)
      33c4541c
  5. Apr 04, 2008
  6. Apr 03, 2008
    • Bobi Jam's avatar
      Branch HEAD · ec16eeab
      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"
      ec16eeab
    • 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
    • Bobi Jam's avatar
      Branch HEAD · 3e3395ae
      Bobi Jam authored
      b=14134
      i=shadow, nathan
      
      change non-fatal error messages about contacting the MGS.
      3e3395ae
    • Yong Fan's avatar
      Branch HEAD · c60addc4
      Yong Fan authored
      b=15291
      i=eric.mei
      i=jian.yu
      
      fix rmtacl test scripts issues for different OS platforms.
      c60addc4
  7. Apr 02, 2008
    • Johann Lombardi's avatar
      Branch HEAD · 662e76f8
      Johann Lombardi authored
      b=14855
      i=shadow
      i=adilger
      
      On SLES10/PPC, fs.h includes idr.h which requires BITS_PER_LONG to
      be defined. Add a hack in mkfs_lustre.c to work around this compile
      issue.
      662e76f8
    • Vitaly Fertman's avatar
      Branch HEAD · ae84bce8
      Vitaly Fertman authored
      b=14948
      i=green
      i=shadow
      
      2.6.18 calls truncate_inode_pages() only if op->delete_inode() is
      not installed, whereas 2.6.9 calls it in both cases.
      ae84bce8
    • Jinshan Xiong's avatar
      · 7c22d973
      Jinshan Xiong authored
      b=15326
      r=nikita
      
      In order to make new llite to be compilable for liblustre
      7c22d973
  8. Apr 01, 2008
  9. Mar 31, 2008
    • Jinshan Xiong's avatar
      · 41f74bb7
      Jinshan Xiong authored
      Remove specialized titech patch, as Scjody suggested.
      41f74bb7
  10. Mar 28, 2008
    • Liang Zhen's avatar
      Branch HEAD · 6d475522
      Liang Zhen authored
      b=15335
      i=isaac
      
      Release pending txs before shutdown connection and destroy peer.
      6d475522
  11. Mar 27, 2008
    • bwzhou's avatar
      Branch HEAD · 3c2bb198
      bwzhou authored
      b=14424
      r=johann, bwzhou
      
      Add severl module parameters for lustre tunables
      3c2bb198
    • bwzhou's avatar
      Branch HEAD · 0f2a47ea
      bwzhou authored
      b=14746
      r=adilger, bwzhou
      
      patch for _IOWR redefined build error on SLES10 environment
      0f2a47ea
    • Yang Sheng's avatar
      Branch HEAD · 6a5b0b1c
      Yang Sheng authored
      b=14576
      i=eric.mei
      i=adilger
      
      Wrap the crypto api to adapt upstream kernel changes and keep compatible to old style.
      6a5b0b1c
    • Yang Sheng's avatar
      Branch HEAD · 6faeeda6
      Yang Sheng authored
      b=13397
      i=adilger
      i=shadow
      
      Add kernel patches for vanilla-2.6.22.14.
      6faeeda6
  12. Mar 26, 2008
  13. Mar 25, 2008
Loading