- Aug 03, 2007
- May 10, 2007
-
-
scjody authored
Add 'creds.h', a new include file, so it will appear in the 'make dist' tarball. Fixes a build problem.
-
- May 09, 2007
- Apr 05, 2007
-
-
scjody authored
Fix SYIO_INTERFACE_NAME typo, part of liblustre compile warnings cleanup. b=11175 i=adilger i=green
-
- Mar 08, 2007
-
-
Andreas Dilger authored
Avoid duplicate definition of SYSIO_INTERFACE_NAME. b=11175 r=nic (original patch)
-
- Dec 28, 2006
-
-
mjmac authored
* move ssize_t check into regular configure checks for liblustre tests
-
mjmac authored
-
mjmac authored
configure.in: 1.4 -> 1.1.1.2 src/readlink.c: 1.4 -> 1.1.1.2 include/sysio.h: 1.6 -> 1.3
-
mjmac authored
* fix for build problem when b1_4_sles10 is actually built on sles10
-
mjmac authored
(shame on me for not using cvsdiffclient!)
-
mjmac authored
-
- Dec 21, 2006
-
-
Nathan Rutman authored
mips64 compile patch (original from Itamar Ofek <itamaro@fabrix.tv>)
-
- Dec 14, 2006
-
-
Andreas Dilger authored
Quiet compiler warnings from -Wundef in libsysio. Some fixes to allow building/insmod on 2.4 kernels: - do_div() and other 64-bit divisions - bit_spin_lock usage in lock_bitlock(), et. al. More fixes for bug 10991 (removal of ENOLCK). Fix test 77c from bug 11238. Add mxlnd support. Kernel patch updates. ldiskfs patch updates. Remove duplicate test_56 in sanity.sh, renumbering to avoid conflicts. Allow acceptance-small.sh to run without any reformats.
-
- Apr 28, 2006
-
-
Hongchao Zhang authored
r=adilger@clusterfs.com description: After calling 'symlink(path, newpath)', of which path(link target) doesn't exist, the second symlink call still success, which should return -EEXIST.
-
- Mar 29, 2006
-
-
Hongchao Zhang authored
DESCRIPTION: When doing fcntl() file locking calls in a liblustre client via libsysio, successful lock calls return random non-zero values due to use uninitialized value as return value.
-
Hongchao Zhang authored
DESCRIPTION: keep CFS up to date with latest libsysio version
-
- Feb 23, 2006
-
-
Andreas Dilger authored
* the b1_5_* and b_iam* branches will to continue to use the old libsysio * until they can be updated from b1_4 liblustre because of the API change. - API changegetdirentries->filldirentries changed from upstream - symlink following fixup - fix getcwd for out-of-libsysio directory - lseek fixups for large files - flock/fcntl fixups for 64-bit systems
-
- Dec 06, 2005
-
-
Oleg Drokin authored
-
Oleg Drokin authored
-
- Sep 14, 2005
-
-
Andreas Dilger authored
Use 64-bit variable for libsysio lseek64() internal return value. Update liblustre sanity.c to use 64-bit IO functions where needed. b=7279
-
- Sep 08, 2005
-
-
Andreas Dilger authored
Description: liblustre could not open files whose last component is a symlink Details : sysio_path_walk() would incorrectly pass the open intent to intermediate path components. b=6363 r=oleg, lee, devesh
-
- Jun 01, 2005
-
-
Andreas Dilger authored
Build fix for HEAD. r=oleg (original fix)
-
- May 20, 2005
-
-
Phil Schwan authored
r=lee@sandia.gov libsysio fixes which always apply the umask before calling liblustre. With these changes, liblustre can stop worrying about the umask entirely.
-
Phil Schwan authored
which makes debugging at least theoretically possible.
-
- Mar 18, 2005
-
-
Andreas Dilger authored
-
- Jan 07, 2005
-
-
Phil Schwan authored
-
- Dec 23, 2004
-
-
Andreas Dilger authored
-
- Dec 19, 2004