Whamcloud - gitweb
More makefile fixes.
[fs/lustre-release.git] / lustre / obdecho /
2002-09-24 adilgerUse the OBD_MD_FLTYPE and OBD_MD_FLMODE flags where...
2002-09-11 adilgerAdd 0x prefix to hex numbers.
2002-09-08 pschwan- We don't use pga[i].pg->index, so don't overwrite...
2002-09-08 adilgerInitialize spinlock for obdecho creates.
2002-09-08 adilgerAdd echo_open() and echo_close() to keep test_brw happy.
2002-09-06 adilgerMake obdecho return 64-bit objids so we can check 64...
2002-09-04 adilgerRemove compiler warning.
2002-09-04 adilgerRemove fancy but broken statistics from obdecho.
2002-09-03 adilgerAllow obdecho to handle create and destroy and setattr...
2002-09-02 adilgerPass UUID along when we have it.
2002-08-29 adilgerOnly overwrite the magics, not the entire page to avoid...
2002-08-29 adilgerZap test_brw/obdecho pages we are going to read into...
2002-08-22 adilgerMinor cleanups.
2002-08-22 eebtest_brw/echo: verify == (objid != 0), highmem == ...
2002-08-21 eeboptional highmem buffers in obdecho/test_brw
2002-08-19 adilgerMinor cleanups to test_brw path + debugging to see...
2002-08-19 adilgerAdd some basic data integrity checking to obdecho.
2002-08-12 pschwanAdd an echo_cleanup, for the namespace
2002-08-12 pschwan- James Newsome's dlm stress test
2002-08-07 shaver* Pass the connecting client's UUID (NB: not the _conne...
2002-07-31 braam- move the peter branch changes to the head
2002-07-26 rread- small include changes needed compile on powerpc
2002-07-17 gord-figTweak autogen.sh and Makefiles to be compatible with...
2002-07-05 rread- change PACKAGE to lustre
2002-07-05 adilgerAdd closing quote so that obdecho compiles.
2002-07-05 rreadthink i got it this time
2002-07-05 rread-again
2002-07-05 rread- RCS version experimet
2002-06-30 braam- except for fixing the segfault in the documentation...
2002-06-27 braamDon't update your trees yet..... Brian and I are trying...
2002-06-12 adilgerDo kunmap() on pages kmapp()ed in echo_preprw().
2002-06-08 adilgerMajor fixups for multi-page I/Os in filterobd.
2002-05-17 pschwan* Split struct niobuf into niobuf_local and niobuf_remote
2002-04-22 pschwan64-bit warning fixes. Someone should take a closer...
2002-03-31 braam- fixes to filter obd
2002-03-14 adilgerUse req->page instead of req->addr inside echo_commitrw...
2002-03-12 adilgerAdd echo_connect/echo_disconnect to do proper module...
2002-03-08 adilgerUpdate preprw and commitrw methods on echo OST.
2002-03-05 adilgerAdd echo_preprw() and echo_commitrw() methods to the...
2002-03-05 braam- add obdecho directory