Skip to content
Snippets Groups Projects
  1. Oct 06, 2008
    • Johann Lombardi's avatar
      Branch b1_6 · f261155f
      Johann Lombardi authored
      b=17261
      i=adilger
      i=shadow
      
      cap lmm_size to LOV_MAX_STRIPE_COUNT.
      f261155f
  2. 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
  3. Aug 07, 2008
    • kalpak's avatar
      · 6869932b
      kalpak authored
      b=16098
      
      Add URL for GPLv2 license in copyright headers
      6869932b
    • kalpak's avatar
      · 39ae6b00
      kalpak authored
      b=16098
      
      Add GPLv2 URL to copyright headers
      39ae6b00
  4. 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
    • kalpak's avatar
      · ed332636
      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.
      ed332636
  5. Jul 27, 2008
    • kalpak's avatar
      · 70e80ade
      kalpak authored
      b=16098
      
      change CFS license headers to Sun headers
      70e80ade
  6. Jul 24, 2008
    • kalpak's avatar
      · 2bd70e98
      kalpak authored
      b=16098
      
      Replace CFS license headers with Sun headers
      2bd70e98
  7. Jul 02, 2008
  8. May 26, 2008
  9. Dec 27, 2007
  10. Nov 06, 2007
    • bwzhou's avatar
      Branch HEAD · 67d8e01d
      bwzhou authored
      b=13933
      i=adilger
      i=johann
      
      Set an upper limit for stripe count
      67d8e01d
  11. Oct 31, 2007
    • bwzhou's avatar
      Branch b1_6 · f89415a3
      bwzhou authored
      b=13933
      r=adilger, johann
      
      Set an upper limit for stripe count
      f89415a3
  12. Aug 16, 2007
    • Bobi Jam's avatar
      Branch b1_6 · fbf12730
      Bobi Jam authored
      b=12836
      i=adilger, komaln
      
      Description: lfs find on -1 stripe looping in lsm_lmm_verify_common()
      Details    : Avoid lov_verify_lmm_common() on directory with -1 stripe count.
      fbf12730
    • Bobi Jam's avatar
      Branch HEAD · e671bcef
      Bobi Jam authored
      b=12836
      i=adilger, komaln
      
      Description: lfs find on -1 stripe looping in lsm_lmm_verify_common()
      Details    : Avoid lov_verify_lmm_common() on directory with -1 stripe count.
      e671bcef
  13. Aug 14, 2007
    • Liu Ying's avatar
      Branch HEAD · 73445b11
      Liu Ying authored
      b=11679
      i=adilger, deen
      
      fix lstripe failure with valid OST index
      73445b11
    • Liu Ying's avatar
      Branch b1_6 · 3bc1ff3a
      Liu Ying authored
      b=11679
      i=adilger, deen
      
      fix lstripe failure with valid OST index
      3bc1ff3a
  14. Jul 30, 2007
  15. Feb 15, 2007
  16. Feb 10, 2007
  17. Aug 17, 2005
  18. Aug 12, 2005
  19. Apr 04, 2005
  20. Oct 23, 2004
  21. Jun 14, 2004
    • Phil Schwan's avatar
      land b_ost_amd onto HEAD. · b5b6224b
      Phil Schwan authored
      I haven't re-tested the AMD functionality since landing, but I did
      test iozone and dbench to ensure sanity.
      b5b6224b
  22. Jun 02, 2004
  23. May 17, 2004
  24. Apr 14, 2004
  25. Apr 13, 2004
  26. Apr 07, 2004
  27. Mar 19, 2004
    • shaocheng's avatar
      Landing b_bug1414 · 77670a3b
      shaocheng authored
      77670a3b
    • Zach Brown's avatar
      b=2776 · 57e6d88a
      Zach Brown authored
      r=phil
      
      land b_cray_portals_merge on HEAD.  This consists of four families of changes:
      
      1) Eric's work to change some APIs in Lustre's portals to come into line with
         Cray's portals and the spec.
      
      2) add --with-cray-portals= to the build and use it to cut up the build
         when we're building lustre against external includes for Cray's portals.
      
      3) Move some facilities from portals.o into libcfs.o so that Lustre can
         consume them when it is running against Cray's portals.o.
      
      4) Fix up the liblustre build.  These changes have also made it to
         b_cray_delivery recently.
      57e6d88a
  28. Mar 05, 2004
  29. Feb 24, 2004
  30. Feb 13, 2004
    • Andreas Dilger's avatar
      Landing b_bug974 onto HEAD (20040213_1538). · 30c3a189
      Andreas Dilger authored
      Adds support for client-side write cache accounting via OST write credits
      (grants).  There is not yet a "correction" algorithm for grants if they
      get out of sync between the client and OST (OST can handle clients who think
      they have grant but do not).  Peter had previously suggested that grants
      should decay over time (faster on the clients than on the OSTs) so idle
      nodes do not consume space they aren't using.
      
      Use /proc/fs/lustre/osc/OSC*/cur_grant_bytes (and existing cur_dirty_bytes)
      to check client-side cache values.
      
      Includes lustre-side changes for lfsck support (create files with
      specific objids, create specific objids on OSTs).
      
      Also includes some changes to the testing scripts (local.sh, lov.sh, acc-sm)
      so that they include a "client nid '*'" client and can be used for sanityN.sh
      testing.  This has been put into the main acceptance-small.sh loop so that
      sanityN.sh will be run on both single and multi-OST setups.
      
      b=974 b=2349
      r=shaver
      30c3a189
  31. Jan 21, 2004
  32. Dec 10, 2003
    • wangchao's avatar
      b=2237 · 7e024fd1
      wangchao authored
      r=phil
      
      lstripe should fail when offset > numobd
      7e024fd1
  33. Dec 03, 2003
Loading