summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use provided name when allocating ksid domain. It isn't really used on FreeBSD,pjd2012-01-221-3/+3
* Dramatically optimize listing snapshots when user requests only snapshotpjd2012-01-212-4/+6
* By default turn off prefetch when listing snapshots.pjd2012-01-201-1/+7
* Fix the "lock &zrl->zr_mtx already initialized" assertion by initializingpluknet2012-01-171-1/+1
* - Allow to change vfs.zfs.arc_meta_limit at runtime.pjd2012-01-051-4/+4
* In sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c, check thedim2012-01-031-1/+1
* opensolaris compat: fix vcmn_err so that panic(9) produces a proper messageavg2011-12-191-8/+14
* From time to time people report space map corruption resulting in panicpjd2011-12-181-1/+25
* Implement replying of ACLs updates. ACL changes should go to ZIL onlypjd2011-12-182-13/+16
* Revert the approach for skipping lockstat_probe_func call when doingattilio2011-12-121-0/+3
* Move ru_inblock increment into arc_read_nolock() so we don't account forpjd2011-12-102-4/+3
* The vfs.zfs.txg.timeout sysctl can be safely modified at run time.pjd2011-12-091-1/+1
* Fix typo in copyright notice.mm2011-11-281-1/+1
* Merge new ZFS features from illumos:mm2011-11-2824-118/+808
* Existing VOP_VPTOCNP() interface has a fatal flow that is critical forkib2011-11-191-1/+1
* Correct the types of the arguments to return probes of the syscallrstone2011-11-111-2/+7
* On i386, fbt probes are implemented by writing an invalid opcode overrstone2011-11-101-3/+3
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-072-2/+2
OpenPOWER on IntegriCloud