Whamcloud - gitweb
Remove no-longer-needed inode operations (they previously had extN EA VFS
[fs/lustre-release.git] / lustre / mds /
2002-05-29 adilgerMake mds_ext3.c and mds_extN.c build when no journal...
2002-05-29 adilgerMake the MDS filesystem interface code be a separate...
2002-05-29 adilgerAdd separate file for MDS filesystem interaction routines.
2002-05-28 adilgerAdd interface to extN filesystem which uses extended...
2002-05-23 adilgerAdd interface to updated journal callback interface...
2002-05-23 adilgerFix locking with filter. This changes the way objects...
2002-05-23 adilgerDon't BUG if we only run out of space.
2002-05-23 pschwan- Fixed symlinks
2002-05-17 pschwan* Split struct niobuf into niobuf_local and niobuf_remote
2002-05-12 braam- mds failover code
2002-05-08 adilgerAdd MDS filesystem methods for extN. For now they...
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- documentation update for MDS recovery
2002-04-27 adilgerSend last_rcvd values around when talking to the MDS...
2002-04-27 adilgerRemove redundant inode parameter from mds_fs_journal_da...
2002-04-26 adilgerUpdate journal callback patch so that we can tell if...
2002-04-26 adilgerAdd support for JBD journal callbacks to update MDS...
2002-04-24 adilgerAdd client RPC xid to per-client last_rcvd data. If...
2002-04-24 adilgerCode to update the last_rcvd file within a transaction.
2002-04-24 adilgerMinor fixups to avoid warnings on 64-bit platforms.
2002-04-24 adilgerThe code to read the last_rcvd file at MDS startup.
2002-04-24 adilgerFixups to handle error recovery when we are out of...
2002-04-24 adilgerAdded nesting of journaled operations to last_rcvd...
2002-04-24 adilgerOnly set up the MDS service after the filesystem-specif...
2002-04-23 adilgerSmall start to committing MDS changes. Testing/committ...
2002-04-23 adilgerCommit minor cleanups to reduce size of outstanding...
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 adilgerAdd mds_fs_journal_data() method to enable data journal...
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-16 adilgerAdd mount_count file to hold the current MDS generation...
2002-04-15 adilgerOpen/create the last_rcvd file for MDS at filesystem...
2002-04-15 adilgerGrab the inode semaphore per VFS locking rules in the...
2002-04-13 pschwan- added connection structure which encompasses some...
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-06 pschwanRemoves all traces of mds_req, mds_rep, ost_req, and...
2002-04-05 adilgerEnsure that the file type is valid.
2002-04-05 adilgerRemove use of ext2-specific inode flags to signal objid...
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 adilgerSet a flag in the inode if we have stored the objid...
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-29 adilgerAdd definitions of the MDS client filesystem methods...
2002-03-29 adilgerAdd in a delete_inode method for use when the inode...
2002-03-28 braam- Added a queue length and waitqueue to the client...
2002-03-28 adilgerMove mds_null.c back to mds_ext2.c - we have more than...
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-27 braamIncrease MDS and OST request buffers to 128k each
2002-03-27 braam- simplified ptlrpc_service by using ME auto-unlinking
2002-03-27 adilgerSimple journal abstractions for the no-journal (ext2...
2002-03-26 adilgerSet an initial value for return code.
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-14 braam- many small makefile changes to build package convenie...
2002-03-12 adilgerAdd comment about direct access to fs-internal data...
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-21 braam- elimininate the system calls from filter obd
2002-02-19 braamThis adds most of the metadata infrastructure: I think...
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.
next