HAMMER VFS - Adjust signedness of a media field for future de-dup
[dragonfly.git] / sys / vfs / hammer / hammer_disk.h
2010-08-13 Matthew DillonHAMMER VFS - Adjust signedness of a media field for...
2010-03-26 Matthew DillonHAMMER VFS - Implement REDO recovery code
2010-02-21 Michael NeumannHAMMER - Fix mirroring between 32 and 64-bit machines
2010-01-12 Matthew DillonHAMMER VFS - REDO implementation base code part 2/many
2010-01-10 Matthew DillonHAMMER VFS - REDO/fsync precursor work
2009-12-07 Matthew DillonHAMMER VFS - Fix WIP
2009-12-05 Matthew DillonHAMMER VFS - Change default from version 3 to version 4
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-07-03 Matthew DillonHAMMER - Formalize the maximum number of volumes (256).
2009-06-28 Matthew DillonHAMMER VFS - version 2 work - move directory entries...
2009-06-20 Matthew DillonHAMMER VFS - Add hinting capability to block allocator...
2009-01-20 Matthew DillonHAMMER: adjustments to flush on umount
2008-12-03 Matthew DillonHAMMER Filesystem changes:
2008-11-13 Matthew DillonHAMMER:
2008-09-24 Matthew DillonRename the PFSD structure's prune_path[64] to snapshots...
2008-08-29 Matthew DillonHAMMER: Mass storage flush command support
2008-07-31 Matthew DillonHAMMER: Mirroring, misc bug fixes
2008-07-19 Matthew DillonHAMMER 65/Many: PFS cleanups and confusion removal
2008-07-12 Matthew DillonHAMMER 61D/Many: Mirroring features
2008-07-10 Matthew DillonHAMMER 60J/Many: Mirroring
2008-07-09 Matthew DillonHAMMER 60I/Many: Mirroring
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-02 Matthew DillonHAMMER 60A/many: Mirroring work
2008-06-28 Matthew DillonHAMMER 59C/Many: Stabilization pass - fixes for large...
2008-06-23 Matthew DillonHAMMER 58A/Many: Mirroring support part 1
2008-06-23 Matthew DillonHAMMER 57/Many: Pseudofs support
2008-06-20 Matthew DillonHAMMER 56D/Many: Media structure finalization, atime...
2008-06-20 Matthew DillonHAMMER 56C/Many: Performance tuning - MEDIA STRUCTURES...
2008-06-18 Matthew DillonHAMMER 56B/Many: Performance tuning - MEDIA STRUCTURES...
2008-06-17 Matthew DillonHAMMER 56A/Many: Performance tuning - MEDIA STRUCTURES...
2008-06-14 Matthew DillonHAMMER 55: Performance tuning and bug fixes - MEDIA...
2008-06-07 Matthew DillonHAMMER 53A/Many: Read and write performance enhancement...
2008-06-01 Matthew DillonHAMMER 50/Many: VFS_STATVFS() support, stabilization.
2008-05-18 Matthew DillonHAMMER 46/Many: Performance pass, media changes, bug...
2008-05-12 Matthew DillonHAMMER 43/Many: Remove records from the media format...
2008-05-05 Matthew DillonHAMMER 41/Many: Implement CRC checking (WARNING: On...
2008-04-29 Matthew DillonHAMMER 39/Many: Parallel operations optimizations
2008-04-28 Sascha WildnerFix typo: spam -> span
2008-04-22 Matthew DillonHAMMER 37/Many: Add a flush helper thread, clean up...
2008-03-19 Matthew DillonHAMMER 33/many: Expand transaction processing, fix...
2008-03-18 Matthew DillonHAMMER 32/many: Record holes, initial undo API, initial...
2008-02-23 Matthew DillonHAMMER 30/many: blockmap work.
2008-02-20 Matthew DillonHAMMER 29/many: Work on the blockmap, implement the...
2008-02-10 Matthew DillonHAMMER 28/many: Implement zoned blockmap
2008-02-08 Matthew DillonHAMMER 27/many: Major surgery - change allocation model
2008-02-05 Matthew DillonAdd a conditional so we don't have to drag in everythin...
2008-02-04 Matthew DillonHAMMER 25/many: Add an ioctl API for HAMMER.
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-16 Matthew DillonHAMMER 20A/many: B-Tree lookup API cleanup, B-Tree...
2008-01-11 Matthew DillonHAMMER 18/many: Stabilization pass
2008-01-09 Matthew DillonHAMMER 16/many - Recovery infrastructure, misc bug...
2007-12-31 Matthew DillonHAMMER 13/many - Stabilization commit
2007-12-30 Matthew DillonHAMMER 12/many - add VOPs for symlinks, device, and...
2007-12-14 Matthew DillonHAMMER 10/many - synchronize miscellaneous work.
2007-11-30 Matthew DillonHAMMER 9/many - btree removal cases, mount nohistory
2007-11-27 Matthew DillonHAMMER 8/many - A-list, B-Tree fixes. As-of queries
2007-11-26 Matthew DillonHAMMER 6/many - memory->disk flush, single-cluster...
2007-11-20 Matthew DillonHAMMER 5/many - in-memory cache and more vnops.
2007-11-20 Matthew DillonHAMMER 4/many - more core infrastructure
2007-11-19 Matthew DillonHAMMER 3/many - more core infrastructure.
2007-11-07 Matthew DillonHAMMER part 2/many.
2007-11-02 Matthew DillonHAMMER 2/many - core mount and unmount code now works...
2007-11-01 Matthew DillonHAMMER part 1/many. This is a clear-my-plate commit.
2007-10-16 Matthew DillonGive the A-list code the ability to do a forward or...
2007-10-12 Matthew DillonClean up the structural organization. Separate out...