Skip to content

Commit

Permalink
# This is a combination of 56 commits.
Browse files Browse the repository at this point in the history
# This is the 1st commit message:
Merge branch 'master' of https://github.com/zfsonlinux/zfs

* 'master' of https://github.com/zfsonlinux/zfs:
  Enable QAT support in zfs-dkms RPM

# This is the commit message openzfs#2:

Import 0.6.5.7-0ubuntu3

# This is the commit message openzfs#3:

gbp changes

# This is the commit message openzfs#4:

Bump ver

# This is the commit message openzfs#5:

-j9 baby

# This is the commit message openzfs#6:

Up

# This is the commit message openzfs#7:

Yup

# This is the commit message openzfs#8:

Add new module

# This is the commit message openzfs#9:

Up

# This is the commit message openzfs#10:

Up

# This is the commit message openzfs#11:

Bump

# This is the commit message openzfs#12:

Grr

# This is the commit message openzfs#13:

Yay

# This is the commit message openzfs#14:

Yay

# This is the commit message openzfs#15:

Yay

# This is the commit message openzfs#16:

Yay

# This is the commit message openzfs#17:

Yay

# This is the commit message openzfs#18:

Yay

# This is the commit message openzfs#19:

yay

# This is the commit message openzfs#20:

yay

# This is the commit message openzfs#21:

yay

# This is the commit message openzfs#22:

Update ppa script

# This is the commit message openzfs#23:

Update gbp conf with br changes

# This is the commit message openzfs#24:

Update gbp conf with br changes

# This is the commit message openzfs#25:

Bump

# This is the commit message openzfs#26:

No pristine

# This is the commit message openzfs#27:

Bump

# This is the commit message openzfs#28:

Lol whoops

# This is the commit message openzfs#29:

Fix name

# This is the commit message openzfs#30:

Fix name

# This is the commit message openzfs#31:

rebase

# This is the commit message openzfs#32:

Bump

# This is the commit message openzfs#33:

Bump

# This is the commit message openzfs#34:

Bump

# This is the commit message openzfs#35:

Bump

# This is the commit message openzfs#36:

ntrim

# This is the commit message openzfs#37:

Bump

# This is the commit message openzfs#38:

9

# This is the commit message openzfs#39:

Bump

# This is the commit message openzfs#40:

Bump

# This is the commit message openzfs#41:

Bump

# This is the commit message openzfs#42:

Revert "9"

This reverts commit de488f1.

# This is the commit message openzfs#43:

Bump

# This is the commit message openzfs#44:

Account for zconfig.sh being removed

# This is the commit message openzfs#45:

Bump

# This is the commit message openzfs#46:

Add artful

# This is the commit message openzfs#47:

Add in zed.d and zpool.d scripts

# This is the commit message openzfs#48:

Bump

# This is the commit message openzfs#49:

Bump

# This is the commit message openzfs#50:

Bump

# This is the commit message openzfs#51:

Bump

# This is the commit message openzfs#52:

ugh

# This is the commit message openzfs#53:

fix zed upgrade

# This is the commit message openzfs#54:

Bump

# This is the commit message openzfs#55:

conf file zed.d

# This is the commit message #56:

Bump
  • Loading branch information
akatrevorjay committed Dec 16, 2017
2 parents 861f443 + f6940bb commit 4ae6a0d
Show file tree
Hide file tree
Showing 70 changed files with 6,732 additions and 0 deletions.
2,195 changes: 2,195 additions & 0 deletions debian/changelog

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7
207 changes: 207 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,207 @@
Source: zfs-linux
Section: kernel
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Darik Horn <dajhorn@vanadac.com>
Build-Depends: autotools-dev,
autoconf,
autogen,
automake,
debhelper (>= 7),
dh-autoreconf,
dh-systemd,
dkms (>= 2.2.0.2),
libselinux1-dev,
libtool,
uuid-dev,
zlib1g-dev,
libblkid-dev,
libattr1-dev
Standards-Version: 3.9.8
Homepage: https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.6.5.6

Package: libnvpair1linux
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: libnvpair0
Description: Solaris name-value library for Linux
This library provides routines for packing and unpacking nv pairs for
transporting data across process boundaries, transporting between
kernel and userland, and possibly saving onto disk files.

Package: libnvpair1linux-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, libnvpair1linux (= ${binary:Version})
Replaces: libnvpair0-dbg
Description: Debugging symbols for libnvpair1linux
This library provides routines for packing and unpacking nv pairs for
transporting data across process boundaries, transporting between
kernel and userland, and possibly saving onto disk files.
.
This package contains the debugging symbols for libnvpair1linux.

