Skip to content
Snippets Groups Projects
  1. Aug 08, 2007
  2. Aug 02, 2007
    • Johann Lombardi's avatar
      Branch b1_6 · ed514965
      Johann Lombardi authored
      b=11802
      i=green
      i=scjody
      
      attachment 11752 / rely on AUTOCONF_INCLUDED instead of HAVE_KERNEL_CONFIG_H
      ed514965
    • Bobi Jam's avatar
      Branch:b1_6 · 819db3d5
      Bobi Jam authored
      b=12606
      i=shadow, nikita
      
      Description: don't use GFP_* in generic Lustre code.
      Details    : Use cfs_alloc_* functions and CFS_* flags for code portability.
      819db3d5
  3. Jul 26, 2007
  4. Jul 24, 2007
    • Johann Lombardi's avatar
      Branch b1_6 · 10ee4603
      Johann Lombardi authored
      b=12411
      i=adilger
      i=scjody
      
      * Add new configure checks to allow to run a patchless client on a patched kernel
      * Remove the vfs intent patches from the 2.6.18 patch series
      10ee4603
  5. Jul 19, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · e9639431
      Andreas Dilger authored
      Add some explanatory comments.
      e9639431
    • Bobi Jam's avatar
      Branch b1_6 · 8dd9a820
      Bobi Jam authored
      b=12848
      i=adilger
      i=green
      
      Description: sanity.sh fail: test_52b
      Details    : The ll_inode_to_ext_flags() has a glitch which makes MDS return
                   incorrect inode's flags to client.
      8dd9a820
    • scjody's avatar
      Branch b1_6 · 6be44b74
      scjody authored
      To improve performance, disable most logging (for debug purposes)
      by default.  VFSTRACE, RPCTRACE, and DLMTRACE are now off by
      default, and HA includes contains fewer messages.
      
      Original patch by adilger.
      
      b=12417
      i=scjody
      i=green
      6be44b74
  6. Jul 18, 2007
    • deen's avatar
      b=12203 · b17e5a0c
      deen authored
      i=green
      b17e5a0c
    • Andreas Dilger's avatar
      Branch b1_6 · ddb5936e
      Andreas Dilger authored
      i=nathan
      i=scjody
      b=13063
      Description: lfsck built against 1.4.x cannot run against 1.6.0 lustre
      Details    : the definition for OBD_IOC_GETNAME changed in 1.6.0.  One of the
      	     few external users of this ioctl number is lfsck's call to
      	     llapi_lov_get_uuids() and this caused lfsck to fail at startup.
      	     Add the old ioctl number to the handler so both old and new
      	     lfsck can work.
      ddb5936e
    • Andreas Dilger's avatar
      Branch b1_6 · 15a2b8f7
      Andreas Dilger authored
      Fix ll_opcode2str() and opcode_offset() to handle LLOG request types.
      Fix ChangeLog to put changes at the end of the 1.6.1 section.
      b=12731
      i=nathan
      i=scjody
      15a2b8f7
  7. Jul 02, 2007
    • Johann Lombardi's avatar
      Branch b1_6 · 4c494c1f
      Johann Lombardi authored
      Severity   : normal
      Frequency  : rare
      Bugzilla   : 12629
      Description: Deadlock during metadata tests
      Details    : in prune_dir_dentries(), shrink_dcache_parent() should not be
                   called with the per-dentry lock held.
      b=12629
      i=alex
      i=shadow
      4c494c1f
  8. Jun 29, 2007
    • Bobi Jam's avatar
      Branch b1_6 · d383b173
      Bobi Jam authored
      b=11815
      i=adilger
      i=wangdi
      
      Description: replace obdo_alloc() with OBDO_ALLOC macro
      Details    : nothing special is done in obdo_alloc() function, and for
                   debugging purpose, it needs to be replaced with macros.
      d383b173
  9. Jun 22, 2007
  10. Jun 21, 2007
  11. Jun 20, 2007
  12. Jun 14, 2007
  13. Jun 13, 2007
  14. Jun 07, 2007
    • komaln's avatar
      b=10968 · bd8421b4
      komaln authored
      i= Nathan, Kalpak
      
      1) merged vfs_stats to stats file.
      2) changed stats file to be used under differebt modes (all process, specific GID, PID or PPID)
      3) replaced ll_lock by new locks for ll_rw_stats_tally.
      4) Turn on collection of statistics ll_rw_stats_tally only when a special
      character is echoed into any of the extents_stats, extents_stats_per_process,
      offset_stats files.
      bd8421b4
  15. Jun 01, 2007
    • komaln's avatar
      b=12475 · 78c23e9d
      komaln authored
      r=Adilger, Nathan.
      
      Prevent machine freeze when echo into proc/fs/lustre/llite/*/extents_stats
      78c23e9d
  16. May 31, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · f7eccfd8
      Andreas Dilger authored
      Don't even try to connect to the MGC if we are passed an old-style profile.
      b=11691
      i=nathan
      f7eccfd8
    • Wang Di's avatar
      Branch:b1_6 · 48fa414c
      Wang Di authored
      Checking intent error before release open handle.
      b=11935
      i=adilger
      i=green
      48fa414c
  17. May 30, 2007
    • Wang Di's avatar
      Branch:b1_6 · 8fc1110b
      Wang Di authored
      Branch: b1_6
      The dir might have multi-aliases, the subdir of all of these aliases should
      be iterated and its subdir negative dentries should be dropped.
      b=12123
      i=green
      i=shadow
      8fc1110b
  18. May 24, 2007
  19. May 23, 2007
  20. May 18, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · 9d7a5a4e
      Andreas Dilger authored
      Quiet compile warning when CONFIG_LSF is on (large single file).
      9d7a5a4e
  21. May 17, 2007
  22. May 16, 2007
    • Oleg Drokin's avatar
      b=11563 · 5603bc2c
      Oleg Drokin authored
      r=adilger,nathan
      
      Add -o localflock option to simulate  old noflock behaviour.
      5603bc2c
  23. May 10, 2007
    • Andreas Dilger's avatar
      Branch HEAD · 729b04d2
      Andreas Dilger authored
      Apply the rest of the __iget() changes for patchless clients to
      compile out the now-unnecessary parts of the code.
      b=12391
      i=scjody
      i=green
      729b04d2
  24. May 09, 2007
    • Andreas Dilger's avatar
      Branch HEAD · 68c799b0
      Andreas Dilger authored
      Move #ifdef above now-redundant checks if __iget() is not exported, per
      Oleg's inspection comments.
      b=12391
      i=green
      68c799b0
  25. May 04, 2007
    • Nathan Rutman's avatar
      i=adilger · 09da58ed
      Nathan Rutman authored
      i=johann
      b=12404
      fix uninitialized flags in cfg_llog_instance
      09da58ed
  26. May 01, 2007
  27. Apr 28, 2007
    • scjody's avatar
      Branch HEAD · 78f134e9
      scjody authored
      Type-check arguments against format string in CDEBUG/CERROR, fix warnings
      introduced.
      
      Original patch by adilger.
      
      b=12327
      i=green
      i=isaac
      78f134e9
  28. Apr 19, 2007
    • Wang Di's avatar
      Branch:HEAD · 494a3bbc
      Wang Di authored
      b:12123
      Check if a directory has children when invalidating dentries
      associated with an inode during lock cancellation.  This fixes
      an incorrect ENOENT sometimes seen for valid filehandles during
      testing with dbench.
      r:green
      r:shadow
      494a3bbc
Loading