Whamcloud - gitweb
- more LDLM refcount locking infrastructure
[fs/lustre-release.git] / lustre / mdc /
2002-07-01 pschwan- more LDLM refcount locking infrastructure
2002-07-01 pschwan- updated LDLM_DEBUG to give more refcount info
2002-06-30 braam- same for mdc
2002-06-30 braamFix a few compiler warnings.
2002-06-30 braam- except for fixing the segfault in the documentation...
2002-06-29 braamMinor bug fixes to get export handles used by the DLM...
2002-06-29 rread- fix make dist
2002-06-28 braam- The same changes made to the OST are now working...
2002-06-27 braamDon't update your trees yet..... Brian and I are trying...
2002-06-24 braam*** empty log message ***
2002-06-23 pschwanFixed lock_mode thinko
2002-06-23 pschwan- If the DLM server returns ELDLM_LOCK_ABORTED, pass...
2002-06-23 braam- remainder of rmdir changes
2002-06-23 adilgerllite and MDC statfs operations.
2002-06-23 braam- fixes for truncating new files with intent locks
2002-06-20 pschwanFix many (mostly un-serious) build warnings
2002-06-20 adilgerMerge from posix_stable.
2002-06-17 pschwanMany dlm and intent lock fixes.
2002-06-15 pschwan- Fixed serious LDLM bugs, including mistaking the...
2002-06-14 pschwanLanding the mds_lock_devel branch on the trunk. Notables:
2002-06-13 pschwanWARNING: This commit breaks everything. It will be...
2002-06-12 adilgerCommented-out mdc_statfs method. Not sure of how to...
2002-05-30 adilgerCheck RPC reply status for both MDC and OSC. This...
2002-05-23 pschwan- Fixed symlinks
2002-05-23 adilgerQuiet some overly verbose messages.
2002-05-17 pschwan* Split struct niobuf into niobuf_local and niobuf_remote
2002-05-12 braam- mds failover code
2002-04-29 braam- documentation update for MDS recovery
2002-04-27 adilgerSend last_rcvd values around when talking to the MDS...
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 adilgerFix minor error in error checking.
2002-04-22 braam- small changes to name2dev:
2002-04-22 braam- rename ha_mgr to recovd
2002-04-18 pschwan- fixed some warnings in the DLM
2002-04-17 pschwanThe noncontroversial portion of the last few days of...
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-08 braam- name switch: "light" --> "lite"
2002-04-06 pschwanRemoves all traces of mds_req, mds_rep, ost_req, and...
2002-04-02 pschwan- fixed up lustre_mds.h to allow inclusion in userspace...
2002-03-27 braamThere was a race between ll_unlink and ll_create_node...
2002-03-24 braam- more of the locking infrastructure.
2002-03-20 pschwan- don't free the request when you drop the packet-...
2002-03-14 braam- many small makefile changes to build package convenie...
2002-03-12 pschwan- brought lustre-debugging.lyx up to date
2002-03-09 braam- add open and close calls: initial purpose is to suppo...
2002-03-07 pschwan- module insert code moved to tests/common.sh
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- add open and close to MDC interface (not used yet)
2002-02-27 braam- bug fix to unload modules with safe wait functions
2002-02-27 pschwanFix the waitqueue race in the mdc, I hope.
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-21 pschwanPass 1 of debugging and leak cleanup:
2002-02-19 braamThis adds most of the metadata infrastructure: I think...
2002-02-13 braamclass/class_obd.c: small OBD_ATTACHED sanity cleanup...
2002-02-06 braamMinor cleanups and debugging statements added.
2002-02-01 braam- zero out the request structure after allocation
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-24 braam- more systematic unpacking/packing and handling of...
2002-01-23 braamAdd missing files, cleanup .cvsignore's
2002-01-23 braamIt's been a good day: chmod/chown and friends now work...
2002-01-21 braam assorted bug fixes and a working directory readpage...
2002-01-20 braamSmall fixes to get lustre_light mount working over...
2002-01-20 braamSmall fixes to the request processing.