aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib/opensolaris
Commit message (Expand)AuthorAgeFilesLines
* For UIO_NOCOPY case of reading request on zfs vnode, which has vm objectKonstantin Belousov2011-02-111-2/+8
* Make it impossible to clear the MNT_NFS4ACLS flag on ZFS filesystemEdward Tomasz Napierala2011-02-061-1/+3
* vdev's sectorsize should not be greater than 8 Kbytes and alsoAndrey V. Elsukov2011-02-041-1/+13
* Add MNT_NFS4ACLS to ZFS mount flags. It's not conditional, since thereEdward Tomasz Napierala2011-01-191-1/+1
* Re-commit the zfs sysctl(9) type-safety changes.Matthew D Fleming2011-01-133-27/+27
* Revert cddl changes for sysctl(9) until I understand why this isn'tMatthew D Fleming2011-01-123-27/+27
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-123-27/+27
* MFp4 r186485, r186859:Martin Matuska2011-01-032-3/+28
* Remove redundant semicolon and empty like.Pawel Jakub Dawidek2010-12-111-2/+1
* Undo r216230: the interaction between saved ashift in metadata andIvan Voras2010-12-071-4/+1
* Use GEOM stripesize field when calculating ashift. This will enable correctIvan Voras2010-12-061-1/+4
* zfs+sendfile: populate all requested pages, not just those already cachedAndriy Gapon2010-11-161-4/+14
* fix misspelling in a commentAndriy Gapon2010-11-161-1/+1
* Disable VFS_HOLD placed on mnt_vnodecovered during the mount of a snapshotMartin Matuska2010-11-131-0/+4
* Validate whether the zfs_cmd_t submitted from userland is not smaller thanXin LI2010-11-051-0/+8
* Bugfix merge from OpenSolaris:Martin Matuska2010-10-263-6/+28
* zfs: add vop_getpages method implementationAndriy Gapon2010-10-161-0/+91
* In zfs_post_common(), use %d instead of %hhu.Rui Paulo2010-10-131-1/+1
* zfs + sendfile: do not produce partially valid pages for vnode's tailAndriy Gapon2010-10-121-3/+6
* Provide internal ioflags() function that converts ioflag provided by FreeBSD'sPawel Jakub Dawidek2010-10-101-5/+22
* Change FAPPEND to IO_APPEND as this is a ioflag and not a fflag.Martin Matuska2010-10-081-1/+1
* Properly handle IO with B_FAILFASTMartin Matuska2010-09-2710-44/+103
* Enable offlining of log devices.Martin Matuska2010-09-276-75/+147
* zfs_map_page/zfs_unmap_page: do not use sched_pin() and SFB_CPUPRIVATEAndriy Gapon2010-09-211-3/+1
* zfs_vnops: use zfs_map_page/zfs_unmap_page helper functions in another placeAndriy Gapon2010-09-211-5/+2
* zfs arc_reclaim_needed: fix typo in mismerge in r212780Andriy Gapon2010-09-171-1/+1
* zfs+sendfile: advance uio_offset upon reading as wellAndriy Gapon2010-09-171-1/+3
* zfs arc_reclaim_needed: remove redundant checks for arc_c_max and arc_c_maxAndriy Gapon2010-09-171-4/+0
* zfs arc_reclaim_needed: more reasonable threshold for available pagesAndriy Gapon2010-09-171-3/+3
* Fix kernel panic when moving a file to .zfs/sharesMartin Matuska2010-09-154-23/+40
* zfs vn_has_cached_data: take into account v_object->cache != NULLAndriy Gapon2010-09-151-11/+1
* zfs mappedread, update_pages: use int for offset and length within a pageAndriy Gapon2010-09-151-5/+6
* zfs mappedread: use uiomove_fromphys where possibleAndriy Gapon2010-09-151-8/+2
* zfs: catch up with vm_page_sleep_if_busy changesAndriy Gapon2010-09-151-3/+31
* tmpfs, zfs + sendfile: mark page bits as valid after populating it with dataAndriy Gapon2010-09-151-0/+2
* Remove duplicated VFS_HOLD due to a mismerge.Martin Matuska2010-09-141-7/+0
* Add missing vop_vector zfsctl_ops_sharesMartin Matuska2010-09-141-2/+19
* Remove the page queues lock around vm_page_undirty() - it is no longer needed.Pawel Jakub Dawidek2010-09-131-2/+0
* Revamp locking a bit. This fixes three problems:Rui Paulo2010-09-122-18/+26
* Avoid a LOR (sleepable after non-sleepable) inRui Paulo2010-09-111-0/+2
* Replace sbuf_overflowed() with sbuf_error(), which returns any errorMatthew D Fleming2010-09-101-4/+6
* On FreeBSD we can log from pool that have multiple top-level vdevs or logPawel Jakub Dawidek2010-09-091-0/+6
* Fix two bugs in DTrace:Rui Paulo2010-09-093-6/+29
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.Justin T. Gibbs2010-09-021-0/+1
* execve(2) has a special check for file permissions: a file must have atJaakko Heinonen2010-08-301-4/+11
* Return NULL pointer instead of B_FALSE as it is done in the vendor code.Pawel Jakub Dawidek2010-08-281-1/+1
* Move ZUT_OBJS in the same place that is used in vendor code.Pawel Jakub Dawidek2010-08-281-3/+3
* Import changes from OpenSolaris that provideMartin Matuska2010-08-289-117/+410
* Update ZFS metaslab code from OpenSolaris.Martin Matuska2010-08-2811-152/+394
* Remove debugging.Rui Paulo2010-08-281-1/+0