| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r314048,r314194: reimplement zfsctl (.zfs) support | avg | 2017-03-23 | 2 | -53/+8 |
* | MFC r299940: fix a vnode reference leak caused by illumos compat traverse() | avg | 2016-07-13 | 1 | -2/+3 |
* | MFC r299902,299938: mount_snapshot: consolidate all error handling | avg | 2016-07-13 | 1 | -17/+21 |
* | MFC r299900: zfsctl: fix several problems with reference counts | avg | 2016-07-13 | 1 | -1/+1 |
* | MFC r296919: Fix small memory leak on attempt to access deleted snapshot. | mav | 2016-03-18 | 1 | -0/+1 |
* | MFC r289195: | ngie | 2015-11-15 | 1 | -0/+2 |
* | MFC: 273641 | jpaetzel | 2014-11-09 | 1 | -2/+2 |
* | MFC r271802: | smh | 2014-10-10 | 1 | -0/+36 |
* | MFC r270759: | smh | 2014-10-10 | 1 | -7/+0 |
* | MFC r269403, r269405, r269410, r269414: | ian | 2014-08-11 | 1 | -1/+1 |
* | MFC r258715: opensolaris compat: add taskq_wait emulation | avg | 2014-02-17 | 1 | -0/+6 |
* | MFC r258744-258746: zfs: add zfs_freebsd_putpages | avg | 2014-01-16 | 1 | -0/+2 |
* | MFC r258630: 734 taskq_dispatch_prealloc() desired | avg | 2014-01-16 | 1 | -20/+18 |
* | MFC r258628: opensolaris taskq: some cosmetic changes | avg | 2014-01-16 | 1 | -4/+2 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -1/+3 |
* | style(9) fixes | smh | 2013-06-29 | 1 | -2/+4 |
* | Add missing FBSDID() tag for new file. | attilio | 2013-03-09 | 1 | -0/+1 |
* | Change the use of hard functions for vm_pager_ok and switch to | attilio | 2013-02-23 | 1 | -20/+3 |
* | Hide the details for the assertion for VM_OBJECT_LOCK operations. | attilio | 2013-02-21 | 1 | -1/+1 |
* | Fix other architectures and ZFS. | attilio | 2013-02-21 | 1 | -0/+84 |
* | Renamed zfs trim stats removing duplicate zio_trim identifier from the name | smh | 2012-12-12 | 1 | -1/+1 |
* | opensolaris compat: terminate cmn_err mesages with a new line | avg | 2012-11-24 | 1 | -0/+1 |
* | opensolaris compat: clear VI_MOUNT before returning if mount_snapshot fails | avg | 2012-11-04 | 1 | -0/+3 |
* | opensolaris_lookup: use vfs_busy in traverse before calling VFS_ROOT | avg | 2012-11-04 | 1 | -0/+4 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 2 | -20/+7 |
* | Add assfail() and assfail3() to the opensolaris module. | mm | 2012-09-10 | 1 | -1/+21 |
* | opensolaris compat: fix vcmn_err so that panic(9) produces a proper message | avg | 2011-12-19 | 1 | -8/+14 |
* | opensolaris compat / zfs: avoid early overflow in ddi_get_lbolt* | avg | 2011-06-04 | 1 | -0/+3 |
* | Imagine situation where a security problem is found in setuid binary. | pjd | 2011-05-31 | 1 | -0/+5 |
* | Silence warnings about unsupoorted value types. | pjd | 2011-05-27 | 1 | -0/+4 |
* | Don't access task structure once we call task function. | pjd | 2011-05-24 | 1 | -5/+0 |
* | Use proper lock in assertion. | pjd | 2011-02-28 | 1 | -2/+2 |
* | Finally... Import the latest open-source ZFS version - (SPA) 28. | pjd | 2011-02-27 | 10 | -159/+768 |
* | Use the preload_fetch_addr() and preload_fetch_size() convenience | marcel | 2011-02-13 | 1 | -2/+1 |
* | CDDL fixes for MIPS n32. | jchandra | 2011-01-28 | 1 | -1/+1 |
* | Introduce signed and unsigned version of CTLTYPE_QUAD, renaming | mdf | 2011-01-19 | 1 | -2/+2 |
* | Don't panic when we read an empty ACL from ZFS. Apparently this may happen | trasz | 2010-11-30 | 1 | -1/+4 |
* | Pass a format string to panic() and to taskqueue_start_threads(). | rpaulo | 2010-10-13 | 2 | -2/+2 |
* | opensolaris_kmem kmem_size(): report lesser of vm_kmem_size and available | avg | 2010-10-07 | 1 | -2/+14 |
* | Import changes from OpenSolaris that provide | mm | 2010-08-28 | 1 | -1/+1 |
* | Add sysname to struct opensolaris_utsname. This is needed by one DTrace | rpaulo | 2010-08-21 | 1 | -1/+2 |
* | Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced | mm | 2010-07-12 | 2 | -2/+120 |
* | Add task structure to zio and use it instead of allocating one. | pjd | 2010-05-16 | 1 | -6/+29 |
* | Partially MFp4 #176265 by pjd@: | delphij | 2010-04-19 | 1 | -5/+12 |
* | Allow file system owner to modify system flags if securelevel permits. | pjd | 2009-10-08 | 1 | -1/+4 |
* | File system owner is when uid matches and jail matches. | pjd | 2009-10-08 | 1 | -3/+2 |
* | - Mount ZFS snapshots with MNT_IGNORE flag, so they are not visible in regular | pjd | 2009-09-14 | 1 | -34/+33 |
* | Lock Giant around vn_open_cred(). | kib | 2009-09-08 | 1 | -2/+4 |
* | - Avoid holding mutex around M_WAITOK allocations. | pjd | 2009-09-07 | 1 | -6/+26 |
* | Remove OpenSolaris taskq port (it performs very poorly in our kernel) and | pjd | 2009-08-17 | 1 | -0/+135 |