- Aug 03, 2007
-
-
Oleg Drokin authored
r=adilger Obtain necessary amount of peer credits for exery export per oss and for every possible AST per MDS.
-
- Aug 02, 2007
-
-
milind authored
r=adilger, deen Description: When running with O_DIRECT I/O, neither the client rpc_stats nor read_ahead_stats were updated. Copied the stats section from osc_send_oap_rpc() into async_internal().
-
- Aug 01, 2007
-
-
Vitaly Fertman authored
b=12916 i=green i=shadow handling of zero connect flags in self export for ELC code
-
- Jul 31, 2007
-
-
Alexey Lyashkov authored
b=13148 i=green i=adilger
-
- Jul 26, 2007
-
-
Wang Di authored
land 10800(adding llog ctxt refcount) to b1_6. b=10800 i=green i=shadow
-
- Jul 24, 2007
-
-
scjody authored
Description: Async OSC create to avoid the blocking unnecessarily. Details : If a OST has no remain object, system will block on the creating when need to create a new object on this OST. Now, ways use pre-created objects when available, instead of blocking on an empty osc while others are not empty. If we must block, we block for the shortest possible period of time. Patch by shadow. b=4900 i=wangdi i=nathan
-
Alexey Lyashkov authored
CONFIG_PAGE_ALLOC enabled b=12975 i=adilger i=green
-
- Jul 19, 2007
-
-
scjody authored
To improve performance, disable most logging (for debug purposes) by default. VFSTRACE, RPCTRACE, and DLMTRACE are now off by default, and HA includes contains fewer messages. Original patch by adilger. b=12417 i=scjody i=green
-
- Jul 18, 2007
-
-
Nathan Rutman authored
i=adilger i=green fix mds_lov_synchronize race
-
- Jun 29, 2007
-
-
Bobi Jam authored
b=11815 i=adilger i=wangdi Description: replace obdo_alloc() with OBDO_ALLOC macro Details : nothing special is done in obdo_alloc() function, and for debugging purpose, it needs to be replaced with macros.
-
- Jun 22, 2007
-
-
Alexey Lyashkov authored
b=11710 i=green i=wangdi
-
- Jun 21, 2007
-
-
Vitaly Fertman authored
land Early Lock Cancel code
-
- Jun 20, 2007
-
-
deen authored
rather than requested size. b=11737 i=adilger i=shadow
-
- Jun 14, 2007
-
-
Alexey Lyashkov authored
LCONSOLE_ERROR(fmt, arg) to LCONSOLE_ERROR_MSG(0x000, fmt, ## arg). b=10595 i=adilger
-
- Jun 13, 2007
-
-
jitendra authored
It also includes code fixes for first five improved error messages. b=10595 i=adilger i=braam
-
- Jun 02, 2007
-
-
Andreas Dilger authored
Fix up error message for the case where a client hits a bogus checksum error. This only happens during mmap IO, and can be seen when the client-side checksum matches the new checksum found on the server, or has changed again since the message was originally sent. In preparation for turning checksumming on by default. b=11742 i=scjody i=adilger (behlendorf original patch)
-
- May 31, 2007
-
-
Andreas Dilger authored
Always send IO to OST_IO_PORTAL regardless of what the default portal is. Was previously broken for echo_client on catamount, but would also break on 1.8 once the default request portal is REQPORTAL. Detect if OST_WRITE or OST_READ requests go to non-IO portals, as that would LBUG the server due to lack of IO buffers. b=11813 i=green i=shadow
-
- May 24, 2007
-
-
Nathan Rutman authored
The 11737 patch causes various kernel crashes; see bug 12549. Verified by nathan and adilger. Reverting.
-
Wang Di authored
Clear the grant when disconnect the import to prevent the grant being erased wrongly when the import is evicted. b=12371 i=green i=adilger
-
- May 23, 2007
-
-
deen authored
rather than requested size. b=11737 i=green i=shadow
-
- May 02, 2007
-
-
scjody authored
Add LNET router traceability for debug purposes If a checksum failure occurs with a router as part of the IO path, the NID of the last router that forwarded the bulk data is printed so it can be identified. Original patch by eeb. b=11548 i=eeb i=adilger
-
- Apr 28, 2007
-
-
scjody authored
Patch from nic@cray.com: add spin locks around import/export bit flag changes. b=11315 i=adilger i=alex
-
- Apr 19, 2007
- Feb 15, 2007
-
-
tianzy authored
b=11471
-
- Feb 10, 2007
-
-
Nathan Rutman authored
-
- Oct 14, 2005
-
-
alex authored
r=alex - limit number of in-flight async destroy rpcs MDS issues to destroy OST objects
-
- Sep 20, 2005
- Sep 16, 2005
-
-
Wang Di authored
missing update lvb_mtime
-
- Sep 11, 2005
-
-
alex authored
- always close transaction before calling lov/osc
-
- Sep 10, 2005
- Sep 08, 2005
-
-
Yury Umanets authored
-
- Aug 29, 2005
- Aug 27, 2005
-
-
Lai Siyao authored
a minor reorganization of capability code. some cleanup.
-
- Aug 26, 2005
-
-
Yury Umanets authored
- all stats gatherd in OSC debugging time (cache loading, etc.) moved to proc. Added new proc file ./cache_stats showing them. - some RPCs related new stats added to ./rpc_stats
-
- Aug 25, 2005
-
-
Lai Siyao authored
fixes: * previous implementation doesn't support multi-open/truncate by different users on the same inode. * update DLD. * cleanup.
-
Yury Umanets authored
-