Whamcloud - gitweb
Removes all traces of mds_req, mds_rep, ost_req, and ost_rep. All subsystems
[fs/lustre-release.git] / lustre / mds / handler.c
2002-04-06 pschwanRemoves all traces of mds_req, mds_rep, ost_req, and...
2002-04-04 adilgerAdd journal wrapping calls to all of the mds_reint...
2002-04-03 adilgerThe start of moving the MDS root out of the filesystem...
2002-04-02 braam- second part of shrink fix
2002-04-02 pschwan- fixed up lustre_mds.h to allow inclusion in userspace...
2002-04-01 adilgerMake the failure testing readonly stuff conditionally...
2002-03-29 braam- add obdfilter to our setup, cleanup and debug environment
2002-03-29 adilgerClear the readonly state flags when we initially set...
2002-03-29 braam- add more infrastructure to handle extents and debug.
2002-03-29 adilgerReinstate the delete_inode methods. We now make a...
2002-03-29 adilgerDisable the delete_inode overloading for now. It overl...
2002-03-29 adilgerAll of the "hack" and FIXME stuff in MDS is now handled...
2002-03-28 braam- Added a queue length and waitqueue to the client...
2002-03-27 braamThere was a race between ll_unlink and ll_create_node...
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-22 adilgerThe ext3 MDS code. Basically, we have to hack around...
2002-03-20 pschwan- mds_open/mds_close had an unbalanced mnt put/get...
2002-03-20 pschwan- Removed the (nearly) unused obd_print_entry and fixed...
2002-03-14 pschwan- fixed some NTOH/HTON mixups
2002-03-12 adilgerA couple of cleanups while looking for ext3 bug - don...
2002-03-11 pschwan- a few more header cleanups
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 pschwanMerged branch 'peter' with the tip. Pre-merge tag...
2002-02-28 pschwan- added rq_type field to ptlrpc_request
2002-02-27 pschwanmds/handler.c: init the waitqueue before we call ptl_se...
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 pschwan- New style waitqueues in ost and mds main
2002-02-25 braamminor changes to debug prepw and prepare page
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-24 braamslightly more debugging in rpc.c - something is wrong...
2002-02-23 pschwan- Converted lots of debugging printks to CDEBUGs
2002-02-22 braam MDS wasn't handling refcount on vfsmount's correctly,
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-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 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-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-03 braamSmall bug fixes. OSC/OST almost working.
2001-12-29 braam- fixes to the MDS: it now answers requests from the...
2001-12-28 braamA solid part of the MDS request processing infrastructure.