- Jul 08, 2008
-
-
Eric Mei authored
missing '\n' at end of debug message.
-
- Jul 07, 2008
- Jul 04, 2008
-
-
Wang Di authored
check import before put it. b=15684 i=adilger
-
- Jul 03, 2008
-
-
Wang Di authored
sync procfs/llog_thread with import destory b=15684 i=Robert, Jay
-
Eric Mei authored
add debug lines for keyring.
-
Robert Read authored
b=15940 i=isaac i=oleg Convert kp30.h to an internal libcfs include and change users of kp30.h to include libcfs.h if they were not already.
-
- Jul 02, 2008
-
-
Alexey Lyashkov authored
fix KEY_IS macro Branch HEAD b=14032 i=umka i=deen
-
- Jun 25, 2008
-
-
Yury Umanets authored
r=shadow,wangdi - fixes missed llcd_put() and wrong flag passed to llog_cleanup_commit_master() what again led to missing some llcd to be decrefed in cleanup. Fixes test_42 from replay-single.sh; - some comments to understand llcd live cycle better next time.
-
- Jun 24, 2008
-
-
Andreas Dilger authored
Fix typo in comment.
-
deen authored
b=15566 i=adilger i=shadow
-
Alexey Lyashkov authored
Branch HEAD b=15716 i=rread i=tappro
-
- Jun 13, 2008
-
-
Yury Umanets authored
- reverting part of 15716 as it causes constant assert and stops all testing. Shadow is informed and will clean this up shortly.
-
- Jun 11, 2008
-
-
Alexey Lyashkov authored
b=15716 i=rread i=johann
-
- Jun 10, 2008
-
-
bwzhou authored
b=15759 r=rread, green Description: MDS or OSS service threads fail startup with -24 (-EMFILE) Details : During startup under recovery, it is possible for service thread startup to fail in ptlrpc_start_threads() if one of the threads begins processing a request and then starts an additional thread. This causes ptlrpc_start_threads() to try and start 1 too many threads and get an error.
-
- Jun 04, 2008
-
-
Yury Umanets authored
r=shadow,nikita - fixes issue with accessing freed @ns on behalf rpc handling when some late rpc comes in fini time; - add new comments in functions, converts existing ones to be inline wigth doxygen comments policies.
-
- May 29, 2008
-
-
Vitaly Fertman authored
b=15904 i=wangdi i=shadow clean log_commit_master properly at cleanup in llog_commit_thread()
-
Bobi Jam authored
b=13310 o=eeb i=joahnn, nikita The bug is that target_send_reply_msg() calls ptlrpc_error() if 'rc != 0', but "difficult" replies may not be passed to rpc_error().
-
- May 19, 2008
-
-
Alexey Lyashkov authored
b=14523 i=adilger i=eric.mei
-
- May 16, 2008
-
-
Alexey Lyashkov authored
always call deactivate import for imports without recovery. b=15069 i=rread i=wangdi i=johan
-
- May 14, 2008
-
-
Alexey Lyashkov authored
b=14929 i=zam i=nikita
-
- May 09, 2008
-
-
komaln authored
r=Wangdi, Adilger To remove direct instances of proc file system.
-
Alexey Lyashkov authored
b=14929 i=zam
-
- Apr 30, 2008
-
-
Bobi Jam authored
b=14995 i=wangdi, rread send activate event only for evicted imports.
-
- Apr 24, 2008
-
-
Alexey Lyashkov authored
restore generation check. b=15069 i=johan i=rread
-
Alexey Lyashkov authored
b=14929 i=zam
-
Bobi Jam authored
b=15191 i=wangdi, shadow during liblustre test during mgc_llog_init() (lustre/mgc/libmgc.c) llog_initiator_connect(ctxt) while in liblustre lib, it is defined as an empty function only return 0, while in kernel lib, it set the context's loc_imp. And this context's loc_imp is required after in llog_client_create(). This fix defines llog_initiator_connect() in both lib (kernel version and liblustre version)
-
- Apr 17, 2008
-
-
Alexey Lyashkov authored
b=15412 i=johann i=deen
-
Alexey Lyashkov authored
move platform independed part of chksum into separate include i=johann i=green
-
- Mar 27, 2008
-
-
Yang Sheng authored
b=14576 i=eric.mei i=adilger Wrap the crypto api to adapt upstream kernel changes and keep compatible to old style.
-
- Mar 13, 2008
-
-
Alexey Lyashkov authored
obd objects and this also block reconnect with -EALREADY. This isn't fix all lprocfs bugs - but make it rare. b=14533 i=adilger i=nathan
-
- Mar 12, 2008
-
-
Eric Mei authored
ptlrpc connect with V2 message format.
-
- Mar 10, 2008
-
-
Wang Di authored
b=13464 Set import disconnection before mgc reconnection, and refine the previous 13464 fix. i=nathan,adilger
-
- Mar 07, 2008
-
-
Johann Lombardi authored
b=13805 i=ericm i=bobijam add support for several checksum algorithms. Currently, CRC32 and Adler-32 are supported. The checksum type can be changed on the fly through /proc/fs/lustre/osc/*/checksum_type.
-
Eric Mei authored
fix build failure when zlib is absent.
-
Eric Mei authored
support other encrypt/checksum algorithms for bulk i/o, default in gss mode is sha1/aes128, for others default enable bulk checksum by adler32. b=13667 r=yong.fan r=h.huang r=adilger
-
- Mar 06, 2008
-
-
Alexey Lyashkov authored
b=14775 i=green i=nathan i=johann
-
Jinshan Xiong authored
b=11300 r=adilger,oleg,nikita,vitaly Using interval tree manages the extent locks to accelerate the evicting of contended locks.
-
Alexey Lyashkov authored
b=13821 i=wangdi i=umka
-
Bobi Jam authored
b=13715 i=johann i=nathan i=adilger protect accessing imp->generation w/ imp_lock.
-