summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Convert the last use of xcopyout() to ddi_copyout() and remove the nowmarius2011-05-032-5/+2
* Fix deduplicated zfs receivemm2011-04-302-58/+37
* Fix copy-paste bug.marcel2011-04-271-1/+1
* Partially fix ZFS compat code for sparc64.mm2011-04-082-25/+82
* Stripped '32' suffix from linux systrace module name on i386.art2011-04-081-2/+3
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-072-2/+2
* Checking file access on size change is bogus. The checks are done earlier bypjd2011-03-241-5/+0
* Fix potential panic in dbuf_sync_list() relate to spill blocks handling.pjd2011-03-141-4/+16
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-121-18/+45
* Correct readdir over ZFS handling.pjd2011-03-081-11/+8
* Fix libzpool build.pjd2011-03-063-1/+5
* Make renaming of a ZVOL, ZVOL's parent directory and ZVOL snapshot work.pjd2011-03-055-2/+77
* Simplify zvol_remove_minors() a bit.pjd2011-03-051-7/+8
* Use proper lock in assertion.pjd2011-02-281-2/+2
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-27224-13515/+41225
* Fix typos - remove duplicate "the".brucec2011-02-212-2/+2
* 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
OpenPOWER on IntegriCloud