aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Include arpa/inet.h to get the htonl(3) definitionEnji Cooper2016-05-131-0/+2
* compat/opensolaris: Don't redefined off64_t if already definedConrad Meyer2016-05-111-0/+3
* MFV r299453: 6765 zfs_zaccess_delete() comments do not accurately reflectAlexander Motin2016-05-111-22/+21
* MFV r299451: 6764 zfs issues with inheritance flags during chmod(2) withAlexander Motin2016-05-111-84/+78
* MFV r299449: 6763 aclinherit=restricted masks inherited permissions by groupAlexander Motin2016-05-111-6/+5
* MFV r299442: 6762 POSIX write should imply DELETE_CHILD on directories - andAlexander Motin2016-05-113-108/+204
* MFV r299440: 6736 ZFS per-vdev ZAPsAlexander Motin2016-05-1110-69/+389
* MFV r299438: 6842 Fix empty xattr dir causing lockupAlexander Motin2016-05-112-11/+36
* MFV r299436: 6843 Make xattr dir truncate and remove in one txAlexander Motin2016-05-111-11/+17
* MFV r299434: 6841 Undirty freed spill blocksAlexander Motin2016-05-111-2/+4
* Implement FBT provider (MD part) for DTrace on MIPS.Ruslan Bukin2016-05-055-25/+292
* Fix a use-after-free when "zpool import" failsAlan Somers2016-04-291-4/+2
* add invpcid instruction to i386 dtrace disassembler tablesAndriy Gapon2016-04-291-1/+1
* Refactor vdev_geom_attach and friends to reduce code duplicationAlan Somers2016-04-291-119/+97
* Increase DTRACE_FUNCNAMELEN from 128 to 192.Mark Johnston2016-04-251-1/+1
* Allow DOF sections with excessively long probe function components.Mark Johnston2016-04-251-1/+11
* Add a kern.dtrace.err_verbose sysctl to control dtrace_err_verbose.Mark Johnston2016-04-251-5/+6
* lahf/sahf are supported on some amd64 processorsAndriy Gapon2016-04-221-1/+1
* MFV r298471: 6052 decouple lzc_create() from the implementation detailsAndriy Gapon2016-04-221-0/+4
* Make the second argument of dtrace_invop() a trapframe pointer.Mark Johnston2016-04-1716-75/+100
* zfs_rezget: z_vnode can not be NULL if zp is validAndriy Gapon2016-04-161-6/+4
* zfs: enable vn_io_fault supportAndriy Gapon2016-04-163-1/+49
* Don't corrupt ZFS label's physpath attribute when booting while a disk is mis...Alan Somers2016-04-151-3/+4
* Add more debugging statements in vdev_geom.cAlan Somers2016-04-141-5/+22
* Update a debugging message in vdev_geom_open_by_guids for consistency withAlan Somers2016-04-141-1/+2
* Fix rare double free in vdev_geom_attrchangedAlan Somers2016-04-121-16/+3
* l2arc: make sure that all writes honor ashift of a cache deviceAndriy Gapon2016-04-122-97/+157
* Revert r297396 Modify "4958 zdb trips assert on pools with ashift >= 0xe"Andriy Gapon2016-04-121-14/+0
* MFV r297831: 6322 ZFS indirect block predictive prefetchAlexander Motin2016-04-115-23/+90
* Only include sysctl in kernel buildSteven Hartland2016-04-111-37/+47
* Only include sysctl in kernel buildSteven Hartland2016-04-111-2/+2
* zio: align use of "no dump" flag between use_uma and !use_uma casesAndriy Gapon2016-04-111-1/+3
* Implement support for boot-time DTrace.Mark Johnston2016-04-101-49/+112
* Initialize SDT probes during SI_SUB_DTRACE_PROVIDER.Mark Johnston2016-04-101-13/+5
* Initialize DTrace hrtimer frequency during SI_SUB_CPU on i386 and amd64.Mark Johnston2016-04-102-36/+60
* MFV r297760: 6418 zpool should have a label clearing commandAlexander Motin2016-04-091-0/+4
* zio write issue threads should have lower (numerically greater) priorityAndriy Gapon2016-04-081-1/+1
* Alike to r293708 relax pool check in vdev_geom_open_by_path().Alexander Motin2016-04-071-1/+9
* Add four new RCTL resources - readbps, readiops, writebps and writeiops,Edward Tomasz Napierala2016-04-072-1/+28
* Implement dtrace_getupcstack in ARM64Wojciech Macek2016-04-061-1/+118
* remove emulation of VFS_HOLD and VFS_RELE from opensolaris compatAndriy Gapon2016-04-024-13/+39
* MFV r297506: 6738 zfs send stream padding needs documentationAlexander Motin2016-04-021-1/+17
* MFV r297504: 6681 zfs list burning lots of time in dodefault() via dsl_prop_*Alexander Motin2016-04-021-7/+6
* Fix an error in r292373. Use proper count to update "pages in" counter.Gleb Smirnoff2016-03-311-2/+2
* Plug open count leak on zvol rename.Alexander Motin2016-03-301-0/+5
* Switch from using make_dev_p() to make_dev_s() to close races.Alexander Motin2016-03-301-29/+28
* Modify "4958 zdb trips assert on pools with ashift >= 0xe".Alexander Motin2016-03-291-0/+14
* Pass through error code from make_dev_p().Alexander Motin2016-03-281-3/+4
* Unify ignoring EEXIST from zvol_create_minor().Alexander Motin2016-03-241-1/+2
* Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.Mark Johnston2016-03-177-17/+0