summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Properly handle IO with B_FAILFASTmm2010-09-2710-44/+103
* Enable offlining of log devices.mm2010-09-276-75/+147
* zfs_map_page/zfs_unmap_page: do not use sched_pin() and SFB_CPUPRIVATEavg2010-09-211-3/+1
* zfs_vnops: use zfs_map_page/zfs_unmap_page helper functions in another placeavg2010-09-211-5/+2
* zfs arc_reclaim_needed: fix typo in mismerge in r212780avg2010-09-171-1/+1
* zfs+sendfile: advance uio_offset upon reading as wellavg2010-09-171-1/+3
* zfs arc_reclaim_needed: remove redundant checks for arc_c_max and arc_c_maxavg2010-09-171-4/+0
* zfs arc_reclaim_needed: more reasonable threshold for available pagesavg2010-09-171-3/+3
* Fix kernel panic when moving a file to .zfs/sharesmm2010-09-155-23/+41
* zfs vn_has_cached_data: take into account v_object->cache != NULLavg2010-09-152-12/+4
* zfs mappedread, update_pages: use int for offset and length within a pageavg2010-09-151-5/+6
* zfs mappedread: use uiomove_fromphys where possibleavg2010-09-151-8/+2
* zfs: catch up with vm_page_sleep_if_busy changesavg2010-09-151-3/+31
* tmpfs, zfs + sendfile: mark page bits as valid after populating it with dataavg2010-09-151-0/+2
* Remove duplicated VFS_HOLD due to a mismerge.mm2010-09-141-7/+0
* Add missing vop_vector zfsctl_ops_sharesmm2010-09-141-2/+19
* Remove the page queues lock around vm_page_undirty() - it is no longer needed.pjd2010-09-131-2/+0
* Revamp locking a bit. This fixes three problems:rpaulo2010-09-122-18/+26
* Avoid a LOR (sleepable after non-sleepable) inrpaulo2010-09-111-0/+2
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-101-4/+6
* Forgot to commit this file. Add ZPOOL_CONFIG_IS_LOG.pjd2010-09-101-0/+1
* On FreeBSD we can log from pool that have multiple top-level vdevs or logpjd2010-09-091-0/+6
* Fix two bugs in DTrace:rpaulo2010-09-093-6/+29
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.gibbs2010-09-021-0/+1
* Make the /dev/dtrace/helper node have the mode 0660. This allowsrpaulo2010-09-011-1/+1
* execve(2) has a special check for file permissions: a file must have atjh2010-08-301-4/+11
* Return NULL pointer instead of B_FALSE as it is done in the vendor code.pjd2010-08-281-1/+1
* Move ZUT_OBJS in the same place that is used in vendor code.pjd2010-08-281-3/+3
* Import changes from OpenSolaris that providemm2010-08-2811-120/+412
* Update ZFS metaslab code from OpenSolaris.mm2010-08-2811-152/+394
* Remove debugging.rpaulo2010-08-281-1/+0
* Replace a memory barrier with a mutex barrier.rpaulo2010-08-281-10/+15
* Use ZFS_CTLDIR_NAME instead of hardcoding ".zfs".pjd2010-08-271-2/+3
* Update comment now that I finally committed r211854.pjd2010-08-261-9/+3
* zfs arc_reclaim_thread: no need to call arc_reclaim_needed whenavg2010-08-241-3/+3
* Replace a pksignal() call with tdksignal().rpaulo2010-08-241-1/+1
* MD fasttrap implementation.rpaulo2010-08-241-112/+275
* Port the fasttrap provider to FreeBSD. This provider is responsible forrpaulo2010-08-241-208/+321
* Port this to FreeBSD. We miss some suword functions, so we use copyout.rpaulo2010-08-221-6/+13
* Destroy the helper device when unloading.rpaulo2010-08-221-0/+1
* Add more compatibility structure members needed by the upcoming fasttraprpaulo2010-08-221-3/+33
* Kernel DTrace support for:rpaulo2010-08-229-246/+612
* Add a function compatibility function dtrace_instr_size_isa() that onrpaulo2010-08-222-0/+14
* Add the FreeBSD definition for the fasttrap ioctls.rpaulo2010-08-221-0/+5
* Add a sysname char * to struct opensolaris_utsname.rpaulo2010-08-211-0/+1
* Port the DTrace helper ioctls to FreeBSD and add a helper member torpaulo2010-08-211-2/+12
* Add sysname to struct opensolaris_utsname. This is needed by one DTracerpaulo2010-08-211-1/+2
* First cut at mips n64 ABI supportimp2010-08-191-0/+20
* In FreeBSD we use 'jailed' property.pjd2010-08-071-1/+1
* Import two changesets from OpenSolaris to make future updates easier.mm2010-07-253-10/+47
OpenPOWER on IntegriCloud