Whamcloud - gitweb
Lproc-snmp code drop
[fs/lustre-release.git] / lustre / obdclass /
2002-11-01 thantryLproc-snmp code drop
2002-10-31 adilgerQuiet down the lprocfs warnings a bit until Hari gets...
2002-10-30 pschwanb=300
2002-10-30 adilger- Fix OBD_IOC_OPEN to return the obdo, so user-space...
2002-10-30 shaver- Bugzilla 214: Have LOV do its own timeout management...
2002-10-29 adilgerRemove some cruft I added for lock allocation, I've...
2002-10-24 adilgerDon't oops if data->ioc_inlbuf1 is not set.
2002-10-23 shaver- Beginning of new REINT replay infrastructure.
2002-10-23 thantryAdding to the source repository. Will be linked in...
2002-10-21 adilgerGetting ready to land OBD open file handles, and OSC...
2002-10-19 braamONLY UPDATE IF YOU NEED THIS (i.e. Andreas probably...
2002-10-19 shaver- Split import reconnection and replay (OSC only needs...
2002-10-19 pschwanFix the connection refcount leaks. There were actually...
2002-10-18 adilgerHeader changes needed to compile under 2.5 (compiled...
2002-10-17 adilger- Add a slab for allocating OSC lock handles - 16-byte...
2002-10-15 shaver- Move recovery setup into the (network-using) connect...
2002-10-11 adilgerPoisoning of all cookies at free time (to work around...
2002-10-07 adilgerA better fix from Eric.
2002-10-07 adilgerRevert last change, it is broken.
2002-10-07 adilgerTemporary fix to avoid lprocfs crashing.
2002-10-05 adilgerTwo fixed:
2002-10-05 adilgerComment out unused variables to quiet compiler warnings.
2002-10-04 thantryRemoved strtok, replaced with strsep(threadsafe) for...
2002-10-03 thantryAdded more debug to LProc cleanup
2002-10-03 thantryAdded SNMP namespace minus the hierarchical info
2002-10-03 thantryFirst set of changes for SNMP, allows reading of UUID
2002-10-03 shaver- Add some more verbose logging of the cases that get...
2002-10-03 pschwanb=617434
2002-10-02 pschwan- Comment out put_connection until we resolve the dep...
2002-10-02 pschwan- Do proper refcounting on export->exp_connection ...
2002-10-01 pschwan- If a non-CONNECT request is made with an invalid...
2002-10-01 pschwan- ChangeLog update for 0.5.13
2002-09-26 adilgerRemove unused variable.
2002-09-25 thantryFixed Bug #614157, not uncommentig the registration...
2002-09-25 shaver- Cancel any and all outstanding locks when an export...
2002-09-24 adilgerUse sizeof(var) instead of sizeof(type).
2002-09-24 adilgerAdd debugging to show where we are getting refcounts...
2002-09-24 adilgerUse the OBD_MD_FLTYPE and OBD_MD_FLMODE flags where...
2002-09-16 adilgerReplace all of the "char[37]" uses with obd_uuid_t.
2002-09-12 adilgerLarge commit which implements more "intelligent" offset...
2002-09-11 adilgerTODOs for proper LOV test_brw operations (not implement...
2002-09-11 adilgerAdd 0x prefix to hex numbers.
2002-09-08 adilgerDisable the lprocfs deregistration, now that I've disab...
2002-09-08 adilgerDisable the procfs setup stuff, because it is having...
2002-09-08 adilgerAdd obdecho so I don't get a complaint from the proc...
2002-09-08 adilgerFix 32-bit truncation of test_brw offset calculation.
2002-09-07 pschwan- lprocfs_dereg_dev is failing, which prevented cleanup...
2002-09-07 adilgerClean up compiler warnings for 64-bit systems where...
2002-09-07 adilgerQuiet a few printk's and turn them into CDEBUGs so...
2002-09-06 adilgerAdd open/close ioctls to obdclass.
2002-09-06 thantryUpdated makefile to include first cut for LProcFS
2002-09-06 thantryUpdated lprocfs.c. First cut
2002-09-06 thantryUpdating class_obd.c for first delivery of lprocfs
2002-09-06 adilgerFix create oops (enough for single-OST testing).
2002-09-06 pschwanLittle cleanups:
2002-09-05 pschwanBack out some lprocfs changes to common code until...
2002-09-05 thantryUpdated makefile, added LprocFS, locking library support
2002-09-05 thantryUpdated top level obdclass file for LProcFS
2002-09-05 thantryInitial implementation for /proc/lustre
2002-09-05 pschwan- debug.c was only used by obdclass, so I moved it...
2002-09-04 adilgerFix same problem as before - we are dereferencing a...
2002-09-04 adilgerMinor fixup - don't memcpy data from past end of string.
2002-09-04 adilgerFix thinko in export cleanup.
2002-09-03 adilgerInitialize the obd spinlock and import list, each time...
2002-09-03 shaverWARNING: we currently crash on unmount after the last...
2002-09-02 adilgerRemove export of non-existent function.
2002-09-02 adilgerWe don't expect to convert from ASCII to binary UUIDs...
2002-09-02 adilgerMinor cleanups - use uuids in uuid2dev and uuid2obd...
2002-09-02 adilgerMinor cleanups.
2002-09-02 adilgerProtect the obd export list with a spinlock (we do...
2002-09-02 adilgerDon't check bulk contents if there was an error reporte...
2002-08-30 adilgerMike's fix for the missing exp_connection oops caused...
2002-08-29 rread* alloc memory and copy data into type->typ_name and...
2002-08-29 rreadAdd more details to device_list output.
2002-08-29 adilgerOnly overwrite the magics, not the entire page to avoid...
2002-08-29 adilgerZap test_brw/obdecho pages we are going to read into...
2002-08-28 shaver* Don't oops when destroying an export that doesn't...
2002-08-26 shaver* Move recovery state into connection from client,...
2002-08-22 eebtest_brw/echo: verify == (objid != 0), highmem == ...
2002-08-22 shaver* Chain granted locks off the export.
2002-08-21 eeboptional highmem buffers in obdecho/test_brw
2002-08-20 eebde-serialised getattr, brw test ioctls
2002-08-20 adilgerFix missing increment for multi-page I/O cleanup/verifi...
2002-08-19 adilgerReturn an error code if the test_brw read check failed.
2002-08-19 adilgerMinor cleanups to test_brw path + debugging to see...
2002-08-19 adilgerAdd some basic data integrity checking to obdecho.
2002-08-17 shaver* l_wait_event can now do interrupts without a timeout...
2002-08-16 rread- fix mount by adding UUIDs requested by Mike
2002-08-16 shaver* Fix interrupt-pending-when-timeout-occurs handling...
2002-08-12 pschwanb=585183
2002-08-11 braam- change I/O to use a pagearray
2002-08-10 adilgerUse list_heads properly. In a few places we were using...
2002-08-08 pschwan- Don't shutdown the LDLM if other modules still have...
2002-08-07 shaver* Pass the connecting client's UUID (NB: not the _conne...
2002-08-06 pschwan- Fixed an unaligned structure that I introduced yesterday
2002-08-06 pschwan- Grammatical, LDLM updates to network.lyx
2002-08-02 shaver* Change mds_client_info to mds_export_data and embed...
2002-08-01 pschwanLanding random changes that were somehow never committe...
2002-07-31 braam- move the peter branch changes to the head
2002-07-25 braamFix some simple errors and warnings
next