Whamcloud - gitweb
Clarify that ll_brw() gets lustre flags and not the kernel rw flags.
[fs/lustre-release.git] / lustre /
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.
2002-09-04 pschwan- I introduced a bug in the LOV, for the case where...
2002-09-04 gord-figUse tex2pdf.
2002-09-04 adilgerUpdate changelog for new release.
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 rread* stripe size in the config file was being ignored...
2002-09-04 adilgerNew improved runregression script.
2002-09-04 pschwanthe callback data refcount should be the stripe count...
2002-09-04 pschwanUse pga[i].off instead of pga[i].pg->index. Even thoug...
2002-09-04 adilger"fix" the page->index value for direct_IO pages.
2002-09-04 shaver- initialize LDLM client data on obdfilter, not ost...
2002-09-04 braam- more recovery API stuff
2002-09-04 adilgerFix thinko in export cleanup.
next