Whamcloud - gitweb
A mostly-fix for "mknod /mnt/lustre/foofo p". It doesn't fail outright
[fs/lustre-release.git] / lustre / mds / mds_reint.c
2002-07-18 adilgerA mostly-fix for "mknod /mnt/lustre/foofo p". It doesn...
2002-07-17 adilgerBig diff, mostly cosmetic.
2002-07-14 braam- see previous message
2002-07-14 braamThis commit contains probably 92% of the striping infra...
2002-07-13 pschwan- Added match_or_enqueue helper function
2002-07-05 pschwanItems of note:
2002-07-03 braam- first additions for rename.
2002-06-29 braamMinor bug fixes to get export handles used by the DLM...
2002-06-25 braam- Cleanup of the lock callback infrastructure - not...
2002-06-24 braam- fixes to let a client do correct lock cancellation...
2002-06-24 braamlast compile fixes: WARNING nothing works probably.
2002-06-24 braam- more fixes
2002-06-24 pschwan*** empty log message ***
2002-06-23 pschwan- The first unfinished bits of the DLM regression test...
2002-06-23 adilgerMove cleanup of service struct into ptlrpc_unregister_s...
2002-06-17 pschwan- Add more DLM threads
2002-06-17 pschwan- Fixed some screwy ldlm resource refcount issues
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-14 adilgerFix a crash in the POSIX test.
2002-06-13 pschwanWARNING: This commit breaks everything. It will be...
2002-06-12 adilgerDon't override MDS return code with transaction close...
2002-06-08 adilgerSave filesystem context before writing to last_rcvd...
2002-05-30 adilgerArgh, why can't C do what I mean and not what I say?
2002-05-23 adilgerDon't BUG if we only run out of space.
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-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 adilgerAdded nesting of journaled operations to last_rcvd...
2002-04-24 adilgerOnly set up the MDS service after the filesystem-specif...
2002-04-23 adilgerCommit minor cleanups to reduce size of outstanding...
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-06 pschwanRemoves all traces of mds_req, mds_rep, ost_req, and...
2002-04-05 adilgerEnsure that the file type is valid.
2002-04-04 adilgerAdd journal wrapping calls to all of the mds_reint...
2002-03-29 adilgerReinstate the delete_inode methods. We now make a...
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 braam- added a find_inode function that iget4() will use...
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-12 adilgerAdd comment about direct access to fs-internal data...
2002-03-11 pschwan- a few more header cleanups
2002-03-03 pschwanMerged branch 'peter' with the tip. Pre-merge tag...
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-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-22 braam MDS wasn't handling refcount on vfsmount's correctly,
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-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