Whamcloud - gitweb
fs/lustre-release.git
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
2002-02-27 pschwan- Don't set request->rq_repbuf until the reply has...
2002-02-27 pschwanFix the waitqueue race in the mdc, I hope.
2002-02-27 pschwan- llmount.sh creates for you a /tmp/ogdb in the hostfs...
2002-02-27 pschwanAdd many debug messages to the RPC path
2002-02-26 pschwanAdded paths to obdctl's 'modules' command, making it...
2002-02-25 braam- wrong offset in commit page
2002-02-25 braamWrong object id sent to obd - fixed
2002-02-25 braam- uninitialized error code
2002-02-25 braamminor changes to debug prepw and prepare page
2002-02-25 braam- add the truncate obd call
2002-02-25 pschwanGetting rid of tabs makes me happy, just humour me.
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 pschwanAdded a ``modules [path]'' command to obdctl, which...
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*** empty log message ***
2002-02-21 braam- elimininate the system calls from filter obd
2002-02-21 behlendoUpdated 2.4.17 obd kernel patch.
2002-02-20 braam*** empty log message ***
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-02-13 braamclass/class_obd.c: small OBD_ATTACHED sanity cleanup...
2002-02-13 braam- set_page_dirty ifdef for kernels on either side of...
2002-02-09 braamMinor fixes to
2002-02-07 pschwanNew scripts to aid in testing; on one machine you shoul...
2002-02-06 braamMinor cleanups and debugging statements added.
2002-02-01 braam- zero out the request structure after allocation
2002-02-01 braamlllocalmount: startup and mount a lustre lite FS with...
2002-02-01 braamMinor bugfix to allow multiple networked operations:
2002-01-31 braam- new RPC infrastructure:
2002-01-30 braam- and the new files
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-21 braamNasty cflag confusion in configure.ac.
2002-01-21 braamdefaults back to format
2002-01-21 braamsmall fix.
2002-01-21 braamfix the obdfssetup script to use obdext2 (not filter...
2002-01-21 braamcleanups coming from the new functions/macros
2002-01-21 braamFix a broken macro.
2002-01-21 braamthis minimal patch might actually work.
2002-01-20 braamSmall fixes to get lustre_light mount working over...
2002-01-20 braamA few missing files...
2002-01-20 braamSmall fixes to the request processing.
2002-01-18 braamFix small typos in ost/osc
2002-01-03 braamomitted test script
2002-01-03 braamforgotten two files
2002-01-03 braamSmall bug fixes. OSC/OST almost working.
2001-12-30 braamit _compiles_ finally on 7.1 and 7.2, but the solution...
2001-12-30 braamLustre light client request module
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.
2001-12-17 braamsmall changes and fixes to get the filter OBD working...
2001-12-13 braam- obd filter works over ext2, but bonnie++ is buggie
2001-12-11 braamNumerous changes:
2001-11-08 braamTwo small changes to support large files.
2001-11-08 braamlarge file printk cleanups
2001-11-08 braamfix minor kmap/kunmap mismatch.
2001-11-06 braamMinor compilation fixes for RedHat 2.4.9
2001-11-06 braamminor fix to the patch
2001-11-06 braamcreated
2001-11-05 braamIf you free a string ... it can cost a lot of time.
2001-11-05 braammany changes: seems ok on 2.4.9
2001-10-25 gord-figBack out size/blocks changes.
2001-10-24 gord-figSegregate block and size counting between obdfs and...
2001-10-24 gord-figRemove debugging clutter.
2001-10-21 braamAnother very major cleanup:
2001-10-19 gord-figAgain, only use loop device for testing.
2001-10-19 braamThis fixes a race between killing inodes in obdfs and...
2001-10-19 braamfairly massive change to remove write_inode methods...
2001-10-19 braamfix statfs bug and a truncation issue.
2001-10-19 braamfix setattr bug; check in symlink changes
2001-10-18 gord-figDon't use printk unconditionally.
2001-10-18 gord-figAdd code to help debug the rmmod hang.
2001-10-17 gord-figConsolidate variables into a structure.
2001-10-17 gord-figConvert signals in pupdated into wait queues.
2001-10-17 gord-figRemove the obdo->o_rdev member, and store rdev numbers...
next