hammer2 - Add feature to allow sector overwrite, fix meta-data check code
[dragonfly.git] / sys /
2016-07-09 Matthew Dillonhammer2 - Add feature to allow sector overwrite, fix...
2016-07-09 Sascha Wildnerkernel: Don't use userland's <stdarg.h> from kernel...
2016-07-09 Sascha Wildner<sys/systm.h>: Remove a leftover prototype.
2016-07-07 Imre Vadászkernel - Change cpu_idle_hlt default for modern amd...
2016-07-07 Matthew Dillonkernel - New threads should not inherit the sigaltstack
2016-07-06 Sepherosa Ziehauvirtio: Fix MSI support; thus unbreak booting on bhyve
2016-07-04 zrjFix <machine/varargs.h> use cases.
2016-07-04 zrjMove __va_size() into freestanding block.
2016-07-04 zrjsys/sys: Protect len and inout parameters in _IOC defin...
2016-07-03 François Tigeotdrm/linux: Improve spin_unlock_irqrestore()'s implement...
2016-07-01 Tomohiro Kusumisys/vfs/hammer: Remove validate_zone()
2016-06-30 François Tigeotdrm: Restore DRM_DEBUG_VBLANK() calls
2016-06-29 François Tigeotdrm/i915: Use the spin_lock_irq() family of functions...
2016-06-29 François Tigeotdrm: Use the spin_lock_irq() family of functions
2016-06-29 François Tigeotdrm/i915: Use the spin_lock_irq() family of functions
2016-06-29 Matthew Dillonkernel - Enhance buffer flush and cluster_write lineari...
2016-06-29 Matthew Dillonhammer2 - Fix inode destroy panic
2016-06-29 Matthew Dillonkernel - Enhance buffer flush and cluster_write linearity
2016-06-28 Matthew Dillonhammer2 - Optimize indirect block algorithm
2016-06-28 Matthew Dillonhammer2 - Stabilization pass
2016-06-27 Matthew Dillonhammer2 - Remove the hidden directory, rework deletions
2016-06-27 Sepherosa Ziehauifnet: Add oqdrops statistics
2016-06-27 Matthew Dillonhammer2 - Stabilization, fix bulkfree bugs, change...
2016-06-26 Matthew Dillonkernel - Fix panic in error path of nvextendbuf()
2016-06-26 Matthew Dillonhammer2 - Stabilization (data corruption)
2016-06-26 Matthew Dillonnvme - Handle full submission queue
2016-06-25 Matthew Dillonkernel - Enhance swap allocation failure message
2016-06-25 Matthew Dillonkernel - Misc bug fixes and enhancements
2016-06-25 Matthew Dillonhammer2 - Stabilization, optimization
2016-06-24 François Tigeotdrm/linux: Implement some spin_lock_irq* functions
2016-06-24 Tomohiro Kusumisys/vfs/hammer: Remove DEDUP_CACHE_SIZE and wrong comment
2016-06-24 Sepherosa Ziehaunvme: Use high frequency interrupt for CQ processing
2016-06-24 Sepherosa Ziehauintr: Allow drivers to register high frequency interrupt.
2016-06-23 François Tigeotdrm/linux: Really implement local_irq_disable/enable
2016-06-22 Sepherosa Ziehauintr: Force unshareble interrupt setting
2016-06-22 Imre Vadászkern: Also detect KVM via the Hypervisor vendor ID...
2016-06-22 Bill Yuanipfw3_nat: kmalloc netmsg from M_LWKTMSG
2016-06-21 Sascha Wildner<sys/poll.h>: Some namespace cleanup.
2016-06-21 Bill Yuanipfw3: lockless in-kernel NAT
2016-06-21 Matthew Dillonhammer2 - stabilization pass
2016-06-21 Matthew Dillonhammer2 - Update directory mtime
2016-06-21 Matthew Dillonhammer2 - Stabilization pass
2016-06-21 Matthew Dillonkernel - Enhance debug.ncvp_debug debugging
2016-06-20 Imre Vadászkernel - Fix typo in ppoll entry in sys/kern/syscalls.
2016-06-20 Sepherosa Ziehauintr: Avoid implicit padding
2016-06-19 Matthew Dillonprocfs - Try to workaround issue to fix truss
2016-06-19 Matthew Dillonkernel - Implement PIE (place independent executables)
2016-06-19 Matthew Dillonhammer2 - Implement NFS export support
2016-06-19 Matthew Dillonhammer2 - Implement hammer2_inode_meta.iparent
2016-06-19 Matthew Dillonhammer2 - Change XOP feed/collect locking
2016-06-19 Imre Vadaszkernel - Implement ppoll system call with precise micro...
2016-06-19 Matthew Dillonhammer2 - Start work on inode indexing - MAJOR CHANGE
2016-06-18 Matthew Dillonnvme - Remove debugging
2016-06-18 Matthew Dillonnvme - Implement ioctl support to retrieve log pages
2016-06-18 Matthew Dillonnvme - Fail gracefully if chip cannot be enabled
2016-06-17 Matthew Dillonnvme - Work w/qemu
2016-06-16 Sascha Wildnerkernel/virtio: Some small stylistic cleanup.
2016-06-16 Sepherosa Ziehauhyperv/vmbus: Factor out vmbus_msg_reset()
2016-06-16 Sepherosa Ziehauhyperv/vmbus: Make sure that interrupt cputimer can...
2016-06-16 Sepherosa Ziehauacpica: Interrupt resource lookup failure is fine....
2016-06-16 Sepherosa Ziehaumptable: Reduce log verbosity
2016-06-16 Sepherosa Ziehauhyperv/vmbus: Complete vmbus initialization; interrupt...
2016-06-16 Sepherosa Ziehaucputimer: Add per-cpu handler and private data for...
2016-06-14 Sascha Wildnerkernel: Add vmbus module to the build.
2016-06-13 Imre Vadászif_iwm - Fix channel list iteration in iwm_mvm_config_u...
2016-06-13 Sepherosa Ziehauhyperv: Initial import. It only contains non-intr...
2016-06-13 Sepherosa Ziehaux86_64/timer: Xtimer is generic enough for per-cpu...
2016-06-13 Sepherosa Ziehautsc: Log the final TSC frequency
2016-06-13 Sepherosa Ziehaukern: Update virtual machine detection a bit
2016-06-11 Matthew Dillonhammer2 - Use B_IOISSUED
2016-06-11 Matthew Dillonkernel - B_IODEBUG -> B_IOISSUED
2016-06-11 Imre Vadászif_iwm - Add and use iwm_phy_db_free(), to plug phy_db...
2016-06-11 Imre Vadászif_iwm - GC unused struct iwm_rx_buf. Two small nitpicks.
2016-06-11 Imre Vadászif_iwm - Use mbuf for large firmware commands, like...
2016-06-11 Matthew Dillonhammer2 - Fix infinite flush recursion, reduce bulkfree...
2016-06-11 Matthew Dillonhammer2 - Fix *errorp, instrument strategy errors
2016-06-11 Matthew Dillonkernel - Instrument vnode pager error
2016-06-11 Matthew Dillonhammer2 - Fix upgrade deadlock
2016-06-10 Imre Vadászif_iwm - Use DragonFly specific convenience functions...
2016-06-10 Imre Vadászif_iwm - Compare paylen to datasz instead of sizeof...
2016-06-10 Matthew Dillonhammer2 - Add truncation lock, change dio persistence
2016-06-10 Matthew Dillonkernel - Try to improve 'Warning: vfsync skipped dirty...
2016-06-10 Tomohiro Kusumisys/vfs/hammer2: Change u_int{8,16,32,64}_t to uint...
2016-06-10 Matthew Dillonnvme - Add kernel dump support
2016-06-10 Matthew Dillonhammer2 - Cache chain->data and chain->dio until last...
2016-06-10 Imre Vadászif_iwm - Fix iwm_dma_contig_free(). dma->map is always...
2016-06-10 Matthew Dillonhammer2 - Rename hammer2_thread.c to hammer2_admin.c
2016-06-09 Matthew Dillonhammer2 - Allow chains to be cached
2016-06-09 Imre Vadászif_iwm - Free rx ring on detach. Free nvm_sections...
2016-06-09 Matthew Dillonkernel - Scan more pages in vm_pageout to fix OOM killer
2016-06-09 Sascha Wildnerkernel: Save some indent here and there and some small...
2016-06-09 Sascha Wildnerkernel/modnext: Improve the flow a bit regarding settin...
2016-06-09 François Tigeotdrm/i915: Fix hangs on some broadwell machines
2016-06-09 Matthew Dillonhammer2 - multi-thread read-ahead XOPs
2016-06-09 Matthew Dillonhammer2 - Revamp worker thread signaling
2016-06-08 Matthew Dillonhammer2 - Add xxhash to H2 and throw in debug stuff...
2016-06-08 Matthew Dillonhammer - Make vfs.hammer.cluster_enable an integer
2016-06-08 Matthew Dillonkernel - Fix some clustering issues
2016-06-08 Matthew Dillonnvme - Add interrupt coalescing support
2016-06-08 Tomohiro Kusumisys/vfs/hammer: Remove sys/vfs/hammer/hammer_freemap.c
next