- Jul 08, 2008
-
-
Andreas Dilger authored
Allow mount to continue if an invalid conf_param was specified. b=14693 i=nathan i=bowen.zhou
-
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
-
- Jul 07, 2008
-
-
Eric Mei authored
port Adaptive Timeouts from b1_6 to HEAD. b=14071 r=nathan r=adilger
-
- Jun 27, 2008
-
-
bwzhou authored
b=14693 r=nathan Don't return an error for conf param processing failures
-
- Jun 11, 2008
-
-
Alexey Lyashkov authored
b=15716 i=rread i=johann
-
- Jun 04, 2008
-
-
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.
-
- May 10, 2008
-
-
Walter Poxon authored
i=walter Land Andreas' original fix for catamount build errors
-
- May 06, 2008
-
-
komaln authored
r=Nathan Rutman, Alexey Lyashkov Ported the patch 'to organize the stats on per-nid basis instead of the existing per-export basis' to HEAD. This patch also includes all its related bug fixes(bug 14016, bug 14370, bug 14873).
-
- Mar 06, 2008
-
-
Alexey Lyashkov authored
b=13821 i=wangdi i=umka
-
- Jan 29, 2008
-
-
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
-
- Dec 13, 2007
-
-
Alexey Lyashkov authored
b=14418 i=green i=johann
-
- Nov 06, 2007
-
-
Mikhail Pershin authored
b:13815 i:green, shadow
-
- Sep 19, 2007
-
-
deen authored
b=12418 i=green i=adilger
-
- Aug 16, 2007
-
-
Liu Ying authored
b=12932 i=green, shadow set obd_health_check_timeout as 1.5x of obd_timeout
-
- Jul 30, 2007
-
-
Mikhail Pershin authored
-
- Apr 28, 2007
- Apr 26, 2007
-
-
Nathan Rutman authored
b=11013 Back out bz 11013 due to chronic test failures
-
- Mar 13, 2007
-
-
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
-
- Feb 20, 2007
-
-
Nathan Rutman authored
play nicer with parameters on logs upgraded from 1.4.x - allows updates for old logs whenever we can (i.e. ok for mdc, not for osc) - allows updates for everyone if --writeconf is specified at tunefs upgrade time (requires entire fs to be stopped though) - allows updates of failover partners if --writeconf is specified - fixes various other little bugs and error messages - adds a couple of regression tests for upgrading from 1.4.6
-
- Feb 10, 2007
-
-
Nathan Rutman authored
-
- Sep 23, 2005
- Sep 17, 2005
-
-
Wang Di authored
tmp fix about ost add/del, reset osc uuid in mds, but not reset mdc uuid in mds
-
- Sep 07, 2005
-
-
Wang Di authored
merge HP fixes about ost add/del
-
- Sep 02, 2005
-
-
Yury Umanets authored
- removed wrong stuff in class_add_conn(). Apparently it is result of wrong merge when newcfg stuff was landed. Issues related to it were observed in #48.
-
- Aug 30, 2005
-
-
Wang Di authored
forget lprof->lp_gkc in profile delete
-
- Aug 20, 2005
-
-
Wang Di authored
land add mds code to HEAD
-
- Aug 08, 2005
-
-
Yury Umanets authored
-
- Aug 05, 2005
-
-
Wang Di authored
land crypto api
-
- Jun 29, 2005
-
-
Wang Di authored
add cfg_instance string in setup lcfg for WB zconf.
-
- May 29, 2005
-
-
Yury Umanets authored
-
- May 19, 2005
-
-
Wang Di authored
1.port new lustre_lcfg structure from b1_4 to HEAD 2.some fix on test scripts for WB cache
-
- May 07, 2005
-
-
alex authored
- to avoid possible lock collision during replay, we should replay all request before any locks
-
- Apr 04, 2005
-
-
Yury Umanets authored
-
- Feb 04, 2005
-
-
Eric Barton authored
-
- Nov 19, 2004
-
-
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.
-
- Nov 11, 2004
-
-
Yury Umanets authored
-
- Oct 24, 2004
-
-
Yury Umanets authored
-
Yury Umanets authored
-