- Dec 15, 2004
-
-
jacob authored
* get rid of LC_{DARWIN,LINUX}_SUPPORTED in favor of more general LC_TARGET_SUPPORTED * fix some typos and spacings
-
- Dec 14, 2004
- Dec 13, 2004
- Dec 11, 2004
-
-
Andreas Dilger authored
- don't generate a temp filename for a raw dump - don't unlink non-regular files (e.g. /dev/null) - don't report an error if kernel doesn't dump anything (fix mismerge?)
-
- Dec 10, 2004
-
-
Andreas Dilger authored
-
- Dec 09, 2004
-
-
jacob authored
-
jacob authored
-
jacob authored
-
jacob authored
-
jacob authored
-
jacob authored
- build/autoconf/configure.ac: main skel - build/autoconf/lustre-build.m4: non-arch macros - build/autoconf/lustre-build-linux.m4: linux-specific macros - build/autoconf/lustre-build-darwin.m4: darwin-specific macros - portals/autoconf/lustre-portals.m4: portals checks - lustre/autoconf/lustre-core.m4: lustre checks - lustre/autoconf/lustre-version.ac: the canonical lustre version
-
Eric Barton authored
-
- Dec 07, 2004
-
-
Nathan Rutman authored
-
- Dec 03, 2004
-
-
jacob authored
-
Yury Umanets authored
- removed not needed lookup_by_path() from lustre_smfs.h - small cleanups about names of variables to make them coherent with another parts.
-
- Dec 02, 2004
- Dec 01, 2004
-
-
Eric Barton authored
This could crash a qswnal client engaged in bulk READS with a crashing server
-
- Nov 25, 2004
-
-
Yury Umanets authored
- small improvements in lmv. - fixed possible freeing of not allocated memory pointer in mds_connect()
-
- Nov 24, 2004
-
-
Eric Barton authored
-
- Nov 23, 2004
-
-
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.
-
- Nov 22, 2004
-
-
Yury Umanets authored
-
Yury Umanets authored
-
Yury Umanets authored
-
Yury Umanets authored
-
Yury Umanets authored
-
Yury Umanets authored
-
Yury Umanets 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.
-
alex authored
-
- Nov 18, 2004
-
-
Eric Barton authored
-
Eric Barton authored
-
Yury Umanets authored
- added ldiskfs module info generation to portals/utils/debug.c - added packing/unpacking for mea in lmv_obd.c - small cleanups.
-
Eric Barton authored
-
Eric Barton authored
-
Eric Barton authored
-
Eric Barton authored
-