ioapic/abi: Log interrupt trigger mode changes
[dragonfly.git] / sys / vfs /
2011-03-14 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-03-09 Matthew Dillonkernel - Add vm.cache_vmspaces boot-time tunable
2011-03-07 Sascha WildnerMerge remote branch 'crater/vendor/MDOCML' into HEAD
2011-03-02 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-03-02 Sascha Wildnerkernel: Fix the remaining gcc44 warnings for the kernel.
2011-02-28 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-02-26 Matthew Dillonkernel - Fix incorrect inode wait code in HAMMER
2011-02-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-24 Antonio Huete Jimenezprocfs - Fix open() for procfs.
2011-02-24 Matthew Dillonkernel - Fix serious bug w/non-blocking commit
2011-02-23 Venkatesh Srinivaskernel -- Add O_FRNONBLOCKING, to allow reads which...
2011-02-21 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-21 Matthew DillonHAMMER - Fix long stalls when writing out core files
2011-02-14 Matthew Dillonkernel - Remove the last MP locks from tmpfs (2).
2011-02-14 Matthew Dillonkernel - Remove the last MP locks from tmpfs.
2011-02-14 Matthew Dillonkernel - Make numerous proc accesses use p->p_token...
2011-02-11 Matthew Dillonkernel - Add per-process token, adjust signal code...
2011-02-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-09 Peter AvalosMerge branch 'vendor/OPENSSL'
2011-02-07 Justin C. SherrillMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-05 Samuel J. Greearkern - Convert NFS from zalloc to objcache
2011-02-05 Samuel J. Greearkern - Convert ufs dirhash from zalloc to objcache
2011-02-04 Matthew DillonHAMMER VFS - Fix deadlock which can occur under severe...
2011-01-31 Peter AvalosMerge branch 'vendor/GDTOA'
2011-01-31 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-01-29 Sascha WildnerRevert "devfs: Populate si_umajor, too."
2011-01-29 Peter AvalosMerge branch 'vendor/FILE'
2011-01-28 Sascha Wildnerdevfs: Populate si_umajor, too.
2011-01-27 Joe TalbottMerge branch 'master' of git://git.theshell.com/dragonfly
2011-01-26 Sascha Wildnerext2fs: Remove some unused variables.
2011-01-26 Sascha Wildnerfifofs: Remove an unused variable.
2011-01-25 Sascha Wildnernullfs: Remove a no longer used variable.
2011-01-25 Venkatesh Srinivaskernel -- tmpfs: Mark tmpfs_write MPSAFE.
2011-01-20 Venkatesh SrinivasRemove mplock2.h include from files not using the mplock.
2011-01-20 Matthew Dillonkernel - Remove mplock shims from global tokens
2011-01-20 Matthew DillonHAMMER VFS - vfs.hammer.double_buffer adjustments
2011-01-20 Venkatesh Srinivaskernel -- tmpfs: MPSAFE tmpfs_getattr.
2011-01-19 Matthew Dillonkernel - Fix deadlock assertion panic with mmap/read...
2011-01-19 Sascha Wildnercd9660: Style fix.
2011-01-17 Sascha Wildnerkernel: Use NELEM() where we can.
2011-01-16 Sascha Wildnerfsck(8): Fix for missing prototypes.
2011-01-14 Matthew Dillonkernel - Fix maximum file size limit for NFSv3
2011-01-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-01-12 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-01-12 Venkatesh Srinivaskernel -- tmpfs: Make tmpfs_strategy MPSAFE.
2011-01-12 Venkatesh Srinivaskernel -- tmpfs: Make tmpfs_read() MPSAFE.
2011-01-12 Matthew DillonHAMMER VFS - Remove B-Tree allocation hints, add double...
2011-01-12 Matthew DillonHAMMER VFS - Unlock around uiomove
2011-01-11 Matthew Dillonkernel - Enhance getcacheblk() (improve saturated write...
2011-01-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-01-11 Matthew DillonHAMMER VFS - Improve saturated write performance (2).
2011-01-11 Matthew DillonHAMMER VFS - Improve saturated write performance.
2011-01-10 Matthew DillonHAMMER VFS - Change default hammer fs version from...
2011-01-10 Matthew DillonHAMMER VFS - Implement Version 6 features as WIP (work...
2011-01-10 Matthew Dillonkernel - Do a better job with the filesystem background...
2011-01-04 Samuel J. Greearhammer - Describe live_dedup_cache_size sysctl
2011-01-04 Ilya DryomovHAMMER - Add live_dedup_cache_size sysctl
2011-01-04 Samuel J. Greearhammer - Furnish descriptions for the live dedup sysctl's
2011-01-04 Matthew DillonHAMMER VFS - Increase directory object cache
2011-01-04 Matthew DillonHAMMER VFS - Fix TAILQ bug
2011-01-04 Ilya DryomovHAMMER - Add live dedup sysctl and support
2011-01-02 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-30 Ilya DryomovHAMMER - Remove unused variable
2010-12-23 Sascha WildnerFix typos in messages and manual pages.
2010-12-22 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-22 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-22 Samuel J. Greearkernel - Add many sysctl definitions, sysv, vfs, nfs...
2010-12-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE' into HEAD
2010-12-19 Peter AvalosMerge branch 'vendor/XZ' into HEAD
2010-12-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-15 Sascha Wildnermsdosfs: Add a define of 0x28 as extended boot record...
2010-12-15 Peter AvalosMerge branch 'vendor/TNFTP'
2010-12-15 Peter AvalosMerge branch 'vendor/ZLIB'
2010-12-12 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-12-11 Matthew Dillonkernel - Change the discrete mplock into mp_token
2010-12-11 Matthew Dillonkernel - Make swap, nullfs MPSAFE
2010-12-10 Samuel J. GreearMerge branch 'malloc_constructor'
2010-12-01 Matthew Dillonkernel - Fix NFS race
2010-11-30 Samuel J. GreearMerge branch 'GCI2010'
2010-11-30 Samuel J. Greearkernel - Provide descriptions for lwkt.* and debug...
2010-11-30 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2010-11-29 Venkatesh Srinivaskernel - tmpfs - Remove mplock in tmpfs_read().
2010-11-28 Matthew DillonHAMMER VFS - Fix HAMMER_INODE_XDIRTY flags / state...
2010-11-28 Matthew Dillonkernel - Fix NFS stall and likely also x86-64 seg-fault...
2010-11-22 Peter AvalosMerge branch 'vendor/OPENSSL' into HEAD
2010-11-22 YONETANI Tomokazutmpfs - fix chgrp(), or chown() when one of uid/gid...
2010-11-21 Alex Hornungdevfs - don't propagate on terminate, it's redundant
2010-11-21 Alex Hornungdevfs - Only check rules after inserting into topology
2010-11-19 Alex Hornungdevfs - Fix FREEBLKS
2010-11-18 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-11-15 Alex Hornungdevfs - Add a destroy_dev_alias, remove hotplug
2010-11-15 Alex Hornungufs - Adjust the on-disk structure to FreeBSD's
2010-11-13 Sascha WildnerRemove useless .PATH targets from kernel module Makefiles.
2010-11-12 Stathis KamperisHAMMER - Implement volume-list command
2010-11-11 Matthew Dillonkernel - Close possible hole in hammer inval code
2010-11-08 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2010-11-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-11-08 Matthew DillonHAMMER - Fix broken assertion
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-07 Michael NeumannMerge branch 'apic_io'
next