Whamcloud - gitweb
b=2552
[fs/lustre-release.git] / lustre / obdclass /
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
2002-07-24 adilgerMake a distinction between bulk callbacks and brw callb...
2002-07-17 adilgerBig diff, mostly cosmetic.
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
next