kernel - Fix excessive mbuf use in nfs_realign()
[dragonfly.git] / sys / vfs / hammer /
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-16 Matthew Dillonkernel - revamp cluster_read API and improve performance
2010-08-15 Matthew DillonHAMMER VFS - Limit queued I/O during flush
2010-08-15 Matthew DillonHAMMER VFS - Fix over-enthusiastic cluster read
2010-08-13 Matthew DillonHAMMER VFS - Adjust signedness of a media field for...
2010-08-03 Samuel J. Greearkernel - Make filters able to be marked MPSAFE
2010-08-03 Samuel J. Greearkernel - Remove kevent subsystem from under mplock
2010-07-19 Samuel J. GreearMerge branch 'selwakeup'
2010-07-13 Samuel J. GreearMerge branch 'master' into selwakeup
2010-07-12 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-09 Matthew Dillonkernel - Fix kqfilter error return codes
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-04-19 Matthew DillonHAMMER VFS - Fix probable corruption case when filesyst... v2.7.2
2010-04-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-04-17 Matthew DillonHAMMER VFS - Fix assertion panic related to record...
2010-04-14 Matthew DillonMerge remote branch 'rpaulo/net80211-update'
2010-04-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-04-14 Matthew DillonHAMMER VFS - Fix hammer lock assertion panic when REDO...
2010-04-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-04-12 Matthew DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
2010-04-07 Rui PauloMerge branch 'master' into net80211-update
2010-04-06 Michael Neumannhammer volume-add / volume-del: Keep bigblock stats...
2010-04-01 Matthew DillonHAMMER VFS - Fix insufficient cursor change test
2010-03-31 Matthew DillonHAMMER - Adjust documentation and change default fsync_...
2010-03-29 Thomas NikolajsenMerge commit 'crater/master'
2010-03-29 Sascha WildnerFix typo.
2010-03-29 Rui PauloMerge branch 'master' into net80211-update
2010-03-28 Matthew Dillonkernel - Fix cluster_read random I/O heuristic
2010-03-27 Matthew DillonHAMMER VFS - Conditionalize more debugging kprintfs...
2010-03-27 Matthew DillonHAMMER VFS - Conditionalize debugging kprintfs during...
2010-03-26 Matthew DillonHAMMER VFS - Remove some debugging
2010-03-26 Matthew DillonHAMMER VFS - Implement REDO recovery code
2010-03-24 Matthew DillonMerge remote branch 'crater/master' into vkernel64
2010-03-23 Matthew DillonHAMMER VFS - Fix another low memory deadlock issue
2010-03-23 Matthew DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
2010-03-21 Rui PauloMerge branch 'master' into net80211-update
2010-03-20 Matthew DillonHAMMER VFS - frontload kmalloc()'s when rebalancing
2010-03-18 Matthew DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
2010-03-18 Rui PauloMerge branch 'master' into net80211-update
2010-03-17 Matthew DillonHAMMER VFS - Cleanup recovery kprintfs a bit
2010-03-16 Matthew DillonHAMMER VFS - Fix an edge case in hammer_inode_waitrecla...
2010-03-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-03-15 Matthew DillonHAMMER VFS - Hack cursor iterator when locked cursor...
2010-03-15 Matthew DillonHAMMER VFS - Major retooling of the refcount mechanics...
2010-03-14 Matthew DillonHAMMER VFS - Hack cursor iterator when unlocked cursor...
2010-03-05 Matthew DillonMerge remote branch 'crater/master' into net80211-update
2010-03-05 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-03-05 Matthew DillonHAMMER VFS - Ensure sufficient free memory is available...
2010-03-03 Matthew DillonHAMMER VFS - Do a better job with IO_DIRECT
2010-03-03 Matthew DillonHAMMER VFS - Fix assertion in hammer_btree_mirror_propa...
2010-03-02 Matthew DillonHAMMER VFS - Correct seriuos bug in hammer rebalancing...
2010-02-28 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-02-23 Rui PauloMerge branch 'master' into net80211-update
2010-02-23 Matthew DillonMerge branch 'vendor/EXPAT'
2010-02-21 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-21 Michael NeumannHAMMER - Fix mirroring between 32 and 64-bit machines
2010-02-19 Matthew DillonHAMMER VFS - Reduce stalls during bulk file operations
2010-02-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-14 Matthew Dillonkernel - VM PAGER part 2/2 - Expand vinitvmio() and...
2010-02-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-12 Matthew Dillonkernel - SWAP CACHE part 19/many - distinguish bulk...
2010-02-11 Matthew DillonHAMMER VFS - Feature add to HAMMER_IOC_MIRROR_READ
2010-02-09 Matthew DillonHAMMER VFS - Improve initial B-Tree packing
2010-02-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-06 Matthew Dillonx86_64 kernel - Increase buffer cache and vnode resourc...
2010-02-06 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-02 Matthew DillonHAMMER VFS - Fix assertion when taking snapshot
2010-01-28 Matthew Dillonkernel - Even more buffer cache / VM coherency work
2010-01-26 Matthew DillonHAMMER VFS - Disallow rebalancing on small-memory machines
2010-01-25 Jan LentferMerge branch 'vendor/FILE'
2010-01-25 Jan LentferMerge branch 'vendor/SENDMAIL'
2010-01-18 Matthew Dillonkernel - Fix pager bug in vm_fault and UFS and have...
2010-01-15 Matthew DillonHAMMER VFS - Fix umount panic related to volume flush
2010-01-15 Matthew DillonHAMMER VFS - hammer_inode / vp races
2010-01-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-13 Matthew DillonHAMMER VFS - REDO implementation base code part 4/many
2010-01-12 Matthew DillonHAMMER VFS - REDO implementation base code part 3/many...
2010-01-12 Matthew DillonHAMMER VFS - REDO implementation base code part 3/many
2010-01-12 Matthew DillonHAMMER VFS - REDO implementation base code part 2/many
2010-01-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-11 Matthew DillonHAMMER VFS - Add workaround to HAMMERIOC_GET_SNAPSHOT...
2010-01-11 Matthew DillonHAMMER VFS - Add workaround to HAMMERIOC_GET_SNAPSHOT...
2010-01-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-10 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-10 Matthew DillonHAMMER VFS - REDO implementation base code part 1/many
2010-01-10 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-10 Matthew DillonHAMMER VFS - Add debugging for write I/O
2010-01-10 Matthew DillonHAMMER VFS - REDO/fsync precursor work
2010-01-09 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-05 Matthew DillonHAMMER VFS - Fix volume ref count leak in fhtovp code.
2010-01-05 Matthew DillonHAMMER VFS - Fix serious bug when downgrading (and...
2009-12-27 Michael Neumannhammer volume - Serialize volume operations
next