kernel/pc64: Rename i386_protection_init().
[dragonfly.git] / sys / vfs /
2017-12-12 Matthew Dillontmpfs - Fix arbitrary maximum file size limitation
2017-12-08 Peeter Mustkernel - Fix crash when cdev is destroyed
2017-12-08 Matthew Dillontmpfs - Correct some timestamp update issues
2017-12-06 Matthew Dillonkernel - Adjust vfs.nbuf, kern.maxvnodes, and debug...
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-25 Tomohiro Kusumiautofs: Import FreeBSD@GitHub 7e6cabd06e
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-09 zrjbsd.libnames.mk: Activate LIBDMSG.
2017-11-09 Matthew Dillonkernel - Fix bug in vm_fault_page()
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-31 Matthew Dillondevfs - propagate D_KVABIO to vnode
2017-10-31 Matthew Dillonkernel - Refactor lockmgr()
2017-10-29 Markus Pfeifferkernel: Rename struct tmpfs_args to tmpfs_mount_info
2017-10-29 Markus Pfeifferkernel: Rename tmpfs_args.h to tmpfs_mount.h
2017-10-29 Matthew Dillonhammer2 - Fix "hammer2_chain_getparent: no parent"...
2017-10-19 Matthew Dillonkernel - Make certain sysctl's unlocked
2017-10-18 Matthew Dillonkernel - Improve concurrency in devfs VOPs
2017-10-17 Sascha Wildnerkernel: Remove <sys/sysref{,2}.h> inclusion from files...
2017-10-16 Matthew Dillonkernel - Improve mountlist_scan() performance, track...
2017-10-16 Matthew Dillonkernel - Refactor smp collision statistics
2017-10-16 Matthew Dillonkernel - KVABIO stabilization
2017-10-16 Matthew Dillonkernel - Implement KVABIO API in TMPFS
2017-10-16 Matthew Dillonkernel - Remove geteblk()
2017-10-16 Matthew Dillonkernel - Remove repurposebuf
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-10-11 Sascha Wildnerkernel: Simplify various redundant conditions.
2017-10-06 Matthew Dillonkernel - Refuse to swapoff under certain conditions
2017-10-06 Matthew Dillontmpfs - Fix bug in call to vinitvmio()
2017-09-30 Tomohiro Kusumisys/vfs/hammer: Check root voume# is 0 on mount(2)
2017-09-30 Matthew Dillontmpfs - Conditionalize atomic adds on mount structure
2017-09-27 Matthew Dillonkernel - Fix unnecessary ucred duplication
2017-09-24 Tomohiro Kusumisys/vfs/hammer: Use kuuid_compare() instead of bcmp()
2017-09-24 Matthew Dillonhammer2 - Fix bug in hammer2_chain_indkey_dir()
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-23 Tomohiro Kusumisys/vfs/hammer: Add typedef hammer_uuid_t
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 Dillonkernel - support dummy reallocblks in devfs
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-09 Matthew Dillonhammer - Adjust hammer to new breadnx / cluster_readx API
2017-09-08 Matthew Dillonhammer2 - Improve swapcache support
2017-09-08 Matthew Dillonhammer2 - Do not use transaction for bulkfree pass
2017-09-08 Matthew Dillonkernel - Adjust emergency pager, add D_NOEMERGPGR
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-08-17 Sascha Wildnerkernel/msdosfs: Add additional sanity checks before...
2017-08-12 Matthew Dillonkernel - Break up scheduler and loadavg callout
next