hammer2 - more dmsg/separation work, add nmasters field to inode
[dragonfly.git] / sys / vfs /
2014-04-20 Matthew Dillonhammer2 - more dmsg/separation work, add nmasters field...
2014-04-19 Matthew Dillonhammer2 - refactor libdmsg volume configuration
2014-04-19 Matthew Dillonhammer2 - Shift dmsg structures around
2014-04-08 Peter AvalosMerge branch 'vendor/OPENSSL'
2014-04-06 Matthew Dillonhammer - Fix missing reltoken
2014-03-31 Matthew Dillonhammer2 - multi-target mount part 4/many (stabilization)
2014-03-30 Matthew Dillonhammer2 - multi-target mount part 3/many (stabilization)
2014-03-30 Matthew Dillonhammer2 - multi-target mount part 2/many
2014-03-22 Matthew Dillonhammer2 - skeleton multi target mount detection
2014-03-22 Matthew Dillonhammer2 - cluster API, preliminary implementation of...
2014-03-21 Sascha Wildnerkernel/msdosfs: Merge deName and deExtension in the...
2014-03-19 Matthew Dillonhammer2 - Cluster API stabilization
2014-03-18 Matthew Dillonhammer2 - Start adding internal cluster API
2014-03-15 Alex Hornungdevfs - sync devfs after cloning a device
2014-03-13 Matthew Dillonkernel - Hack fix for tty last-close bug
2014-03-08 Matthew Dillonhammer2 - Fix stack blowout in lookup iteration
2014-03-08 Matthew Dillonhammer2 - stabilization
2014-03-07 Matthew Dillonhammer2 - Stabilization pass
2014-03-06 Matthew Dillonhammer2 - Reduce flush complexity, fix panics
2014-02-27 Antonio Huete Jimenezkernel/ntfs - Remove a forgotten #if defined
2014-02-27 Antonio Huete Jimenezkernel/ntfs - Fix buffer overlapping problems.
2014-02-27 Antonio Huete Jimenezkernel/ntfs - Fix a possible problem in bufcache.
2014-02-25 Antonio Huete Jimenezkernel/ntfs - Cleanup.
2014-02-25 Antonio Huete Jimenezkernel/ntfs - Fix warnings when compiling with NTFS_DEBUG
2014-02-25 Matthew Dillonhammer2 - Refactor flush mechanics
2014-02-17 Antonio Huete Jimenezhammer - Really fix VFS_STATFS() when operating volumes.
2014-02-09 Sascha WildnerMerge branch 'vendor/EE'
2014-01-21 Markus Pfeifferdevfs: add passing of file pointer through to dev_dclose
2014-01-21 Markus PfeifferApply patches to enable get/set_cdevpriv
2014-01-21 Johannes Hofmannadd file pointer to dev_d*() functions
2014-01-21 Johannes Hofmannadd devfs_*_cdevpriv() functions
2014-01-15 Sascha WildnerRemove a bunch of unnecessary semicolons.
2014-01-11 Sascha Wildnerkernel/smbfs: Remove dead code.
2014-01-09 Matthew Dillonhammer2 - minor cleanups
2013-12-31 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-12-13 Matthew Dillonhammer2 - Refactor file unlink w/open descriptor (3)
2013-12-12 Matthew Dillonhammer2 - cleanup embedded data hacks
2013-12-12 Matthew Dillonhammer2 - Refactor file unlink w/open descriptor (2)
2013-12-11 Matthew Dillonhammer2 - Refactor file unlink w/open descriptor
2013-12-11 Matthew Dillonhammer2 - Refactor reserved block selection in freemap...
2013-12-09 Matthew Dillonhammer2 - Refactor reserved block selection in freemap...
2013-12-06 John MarinoMerge branch 'vendor/BINUTILS224'
2013-12-05 Sascha Wildnerfsck(8): Raise WARNS to 2 and fix warnings.
2013-12-04 Matthew Dillonhammer2 - stabilization
2013-12-04 Matthew Dillonhammer2 - stabilization, improvements
2013-12-04 Matthew Dillonkernel - Fix SMP races with vnode cluster fields
2013-12-04 Sascha Wildnerkernel/msdos: Really fix indentation.
2013-12-04 Sascha Wildnermount_msdos(8): Fix indent.
2013-11-23 John MarinoMerge branch 'vendor/BMAKE'
2013-11-21 Antonio Huete JimenezFix indentation from the previous commit.
2013-11-21 Antonio Huete Jimenezhammer - Ignore privilege check for HAMMERIOC_PFS_ITERATE.
2013-11-15 Matthew Dillonhammer2 - Stabilization
2013-11-14 Matthew Dillonkernel - Performance tuning (3)
2013-11-14 Matthew Dillonhammer2 - Implement crash recovery, cleanups, stabilization
2013-11-11 Matthew Dillonhammer2 - Add assertions, fix a flush race against...
2013-11-11 Matthew Dillonhammer - Remove cache_inval_vp() call
2013-11-09 Matthew Dillonkernel - Performance tuning
2013-11-08 Matthew Dillonhammer2 - Stabilization
2013-11-07 Matthew Dillonhammer2 - Stabilization
2013-11-06 Matthew Dillonhammer2 - Stabilization
2013-11-06 Matthew Dillonhammer2 - performance, stabilization
2013-11-05 Matthew Dillonhammer2 - Implement I/O abstraction, fix deadlocks (2)
2013-11-05 Matthew Dillonhammer2 - Implement I/O abstraction, fix deadlocks
2013-11-04 Matthew Dillonhammer2 - Stabilization
2013-11-02 Antonio Huete Jimenezdirfs - Call VOP_INACTIVE() on last VOP_CLOSE()
2013-11-02 Antonio Huete Jimenezdirfs - Add VFS_STATFS() function
2013-11-02 Antonio Huete Jimenezdirfs - Add KTR_LOG for VFS_MOUNT / VFS_UNMOUNT
2013-11-02 Antonio Huete Jimenezdirfs - Improve a couple KTR messages
2013-11-02 Matthew Dillonhammer2 - Stabilization
2013-11-01 Matthew Dillonhammer2 - stabilization
2013-11-01 Matthew Dillonhammer2 - stabilization
2013-11-01 Matthew Dillonhammer1 - cleanup, minor bug fixes
2013-11-01 Matthew Dillonhammer2 - Stabilization pass, more flush refactoring
2013-11-01 Matthew Dillonhammer2 - Refactor flush
2013-10-27 Matthew Dillonhammer2 - Fix misc bugs
2013-10-27 Matthew Dillontmpfs - Fix SMP race
2013-10-26 Matthew Dillonhammer2 - add fifo/dev support, bug fixes
2013-10-25 Matthew Dillonkernel - proc_token removal pass stage 1/2
2013-10-23 Matthew Dillontmpfs - Fix readdir race
2013-10-23 Matthew Dillontmpfs - Fix deadlock
2013-10-23 Matthew Dillontmpfs - remove most mp->mnt_token cases, kqueue filtero...
2013-10-23 Matthew Dillontmpfs - remove most mp->mnt_token cases, kqueue filtero...
2013-10-23 Matthew Dillonhammer - kqueue filterops are MPSAFE
2013-10-23 Matthew Dillonkernel - Remove debugging kprintf() from procfs
2013-10-22 Matthew Dillonkernel - Fix hammer flush-during-reclaim bug
2013-10-21 Sascha Wildnerkernel - Rewrite vnode ref-counting code to improve...
2013-10-18 John MarinoMerge branch 'vendor/LDNS'
2013-10-16 Sascha Wildnerkernel/hammer2: Remove two unused malloc types, W_BIOQU...
2013-10-15 Sascha WildnerFix up some include guards (and checks) in our header...
2013-10-14 Matthew Dillonkernel - Fix hammer recovery crash (due to recent synce...
2013-10-11 Matthew Dillonkernel - Optimize sync and msync for tmpfs and nfs
2013-10-11 Matthew Dillonkernel - Optimize vfs_msync() when MNTK_THR_SYNC is...
2013-10-11 Matthew Dillonhammer - Use new vsyncscan() mechanic (3)
2013-10-11 Matthew Dillonhammer - Use new vsyncscan() mechanic (2)
2013-10-11 Matthew Dillonhammer - Use new vsyncscan() mechanic.
2013-10-10 Antonio Huete Jimenezdirfs - Rework how host file permissions are checked.
2013-10-08 Antonio Huete Jimenezhammer - Fix exit path for newly added ioctl
2013-10-07 Antonio Huete Jimenezhammer - Add HAMMER_PFS_ITERATE ioctl
2013-10-06 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-10-05 John MarinoMerge branch 'vendor/GDB'
next