Whamcloud - gitweb
Tweak autogen.sh and Makefiles to be compatible with Automake 1.6.2.
[fs/lustre-release.git] / lustre / ost /
2002-07-17 gord-figTweak autogen.sh and Makefiles to be compatible with...
2002-07-14 braamThis commit contains probably 92% of the striping infra...
2002-07-13 pschwanFixed warning introduced yesterday
2002-07-12 adilgerUse unique OST fault-injection code instead of duplicat...
2002-07-12 pschwan- Fixed up some OST handler functions to always return...
2002-07-05 shaverPrevent C-c and C-z from locking us up, and make most...
2002-07-05 adilgerAdd statfs fixups to head.
2002-07-05 adilgerAdd statfs support for proper blocks count to head.
2002-06-30 braam- except for fixing the segfault in the documentation...
2002-06-29 braamFile I/O fix: move the lock name space to the filter...
2002-06-28 braam- The same changes made to the OST are now working...
2002-06-28 braam- more fixes to export handling. Probably tomorrow...
2002-06-27 braam- More changes in the connection handle stuff. We...
2002-06-27 braamDon't update your trees yet..... Brian and I are trying...
2002-06-25 adilgerMerge trivial changes from branch to head.
2002-06-24 adilgerFix o_valid and o_size for truncate through osc/ost...
2002-06-23 adilgerMove cleanup of service struct into ptlrpc_unregister_s...
2002-06-20 pschwanFix many (mostly un-serious) build warnings
2002-06-17 pschwanMany dlm and intent lock fixes.
2002-06-15 pschwanInstead of making two 128k request buffers, make ten...
2002-06-15 pschwanStart six ost threads at startup instead of two
2002-06-15 pschwanthe ost was doing commitrw in a callback, which runs...
2002-06-14 pschwan- Fix two leaks
2002-06-14 pschwanLanding the mds_lock_devel branch on the trunk. Notables:
2002-06-13 pschwan- Fixes obdecho
2002-06-13 pschwanWARNING: This commit breaks everything. It will be...
2002-06-08 adilgerMajor fixups for multi-page I/Os in filterobd.
2002-06-06 adilgerWe weren't freeing local_nb in ost_brw_read(). This...
2002-05-25 pschwan- Quiet some journaling CERRORs
2002-05-24 pschwan- Quiet some journal verbosity
2002-05-23 adilgerSave and restore the journal context between preprw...
2002-05-17 pschwan* Split struct niobuf into niobuf_local and niobuf_remote
2002-05-09 pschwanLanding the ldlm_testing branch; now the only differenc...
2002-05-07 adilgerWe don't actually use bulk_vec anywhere in ost_brw_read...
2002-04-30 pschwan- added a 'dying' head to fix very bad bug in yesterday...
2002-04-29 pschwanTrivial whitespace, struct, etc changes to bring the...
2002-04-29 braam- see message on previous commit.
2002-04-23 adilgerFix symlinks when building a new tree outside the sourc...
2002-04-23 adilgerCleanup - avoid extraneous indirection in ost_brw_write...
2002-04-22 braam- rename ha_mgr to recovd
2002-04-17 pschwanThe noncontroversial portion of the last few days of...
2002-04-13 pschwan- added connection structure which encompasses some...
2002-04-10 pschwanNo new functionality outside of the DLM. ptlrpc_client...
2002-04-06 pschwanRemoves all traces of mds_req, mds_rep, ost_req, and...
2002-04-03 adilgerMove MOD_INC_USE_COUNT up in ost_setup() to avoid modul...
2002-03-29 adilgerA bunch of minor cleanups when using sizeof(). This...
2002-03-27 braamIncrease MDS and OST request buffers to 128k each
2002-03-27 braam- simplified ptlrpc_service by using ME auto-unlinking
2002-03-24 braam- more of the locking infrastructure.
2002-03-23 adilgermds/handler.c, mds/mds_reint.c: fixup the ext3 MDS...
2002-03-20 braam- updated documentation (introduction)
2002-03-20 pschwan- Removed the (nearly) unused obd_print_entry and fixed...
2002-03-17 braam- temporarily change client.c which bums out on killing...
2002-03-14 braam- Small changes for packaging
2002-03-14 braam- many small makefile changes to build package convenie...
2002-03-10 pschwanWe touched everything, but it's not as scary as it...
2002-03-09 braam- add open and close calls: initial purpose is to suppo...
2002-03-03 braam- small fixes; things work.
2002-03-03 pschwan- fixed obd_brw_read bug
2002-03-03 pschwan*** empty log message ***
2002-03-03 braam- bulk handling from callbacks
2002-03-03 pschwan*** empty log message ***
2002-03-03 pschwan- Added an 'xid' field to struct niobuf
2002-03-03 braam- minor fixes to get mdc_readpage working over again.
2002-03-03 pschwanMerged branch 'peter' with the tip. Pre-merge tag...
2002-02-28 pschwan- added rq_type field to ptlrpc_request
2002-02-27 braam- bug fix to unload modules with safe wait functions
2002-02-27 pschwan- New style waitqueues in ost and mds main
2002-02-25 braamminor changes to debug prepw and prepare page
2002-02-25 braam- add the truncate obd call
2002-02-25 braam- minor debugging fixes
2002-02-24 pschwanThe most tedious patch in history. Changes almost...
2002-02-24 pschwan- Added DEBUG_SUBSYSTEMs
2002-02-23 pschwan- Converted lots of debugging printks to CDEBUGs
2002-02-22 behlendo- I had set the rpc buffer size down to 4k to ease...
2002-02-22 behlendo- Added some fields for rpc double buffering
2002-02-21 pschwanPass 1 of debugging and leak cleanup:
2002-02-14 braam- changed back to using no optimization for UML modules...
2002-02-13 braamclass/class_obd.c: small OBD_ATTACHED sanity cleanup...
2002-01-31 braam- new RPC infrastructure:
2002-01-30 braamChanges to request processing:
2002-01-28 braamChanges for file creation and small fixes.
2002-01-23 braamAdd missing files, cleanup .cvsignore's
2002-01-21 braamthis minimal patch might actually work.
2002-01-20 braamSmall fixes to get lustre_light mount working over...
2002-01-20 braamSmall fixes to the request processing.
2002-01-18 braamFix small typos in ost/osc
2002-01-03 braamSmall bug fixes. OSC/OST almost working.
2001-12-30 braamMost of the code for the OST target.
2001-12-29 braam- fixes to the MDS: it now answers requests from the...