]> git.proxmox.com Git - mirror_zfs.git/commit
Refresh links to web site
authorNed Bass <bass6@llnl.gov>
Tue, 5 Mar 2013 01:26:55 +0000 (17:26 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 5 Mar 2013 03:09:34 +0000 (19:09 -0800)
commit3d6af2dd6d598bebf6ab04d0e2b6f6ba6e5d0f00
tree6f9d829b6e5e86b2d81bda59d50db79e2660f2bd
parent5f0a4b0847ae19a5e647734cb3ca1c5af8bd9cf9
Refresh links to web site

Update links to refer to the official ZFS on Linux website instead of
@behlendorf's personal fork on github.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
173 files changed:
cmd/spl.c
cmd/splat.c
cmd/splat.h
configure.ac
include/fs/fs_subr.h
include/linux/bitops_compat.h
include/linux/compiler_compat.h
include/linux/file_compat.h
include/linux/kallsyms_compat.h
include/linux/list_compat.h
include/linux/math64_compat.h
include/linux/mm_compat.h
include/linux/module_compat.h
include/linux/mutex_compat.h
include/linux/proc_compat.h
include/linux/rwsem_compat.h
include/linux/smp_compat.h
include/linux/sysctl_compat.h
include/linux/time_compat.h
include/linux/uaccess_compat.h
include/linux/zlib_compat.h
include/rpc/types.h
include/rpc/xdr.h
include/sharefs/share.h
include/spl-ctl.h
include/spl-debug.h
include/spl-device.h
include/spl-trace.h
include/splat-ctl.h
include/strings.h
include/sys/acl.h
include/sys/acl_impl.h
include/sys/atomic.h
include/sys/attr.h
include/sys/bitmap.h
include/sys/bootconf.h
include/sys/bootprops.h
include/sys/buf.h
include/sys/byteorder.h
include/sys/callb.h
include/sys/cmn_err.h
include/sys/compress.h
include/sys/condvar.h
include/sys/conf.h
include/sys/console.h
include/sys/cpupart.h
include/sys/cpuvar.h
include/sys/crc32.h
include/sys/cred.h
include/sys/ctype.h
include/sys/ddi.h
include/sys/debug.h
include/sys/dirent.h
include/sys/disp.h
include/sys/dkio.h
include/sys/dklabel.h
include/sys/dnlc.h
include/sys/dumphdr.h
include/sys/efi_partition.h
include/sys/errno.h
include/sys/extdirent.h
include/sys/fcntl.h
include/sys/file.h
include/sys/fm/protocol.h
include/sys/fm/util.h
include/sys/fs/swapnode.h
include/sys/idmap.h
include/sys/int_limits.h
include/sys/int_types.h
include/sys/inttypes.h
include/sys/isa_defs.h
include/sys/kidmap.h
include/sys/kmem.h
include/sys/kobj.h
include/sys/kstat.h
include/sys/list.h
include/sys/mkdev.h
include/sys/mntent.h
include/sys/modctl.h
include/sys/mode.h
include/sys/mount.h
include/sys/mutex.h
include/sys/note.h
include/sys/open.h
include/sys/param.h
include/sys/pathname.h
include/sys/policy.h
include/sys/pool.h
include/sys/priv_impl.h
include/sys/proc.h
include/sys/processor.h
include/sys/pset.h
include/sys/random.h
include/sys/refstr.h
include/sys/resource.h
include/sys/rwlock.h
include/sys/sdt.h
include/sys/sid.h
include/sys/signal.h
include/sys/stat.h
include/sys/stropts.h
include/sys/sunddi.h
include/sys/sunldi.h
include/sys/sysdc.h
include/sys/sysevent.h
include/sys/sysevent/eventdefs.h
include/sys/sysmacros.h
include/sys/systeminfo.h
include/sys/systm.h
include/sys/t_lock.h
include/sys/taskq.h
include/sys/thread.h
include/sys/time.h
include/sys/timer.h
include/sys/tsd.h
include/sys/types.h
include/sys/types32.h
include/sys/u8_textprep.h
include/sys/uio.h
include/sys/unistd.h
include/sys/utsname.h
include/sys/va_list.h
include/sys/varargs.h
include/sys/vfs.h
include/sys/vfs_opreg.h
include/sys/vmsystm.h
include/sys/vnode.h
include/sys/zmod.h
include/sys/zone.h
include/unistd.h
include/util/qsort.h
include/util/sscanf.h
include/vm/anon.h
include/vm/pvn.h
include/vm/seg_kmem.h
module/spl/spl-atomic.c
module/spl/spl-condvar.c
module/spl/spl-cred.c
module/spl/spl-debug.c
module/spl/spl-err.c
module/spl/spl-generic.c
module/spl/spl-kmem.c
module/spl/spl-kobj.c
module/spl/spl-kstat.c
module/spl/spl-mutex.c
module/spl/spl-proc.c
module/spl/spl-rwlock.c
module/spl/spl-taskq.c
module/spl/spl-thread.c
module/spl/spl-time.c
module/spl/spl-tsd.c
module/spl/spl-vnode.c
module/spl/spl-xdr.c
module/spl/spl-zlib.c
module/splat/splat-atomic.c
module/splat/splat-condvar.c
module/splat/splat-cred.c
module/splat/splat-ctl.c
module/splat/splat-generic.c
module/splat/splat-internal.h
module/splat/splat-kmem.c
module/splat/splat-kobj.c
module/splat/splat-linux.c
module/splat/splat-list.c
module/splat/splat-mutex.c
module/splat/splat-random.c
module/splat/splat-rwlock.c
module/splat/splat-taskq.c
module/splat/splat-thread.c
module/splat/splat-time.c
module/splat/splat-vnode.c
module/splat/splat-zlib.c
scripts/check.sh