Whamcloud - gitweb
- Refined the DTD futher: 'id' changed to 'name'; tree structure rearranged
[fs/lustre-release.git] / lustre / lib /
2002-06-25 adilgerMerge trivial changes from branch to head.
2002-06-23 braam- improve the explanatory comment
2002-06-23 braam- minor fix
2002-06-23 braam- add reentrant locks
2002-06-20 adilgerAdd ll_pack to the head.
2002-06-17 pschwanMany dlm and intent lock fixes.
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-06-12 adilgerWhitespace cleanup
2002-06-12 adilgerDon't dereference niobuf_local page if it is not set...
2002-06-10 adilgerSame fix for lustre_get_page_write().
2002-06-10 adilgerDon't kmap() a this page twice. We kunmap() in lustre_...
2002-06-10 adilgerDump ->addr as a pointer instead of a long long.
2002-06-08 adilgerMove VM stuff into lib/page.c.
2002-05-24 pschwan- Quiet some journal verbosity
2002-05-24 pschwan- Fixed some 64bit warnings
2002-05-23 adilgerDon't BUG() if we just run out of space.
2002-05-23 adilgerRename dump to debug to hold generic debugging code.
2002-05-23 adilgerFix locking with filter. This changes the way objects...
2002-05-17 pschwan* Split struct niobuf into niobuf_local and niobuf_remote
2002-05-12 braam- mds failover code
2002-05-09 adilgerRoutines to "pretty print" various lustre data structs...
2002-05-06 adilgerMinor change to niobuf variable name so it is consistent.
2002-04-29 braam- see message on previous commit.
2002-04-27 adilgerSend last_rcvd values around when talking to the MDS...
2002-04-27 adilgerAdd lustre_fsync() helper function.
2002-04-23 adilgerReturn an error from simple_mkdir() if the target exist...
2002-04-22 braam- rename ha_mgr to recovd
2002-04-16 adilgerAdd mount_count file to hold the current MDS generation...
2002-04-15 adilgerOptimize write-full-page so that we don't read in a...
2002-04-06 pschwanRemoves all traces of mds_req, mds_rep, ost_req, and...
2002-04-03 adilgerAdd push_ctxt and pop_ctxt to simple.c from filter.c.
2002-04-03 adilgerMove simple_mkdir() out of filterobd so that MDS can...
2002-04-02 pschwan- fixed up lustre_mds.h to allow inclusion in userspace...
2002-03-27 braamThere was a race between ll_unlink and ll_create_node...
2002-03-24 braam*** empty log message ***
2002-03-24 braam- more of the locking infrastructure.
2002-03-23 braamRemove yet another extraneous BUG()
2002-03-22 pschwanRemove silly BUG() that catches "erroneous" writes...
2002-03-21 braamdd kernel version deps
2002-03-14 braam- Small changes for packaging
2002-03-14 pschwan- fixed some NTOH/HTON mixups
2002-03-14 braam- many small makefile changes to build package convenie...
2002-03-11 adilgerUnlock page in lustre_prepare_page() if there is an...
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-03 pschwan- Added an 'xid' field to struct niobuf
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 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-21 pschwanPass 1 of debugging and leak cleanup:
2002-02-19 braamThis adds most of the metadata infrastructure: I think...
2002-02-14 braamOops; I added the wrong page.c
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
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 the request processing.
2002-01-18 braamFix small typos in ost/osc
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.