]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cddl
Fix incorrect assertion that could miss overflows.
[FreeBSD/FreeBSD.git] / sys / cddl /
2016-07-14 avgMFV r302640: 6874 rollback and receive need to reset...
2016-07-13 avgre-apply r299908: zfsctl_snapdir_lookup: clear VV_ROOT...
2016-07-13 avgMFC r300134: move zfsctl_freebsd_root_lookup right...
2016-07-13 avgMFC r300130: zfsctl_freebsd_root_lookup: gfs_vop_lookup...
2016-07-13 avgMFC r299951: do not destroy 'snapdir' when it becomes...
2016-07-13 avgMFC r299949: try to recycle "snap" vnodes as soon as...
2016-07-13 avgMFC r299947: fix locking in zfsctl_root_lookup
2016-07-13 avgMFC r299946: gfs_lookup_dot() does not have to acquire...
2016-07-13 avgMFC r299945: avoid deadlock between zfsctl_snapdir_look...
2016-07-13 avgMFC r299940: fix a vnode reference leak caused by illum...
2016-07-13 avgMFC r299914: zfsctl_ops_snapshot: remove methods should...
2016-07-13 avgMFC r301273: zfs_root: fix a potential root vnode refer...
2016-07-13 avgMFC r299908,300131,301275: zfs: set VROOT / VV_ROOT...
2016-07-13 avgMFC r299902,299938: mount_snapshot: consolidate all...
2016-07-13 avgMFC r299906,301870: add zfs_vptocnp with special handli...
2016-07-13 avgMFC r300145: add vop_print methods to vnode operatios...
2016-07-13 avgMFC r301873: l2arc: reset b_tmp_cdata to NULL in the...
2016-07-13 avgMFC r302123: fix deadlock-prone code in getzfsvfs()
2016-07-13 avgMFC r299900: zfsctl: fix several problems with referenc...
2016-07-13 avgMFC r298105: zfs: enable vn_io_fault support
2016-07-13 avgMFC r300133: zfsctl_common_fid: remove redundant assignment
2016-07-13 avgMFC r300132: zfsctl: tighten assertion and remove unuse...
2016-07-13 smhMFC r302265, r302382
2016-07-09 markjAvoid truncating the return value of DTrace predicates.
2016-07-06 smhFix ZFS ARC min / max tunable
2016-07-06 nwhitehornReplace a number of conflations of mp_ncpus and mp_maxi...
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-30 mavRevert r299454 and r299448.
2016-06-29 smhAllow ZFS ARC min / max to be tuned at runtime
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-23 avgfix deadlock-prone code in getzfsvfs()
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-21 asomersFix uninitialized variable from r300881
2016-06-18 kibFix gcc build.
2016-06-17 kibUse vnlru_free(9) to implement dnlc_reduce_cache().
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-13 avgl2arc: reset b_tmp_cdata to NULL in the case of unset...
2016-06-13 avgzfs_vptocnp: check for an invalid znode
2016-06-08 ngieMFC r300870,r300884:
2016-06-08 ngieMFC r299657:
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 avgzfs: set VROOT / VV_ROOT consistently and in a single...
2016-06-03 avgzfs_root: fix a potential root vnode reference leak
2016-06-03 delphijMFV r301238:
2016-06-01 asomersImprove the English in a comment
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-05-31 andrewSet oldfp so the check for fp == oldfp works as expected.
2016-05-31 allanjudeConnect the SHA-512t256 and Skein hashing algorithms...
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-29 bdreweryAvoid more literal-suffix errors with C++11
2016-05-28 asomerszfsd(8), the ZFS fault management daemon
2016-05-27 ngieFix up r300870
2016-05-27 asomersAvoid issuing spa config updates for physical path...
2016-05-27 ngieUnbreak the zfs(4) build
2016-05-27 brCorrect the implementation of dtrace_interrupt_disable...
2016-05-27 andrewFix dtrace_interrupt_disable and dtrace_interrupt_enabl...
2016-05-27 grehanCreate branch for bhyve graphics import.
2016-05-26 bdreweryUse netinet/in.h to avoid include/arpa dependency for...
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-24 bzTry to unbreak the build after r300611 by including...
2016-05-24 brAdd initial DTrace support for RISC-V.
2016-05-24 andrewMark all memory before the kernel as toxic to DTrace.
2016-05-23 avgMFC r300024: zfs_ioc_rename: fix a reversed condition
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-18 avgadd vop_print methods to vnode operatios of various...
2016-05-18 avgmove zfsctl_freebsd_root_lookup right next to zfsctl_ro...
2016-05-18 avgzfsctl_common_fid: remove redundant assignment
2016-05-18 avgzfsctl: tighten an assertion and remove an unused defin...
2016-05-18 avgzfs_root: no need to set the root flag here
2016-05-18 avgzfsctl_freebsd_root_lookup: gfs_vop_lookup may return...
2016-05-17 asomersSpeed up vdev_geom_open_by_guids
2016-05-17 avgMFC r297848: l2arc: make sure that all writes honor...
2016-05-17 avgMFC r298106: zfs_rezget: z_vnode can not be NULL if...
2016-05-17 avgMFC r298473,298787: add invpcid, fix sahf/lahf in dtrac...
2016-05-17 avgMFC r298472: MFV r298471: 6052 decouple lzc_create...
2016-05-17 avgzfs_ioc_rename: fix a reversed condition
2016-05-16 asomersMFC r298072
2016-05-16 avgdo not destroy 'snapdir' when it becomes inactive
2016-05-16 avgtry to recycle "snap" vnodes as soon as possible
2016-05-16 avgfix locking in zfsctl_root_lookup
2016-05-16 avggfs_lookup_dot() does not have to acquire any locks
2016-05-16 avgavoid deadlock between zfsctl_snapdir_lookup and zfsctl...
2016-05-16 avgfix a vnode reference leak caused by illumos compat...
2016-05-16 avgfix up r299902: mount_snapshot requires that the covere...
2016-05-16 avgzfsctl_ops_snapshot: remove methods should never be...
2016-05-16 avgzfsctl_snapdir_lookup: always clear VV_ROOT flag of...
2016-05-16 avgadd zfs_vptocnp with special handling for snapshots...
2016-05-16 avgmount_snapshot: consolidate all error handling
2016-05-16 avgzfsctl: fix several problems with reference counts
2016-05-14 jhbAdd an EARLY_AP_STARTUP option to start APs earlier...
2016-05-13 ngieInclude arpa/inet.h to get the htonl(3) definition
2016-05-12 asomersMFC r297986, r298017 to vdev_geom.c
2016-05-12 mmMFV r299425:
2016-05-11 cemcompat/opensolaris: Don't redefined off64_t if already...
2016-05-11 mavMFV r299453: 6765 zfs_zaccess_delete() comments do...
2016-05-11 mavMFV r299451: 6764 zfs issues with inheritance flags...
2016-05-11 mavMFV r299449: 6763 aclinherit=restricted masks inherited...
2016-05-11 mavMFV r299442: 6762 POSIX write should imply DELETE_CHILD...
2016-05-11 mavMFV r299440: 6736 ZFS per-vdev ZAPs
next