Whamcloud - gitweb
Add prototypes for the debug code in lib/debug.c.
[fs/lustre-release.git] / lustre / include / linux / lustre_mds.h
2002-05-29 adilgerMake the MDS filesystem interface code be a separate...
2002-05-23 adilgerFix locking with filter. This changes the way objects...
2002-05-23 pschwan- Fixed symlinks
2002-05-12 braam- mds failover code
2002-05-08 adilgerAdd MDS filesystem methods for extN. For now they...
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 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 adilgerThe code to read the last_rcvd file at MDS startup.
2002-04-23 adilgerSmall start to committing MDS changes. Testing/committ...
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-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-04 adilgerAdd journal wrapping calls to all of the mds_reint...
2002-04-02 pschwan- lustre_mds.h: just shrink_dcache on de
2002-04-02 braam- forgot to put the parent...
2002-04-02 braam- part one of prune fix.
2002-04-02 pschwan- fixed up lustre_mds.h to allow inclusion in userspace...
2002-03-29 adilgerAdd definitions of the MDS client filesystem methods...
2002-03-27 braamThere was a race between ll_unlink and ll_create_node...
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-07 pschwan- module insert code moved to tests/common.sh
2002-03-03 pschwanMerged branch 'peter' with the tip. Pre-merge tag...
2002-02-27 braamyet more tracking of lost packets
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-19 braamThis adds most of the metadata infrastructure: I think...
2002-02-13 braamclass/class_obd.c: small OBD_ATTACHED sanity cleanup...
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-20 braamSmall fixes to get lustre_light mount working over...
2002-01-03 braamSmall bug fixes. OSC/OST almost working.
2001-12-30 braamMost of the code for the OST target.
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.