- Nov 18, 2008
-
-
Andrew Perepechko authored
b=12433 i=Oleg Drokin i=Yury Umanets fix imp_inval message
-
- Nov 15, 2008
-
-
Yong Fan authored
b=13058 i=johann i=yury.umanets
-
- Nov 07, 2008
-
-
Yury Umanets authored
r=johann,shadow - fixes in ptlrcp to handle possible long reply unlink for HEAD.
-
- Aug 07, 2008
-
-
kalpak authored
b=16098 Add URL for GPLv2 license in copyright headers
-
- Jul 27, 2008
-
-
kalpak authored
b=16098 change CFS license headers to Sun headers
-
- Jul 30, 2007
-
-
Mikhail Pershin authored
-
- 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
-
- Feb 13, 2007
-
-
Andreas Dilger authored
Description: RPCs being resent when they shouldn't be Details : Some RPCs that should not be resent are being resent. This can cause inconsistencies in the RPC state machine. Do not resend such requests. b=11203 r=nathan r=green Fix 2.4 kernel compile error introduced by 10866 landing (missing typecheck).
-
- Feb 10, 2007
-
-
Nathan Rutman authored
-
- May 29, 2005
-
-
Yury Umanets authored
-
- May 18, 2005
-
-
alex authored
import is disabled adminitratively
-
- May 14, 2005
-
-
alex authored
- testing infrastructure to control order in which clients recover
-
- May 07, 2005
-
-
alex authored
- workaround for cascading timeouts when failure of 1 server node causes failures of unrelated connections. this caused different problems. for example, lock cancel timeouts.
-
- Apr 04, 2005
-
-
Yury Umanets authored
-
- Oct 23, 2004
-
-
Yury Umanets authored
-
- Jul 29, 2004
-
-
Robert Read authored
-
- Jun 16, 2004
-
-
Robert Read authored
- landed on HEAD
-
- Jun 10, 2004
-
-
Yury Umanets authored
Mostly fixes related to using failover MDSs along lmv. This is also related to active_ref handling, etc. Also fixed the following: * name of lproc entry where lustre upcall can be seen in error message if upcall is failed. * removed --master option which was supposed to work along with lmv and now it is obsoleted. * clanups and fixes both in lconf and lmc
-
- Jun 02, 2004
-
-
Phil Schwan authored
b_cmobd_merge should not be used for any further development or testing!
-
- May 17, 2004
-
-
Phil Schwan authored
cMD_PRE_CMD_SMASH are the relevant tags. The pre-smashing contents of HEAD will be committed by yury into b_cmd as a merge of the two branches. These will be stabilized on b_cmd and eventually landed onto HEAD.
-
- Apr 29, 2004
-
-
Andreas Dilger authored
b=3284, b=3285, b=3043, b=3236, revert liblustre group changes
-
- Apr 14, 2004
-
-
Andreas Dilger authored
b=3116, b=3064, b=3107, b=3122, b=1519, 2.6 kernel fixes, group lock fixes
-
- Mar 18, 2004
-
-
Andreas Dilger authored
b=2939, b=2325, b=2059 (partial), b=2925, b=2399, b=2517
-
- Mar 17, 2004
-
-
Robert Read authored
r=zab (partial) Better handling for OST eviction. Fixes for clearing the page cache, imp_invalid handling, and improved import_event interface. Also includes the tests and fixes added from 2732; one of those tests does not yet passed so it is excepted for now.
-
- Mar 05, 2004
-
-
Andreas Dilger authored
b=2733, b=2773, b=2529, b=2730, b=2819, b=2814, b=2822, b=1450, b=2676, b=2681 b=2817, b=2706, b=2816, b=1987, b=2884, b=1191, b=2809, b=2765, b=2805, b=1972
-
- Feb 24, 2004
-
-
Andreas Dilger authored
-
- Feb 14, 2004
-
-
Robert Read authored
-
- Feb 13, 2004
-
-
Andreas Dilger authored
Adds support for client-side write cache accounting via OST write credits (grants). There is not yet a "correction" algorithm for grants if they get out of sync between the client and OST (OST can handle clients who think they have grant but do not). Peter had previously suggested that grants should decay over time (faster on the clients than on the OSTs) so idle nodes do not consume space they aren't using. Use /proc/fs/lustre/osc/OSC*/cur_grant_bytes (and existing cur_dirty_bytes) to check client-side cache values. Includes lustre-side changes for lfsck support (create files with specific objids, create specific objids on OSTs). Also includes some changes to the testing scripts (local.sh, lov.sh, acc-sm) so that they include a "client nid '*'" client and can be used for sanityN.sh testing. This has been put into the main acceptance-small.sh loop so that sanityN.sh will be run on both single and multi-OST setups. b=974 b=2349 r=shaver
-
Andreas Dilger authored
-
- Feb 07, 2004
-
-
Robert Read authored
The principal change here is ptlrpc_connect_import and recovery are merged and are now asynchronous and are run on ptlrpcd. This branch also includes fixes for 2477 (this was the initial bug) 2355 recover for initial connections 1934 (b_1934 was merged directly to b_recovery) 1901 block all file creations until orphan recovery completes 2423 client remove rq_connection from request struct 2640 conf-sanity test_5, and proper cleanup in umount when cleanup log is not availale. 2670 recovery timer race 2532 mdc_close recovey bug And few others that werent' filed.
-
- Jan 05, 2004
-
-
Robert Read authored
r=phil Make sure threads waiting for a completion callback are awoken when the client is evicted. Also set LDLM_FL_CANCEL explicitely in cleanup_resouces, so callers of ldmm_namespace_cleanup no longer need to specify it.
-
- Dec 21, 2003
-
-
Oleg Drokin authored
Approved by Andreas Dilger.
-
- Dec 16, 2003
-
-
Oleg Drokin authored
Fix for bug 974, Also adds a test to check for OOM (modified script from bug 1135), fixes to sanity.sh's test 45 to obtain a grant (closes 2387).
-
- Dec 03, 2003
-
-
Phil Schwan authored
-
Phil Schwan authored
-
- Aug 19, 2003
-
-
Phil Schwan authored
Disable some console messages from failed statfs(), reconnect
-
- Aug 12, 2003
-
-
Andreas Dilger authored
b=1597 r=shaver
-
- Jul 25, 2003
-
-
Phil Schwan authored
- dozens and dozens of fixes for working with 2.6 kernels - new 2.4 kernel APIs - uncountable bug fixes
-
- Jul 03, 2003
-
-
Phil Schwan authored
-
- Jun 12, 2003
-
-
Phil Schwan authored
- remove extN/ files
-