summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-271-1/+1
* Merge illumos revisions 13572, 13573, 13574:mm2012-01-247-23/+51
* 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
* 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
* 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
* Import fix for Illumos bug #1475 to reduce diff against upstream.mm2011-10-181-8/+12
* Fix a bug in sa_find_sizes() which could lead to panic:delphij2011-10-171-2/+2
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-162-4/+4
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-061-2/+1
* Generalize ffs_pages_remove() into vn_pages_remove().mm2011-08-251-4/+9
* We need to unlock and destroy vnode attached to znode which we are freeing.pjd2011-08-241-0/+14
* zfs_ioctl.c: improve code readability in zfs_ioc_dataset_list_next()mm2011-08-132-7/+8
* Fix race between dmu_objset_prefetch() invoked frommm2011-08-131-1/+2
* Eliminate the zfsdev_state_lock entirely and replace it with thepjd2011-08-124-70/+54
* Fix panic in zfs_read() if IO_SYNC flag supplied by checking formm2011-08-021-2/+3
* Fix integer overflow in txg_delay() by initializingmm2011-08-011-1/+1
* Fix serious bug in ZIL that can lead to pool corruptionmm2011-07-301-17/+24
* Bring the code more in-line with OpenSolaris source todelphij2011-07-212-2/+21
* A different implementation of r224231 proposed by pjd@,delphij2011-07-213-5/+10
* Add a new field to in-core znode, z_rdev, to represent device nodes.delphij2011-07-203-1/+12
* ZFS tries to allocate blocks evenly across all devices. This means whenmm2011-07-187-28/+130
OpenPOWER on IntegriCloud