HAMMER VFS - Improve saturated write performance (2).
[dragonfly.git] / sys / vfs / hammer / hammer.h
2011-01-11 Matthew DillonHAMMER VFS - Improve saturated write performance (2).
2011-01-11 Matthew DillonHAMMER VFS - Improve saturated write performance.
2011-01-04 Ilya DryomovHAMMER - Add live_dedup_cache_size sysctl
2011-01-04 Matthew DillonHAMMER VFS - Increase directory object cache
2011-01-04 Ilya DryomovHAMMER - Add live dedup sysctl and support
2010-11-12 Stathis KamperisHAMMER - Implement volume-list command
2010-11-07 Matthew DillonHAMMER - Add hammer dedup directive and support
2010-10-04 Sascha Wildnerkernel: Add some __printflike()'s to protect against...
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-08-24 Matthew DillonHAMMER VFS - Make all entry points MPSAFE, remove giant...
2010-08-22 Matthew DillonHAMMER VFS - More cluster_read() fixes
2010-08-17 Matthew DillonHAMMER Utility - Add catastrophic recovery feature
2010-08-15 Matthew DillonHAMMER VFS - Limit queued I/O during flush
2010-03-26 Matthew DillonHAMMER VFS - Implement REDO recovery code
2010-03-20 Matthew DillonHAMMER VFS - frontload kmalloc()'s when rebalancing
2010-03-15 Matthew DillonHAMMER VFS - Major retooling of the refcount mechanics...
2010-03-05 Matthew DillonHAMMER VFS - Ensure sufficient free memory is available...
2010-03-02 Matthew DillonHAMMER VFS - Correct seriuos bug in hammer rebalancing...
2010-02-19 Matthew DillonHAMMER VFS - Reduce stalls during bulk file operations
2010-02-12 Matthew Dillonkernel - SWAP CACHE part 19/many - distinguish bulk...
2010-02-09 Matthew DillonHAMMER VFS - Improve initial B-Tree packing
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-15 Matthew DillonHAMMER VFS - hammer_inode / vp races
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 2/many
2010-01-10 Matthew DillonHAMMER VFS - REDO implementation base code part 1/many
2010-01-10 Matthew DillonHAMMER VFS - REDO/fsync precursor work
2009-12-27 Michael Neumannhammer volume - Serialize volume operations
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-12-12 Michael NeumannHAMMER - Fix panic when removing volume
2009-12-11 Michael NeumannHAMMER - Implement experimental volume removal
2009-12-09 Michael NeumannRename "hammer expand" to "hammer volume-add"
2009-11-03 Matthew DillonHAMMER VFS - Handle critical I/O errors without panicing
2009-11-02 Matthew DillonHAMMER VFS - Add sysctl vfs.hammer.debug_critical
2009-11-02 Matthew DillonHAMMER VFS - The backend flusher now sorts inodes
2009-11-02 Matthew DillonHAMMER VFS - Version 4 part 1/many - UNDO FIFO layout...
2009-10-14 Matthew DillonHAMMER - Add version 3 meta-data features
2009-10-08 Matthew Dillonkernel - Major performance changes to VM page management.
2009-09-03 Matthew DillonHAMMER - Add vfs.hammer.stats_undo
2009-08-24 Matthew Dillonfsync - Add sysctl to relax fsync requirements.
2009-08-20 Matthew DillonHAMMER - Massively improve performance
2009-08-19 Matthew DillonHAMMER - Rework write pipelining
2009-08-16 Matthew DillonHAMMER - Add vfs.hammer.yield_check, yield on cpu inten...
2009-07-14 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-14 Matthew DillonHAMMER - new hammer_lock code, fix mplock bug in last...
2009-07-13 Michael NeumannExpand HAMMER filesystem stubs
2009-06-28 Matthew DillonHAMMER VFS - version 2 work - move directory entries...
2009-06-25 Matthew DillonHAMMER VFS - Take reserved space into account when...
2009-06-21 Matthew DillonHAMMER VFS - Implement inode number matching against...
2009-06-20 Matthew DillonHAMER VFS - Cache additional b-tree nodes in directory.
2009-06-20 Matthew DillonHAMMER VFS - Add hinting capability to block allocator...
2009-05-06 Matthew DillonHAMMER VFS - Refactor merged search function to try...
2009-04-29 Matthew DillonHAMMER VFS - Better CRC handling, bad-file handling.
2009-03-16 Matthew DillonHAMMER VFS - rebalancing, zero unused fields in boundar...
2009-03-15 Matthew DillonHAMMER VFS - Add a B-Tree rebalancing feature.
2009-01-26 Matthew DillonHAMMER VFS - Reorganize the use of hammer_del_buffers...
2009-01-24 Matthew DillonHAMMER VFS - Remove the unused also_ip argument from...
2009-01-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-03 Matthew DillonRemove unused field.
2008-12-31 Michael NeumannMerge branches 'master' and 'suser_to_priv'
2008-12-28 Matthew DillonHAMMER performance and kernel memory issues.
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-12-10 Matthew DillonUse per-mount kmalloc pools for bulk data structures...
2008-12-03 Matthew DillonHAMMER Filesystem changes:
2008-11-13 Matthew DillonHAMMER:
2008-10-15 Matthew DillonChange hammer_str_to_tid() and its callers to restrict...
2008-09-23 Matthew DillonChange the autoflush code to autoflush when a flush...
2008-08-29 Matthew DillonHAMMER: Mass storage flush command support
2008-08-02 Matthew DillonHAMMER: fsync blocking fixes
2008-07-31 Matthew DillonHAMMER: Mirroring work
2008-07-31 Matthew DillonHAMMER: Mirroring, misc bug fixes
2008-07-27 Matthew DillonHAMMER - fix kmalloc exhaustion w/ 3G ram
2008-07-27 Michael NeumannImplement mounting of a Hammer filesystem as a root...
2008-07-19 Matthew DillonHAMMER 65/Many: PFS cleanups and confusion removal
2008-07-18 Matthew DillonHAMMER 63/Many: IO Error handling features
2008-07-16 Matthew DillonHAMMER 62/Many: Stabilization, performance, and cleanup
2008-07-14 Matthew DillonHAMMER 61E/Many: Features
2008-07-14 Matthew DillonHAMMER 61F/Many: Stabilization w/ simultanious pruning...
2008-07-13 Matthew DillonHAMMER 61E/Many: Stabilization, Performance
2008-07-13 Matthew DillonHAMMER 61G/Many: Stabilization of new flush_group code
2008-07-12 Matthew DillonHAMMER 61E/Many: Stabilization, Performance
2008-07-12 Matthew DillonHAMMER 61D/Many: Mirroring features
2008-07-11 Matthew DillonHAMMER 61C/Many: Stabilization
2008-07-11 Matthew DillonHAMMER 61B/Many: Stabilization
2008-07-10 Matthew DillonHAMMER 61A/Many: Stabilization
2008-07-10 Matthew DillonHAMMER 60J/Many: Mirroring
2008-07-09 Matthew DillonHAMMER 60I/Many: Mirroring
2008-07-08 Matthew DillonHAMMER 60H/Many: Stabilization pass
2008-07-07 Matthew DillonHAMMER 60G/Many: Mirroring, bug fixes
2008-07-07 Matthew DillonHAMMER 60F/Many: Mirroring
2008-07-07 Matthew DillonHAMMER 60E/Many: Mirroring, bug fixes
2008-07-05 Matthew DillonHAMMER 60D/Many: Mirroring, bug fixes
2008-07-04 Matthew DillonHAMMER 60C/many: Mirroring
2008-07-03 Matthew DillonHAMMER 60B/many: Stabilization
2008-07-02 Matthew DillonHAMMER 60A/many: Mirroring work
2008-07-01 Matthew DillonHAMMER 59G/Many: Stabilization pass (low memory issues)
2008-06-30 Matthew DillonHAMMER 59E/Many: Stabilization pass
2008-06-29 Matthew DillonHAMMER 59E/Many: Stabilization pass - fixes for large...
next