- Aug 13, 2008
-
-
Alexey Lyashkov authored
Branch b1_6 b=15139 i=tappro i=rread
-
Alexey Lyashkov authored
drop too big messages, not init llog cat under semphore which can be blocked on reconnect and break normal replay, fix access to wrong pointer. Branch b1_6 b=16679 i=tappro i=nathan
-
- Aug 11, 2008
-
-
Bobi Jam authored
i=11063 i=adilger, johann update inode's a/c/mtime and rough size when close the file.
-
- Aug 07, 2008
-
-
kalpak authored
b=16098 Add GPLv2 URL to copyright headers
-
- Aug 06, 2008
-
-
Bobi Jam authored
b=16317 o=Herb Wartens(hwartens@llnl.gov) i=wangdi, johann Description: exports in /proc are broken Details : recreate /proc entries for clients when they reconnect.
-
- Aug 05, 2008
-
-
Alexey Lyashkov authored
if client connected until mds will be know about real ost count get LOV EA can be fail because mds not allocate enougth buffer for LOV EA. Branch b1_6 b=16080 i=tappro i=johann
-
- Jul 31, 2008
-
-
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.
-
- Jul 30, 2008
-
-
Nathan Rutman authored
i=nathan i=adilger pools downgrade compatibility patch
-
- Jul 29, 2008
-
-
Yang Sheng authored
b=15308 i=johann, shadow, zhenyu.xu, brian Update to SLES10 SP2 kernel-2.6.16.60-0.23 and OFED-1.3.1.
-
- Jul 27, 2008
-
-
kalpak authored
b=16098 change CFS license headers to Sun headers
-
- Jul 25, 2008
-
-
tianzy authored
add quota statistics and sort out quota lproc code. b=15058 i=johann i=andrew.perepechko
-
- Jul 24, 2008
-
-
Yang Sheng authored
b=15308 i=johann, shadow, zhenyu.xu, brian Update to SLES10 SP2 kernel-2.6.16.60-0.23 and update to OFED-1.3.1.
-
kalpak authored
b=16098 Replace CFS license headers with Sun headers
-
- Jul 23, 2008
-
-
Yang Sheng authored
b=15593 i=johann, shadow The do_truncate() also remove the suid/sgid since 2.6.22 kernel. This patch fixed issue on server side.
-
- Jul 22, 2008
-
-
Bobi Jam authored
b=11063 i=johann, adilger update mtime on file close.
-
- Jul 17, 2008
-
-
deen authored
b=15674 i=adilger i=shadow
-
- Jul 15, 2008
-
-
Bobi Jam authored
b=16205 i=johann, sheng.yang use a macro defining ldlm timeout value on MDS.
-
- Jul 08, 2008
-
-
Andreas Dilger authored
Do pointer verification BEFORE dereferencing pointers. Quiets compiler warnings. b=15516
-
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
-
- Jul 03, 2008
-
-
Wang Di authored
1.Filter group llog cleanup (patch from shadow). 2.Separate filter group llog create and find. then filter group llog will only be created in the mds/ost syncing process. 3.Some minor fixes. b=14629 i=robert,yury
-
- Jul 02, 2008
-
-
Alexey Lyashkov authored
fix KEY_IS macro Branch b1_6 b=14032 i=johann i=deen
-
Alexey Lyashkov authored
fix KEY_IS macro Branch HEAD b=14032 i=umka i=deen
-
- Jun 19, 2008
-
-
Mikhail Pershin authored
i: nathan, adilger
-
- Jun 11, 2008
-
-
Alexey Lyashkov authored
b=15716 i=rread i=johann
-
- Jun 07, 2008
-
-
Yury Umanets authored
r=nikita,shadow - fixes about packing/unpacking pool SLV and Limit while pool and its ns may be in finalization stage; - cleanups, comments.
-
- May 29, 2008
-
-
Alexey Lyashkov authored
avoid twice swabing one msg buffer fix get LOV_GET_INFO on ppc platform. b=14856 i=nikita i=adilger
-
- May 22, 2008
-
-
deen authored
a client, and the data on disk are dangerous and incorrect. Change them with client eviction. b=15574 i=adilger i=shadow
-
- May 19, 2008
-
-
Pravin Shelar authored
b=14230 i=alex.zhuravlev i=h.huang remove lustre 1.6 mds files from cvs.
-
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 17, 2008
-
-
bwzhou authored
b=13380 r=green, bwzhou Mountpoint references were being leaked during open reply reconstruction after an MDS restart. Drop mountpoint reference in reconstruct_open() and free dentry reference also.
-
- May 14, 2008
-
-
Alexey Lyashkov authored
b=14929 i=zam i=nikita
-
- May 13, 2008
-
-
Bobi Jam authored
b=12888 i=johann, green Description: mds_mfd_close() ASSERTION(rc == 0) Details : In mds_mfd_close(), we need protect inode's writecount change within its orphan write semaphore to prevent possible races.
-
Bobi Jam authored
b=12888 i=johann, green Description: mds_mfd_close() ASSERTION(rc == 0) Details : In mds_mfd_close(), we need protect inode's writecount change within its orphan write semaphore to prevent possible races.
-
- May 09, 2008
-
-
komaln authored
r=Wangdi, Adilger To remove direct instances of proc file system.
-
Alexey Lyashkov authored
b=14929 i=zam
-
- May 08, 2008
-
-
Alexey Lyashkov authored
b=14949 i=johan i=deen
-
Alexey Lyashkov authored
b=14949 i=johan i=deen
-
- 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).
-
- May 05, 2008
-
-
bwzhou authored
b=14219 r=adilger, shadow use punch instead of setattr to change file size
-