Whamcloud - gitweb
Another slightly less rough cut at XML based configuration. There
[fs/lustre-release.git] / lustre / llite / namei.c
2002-06-25 adilgerMerge trivial changes from branch to head.
2002-06-25 braam- Cleanup of the lock callback infrastructure - not...
2002-06-23 braam- remainder of rmdir changes
2002-06-22 pschwanLBUG() if we get a NULL intent in ll_lookup2
2002-06-20 pschwanFix one build error, one build warning, and one extreme...
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 pschwan- Fix two leaks
2002-06-14 pschwan- Fixed remote dlm lock conversion
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-05-30 adilgerClean up the object on the OST if there is a failure...
2002-05-23 pschwan- Fixed symlinks
2002-05-23 pschwan- Fixed problem where all files were owned by root
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-04-13 pschwan- added connection structure which encompasses some...
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-03-27 braamThere was a race between ll_unlink and ll_create_node...
2002-03-27 braam- added a find_inode function that iget4() will use...
2002-03-24 braam- more of the locking infrastructure.
2002-03-14 braam- many small makefile changes to build package convenie...
2002-03-11 pschwan- a few more header cleanups
2002-03-07 pschwan- module insert code moved to tests/common.sh
2002-03-03 braam- tiny fix to ost_request.c
2002-03-03 pschwanMerged branch 'peter' with the tip. Pre-merge tag...
2002-02-27 braam- bug fix to unload modules with safe wait functions
2002-02-25 braam- uninitialized error code
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-21 braam- elimininate the system calls from filter obd
2002-02-19 braamThis adds most of the metadata infrastructure: I think...
2002-02-01 braamMinor bugfix to allow multiple networked operations:
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 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.