Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove scripts/common.sh | Brian Behlendorf | 2010-09-01 | 1 | -443/+0 |
| | | | | | | | | | This script is now dynamically generated at configure time from scripts/common.sh.in. This change was made by commit 26e61dd074df64f9e1d779273efd56fa9d92cdc5 but we accidentally kept the common.sh file around. Signed-off-by: Brian Behlendorf <[email protected]> | ||||
* | Add initial autoconf products | Brian Behlendorf | 2010-08-31 | 1 | -0/+549 |
| | | | | | | | Add the initial products from autogen.sh. These products will be updated incrementally after this point as development occurs. Signed-off-by: Brian Behlendorf <[email protected]> | ||||
* | Add linux zpios support | Brian Behlendorf | 2010-08-31 | 20 | -0/+1794 |
| | | | | | | Linux kernel implementation of PIOS test app. Signed-off-by: Brian Behlendorf <[email protected]> | ||||
* | Add linux kernel device support | Brian Behlendorf | 2010-08-31 | 3 | -31/+531 |
| | | | | | | | | | | | | | | | | This branch contains the majority of the changes required to cleanly intergrate with Linux style special devices (/dev/zfs). Mainly this means dropping all the Solaris style callbacks and replacing them with the Linux equivilants. This patch also adds the onexit infrastructure needed to track some minimal state between ioctls. Under Linux it would be easy to do this simply using the file->private_data. But under Solaris they apparent need to pass the file descriptor as part of the ioctl data and then perform a lookup in the kernel. Once again to keep code change to a minimum I've implemented the Solaris solution. Signed-off-by: Brian Behlendorf <[email protected]> | ||||
* | Add build system | Brian Behlendorf | 2010-08-31 | 31 | -0/+1915 |
| | | | | | | Add autoconf style build infrastructure to the ZFS tree. This includes autogen.sh, configure.ac, m4 macros, some scripts/*, and makefiles for all the core ZFS components. | ||||
* | Update core ZFS code from build 121 to build 141. | Brian Behlendorf | 2010-05-28 | 1 | -18/+17 |
| | |||||
* | Update nvpair's to include nv_alloc_fixed support | Brian Behlendorf | 2010-04-29 | 1 | -0/+1 |
| | |||||
* | Add Solaris FMA style support | Brian Behlendorf | 2010-04-29 | 1 | -3/+5 |
| | |||||
* | Rename update-zfs.sh -> zfs-update.sh for consistency | Brian Behlendorf | 2010-03-11 | 1 | -0/+0 |
| | |||||
* | Pull in latest man pages as part of update-zfs.sh | Brian Behlendorf | 2009-12-11 | 1 | -3/+27 |
| | | | | | | | | | | | The script has been updated to download the latest documentations packages for Solaris and extract the needed ZFS man pages. These will still need a little markup to handle changes between the Solaris and Linux versions of ZFS. Howver, they should be pretty minor I've tried hard to keep the interface the same. In additional to the script update the zdb, zfs, and zpool man pages have been added to the repo. | ||||
* | Remove zvol.c when updating in update-zfs.sh Linux version available. | Brian Behlendorf | 2009-11-15 | 1 | -0/+1 |
| | |||||
* | Script update-zfs.sh updated to include libefi library | Brian Behlendorf | 2009-10-09 | 1 | -0/+6 |
| | |||||
* | Add unicode library | Brian Behlendorf | 2009-01-05 | 1 | -0/+9 |
| | |||||
* | Remove zdump, it's an unrelateds command which I added simply due to the z* ↵ | Brian Behlendorf | 2009-01-05 | 1 | -4/+0 |
| | | | | command convention | ||||
* | Remove zcommon reference merged in to zpool | Brian Behlendorf | 2008-12-12 | 1 | -3/+0 |
| | |||||
* | Moving lib/libspl to linux-libspl branch | Brian Behlendorf | 2008-12-11 | 1 | -11/+0 |
| | |||||
* | Script updates | Brian Behlendorf | 2008-12-11 | 1 | -2/+8 |
| | |||||
* | Move library files to lib | Brian Behlendorf | 2008-12-11 | 1 | -5/+7 |
| | |||||
* | Fix typo | Brian Behlendorf | 2008-12-11 | 1 | -1/+1 |
| | |||||
* | Add a few missing files | Brian Behlendorf | 2008-12-11 | 1 | -7/+9 |
| | |||||
* | Move the world out of /zfs/ and seperate out module build tree | Brian Behlendorf | 2008-12-11 | 1 | -49/+53 |
| | |||||
* | Remove libumem, we will try and remove this dependency entirely. If we ↵ | Brian Behlendorf | 2008-12-10 | 1 | -7/+0 |
| | | | | can't then the best move will simply be to use the official library, or build it as a convenience library | ||||
* | Move vmem* to libumem | Brian Behlendorf | 2008-12-09 | 1 | -4/+3 |
| | |||||
* | Temporarily move taskq+util to libzpool until that directory is broken in to ↵ | Brian Behlendorf | 2008-12-09 | 1 | -3/+3 |
| | | | | lib+module | ||||
* | Minor tweak to update script | Brian Behlendorf | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Add userspace zfs_context file | Brian Behlendorf | 2008-12-03 | 1 | -0/+1 |
| | |||||
* | Rebase to OpenSolaris b103, in the process we are removing any code which ↵ | Brian Behlendorf | 2008-12-03 | 1 | -38/+129 |
| | | | | did not originate from the OpenSolaris source. These changes will be reintroduced in topic branches for easier tracking | ||||
* | Finish removing all non-upstream bits from master | Brian Behlendorf | 2008-12-01 | 12 | -1133/+0 |
| | |||||
* | Removed build system from master branch, will relocate to linux-zfs-branch | Brian Behlendorf | 2008-12-01 | 1 | -8/+0 |
| | |||||
* | Update zpios for trivial workload | Brian Behlendorf | 2008-11-26 | 1 | -12/+6 |
| | |||||
* | Initial Linux ZFS GIT Repo | Brian Behlendorf | 2008-11-20 | 14 | -0/+1206 |