summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* libdtrace: add support for lazyload mode.markj2015-04-083-21/+37
* Add DTrace probe to the new ARC reclaim cause added in r281026.mav2015-04-051-1/+5
* Make ZFS ARC track both KVA usage and fragmentation.mav2015-04-031-2/+12
* Add the arm64 defines for cddl code.andrew2015-04-012-1/+43
* Import a missing piece of commit b8fac8e162eda7e98d from illumos-gate.markj2015-03-302-2/+44
* Some cosmetic polishing. No functional change.mav2015-03-291-5/+5
* Remove unused upstream DTrace provider implementations that are duplicatesmarkj2015-03-164-2193/+0
* Now that DTrace stack traces handle exception frames better, skip fewerrwatson2015-03-151-1/+1
* On ARM, unlike some other architectures, saved $pc values from in-kernelrwatson2015-03-151-6/+6
* Replace the completely arbitrary '3' with '9' for the number of frames torwatson2015-03-151-1/+1
* Allow zvol_geom_worker to process BIO_DELETE'ssmh2015-03-141-0/+4
* Make DIOCGATTR in device mode handle "GEOM::candelete".mav2015-03-121-1/+3
* Add support for walltimestamp to DTrace on ARM.gnn2015-03-071-3/+4
* dtrace_cas32 and dtrace_casptr should retrn the data loaded from targetandrew2015-03-051-5/+3
* Add the MD parts of dtrace needed to use fbt on ARM. For this we need toandrew2015-03-053-8/+97
* Fix build after unifying DAR/DEAR storage in trap frame.nwhitehorn2015-03-051-1/+1
* Don't all DTrace's FBT on ARM to instrument undefinedinstruction(), asrwatson2015-03-051-0/+7
* Fix the dtrace ARM atomic compare-and-set functions. These functions areandrew2015-03-012-31/+22
* Allow Illumos code to co-exist with nv(9)rstone2015-03-011-0/+259
* Use the ARM unwinder with dtrace to extract the stack when asked. With thisandrew2015-02-191-90/+29
* Clean up machine dependent code for DTrace on ARM.gnn2015-02-111-1142/+31
* Initial version of DTrace on ARM32.gnn2015-02-1012-2/+2348
* Fix a typo in r278137: make sure to free provider state.markj2015-02-081-1/+1
* MFV r266995:pfg2015-02-031-2/+3
* MFV r266993:pfg2015-02-033-47/+54
* Continue to handle the case where state is NULL, though this currentlymarkj2015-02-031-4/+13
* Diff reduction with illumos, in preparation for merging r266993 from themarkj2015-02-031-13/+10
* Prevent inlining txg_quiescesmh2015-02-022-2/+2
* Don't attempt to disable enabled fasttrap probes in an exiting process.markj2015-01-301-2/+7
* In fasttrap_sigtrap(), use tdsendsignal() rather than tdksignal() to sendmarkj2015-01-301-1/+1
* MFV r255258:delphij2015-01-281-0/+1
* When creating or updating a node, use vfs_timestamp() for "now" insteadwill2015-01-241-2/+2
* Remove commented log messages.will2015-01-211-2/+0
* Ignore sync requests from the system syncher, i.e. VFS_SYNC(waitfor=MNT_LAZY).will2015-01-211-0/+7
* Eliminate an #ifdef illumos for zfs_ioc_rename().will2015-01-211-6/+4
* Add vfs.zfs.reference_tracking_enable sysctl/tunable.will2015-01-211-0/+4
* Fix arc__shrink DTrace probe's to_free argument.will2015-01-201-5/+1
* Use the "zfs_gfs" tag for GFS vnodes to make them easier to identify.will2015-01-201-1/+1
* NSEC_TO_TICK(usec) -> NSEC_TO_TICK(nsec)will2015-01-201-1/+1
* Remove unused strdup() #define.will2015-01-201-1/+0
* Allow skipping dmu_buf_will_dirty() call in dsl_dir_transfer_space().mav2015-01-202-6/+7
* Clean ZFS spa config before syncingsmh2015-01-181-1/+26
* Mechanically convert cddl sun #ifdef's to illumossmh2015-01-1739-421/+421
* Fix overflow bug from r248577, turning 30s TRIM timeout into ~4s.mav2015-01-141-1/+1
* Reimplement TRIM throttling added in r248577.mav2015-01-141-49/+42
* Skip extra bcopy() when scrubbing vdev without redundancy.mav2015-01-121-1/+2
* When aggregating TRIM segments, move the new one to the list end.mav2015-01-111-0/+6
* Add LBA as secondary sort key for synchronous I/O requests.mav2015-01-111-0/+5
* Use new optimized dmu_read_uio_dbuf() for ZVOLs in device mode.mav2015-01-101-1/+1
* Correct zpool list displaying invalid EXPANDSZ for unavailable pool vdevssmh2014-12-311-1/+2
OpenPOWER on IntegriCloud