Whamcloud - gitweb
fs/lustre-release.git
2002-09-11 adilgerRework the code that Phil spent so much time fixing...
2002-09-11 pschwanb=600245
2002-09-11 adilgerUse sizeof(var) instead of sizeof(type).
2002-09-11 adilgerAdd a define for the "punch to EOF = truncate" constant.
2002-09-11 pschwanb=600245
2002-09-11 adilgerAdd 0x prefix to hex numbers.
2002-09-11 rread* support 'ethX:*' style wildcard for tcp clients
2002-09-10 rreaddisconnect first, then del_uuid
2002-09-10 rread* also del_uuid when deleting routes
2002-09-10 rreadnew --batch <file> option
2002-09-09 adilgerUpdate changelog for release 0_5_7
2002-09-09 pschwan- osc_create was setting lmd_stripe_count to 1 instead...
2002-09-09 braam- change field names for clarity.
2002-09-09 adilgerClarify that ll_brw() gets lustre flags and not the...
2002-09-09 pschwanIf the 'nolocks' mount option is set, avoid taking...
2002-09-09 braam- defiition of the flag and value
2002-09-09 braam- add nolocks mount option osc=foo,mdc=bar,nolocks
2002-09-09 pschwanb=606116
2002-09-08 adilgerDrop the spinlock before returning if the export alread...
2002-09-08 pschwan- We don't use pga[i].pg->index, so don't overwrite...
2002-09-08 braamdon't crash an MDS if a client send a reconnect.
2002-09-08 adilgerDon't oops if there is no recovd for a connection....
2002-09-08 adilgerAllow an objid to be specified on the CLI (via OID...
2002-09-08 adilgerAdd O_DIRECT by default again.
2002-09-08 shaverAvoid OOPS on timeout from unconnected client. (Temporary.)
2002-09-08 shaverSample recovery reconnection script for MDS failover.
2002-09-08 adilgerShow page vector size (useful for very long running...
2002-09-08 adilgerInitialize spinlock for obdecho creates.
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 adilgerUpdate scripts to not do vector reads on BA OSTs.
2002-09-08 adilgerLike runregression-net.sh, but only bulk I/O, and lots...
2002-09-08 adilgerFix case where only the OSTNODE is set (test_brw).
2002-09-08 adilgerAdd echo_open() and echo_close() to keep test_brw happy.
2002-09-08 adilgerFix 32-bit truncation of test_brw offset calculation.
2002-09-08 adilgerUpdated test_brw user program. Checks args better...
2002-09-08 adilgerAllow test_brw to run in either read-only, write-only...
2002-09-07 shaver- Add hooks for post-replay fixup on ptlrpc_request.
2002-09-07 shaver- Handle setting of existing EA by retrying without...
2002-09-07 pschwan- lprocfs_dereg_dev is failing, which prevented cleanup...
2002-09-07 rread* always recreat loopback backing file when --reformat...
2002-09-07 adilgerClean up compiler warnings for 64-bit systems where...
2002-09-07 adilgerAdd a new type, obd_uuid_t (char[37]) to replace uuid_t...
2002-09-07 adilgerChange internal statfs calls to pass struct obd_statfs...
2002-09-07 adilgerMove knowledge of the LOV metadata/message structures...
2002-09-07 adilgerQuiet a few printk's and turn them into CDEBUGs so...
2002-09-07 adilgerInvoke shell scripts via "sh" because CVS doesn't keep...
2002-09-07 adilgerAdd objid to test_brw output.
2002-09-07 adilgerCosmetic.
2002-09-07 adilgerOops, missing part of change.
2002-09-07 adilgerDisable vector reads until the BA OSTs are updated...
2002-09-07 rread* MDC element is no longer created in config. The...
2002-09-07 rreaduse a larger buffer for device_list
2002-09-06 adilgerCall open/close on an object before trying to read...
2002-09-06 adilgerAdd open/close ioctls to obdclass.
2002-09-06 thantryUpdated makefile to include first cut for LProcFS
2002-09-06 thantryCommented proc code
2002-09-06 thantryUpdated obd to include profiling support
2002-09-06 thantryHeader file 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 adilgerMake obdecho return 64-bit objids so we can check 64...
2002-09-06 adilgerFix for test_brw problems with BA OST.
2002-09-06 adilgerFix a couple long long objid parsings, not the read...
2002-09-06 adilgerFix create oops (enough for single-OST testing).
2002-09-06 pschwanLittle cleanups:
2002-09-06 eebfixed bulk source callback race
2002-09-06 shaverFix cvsignore.
2002-09-06 shaver- Chain imports on connection, like exports.
2002-09-06 gord-figRemove page.c and debug.c from EXTRA_DIST. Please...
2002-09-06 eebpremature service teardown bugfix
2002-09-06 adilgerAt least acknowledge that statfs wraps at 16TB filesyst...
2002-09-06 pschwanSmall open/close test to help narrow down our LOV bug
2002-09-05 rreaddelete the self uuid first, then disconnect all.
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 thantryAdded counter space in obd_device
2002-09-05 thantryRemoved LDLM references to old proc FS
2002-09-05 thantryUpdated top level obdclass file for LProcFS
2002-09-05 thantryRe-added lock(s) as library
2002-09-05 thantryHeader file for /proc/lustre: adding to tree
2002-09-05 thantryInitial implementation for /proc/lustre
2002-09-05 adilgerOnly connect to the MDS if we are setting up an MDC...
2002-09-05 pschwan- debug.c was only used by obdclass, so I moved it...
2002-09-05 rreadadd close_uuid
2002-09-05 rreadadd page.c symink to lov until Phil can stop the madness
2002-09-05 eebFixed service request buffer race
2002-09-05 pschwan- Fixed some error messages in the LOV
2002-09-05 rreadnew option: --dump <file> will dump debug log to <file...
2002-09-05 shaver- Rewrote connmgr_iocontrol to handle UUID specificatio...
2002-09-04 rreadadded newconn to lctl
2002-09-04 shaver- Update jt_obd_newconn to handle the new IOC_RECOVD_NE...
2002-09-04 adilgerCommit braino fix that I already fixed locally.
2002-09-04 adilgerGet the directory inode semaphore, just to be copasetic...
2002-09-04 rreadadd hostname to gdb script
2002-09-04 rreadAdd note to --format help that the autoformat feature...
2002-09-04 rreadremove old message about autoformat
2002-09-04 adilgerRemove compiler warning.
2002-09-04 adilgerRemove fancy but broken statistics from obdecho.
next