2002-09-19 Peter Braam * version 0_5_10 * add hard link support * change obdfile creation method * kernel patch changed 2002-09-19 Peter Braam * version 0_5_9 * bug fix - stack overflow bug in extN fixed 2002-09-18 Andreas Dilger * version 0_5_8 * documentation updates - add man pages for config tools - update tests/README to describe testing with new config tools - finish metadata API descriptions * bug fixes and cleanups - statfs workaround for 16TB limit - LOV stripe allocation improved, can stripe on subset of OSTs - LOV file size/IO offset was wrong for files > 4GB in size - object EA data was being dropped, caused files to be unreadable - memory overflow with non-LOV OST caused memory corruption - fixed regression tests to work with new config tools, obdfilter - fixed bug when directory size became larger than 1 block - fixed bug (for single client case) when PWD was deleted - invalidate local directory pages when doing intent-based ops - avoid LDLM oops when lock callback contained bad data 2002-09-09 Andreas Dilger * version 0_5_7 * documentation updates * bug fixes and cleanups - configuration tools - LOV - imports/exports - 64-bit compile warnings - 64-bit internal statfs data - many more * test_brw on persistent OST devices * MDS recovery * lprocfs (disabled) 2002-09-04 Andreas Dilger * version 0_5_6 * documentation updates * bug fixes and cleanups * configuration tools 2002-08-30 Peter J. Braam * version v0_5_5 * many small fixes to 0_5_4 * io/network handling * thinkos in MDS operations 2002-08-24 Peter J. Braam * version v0_5_4 * crucial basic fixes to 0.5.3 * IOR, Iozone work over Elan * EOF locks added 2002-08-07 Phil Schwan * version 0_5_3, our first alpha * we use the new Portals iovs * documentation updates * bug fixes and cleanups * small changes in the DLM wire protocol 2002-07-25 Peter J. Braam * version 0_5_1 with some initial stability, * locking on MD and file I/O. * documentation updates * several bug fixes since 0.5.0 * small changes in wire protocol 2002-07-18 Phil Schwan * version v0_4_5 * delivered as Lustre Light Alpha * fixed a crash after handling invalid MDS requests * fixed directory pages for architectures with non-4k pages sizes 2002-07-11 Andreas Dilger * release version v0_4_4 * Moves TCP acceptor to be on port 2432 (unused Coda port) instead of 1234. * Fixes a number of interruption problems with OST operations. * Update documentation for portals header changes * Move all wire protocol structs/defines to lustre_idl.h * Fixes symlink length bug. * Add tcpdump to repository. 2002-07-05 Andreas Dilger * release version v0_4_3 * Fixes statfs for inodes on extN. * Fixes bug in runtests which would delete /etc/hosts. * Use 64-bit object IDs wherever possible (not into VFS though) Remove ost_get_info, which is unused by lustre, and out of date. 2002-07-03 Peter Braam * release version v0_4_2 Fixes a lookup error (type not passed) * move forward to head of Portals * move forward to latest Lustre kernel 2002-06-25 Peter Braam * release version v0_4_1. Hopefully stable on single node use.