summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Merge recent vendor changes:mm2012-08-2317-168/+340
* Backport fix for vendor issue #3085mm2012-08-191-4/+5
* Streamline use of cdevpriv and correct some corner cases.hselasky2012-08-151-2/+0
* Include <vm/vm_param.h> for PA_LOCK_COUNT in order to fix kernel buildmarius2012-08-051-0/+1
* Partial MFV (illumos-gate 13753:2aba784c276b)mm2012-07-304-11/+22
* Make ZVOL resizing ('zfs set volsize') properly resize the GEOM provider.trasz2012-07-201-9/+3
* Change UL to ULL since time is 32 bits.gnn2012-07-172-2/+2
* Add support for walltimestamp in DTrace.gnn2012-07-162-4/+14
* r237748 continuation: fix nopw (0f 1f) behavior with respect to modifiersavg2012-07-062-2/+2
* r237748 continuation: segment-override prefixes are not invalid in long modeavg2012-07-062-8/+8
* vdev_io_done stage is not used for ioctls.pjd2012-07-041-1/+1
* Expose scrub and resilver tunables.mm2012-07-021-12/+44
* Bump dtrace_helper_actions_max from 32 to 128pfg2012-06-291-1/+1
* dtrace instruction decoder: add 0x0f 0x1f NOP opcode supportavg2012-06-292-2/+2
* Bring llquantize support into Dtrace.pfg2012-06-272-0/+128
* Import Illumos revision 13736:9f1d48e1681fmm2012-06-221-0/+3
* Introduce "feature flags" for ZFS pools (bump SPA version to 5000).mm2012-06-1147-404/+2806
* ds_guid of 0 is special, as it is used by snapshot receive code topjd2012-06-091-4/+8
* Integrate a fix for a very odd signal delivery problem foundgnn2012-06-042-14/+24
* Fix DTrace TSC skew calculation:zml2012-06-042-2/+2
* Tighten up the assertion: because size can't be 0 and even if sm_space is equalpjd2012-05-291-1/+1
* Eliminate 'where' argument, we don't use it.pjd2012-05-291-2/+1
* Remove unused variable.pjd2012-05-291-1/+0
* Remove unused sysctl.pjd2012-05-291-6/+0
* Import illumos changeset 13570:3411fd5f1589mm2012-05-2713-31/+146
* Import illumos changeset 13605:b5c2b5db80d6 (partial)mm2012-05-271-1/+1
* Fix enforcement of file size limit with O_APPEND on ZFS.trasz2012-05-221-3/+6
* add a zfs spa_t change missed in r235329avg2012-05-121-1/+1
* Import illumos changeset 13686:4bc0783f6064mm2012-05-107-130/+228
* Partially revert r232938; ZFS only requires nfs4 but not posix1e.marius2012-04-291-1/+0
* Implement the D "cpu" variable, which returns curcpu. I have chosen notrstone2012-04-262-0/+9
* Remove unused thread argument to vrecycle().trasz2012-04-232-2/+2
* - Introduce a cache-miss optimization for consistency with otherattilio2012-04-091-2/+1
* zfs_ioctl: no need for ddi_copyin/out here because sys_ioctl handles thatavg2012-04-051-1/+8
* Instead of only iterating over the set of known SDT probes when sdt.ko isrstone2012-03-271-2/+5
* - For o32 ABI get arguments from the stackgonzo2012-03-261-0/+28
* Properly cast 64-bit dofhp_dof to pointer.gonzo2012-03-261-5/+1
* Use macroses to load/store pointers and increase indexes instead ofgonzo2012-03-261-11/+11
* Add device part of DTrace/MIPS codegonzo2012-03-246-1/+1274
* Add MIPS support to cddl/contrib part:gonzo2012-03-243-2/+80
* Add dependencies onto acl_posix1e and acl_nfs4.adrian2012-03-131-0/+2
* Analogous to r232059, add a parameter for the ZFS file system:mm2012-02-261-0/+4
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+2
* Revert r230913 and r230914.mm2012-02-031-6/+3
* Add copyright information on last commits to comply with CDDL.mm2012-02-021-0/+3
* Fix out of bounds write causing random panics,mm2012-02-021-3/+3
* always exclude data bufs regardless of debug settingskmacy2012-01-291-1/+1
* add tunable for developers working on areas outside of ZFSkmacy2012-01-281-1/+6
* exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64kmacy2012-01-272-2/+4
* Merge illumos revisions 13572, 13573, 13574:mm2012-01-247-23/+51
OpenPOWER on IntegriCloud