summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Make the second argument of dtrace_invop() a trapframe pointer.markj2016-04-1716-75/+100
* zfs_rezget: z_vnode can not be NULL if zp is validavg2016-04-161-6/+4
* zfs: enable vn_io_fault supportavg2016-04-163-1/+49
* Don't corrupt ZFS label's physpath attribute when booting while a disk is mis...asomers2016-04-151-3/+4
* Add more debugging statements in vdev_geom.casomers2016-04-141-5/+22
* Update a debugging message in vdev_geom_open_by_guids for consistency withasomers2016-04-141-1/+2
* Fix rare double free in vdev_geom_attrchangedasomers2016-04-121-16/+3
* l2arc: make sure that all writes honor ashift of a cache deviceavg2016-04-122-97/+157
* Revert r297396 Modify "4958 zdb trips assert on pools with ashift >= 0xe"avg2016-04-121-14/+0
* MFV r297831: 6322 ZFS indirect block predictive prefetchmav2016-04-115-23/+90
* Only include sysctl in kernel buildsmh2016-04-111-37/+47
* Only include sysctl in kernel buildsmh2016-04-111-2/+2
* zio: align use of "no dump" flag between use_uma and !use_uma casesavg2016-04-111-1/+3
* Implement support for boot-time DTrace.markj2016-04-101-49/+112
* Initialize SDT probes during SI_SUB_DTRACE_PROVIDER.markj2016-04-101-13/+5
* Initialize DTrace hrtimer frequency during SI_SUB_CPU on i386 and amd64.markj2016-04-102-36/+60
* MFV r297760: 6418 zpool should have a label clearing commandmav2016-04-091-0/+4
* zio write issue threads should have lower (numerically greater) priorityavg2016-04-081-1/+1
* Alike to r293708 relax pool check in vdev_geom_open_by_path().mav2016-04-071-1/+9
* Add four new RCTL resources - readbps, readiops, writebps and writeiops,trasz2016-04-072-1/+28
* Implement dtrace_getupcstack in ARM64wma2016-04-061-1/+118
* remove emulation of VFS_HOLD and VFS_RELE from opensolaris compatavg2016-04-024-13/+39
* MFV r297506: 6738 zfs send stream padding needs documentationmav2016-04-021-1/+17
* MFV r297504: 6681 zfs list burning lots of time in dodefault() via dsl_prop_*mav2016-04-021-7/+6
* Fix an error in r292373. Use proper count to update "pages in" counter.glebius2016-03-311-2/+2
* Plug open count leak on zvol rename.mav2016-03-301-0/+5
* Switch from using make_dev_p() to make_dev_s() to close races.mav2016-03-301-29/+28
* Modify "4958 zdb trips assert on pools with ashift >= 0xe".mav2016-03-291-0/+14
* Pass through error code from make_dev_p().mav2016-03-281-3/+4
* Unify ignoring EEXIST from zvol_create_minor().mav2016-03-241-1/+2
* Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.markj2016-03-177-17/+0
* Fix small memory leak on attempt to access deleted snapshot.mav2016-03-151-0/+1
* Make ZFS ignore stripe sizes above SPA_MAXASHIFT (8KB).mav2016-03-101-1/+1
* Make ZFS more picky to GEOM stripe sizes and offsets.mav2016-03-101-1/+2
* MFV r296609: 6370 ZFS send fails to transmit some holesmav2016-03-102-14/+43
* Add new IOCTL compat shims for ABI breakage caused by r296510:mav2016-03-093-136/+437
* MFV r296529:mav2016-03-082-5/+8
* MFV r296527: 6659 nvlist_free(NULL) is a no-opmav2016-03-084-8/+4
* MFV r296522: 6541 Pool feature-flag check defeated if "verify" is includedmav2016-03-082-1/+7
* MFV r296520: 6562 Refquota on receive doesn't account for overagemav2016-03-081-3/+28
* MFV r296518: 5027 zfs large block support (add copyright)mav2016-03-0843-0/+43
* MFV r296515: 6536 zfs send: want a way to disable setting ofmav2016-03-082-1/+14
* MFV r296513: 6450 scrub/resilver unnecessarily traverses snapshots createdmav2016-03-081-4/+50
* MFV r296511: 6537 Panic on zpool scrub with DEBUG kernelmav2016-03-081-2/+4
* MFV r296505: 6531 Provide mechanism to artificially limit disk performancemav2016-03-0811-27/+348
* Fix a couple of silly mistakes in r291962.markj2016-03-081-2/+2
* Fix fasttrap tracepoint locking.markj2016-03-084-20/+37
* Remove the fasttrap implementation for sparc.markj2016-03-082-1689/+0
* MFV r296306: 6604 harden DIF bounds checkingmarkj2016-03-081-2/+75
* Removed unused label and fix mutex_exit ordersmh2016-02-251-2/+1
OpenPOWER on IntegriCloud