Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / ost /
2002-11-10 braam- change the OST / MDT thread names to also include...
2002-11-08 adilgerHighmem deadlock avoidance (server version):
2002-11-07 shaverMake sure that we set last_xid and last_committed on...
2002-11-06 rread- wholesale renaming of the brw associated callback...
2002-11-02 thantry1. Fixed cleanup issue where I was *indeed* accesing...
2002-11-01 thantryLproc-snmp code drop
2002-10-29 adilgerQuiet compiler warning.
2002-10-29 adilgerWhile we are breaking BA OST compatibility, swap the...
2002-10-23 thantryFile containing read/write fptr implementations for...
2002-10-18 adilgerAdd a minor check to the punch call.
2002-10-15 shaver- Move recovery setup into the (network-using) connect...
2002-10-03 adilgerDon't use relative paths for files as it breaks automake.
2002-10-03 shaver- Add mount-epoch checking in most (all?) inode-using...
2002-09-26 pschwanb=611336
2002-09-20 eeb Modifications for "circulating" request buffers ...
2002-09-18 eebincreased request buffering for the OST service
2002-09-07 adilgerChange internal statfs calls to pass struct obd_statfs...
2002-09-05 pschwan- debug.c was only used by obdclass, so I moved it...
2002-09-05 eebFixed service request buffer race
2002-09-04 shaver- initialize LDLM client data on obdfilter, not ost...
2002-09-03 pschwan- remove the PTL_RPC_TYPE_* in favour of PTL_RPC_MSG_*
2002-09-03 braam- change the prefix of bulk descriptors to bd_ and...
2002-09-03 shaverWARNING: we currently crash on unmount after the last...
2002-09-02 adilgerAvoid bogus typecasting.
2002-08-23 adilgerFix minor typo - confusing when looking at the debug...
2002-08-21 braam- In ordinary writes (not O_DIRECT) do not round the...
2002-08-21 braam- add a name to ptlrpc_svc_init in preparation for...
2002-08-20 adilgerPass the private descriptor pointer between preprw...
2002-08-19 adilgerFix case where rc was not set.
2002-08-17 shaver* l_wait_event can now do interrupts without a timeout...
2002-08-16 shaver* Fix interrupt-pending-when-timeout-occurs handling...
2002-08-07 shaver* Pass the connecting client's UUID (NB: not the _conne...
2002-08-06 adilgerDon't have spaces in process names.
2002-08-06 pschwan- Grammatical, LDLM updates to network.lyx
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-25 braam- remove two almost unused fields from the OST request...
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
next