Whamcloud - gitweb
Barebones XML support added to obdctl via the --xml option. Validation of
[fs/lustre-release.git] / lustre / osc /
2002-06-15 pschwan- Fixed serious LDLM bugs, including mistaking the...
2002-06-15 pschwanBack out bad kunmap "fix"
2002-06-14 pschwan- Fix two leaks
2002-06-14 pschwanLanding the mds_lock_devel branch on the trunk. Notables:
2002-06-14 adilgerAnother part of the statfs story, disabled.
2002-06-13 pschwan- Added the obdo inline code to the OSC, for the non...
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-05 braam- fix Marcus' bug. Will move t_last_stable forward.
2002-06-03 adilgerReplace usage of "page" with "bulk" where "page" was...
2002-05-30 adilgerRemove debugging that slipped into checkin.
2002-05-30 adilgerCheck RPC reply status for both MDC and OSC. This...
2002-05-17 pschwan* Split struct niobuf into niobuf_local and niobuf_remote
2002-05-12 braam- mds failover code
2002-05-09 pschwanLanding the ldlm_testing branch; now the only differenc...
2002-04-29 braam- documentation update for MDS recovery
2002-04-28 pschwan- small 64-bit warning fix
2002-04-24 adilgerFixups to handle error recovery when we are out of...
2002-04-23 adilgerFix symlinks when building a new tree outside the sourc...
2002-04-22 pschwan64-bit warning fixes. Someone should take a closer...
2002-04-22 adilgerCosmetic cleanup.
2002-04-22 braam- rename ha_mgr to recovd
2002-04-18 pschwan- fixed some warnings in the DLM
2002-04-17 pschwanThe more controversial changes, although my tree finall...
2002-04-15 braamWARNING - if an RPC times out you will crash older...
2002-04-13 pschwan- added connection structure which encompasses some...
2002-04-10 braam- More Peter's additions for the ha manager. This doesn...
2002-04-10 pschwanNo new functionality outside of the DLM. ptlrpc_client...
2002-04-09 adilgerosc/osc_request.c: replace "n" with "pages", as "n...
2002-04-08 braam- name switch: "light" --> "lite"
2002-04-06 pschwanRemoves all traces of mds_req, mds_rep, ost_req, and...
2002-03-29 adilgerA bunch of minor cleanups when using sizeof(). This...
2002-03-24 braam- more of the locking infrastructure.
2002-03-21 braam- Added UUID description to network document
2002-03-14 pschwan- fixed some NTOH/HTON mixups
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-08 adilgerTiny cleanup in preprw to match commitrw.
2002-03-07 pschwan- module insert code moved to tests/common.sh
2002-03-03 pschwanFixed stupid bug, calling kunmap() on an address
2002-03-03 pschwanbuild fix, remove 3rd buffer
2002-03-03 braam- small fixes; things work.
2002-03-03 braam- fix for reads
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- tiny fix to ost_request.c
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 pschwanNew style waitqueues for OSC
2002-02-25 braam- add the truncate obd call
2002-02-24 pschwanThe most tedious patch in history. Changes almost...
2002-02-24 pschwan- Added DEBUG_SUBSYSTEMs
2002-02-21 pschwanPass 1 of debugging and leak cleanup:
2002-02-21 braam- elimininate the system calls from filter obd
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-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-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.