fsync - Add sysctl to relax fsync requirements.
[dragonfly.git] / sys / vfs / hammer / hammer_vnops.c
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 DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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 DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-12 Matthew Dillonmount - Finish refactoring mount -v and MOUNTCTL_MOUNTFLAGS
2009-08-09 Thomas E. SpanjaardMerge branch 'vendor/GCC44'
2009-08-09 Simon SchubertMerge branch 'vendor/GCC44'
2009-08-08 Sepherosa ZiehauMerge branch 'vendor/ACPICA-UNIX'
2009-08-04 Alex HornungMerge branch 'devfs' of ssh://alexh@leaf.dragonflybsd...
2009-08-04 Matthew DillonMOUNTCTL - Adjust the hammer and null filesystems to...
2009-08-04 Matthew DillonDEVFS - rollup - all kernel devices
2009-08-02 Simon SchubertMerge branch 'vendor/MPFR' into gcc441
2009-08-02 Simon SchubertMerge branch 'vendor/GMP' into gcc441
2009-08-02 Simon SchubertMerge branch 'vendor/GCC44' into gcc441
2009-07-25 Sascha WildnerMerge branch 'master' of ssh://swildner@crater.dragonfl...
2009-07-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-23 Matthew DillonHAMMER - Augment "Missing inode for dirent" Warning.
2009-07-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-15 Matthew DillonMinor adjustments of recent commits to fix UP kernel...
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-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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-07-06 Jordan GordeevMerge branch 'master' into amd64
2009-07-06 Jordan GordeevMerge commit '973c11b9c3cdde88fe6ca0ef2c5af56a8c49e014...
2009-07-06 Jordan GordeevMerge commit '1276d1e1a1b128f7093a3021d3f6bc27afa80d23...
2009-07-06 Peter AvalosMerge branch 'vendor/TCPDUMP' and update build for...
2009-07-06 Peter AvalosMerge branch 'vendor/LIBPCAP' and updated build for...
2009-07-04 Peter AvalosMerge branch 'vendor/TCPDUMP'
2009-07-04 Peter AvalosMerge branch 'vendor/TCPDUMP' (early part)
2009-07-04 Peter AvalosMerge branch 'vendor/LIBPCAP'
2009-07-04 Peter AvalosMerge branch 'vendor/LIBPCAP' (early part)
2009-06-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-28 Matthew DillonHAMMER VFS - version 2 work - move directory entries...
2009-06-27 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-25 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2009-06-22 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-21 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-21 Peter AvalosMerge branch 'vendor/LIBARCHIVE' (early part)
2009-06-21 Peter AvalosMerge branch 'vendor/LESS'
2009-06-21 Peter AvalosMerge branch 'vendor/LESS'
2009-06-21 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-21 Matthew DillonHAMMER VFS - Implement inode number matching against...
2009-06-21 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Matthew DillonHAMER VFS - Cache additional b-tree nodes in directory.
2009-06-20 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE' (early part)
2009-06-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2009-06-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2009-06-20 Peter AvalosMerge branch 'vendor/OPENSSH' (early part)
2009-06-15 Matthew DillonSet tty ownership on pty open (temporary until devfs...
2009-06-08 Aggelos EconomopoulosMerge branch 'master' of /home/aggelos/devel/dfly/dfly...
2009-05-13 Jordan GordeevMerge branch 'master' into amd64
2009-05-07 Aggelos EconomopoulosMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-05-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-07 Matthew DillonHAMMER VFS - Limit recursion for long directory chains...
2009-05-02 Jordan GordeevMerge branch 'master' into amd64
2009-04-29 Matthew DillonHAMMER VFS - Better CRC handling, bad-file handling.
2009-04-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-03-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-03-12 Matthew DillonHAMMER VFS - return shorter-form softlinks "@@-1:%05d...
2009-02-27 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-02-25 Matthew DillonHAMMER VFS: Allow the form ".@@<snapshot>"
2009-01-29 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-01-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-25 Matthew DillonHAMMER VFS - Fix deadlock in rmdir
2009-01-24 Peter AvalosMerge branch 'vendor/GDTOA'
2009-01-21 Matthew DillonIssue 1013 - update atime on exec and mmap, add helper...
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-04 Peter AvalosMerge branch 'vendor/PAM_PASSWDQC'
2009-01-04 Peter AvalosMerge commit 'origin/vendor/PAM_PASSWDQC'
2008-12-20 Hasso TepperMerge commit 'crater/vendor/OPENPAM'
2008-12-12 Sascha WildnerMerge branch 'misc'
2008-12-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-10 Matthew DillonFix a buffer cache deadlock which can occur when simula...
2008-12-03 Sascha WildnerMerge branch 'misc'
2008-12-03 Sascha WildnerMerge branch 'misc'
2008-12-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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-27 Peter AvalosMerge from vendor branch OPENSSH:
2008-09-27 Peter AvalosMerge from vendor branch OPENSSL:
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-09-06 Peter AvalosMerge from vendor branch OPENSSL:
2008-08-09 Matthew DillonHAMMER 2.0:02 - rmdir, stability
next