- Oct 31, 2008
-
-
Bobi Jam authored
b=17510 i=robert.read i=johann * fix a memory leak introduced by bug 11089. * some format fix.
-
- Oct 27, 2008
-
-
Bobi Jam authored
b=11089 i=nathan.rutman i=adilger per-nid client statistics for MDT.
-
- Oct 02, 2008
-
-
Alexander Zarochentsev authored
b=17240 i=tappro@sun.com i=yury.umanets@sun.com mdt_reconstruct_setattr and mdt_reconstruct_create should reset mti->mti_attr.ma_valid and set mti->mti_attr.ma_need before getting object attributes from the inode.
-
- Sep 01, 2008
-
-
Bobi Jam authored
b=16570 i=h.huang, robert.read Make MDS_SETXATTR request replayable.
-
- Aug 07, 2008
-
-
kalpak authored
b=16098 Add URL for GPLv2 license in copyright headers
-
- Jul 27, 2008
-
-
kalpak authored
b=16098 change CFS license headers to Sun headers
-
- Jul 17, 2008
-
-
girish authored
b=15981 i=adilger i=girish
-
- Jun 19, 2008
-
-
Mikhail Pershin authored
i:nathan, adilger
-
- Jun 04, 2008
-
-
deen authored
because LASSERT on both the data supplied by a client, and the data on disk is dangerous and incorrect. b=15574 i=adilger i=shadow
-
- May 19, 2008
-
-
Pravin Shelar authored
b=14230 i=alex.zhuravlev i=h.huang following patch removes 1.6 dead code from head branch and moves some function to respective layers. diffstat: b/lustre/include/lustre_mds.h | 70 - b/lustre/mdd/mdd_lov.c | 180 ++ b/lustre/mds/Makefile.in | 3 b/lustre/mds/handler.c | 2571 ------------------------------------------ b/lustre/mds/mds_fs.c | 654 ---------- b/lustre/mds/mds_internal.h | 209 --- b/lustre/mds/mds_log.c | 84 - b/lustre/mds/mds_lov.c | 295 ---- b/lustre/mdt/mdt_handler.c | 116 + b/lustre/mdt/mdt_recovery.c | 53 lustre/mds/commit_confd.c | 98 - lustre/mds/mds_join.c | 508 -------- lustre/mds/mds_lib.c | 488 ------- lustre/mds/mds_open.c | 1533 ------------------------- lustre/mds/mds_reint.c | 2419 --------------------------------------- lustre/mds/mds_unlink_open.c | 287 ---- lustre/mds/mds_xattr.c | 358 ----- 17 files changed, 369 insertions(+), 9557 deletions(-)
-
- May 14, 2008
-
-
Alexey Lyashkov authored
b=14929 i=zam i=nikita
-
- Feb 07, 2008
-
-
huanghua authored
i=yong.fan i=rahul.deshmukh i=nikita.danilov - use req_capsule interface for client. - add some interoperability support on server side.
-
- Dec 13, 2007
-
-
Yong Fan authored
b=12974 i=nikita i=adilger 1) set as "inline" for such large function ("obd_fail_check()") is not suitable, replaced with normal function "__obd_fail_check_set()". 2) atomic operations for obd_fail_count (replace "static count" in obd_fail_check). 3) use "test_and_set_bit()" for "OBD_FAILED/OBD_FAIL_ONCE" check and set to avoid unexpected racing condition between multi-thread ops. 4) some cleanup for OBD_FAIL_XXX macro.
-
- Oct 31, 2007
-
-
Mikhail Pershin authored
b:14001 i:nikita, yury
-
- Sep 19, 2007
-
-
Vitaly Fertman authored
b=13581 i=tappro i=huanghua Replay Size-on-MDS related RPCs properly.
-
- Sep 14, 2007
-
-
Mikhail Pershin authored
b:13060 i: yury, alex
-
- Jul 30, 2007
-
-
Mikhail Pershin authored
-