summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-131-2/+1
* For UIO_NOCOPY case of reading request on zfs vnode, which has vm objectkib2011-02-111-2/+8
* Make it impossible to clear the MNT_NFS4ACLS flag on ZFS filesystemtrasz2011-02-061-1/+3
* vdev's sectorsize should not be greater than 8 Kbytes and alsoae2011-02-041-1/+13
* Recommit r218169, enclosing with #ifdef _KERNELmm2011-02-011-0/+6
* Revert r218169 until it can be tested and fixed properly.kan2011-02-011-4/+0
* For ZFS, change the type of clock_t to int64_t.mm2011-02-011-0/+4
* CDDL fixes for MIPS n32.jchandra2011-01-282-3/+5
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-2/+2
* Add MNT_NFS4ACLS to ZFS mount flags. It's not conditional, since theretrasz2011-01-191-1/+1
* Re-commit the zfs sysctl(9) type-safety changes.mdf2011-01-133-27/+27
* Revert cddl changes for sysctl(9) until I understand why this isn'tmdf2011-01-123-27/+27
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-123-27/+27
* MFp4 r186485, r186859:mm2011-01-032-3/+28
* cyclic xcall: use smp_no_rendevous_barrier as setup function parameteravg2010-12-171-2/+2
* 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
* opensolaris cyclic: fix deadlock and make a little bit closer to upstreamavg2010-12-072-176/+172
* opensolaris cyclic xcall: no need for special handling of curcpuavg2010-12-071-9/+3
* dtrace_xcall: no need for special handling of curcpuavg2010-12-072-32/+6
* dtrace_gethrtime_init: pin to master while examining other CPUsavg2010-12-072-8/+10
* Use GEOM stripesize field when calculating ashift. This will enable correctivoras2010-12-061-1/+4
* Don't panic when we read an empty ACL from ZFS. Apparently this may happentrasz2010-11-301-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
* Pass a format string to panic() and to taskqueue_start_threads().rpaulo2010-10-132-2/+2
* 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
* opensolaris_kmem kmem_size(): report lesser of vm_kmem_size and availableavg2010-10-071-2/+14
* 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
OpenPOWER on IntegriCloud