Whamcloud - gitweb
Land b1_2_smallfix onto b1_2 (20040824_0018)
authoradilger <adilger>
Tue, 24 Aug 2004 06:33:07 +0000 (06:33 +0000)
committeradilger <adilger>
Tue, 24 Aug 2004 06:33:07 +0000 (06:33 +0000)
commit8b3830469e48bf4eec838b371202a8b0fd038b0f
tree495a763fc0db94b8d6e9686600e9dce59cd56407
parent4d98e594ab1f0786dc1e91fe079f292764ca5f9b
Land b1_2_smallfix onto b1_2 (20040824_0018)
- replace config semaphore with spinlock (3306)
- be sure to send a reply for a CANCEL rpc with bad export (3863)
- don't allow enqueue to complete on a destroyed export (3822)
- down write_lock before checking llog header bitmap (3825)
- recover from lock replay timeout (3764)
- up llog sem before sending rpc (3652)
- change a dlm LBUG to LASSERTF, to maybe learn something (4228)
- fix NULL deref and obd_dev leak on setup error (3312)
- replace some LBUG about llog ops with error handling (3841)
- don't match INVALID dentries from d_lookup and spin (3784)
- hold dcache_lock while marking dentries INVALID and hashing (4255)
- add libwrap support for the TCP acceptor (3996)
- add /proc/sys/portals/routes for non-root route listing (3994)
- allow setting MDS UUID in .xml (2580)
- print the stack of a process that LBUGs (4228)
- add validity checks when grabbing inodes from l_ast_data (3599)
65 files changed:
lnet/archdep.m4
lnet/build.m4
lnet/include/linux/kp30.h
lnet/router/proc.c
lnet/router/router.c
lnet/router/router.h
lnet/utils/Makefile.am
lnet/utils/acceptor.c
lnet/utils/debug.c
lustre/ChangeLog
lustre/configure.in
lustre/include/linux/lustre_compat25.h
lustre/include/linux/lustre_idl.h
lustre/include/linux/lustre_lite.h
lustre/include/linux/lustre_log.h
lustre/include/linux/obd_class.h
lustre/include/linux/obd_support.h
lustre/kernel_patches/patches/ext3-delete_thread-2.4.24.patch
lustre/kernel_patches/patches/ext3-nlinks-2.4.24.patch [new file with mode: 0644]
lustre/kernel_patches/series/vanilla-2.4.24
lustre/ldlm/ldlm_lib.c
lustre/ldlm/ldlm_lock.c
lustre/ldlm/ldlm_lockd.c
lustre/ldlm/ldlm_request.c
lustre/ldlm/ldlm_resource.c
lustre/liblustre/super.c
lustre/llite/dcache.c
lustre/llite/file.c
lustre/llite/llite_close.c
lustre/llite/llite_lib.c
lustre/llite/namei.c
lustre/lvfs/fsfilt_ext3.c
lustre/lvfs/lvfs_linux.c
lustre/mds/handler.c
lustre/mds/mds_reint.c
lustre/obdclass/class_obd.c
lustre/obdclass/genops.c
lustre/obdclass/llog.c
lustre/obdclass/llog_cat.c
lustre/obdclass/llog_lvfs.c
lustre/obdclass/obd_config.c
lustre/osc/osc_request.c
lustre/portals/archdep.m4
lustre/portals/build.m4
lustre/portals/include/linux/kp30.h
lustre/portals/router/proc.c
lustre/portals/router/router.c
lustre/portals/router/router.h
lustre/portals/utils/Makefile.am
lustre/portals/utils/acceptor.c
lustre/portals/utils/debug.c
lustre/ptlrpc/client.c
lustre/ptlrpc/llog_server.c
lustre/ptlrpc/recov_thread.c
lustre/scripts/lustre.spec.in
lustre/tests/Makefile.am
lustre/tests/acceptance-small.sh
lustre/tests/local.sh
lustre/tests/lockorder.sh
lustre/tests/lov.sh
lustre/tests/replay-dual.sh
lustre/tests/replay-single.sh
lustre/tests/rmdirmany.c [new file with mode: 0755]
lustre/tests/sanity.sh
lustre/utils/lmc