- Dec 02, 2008
-
-
Hongchao Zhang authored
during refreshing locks waiting its I/O to complete, take current service time into account, not only using the timeout gotten by ldlm_get_enqueue_timeout i=Andreas i=Nathan.Rutman
-
- Nov 30, 2008
-
-
Hongchao Zhang authored
b=17031 during refreshing locks waiting its I/O to complete, take current service time into account, not only using the timeout gotten by ldlm_get_enqueue_timeout i=Andreas i=Nathan.Rutman
-
- Nov 25, 2008
-
-
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
-
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.
-
Yury Umanets authored
- fix previous wrong commit in part related to changes in ptlrpc_abort_bulk()
-
- Nov 23, 2008
-
-
Yury Umanets authored
r=panda,shadow - fixes possible sync long bulk unlink in ptlrpcd which would lead to assertion in forced umount time. Basically the fix is identical to 17310 where we move req to special phase UNREGISTERING and go processing other rpcs until bulk unlink is done; - in sync bulk and reply unlink we check for wakeup condition every 1 sec to act quckly if unlink come instead of doing it every 20 sec as before.
-
- Nov 20, 2008
-
-
Vitaly Fertman authored
b=16129 i=adilger i=green - a high priority request list is added into service; - once a lock is canceled, all the IO requests, including coming ones, under this lock, are moved into this list; - PING is also added into this list; - once a lock cancel timeout occurs, the timeout is prolonged if there is an IO rpc under this lock; - another request list is added into the export, used to speed up the rpc-lock matching.
-
- Nov 19, 2008
-
-
Vitaly Fertman authored
b=16129 i=adilger i=green - a high priority request list is added into service; - once a lock is canceled, all the IO requests, including coming ones, under this lock, are moved into this list; - PING is also added into this list; - once a lock cancel timeout occurs, the timeout is prolonged if there is an IO rpc under this lock; - another request list is added into the export, used to speed up the rpc-lock matching.
-
- Nov 15, 2008
-
-
Yong Fan authored
b=13058 i=johann i=yury.umanets
-
- Nov 07, 2008
-
-
Yang Sheng authored
b=17357 Back the changes.
-
- Nov 06, 2008
-
-
Alexander Zarochentsev authored
b=15393 i=alex.zhuravlev@sun.com i=tappro@sun.com Commit on sharing. Eliminate inter-client dependencies between uncommitted transactions by doing transaction commits. Thereby clients may recovery independently.
-
Yang Sheng authored
b=17357 i=johann, yangsheng Fixed the endian issues for HEAD. Author: shadow
-
- Oct 30, 2008
-
-
girish authored
i=johann i=adilger b=17448
-
- Oct 24, 2008
-
-
Andreas Dilger authored
Return a protocol error from ost_punch() like all other handler methods if there is a request format error, instead of -EINVAL.
-
- Oct 22, 2008
-
-
Yury Umanets authored
r=johann,adilger - fixes resent rpcs for those sent by set and also fixes log_cancel resent handling; - cleanups.
-
- Oct 21, 2008
-
-
Yury Umanets authored
r=adilger,johann - handle log_cancel resent correctly; - some cleanups in llog.
-
- Oct 13, 2008
-
-
alex authored
i=adilger i=green i=nikita - oss read-only cache feature
-
- Sep 30, 2008
-
-
Andrew Perepechko authored
Branch b1_6 b=17059 i=ZhiYong Tian i=Johann Lombardi Always build client with quota support
-
- Sep 18, 2008
- Sep 08, 2008
-
-
tianzy authored
lfs lacks quota support if building with confiugre --disable-modules b=16481 i=shadow i=rread
-
- Aug 24, 2008
-
-
Yury Umanets authored
r=wangdi,shadow - new recov thread code; - cleanups and fixes.
-
Yury Umanets authored
r=shadow,wangdi - new recov_thread.c code; - cleanups, fixes
-
- Aug 14, 2008
-
-
deen authored
or write request because the client is already doing a lock match itself so there isn't any reason the OST should have to re-do that search. b=15198 i=johann i=shadow
-
- Aug 12, 2008
-
-
Bobi Jam authored
b=16573 o=adilger i=johann, nathan Description: Export bytes_read/bytes_write count on OSC/OST.
-
Bobi Jam authored
b=16573 o=adilger i=johann, nathan Description: Export bytes_read/bytes_write count on OSC/OST.
-
Bobi Jam authored
b=16573 o=adilger i=johann, nathan Description: Export bytes_read/bytes_write count on OSC/OST.
-
- Aug 07, 2008
-
-
kalpak authored
b=16098 Add URL for GPLv2 license in copyright headers
-
kalpak authored
b=16098 Add GPLv2 URL to copyright headers
-
kalpak authored
b=16098 Add URL for GPLv2 license in copyright headers
-
kalpak authored
b=16098 Add URL for GPLv2 license in copyright headers
-
kalpak authored
b=16098 Add URL for GPLv2 license in copyright headers
-
kalpak authored
b=16098 Add URL for GPLv2 license in copyright headers
-
Yury Umanets authored
r=shadow,wangdi - re-implements recov_thread.c in more elegant way (kills lots of code, thread, etc) and fixes couple of issues by the way. Look at bug for detailed info.
-
- Aug 05, 2008
-
-
Mikhail Pershin authored
b:16509 i:rread,alex
-
- Jul 31, 2008
-
-
kalpak authored
b=16227 i=adilger i=shadow add lsm argument to obd_get_info. For some get_info calls the lsm was being sent as part of the key which was a hack. Now lsm can be sent as an argument.
-
kalpak authored
b=16227 i=adilger i=shadow add lsm argument to obd_get_info. For some get_info calls the lsm was being sent as part of the key which was a hack. Now lsm can be sent as an argument.
-
kalpak authored
b=16227 i=adilger i=shadow add lsm argument to obd_get_info. For some get_info calls the lsm was being sent as part of the key which was a hack. Now lsm can be sent as an argument.
-
- Jul 29, 2008
-
-
girish authored
b=15981 i=adilger i=robert.read
-