summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* opensolaris compat / zfs: avoid early overflow in ddi_get_lbolt*avg2011-06-042-2/+18
* Imagine situation where a security problem is found in setuid binary.pjd2011-05-311-0/+5
* Silence warnings about unsupoorted value types.pjd2011-05-271-0/+4
* Don't pass pointer to name buffer which is on the stack to another thread,pjd2011-05-241-20/+11
* Don't access task structure once we call task function.pjd2011-05-244-20/+3
* Fix the zfs file system so that it uses the lockrmacklem2011-05-221-2/+2
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-2/+2
* Restore old (v15) behaviour for a recursive snapshot destroy.mm2011-05-181-0/+6
* Revert accidentally committed local change in r221990avg2011-05-161-1/+1
* better integrate cyclic module with clocksource/eventtimer subsystemavg2011-05-163-22/+34
* dtrace: remove unused codeavg2011-05-102-42/+2
* 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
OpenPOWER on IntegriCloud