| Commit message (Expand) | Author | Age | Files | Lines |
* | add a zfs spa_t change missed in r235329 | avg | 2012-05-12 | 1 | -1/+1 |
* | Import illumos changeset 13686:4bc0783f6064 | mm | 2012-05-10 | 7 | -130/+228 |
* | Partially revert r232938; ZFS only requires nfs4 but not posix1e. | marius | 2012-04-29 | 1 | -1/+0 |
* | Implement the D "cpu" variable, which returns curcpu. I have chosen not | rstone | 2012-04-26 | 2 | -0/+9 |
* | Remove unused thread argument to vrecycle(). | trasz | 2012-04-23 | 2 | -2/+2 |
* | - Introduce a cache-miss optimization for consistency with other | attilio | 2012-04-09 | 1 | -2/+1 |
* | zfs_ioctl: no need for ddi_copyin/out here because sys_ioctl handles that | avg | 2012-04-05 | 1 | -1/+8 |
* | Instead of only iterating over the set of known SDT probes when sdt.ko is | rstone | 2012-03-27 | 1 | -2/+5 |
* | - For o32 ABI get arguments from the stack | gonzo | 2012-03-26 | 1 | -0/+28 |
* | Properly cast 64-bit dofhp_dof to pointer. | gonzo | 2012-03-26 | 1 | -5/+1 |
* | Use macroses to load/store pointers and increase indexes instead of | gonzo | 2012-03-26 | 1 | -11/+11 |
* | Add device part of DTrace/MIPS code | gonzo | 2012-03-24 | 6 | -1/+1274 |
* | Add MIPS support to cddl/contrib part: | gonzo | 2012-03-24 | 3 | -2/+80 |
* | Add dependencies onto acl_posix1e and acl_nfs4. | adrian | 2012-03-13 | 1 | -0/+2 |
* | Analogous to r232059, add a parameter for the ZFS file system: | mm | 2012-02-26 | 1 | -0/+4 |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 1 | -1/+2 |
* | Revert r230913 and r230914. | mm | 2012-02-03 | 1 | -6/+3 |
* | Add copyright information on last commits to comply with CDDL. | mm | 2012-02-02 | 1 | -0/+3 |
* | Fix out of bounds write causing random panics, | mm | 2012-02-02 | 1 | -3/+3 |
* | always exclude data bufs regardless of debug settings | kmacy | 2012-01-29 | 1 | -1/+1 |
* | add tunable for developers working on areas outside of ZFS | kmacy | 2012-01-28 | 1 | -1/+6 |
* | exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64 | kmacy | 2012-01-27 | 2 | -2/+4 |
* | Merge illumos revisions 13572, 13573, 13574: | mm | 2012-01-24 | 7 | -23/+51 |
* | Use provided name when allocating ksid domain. It isn't really used on FreeBSD, | pjd | 2012-01-22 | 1 | -3/+3 |
* | Dramatically optimize listing snapshots when user requests only snapshot | pjd | 2012-01-21 | 2 | -4/+6 |
* | By default turn off prefetch when listing snapshots. | pjd | 2012-01-20 | 1 | -1/+7 |
* | Fix the "lock &zrl->zr_mtx already initialized" assertion by initializing | pluknet | 2012-01-17 | 1 | -1/+1 |
* | - Allow to change vfs.zfs.arc_meta_limit at runtime. | pjd | 2012-01-05 | 1 | -4/+4 |
* | In sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c, check the | dim | 2012-01-03 | 1 | -1/+1 |
* | opensolaris compat: fix vcmn_err so that panic(9) produces a proper message | avg | 2011-12-19 | 1 | -8/+14 |
* | From time to time people report space map corruption resulting in panic | pjd | 2011-12-18 | 1 | -1/+25 |
* | Implement replying of ACLs updates. ACL changes should go to ZIL only | pjd | 2011-12-18 | 2 | -13/+16 |
* | Revert the approach for skipping lockstat_probe_func call when doing | attilio | 2011-12-12 | 1 | -0/+3 |
* | Move ru_inblock increment into arc_read_nolock() so we don't account for | pjd | 2011-12-10 | 2 | -4/+3 |
* | The vfs.zfs.txg.timeout sysctl can be safely modified at run time. | pjd | 2011-12-09 | 1 | -1/+1 |
* | Fix typo in copyright notice. | mm | 2011-11-28 | 1 | -1/+1 |
* | Merge new ZFS features from illumos: | mm | 2011-11-28 | 24 | -118/+808 |
* | Existing VOP_VPTOCNP() interface has a fatal flow that is critical for | kib | 2011-11-19 | 1 | -1/+1 |
* | Correct the types of the arguments to return probes of the syscall | rstone | 2011-11-11 | 1 | -2/+7 |
* | On i386, fbt probes are implemented by writing an invalid opcode over | rstone | 2011-11-10 | 1 | -3/+3 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 2 | -2/+2 |
* | Replace fasttrap_copyout() with uwrite(). FreeBSD copyout() is not able to | rstone | 2011-11-07 | 1 | -3/+8 |
* | Correct typo in comment. | pjd | 2011-11-05 | 1 | -1/+1 |
* | In zvol_open() if the spa_namespace_lock is already held, it means that | pjd | 2011-11-05 | 1 | -0/+8 |
* | Fix typo in copyright notice introduced in r226724 | mm | 2011-10-25 | 1 | -1/+1 |
* | Update copyright information in several ZFS files, as the clause 3.3 | mm | 2011-10-25 | 5 | -0/+5 |
* | - Use better naming now that we allow to rename any mounted file system (not | pjd | 2011-10-24 | 8 | -9/+24 |
* | Don't forget to rename mounted snapshots of the file system being renamed. | pjd | 2011-10-24 | 1 | -1/+1 |
* | Include <sys/zfs_vfsops.h> only when compiling kernel module. | pjd | 2011-10-24 | 1 | -0/+2 |
* | Allow to rename file systems without remounting if it is possible. | pjd | 2011-10-24 | 8 | -12/+69 |