Whamcloud - gitweb
land b_colibri_devel on HEAD:
authorericm <ericm>
Tue, 29 Jan 2008 21:24:51 +0000 (21:24 +0000)
committerericm <ericm>
Tue, 29 Jan 2008 21:24:51 +0000 (21:24 +0000)
commit3192e52a89946f12fd36d28a686c169d01d36e64
tree100c0ea57d9fc5217490b488ce95485f6ef5a896
parentd2826efa969753456bb7d59f9554a6519ed96b86
land b_colibri_devel on HEAD:
- redesigned remote acl support, by FanYong
  b=11842
  r=pravin.shelar, eric.mei
- new sptlrpc configure interface
  b=13642
  r=yong.fan, rahul.deshmukh
- split kerberos keytab for lustre_root
  b=13873
  r=yong.fan, h.huang
- fix setuid for gss with linux keyring
  b=13899
  r=yong.fan, h.huang
130 files changed:
lustre/ChangeLog
lustre/autoconf/kerberos5.m4
lustre/include/Makefile.am
lustre/include/linux/lustre_acl.h
lustre/include/linux/lustre_mds.h
lustre/include/linux/lvfs.h
lustre/include/lustre/liblustreapi.h
lustre/include/lustre/lustre_idl.h
lustre/include/lustre/lustre_user.h
lustre/include/lustre_cfg.h
lustre/include/lustre_disk.h
lustre/include/lustre_eacl.h [new file with mode: 0644]
lustre/include/lustre_export.h
lustre/include/lustre_idmap.h [new file with mode: 0644]
lustre/include/lustre_import.h
lustre/include/lustre_mdc.h
lustre/include/lustre_mdt.h
lustre/include/lustre_net.h
lustre/include/lustre_param.h
lustre/include/lustre_sec.h
lustre/include/lustre_ucache.h
lustre/include/md_object.h
lustre/include/obd.h
lustre/include/obd_class.h
lustre/kernel_patches/kernel_configs/kernel-2.6.16-2.6-sles10-i686-bigsmp.config
lustre/kernel_patches/kernel_configs/kernel-2.6.16-2.6-sles10-i686.config
lustre/kernel_patches/kernel_configs/kernel-2.6.16-2.6-sles10-x86_64-smp.config
lustre/kernel_patches/kernel_configs/kernel-2.6.16-2.6-sles10-x86_64.config
lustre/ldlm/ldlm_lib.c
lustre/ldlm/ldlm_lockd.c
lustre/llite/Makefile.in
lustre/llite/dir.c
lustre/llite/file.c
lustre/llite/llite_internal.h
lustre/llite/llite_lib.c
lustre/llite/llite_nfs.c
lustre/llite/llite_rmtacl.c [new file with mode: 0644]
lustre/llite/namei.c
lustre/llite/remote_perm.c
lustre/llite/xattr.c
lustre/lmv/lmv_obd.c
lustre/mdc/lproc_mdc.c
lustre/mdc/mdc_internal.h
lustre/mdc/mdc_lib.c
lustre/mdc/mdc_request.c
lustre/mdd/mdd_internal.h
lustre/mdd/mdd_object.c
lustre/mdd/mdd_permission.c
lustre/mds/handler.c
lustre/mdt/Makefile.in
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_identity.c
lustre/mdt/mdt_idmap.c
lustre/mdt/mdt_internal.h
lustre/mdt/mdt_lib.c
lustre/mdt/mdt_lproc.c
lustre/mdt/mdt_rmtacl.c [deleted file]
lustre/mdt/mdt_xattr.c
lustre/mgc/mgc_request.c
lustre/mgs/lproc_mgs.c
lustre/mgs/mgs_handler.c
lustre/mgs/mgs_internal.h
lustre/mgs/mgs_llog.c
lustre/obdclass/Makefile.in
lustre/obdclass/acl.c [new file with mode: 0644]
lustre/obdclass/genops.c
lustre/obdclass/idmap.c [new file with mode: 0644]
lustre/obdclass/obd_config.c
lustre/obdclass/obd_mount.c
lustre/obdfilter/filter.c
lustre/osc/lproc_osc.c
lustre/osc/osc_request.c
lustre/ost/ost_handler.c
lustre/ptlrpc/Makefile.in
lustre/ptlrpc/autoMakefile.am
lustre/ptlrpc/gss/autoMakefile.am
lustre/ptlrpc/gss/gss_api.h
lustre/ptlrpc/gss/gss_bulk.c
lustre/ptlrpc/gss/gss_cli_upcall.c
lustre/ptlrpc/gss/gss_internal.h
lustre/ptlrpc/gss/gss_keyring.c
lustre/ptlrpc/gss/gss_krb5_mech.c
lustre/ptlrpc/gss/gss_mech_switch.c
lustre/ptlrpc/gss/gss_pipefs.c
lustre/ptlrpc/gss/gss_rawobj.c
lustre/ptlrpc/gss/gss_svc_upcall.c
lustre/ptlrpc/gss/sec_gss.c
lustre/ptlrpc/import.c
lustre/ptlrpc/layout.c
lustre/ptlrpc/niobuf.c
lustre/ptlrpc/pack_generic.c
lustre/ptlrpc/ptlrpc_internal.h
lustre/ptlrpc/sec.c
lustre/ptlrpc/sec_bulk.c
lustre/ptlrpc/sec_config.c [new file with mode: 0644]
lustre/ptlrpc/sec_gc.c
lustre/ptlrpc/sec_lproc.c
lustre/ptlrpc/sec_null.c
lustre/ptlrpc/sec_plain.c
lustre/ptlrpc/service.c
lustre/tests/Makefile.am
lustre/tests/acceptance-small.sh
lustre/tests/conf-sanity.sh
lustre/tests/krb5_login.sh
lustre/tests/replay-dual.sh
lustre/tests/rmtacl/README [new file with mode: 0644]
lustre/tests/rmtacl/cp.test [new file with mode: 0644]
lustre/tests/rmtacl/getfacl-noacl.test [new file with mode: 0644]
lustre/tests/rmtacl/inheritance.test [new file with mode: 0644]
lustre/tests/rmtacl/make-tree [new file with mode: 0755]
lustre/tests/rmtacl/misc.test [new file with mode: 0644]
lustre/tests/rmtacl/permissions.test [new file with mode: 0644]
lustre/tests/rmtacl/run [new file with mode: 0755]
lustre/tests/rmtacl/setfacl.test [new file with mode: 0644]
lustre/tests/sanity-gss.sh
lustre/tests/sanity-sec.sh
lustre/tests/sanity.sh
lustre/tests/test-framework.sh
lustre/utils/Makefile.am
lustre/utils/gss/lgss_keyring.c
lustre/utils/gss/lgss_krb5_utils.c
lustre/utils/gss/lsupport.c
lustre/utils/gss/lsupport.h
lustre/utils/gss/nfs-utils-1.0.11-lustre.diff
lustre/utils/gss/svcgssd_proc.c
lustre/utils/l_facl.c [deleted file]
lustre/utils/l_getidentity.c
lustre/utils/lfs.c
lustre/utils/liblustreapi.c
lustre/utils/module_setup.sh