| 2010-06-06 |
Matthew Dillon | kernel - lwkt_token revamp |
blob | commitdiff |
| 2010-03-28 |
Matthew Dillon | kernel - Fix cluster_read random I/O heuristic |
blob | commitdiff | diff to current |
| 2010-03-26 |
Matthew Dillon | HAMMER VFS - Implement REDO recovery code |
blob | commitdiff | diff to current |
| 2010-03-03 |
Matthew Dillon | HAMMER VFS - Do a better job with IO_DIRECT |
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-01-28 |
Matthew Dillon | kernel - Even more buffer cache / VM coherency work |
blob | commitdiff | diff to current |
| 2010-01-18 |
Matthew Dillon | kernel - Fix pager bug in vm_fault and UFS and have... |
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-20 |
Matthew Dillon | kernel - remove FSMID support |
blob | commitdiff | diff to current |
| 2009-12-20 |
Matthew Dillon | kernel - Move mplock to machine-independent C |
blob | commitdiff | diff to current |
| 2009-11-03 |
Matthew Dillon | HAMMER VFS - Handle critical I/O errors without panicing |
blob | commitdiff | diff to current |
| 2009-09-03 |
Matthew Dillon | HAMMER - Fix lost inode issue (primarily with nohistory... |
blob | commitdiff | diff to current |
| 2009-08-24 |
Matthew Dillon | fsync - Add sysctl to relax fsync requirements. |
blob | commitdiff | diff to current |
| 2009-08-20 |
Matthew Dillon | HAMMER - Massively improve performance |
blob | commitdiff | diff to current |
| 2009-08-19 |
Matthew Dillon | HAMMER - Rework write pipelining |
blob | commitdiff | diff to current |
| 2009-08-19 |
Matthew Dillon | HAMMER Util - Refactor mount list scan and other fixes |
blob | commitdiff | diff to current |
| 2009-08-19 |
Matthew Dillon | HAMMER - break atomicy for huge reads and writes. |
blob | commitdiff | diff to current |
| 2009-08-19 |
Matthew Dillon | AMD64 - Refactor uio_resid and size_t assumptions. |
blob | commitdiff | diff to current |
| 2009-08-12 |
Matthew Dillon | mount - Finish refactoring mount -v and MOUNTCTL_MOUNTFLAGS |
blob | commitdiff | diff to current |
| 2009-08-04 |
Matthew Dillon | MOUNTCTL - Adjust the hammer and null filesystems to... |
blob | commitdiff | diff to current |
| 2009-08-04 |
Matthew Dillon | DEVFS - rollup - all kernel devices |
blob | commitdiff | diff to current |
| 2009-07-23 |
Matthew Dillon | HAMMER - Augment "Missing inode for dirent" Warning. |
blob | commitdiff | diff to current |
| 2009-07-15 |
Matthew Dillon | Minor adjustments of recent commits to fix UP kernel... |
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-07-13 |
Matthew Dillon | buffer cache - Control all access to the buf red-black... |
blob | commitdiff | diff to current |
| 2009-07-13 |
Matthew Dillon | vnode - move v_pollinfo.vpi_token to v_token |
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-06-15 |
Matthew Dillon | Set tty ownership on pty open (temporary until devfs... |
blob | commitdiff | diff to current |
| 2009-05-07 |
Matthew Dillon | HAMMER VFS - Limit recursion for long directory chains... |
blob | commitdiff | diff to current |
| 2009-04-29 |
Matthew Dillon | HAMMER VFS - Better CRC handling, bad-file handling. |
blob | commitdiff | diff to current |
| 2009-03-12 |
Matthew Dillon | HAMMER VFS - return shorter-form softlinks "@@-1:%05d... |
blob | commitdiff | diff to current |
| 2009-02-25 |
Matthew Dillon | HAMMER VFS: Allow the form ".@@<snapshot>" |
blob | commitdiff | diff to current |
| 2009-01-25 |
Matthew Dillon | HAMMER VFS - Fix deadlock in rmdir |
blob | commitdiff | diff to current |
| 2009-01-21 |
Matthew Dillon | Issue 1013 - update atime on exec and mmap, add helper... |
blob | commitdiff | diff to current |
| 2008-12-10 |
Matthew Dillon | Fix a buffer cache deadlock which can occur when simula... |
blob | commitdiff | diff to current |
| 2008-12-03 |
Matthew Dillon | HAMMER Filesystem changes: |
blob | commitdiff | diff to current |
| 2008-10-16 |
Matthew Dillon | Add KQUEUE support to HAMMER. |
blob | commitdiff | diff to current |
| 2008-10-15 |
Matthew Dillon | Change hammer_str_to_tid() and its callers to restrict... |
blob | commitdiff | diff to current |
| 2008-09-28 |
Matthew Dillon | Use the new vop_stdpathconf() instead of rolling our... |
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-21 |
Matthew Dillon | HAMMER: Fix a couple of minor non-corrupting bugs in... |
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-07-31 |
Matthew Dillon | HAMMER: Mirroring work |
blob | commitdiff | diff to current |
| 2008-07-19 |
Matthew Dillon | HAMMER 64/Many: NFS, cross-device links, synctid |
blob | commitdiff | diff to current |
| 2008-07-14 |
Matthew Dillon | HAMMER 61E/Many: Features |
blob | commitdiff | diff to current |
| 2008-07-14 |
Matthew Dillon | HAMMER 61F/Many: Stabilization w/ simultanious pruning... |
blob | commitdiff | diff to current |
| 2008-07-12 |
Matthew Dillon | HAMMER 61F2/Many: Fix bug in last commit |
blob | commitdiff | diff to current |
| 2008-07-12 |
Matthew Dillon | HAMMER 61F/Many: Stabilization |
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 61C/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 60G/Many: Mirroring, bug fixes |
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-03 |
Matthew Dillon | HAMMER 60B/many: Stabilization |
blob | commitdiff | diff to current |
| 2008-07-01 |
Matthew Dillon | HAMMER 59G/Many: Stabilization pass (low memory issues) |
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-26 |
Matthew Dillon | HAMMER 59A/Many: Mirroring related work (and one bug... |
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-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 53F/Many: Fix deadlock. |
blob | commitdiff | diff to current |
| 2008-06-10 |
Matthew Dillon | HAMMER 53E/Many: Performance tuning |
blob | commitdiff | diff to current |
| 2008-06-10 |
Matthew Dillon | HAMMER 53D/Many: Stabilization |
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-02 |
Matthew Dillon | HAMMER 51/Many: Filesystem full casework, nohistory... |
blob | commitdiff | diff to current |
| 2008-06-01 |
Matthew Dillon | HAMMER 49B/Many: Stabilization pass |
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-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 42A/Many: Stabilization. |
blob | commitdiff | diff to current |
| 2008-05-09 |
Matthew Dillon | HAMMER 42/Many: Cleanup. |
blob | commitdiff | diff to current |
| 2008-05-06 |
Matthew Dillon | HAMMER 41B/Many: Cleanup. |
blob | commitdiff | diff to current |
| 2008-05-05 |
Matthew Dillon | HAMMER 41/Many: Implement CRC checking (WARNING: On... |
blob | commitdiff | diff to current |
| 2008-05-04 |
Matthew Dillon | HAMMER 40F/Many: UNDO cleanup & stabilization. |
blob | commitdiff | diff to current |
| 2008-05-03 |
Matthew Dillon | HAMMER 40F/Many: Inode/link-count sequencer cleanup... |
blob | commitdiff | diff to current |
| 2008-05-03 |
Matthew Dillon | HAMMER 40D/Many: Inode/link-count sequencer cleanup... |
blob | commitdiff | diff to current |
| next |