aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Recommit r218169, enclosing with #ifdef _KERNELMartin Matuska2011-02-011-0/+6
* Revert r218169 until it can be tested and fixed properly.Alexander Kabaev2011-02-011-4/+0
* For ZFS, change the type of clock_t to int64_t.Martin Matuska2011-02-011-0/+4
* CDDL fixes for MIPS n32.Jayachandran C.2011-01-282-3/+5
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-191-2/+2
* 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
* cyclic xcall: use smp_no_rendevous_barrier as setup function parameterAndriy Gapon2010-12-171-2/+2
* 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
* opensolaris cyclic: fix deadlock and make a little bit closer to upstreamAndriy Gapon2010-12-072-176/+172
* opensolaris cyclic xcall: no need for special handling of curcpuAndriy Gapon2010-12-071-9/+3
* dtrace_xcall: no need for special handling of curcpuAndriy Gapon2010-12-072-32/+6
* dtrace_gethrtime_init: pin to master while examining other CPUsAndriy Gapon2010-12-072-8/+10
* Use GEOM stripesize field when calculating ashift. This will enable correctIvan Voras2010-12-061-1/+4
* Don't panic when we read an empty ACL from ZFS. Apparently this may happenEdward Tomasz Napierala2010-11-301-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
* Pass a format string to panic() and to taskqueue_start_threads().Rui Paulo2010-10-132-2/+2
* 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
* opensolaris_kmem kmem_size(): report lesser of vm_kmem_size and availableAndriy Gapon2010-10-071-2/+14
* 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-155-23/+41
* zfs vn_has_cached_data: take into account v_object->cache != NULLAndriy Gapon2010-09-152-12/+4
* 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