]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cddl
Fix my braino in description of RADIX_MPATH.
[FreeBSD/FreeBSD.git] / sys / cddl /
2011-12-12 attilioRevert the approach for skipping lockstat_probe_func...
2011-12-10 pjdMove ru_inblock increment into arc_read_nolock() so...
2011-12-09 pjdThe vfs.zfs.txg.timeout sysctl can be safely modified...
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-28 mmFix typo in copyright notice.
2011-11-28 mmMerge new ZFS features from illumos:
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-19 kibExisting VOP_VPTOCNP() interface has a fatal flow that...
2011-11-11 rstoneCorrect the types of the arguments to return probes...
2011-11-10 rstoneOn i386, fbt probes are implemented by writing an inval...
2011-11-07 edMark MALLOC_DEFINEs static that have no corresponding...
2011-11-07 rstoneReplace fasttrap_copyout() with uwrite(). FreeBSD...
2011-11-05 pjdCorrect typo in comment.
2011-11-05 pjdIn zvol_open() if the spa_namespace_lock is already...
2011-10-25 mmFix typo in copyright notice introduced in r226724
2011-10-25 mmUpdate copyright information in several ZFS files,...
2011-10-24 pjd- Use better naming now that we allow to rename any...
2011-10-24 pjdDon't forget to rename mounted snapshots of the file...
2011-10-24 pjdInclude <sys/zfs_vfsops.h> only when compiling kernel...
2011-10-24 pjdAllow to rename file systems without remounting if...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-21 pjdUpdate per-thread I/O statistics collection in ZFS.
2011-10-21 pjdzfs vdev_file_io_start: validate vdev before using...
2011-10-20 pjd- Correctly read gang header from raidz.
2011-10-19 pjdAlways pass data size for checksum verification functio...
2011-10-19 pjdInitialize 'rc' properly before using it. This error...
2011-10-19 pjdRemove redundant size calculation.
2011-10-18 mmImport fix for Illumos bug #1475 to reduce diff against...
2011-10-17 delphijFix a bug in sa_find_sizes() which could lead to panic:
2011-10-16 marcelDefine dtrace_cmpset_long in terms of atomic_cmpset_long
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-16 kmacyIn order to maximize the re-usability of kernel code...
2011-09-13 avgzfs boot subroutines: correctly specify type of an...
2011-09-06 kibSplit the vm_page flags PG_WRITEABLE and PG_REFERENCED...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-25 mmGeneralize ffs_pages_remove() into vn_pages_remove().
2011-08-24 pjdWe need to unlock and destroy vnode attached to znode...
2011-08-13 mmzfs_ioctl.c: improve code readability in zfs_ioc_datase...
2011-08-13 mmFix race between dmu_objset_prefetch() invoked from
2011-08-12 pjdEliminate the zfsdev_state_lock entirely and replace...
2011-08-11 rwatsonSecond-to-last commit implementing Capsicum capabilitie...
2011-08-02 mmFix panic in zfs_read() if IO_SYNC flag supplied by...
2011-08-01 mmFix integer overflow in txg_delay() by initializing
2011-07-30 mmFix serious bug in ZIL that can lead to pool corruption
2011-07-21 delphijBring the code more in-line with OpenSolaris source to
2011-07-21 delphijA different implementation of r224231 proposed by pjd@,
2011-07-20 delphijAdd a new field to in-core znode, z_rdev, to represent...
2011-07-18 mmZFS tries to allocate blocks evenly across all devices...
2011-07-18 mmResurrect the ZFS "aclmode" property
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-04 attilioWith retirement of cpumask_t and usage of cpuset_t...
2011-06-28 mmAdd a new "REFCOMPRESSRATIO" property.
2011-06-28 mmDisable vdev cache (readahead) by default.
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-18 benlFix clang warnings.
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-11 hrsMerge from HEAD@222975.
2011-06-10 gibbsRemove C constructs that are incompatible with C++...
2011-06-08 hrsMerge from HEAD@222848.
2011-06-07 mmSilence notice on pool creation, import and access.
2011-06-07 attilioetire the cpumask_t type and replace it with cpuset_t...
2011-06-07 attilioMFC
2011-06-06 attilioMFC
2011-06-06 mmRemove empty #ifndef
2011-06-05 hrsMerge from HEAD@222712.
2011-06-04 attilioMFC
2011-06-04 avgopensolaris compat / zfs: avoid early overflow in ddi_g...
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-06-03 attilioMFC
2011-06-02 attilioMFC
2011-05-31 attilioMFC
2011-05-31 pjdImagine situation where a security problem is found...
2011-05-29 hrsMerge from head@222434.
2011-05-29 attilioMFC
2011-05-27 attilioMFC
2011-05-27 pjdSilence warnings about unsupoorted value types.
2011-05-26 attilioMFC
2011-05-24 pjdDon't pass pointer to name buffer which is on the stack...
2011-05-24 pjdDon't access task structure once we call task function.
2011-05-22 attilioMFC
2011-05-22 rmacklemFix the zfs file system so that it uses the lock
2011-05-22 attilioMFC
2011-05-22 rmacklemAdd a lock flags argument to the VFS_FHTOVP() file...
2011-05-21 attilioMFC
2011-05-20 attilioMFC
2011-05-19 attilioMFC
2011-05-18 attilioMFC
2011-05-18 mmRestore old (v15) behaviour for a recursive snapshot...
2011-05-17 attilioMFC
2011-05-16 attilioMFC
2011-05-16 avgRevert accidentally committed local change in r221990
2011-05-16 avgbetter integrate cyclic module with clocksource/eventti...
2011-05-15 attilioMFC
next