| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
This fixes a regression that zfs list would crash on zfs having user properties.
PR: kern/145377
Submitted by: mm
Approved by: pjd
Obtained from: OpenSolaris
MFC after: 10 days
|
|
|
|
|
|
|
|
|
|
| |
6773366 "zfs list" memory consumption can be further reduced
PR: bin/144720
Submitted by: mm
Approved by: pjd
Obtained from: OpenSolaris
MFC after: 1 month
|
|
|
|
|
|
|
| |
mounted (receive -u).
Obtained from: OpenSolaris (onnv revision 8584:327a1b6dd944)
Approved by: pjd
|
|
|
|
| |
Reviewed by: pjd
|
|
|
|
| |
refuse to set them.
|
|
|
|
|
|
|
|
|
|
| |
# zfs unshare -a
# zfs destroy foo/bar
# zfs rename foo/bar foo/baz
should properly remove exported file systems.
MFC after: 3 days
|
|
|
|
|
| |
Submitted by: James R. Van Artsdalen <james-freebsd-current@jrv.org>
Approved by: re (kib)
|
|
|
|
|
|
|
| |
This fixes 'zdb <poolname>' crash.
Reported by: avg
Approved by: re (kib)
|
| |
|
|
|
|
|
|
|
|
| |
'lib32' for 32-bit binaries on amd64 and 'lib' for 64-bit binaries.
Remove an #ifdef __i386__ that defined use32 to the wrong value on
i386 to workaround the bug in the terenary operator.
MFC after: 1 month
|
|
|
|
| |
MFC after: 3 weeks
|
|
|
|
|
|
|
|
| |
unsigned long:
WARNING pid 12888 (zfs/zpool): ioctl sign-extension ioctl ffffffffcc285aXX
Reported by: kris
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This bring huge amount of changes, I'll enumerate only user-visible changes:
- Delegated Administration
Allows regular users to perform ZFS operations, like file system
creation, snapshot creation, etc.
- L2ARC
Level 2 cache for ZFS - allows to use additional disks for cache.
Huge performance improvements mostly for random read of mostly
static content.
- slog
Allow to use additional disks for ZFS Intent Log to speed up
operations like fsync(2).
- vfs.zfs.super_owner
Allows regular users to perform privileged operations on files stored
on ZFS file systems owned by him. Very careful with this one.
- chflags(2)
Not all the flags are supported. This still needs work.
- ZFSBoot
Support to boot off of ZFS pool. Not finished, AFAIK.
Submitted by: dfr
- Snapshot properties
- New failure modes
Before if write requested failed, system paniced. Now one
can select from one of three failure modes:
- panic - panic on write error
- wait - wait for disk to reappear
- continue - serve read requests if possible, block write requests
- Refquota, refreservation properties
Just quota and reservation properties, but don't count space consumed
by children file systems, clones and snapshots.
- Sparse volumes
ZVOLs that don't reserve space in the pool.
- External attributes
Compatible with extattr(2).
- NFSv4-ACLs
Not sure about the status, might not be complete yet.
Submitted by: trasz
- Creation-time properties
- Regression tests for zpool(8) command.
Obtained from: OpenSolaris
|
|
|
|
| |
Approved by: jb
|
| |
|
| |
|
| |
|
|
|
|
| |
* Add a couple of FreeBSD action extensions.
|
| |
|
| |
|
|
|
|
|
| |
* Add stubs for the other FreeBSD arches.
* Make the file compile cleanly.
|
|
|
|
| |
* Add FreeBSD constructor/destructor definitions.
|
|
|
|
|
|
|
| |
* Get the kernel module file name rather than hard-coding it like on Solaris.
* Use FreeBSD's process library API.
* Handle FreeBSD's different lock types.
* Get the list of loaded providers via a syscall.
|
|
|
|
| |
* Make this file compile cleanly.
|
|
|
|
|
|
|
| |
for userland tracing.
For now we need the basic functions to be in place so that DTrace can
be used for kernel tracing.
|
| |
|
|
|
|
| |
in on the vendor branch.
|
|
|
|
|
|
|
| |
* There are a few placeholders in here for which there isn't libproc
support code yet. This is relevent to userland tracing. This set of
commits is designed to get kernel tracing up and running, with the
userland stuff to follow later.
|
| |
|
|
|
|
|
|
| |
* Handle the different ioctl design.
* Add support for the get and set error location.
* Add support for freopen().
|
|
|
|
| |
* Make the file compile cleanly.
|
|
|
|
|
|
|
|
| |
error is returned all the way back to the dtrace app, it's hard to
figure out where that error came from.
Add a couple of functions to get and set the error location which can
be optionally compiled into the library.
|
| |
|
|
|
|
|
| |
* Use FreeBSD's kld syscalls to get kernel module information instead
of using an object file system like Solaris uses.
|
|
|
|
|
| |
* Use FreeBSD's process library API.
* Make the file compile cleanly.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Handle the different ioctl design.
* Support the freopen() changes.
* Use functions in FreeBSD's process library rather than the CDDL
library that Solaris has which sits on top of their process file
system and is therefore unsuitable for use on FreeBSD. The libproc
API for FreeBSD is deliberately different to that on Solaris because
Sun wouldn't release the libproc.h header under a BSD license.
|
|
|
|
|
|
|
|
| |
* On FreeBSD define both LITTLE_ENDIAN and BIG_ENDIAN and then set the
BYTE_ORDER to the one we are using. On Solaris they define one or
the other but not both. For us to keep using FreeBSD header files,
we need to use endian definitions the same way we do in pure BSD
code.
|
| |
|
| |
|
| |
|
|
|
|
| |
* Handle the different ioctl format.
|
|
|
|
|
| |
* Allow for the different level of indirection between SYSV's ioctl and BSD's.
* Map a couple of sysconf definitions to one that FreeBSD has.
|
|
|
|
| |
that Solaris has. We may need to revisit this issue later.
|
|
|
|
|
| |
some hoops to get the compression functions. On FreeBSD have libz and
can just link against it.
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
OpenSolaris. This commit resets files to match the versions in the
OpenSolaris tree as of 2008/04/10.
The changes in this import from the previous import are the ones that
will subsequently re-applied to take files off the vendor branch. This
is unfortunately necessary because the Solaris developers won't allow
FreeBSD support #ifdefs in their source code because that creates
'dead code' (stuff that they never compile).
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
|