aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Remove a couple of unused fields from the FBT probe struct.Mark Johnston2015-08-035-6/+0
* Fix KSTACK_PAGES check in ZFS moduleSteven Hartland2015-08-031-0/+7
* Avoid dereferencing curthread->td_proc->p_cred in DTrace probe context.Mark Johnston2015-08-021-2/+6
* Add warning about low KSTACK_PAGES for ZFS useSteven Hartland2015-07-281-0/+8
* Remove checks for a NULL return value from M_WAITOK allocations.Mark Johnston2015-07-211-10/+4
* Add an API for easily creating userspace threads in kernelspace.Ed Schouten2015-07-201-1/+3
* Implement the lockstat provider using SDT(9) instead of the custom providerMark Johnston2015-07-192-330/+5
* Modify lockstat_nsecs() to just return unless lockstat probes are actuallyMark Johnston2015-07-181-0/+4
* When checking for the valid value of the frame pointer, verify that itKonstantin Belousov2015-07-162-8/+8
* vfs: implement v_holdcnt/v_usecount manipulation using atomic opsMateusz Guzik2015-07-161-1/+1
* Create a dedicated function for ensuring that cdir and rdir are populated.Mateusz Guzik2015-07-112-24/+2
* Rename zfs nvpair files to not colidate with our nvlist.Mariusz Zaborski2015-07-093-0/+0
* fd: make 'rights' a manadatory argument to fget* functionsMateusz Guzik2015-07-051-1/+2
* Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()Konstantin Belousov2015-07-021-3/+0
* zfs_mount(MS_REMOUNT): protect zfs_(un)register_callbacks callsAndriy Gapon2015-07-021-2/+12
* First cut of DTrace for AArch64.Ruslan Bukin2015-07-0112-4/+1144
* Add a central location for exclusion checks. We checkRuslan Bukin2015-07-012-0/+32
* MFV r284412: 5911 ZFS "hangs" while deleting fileAndriy Gapon2015-06-195-33/+89
* illums compat: use flsl/flsll for highbit/highbit64Andriy Gapon2015-06-191-0/+11
* o Un-inline vm_pager_get_pages(), vm_pager_get_pages_async().Gleb Smirnoff2015-06-171-2/+0
* Revert r284511 because it caused build failures on many platformsAndriy Gapon2015-06-171-15/+0
* l2arc: pass correct size to trim requestsAndriy Gapon2015-06-171-3/+3
* illumos compat: use flsl/flsll for highbit/highbit64Andriy Gapon2015-06-171-0/+15
* MFV r284036: 5961 Fix stack overflow in zfs_create_fsAndriy Gapon2015-06-121-16/+17
* MFV r284030: 5818 zfs {ref}compressratio is incorrect with 4k sector sizeAndriy Gapon2015-06-126-17/+40
* MFV r283534: 5515 dataset user hold doesn't reject empty tagsAndriy Gapon2015-06-121-2/+15
* MFV r284040: check that datasets are snapshotsAndriy Gapon2015-06-122-0/+12
* Don't re-define LOCORE when dtrace is built-in to the kernel.Ruslan Bukin2015-06-101-1/+0
* compat nvpair.h: make sure that the names are mangled only for kernelAndriy Gapon2015-06-071-0/+4
* Add missed {}.Konstantin Belousov2015-05-271-1/+2
* Right now, dounmount() is called with unreferenced mount point.Konstantin Belousov2015-05-273-0/+3
* zfs: fixes for a full stream received into an existing datasetAndriy Gapon2015-05-251-4/+6
* dsl_dataset_promote_check: ensure that shared snaps do not become too longAndriy Gapon2015-05-251-0/+6
* Remove excess Giant acquisition around the dounmount() call.Konstantin Belousov2015-05-251-2/+0
* Remove unused references to calltrap.Mark Johnston2015-05-252-4/+0
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-223-5/+5
* Add copyright info missing from r282205Steven Hartland2015-05-141-0/+1
* zfs ioctls: use fget_write / fget_read instead of getf wrapper for fgetAndriy Gapon2015-05-111-5/+23
* Remove some commented-out upstream code for handling traps from usermodeMark Johnston2015-05-102-224/+0
* Fix a couple bugs in 64-bit powerpc fasttrap argument retrieval.Justin Hibbits2015-05-101-3/+3
* MFV r282630: 5809 Blowaway full receive in v1 pool causes kernel panicAndriy Gapon2015-05-081-1/+2
* zfs: do not hold an extra reference on a root vnode while a filesystem is mou...Andriy Gapon2015-05-052-9/+2
* dmu_recv_end_check: don't leak hold if dsl_destroy_snapshot_check_impl failsAndriy Gapon2015-05-051-2/+6
* Fix misuse of input argument in traverse_visitbpSteven Hartland2015-04-281-15/+17
* replace a comment about zfs recv -F corner case with a longer, more detailed oneAndriy Gapon2015-04-281-7/+17
* zfs_onexit_fd_hold: return EBADF even if devfs_get_cdevpriv gave ENOENTAndriy Gapon2015-04-281-1/+1
* dsl_dir_rename_check: return EXDEV on cross-pool rename attemptAndriy Gapon2015-04-281-1/+1
* MFV r282123: 5610 zfs clone from different source and target pools produces c...Andriy Gapon2015-04-282-12/+4
* MFV r282124: 5393 spurious failures from dsl_dataset_hold_obj()Andriy Gapon2015-04-281-1/+2
* nvpair_type_is_array: DATA_TYPE_INT8_ARRAY was not recognizedAndriy Gapon2015-04-281-0/+1