| 2011-02-04 |
Matthew Dillon | HAMMER VFS - Fix deadlock which can occur under severe... |
blob | commitdiff |
| 2011-01-11 |
Matthew Dillon | HAMMER VFS - Improve saturated write performance. |
blob | commitdiff | diff to current |
| 2011-01-10 |
Matthew Dillon | HAMMER VFS - Implement Version 6 features as WIP (work... |
blob | commitdiff | diff to current |
| 2010-11-08 |
Matthew Dillon | HAMMER - Fix broken assertion |
blob | commitdiff | diff to current |
| 2010-10-18 |
Matthew Dillon | HAMMER VFS - Minor bug (caught by assertion panic) |
blob | commitdiff | diff to current |
| 2010-08-24 |
Matthew Dillon | HAMMER VFS - Make all entry points MPSAFE, remove giant... |
blob | commitdiff | diff to current |
| 2010-08-21 |
Matthew Dillon | HAMMER VFS - Minor iterator change for pid hash |
blob | commitdiff | diff to current |
| 2010-04-17 |
Matthew Dillon | HAMMER VFS - Fix assertion panic related to record... |
blob | commitdiff | diff to current |
| 2010-03-16 |
Matthew Dillon | HAMMER VFS - Fix an edge case in hammer_inode_waitrecla... |
blob | commitdiff | diff to current |
| 2010-03-15 |
Matthew Dillon | HAMMER VFS - Major retooling of the refcount mechanics... |
blob | commitdiff | diff to current |
| 2010-02-19 |
Matthew Dillon | HAMMER VFS - Reduce stalls during bulk file operations |
blob | commitdiff | diff to current |
| 2010-02-14 |
Matthew Dillon | kernel - VM PAGER part 2/2 - Expand vinitvmio() and... |
blob | commitdiff | diff to current |
| 2010-02-09 |
Matthew Dillon | HAMMER VFS - Improve initial B-Tree packing |
blob | commitdiff | diff to current |
| 2010-01-28 |
Matthew Dillon | kernel - Even more buffer cache / VM coherency work |
blob | commitdiff | diff to current |
| 2010-01-15 |
Matthew Dillon | HAMMER VFS - hammer_inode / vp races |
blob | commitdiff | diff to current |
| 2010-01-12 |
Matthew Dillon | HAMMER VFS - REDO implementation base code part 3/many |
blob | commitdiff | diff to current |
| 2010-01-12 |
Matthew Dillon | HAMMER VFS - REDO implementation base code part 2/many |
blob | commitdiff | diff to current |
| 2010-01-10 |
Matthew Dillon | HAMMER VFS - REDO implementation base code part 1/many |
blob | commitdiff | diff to current |
| 2009-12-27 |
Matthew Dillon | kernel - Add per-mount token to replace mplock. |
blob | commitdiff | diff to current |
| 2009-12-28 |
Matthew Dillon | kernel - fine-grained namecache and partial vnode MPSAF... |
blob | commitdiff | diff to current |
| 2009-11-02 |
Matthew Dillon | HAMMER VFS - Add sysctl vfs.hammer.debug_critical |
blob | commitdiff | diff to current |
| 2009-11-02 |
Matthew Dillon | HAMMER VFS - The backend flusher now sorts inodes |
blob | commitdiff | diff to current |
| 2009-09-11 |
Matthew Dillon | HAMMER - Try to improve backend stalls due to heavy... |
blob | commitdiff | diff to current |
| 2009-09-03 |
Matthew Dillon | HAMMER - Fix lost inode issue (primarily with nohistory... |
blob | commitdiff | diff to current |
| 2009-07-14 |
Matthew Dillon | HAMMER - new hammer_lock code, fix mplock bug in last... |
blob | commitdiff | diff to current |
| 2009-07-14 |
Matthew Dillon | HAMMER - Add MPSAFE suppor for hammer_vop_read(). |
blob | commitdiff | diff to current |
| 2009-06-28 |
Matthew Dillon | HAMMER VFS - version 2 work - move directory entries... |
blob | commitdiff | diff to current |
| 2009-06-24 |
Matthew Dillon | AMD64 - Fix many compile-time warnings. int/ptr type... |
blob | commitdiff | diff to current |
| 2009-06-21 |
Matthew Dillon | HAMMER VFS - Implement inode number matching against... |
blob | commitdiff | diff to current |
| 2009-06-20 |
Matthew Dillon | HAMER VFS - Cache additional b-tree nodes in directory. |
blob | commitdiff | diff to current |
| 2009-05-15 |
Matthew Dillon | Fix a simple code bug when dealing with a raced vnode... |
blob | commitdiff | diff to current |
| 2009-05-07 |
Matthew Dillon | HAMMER VFS - Limit recursion for long directory chains... |
blob | commitdiff | diff to current |
| 2009-05-06 |
Matthew Dillon | HAMMER VFS - Refactor merged search function to try... |
blob | commitdiff | diff to current |
| 2009-04-29 |
Matthew Dillon | HAMMER VFS - Better CRC handling, bad-file handling. |
blob | commitdiff | diff to current |
| 2009-01-24 |
Matthew Dillon | HAMMER VFS - Remove the unused also_ip argument from... |
blob | commitdiff | diff to current |
| 2009-01-12 |
Matthew Dillon | Set the auto-reflush flag if the flusher is unable... |
blob | commitdiff | diff to current |
| 2008-12-28 |
Matthew Dillon | HAMMER performance and kernel memory issues. |
blob | commitdiff | diff to current |
| 2008-12-10 |
Matthew Dillon | Use per-mount kmalloc pools for bulk data structures... |
blob | commitdiff | diff to current |
| 2008-12-03 |
Matthew Dillon | HAMMER Filesystem changes: |
blob | commitdiff | diff to current |
| 2008-09-24 |
Matthew Dillon | sleep for a shorter period of time when an excessive... |
blob | commitdiff | diff to current |
| 2008-09-23 |
Matthew Dillon | Fix a double-flush which was occuring for every unlinke... |
blob | commitdiff | diff to current |
| 2008-09-23 |
Matthew Dillon | Change the autoflush code to autoflush when a flush... |
blob | commitdiff | diff to current |
| 2008-09-17 |
Matthew Dillon | * Implement the ability to export NULLFS mounts via... |
blob | commitdiff | diff to current |
| 2008-08-09 |
Matthew Dillon | HAMMER 2.0:02 - rmdir, stability |
blob | commitdiff | diff to current |
| 2008-08-06 |
Matthew Dillon | HAMMER 2.1:01 - Stability |
blob | commitdiff | diff to current |
| 2008-08-02 |
Matthew Dillon | HAMMER: fsync blocking fixes |
blob | commitdiff | diff to current |
| 2008-07-31 |
Matthew Dillon | HAMMER: Mirroring, misc bug fixes |
blob | commitdiff | diff to current |
| 2008-07-27 |
Matthew Dillon | HAMMER - fix kmalloc exhaustion w/ 3G ram |
blob | commitdiff | diff to current |
| 2008-07-18 |
Matthew Dillon | HAMMER 63/Many: IO Error handling features |
blob | commitdiff | diff to current |
| 2008-07-16 |
Matthew Dillon | HAMMER 62/Many: Stabilization, performance, and cleanup |
blob | commitdiff | diff to current |
| 2008-07-14 |
Matthew Dillon | HAMMER 61F/Many: Stabilization w/ simultanious pruning... |
blob | commitdiff | diff to current |
| 2008-07-13 |
Matthew Dillon | HAMMER 61E/Many: Stabilization, Performance |
blob | commitdiff | diff to current |
| 2008-07-12 |
Matthew Dillon | HAMMER 61E/Many: Stabilization, Performance |
blob | commitdiff | diff to current |
| 2008-07-12 |
Matthew Dillon | HAMMER 61D/Many: Mirroring features |
blob | commitdiff | diff to current |
| 2008-07-11 |
Matthew Dillon | HAMMER 61B/Many: Stabilization |
blob | commitdiff | diff to current |
| 2008-07-10 |
Matthew Dillon | HAMMER 61A/Many: Stabilization |
blob | commitdiff | diff to current |
| 2008-07-10 |
Matthew Dillon | HAMMER 60J/Many: Mirroring |
blob | commitdiff | diff to current |
| 2008-07-09 |
Matthew Dillon | HAMMER 60I/Many: Mirroring |
blob | commitdiff | diff to current |
| 2008-07-07 |
Matthew Dillon | HAMMER 60F/Many: Mirroring |
blob | commitdiff | diff to current |
| 2008-07-07 |
Matthew Dillon | HAMMER 60E/Many: Mirroring, bug fixes |
blob | commitdiff | diff to current |
| 2008-07-04 |
Matthew Dillon | HAMMER 60C/many: Mirroring |
blob | commitdiff | diff to current |
| 2008-07-03 |
Matthew Dillon | HAMMER 60B/many: Stabilization |
blob | commitdiff | diff to current |
| 2008-07-02 |
Matthew Dillon | HAMMER 60A/many: Mirroring work |
blob | commitdiff | diff to current |
| 2008-06-30 |
Matthew Dillon | HAMMER 59E/Many: Stabilization pass |
blob | commitdiff | diff to current |
| 2008-06-30 |
Matthew Dillon | HAMMER 59D/Many: Stabilization pass |
blob | commitdiff | diff to current |
| 2008-06-29 |
Matthew Dillon | HAMMER 59E/Many: Stabilization pass - fixes for large... |
blob | commitdiff | diff to current |
| 2008-06-28 |
Matthew Dillon | HAMMER 59C/Many: Stabilization pass - fixes for large... |
blob | commitdiff | diff to current |
| 2008-06-27 |
Matthew Dillon | HAMMER 59B/Many: Stabilization pass - fixes for large... |
blob | commitdiff | diff to current |
| 2008-06-26 |
Matthew Dillon | HAMMER 59A/Many: Mirroring related work (and one bug... |
blob | commitdiff | diff to current |
| 2008-06-24 |
Matthew Dillon | HAMMER 58B/Many: Revamp ioctls, add non-monotonic times... |
blob | commitdiff | diff to current |
| 2008-06-23 |
Matthew Dillon | HAMMER 58A/Many: Mirroring support part 1 |
blob | commitdiff | diff to current |
| 2008-06-23 |
Matthew Dillon | HAMMER 57/Many: Pseudofs support |
blob | commitdiff | diff to current |
| 2008-06-21 |
Matthew Dillon | HAMMER 56F/Many: Stabilization pass |
blob | commitdiff | diff to current |
| 2008-06-21 |
Matthew Dillon | HAMMER 56E/Many: Correct bug in 56D |
blob | commitdiff | diff to current |
| 2008-06-20 |
Matthew Dillon | HAMMER 56D/Many: Media structure finalization, atime... |
blob | commitdiff | diff to current |
| 2008-06-20 |
Matthew Dillon | HAMMER 56C/Many: Performance tuning - MEDIA STRUCTURES... |
blob | commitdiff | diff to current |
| 2008-06-18 |
Matthew Dillon | HAMMER 56B/Many: Performance tuning - MEDIA STRUCTURES... |
blob | commitdiff | diff to current |
| 2008-06-17 |
Matthew Dillon | HAMMER 56A/Many: Performance tuning - MEDIA STRUCTURES... |
blob | commitdiff | diff to current |
| 2008-06-14 |
Matthew Dillon | HAMMER 55: Performance tuning and bug fixes - MEDIA... |
blob | commitdiff | diff to current |
| 2008-06-13 |
Matthew Dillon | HAMMER 54D/Many: Performance tuning. |
blob | commitdiff | diff to current |
| 2008-06-12 |
Matthew Dillon | HAMMER 54C/Many: Performing tuning, bug fixes |
blob | commitdiff | diff to current |
| 2008-06-12 |
Matthew Dillon | HAMMER 54B/Many: Performance tuning. |
blob | commitdiff | diff to current |
| 2008-06-11 |
Matthew Dillon | HAMMER 54/Many: Performance tuning |
blob | commitdiff | diff to current |
| 2008-06-10 |
Matthew Dillon | HAMMER 53H/Many: Performance tuning, bug fixes |
blob | commitdiff | diff to current |
| 2008-06-10 |
Matthew Dillon | HAMMER 53G/Many: Performance tuning. |
blob | commitdiff | diff to current |
| 2008-06-10 |
Matthew Dillon | HAMMER 53E/Many: Performance tuning |
blob | commitdiff | diff to current |
| 2008-06-09 |
Matthew Dillon | HAMMER 53C/Many: Stabilization |
blob | commitdiff | diff to current |
| 2008-06-08 |
Matthew Dillon | HAMMER 53B/Many: Complete overhaul of strategy code... |
blob | commitdiff | diff to current |
| 2008-06-07 |
Matthew Dillon | HAMMER 53A/Many: Read and write performance enhancement... |
blob | commitdiff | diff to current |
| 2008-06-03 |
Matthew Dillon | HAMMER 52/Many: Read-only mounts and mount upgrades... |
blob | commitdiff | diff to current |
| 2008-06-02 |
Matthew Dillon | HAMMER 51/Many: Filesystem full casework, nohistory... |
blob | commitdiff | diff to current |
| 2008-05-25 |
Matthew Dillon | HAMMER 48/Many: finish vop_setattr support, ncreate... |
blob | commitdiff | diff to current |
| 2008-05-22 |
Matthew Dillon | HAMMER 47/Many: Stabilization pass |
blob | commitdiff | diff to current |
| 2008-05-18 |
Matthew Dillon | HAMMER 46/Many: Performance pass, media changes, bug... |
blob | commitdiff | diff to current |
| 2008-05-13 |
Matthew Dillon | HAMMER 44/Many: Stabilization pass, user-guaranteed... |
blob | commitdiff | diff to current |
| 2008-05-13 |
Matthew Dillon | HAMMER 43C/Many: Performance cleanup |
blob | commitdiff | diff to current |
| 2008-05-13 |
Matthew Dillon | HAMMER 43B/Many: Correct delete-on-disk record bug. |
blob | commitdiff | diff to current |
| 2008-05-12 |
Matthew Dillon | HAMMER 43A/Many: Cleanup, bug fixes. |
blob | commitdiff | diff to current |
| 2008-05-12 |
Matthew Dillon | HAMMER 43/Many: Remove records from the media format... |
blob | commitdiff | diff to current |
| 2008-05-09 |
Matthew Dillon | HAMMER 42/Many: Cleanup. |
blob | commitdiff | diff to current |
| next |