HAMMER - Fix long stalls when writing out core files
[dragonfly.git] / sys / vfs / hammer / hammer_vnops.c
2011-02-21 Matthew DillonHAMMER - Fix long stalls when writing out core files
2011-01-20 Venkatesh SrinivasRemove mplock2.h include from files not using the mplock.
2011-01-19 Matthew Dillonkernel - Fix deadlock assertion panic with mmap/read...
2011-01-12 Matthew DillonHAMMER VFS - Remove B-Tree allocation hints, add double...
2011-01-12 Matthew DillonHAMMER VFS - Unlock around uiomove
2011-01-11 Matthew Dillonkernel - Enhance getcacheblk() (improve saturated write...
2011-01-04 Ilya DryomovHAMMER - Add live dedup sysctl and support
2010-09-25 Matthew DillonHAMMER VFS - Fix two ip->vp inode/vnode races
2010-08-24 Matthew DillonHAMMER VFS - Make all entry points MPSAFE, remove giant...
2010-08-22 Matthew Dillonkernel - Fix read event on file for select/poll API
2010-08-17 Matthew DillonHAMMER VFS - Expand vfs.hammer.debug_io capabilities
2010-08-16 Matthew Dillonkernel - revamp cluster_read API and improve performance
2010-08-03 Samuel J. Greearkernel - Make filters able to be marked MPSAFE
2010-08-03 Samuel J. Greearkernel - Remove kevent subsystem from under mplock
2010-07-09 Matthew Dillonkernel - Fix kqfilter error return codes
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-03-28 Matthew Dillonkernel - Fix cluster_read random I/O heuristic
2010-03-26 Matthew DillonHAMMER VFS - Implement REDO recovery code
2010-03-03 Matthew DillonHAMMER VFS - Do a better job with IO_DIRECT
2010-02-19 Matthew DillonHAMMER VFS - Reduce stalls during bulk file operations
2010-02-14 Matthew Dillonkernel - VM PAGER part 2/2 - Expand vinitvmio() and...
2010-01-28 Matthew Dillonkernel - Even more buffer cache / VM coherency work
2010-01-18 Matthew Dillonkernel - Fix pager bug in vm_fault and UFS and have...
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
2009-12-20 Matthew Dillonkernel - remove FSMID support
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-11-03 Matthew DillonHAMMER VFS - Handle critical I/O errors without panicing
2009-09-03 Matthew DillonHAMMER - Fix lost inode issue (primarily with nohistory...
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-19 Matthew DillonHAMMER Util - Refactor mount list scan and other fixes
2009-08-19 Matthew DillonHAMMER - break atomicy for huge reads and writes.
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-08-12 Matthew Dillonmount - Finish refactoring mount -v and MOUNTCTL_MOUNTFLAGS
2009-08-04 Matthew DillonMOUNTCTL - Adjust the hammer and null filesystems to...
2009-08-04 Matthew DillonDEVFS - rollup - all kernel devices
2009-07-23 Matthew DillonHAMMER - Augment "Missing inode for dirent" Warning.
2009-07-15 Matthew DillonMinor adjustments of recent commits to fix UP kernel...
2009-07-14 Matthew DillonHAMMER - new hammer_lock code, fix mplock bug in last...
2009-07-14 Matthew DillonHAMMER - Add MPSAFE suppor for hammer_vop_read().
2009-07-13 Matthew Dillonbuffer cache - Control all access to the buf red-black...
2009-07-13 Matthew Dillonvnode - move v_pollinfo.vpi_token to v_token
2009-06-28 Matthew DillonHAMMER VFS - version 2 work - move directory entries...
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
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-15 Matthew DillonSet tty ownership on pty open (temporary until devfs...
2009-05-07 Matthew DillonHAMMER VFS - Limit recursion for long directory chains...
2009-04-29 Matthew DillonHAMMER VFS - Better CRC handling, bad-file handling.
2009-03-12 Matthew DillonHAMMER VFS - return shorter-form softlinks "@@-1:%05d...
2009-02-25 Matthew DillonHAMMER VFS: Allow the form ".@@<snapshot>"
2009-01-25 Matthew DillonHAMMER VFS - Fix deadlock in rmdir
2009-01-21 Matthew DillonIssue 1013 - update atime on exec and mmap, add helper...
2008-12-10 Matthew DillonFix a buffer cache deadlock which can occur when simula...
2008-12-03 Matthew DillonHAMMER Filesystem changes:
2008-10-16 Matthew DillonAdd KQUEUE support to HAMMER.
2008-10-15 Matthew DillonChange hammer_str_to_tid() and its callers to restrict...
2008-09-28 Matthew DillonUse the new vop_stdpathconf() instead of rolling our...
2008-09-23 Matthew DillonFix a double-flush which was occuring for every unlinke...
2008-09-23 Matthew DillonChange the autoflush code to autoflush when a flush...
2008-09-21 Matthew DillonHAMMER: Fix a couple of minor non-corrupting bugs in...
2008-08-09 Matthew DillonHAMMER 2.0:02 - rmdir, stability
2008-08-06 Matthew DillonHAMMER 2.1:01 - Stability
2008-07-31 Matthew DillonHAMMER: Mirroring work
2008-07-19 Matthew DillonHAMMER 64/Many: NFS, cross-device links, synctid
2008-07-14 Matthew DillonHAMMER 61E/Many: Features
2008-07-14 Matthew DillonHAMMER 61F/Many: Stabilization w/ simultanious pruning...
2008-07-12 Matthew DillonHAMMER 61F2/Many: Fix bug in last commit
2008-07-12 Matthew DillonHAMMER 61F/Many: Stabilization
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-10 Matthew DillonHAMMER 60J/Many: Mirroring
2008-07-09 Matthew DillonHAMMER 60I/Many: Mirroring
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-03 Matthew DillonHAMMER 60B/many: Stabilization
2008-07-01 Matthew DillonHAMMER 59G/Many: Stabilization pass (low memory issues)
2008-06-28 Matthew DillonHAMMER 59C/Many: Stabilization pass - fixes for large...
2008-06-26 Matthew DillonHAMMER 59A/Many: Mirroring related work (and one bug...
2008-06-23 Matthew DillonHAMMER 57/Many: Pseudofs support
2008-06-21 Matthew DillonHAMMER 56F/Many: Stabilization pass
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-13 Matthew DillonHAMMER 54D/Many: Performance tuning.
2008-06-12 Matthew DillonHAMMER 54C/Many: Performing tuning, bug fixes
2008-06-12 Matthew DillonHAMMER 54B/Many: Performance tuning.
2008-06-11 Matthew DillonHAMMER 54/Many: Performance tuning
2008-06-10 Matthew DillonHAMMER 53H/Many: Performance tuning, bug fixes
2008-06-10 Matthew DillonHAMMER 53F/Many: Fix deadlock.
2008-06-10 Matthew DillonHAMMER 53E/Many: Performance tuning
2008-06-10 Matthew DillonHAMMER 53D/Many: Stabilization
2008-06-09 Matthew DillonHAMMER 53C/Many: Stabilization
2008-06-08 Matthew DillonHAMMER 53B/Many: Complete overhaul of strategy code...
next