aboutsummaryrefslogtreecommitdiff
path: root/cddl
Commit message (Expand)AuthorAgeFilesLines
* Fix a few gratuitous library dependencies. Some of the ZFS utilitiesRobert Millan2011-10-306-13/+13
* Update copyright to include myself.Pawel Jakub Dawidek2011-10-245-0/+11
* Extend r226676 to allow rename without unmount even for file systems withPawel Jakub Dawidek2011-10-246-34/+87
* Allow to rename file systems without remounting if it is possible.Pawel Jakub Dawidek2011-10-243-3/+22
* zdb: access dp_free_bpobj only if pool version is >= SPA_VERSION_DEADLISTSPawel Jakub Dawidek2011-10-211-2/+4
* thr_create: new_thread_ID may be NULLPawel Jakub Dawidek2011-10-211-1/+5
* libzpool task_alloc: pass only valid flags to kmem_allocPawel Jakub Dawidek2011-10-211-1/+1
* Make all the lines align properly.Pawel Jakub Dawidek2011-10-201-4/+4
* Remove assertion that prevents zfs rename of datasets with mountpoint=noneMartin Matuska2011-09-281-1/+0
* Fix serious bug in ZIL that can lead to pool corruptionMartin Matuska2011-07-301-0/+35
* Fix wrong initialization of "cmd" for calling the jail/unjail ioctl.Martin Matuska2011-07-301-1/+2
* ZFS tries to allocate blocks evenly across all devices. This means whenMartin Matuska2011-07-181-0/+2
* Resurrect the ZFS "aclmode" propertyMartin Matuska2011-07-181-2/+3
* cddl/contrib/opensolaris/cmd/zpool/zpool_main.c:Justin T. Gibbs2011-07-183-2/+154
* Correct reporting of missing leaf vdevs so that the GUID required toJustin T. Gibbs2011-07-182-8/+18
* cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h:Justin T. Gibbs2011-07-183-5/+34
* Add a new "REFCOMPRESSRATIO" property.Martin Matuska2011-06-282-2/+16
* Allow mountpoints as arguments for the 'zfs get' command.Martin Matuska2011-06-281-2/+2
* Do not use #warning to warn about missing implementation of dt_popc(),Simon L. B. Nielsen2011-06-191-1/+1
* Fix clang warnings.Ben Laurie2011-06-181-7/+9
* Remove C constructs that are incompatible with C++ from variousJustin T. Gibbs2011-06-101-0/+9
* Close a race between libzfs and mountd when updating NFS exports.Will Andrews2011-05-261-0/+1
* Don't pass empty mount options to nmount(2).Jaakko Heinonen2011-05-031-2/+4
* Fix 'zfs list <path>' handling. If the path was found, the 'ret' variable wasPawel Jakub Dawidek2011-04-121-3/+4
* Properly print characters larger than 127.Pawel Jakub Dawidek2011-03-241-2/+4
* Finally... Import the latest open-source ZFS version - (SPA) 28.Pawel Jakub Dawidek2011-02-2772-6282/+18054
* When building libzpool on ia64 or sparc64, don't add the .note.GNU-stackDimitry Andric2011-02-151-0/+2
* Fix some leftover binaries and shared libraries in the system that stillDimitry Andric2011-02-151-0/+1
* Re-commit the zfs sysctl(9) type-safety changes.Matthew D Fleming2011-01-131-0/+1
* Print message with information about updating the boot code if a newMartin Matuska2010-12-081-10/+9
* Do not print OpenSolaris hint to use (non-existing) installgrub(1) commandMartin Matuska2010-12-081-0/+4
* Do not lint code beyond necessity (with apologies to Wiliam of Ockham).Mark Murray2010-11-181-0/+5
* Fix ztest when it is executed by just 'ztest' and not by full pathPawel Jakub Dawidek2010-11-011-2/+1
* 1. Remove invalid assertion.Pawel Jakub Dawidek2010-11-011-3/+3
* Use ${PICFLAG} instead of -fpic.Rui Paulo2010-10-271-1/+1
* Properly handle IO with B_FAILFASTMartin Matuska2010-09-271-5/+6
* Enable offlining of log devices.Martin Matuska2010-09-274-220/+230
* Minor grammar fixes.Christian Brueffer2010-09-211-2/+2
* Remove duplicate include of <strings.h>Martin Matuska2010-09-171-1/+0
* Add a man page for plockstat.Rui Paulo2010-09-152-1/+95
* Give a chance to the target binary to run the ctors by waiting until itRui Paulo2010-09-121-1/+1
* Disable debug by default.Rui Paulo2010-09-111-1/+1
* Don't try to map the USDT probes. This is necessary because there is noRui Paulo2010-09-101-1/+3
* Don't clobber an existing target object file when doing the DTraceRui Paulo2010-09-091-0/+12
* Include <sys/sdt.h> on a generated header.Rui Paulo2010-09-011-0/+4
* Eliminate confusing while () loop. In the first version of the code it wasPawel Jakub Dawidek2010-08-311-4/+3
* When upgrading a pool which contain root file system, give user a hint thatPawel Jakub Dawidek2010-08-311-0/+47
* Give user a hint what to do when /usr/lib/zfs/pyzfs.py is missing.Pawel Jakub Dawidek2010-08-291-0/+2
* Print errors on stderr.Pawel Jakub Dawidek2010-08-291-2/+2
* Fix 'zfs allow' (maybe not only) returning:Pawel Jakub Dawidek2010-08-291-0/+1