Whamcloud - gitweb
fs/lustre-release.git
2002-03-22 adilgerMove portals setup into a helper function "setup_portal...
2002-03-22 adilgerSimple script to run vmstat and prepend the time, so...
2002-03-22 pschwanRemove silly BUG() that catches "erroneous" writes...
2002-03-22 adilgerThe ext3 MDS code. Basically, we have to hack around...
2002-03-22 pschwanuse relative paths to insert the modules relative to...
2002-03-22 pschwan- added non-fatal qswnal insertion to common.sh
2002-03-22 adilgerScript to use an existing ext3 MDS setup. Useful for...
2002-03-22 adilgerScript to run iozone in a loop. It probably doesn...
2002-03-22 adilgerUpdate rundbench script for new debug control file.
2002-03-22 adilgerUpdate ostreq.sh script to use new helper functions.
2002-03-22 adilgerMinor cleanup.
2002-03-22 adilgerThe loopback device helper will use the next unused...
2002-03-22 pschwan- Take advantage of new disconnect semantics to make...
2002-03-22 adilgerAdd ext3_bread to exported symbols. Needed because...
2002-03-22 pschwan- Removed an overzealous BUG() that keeps us from clean...
2002-03-22 adilgerIndenting only.
2002-03-21 braam- Added UUID description to network document
2002-03-21 braamadd path
2002-03-21 braamdd kernel version deps
2002-03-21 braam- remove unhelpful CERRORs
2002-03-21 braam- do the right thing when we catch SIGTERM
2002-03-20 braam- updated documentation (introduction)
2002-03-20 pschwanYet another test script, this one for the DLM.
2002-03-20 pschwan- mds_open/mds_close had an unbalanced mnt put/get...
2002-03-20 adilgerUpdate older ll*.sh scripts to use helper functions.
2002-03-20 adilgerAdd "llrmount.sh" script, which does the same setup...
2002-03-20 adilgerAdd "old_fs" helper function (takes same args as new_fs...
2002-03-20 pschwan- don't free the request when you drop the packet-...
2002-03-20 pschwan- Removed the (nearly) unused obd_print_entry and fixed...
2002-03-18 braam- may not need this client lock
2002-03-18 braam- add a figure
2002-03-17 braam- temporarily change client.c which bums out on killing...
2002-03-14 adilgerCheck for 1 or 2 obdos being passed from test_brw ioctl.
2002-03-14 adilgerChange default obdctl test_brw behaviour to have only...
2002-03-14 braam- Small changes for packaging
2002-03-14 pschwan- be more strict about what we accept from PtlEQGet...
2002-03-14 pschwan- fixed some NTOH/HTON mixups
2002-03-14 braam- add correct file
2002-03-14 braam- many small makefile changes to build package convenie...
2002-03-14 adilgerUse req->page instead of req->addr inside echo_commitrw...
2002-03-13 adilgerScript to set up MDS using ext3 (basically llmount...
2002-03-13 pschwan- Makefile.am fixes to allow building in objdirs
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-12 pschwan- brought lustre-debugging.lyx up to date
2002-03-12 adilgerMake llmountcleanup.sh use new helper methods.
2002-03-12 adilgerClean up llmount.sh to use new helper methods
2002-03-12 adilgerClean up llecho.sh script to use new helper methods
2002-03-12 adilgerAdd helper routines to tests/common.sh:
2002-03-12 adilgerAdd openunlink binary to .cvsignore.
2002-03-12 adilgerAdd echo_connect/echo_disconnect to do proper module...
2002-03-11 adilgerFix BRW ioctl test interface. I had set up offset...
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-09 braam- add open and close calls: initial purpose is to suppo...
2002-03-08 adilgerUpdate preprw and commitrw methods on echo OST.
2002-03-08 adilgerAdd BRW_READ and BRW_WRITE ioctls.
2002-03-08 adilgerAdd test_brw command. While it doesn't cause any error...
2002-03-08 adilgerAdding ctags and other built files to .cvsignore to...
2002-03-08 adilgerTiny cleanup in preprw to match commitrw.
2002-03-08 adilgerAdd BRW_READ and BRW_WRITE ioctls.
2002-03-08 adilgerDon't try to close file pointer if there was an error...
2002-03-08 adilgerAdded cvsignore files to directories which didn't have...
2002-03-07 braam- first parts of lock management: module & resource...
2002-03-07 pschwan- typing 'quit' was not cleaning up obdctl connections...
2002-03-07 pschwan- module insert code moved to tests/common.sh
2002-03-07 pschwan- made many CERRORs (the informative, rather than bad...
2002-03-06 pschwan- Report any leaked memory at module remove time
2002-03-05 adilgerAdd echo_preprw() and echo_commitrw() methods to the...
2002-03-05 adilgerDon't dereference conn if we don't have a connection.
2002-03-05 pschwanrpc/service.c: set max_offset when creating service MDs
2002-03-05 braam- track offset for debugging
2002-03-05 pschwanuse debugctl for 'modules'
2002-03-05 braammax offset patch for request headers,
2002-03-05 pschwanRemoved 'modules' functionality, which is now in debugctl
2002-03-05 braam- add obdecho directory
2002-03-03 pschwanFixed stupid bug, calling kunmap() on an address
2002-03-03 pschwanbuild fix, remove 3rd buffer
2002-03-03 braam- small fixes; things work.
2002-03-03 braam- fix for reads
2002-03-03 pschwan- fixed obd_brw_read bug
2002-03-03 pschwan*** empty log message ***
2002-03-03 braam- bulk handling from callbacks
2002-03-03 pschwan*** empty log message ***
2002-03-03 pschwan- Added an 'xid' field to struct niobuf
2002-03-03 braam- tiny fix to ost_request.c
2002-03-03 braam- minor fixes to get mdc_readpage working over again.
2002-03-03 pschwanMerged branch 'peter' with the tip. Pre-merge tag...
2002-02-28 braamnew files - restructure RPC further
2002-02-28 pschwan- added rq_type field to ptlrpc_request
2002-02-27 braam-small is better for now
2002-02-27 braam- barrier for potential cache problems
2002-02-27 pschwanmds/handler.c: init the waitqueue before we call ptl_se...
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- fix connection find on OST
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-27 pschwanNew style waitqueues for OSC
next