ufs: Rename a number of UFS constants throughout the tree.
[dragonfly.git] / sys / vfs / hammer2 /
2018-04-01 Matthew Dillonhammer2 - Increase bulkfree buffer size request and cap
2018-03-17 Matthew Dillonhammer2 - Recover errornous lost flag (2)
2018-03-17 Matthew Dillonhammer2 - Recover errornous lost flag
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2018-03-17 Matthew Dillonhammer - Fix bugs, fix serious snapshot bug, flush...
2018-03-17 Matthew Dillonhammer2 - More involved refactoring of chain_repparent...
2018-03-17 Matthew Dillonhammer2 - Refactor LRU chain recycling
2018-03-17 Matthew Dillonhammer2 - Flush asynchronization, bug fixes, stabilizat...
2018-03-17 Matthew Dillonhammer2 - Flush asynchronization, bug fixes, stabilization
2018-02-28 Sascha Wildner<vfs/hammer2/hammer2.h>: Expose VTOI() with _KERNEL_STR...
2018-02-14 Matthew Dillonhammer2 - Add missing bkvasync() (2)
2018-02-14 Matthew Dillonkernel - Try to fix delayed mtime updates on SHARED...
2018-02-14 Matthew Dillonhammer2 - Add missing bkvasync()
2018-01-21 zrjhammer2: Remove duplicate initialialization of fields.
2018-01-21 Matthew Dillonhammer2 - Correct ip->cluster.nchains gap filler
2017-12-02 Matthew Dillonhammer2 - Fix indefinite dirty chains due to rename
2017-12-02 Matthew Dillonhammer2 - optimize hammer2_pfs_memory_wakeup()
2017-12-02 Matthew Dillonhammer2 - Fix rename race
2017-11-15 Sascha Wildnerkernel/hammer2: Fix compilation without INVARIANTS.
2017-11-13 Matthew Dillonkernel - Fix mtime for deferred writes from mmap R+W
2017-11-06 Matthew Dillonhammer2 - Fix divide by 0 race
2017-11-06 Matthew Dillonhammer2 - Add vfs.hammer2.supported_version
2017-11-06 Sascha WildnerSay 'hammer2' instead of 'hammer' in various places.
2017-10-31 Matthew Dillonhammer2 - Add KVABIO support for hammer2
2017-10-29 Matthew Dillonhammer2 - Fix "hammer2_chain_getparent: no parent"...
2017-10-14 Matthew Dillonhammer2 - Handle error on rename in media out of space...
2017-10-14 Matthew Dillonhammer2 - Slightly reduce LZ4 output buffer limit
2017-10-11 Thomas NikolajsenMerge commit 'crater/master'
2017-10-11 Sascha Wildner<vfs/hammer2/hammer2.h>: Fix parameter names in two...
2017-09-24 Matthew Dillonhammer2 - Fix bug in hammer2_chain_indkey_dir()
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-22 Matthew Dillonhammer2 - Fix hammer2 snapshot operation
2017-09-22 Matthew Dillonhammer2 - Fix panic related to the accounting for pfs...
2017-09-22 Matthew Dillonhammer2 - Fix flush issues with unmounted PFSs and...
2017-09-21 Matthew Dillonhammer2 - performance pass
2017-09-20 Matthew Dillonhammer2 - Remove debugging, adjust iocom
2017-09-19 Matthew Dillonhammer2 - Fix corruption on sync (2)
2017-09-19 Matthew Dillonhammer2 - Fix corruption on sync, fix excessive stall...
2017-09-17 Matthew Dillonhammer2 - Add directive to destroy bad directory entries
2017-09-15 Matthew Dillonhammer2 - Fix inode nlinks / directory-entry desynchron...
2017-09-14 Matthew Dillonhammer2 - Instrument error path for indirect block...
2017-09-13 Matthew Dillonhammer2 - Remove dead code, clarify comment
2017-09-13 Sascha Wildnerkernel/hammer2: Rename DEBUG to H2_ZLIB_DEBUG in the...
2017-09-13 Matthew Dillonhammer2 - Allow simple 'mount @label <target>' shortcut...
2017-09-12 Matthew Dillonhammer2 - Add 'cleanup' command, retool h2 build for...
2017-09-11 Matthew Dillonhammer2 - Limit bulkfree cpu and SSD I/O
2017-09-11 Matthew Dillonhammer2 - Fix inode count statistics
2017-09-10 Matthew Dillonhammer2 - Add indirect node collapse code
2017-09-09 Matthew Dillonhammer2 - Track leaf counts for topological collapse
2017-09-09 Matthew Dillonkernel - Remove kernel 'bootdev' variable
2017-09-09 Matthew Dillonhammer2 - API breadnx / cluster_read API, bulkfree adj
2017-09-08 Matthew Dillonhammer2 - Improve swapcache support
2017-09-08 Matthew Dillonhammer2 - Do not use transaction for bulkfree pass
2017-09-07 Matthew Dillonhammer2 - Allow rm and rmdir to ignore free space reserve
2017-09-07 Matthew Dillonhammer2 - Implement error processing and free reserve...
2017-08-31 Matthew Dillonhammer2 - error handling 2/N (chain_lookup/chain_next)
2017-08-31 Matthew Dillonhammer2 - Embed cache_index heuristic in chain structure
2017-08-31 Matthew Dillonhammer2 - error handling 1/N (chain_scan)
2017-08-31 Matthew Dillonhammer2 - Remove TIMER debugging
2017-08-30 Matthew Dillonhammer2 - Micro-optimize file data allocations
2017-08-29 Matthew Dillonhammer2 - Fix critical bulkfree bug, refactor hammer2_i...
2017-08-29 Matthew Dillonhammer2 - Fix critical bulkfree bug, refactor hammer2_io
2017-08-28 Matthew Dillonhammer2 - Stabilization
2017-08-27 Matthew Dillonhammer2 - Fix bulkfree bug, Fix chain->parent bug,...
2017-08-26 Matthew Dillonhammer2 - Fix hammer2_chain and dedup issues
2017-08-24 Matthew Dillonhammer2 - Work on concurrent bulkfree stability
2017-08-24 Matthew Dillonhammer2 - Fix persist_refs race on chain IPC
2017-08-24 Matthew Dillonhammer2 - Refactor dedup, fixes, optimizations
2017-08-23 Matthew Dillonhammer2 - Cleanup
2017-08-22 Matthew Dillonhammer2 - Clean DIO invalidation flags in more cases
2017-08-22 Matthew Dillonhammer2 - Try a different approach to bulkfree
2017-08-20 Matthew Dillonhammer2 - Fix improper bzero length in rename code
2017-08-20 Matthew Dillonhammer2 - Remove LOCK* debugging
2017-08-20 Matthew Dillonhammer2 - Flesh out kqueue support
2017-08-19 Matthew Dillonhammer2 - cleanup
2017-08-19 Matthew Dillonhammer2 - Fix snapshots and multi-label mounts
2017-08-19 Matthew Dillonhammer2 - revamp comments
2017-08-19 Matthew Dillonhammer2 - Fix ro -> rw mount upgrade
2017-08-19 Matthew Dillonhammer2 - Fix bug in comp:autozero mode
2017-08-19 Matthew Dillonhammer2 - Fix bulkfree bugs
2017-08-18 Matthew Dillonhammer2 - Add kernel-thread-based async bulk free
2017-08-18 Matthew Dillonhammer2 - buildworld components, boot2 and loader support
2017-07-27 Matthew Dillonhammer2 - Allow @LABEL to be omitted
2017-07-27 Matthew Dillonhammer2 - Synchronize write-in-place feature
2017-07-27 Matthew Dillonhammer2 - Consolidate backend rename ops
2017-07-25 Matthew Dillonhammer2 - Update DESIGN document
2017-07-25 Matthew Dillonhammer2 - correct readdir bug
2017-07-25 Matthew Dillonhammer2 - Initial HARDLINK -> DIRENT replacement code
2017-07-25 Matthew Dillonhammer2 - Adjust blockref to create an embedded area...
2017-07-25 Matthew Dillonhammer2 - Cleanup pass, remove unused fields and code
2017-03-27 Matthew Dillonhammer2 - Fix cluster synchronization bug (2+ nodes)
2017-03-27 Matthew Dillonhammer2 - Stabilization for cluster code, features
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2017-01-08 Matthew Dillonkernel - Fix improper mplock in mount path
2016-12-17 Matthew Dillonkernel - Tag vm_map_entry structure, slight optimizatio...
2016-11-28 Matthew Dillonhammer2 - Revamp flush and xopq mechanism, stabilization
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-14 zrjLINT64: Fix buildkernel with WANT_HAMMER2=yes.
2016-10-28 Matthew Dillonbuild - Rewire secure, remove conflicts from libmd...
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
next