- Nov 27, 2008
-
-
Vladimir Saveliev authored
b=12749 i=maxim,isaac First of three patches for the root squash feature This adds three functions to manipulate with lists of NID ranges: cfs_parse_nidlist - parses nid range list and creates structure of lists of [lo,hi,stride,net] which can be used to check matching a NID to set of NIDs cfs_free_nidlist - frees structures allocated on nidlist parsing cfs_match_nid - check whether a NID matches to set of NIDs cfs_iswhite - auxiliary function to check if a character is a whitespace These functions have prefixes cfs_ instead of libcfs_ because of bug #17167. Example of NID range list: 10.2.0.[1-20/2]@tcp [0,2,6]@elan0 [1,2,4-100/4]@elan1 nidlist syntax: <nidlist> :== <nidrange> [ ' ' <nidrange> ] <nidrange> :== <addrrange> '@' <net> <addrrange> :== '*' | <ipaddr_range> | <numaddr_range> <ipaddr_range> :== <numaddr_range>.<numaddr_range>.<numaddr_range>.<numaddr_range> <numaddr_range> :== <number> | <expr_list> <expr_list> :== '[' <range_expr> [ ',' <range_expr>] ']' <range_expr> :== <number> | <number> '-' <number> | <number> '-' <number> '/' <number> <net> :== <netname> | <netname><number> <netname> :== "lo" | "tcp" | "o2ib" | "cib" | "openib" | "iib" | "vib" | "ra" | "elan" | "gm" | "mx" | "ptl" <number> :== <nonnegative decimal> | <hexadecimal>
-
- Nov 26, 2008
-
-
maxim authored
Wireshark plugins for dissecting LNET/Lustre 1.6 packets. (contributed by Stephane Thiell)
-
Vitaly Fertman authored
update b_som from the proper branch
-
tianzy authored
fix the false qunit_put in qctxt_wait_pending_dqacq() b=17794 i=tianzy i=panda
-
Pravin Shelar authored
i=Huang hua i=Rahul This patch contains llo API interface change. Now it allows to create object in specified path. Fixes bug in object create in directory other than "/" Adds llo unregister api.
-
Jinshan Xiong authored
Restore the changes I made yesterday which broke build because I used a stale kernel.
-
Eric Mei authored
remove a line of m4_allow_pattern. b=17781 r=adilger
-
- Nov 25, 2008
-
-
Andrew Perepechko authored
b=17371 i=Elena fail each time setup/cleanup does not work
-
Elena Gryaznova authored
i=Brian load_modules fn modprobe.d fix
-
Elena Gryaznova authored
i=Huang Hua check_config fn default network type fix
-
Johann Lombardi authored
i=umka i=panda b=17611 don't override lcm->lcm_name
-
Yury Umanets authored
Rationale is the following: * 30 sec we need because in 30 sec locks on client will get old enough to _start_ kiling them; * 10 sec we need because client checks SLV and kills locks every 10 sec; * 10 sec more we need to make sure that we did not race in worse case scenario and client really had some time to kill locks.
-
alex authored
i=green - few minor issues fixed
-
tianzy authored
fix "should take longer" problem of test_18 of sanity-quota.sh b=17773 i=johann i=panda
-
tianzy authored
change target_handle_dqacq_callback() error handling b=16890 i=johann i=panda
-
Jinshan Xiong authored
Fixed the raid5 patches. - rebuild policy for rhel5 .21 kernel - soft lockups fixed b=17084 r=adilger,jay
-
Jinshan Xiong authored
-
Jinshan Xiong authored
-
Yang Sheng authored
b=17786 i=adilger, huanghua Initialize the request.
-
Eric Mei authored
support gss on mgc-mgs connection. b=16054 r=umka r=vitaly
-
- Nov 24, 2008
-
-
Eric Mei authored
rewrite part of sptlrpc configuration system to be able to interoperate with 1.8. b=15363 r=nathan r=fanyong
-
Elena Gryaznova authored
i=Tappro FAIL_ON_ERROR=false fix: force suits exit 1 if some tests failed
-
Andreas Dilger authored
Add "abort_recov" mount option to mount.lustre usage message.
-
Andreas Dilger authored
Fix 80-column line overflow.
-
Andreas Dilger authored
Add error messages in case of failure in test_27p. Don't have explicit return inside test_75*, this is already skipped due to test 75 being listed in ALWAYS_EXCEPT. Add regression tests for -1 stripe width case. b=12836
-
Andreas Dilger authored
Fix filename formatting to include space for sticky bit.
-
Andreas Dilger authored
Fix broken whitespace in error message.
-
Andreas Dilger authored
Fix comment whitespace.
-
Andreas Dilger authored
Add patch description.
-
Andreas Dilger authored
Add description of the patch.
-
Andreas Dilger authored
Add brief description of the patch.
-
Mikhail Pershin authored
b:16711 i:adilger,green
-
Yury Umanets authored
r=shadow,panda - fixes long sync bulk unlink in ptlrpcd which stops other rpcs from being handled and also causes asstion in umount time; - make sure that long unlink wait is done with 1 sec interval to return quickly.
-
Alexey Lyashkov authored
This means "if OSC is slow and it is not the requested start OST, then it can be skipped, otherwise skip it only if it is inactive/recovering/out-of-space. Branch HEAD b=16081 i=shadow i=green
-
deshmukh authored
b=17752 i=umka i=shadow
-
- Nov 23, 2008
-
-
Nikita Danilov authored
use LASSERT_SPIN_LOCKED() in LASSERT(spin_is_locked()) stead as the latter does not work correctly with the uniprocessor kernels. b=17664; i=robert.read
-
Yury Umanets authored
r=shadow,deen - fixes writing cookie beyond llcd's boundaries.
-
Yury Umanets authored
r=zam,shadow - kill old locks from ldlm pools in convert time before adding them back with new mode.
-
Yury Umanets authored
r=shadow - fixes in test_59b
-
Yury Umanets authored
r=grev - fixes and cleanups in test_124a
-