Skip to content
Snippets Groups Projects
  1. Jun 15, 2008
    • bwzhou's avatar
      Branch HEAD · 68c60ec8
      bwzhou authored
      b=13285
      r=adilger, deen
      
      not to fail the import when -EFBIG is returned
      68c60ec8
  2. May 23, 2008
  3. Feb 19, 2008
  4. Feb 05, 2008
  5. Nov 01, 2007
    • Nathan Rutman's avatar
      b=12860 · f30d9441
      Nathan Rutman authored
      i=adilger
      i=green
      simultaneous MDT->OST connections at startup can cause the
      sync to abort, leaving the OSC in a bad state
      f30d9441
  6. Oct 23, 2007
  7. Aug 22, 2007
  8. Jul 30, 2007
  9. Feb 10, 2007
  10. Sep 11, 2005
    • alex's avatar
      b=7237 · bae0d250
      alex authored
       - always close transaction before calling lov/osc
      bae0d250
  11. Sep 10, 2005
  12. Aug 29, 2005
  13. Aug 05, 2005
  14. Aug 03, 2005
    • alex's avatar
      b=7237 · 2166e349
      alex authored
       - missed wake_up() has been returned
       - few CDEBUG() have changed their level to D_ERROR to simplify debugging
      2166e349
  15. Jul 04, 2005
  16. Jun 22, 2005
    • Yury Umanets's avatar
      - CROW (CReate On Write) (precreation is removed) · b92e914b
      Yury Umanets authored
      - setting owner/group on OSS (needed for quotas)
      
      - some fixes:
        - deadlock on soc client lock.
        - idr_remove() issue.
        - forwarding to wrong MDS in lmv_link()
        - f_dput(dentry) before using it in filter_lvbo_update()
        - filter_sync() assert(group > 0) due to missed GROUP flag oa->o_valid in ll_fsync().
        - cleanups, comments and more debugging messages.
        - jump to wrong label in mds_create_objects() on error path.
        - few missed/wrong ENTRY/RETURN things
      b92e914b
  17. May 18, 2005
    • Eric Mei's avatar
      b=6332 · 30964bcc
      Eric Mei authored
      create dir across MDS's, subdir need default ACL of its parent to determine
      its own default ACL and access ACL. API obd_create() is added 2 params
      to hold acl data.
      30964bcc
  18. Apr 04, 2005
  19. Oct 23, 2004
  20. Aug 30, 2004
    • Eric Mei's avatar
      land b_groups onto HEAD: · 7bb892f4
      Eric Mei authored
       - add a flag in lustre_msg which indicate message type
       - add a security descriptor into most of messages send to MDSs, which
         include the uid, supplementary groups array etc.
       - add group hash
       - MDS retrive local groups database through upcall, and set/merge with
         which sent from client based on policies (here not totally finished)
       - move root_squash test into separate sanity-sec.sh
      7bb892f4
  21. Aug 07, 2004
  22. Jul 20, 2004
    • alex's avatar
      b=3896 · e42ff0d1
      alex authored
      oscc_internal_create() increase pre-creation window smoothly
      e42ff0d1
  23. Jul 12, 2004
    • Robert Read's avatar
      · d8c02f15
      Robert Read authored
      Don't reset oscc_gr after recovery.
      d8c02f15
  24. Jun 12, 2004
  25. Jun 04, 2004
    • Phil Schwan's avatar
      - merge 2 weeks of b1_4 fixes onto HEAD · 23de47e8
      Phil Schwan authored
      - b1_4 is basically the parent of HEAD, because that's the direction
        that changes flow, as strange as that sounds.  so there's a
        HEAD_BASE tag which sits on b1_4
      23de47e8
  26. Jun 02, 2004
  27. May 17, 2004
  28. Apr 29, 2004
  29. Mar 19, 2004
    • 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
  30. Mar 05, 2004
  31. 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
  32. Feb 07, 2004
    • Robert Read's avatar
      Landing b_recovery · 0343ecb7
      Robert Read authored
      The principal change here is ptlrpc_connect_import and recovery are
      merged and are now asynchronous and are run on ptlrpcd.
      
      This branch also includes fixes for
      
        2477 (this was the initial bug)
      
        2355 recover for initial connections
      
        1934 (b_1934 was merged directly to b_recovery)
      
        1901 block all file creations until orphan recovery completes
      
        2423 client remove rq_connection from request struct
      
        2640 conf-sanity test_5, and proper cleanup in umount when
             cleanup log is not availale.
      
        2670 recovery timer race
      
        2532 mdc_close recovey bug
      
      And few others that werent' filed.
      0343ecb7
  33. Dec 10, 2003
    • Niu Yawei's avatar
      b: 2226 · 2839ad0d
      Niu Yawei authored
      r: Phil
      
      Remove all orhpans on OST while MDS startup, and set last_id correctly.
      2839ad0d
  34. Dec 04, 2003
  35. Dec 03, 2003
Loading