hammer - Add tunable vfs.hammer.skip_redo
[dragonfly.git] / sys / vfs / hammer / hammer_recover.c
2012-08-15 Antonio Huete Jimenezhammer - Add tunable vfs.hammer.skip_redo
2012-01-02 Matthew Dillonkernel - Use atomic ops to update hammer_count_refedbufs
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-04-14 Matthew DillonHAMMER VFS - Fix hammer lock assertion panic when REDO...
2010-03-29 Sascha WildnerFix typo.
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 - Implement REDO recovery code
2010-03-17 Matthew DillonHAMMER VFS - Cleanup recovery kprintfs a bit
2010-03-15 Matthew DillonHAMMER VFS - Major retooling of the refcount mechanics...
2010-01-13 Matthew DillonHAMMER VFS - REDO implementation base code part 4/many
2009-11-03 Matthew DillonHAMMER VFS - Handle critical I/O errors without panicing
2009-11-02 Matthew DillonHAMMER VFS - Version 4 part 1/many - UNDO FIFO layout...
2009-08-20 Matthew DillonHAMMER - Massively improve performance
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2008-07-26 Matthew DillonHAMMER commit
2008-06-30 Matthew DillonHAMMER 59D/Many: Stabilization pass
2008-06-28 Matthew DillonHAMMER 59D/Many: Sync with buffer cache changes in...
2008-06-27 Matthew DillonHAMMER 59B/Many: Stabilization pass - fixes for large...
2008-06-20 Matthew DillonHAMMER 56C/Many: Performance tuning - MEDIA STRUCTURES...
2008-06-11 Matthew DillonHAMMER 54/Many: Performance tuning
2008-06-10 Matthew DillonHAMMER 53H/Many: Performance tuning, bug fixes
2008-06-09 Matthew DillonHAMMER 53C/Many: Stabilization
2008-06-08 Matthew DillonHAMMER 53B/Many: Complete overhaul of strategy code...
2008-06-07 Matthew DillonHAMMER 53A/Many: Read and write performance enhancement...
2008-06-03 Matthew DillonHAMMER 52/Many: Read-only mounts and mount upgrades...
2008-05-18 Matthew DillonHAMMER 46/Many: Performance pass, media changes, bug...
2008-05-15 Matthew DillonHAMMER 45/Many: Stabilization pass, undo sequencing.
2008-05-06 Matthew DillonHAMMER 41B/Many: Cleanup.
2008-05-04 Matthew DillonHAMMER 40F/Many: UNDO cleanup & stabilization.
2008-05-03 Matthew DillonHAMMER 40E/Many: Inode/link-count sequencer cleanup...
2008-04-29 Matthew DillonHAMMER 39/Many: Parallel operations optimizations
2008-04-26 Matthew DillonHAMMER 38E/Many: Undo/Synchronization and crash recovery
2008-04-26 Matthew DillonHAMMER 38E/Many: Undo/Synchronization and crash recovery
2008-04-26 Matthew DillonHAMMER 38D/Many: Undo/Synchronization and crash recovery
2008-03-18 Matthew DillonHAMMER 32/many: Record holes, initial undo API, initial...
2008-02-08 Matthew DillonHAMMER 27/many: Major surgery - change allocation model
2008-01-25 Matthew DillonHAMMER 24/many: Clean up edge cases
2008-01-24 Matthew DillonHAMMER 23/many: Recovery, B-Tree, spike, I/O work.
2008-01-21 Matthew DillonHAMMER 22/many: Recovery and B-Tree work.
2008-01-18 Matthew DillonHAMMER 21/many: B-Tree node locking finalization.
2008-01-15 Matthew DillonHAMMER 19/Many - Cleanup pass, cluster recovery code.
2008-01-10 Matthew DillonHAMMER 17/many: Refactor IO backend, clean up buffer...
2008-01-09 Matthew DillonHAMMER 16/many - Recovery infrastructure, misc bug...