2002-06-10 |
adilger | Add prototypes for the debug code in lib/debug.c. |
tree | commitdiff |
2002-06-08 |
adilger | Major fixups for multi-page I/Os in filterobd. |
tree | commitdiff |
2002-06-06 |
adilger | Subtract the OBD_FREE'd memory from the total before... |
tree | commitdiff |
2002-06-03 |
adilger | Move ioctl values out of the way of standard ext2/ext3... |
tree | commitdiff |
2002-06-03 |
adilger | Add llite file flag to allow skipping the locking for... |
tree | commitdiff |
2002-05-29 |
adilger | Make the MDS filesystem interface code be a separate... |
tree | commitdiff |
2002-05-29 |
adilger | Add super_operations to struct mds_obd so that we can... |
tree | commitdiff |
2002-05-24 |
pschwan | - Fixed some 64bit warnings |
tree | commitdiff |
2002-05-23 |
pschwan | changed ioctl 'cmd' type from 'long' to 'int' |
tree | commitdiff |
2002-05-23 |
adilger | Add journal_info to ptlrpc_bulk_desc for ext3. |
tree | commitdiff |
2002-05-23 |
adilger | Fix locking with filter. This changes the way objects... |
tree | commitdiff |
2002-05-23 |
pschwan | - Fixed symlinks |
tree | commitdiff |
2002-05-17 |
pschwan | * Split struct niobuf into niobuf_local and niobuf_remote |
tree | commitdiff |
2002-05-12 |
braam | - mds failover code |
tree | commitdiff |
2002-05-09 |
adilger | Macros useful for debugging the file offset/page index... |
tree | commitdiff |
2002-05-09 |
adilger | Ignore extN include files. |
tree | commitdiff |
2002-05-09 |
pschwan | Landing the ldlm_testing branch; now the only differenc... |
tree | commitdiff |
2002-05-08 |
adilger | Add MDS filesystem methods for extN. For now they... |
tree | commitdiff |
2002-05-07 |
adilger | Ignore extN files copied into tree from kernel. |
tree | commitdiff |
2002-04-30 |
pschwan | - added a 'dying' head to fix very bad bug in yesterday... |
tree | commitdiff |
2002-04-29 |
pschwan | Trivial whitespace, struct, etc changes to bring the... |
tree | commitdiff |
2002-04-29 |
pschwan | removed srv_ev from ptlrpc_service and put it on the... |
tree | commitdiff |
2002-04-29 |
braam | - documentation update for MDS recovery |
tree | commitdiff |
2002-04-27 |
adilger | Send last_rcvd values around when talking to the MDS... |
tree | commitdiff |
2002-04-27 |
adilger | Add a helper function to abstract the actual location... |
tree | commitdiff |
2002-04-27 |
adilger | Remove redundant inode parameter from mds_fs_journal_da... |
tree | commitdiff |
2002-04-27 |
adilger | Add lustre_fsync() helper function. |
tree | commitdiff |
2002-04-27 |
adilger | Add last_committed, last_rcvd, and last_xid to the... |
tree | commitdiff |
2002-04-26 |
adilger | Add support for JBD journal callbacks to update MDS... |
tree | commitdiff |
2002-04-24 |
adilger | Add client RPC xid to per-client last_rcvd data. If... |
tree | commitdiff |
2002-04-24 |
adilger | Nice change to the OBD_ALLOC and OBD_FREE macros -... |
tree | commitdiff |
2002-04-24 |
adilger | The code to read the last_rcvd file at MDS startup. |
tree | commitdiff |
2002-04-23 |
adilger | Small start to committing MDS changes. Testing/committ... |
tree | commitdiff |
2002-04-23 |
adilger | Use debugging macros to aid in tracing. |
tree | commitdiff |
2002-04-23 |
braam | - newdev feature in obdctl |
tree | commitdiff |
2002-04-23 |
adilger | Add in UUID fields. |
tree | commitdiff |
2002-04-23 |
adilger | Add a couple of helper functions to get ll data from... |
tree | commitdiff |
2002-04-22 |
pschwan | 64-bit warning fixes. Someone should take a closer... |
tree | commitdiff |
2002-04-22 |
adilger | Add mds_fs_journal_data() method to enable data journal... |
tree | commitdiff |
2002-04-22 |
braam | - fix mds_connect memory leak |
tree | commitdiff |
2002-04-22 |
braam | - rename ha_mgr to recovd |
tree | commitdiff |
2002-04-18 |
pschwan | Use a new ptlrpc_client->cli_lock to protect the cli... |
tree | commitdiff |
2002-04-18 |
pschwan | - fixed some warnings in the DLM |
tree | commitdiff |
2002-04-17 |
pschwan | The more controversial changes, although my tree finall... |
tree | commitdiff |
2002-04-17 |
pschwan | The noncontroversial portion of the last few days of... |
tree | commitdiff |
2002-04-16 |
adilger | Add mount_count file to hold the current MDS generation... |
tree | commitdiff |
2002-04-15 |
adilger | Optimize write-full-page so that we don't read in a... |
tree | commitdiff |
2002-04-15 |
braam | WARNING - if an RPC times out you will crash older... |
tree | commitdiff |
2002-04-15 |
pschwan | Fixed some thinkos in the remote connection/token stuff... |
tree | commitdiff |
2002-04-13 |
pschwan | - added connection structure which encompasses some... |
tree | commitdiff |
2002-04-10 |
braam | - More Peter's additions for the ha manager. This doesn... |
tree | commitdiff |
2002-04-10 |
pschwan | No new functionality outside of the DLM. ptlrpc_client... |
tree | commitdiff |
2002-04-09 |
adilger | osc/osc_request.c: replace "n" with "pages", as "n... |
tree | commitdiff |
2002-04-08 |
braam | - name switch: "light" --> "lite" |
tree | commitdiff |
2002-04-06 |
pschwan | Removes all traces of mds_req, mds_rep, ost_req, and... |
tree | commitdiff |
2002-04-04 |
adilger | Add journal wrapping calls to all of the mds_reint... |
tree | commitdiff |
2002-04-04 |
pschwan | - Don't abort if fig2dev doesn't exist |
tree | commitdiff |
2002-04-03 |
adilger | Add skeleton definition for struct obd_run_ctxt to... |
tree | commitdiff |
2002-04-03 |
adilger | Remove simple_mkdir(), push_ctxt(), and pop_ctxt()... |
tree | commitdiff |
2002-04-02 |
pschwan | - lustre_mds.h: just shrink_dcache on de |
tree | commitdiff |
2002-04-02 |
braam | - forgot to put the parent... |
tree | commitdiff |
2002-04-02 |
braam | - part one of prune fix. |
tree | commitdiff |
2002-04-02 |
pschwan | - fixed up lustre_mds.h to allow inclusion in userspace... |
tree | commitdiff |
2002-03-29 |
braam | - add obdfilter to our setup, cleanup and debug environment |
tree | commitdiff |
2002-03-29 |
adilger | Remove READPAGE_BULK_NET (unused). Without this minor... |
tree | commitdiff |
2002-03-29 |
braam | - add more infrastructure to handle extents and debug. |
tree | commitdiff |
2002-03-29 |
adilger | All of the "hack" and FIXME stuff in MDS is now handled... |
tree | commitdiff |
2002-03-29 |
adilger | Add definitions of the MDS client filesystem methods... |
tree | commitdiff |
2002-03-28 |
braam | - Replace the complicated waitq story with a much less... |
tree | commitdiff |
2002-03-28 |
braam | - Added a queue length and waitqueue to the client... |
tree | commitdiff |
2002-03-27 |
braam | There was a race between ll_unlink and ll_create_node... |
tree | commitdiff |
2002-03-27 |
braam | More 'rpc_register_service' removal |
tree | commitdiff |
2002-03-27 |
braam | - simplified ptlrpc_service by using ME auto-unlinking |
tree | commitdiff |
2002-03-24 |
braam | - more of the locking infrastructure. |
tree | commitdiff |
2002-03-23 |
adilger | mds/handler.c, mds/mds_reint.c: fixup the ext3 MDS... |
tree | commitdiff |
2002-03-22 |
adilger | Indenting only. |
tree | commitdiff |
2002-03-20 |
braam | - updated documentation (introduction) |
tree | commitdiff |
2002-03-20 |
pschwan | - don't free the request when you drop the packet-... |
tree | commitdiff |
2002-03-20 |
pschwan | - Removed the (nearly) unused obd_print_entry and fixed... |
tree | commitdiff |
2002-03-18 |
braam | - add a figure |
tree | commitdiff |
2002-03-12 |
pschwan | - brought lustre-debugging.lyx up to date |
tree | commitdiff |
2002-03-11 |
pschwan | - a few more header cleanups |
tree | commitdiff |
2002-03-10 |
pschwan | We touched everything, but it's not as scary as it... |
tree | commitdiff |
2002-03-09 |
braam | - add open and close calls: initial purpose is to suppo... |
tree | commitdiff |
2002-03-08 |
adilger | Add BRW_READ and BRW_WRITE ioctls. |
tree | commitdiff |
2002-03-07 |
braam | - first parts of lock management: module & resource... |
tree | commitdiff |
2002-03-07 |
pschwan | - module insert code moved to tests/common.sh |
tree | commitdiff |
2002-03-05 |
braam | max offset patch for request headers, |
tree | commitdiff |
2002-03-05 |
braam | - add obdecho directory |
tree | commitdiff |
2002-03-03 |
pschwan | *** empty log message *** |
tree | commitdiff |
2002-03-03 |
pschwan | - Added an 'xid' field to struct niobuf |
tree | commitdiff |
2002-03-03 |
braam | - minor fixes to get mdc_readpage working over again. |
tree | commitdiff |
2002-03-03 |
pschwan | Merged branch 'peter' with the tip. Pre-merge tag... |
tree | commitdiff |
2002-02-28 |
pschwan | - added rq_type field to ptlrpc_request |
tree | commitdiff |
2002-02-27 |
braam | yet more tracking of lost packets |
tree | commitdiff |
2002-02-27 |
braam | - add open and close to MDC interface (not used yet) |
tree | commitdiff |
2002-02-27 |
braam | - bug fix to unload modules with safe wait functions |
tree | commitdiff |
2002-02-25 |
braam | minor changes to debug prepw and prepare page |
tree | commitdiff |
2002-02-25 |
braam | - add the truncate obd call |
tree | commitdiff |
2002-02-24 |
pschwan | - Added DEBUG_SUBSYSTEMs |
tree | commitdiff |
next |