]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cddl
hyperv/vmbus: Minor style and white space cleanup
[FreeBSD/FreeBSD.git] / sys / cddl /
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-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 avgzfs_ioc_rename: fix a reversed condition
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 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
2016-05-11 mavMFV r299438: 6842 Fix empty xattr dir causing lockup
2016-05-11 mavMFV r299436: 6843 Make xattr dir truncate and remove...
2016-05-11 mavMFV r299434: 6841 Undirty freed spill blocks
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-05 brImplement FBT provider (MD part) for DTrace on MIPS.
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-04-29 asomersFix a use-after-free when "zpool import" fails
2016-04-29 avgadd invpcid instruction to i386 dtrace disassembler...
2016-04-29 asomersRefactor vdev_geom_attach and friends to reduce code...
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 delphijMFV r298691:
2016-04-25 markjIncrease DTRACE_FUNCNAMELEN from 128 to 192.
2016-04-25 markjAllow DOF sections with excessively long probe function...
2016-04-25 markjAdd a kern.dtrace.err_verbose sysctl to control dtrace_...
2016-04-22 avglahf/sahf are supported on some amd64 processors
2016-04-22 avgMFV r298471: 6052 decouple lzc_create() from the implem...
2016-04-18 delphijMFV r298178:
2016-04-17 markjMake the second argument of dtrace_invop() a trapframe...
2016-04-17 baptImport libucl 0.8.0
2016-04-17 baptImport sqlite3 3.12.1
2016-04-16 gjbMerge the projects/release-pkg branch to head.
2016-04-16 avgzfs_rezget: z_vnode can not be NULL if zp is valid
2016-04-16 avgzfs: enable vn_io_fault support
2016-04-16 gjbMFH
2016-04-15 philImport to 0.6.1
2016-04-15 asomersDon't corrupt ZFS label's physpath attribute when booti...
2016-04-14 asomersAdd more debugging statements in vdev_geom.c
2016-04-14 asomersUpdate a debugging message in vdev_geom_open_by_guids...
2016-04-13 gjbMFH
2016-04-12 philMerge libxo 0.4.6
2016-04-12 asomersFix rare double free in vdev_geom_attrchanged
2016-04-12 gjbMFH
2016-04-12 avgl2arc: make sure that all writes honor ashift of a...
2016-04-12 avgRevert r297396 Modify "4958 zdb trips assert on pools...
2016-04-11 mavMFV r297831: 6322 ZFS indirect block predictive prefetch
2016-04-11 gjbMFH
2016-04-11 smhOnly include sysctl in kernel build
2016-04-11 smhOnly include sysctl in kernel build
2016-04-11 avgzio: align use of "no dump" flag between use_uma and...
2016-04-10 markjImplement support for boot-time DTrace.
2016-04-10 markjInitialize SDT probes during SI_SUB_DTRACE_PROVIDER.
2016-04-10 markjInitialize DTrace hrtimer frequency during SI_SUB_CPU...
2016-04-09 mavMFV r297760: 6418 zpool should have a label clearing...
2016-04-08 avgzio write issue threads should have lower (numerically...
2016-04-07 mavAlike to r293708 relax pool check in vdev_geom_open_by_...
2016-04-07 traszAdd four new RCTL resources - readbps, readiops, writeb...
2016-04-06 wmaImplement dtrace_getupcstack in ARM64
2016-04-04 gjbMFH
2016-04-02 avgremove emulation of VFS_HOLD and VFS_RELE from opensola...
2016-04-02 mavMFV r297506: 6738 zfs send stream padding needs documen...
2016-04-02 mavMFV r297504: 6681 zfs list burning lots of time in...
2016-03-31 glebiusFix an error in r292373. Use proper count to update...
2016-03-30 mavPlug open count leak on zvol rename.
2016-03-30 mavSwitch from using make_dev_p() to make_dev_s() to close...
2016-03-29 mavModify "4958 zdb trips assert on pools with ashift...
2016-03-28 mavPass through error code from make_dev_p().
2016-03-24 mavUnify ignoring EEXIST from zvol_create_minor().
2016-03-17 markjRemove unused variables dtrace_in_probe and dtrace_in_p...
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-15 mavFix small memory leak on attempt to access deleted...
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-10 gjbMFH
2016-03-10 mavMake ZFS ignore stripe sizes above SPA_MAXASHIFT (8KB).
2016-03-10 mavMake ZFS more picky to GEOM stripe sizes and offsets.
2016-03-10 mavMFV r296609: 6370 ZFS send fails to transmit some holes
2016-03-09 mavAdd new IOCTL compat shims for ABI breakage caused...
2016-03-08 mavMFV r296529:
next