| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused upstream DTrace provider implementations that are duplicates | markj | 2015-03-16 | 4 | -2193/+0 |
* | Now that DTrace stack traces handle exception frames better, skip fewer | rwatson | 2015-03-15 | 1 | -1/+1 |
* | On ARM, unlike some other architectures, saved $pc values from in-kernel | rwatson | 2015-03-15 | 1 | -6/+6 |
* | Replace the completely arbitrary '3' with '9' for the number of frames to | rwatson | 2015-03-15 | 1 | -1/+1 |
* | Allow zvol_geom_worker to process BIO_DELETE's | smh | 2015-03-14 | 1 | -0/+4 |
* | Make DIOCGATTR in device mode handle "GEOM::candelete". | mav | 2015-03-12 | 1 | -1/+3 |
* | Add support for walltimestamp to DTrace on ARM. | gnn | 2015-03-07 | 1 | -3/+4 |
* | dtrace_cas32 and dtrace_casptr should retrn the data loaded from target | andrew | 2015-03-05 | 1 | -5/+3 |
* | Add the MD parts of dtrace needed to use fbt on ARM. For this we need to | andrew | 2015-03-05 | 3 | -8/+97 |
* | Fix build after unifying DAR/DEAR storage in trap frame. | nwhitehorn | 2015-03-05 | 1 | -1/+1 |
* | Don't all DTrace's FBT on ARM to instrument undefinedinstruction(), as | rwatson | 2015-03-05 | 1 | -0/+7 |
* | Fix the dtrace ARM atomic compare-and-set functions. These functions are | andrew | 2015-03-01 | 2 | -31/+22 |
* | Allow Illumos code to co-exist with nv(9) | rstone | 2015-03-01 | 1 | -0/+259 |
* | Use the ARM unwinder with dtrace to extract the stack when asked. With this | andrew | 2015-02-19 | 1 | -90/+29 |
* | Clean up machine dependent code for DTrace on ARM. | gnn | 2015-02-11 | 1 | -1142/+31 |
* | Initial version of DTrace on ARM32. | gnn | 2015-02-10 | 12 | -2/+2348 |
* | Fix a typo in r278137: make sure to free provider state. | markj | 2015-02-08 | 1 | -1/+1 |
* | MFV r266995: | pfg | 2015-02-03 | 1 | -2/+3 |
* | MFV r266993: | pfg | 2015-02-03 | 3 | -47/+54 |
* | Continue to handle the case where state is NULL, though this currently | markj | 2015-02-03 | 1 | -4/+13 |
* | Diff reduction with illumos, in preparation for merging r266993 from the | markj | 2015-02-03 | 1 | -13/+10 |
* | Prevent inlining txg_quiesce | smh | 2015-02-02 | 2 | -2/+2 |
* | Don't attempt to disable enabled fasttrap probes in an exiting process. | markj | 2015-01-30 | 1 | -2/+7 |
* | In fasttrap_sigtrap(), use tdsendsignal() rather than tdksignal() to send | markj | 2015-01-30 | 1 | -1/+1 |
* | MFV r255258: | delphij | 2015-01-28 | 1 | -0/+1 |
* | When creating or updating a node, use vfs_timestamp() for "now" instead | will | 2015-01-24 | 1 | -2/+2 |
* | Remove commented log messages. | will | 2015-01-21 | 1 | -2/+0 |
* | Ignore sync requests from the system syncher, i.e. VFS_SYNC(waitfor=MNT_LAZY). | will | 2015-01-21 | 1 | -0/+7 |
* | Eliminate an #ifdef illumos for zfs_ioc_rename(). | will | 2015-01-21 | 1 | -6/+4 |
* | Add vfs.zfs.reference_tracking_enable sysctl/tunable. | will | 2015-01-21 | 1 | -0/+4 |
* | Fix arc__shrink DTrace probe's to_free argument. | will | 2015-01-20 | 1 | -5/+1 |
* | Use the "zfs_gfs" tag for GFS vnodes to make them easier to identify. | will | 2015-01-20 | 1 | -1/+1 |
* | NSEC_TO_TICK(usec) -> NSEC_TO_TICK(nsec) | will | 2015-01-20 | 1 | -1/+1 |
* | Remove unused strdup() #define. | will | 2015-01-20 | 1 | -1/+0 |
* | Allow skipping dmu_buf_will_dirty() call in dsl_dir_transfer_space(). | mav | 2015-01-20 | 2 | -6/+7 |
* | Clean ZFS spa config before syncing | smh | 2015-01-18 | 1 | -1/+26 |
* | Mechanically convert cddl sun #ifdef's to illumos | smh | 2015-01-17 | 39 | -421/+421 |
* | Fix overflow bug from r248577, turning 30s TRIM timeout into ~4s. | mav | 2015-01-14 | 1 | -1/+1 |
* | Reimplement TRIM throttling added in r248577. | mav | 2015-01-14 | 1 | -49/+42 |
* | Skip extra bcopy() when scrubbing vdev without redundancy. | mav | 2015-01-12 | 1 | -1/+2 |
* | When aggregating TRIM segments, move the new one to the list end. | mav | 2015-01-11 | 1 | -0/+6 |
* | Add LBA as secondary sort key for synchronous I/O requests. | mav | 2015-01-11 | 1 | -0/+5 |
* | Use new optimized dmu_read_uio_dbuf() for ZVOLs in device mode. | mav | 2015-01-10 | 1 | -1/+1 |
* | Correct zpool list displaying invalid EXPANDSZ for unavailable pool vdevs | smh | 2014-12-31 | 1 | -1/+2 |
* | Restore the trap type argument to the DTrace trap hook, removed in r268600. | markj | 2014-12-23 | 4 | -10/+8 |
* | Always sync the global ZFS config cache to reflect the new mosconfig | smh | 2014-12-23 | 1 | -2/+1 |
* | Fix panic when resizing ZFS zvol's | smh | 2014-12-22 | 3 | -83/+303 |
* | Refactor zvol locking to minimise diff with upstream | smh | 2014-12-22 | 1 | -60/+76 |
* | Standardise on illumos for #ifdef's in zvol.c | smh | 2014-12-22 | 1 | -34/+32 |
* | Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, some | kib | 2014-12-21 | 1 | -3/+8 |