Skip to content
Snippets Groups Projects
  1. Jul 04, 2008
    • Wang Di's avatar
      Branch HEAD · bd39d130
      Wang Di authored
      check import before put it.
      b=15684
      i=adilger
      bd39d130
  2. Jun 11, 2008
  3. Jun 04, 2008
    • Yury Umanets's avatar
      b=15226 · fce887d1
      Yury Umanets authored
      r=shadow,nikita
      - fixes issue with accessing freed @ns on behalf rpc handling when some late rpc comes in fini time;
      - add new comments in functions, converts existing ones to be inline wigth doxygen comments policies.
      fce887d1
  4. May 09, 2008
  5. Apr 24, 2008
  6. Mar 12, 2008
    • Eric Mei's avatar
      branch: HEAD · 6957329b
      Eric Mei authored
      ptlrpc connect with V2 message format.
      6957329b
  7. Mar 06, 2008
  8. Jan 29, 2008
    • Eric Mei's avatar
      land b_colibri_devel on HEAD: · 3192e52a
      Eric Mei authored
      - redesigned remote acl support, by FanYong
        b=11842
        r=pravin.shelar, eric.mei
      - new sptlrpc configure interface
        b=13642
        r=yong.fan, rahul.deshmukh
      - split kerberos keytab for lustre_root
        b=13873
        r=yong.fan, h.huang
      - fix setuid for gss with linux keyring
        b=13899
        r=yong.fan, h.huang
      3192e52a
  9. Nov 06, 2007
  10. Oct 23, 2007
  11. Sep 27, 2007
    • bwzhou's avatar
      Branch HEAD · 0482e6a7
      bwzhou authored
      b=12840
      i=green
      i=johann
      
      prevent self-evicting through procfs
      0482e6a7
  12. Aug 09, 2007
    • Nathan Rutman's avatar
      b=13147 · 6fcd05ba
      Nathan Rutman authored
      i=tappro
      i=fanyong
      block reactivating mgc import until all deactivates complete
      Only an issue when failing back MDT/MGS to itself (testing)
      6fcd05ba
  13. Aug 02, 2007
    • Bobi Jam's avatar
      Branch Head · 1c359423
      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.
      1c359423
  14. Jul 30, 2007
  15. Apr 28, 2007
    • scjody's avatar
      Branch HEAD · 824c90ba
      scjody authored
      Patch from nic@cray.com: add spin locks around import/export bit flag changes.
      
      b=11315
      i=adilger
      i=alex
      824c90ba
  16. Apr 26, 2007
    • Nathan Rutman's avatar
      b=12007 · b3d03f05
      Nathan Rutman authored
      b=11013
      Back out bz 11013 due to chronic test failures
      b3d03f05
  17. Mar 13, 2007
    • yzy's avatar
      Land b1_6_bug11013 onto HEAD (20070313_0924) · 23e25107
      yzy authored
      b=11013
      r=adilger
      
      implement a common hash table, so it will be used as a hash class.
      in this patch, finished :
      1. " UUID <--> export " hash
      2. " NID  <--> export " hash
      3. "NetPeer <--> connect" hash
      23e25107
  18. Feb 15, 2007
    • Nathan Rutman's avatar
      b=6221 · 78fa35f8
      Nathan Rutman authored
      r=green
      don't allocate inside a spinlock
      78fa35f8
  19. Feb 10, 2007
  20. Aug 09, 2005
  21. Jul 10, 2005
    • alex's avatar
      b=3984 · 9065e88a
      alex authored
       - b_ldlm_newlocking landed. we need it to pass some CMD2 performance tests
         NOTE: the new locking rules introduced by the patch are still experimental!
      9065e88a
  22. May 31, 2005
  23. May 20, 2005
    • Wang Di's avatar
      Branch: HEAD · be17968c
      Wang Di authored
      some fixes about write back cache.
      1)cleanup smfs_init_inode_info
      2)miss spin_unlock in class_find_client_obd
      3)remove PLG_ALL flags of OBJECTS and LOGS dir on MDS
      4)some minor fix in cmobd.sh for WB cache
      be17968c
  24. May 19, 2005
    • alex's avatar
      b=6316 · 932f21b5
      alex authored
       - all clients report their minimal transno to be replayed
       - server waits for all clients to connect in order to collect
         minimal transno's from clients and replay all requests
         in right order
      932f21b5
  25. May 07, 2005
    • alex's avatar
      b=6063 · f43b9324
      alex authored
       - to avoid possible lock collision during replay, we should replay all
         request before any locks
      f43b9324
    • alex's avatar
      b=6019 · 5940a46b
      alex authored
       - workaround for cascading timeouts when failure of 1 server node causes
         failures of unrelated connections. this caused different problems. for
         example, lock cancel timeouts.
      5940a46b
  26. Apr 04, 2005
  27. Mar 31, 2005
  28. Nov 23, 2004
    • Yury Umanets's avatar
      - lots of fixes and cleanups in cobd and cmobd. · b258207f
      Yury Umanets authored
      - fixes and clanups in cmobd.sh and cobd.sh
      - changes in lconf about module loading in OSD and MDSDEV.
      - fixes in lconf about mount options forming.
      - fixes in lmc about client ref managing.
      - fixes in lconf about cmobd and cobd setup.
      b258207f
  29. Nov 19, 2004
    • Yury Umanets's avatar
      - fixes and cleanups in error messages and in code. · 81754566
      Yury Umanets authored
      - changed mds_alloc_inode_sid() to allocate lustre_id in memory if there is
      no passed one. This makes mds stuff do not use lustre_id allocated on stack
      if there is only need to allocate inode sid without using it later. This
      makes stack consumption smaller by 40 bytes in each such a case.
      
      - in mds_setup() whrn comparing strings passed from userspace use strncmp()
      - root lustre_id should be set up also in cases when there is no profile.
      - making do not use lustre_id allocated on stack in places where it is possible.
      
      - moving mds_finish_transno() calling to place where dput() for dchild is
      already called to make sure, that unlink op got to current transaction.
      
      - lots of changes in lconf. MDSDEV stuff is changed substantionaly. Removing
      bugs prone code, replacing it by new one about setting up MDS, LMV, etc.
      Added more verbose messages about MDS, LMV configuration. Removed redundant
      stuff about forming mount options. It now is moved to function and be used from
      few places.
      
      - fixes in CMOBD and COBD objects about using LMV.
      
      - fixed double client_ref adding to LMV, what led to double client config
      writing on MDS setup.
      81754566
  30. Nov 15, 2004
  31. Nov 11, 2004
  32. Oct 24, 2004
  33. Oct 23, 2004
  34. Aug 05, 2004
  35. Jul 17, 2004
    • Robert Read's avatar
      · 1ef040b5
      Robert Read authored
      b=1451
      
      Don't allow client to reconnect if an RPC is already in progress for
      that client. Added an extra counter for this, because the export
      refcount is also held by locks and who knows what else.
      1ef040b5
  36. 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
  37. Jun 02, 2004
Loading