Package: libuutil1linux
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: libuutil0
Description: Solaris userland utility library for Linux
This library provides a variety of glue functions for OpenZFS on Linux:
* libspl: The Solaris Porting Layer library, which provides APIs that make it
possible to run Solaris user code in a Linux environment with relatively
minimal modification.
* libavl: The Adelson-Velskii Landis balanced binary tree manipulation
library.
* libefi: The Extensible Firmware Interface library for GUID disk
partitioning.
* libshare: NFS and SMB service integration for OpenZFS.

Package: libuutil1linux-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, libuutil1linux (= ${binary:Version})
Replaces: libuutil0-dbg
Description: Debugging symbols for libuutil1linux
This library provides a variety of glue functions for OpenZFS on Linux:
* libspl: The Solaris Porting Layer library, which provides APIs that make it
possible to run Solaris user code in a Linux environment with relatively
minimal modification.
* libavl: The Adelson-Velskii Landis balanced binary tree manipulation
library.
* libefi: The Extensible Firmware Interface library for GUID disk
partitioning.
* libshare: NFS and SMB service integration for OpenZFS.
.
This package contains debugging symbols for libuutil1linux.

Package: libzfslinux-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libnvpair1linux (= ${binary:Version}),
libuutil1linux (= ${binary:Version}),
libzfs2linux (= ${binary:Version}),
libzpool2linux (= ${binary:Version})
Provides: libnvpair-dev, libuutil-dev
Replaces: libefi1,
libnvpair1,
libshare1,
libspl1,
libunicode1,
libuutil1,
libzavl1,
libzfs2,
libzpool2,
Description: Native OpenZFS filesystem development files for Linux
Header files and static libraries for compiling software
against libzfs.

Package: libzfs2linux
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: libzfs0, libzfs1
Description: Native OpenZFS filesystem library for Linux
The ZFS on Linux management library.

Package: libzfs2linux-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, libzfs2linux (= ${binary:Version})
Replaces: libzfs0-dbg, libzfs1-dbg
Description: Debugging symbols for libzfs2
The ZFS on Linux management library.
.
This package contains the debugging symbols for libzfs2.

Package: libzpool2linux
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: libzpool0, libzpool1
Description: Native OpenZFS pool library for Linux
The zpool management library.

Package: libzpool2linux-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, libzpool2linux (= ${binary:Version})
Replaces: libzpool0-dbg, libzpool1-dbg
Description: Debugging symbols for libzpool2
The zpool management library.
.
This package contains the debugging symbols for libzpool2.

Package: zfs-dkms
Section: kernel
Architecture: any
Pre-Depends: spl-dkms (>= ${source:Upstream-Version})
Depends: ${misc:Depends}, dkms (>= 2.2.0.2)
Replaces: lzfs, lzfs-dkms
Provides: lustre-backend-fs, lzfs, lzfs-dkms
Conflicts: lzfs, lzfs-dkms
Description: Native OpenZFS filesystem kernel modules for Linux
An advanced integrated volume manager and filesystem that is designed for
performance and data integrity. Snapshots, clones, checksums, deduplication,
compression, and RAID redundancy are built-in features.
.
Includes the SPA, DMU, ZVOL, and ZPL components of OpenZFS.

Package: zfs-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Native OpenZFS filesystem documentation and examples.
Shared boilerplate files for OpenZFS on Linux that are not required at runtime.

Package: zfs-initramfs
Section: kernel
Architecture: all
Depends: ${misc:Depends}, zfsutils-linux
Description: Native OpenZFS root filesystem capabilities for Linux
This package adds OpenZFS to the system initramfs with a hook
for the initramfs-tools infrastructure.

Package: zfs-zed
Section: admin
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, zfsutils-linux
Suggests: default-mta | mail-transport-agent
Replaces: zfsutils-linux (<< 0.6.5.6-0ubuntu9)
Breaks: zfsutils-linux (<< 0.6.5.6-0ubuntu9)
Description: OpenZFS Event Daemon (zed)
A monitor that automatically runs scripts for OpenZFS kernel events,
like disk failures.

Package: zfs-zed-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, zfs-zed (= ${binary:Version})
Description: Debugging symbols for zfs-zed
This package contains the debugging symbols for zfs-zed.

Package: zfsutils-linux
Section: admin
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: zfs-zed
Suggests: samba-common-bin (>= 3.0.23), nfs-kernel-server, zfs-initramfs
Conflicts: zfs, zfs-fuse
Provides: zfs
Replaces: zfs
Description: Native OpenZFS management utilities for Linux
This package provides the zpool and zfs commands that are used to
manage OpenZFS filesystems.

Package: zfsutils-linux-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, zfsutils-linux (= ${binary:Version})
Replaces: zfs-dbg
Description: Debugging symbols for zfsutils-linux
This package provides the zpool and zfs commands that are used to
manage OpenZFS filesystems.
.
This package contains the debugging symbols for zfsutils-linux
Loading

0 comments on commit 4ae6a0d

Please sign in to comment.