summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Remove unused thread argument to vrecycle().trasz2012-04-232-2/+2
* - Introduce a cache-miss optimization for consistency with otherattilio2012-04-091-2/+1
* zfs_ioctl: no need for ddi_copyin/out here because sys_ioctl handles thatavg2012-04-051-1/+8
* Instead of only iterating over the set of known SDT probes when sdt.ko isrstone2012-03-271-2/+5
* - For o32 ABI get arguments from the stackgonzo2012-03-261-0/+28
* Properly cast 64-bit dofhp_dof to pointer.gonzo2012-03-261-5/+1
* Use macroses to load/store pointers and increase indexes instead ofgonzo2012-03-261-11/+11
* Add device part of DTrace/MIPS codegonzo2012-03-246-1/+1274
* Add MIPS support to cddl/contrib part:gonzo2012-03-243-2/+80
* Add dependencies onto acl_posix1e and acl_nfs4.adrian2012-03-131-0/+2
* Analogous to r232059, add a parameter for the ZFS file system:mm2012-02-261-0/+4
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+2
* Revert r230913 and r230914.mm2012-02-031-6/+3
* Add copyright information on last commits to comply with CDDL.mm2012-02-021-0/+3
* Fix out of bounds write causing random panics,mm2012-02-021-3/+3
* always exclude data bufs regardless of debug settingskmacy2012-01-291-1/+1
* add tunable for developers working on areas outside of ZFSkmacy2012-01-281-1/+6
* exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64kmacy2012-01-272-2/+4
* Merge illumos revisions 13572, 13573, 13574:mm2012-01-247-23/+51
* Use provided name when allocating ksid domain. It isn't really used on FreeBSD,pjd2012-01-221-3/+3
* Dramatically optimize listing snapshots when user requests only snapshotpjd2012-01-212-4/+6
* By default turn off prefetch when listing snapshots.pjd2012-01-201-1/+7
* Fix the "lock &zrl->zr_mtx already initialized" assertion by initializingpluknet2012-01-171-1/+1
* - Allow to change vfs.zfs.arc_meta_limit at runtime.pjd2012-01-051-4/+4
* In sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c, check thedim2012-01-031-1/+1
* opensolaris compat: fix vcmn_err so that panic(9) produces a proper messageavg2011-12-191-8/+14
* From time to time people report space map corruption resulting in panicpjd2011-12-181-1/+25
* Implement replying of ACLs updates. ACL changes should go to ZIL onlypjd2011-12-182-13/+16
* Revert the approach for skipping lockstat_probe_func call when doingattilio2011-12-121-0/+3
* Move ru_inblock increment into arc_read_nolock() so we don't account forpjd2011-12-102-4/+3
* The vfs.zfs.txg.timeout sysctl can be safely modified at run time.pjd2011-12-091-1/+1
* Fix typo in copyright notice.mm2011-11-281-1/+1
* Merge new ZFS features from illumos:mm2011-11-2824-118/+808
* Existing VOP_VPTOCNP() interface has a fatal flow that is critical forkib2011-11-191-1/+1
* Correct the types of the arguments to return probes of the syscallrstone2011-11-111-2/+7
* On i386, fbt probes are implemented by writing an invalid opcode overrstone2011-11-101-3/+3
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-072-2/+2
* Replace fasttrap_copyout() with uwrite(). FreeBSD copyout() is not able torstone2011-11-071-3/+8
* Correct typo in comment.pjd2011-11-051-1/+1
* In zvol_open() if the spa_namespace_lock is already held, it means thatpjd2011-11-051-0/+8
* Fix typo in copyright notice introduced in r226724mm2011-10-251-1/+1
* Update copyright information in several ZFS files, as the clause 3.3mm2011-10-255-0/+5
* - Use better naming now that we allow to rename any mounted file system (notpjd2011-10-248-9/+24
* Don't forget to rename mounted snapshots of the file system being renamed.pjd2011-10-241-1/+1
* Include <sys/zfs_vfsops.h> only when compiling kernel module.pjd2011-10-241-0/+2
* Allow to rename file systems without remounting if it is possible.pjd2011-10-248-12/+69
* Update per-thread I/O statistics collection in ZFS.pjd2011-10-212-2/+9
* zfs vdev_file_io_start: validate vdev before using vdev_tsdpjd2011-10-211-8/+10
* - Correctly read gang header from raidz.pjd2011-10-201-6/+9
* Always pass data size for checksum verification function, as usingpjd2011-10-191-10/+10
OpenPOWER on IntegriCloud