Skip to content
Snippets Groups Projects
  1. Oct 23, 2008
    • Yury Umanets's avatar
      b=17447 · b0f15edd
      Yury Umanets authored
      r=deen,adilger
      
      - fixes memory leaks;
      - cleanups and more accurate error handling.
      b0f15edd
  2. Oct 22, 2008
    • Yury Umanets's avatar
      b=17323 · 0cb008aa
      Yury Umanets authored
      r=johann,adilger
      
      - fixes resent rpcs for those sent by set and also fixes log_cancel resent handling;
      - cleanups.
      0cb008aa
  3. Oct 18, 2008
  4. Oct 06, 2008
  5. Sep 15, 2008
    • Nathan Rutman's avatar
      b=14836 · 665e36b7
      Nathan Rutman authored
      i=nathan
      i=adilger
      OST pools on HEAD, comprehensive patch including 17054:19007;
      16935:18918,19012,19089,19128; 16978:18872
      665e36b7
  6. Aug 29, 2008
  7. Aug 27, 2008
  8. Aug 14, 2008
  9. Aug 12, 2008
    • Bobi Jam's avatar
      Branch HEAD · f93353d3
      Bobi Jam authored
      b=16573
      o=adilger
      i=johann, nathan
      
      Description: Export bytes_read/bytes_write count on OSC/OST.
      f93353d3
  10. Aug 08, 2008
    • kalpak's avatar
      · 7a92b518
      kalpak authored
      b=10555
      i=adilger
      i=green
      i=nikita
      i=girish
      
      add ldiskfs patches and lustre support for FIEMAP ioctl
      7a92b518
  11. Aug 07, 2008
    • kalpak's avatar
      · 6869932b
      kalpak authored
      b=16098
      
      Add URL for GPLv2 license in copyright headers
      6869932b
  12. Jul 31, 2008
    • kalpak's avatar
      · 1b065084
      kalpak authored
      b=16227
      
      i=adilger
      i=shadow
      
      add lsm argument to obd_get_info. For some get_info calls the lsm was being sent as part of the key which was a hack. Now lsm can be sent as an argument.
      1b065084
  13. Jul 27, 2008
    • kalpak's avatar
      · 70e80ade
      kalpak authored
      b=16098
      
      change CFS license headers to Sun headers
      70e80ade
  14. Jul 22, 2008
    • huanghua's avatar
      Branch HEAD · 06bf3d4a
      huanghua authored
      b=16368
      i=adilger
      i=alex.zhuravlev
      
      - put object group in ldlm_res_id.name[1]
      06bf3d4a
  15. Jul 16, 2008
  16. Jul 15, 2008
    • Andrew Perepechko's avatar
      Branch HEAD · 1ad64953
      Andrew Perepechko authored
      b=14010
      i=Mike Pershin (tappro)
      i=Andreas Dilger (adilger)
      
      Doxygen comments (the missing ones)
      1ad64953
  17. Jul 08, 2008
    • Pravin Shelar's avatar
      · 87319353
      Pravin Shelar authored
      b=15516
      i=tom.wang
      i=yury.umanets
      
      This patch is first step towards shifting mds-lov work to new
      lustre mds stack.
              -       kill OBD_CLEANUP_SELF_EXP
              -       added rw_sem to serialize mds_notify and mds_precleanup
              -       kill OBD_CLEANUP_OBD
      87319353
  18. Jul 07, 2008
    • Eric Mei's avatar
      branch: HEAD · de3c3fdf
      Eric Mei authored
      port Adaptive Timeouts from b1_6 to HEAD.
      b=14071
      r=nathan
      r=adilger
      de3c3fdf
  19. Jul 03, 2008
    • Wang Di's avatar
      Branch: HEAD · 81c713ad
      Wang Di authored
      sync procfs/llog_thread with import destory
      b=15684
      i=Robert, Jay
      81c713ad
    • Wang Di's avatar
      Branch: HEAD · 1dce0d27
      Wang Di authored
      1.Filter group llog cleanup (patch from shadow).
      2.Separate filter group llog create and find. then filter group llog will
        only be created in the mds/ost syncing process.
      3.Some minor fixes.
      b=14629
      i=robert,yury
      1dce0d27
    • Robert Read's avatar
      Branch HEAD · e9039325
      Robert Read authored
      b=15940
      i=isaac
      i=oleg
      
      Convert kp30.h to an internal libcfs include and change users of kp30.h to
      include libcfs.h if they were not already.
      e9039325
    • Johann Lombardi's avatar
      Branch HEAD · 6a179ab8
      Johann Lombardi authored
      b=15950
      i=wangdi
      i=shadow
      
      The direct IO path doesn't call check_rpcs to submit a new RPC once
      one is completed. As a result, some RPCs are stuck in the queue
      and are never sent.
      Merge brw_interpret() and brw_interpret_oap().
      6a179ab8
    • Andrew Perepechko's avatar
      Branch HEAD · 4160b722
      Andrew Perepechko authored
      b=14010
      i=shadow
      i=zam
      
      Short read patch.
      4160b722
  20. Jul 02, 2008
  21. Jun 30, 2008
    • Alexey Lyashkov's avatar
      · 6590d01c
      Alexey Lyashkov authored
      badly clear PG_Writeback bit in ll_ap_completion can produce false
      positive assertion
      
      Branch HEAD
      b=14742
      i=nikita
      i=johan
      6590d01c
  22. Jun 05, 2008
  23. May 09, 2008
  24. May 08, 2008
    • Alexander Zarochentsev's avatar
      b=11270 · e628a59a
      Alexander Zarochentsev authored
      i=vitaly.vertman
      i=oleg.drokin
      
      Lockless i/o and lockless truncate code and sanityN tests.
      e628a59a
  25. Apr 24, 2008
  26. Apr 17, 2008
  27. Mar 13, 2008
  28. Mar 07, 2008
    • Johann Lombardi's avatar
      Branch HEAD · 10d49b6e
      Johann Lombardi authored
      b=13805
      i=ericm
      i=bobijam
      
      add support for several checksum algorithms. Currently, CRC32 and
      Adler-32 are supported. The checksum type can be changed on the fly
      through /proc/fs/lustre/osc/*/checksum_type.
      10d49b6e
    • Eric Mei's avatar
      branch: HEAD · 4813fd90
      Eric Mei authored
      support other encrypt/checksum algorithms for bulk i/o, default in gss
      mode is sha1/aes128, for others default enable bulk checksum by adler32.
      b=13667
      r=yong.fan
      r=h.huang
      r=adilger
      4813fd90
  29. Mar 06, 2008
  30. Feb 22, 2008
  31. Feb 21, 2008
    • Vitaly Fertman's avatar
      Branch HEAD · 218d9b76
      Vitaly Fertman authored
      b=14149
      i=shadow
      i=huanghua
      
      fixes for ELC bugs appeared after moving to capsule
      218d9b76
  32. Feb 07, 2008
    • huanghua's avatar
      b=14149 · fd908da9
      huanghua authored
      i=yong.fan
      i=rahul.deshmukh
      i=nikita.danilov
      
      - use req_capsule interface for client.
      - add some interoperability support on server side.
      fd908da9
Loading