2002-09-16 |
adilger | Replace all of the "char[37]" uses with obd_uuid_t. |
tree | commitdiff |
2002-09-12 |
adilger | Large commit which implements more "intelligent" offset... |
tree | commitdiff |
2002-09-11 |
adilger | TODOs for proper LOV test_brw operations (not implement... |
tree | commitdiff |
2002-09-11 |
adilger | Add 0x prefix to hex numbers. |
tree | commitdiff |
2002-09-08 |
adilger | Disable the lprocfs deregistration, now that I've disab... |
tree | commitdiff |
2002-09-08 |
adilger | Disable the procfs setup stuff, because it is having... |
tree | commitdiff |
2002-09-08 |
adilger | Add obdecho so I don't get a complaint from the proc... |
tree | commitdiff |
2002-09-08 |
adilger | Fix 32-bit truncation of test_brw offset calculation. |
tree | commitdiff |
2002-09-07 |
pschwan | - lprocfs_dereg_dev is failing, which prevented cleanup... |
tree | commitdiff |
2002-09-07 |
adilger | Clean up compiler warnings for 64-bit systems where... |
tree | commitdiff |
2002-09-07 |
adilger | Quiet a few printk's and turn them into CDEBUGs so... |
tree | commitdiff |
2002-09-06 |
adilger | Add open/close ioctls to obdclass. |
tree | commitdiff |
2002-09-06 |
thantry | Updated makefile to include first cut for LProcFS |
tree | commitdiff |
2002-09-06 |
thantry | Updated lprocfs.c. First cut |
tree | commitdiff |
2002-09-06 |
thantry | Updating class_obd.c for first delivery of lprocfs |
tree | commitdiff |
2002-09-06 |
adilger | Fix create oops (enough for single-OST testing). |
tree | commitdiff |
2002-09-06 |
pschwan | Little cleanups: |
tree | commitdiff |
2002-09-05 |
pschwan | Back out some lprocfs changes to common code until... |
tree | commitdiff |
2002-09-05 |
thantry | Updated makefile, added LprocFS, locking library support |
tree | commitdiff |
2002-09-05 |
thantry | Updated top level obdclass file for LProcFS |
tree | commitdiff |
2002-09-05 |
thantry | Initial implementation for /proc/lustre |
tree | commitdiff |
2002-09-05 |
pschwan | - debug.c was only used by obdclass, so I moved it... |
tree | commitdiff |
2002-09-04 |
adilger | Fix same problem as before - we are dereferencing a... |
tree | commitdiff |
2002-09-04 |
adilger | Minor fixup - don't memcpy data from past end of string. |
tree | commitdiff |
2002-09-04 |
adilger | Fix thinko in export cleanup. |
tree | commitdiff |
2002-09-03 |
adilger | Initialize the obd spinlock and import list, each time... |
tree | commitdiff |
2002-09-03 |
shaver | WARNING: we currently crash on unmount after the last... |
tree | commitdiff |
2002-09-02 |
adilger | Remove export of non-existent function. |
tree | commitdiff |
2002-09-02 |
adilger | We don't expect to convert from ASCII to binary UUIDs... |
tree | commitdiff |
2002-09-02 |
adilger | Minor cleanups - use uuids in uuid2dev and uuid2obd... |
tree | commitdiff |
2002-09-02 |
adilger | Minor cleanups. |
tree | commitdiff |
2002-09-02 |
adilger | Protect the obd export list with a spinlock (we do... |
tree | commitdiff |
2002-09-02 |
adilger | Don't check bulk contents if there was an error reporte... |
tree | commitdiff |
2002-08-30 |
adilger | Mike's fix for the missing exp_connection oops caused... |
tree | commitdiff |
2002-08-29 |
rread | * alloc memory and copy data into type->typ_name and... |
tree | commitdiff |
2002-08-29 |
rread | Add more details to device_list output. |
tree | commitdiff |
2002-08-29 |
adilger | Only overwrite the magics, not the entire page to avoid... |
tree | commitdiff |
2002-08-29 |
adilger | Zap test_brw/obdecho pages we are going to read into... |
tree | commitdiff |
2002-08-28 |
shaver | * Don't oops when destroying an export that doesn't... |
tree | commitdiff |
2002-08-26 |
shaver | * Move recovery state into connection from client,... |
tree | commitdiff |
2002-08-22 |
eeb | test_brw/echo: verify == (objid != 0), highmem == ... |
tree | commitdiff |
2002-08-22 |
shaver | * Chain granted locks off the export. |
tree | commitdiff |
2002-08-21 |
eeb | optional highmem buffers in obdecho/test_brw |
tree | commitdiff |
2002-08-20 |
eeb | de-serialised getattr, brw test ioctls |
tree | commitdiff |
2002-08-20 |
adilger | Fix missing increment for multi-page I/O cleanup/verifi... |
tree | commitdiff |
2002-08-19 |
adilger | Return an error code if the test_brw read check failed. |
tree | commitdiff |
2002-08-19 |
adilger | Minor cleanups to test_brw path + debugging to see... |
tree | commitdiff |
2002-08-19 |
adilger | Add some basic data integrity checking to obdecho. |
tree | commitdiff |
2002-08-17 |
shaver | * l_wait_event can now do interrupts without a timeout... |
tree | commitdiff |
2002-08-16 |
rread | - fix mount by adding UUIDs requested by Mike |
tree | commitdiff |
2002-08-16 |
shaver | * Fix interrupt-pending-when-timeout-occurs handling... |
tree | commitdiff |
2002-08-12 |
pschwan | b=585183 |
tree | commitdiff |
2002-08-11 |
braam | - change I/O to use a pagearray |
tree | commitdiff |
2002-08-10 |
adilger | Use list_heads properly. In a few places we were using... |
tree | commitdiff |
2002-08-08 |
pschwan | - Don't shutdown the LDLM if other modules still have... |
tree | commitdiff |
2002-08-07 |
shaver | * Pass the connecting client's UUID (NB: not the _conne... |
tree | commitdiff |
2002-08-06 |
pschwan | - Fixed an unaligned structure that I introduced yesterday |
tree | commitdiff |
2002-08-06 |
pschwan | - Grammatical, LDLM updates to network.lyx |
tree | commitdiff |
2002-08-02 |
shaver | * Change mds_client_info to mds_export_data and embed... |
tree | commitdiff |
2002-08-01 |
pschwan | Landing random changes that were somehow never committe... |
tree | commitdiff |
2002-07-31 |
braam | - move the peter branch changes to the head |
tree | commitdiff |
2002-07-25 |
braam | Fix some simple errors and warnings |
tree | commitdiff |
2002-07-24 |
adilger | Make a distinction between bulk callbacks and brw callb... |
tree | commitdiff |
2002-07-17 |
adilger | Big diff, mostly cosmetic. |
tree | commitdiff |
2002-07-17 |
gord-fig | Tweak autogen.sh and Makefiles to be compatible with... |
tree | commitdiff |
2002-07-16 |
adilger | Fix problem with multiple connections to the same local... |
tree | commitdiff |
2002-07-15 |
pschwan | The ioctl handler for test_brw was corrupting kernel... |
tree | commitdiff |
2002-07-14 |
braam | This commit contains probably 92% of the striping infra... |
tree | commitdiff |
2002-07-12 |
adilger | Don't try to auto-load obd module when we are just... |
tree | commitdiff |
2002-07-02 |
braam | Minor fixes to get setup to work again. Fix some braino... |
tree | commitdiff |
2002-07-02 |
rread | - remove unneeded parameter to obd_create/destroy |
tree | commitdiff |
2002-07-01 |
braam | - fix for variable size buffer handling. |
tree | commitdiff |
2002-07-01 |
braam | - much of the striping configuration managment and... |
tree | commitdiff |
2002-06-30 |
braam | Fix a few compiler warnings. |
tree | commitdiff |
2002-06-30 |
braam | - except for fixing the segfault in the documentation... |
tree | commitdiff |
2002-06-29 |
braam | Minor bug fixes to get export handles used by the DLM... |
tree | commitdiff |
2002-06-27 |
braam | Don't update your trees yet..... Brian and I are trying... |
tree | commitdiff |
2002-06-21 |
adilger | Use OBD_BRW_{READ,WRITE} for BRW calls. |
tree | commitdiff |
2002-06-14 |
pschwan | Landing the mds_lock_devel branch on the trunk. Notables: |
tree | commitdiff |
2002-06-13 |
pschwan | - Fixes obdecho |
tree | commitdiff |
2002-06-13 |
pschwan | WARNING: This commit breaks everything. It will be... |
tree | commitdiff |
2002-06-10 |
adilger | Use OBD_ALLOC for BRW vector test code. |
tree | commitdiff |
2002-06-06 |
adilger | Remove ___wait_on_page entirely. If we ever need it... |
tree | commitdiff |
2002-06-05 |
adilger | Get rid of local definition of ___wait_on_page. It... |
tree | commitdiff |
2002-06-03 |
adilger | Move ioctl values out of the way of standard ext2/ext3... |
tree | commitdiff |
2002-05-17 |
pschwan | * Split struct niobuf into niobuf_local and niobuf_remote |
tree | commitdiff |
2002-05-09 |
adilger | Whitespace cleanup only. |
tree | commitdiff |
2002-04-24 |
adilger | Allow obdctl to use "$OBDDEV" to resolve a device numbe... |
tree | commitdiff |
2002-04-23 |
braam | - newdev feature in obdctl |
tree | commitdiff |
2002-04-23 |
adilger | Clear the current device in the filehandle if name2dev... |
tree | commitdiff |
2002-04-22 |
pschwan | 64-bit warning fixes. Someone should take a closer... |
tree | commitdiff |
2002-04-22 |
braam | - small changes to name2dev: |
tree | commitdiff |
2002-04-22 |
braam | - fix mds_connect memory leak |
tree | commitdiff |
2002-04-06 |
pschwan | Removes all traces of mds_req, mds_rep, ost_req, and... |
tree | commitdiff |
2002-03-29 |
adilger | A bunch of minor cleanups when using sizeof(). This... |
tree | commitdiff |
2002-03-29 |
braam | - add obdfilter to our setup, cleanup and debug environment |
tree | commitdiff |
2002-03-23 |
adilger | mds/handler.c, mds/mds_reint.c: fixup the ext3 MDS... |
tree | commitdiff |
2002-03-20 |
braam | - updated documentation (introduction) |
tree | commitdiff |
2002-03-20 |
pschwan | - Removed the (nearly) unused obd_print_entry and fixed... |
tree | commitdiff |
2002-03-14 |
adilger | Check for 1 or 2 obdos being passed from test_brw ioctl. |
tree | commitdiff |
next |