Skip to content
Snippets Groups Projects
  1. Oct 06, 2008
  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
  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
  5. Jul 27, 2008
    • kalpak's avatar
      · 70e80ade
      kalpak authored
      b=16098
      
      change CFS license headers to Sun headers
      70e80ade
  6. Jul 02, 2008
  7. May 26, 2008
  8. Dec 27, 2007
  9. 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
  10. Aug 16, 2007
    • 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
  11. 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
  12. Jul 30, 2007
  13. Feb 15, 2007
  14. Feb 10, 2007
  15. Aug 17, 2005
  16. Aug 12, 2005
  17. Apr 04, 2005
  18. Oct 23, 2004
  19. 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
  20. Jun 02, 2004
  21. May 17, 2004
  22. Apr 14, 2004
  23. Apr 13, 2004
  24. Apr 07, 2004
  25. 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
  26. Mar 05, 2004
  27. Feb 24, 2004
  28. 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
  29. Jan 21, 2004
  30. Dec 10, 2003
    • wangchao's avatar
      b=2237 · 7e024fd1
      wangchao authored
      r=phil
      
      lstripe should fail when offset > numobd
      7e024fd1
  31. Dec 03, 2003
  32. Jul 25, 2003
  33. Jul 03, 2003
  34. Jun 12, 2003
  35. Mar 02, 2003
  36. Feb 07, 2003
    • Phil Schwan's avatar
      Merge b_md into HEAD · 93acd158
      Phil Schwan authored
      * bug fixes
       - Fix ldlm_lock_match on the MDS to avoid matching remote locks (592)
       - Fix fsfilt_extN_readpage() to read a full page of directory
         entries, or fake the remainder if PAGE_SIZE != blocksize (500)
       - Avoid extra mdc_getattr() in ll_intent_lock when possible (534, 604)
       - Fix imbalanced LOV object allocation and out-of-bound access (469)
       - Most intent operations were removed, in favour of a new RPC mode
         that does a single RPC to the server and bypasses most of the VFS
       - All LDLM resource ID arrays were removed in favour of ldlm_res_id
       - Aggressively cancel local locks on DLM servers
       - mds_reint_unlink sends EA to the client if it's the last nlink.
         client uses that EA to unlink OST objects.
       - mds_reint_{rename,unlink,link} were rewritten to take ordered locks
       - recursive symlinks were fixed (440)
       - fixed NULL deref in DEBUG_REQ
       - filter_update_lastobjid no longer calls sync, which annoyed extN
       - fixed multi-client small-writes to a single file problem (445)
       - fixed mtime updates during file writes (607)
       - fixed vector writes on obdfilter causing problems when ENOSPC (670)
       - fixed bug in obd_brw_read/write() (under guise of testing 367)
       - fixed Linux OST size reporting problem (444, 656)
       - OST now updates object mtime with writes or setattr (607, 619)
       - client verifies file size before zeroing page past EOF (445)
       - OST now writes last allocated objid to disk with allocation (108)
       - LOV on echo now works (409)
       * protocol changes
       - mds_reint_unlink sends a new buffer, with the EA included.  this
         buffer is only valid if body->valid & OBD_MD_FLEASIZE, which is only
         set if a regular file was being unlinked, and it was the last link
       - use PtlGet from the target for bulk writes (315)
       - OST now updates object mtime with writes or setattr (607, 619)
       - LDLM now has a grant-time callback to revalidate locked items, if
         necessary (604)
       - Many MDS operations were reorganized to combat race conditions
      * other changes
       - Merge b_intel branch (updated lprocfs code) - now at /proc/fs/lustre
       - configure check to avoid gcc version 2.96 20000731-2.96-98 (606)
      93acd158
  37. Jan 06, 2003
    • Andreas Dilger's avatar
      Merge b_md to HEAD for 0.5.19 release. · ccb42f24
      Andreas Dilger authored
      Fixes a _huge_ number of bugs:
        - Fully reactivate OST imports after reconnection (512, others)
        - Make sure client sees our -ENOTCONN from mds_handle (513 - partial)
        - More graceful error handling for truncating on dead OST (515)
        - Don't error out unless we're actually accessing dead stripes (474)
        - Fix garbage sizes when stripes are missing (410)
        - LRU counters were broken, causing constant lock purge (433, 432)
        - garbage on read from stripes with failed OSTs (441)
        - mark OSCs as active before reconnecting during recovery (438)
        - lov_enqueue and lov_cancel need to handle inactive OSTs (403)
        - lfind did not preserve OST order in output (443)
        - symlinks cause hung clients, incorrect data (439)
        - stop dereferencing request after dropping refcount (457)
        - don't LASSERT(spin_is_locked) on non-SMP (455)
        - fixes for many rename() bugs
        - fstat didn't correctly synchronize attributes (399)
        - server must handle lock cancellation during blocking AST prep (487)
        - bulk descriptors were free()d too soon (511)
        - fix paths in lconf, which would load incorrect modules (451, 507)
        - fix confusing lconf 'host not found' error message (386)
        - fix lock order deadlock on OST (O/R i_sem before journal ops, 478)
        - fix race condition in mdc_blocking_ast() for inode access (526)
        - fix lov_unpackmd() unpacking wrong number of stripes (537)
        - fix lov_set_osc_active() marking wrong OSC inactive (440)
        - fix bad lstripe lov_unpackmd() assertion (fix layering too) (527)
        - fix multiple writes of stripe MD to MDS (358, maybe 519)
        - fix lstripe in several ways (kernel side) (527)
        - fix request leak in ldlm_cli_enqueue (262)
        - incorrect OSC was marked inactive after OST failure
        - call mds_fs_cleanup before unmounting filesystem (524)
        - fix races between taking ns_lock and ldlm_lock_change_resource
        - fix races updating LOV export open file list
        - fix lov_enqueue error path, avoid decref-ing bad lock handle
        - fix recovery NULL deref in ldlm_cli_cancel_unused
        - fix some DLM races by using new hash table for lock handles (419)
        - permit the client to specify desired inodes, at replay
        - duplicate requests when we queue them for replay reintegration
        - fix last_rcvd offset calculation
        - sync after each recovered transaction, so we always make progress
        - never, not always, ERESTART requests without transnos
        - store the lov_desc in the MDS, so we don't depend on getlovinfo to set it
        - skip replay if the MDS says that the client is already connected
        - don't check for a recovery-enabled export to match lctl's UUID
        - don't INC_USE_COUNT for phantom exports
        - don't crash when cleaning up phantom exports (567)
        - don't double-finish or set replay data for errored mdc_open requests
        - abort requests when they time out, so we don't get old replies
        - send/receive replies for AST messages again
        - if the client says that it doesn't have the lock, cancel it on the server
        - if we timeout during I/O, don't try to cancel an in-use lock; instead
          mark it as destroyed, it will all work out when decref is called
        - fix module use counts (22, 581)
       * protocol changes
        - ASTs now expect a reply (server cancels lock on error reply)
      ccb42f24
  38. Dec 14, 2002
    • Phil Schwan's avatar
      land b_md onto HEAD. the highlights: · cc669f5d
      Phil Schwan authored
       - fstat didn't correctly synchronize attributes (399)
       - server must handle lock cancellation during blocking AST prep (487)
       - bulk descriptors were free()d too soon (511)
       - fix paths in lconf, which would load incorrect modules (451, 507)
       - fix confusing lconf 'host not found' error message (386)
      cc669f5d
Loading