summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant semicolon and empty like.pjd2010-12-111-2/+1
* Undo r216230: the interaction between saved ashift in metadata andivoras2010-12-071-4/+1
* Use GEOM stripesize field when calculating ashift. This will enable correctivoras2010-12-061-1/+4
* zfs+sendfile: populate all requested pages, not just those already cachedavg2010-11-161-4/+14
* fix misspelling in a commentavg2010-11-161-1/+1
* Disable VFS_HOLD placed on mnt_vnodecovered during the mount of a snapshotmm2010-11-131-0/+4
* Validate whether the zfs_cmd_t submitted from userland is not smaller thandelphij2010-11-051-0/+8
* Bugfix merge from OpenSolaris:mm2010-10-263-6/+28
* zfs: add vop_getpages method implementationavg2010-10-161-0/+91
* In zfs_post_common(), use %d instead of %hhu.rpaulo2010-10-131-1/+1
* zfs + sendfile: do not produce partially valid pages for vnode's tailavg2010-10-121-3/+6
* Provide internal ioflags() function that converts ioflag provided by FreeBSD'spjd2010-10-101-5/+22
* Change FAPPEND to IO_APPEND as this is a ioflag and not a fflag.mm2010-10-081-1/+1
* 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-154-23/+40
* zfs vn_has_cached_data: take into account v_object->cache != NULLavg2010-09-151-11/+1
* 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
* 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
* 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-289-117/+410
* 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
OpenPOWER on IntegriCloud