HAMMER VFS - More cluster_read() fixes
[dragonfly.git] / sys /
2010-08-22 Matthew DillonHAMMER VFS - More cluster_read() fixes
2010-08-22 Matthew Dillonkernel - Fix reentrant serialization in if_tun
2010-08-22 Matthew Dilloncryptosoft - Fix x86_64 buildkernel
2010-08-22 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-22 Matthew Dillonkernel - close numerous kqueue MP and blocking races
2010-08-22 Alex Hornungcryptosoft - (partially) fix AES_XTS for contiguous...
2010-08-21 Matthew Dillonkernel - NFS server cleanup and xid atomic ops
2010-08-21 Matthew DillonHAMMER VFS - Minor iterator change for pid hash
2010-08-21 Matthew DillonHAMMER VFS - Add debugging for overlapping buffer issue
2010-08-21 Matthew Dillonkernel - clarify comment in nestio code
2010-08-21 Matthew Dillonkernel - minor flags coding change
2010-08-21 Matthew Dillonkernel - Fix system lockup w/ kqueue based select/poll...
2010-08-21 Alex Hornungdm_target_crypt - fix logic for xts support
2010-08-21 Alex HornungMerge branch 'master' of git://git.dragonflybsd.org...
2010-08-21 Alex Hornungcrypto - fix crypto_getfeat
2010-08-21 Sascha WildnerLINT: Why not just keep it sorted?
2010-08-21 Alex Hornungaesni - printf -> kprintf for DEBUG
2010-08-21 Alex HornungMerge branch 'master' of git://git.dragonflybsd.org...
2010-08-21 Alex Hornungdm_target_crypt - Enable support for AES-XTS
2010-08-21 Alex Hornungpadlock - Rework locking
2010-08-21 Alex Hornungaesni - Bind into build system & LINT
2010-08-21 Alex Hornungaesni - Rename amd64 -> x86_64
2010-08-21 Alex Hornungaesni - Port to DragonFly
2010-08-21 Alex Hornungaesni - Import verbatim from FreeBSD
2010-08-21 Alex Hornungcryptodev - Allow software crypto
2010-08-21 Alex Hornungcrypto - Update crypto for AES XTS and CTR
2010-08-21 Alex Hornungpadlock - Properly align data
2010-08-21 Alex Hornungcryptosoft - Fix useless compression detection
2010-08-21 Alex Hornungdm_target_crypt - Fix compatibility with Linux
2010-08-20 Matthew Dillonkernel - Correct hex2key() in dm_crypt
2010-08-20 Matthew Dillonkernel - Fix iv sector mush in dm_target_crypt for...
2010-08-20 Alex Hornungpadlock - get rid of __GNUCLIKE_ASM #ifdefs
2010-08-20 Matthew Dillonkernel - opencrypto - optimize chained synchronous...
2010-08-20 Alex Hornungdm_target_crypt - rework ivgen magic, fix bug
2010-08-20 Thomas NikolajsenFix LINT build
2010-08-20 Antonio Huete Jimenezudev - Add unit serial number to the udev
2010-08-20 Matthew DillonHAMMER VFS - Throw away cached vnodes on stage2 mount...
2010-08-20 Matthew Dillonkernel - Fix intermediate value overflows in badjiosche...
2010-08-20 Matthew DillonHAMMER VFS - Limit pending writes when flushing undos
2010-08-20 Matthew Dillonkernel - limit running io writes during fsync
2010-08-20 Venkatesh SrinivasFix !INVARIANTS build.
2010-08-20 Matthew Dillonkernel - dm_target_crypt - use CRYPTO_F_BATCH
2010-08-20 Matthew Dillonkernel - Add SMP support for software crypto driver
2010-08-20 Matthew Dillonkernel - add kthread_create_cpu()
2010-08-18 Matthew Dillonkernel - Fix possible race in syncache
2010-08-18 Matthew Dillonkernel - Fix excessive mbuf use in nfs_realign()
2010-08-18 Matthew Dillonkernel - Implement vm.swap_info_array sysctl
2010-08-17 Matthew Dillonkernel - add vm.swap_size sysctl
2010-08-17 Sascha WildnerMake amdsmb(4) compilable into the kernel and add it...
2010-08-17 Sascha WildnerRemove a debugging leftover (thus fixing LINT).
2010-08-17 Matthew DillonHAMMER Utility - Add catastrophic recovery feature
2010-08-17 Matthew DillonHAMMER VFS - Expand vfs.hammer.debug_io capabilities
2010-08-17 Matthew DillonHAMMER VFS - Add HAMMER_OFF_BAD
2010-08-17 Sascha WildnerSync amdpm(4) with FreeBSD (and bring in amdsmb(4)).
2010-08-17 Sascha Wildnerpowermng: Fix some printf -> kprintf.
2010-08-17 Sascha WildnerSync alpm(4) with FreeBSD.
2010-08-16 Sascha Wildneriicbus: Bring us closer to FreeBSD.
2010-08-16 Matthew Dillonkernel - revamp cluster_read API and improve performance
2010-08-15 Matthew Dillonkernel - fix 64-bit build
2010-08-15 Matthew DillonHAMMER VFS - Limit queued I/O during flush
2010-08-15 Matthew Dillonkernel - split the pbuf subsystem into two (kva and...
2010-08-15 Matthew Dillonkernel - dm_crypt - Pre-zero control structures, disabl...
2010-08-15 Matthew Dillonkernel - Add overlapping buffer test to the buffer...
2010-08-15 Matthew DillonHAMMER VFS - Fix over-enthusiastic cluster read
2010-08-15 Alex Hornunglinuxulator - Acquire MPLOCK for ksignal
2010-08-15 Matthew Dillonkernel - dm - Reorganize the crypt code and implement...
2010-08-14 Matthew Dillonkernel - dm - Fix panic in dm_target_crypt
2010-08-14 Matthew Dillonkernel - netif - temporary hack for IFT_ETHER
2010-08-14 Matthew Dillonkernel - dm - Add support for BUF_CMD_FLUSH
2010-08-14 Matthew Dillonkernel - flag when bogus_page's are present
2010-08-14 Matthew Dillonkernel - dm - rewrite dm_target_stripe.c to add functio...
2010-08-14 Matthew Dillonkernel - devfs - Fix dangling lock created by recent...
2010-08-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-14 Matthew Dillonkernel - kqueue - fix EVFILT_WRITE notification on...
2010-08-13 Matthew Dillonkernel - make POLLHUP conform better to OpenGroup
2010-08-13 Matthew Dillonkernel - More kqueue work
2010-08-13 Matthew Dillonkernel - Some minor swap allocator / blist work
2010-08-13 Matthew Dillonkernel - Fix reboot races
2010-08-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-13 Matthew Dillonkernel - devfs - Fix deadlocks
2010-08-13 Matthew Dillonkernel - Add sysref assertions
2010-08-13 Matthew Dillonkernel - Add sysref assertions
2010-08-13 Matthew Dillonkernel - More tty and devfs race fixes
2010-08-13 Matthew DillonHAMMER VFS - Adjust signedness of a media field for...
2010-08-13 Matthew Dillonkernel - Fix pty registration, memory leak
2010-08-13 Matthew Dillonkernel - Fix pty clone vnode leak
2010-08-13 Venkatesh SrinivasAdd DSCHED_FQ to GENERIC.
2010-08-11 Matthew Dillonkernel - Adjust krate infrastructure
2010-08-11 Matthew Dillonbuildworld - Fix breakage
2010-08-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-10 Matthew Dillonkernel - Add per-user file descriptor limit
2010-08-10 Matthew Dillonkernel - Fix lockf panic
2010-08-10 Matthew Dillonkqueue - Fix junk kfree() in doselect()
2010-08-10 Sascha Wildnerpf(4): Remove a ', 1' that had no effect (OpenBSD dev...
2010-08-10 Sascha Wildneraicasm: Correct logic bug in the undefined register...
2010-08-10 Venkatesh SrinivasEliminate XIG server workaround in fp_mmap; just an...
2010-08-10 Venkatesh SrinivasDocument sysctls vm.fast_fault, vm.dreadful_invltlb...
2010-08-09 Venkatesh SrinivasVM - Enable idlezero by default.
2010-08-09 Sascha WildnerUndo part of the last change until I understand why...
2010-08-09 Sascha WildnerFix some mis-usage of && and || in the kernel.
next