Whamcloud - gitweb
Tweak autogen.sh and Makefiles to be compatible with Automake 1.6.2.
[fs/lustre-release.git] / lustre / obdclass /
2002-07-17 gord-figTweak autogen.sh and Makefiles to be compatible with...
2002-07-16 adilgerFix problem with multiple connections to the same local...
2002-07-15 pschwanThe ioctl handler for test_brw was corrupting kernel...
2002-07-14 braamThis commit contains probably 92% of the striping infra...
2002-07-12 adilgerDon't try to auto-load obd module when we are just...
2002-07-02 braamMinor fixes to get setup to work again. Fix some braino...
2002-07-02 rread- remove unneeded parameter to obd_create/destroy
2002-07-01 braam- fix for variable size buffer handling.
2002-07-01 braam- much of the striping configuration managment and...
2002-06-30 braamFix a few compiler warnings.
2002-06-30 braam- except for fixing the segfault in the documentation...
2002-06-29 braamMinor bug fixes to get export handles used by the DLM...
2002-06-27 braamDon't update your trees yet..... Brian and I are trying...
2002-06-21 adilgerUse OBD_BRW_{READ,WRITE} for BRW calls.
2002-06-14 pschwanLanding the mds_lock_devel branch on the trunk. Notables:
2002-06-13 pschwan- Fixes obdecho
2002-06-13 pschwanWARNING: This commit breaks everything. It will be...
2002-06-10 adilgerUse OBD_ALLOC for BRW vector test code.
2002-06-06 adilgerRemove ___wait_on_page entirely. If we ever need it...
2002-06-05 adilgerGet rid of local definition of ___wait_on_page. It...
2002-06-03 adilgerMove ioctl values out of the way of standard ext2/ext3...
2002-05-17 pschwan* Split struct niobuf into niobuf_local and niobuf_remote
2002-05-09 adilgerWhitespace cleanup only.
2002-04-24 adilgerAllow obdctl to use "$OBDDEV" to resolve a device numbe...
2002-04-23 braam- newdev feature in obdctl
2002-04-23 adilgerClear the current device in the filehandle if name2dev...
2002-04-22 pschwan64-bit warning fixes. Someone should take a closer...
2002-04-22 braam- small changes to name2dev:
2002-04-22 braam- fix mds_connect memory leak
2002-04-06 pschwanRemoves all traces of mds_req, mds_rep, ost_req, and...
2002-03-29 adilgerA bunch of minor cleanups when using sizeof(). This...
2002-03-29 braam- add obdfilter to our setup, cleanup and debug environment
2002-03-23 adilgermds/handler.c, mds/mds_reint.c: fixup the ext3 MDS...
2002-03-20 braam- updated documentation (introduction)
2002-03-20 pschwan- Removed the (nearly) unused obd_print_entry and fixed...
2002-03-14 adilgerCheck for 1 or 2 obdos being passed from test_brw ioctl.
2002-03-12 pschwan- brought lustre-debugging.lyx up to date
2002-03-11 adilgerFix BRW ioctl test interface. I had set up offset...
2002-03-10 pschwanWe touched everything, but it's not as scary as it...
2002-03-08 adilgerAdd BRW_READ and BRW_WRITE ioctls.
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 adilgerDon't dereference conn if we don't have a connection.
2002-03-05 braam- add obdecho directory
2002-03-03 pschwanMerged branch 'peter' with the tip. Pre-merge tag...
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-21 pschwanPass 1 of debugging and leak cleanup:
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-23 braamAdd missing files, cleanup .cvsignore's
2002-01-21 braamFix a broken macro.
2002-01-20 braamSmall fixes to get lustre_light mount working over...
2002-01-03 braamSmall bug fixes. OSC/OST almost working.
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-13 braam- obd filter works over ext2, but bonnie++ is buggie
2001-12-11 braamNumerous changes:
2001-11-08 braamlarge file printk cleanups
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-17 gord-figMark potentially obsolete functions.
2001-10-16 braamdebugging fixes and small memory leak fix.
2001-10-15 braamext2 page cache updates
2001-10-10 braam - ext2_obd.c --- fix the bugs in read/write for Linux...
2001-10-08 gord-figConvert to Automake.
2001-09-29 braamFixes to get things running on 2.4.3.
2001-09-27 gord-figUpdate copyright and license information.
2001-09-26 gord-figEnsure that obdcontrol is installed.
2001-09-25 braamfix setup method for ext2 obd devices
2001-09-24 gord-figRemove spurious trailing \0 bytes.
2001-09-24 gord-figMinor interface cleanups.
2001-09-24 gord-figUpdate <linux/malloc.h> to <linux/slab.h>.
2001-07-03 rzahir * obdfs/flushd.c: conditionalized number of...
2001-06-26 braamChange in the make system - also minor edits and fixes...
2001-03-11 braama working file system!
2001-03-08 braamthings are starting to work for Linux 2.4.2!!
2000-03-07 adilgerobdfs/flushd.c: added constant for nr_free_buffer_pages...
2000-03-07 adilgerobdfs,ext2_obd,class/*.c: added truncate/punch method...
2000-03-06 adilgerclass_obd.c: plugged a few minor memory leaks
2000-02-29 adilgerclass/*.c: changed debugging messages
2000-02-25 adilgerclass/*: updated to handle module autoloading (from...
2000-01-26 adilgerobdfs/flushd.c: removed iput() from dequeue routine...
2000-01-21 adilgerReworked to have a dirty inode list on superblock,...
2000-01-20 adilgerext2obd.c: changed ext2obd_brw() to use vector I/O...
2000-01-19 adilgerclass/obdcontrol: fixed read, write, create to work...
2000-01-18 adilgerChanged _brw methods in ext2obd, obdfs, snap to allow...
2000-01-11 adilgerobdsyncd: removed from CVS
2000-01-11 adilgerUpdated snapshot files for new obdo methods. No testin...
2000-01-10 braamChanges for the flushdaemon.
2000-01-08 adilgerFixing brw page lock issue.
2000-01-07 adilgerWorking on add_to_page_cache oops.
2000-01-04 adilgerPass inline data from filesystem through obdo to VFS.
2000-01-04 adilgerGeneration added to obdo
2000-01-04 adilgerUpdating obdfs/ext2obd methods for new obdo parameters.
2000-01-03 adilgerFixed packing in obdcontrol
1999-12-31 braamA few more changes.
1999-12-31 braamPhase 1 of the obdo implementation. The class driver...
next