summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib
Commit message (Expand)AuthorAgeFilesLines
* ZFS tries to allocate blocks evenly across all devices. This means whenmm2011-07-187-28/+130
* Resurrect the ZFS "aclmode" propertymm2011-07-189-177/+156
* Add a new "REFCOMPRESSRATIO" property.mm2011-06-283-5/+14
* Disable vdev cache (readahead) by default.mm2011-06-281-1/+8
* Fix clang warnings.benl2011-06-181-1/+1
* Remove C constructs that are incompatible with C++ from variousgibbs2011-06-106-99/+116
* Silence notice on pool creation, import and access.mm2011-06-071-0/+2
* Don't pass pointer to name buffer which is on the stack to another thread,pjd2011-05-241-20/+11
* Don't access task structure once we call task function.pjd2011-05-242-14/+3
* Fix the zfs file system so that it uses the lockrmacklem2011-05-221-2/+2
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-2/+2
* Restore old (v15) behaviour for a recursive snapshot destroy.mm2011-05-181-0/+6
* Convert the last use of xcopyout() to ddi_copyout() and remove the nowmarius2011-05-031-2/+2
* Fix deduplicated zfs receivemm2011-04-302-58/+37
* Fix copy-paste bug.marcel2011-04-271-1/+1
* Partially fix ZFS compat code for sparc64.mm2011-04-081-23/+78
* Checking file access on size change is bogus. The checks are done earlier bypjd2011-03-241-5/+0
* Fix potential panic in dbuf_sync_list() relate to spill blocks handling.pjd2011-03-141-4/+16
* Correct readdir over ZFS handling.pjd2011-03-081-11/+8
* Fix libzpool build.pjd2011-03-063-1/+5
* Make renaming of a ZVOL, ZVOL's parent directory and ZVOL snapshot work.pjd2011-03-055-2/+77
* Simplify zvol_remove_minors() a bit.pjd2011-03-051-7/+8
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-27185-12623/+38723
* For UIO_NOCOPY case of reading request on zfs vnode, which has vm objectkib2011-02-111-2/+8
* Make it impossible to clear the MNT_NFS4ACLS flag on ZFS filesystemtrasz2011-02-061-1/+3
* vdev's sectorsize should not be greater than 8 Kbytes and alsoae2011-02-041-1/+13
* Add MNT_NFS4ACLS to ZFS mount flags. It's not conditional, since theretrasz2011-01-191-1/+1
* Re-commit the zfs sysctl(9) type-safety changes.mdf2011-01-133-27/+27
* Revert cddl changes for sysctl(9) until I understand why this isn'tmdf2011-01-123-27/+27
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-123-27/+27
* MFp4 r186485, r186859:mm2011-01-032-3/+28
* Remove redundant semicolon and empty like.pjd2010-12-111-2/+1
* Undo r216230: the interaction between saved ashift in metadata andivoras2010-12-071-4/+1
* Use GEOM stripesize field when calculating ashift. This will enable correctivoras2010-12-061-1/+4
* zfs+sendfile: populate all requested pages, not just those already cachedavg2010-11-161-4/+14
* fix misspelling in a commentavg2010-11-161-1/+1
* Disable VFS_HOLD placed on mnt_vnodecovered during the mount of a snapshotmm2010-11-131-0/+4
* Validate whether the zfs_cmd_t submitted from userland is not smaller thandelphij2010-11-051-0/+8
* Bugfix merge from OpenSolaris:mm2010-10-263-6/+28
* zfs: add vop_getpages method implementationavg2010-10-161-0/+91
* In zfs_post_common(), use %d instead of %hhu.rpaulo2010-10-131-1/+1
* zfs + sendfile: do not produce partially valid pages for vnode's tailavg2010-10-121-3/+6
* Provide internal ioflags() function that converts ioflag provided by FreeBSD'spjd2010-10-101-5/+22
* Change FAPPEND to IO_APPEND as this is a ioflag and not a fflag.mm2010-10-081-1/+1
* Properly handle IO with B_FAILFASTmm2010-09-2710-44/+103
* Enable offlining of log devices.mm2010-09-276-75/+147
* zfs_map_page/zfs_unmap_page: do not use sched_pin() and SFB_CPUPRIVATEavg2010-09-211-3/+1
* zfs_vnops: use zfs_map_page/zfs_unmap_page helper functions in another placeavg2010-09-211-5/+2
* zfs arc_reclaim_needed: fix typo in mismerge in r212780avg2010-09-171-1/+1
* zfs+sendfile: advance uio_offset upon reading as wellavg2010-09-171-1/+3
OpenPOWER on IntegriCloud