aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib
Commit message (Expand)AuthorAgeFilesLines
* From time to time people report space map corruption resulting in panicPawel Jakub Dawidek2011-12-181-1/+25
* Implement replying of ACLs updates. ACL changes should go to ZIL onlyPawel Jakub Dawidek2011-12-182-13/+16
* Revert the approach for skipping lockstat_probe_func call when doingAttilio Rao2011-12-121-0/+3
* Move ru_inblock increment into arc_read_nolock() so we don't account forPawel Jakub Dawidek2011-12-102-4/+3
* The vfs.zfs.txg.timeout sysctl can be safely modified at run time.Pawel Jakub Dawidek2011-12-091-1/+1
* Fix typo in copyright notice.Martin Matuska2011-11-281-1/+1
* Merge new ZFS features from illumos:Martin Matuska2011-11-2824-118/+808
* Existing VOP_VPTOCNP() interface has a fatal flow that is critical forKonstantin Belousov2011-11-191-1/+1
* Replace fasttrap_copyout() with uwrite(). FreeBSD copyout() is not able toRyan Stone2011-11-071-3/+8
* Correct typo in comment.Pawel Jakub Dawidek2011-11-051-1/+1
* In zvol_open() if the spa_namespace_lock is already held, it means thatPawel Jakub Dawidek2011-11-051-0/+8
* Fix typo in copyright notice introduced in r226724Martin Matuska2011-10-251-1/+1
* Update copyright information in several ZFS files, as the clause 3.3Martin Matuska2011-10-255-0/+5
* - Use better naming now that we allow to rename any mounted file system (notPawel Jakub Dawidek2011-10-248-9/+24
* Don't forget to rename mounted snapshots of the file system being renamed.Pawel Jakub Dawidek2011-10-241-1/+1
* Include <sys/zfs_vfsops.h> only when compiling kernel module.Pawel Jakub Dawidek2011-10-241-0/+2
* Allow to rename file systems without remounting if it is possible.Pawel Jakub Dawidek2011-10-248-12/+69
* Update per-thread I/O statistics collection in ZFS.Pawel Jakub Dawidek2011-10-212-2/+9
* zfs vdev_file_io_start: validate vdev before using vdev_tsdPawel Jakub Dawidek2011-10-211-8/+10
* Import fix for Illumos bug #1475 to reduce diff against upstream.Martin Matuska2011-10-181-8/+12
* Fix a bug in sa_find_sizes() which could lead to panic:Xin LI2011-10-171-2/+2
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-162-4/+4
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomicKonstantin Belousov2011-09-061-2/+1
* Generalize ffs_pages_remove() into vn_pages_remove().Martin Matuska2011-08-251-4/+9
* We need to unlock and destroy vnode attached to znode which we are freeing.Pawel Jakub Dawidek2011-08-241-0/+14
* zfs_ioctl.c: improve code readability in zfs_ioc_dataset_list_next()Martin Matuska2011-08-132-7/+8
* Fix race between dmu_objset_prefetch() invoked fromMartin Matuska2011-08-131-1/+2
* Eliminate the zfsdev_state_lock entirely and replace it with thePawel Jakub Dawidek2011-08-124-70/+54
* Fix panic in zfs_read() if IO_SYNC flag supplied by checking forMartin Matuska2011-08-021-2/+3
* Fix integer overflow in txg_delay() by initializingMartin Matuska2011-08-011-1/+1
* Fix serious bug in ZIL that can lead to pool corruptionMartin Matuska2011-07-301-17/+24
* Bring the code more in-line with OpenSolaris source toXin LI2011-07-212-2/+21
* A different implementation of r224231 proposed by pjd@,Xin LI2011-07-213-5/+10
* Add a new field to in-core znode, z_rdev, to represent device nodes.Xin LI2011-07-203-1/+12
* ZFS tries to allocate blocks evenly across all devices. This means whenMartin Matuska2011-07-187-28/+130
* Resurrect the ZFS "aclmode" propertyMartin Matuska2011-07-189-177/+156
* Add a new "REFCOMPRESSRATIO" property.Martin Matuska2011-06-283-5/+14
* Disable vdev cache (readahead) by default.Martin Matuska2011-06-281-1/+8
* Fix clang warnings.Ben Laurie2011-06-181-1/+1
* Remove C constructs that are incompatible with C++ from variousJustin T. Gibbs2011-06-106-99/+116
* Silence notice on pool creation, import and access.Martin Matuska2011-06-071-0/+2
* Don't pass pointer to name buffer which is on the stack to another thread,Pawel Jakub Dawidek2011-05-241-20/+11
* Don't access task structure once we call task function.Pawel Jakub Dawidek2011-05-242-14/+3
* Fix the zfs file system so that it uses the lockRick Macklem2011-05-221-2/+2
* Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-221-2/+2
* Restore old (v15) behaviour for a recursive snapshot destroy.Martin Matuska2011-05-181-0/+6
* Convert the last use of xcopyout() to ddi_copyout() and remove the nowMarius Strobl2011-05-031-2/+2
* Fix deduplicated zfs receiveMartin Matuska2011-04-302-58/+37
* Fix copy-paste bug.Marcel Moolenaar2011-04-271-1/+1
* Partially fix ZFS compat code for sparc64.Martin Matuska2011-04-081-23/+78