sys/vfs/hammer: Adjust and cleanup _KERNEL
[dragonfly.git] / sys / vfs /
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Adjust and cleanup _KERNEL
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Add ifndef/define/endif for headers
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Erase btype of a new boundary on intern...
2015-09-16 Sepherosa Ziehaukernel: Use fhold() instead of increasing f_count manually
2015-09-14 Sepherosa Ziehaudevfs: Protect f_data1 properly and revoke the meanless...
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Rename btree_set_parent() to btree_set_...
2015-09-04 Tomohiro Kusumisys/vfs/hammer: #if0 cursor_exclreq_count of inode...
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Cleanup incore record tree lookup
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Cleanup parent inode dereferenced by...
2015-09-04 Tomohiro Kusumihammer: Remove cluster topology related comments
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Remove redundant elm type check [2/2]
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Remove redundant elm type check [1/2]
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Remove prototype of not existing fucntion
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Cleanup debug kprintfs for cursor/elm
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Add and fix comments
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Remove obsolete macro HAMMER_CLUSTER_BUFS
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Remove obsolete macro HAMMER_LOCALIZE_P...
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Remove obsolete macro HAMMER_RECTYPE_MOVED
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Remove obsolete macro HAMMER_BLOCKMAP_FREE
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Don't return 0 on invalid elm.leaf...
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Properly kprintf 32bits localization...
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Add hammer_elm_btype()
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Properly access node element base
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Simplify hammer_print_btree_elm()
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Add hammer_is_internal|leaf_node_elm()
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Fix wrong node type in switch/case
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Fold too long lines
2015-09-04 Tomohiro Kusumisys/vfs/hammer: Remove unused (and never used) macro
2015-09-03 Matthew Dillonhammer2 - refactor some chain bits, stabilization
2015-09-02 Matthew Dillonhammer2 - stabilization - blogbench, others
2015-09-01 Matthew Dillonhammer2 - stabilization - Fix bugs found by blogbench
2015-09-01 Matthew Dillonhammer2 - stabilization - Fix a number of bugs revealed...
2015-08-31 Matthew Dillonhammer2 - bug fixes
2015-08-30 Matthew Dillonhammer2 - Refactor bulkfree
2015-08-30 Matthew Dillonhammer2 - live dedup, cleanup
2015-08-28 Matthew Dillonhammer2 - bulkfree work, rip-up cluster sync.
2015-08-28 Matthew Dillonhammer2 - stabilization, sequencing
2015-08-28 Matthew Dillonhammer2 - hide some debugging kprintfs
2015-08-27 Matthew Dillonhammer2 - cleanup
2015-08-27 Matthew Dillonhammer2 - Add root mount support.
2015-08-27 Matthew Dillonhammer2 - Add WANT_HAMMER2 to buildworld
2015-08-27 Matthew Dillonhammer2 - Fix unlink/reclaim panic, add macro for ...
2015-08-23 Tomohiro Kusumisys/vfs/hammer: Don't fail to downgrade cursor
2015-08-23 Tomohiro Kusumisys/vfs/hammer: Fix wrong comment
2015-08-23 Tomohiro Kusumisys/vfs/hammer: Fix possible panic with vfs.hammer...
2015-08-23 Tomohiro Kusumisys/vfs/hammer: Minor cleanups
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Add hammer_move_node()
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Change obsolete hammer_ioc_reblock...
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Don't try to reblock everything on...
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Remove unnecessary error check
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Don't repeat layer1 blockmap check...
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Adjust hammer_debug_general
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Minor fix on volume format on volume-add
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Remove obsolete code and comments
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Fix wrong function name in kprintf
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Add hammer_flush_dirty()
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Use HAMMER_OBJID_ROOT for root inode#
2015-08-22 Tomohiro Kusumisys/vfs/ufs: Fix typo in variable name
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Check ronly when overwriting volume...
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Use either HAMMER: or hammer:
2015-08-17 Sascha Wildnerkernel/hammer: Simplify an if/goto/else construct.
2015-08-17 Tomohiro Kusumisys/vfs/hammer: Cleanups
2015-08-17 Tomohiro Kusumisys/vfs/hammer: Cleanup volume-add|del ioctl [3/3]
2015-08-17 Tomohiro Kusumisys/vfs/hammer: Cleanup volume-add|del ioctl [2/3]
2015-08-17 Tomohiro Kusumisys/vfs/hammer: Cleanup volume-add|del ioctl [1/3]
2015-08-17 Tomohiro Kusumisys/vfs/hammer: Remove duplicated vfs code
2015-08-17 Tomohiro Kusumihammer: Cleanups
2015-08-17 Tomohiro Kusumihammer: Conform to style(9)
2015-08-17 Tomohiro Kusumisys/vfs/ufs: Remove unused ioctl call and variables
2015-08-17 Tomohiro Kusumisys/vfs/hammer: Cleanup volume# iteration
2015-08-17 Tomohiro Kusumisys/vfs/hammer: Fix wrong function name in kprintf
2015-08-17 Tomohiro Kusumisys/vfs/hammer: Fix inconsistent function prototypes
2015-08-17 Tomohiro Kusumisys/vfs/hammer: Avoid volume# inconsistency on mount
2015-08-17 Tomohiro Kusumisys/vfs/hammer: Fix error check on mount
2015-08-17 Tomohiro Kusumisys/vfs/hammer: Fix comments
2015-08-17 Tomohiro Kusumihammer: Fix unusual line break style
2015-08-17 Tomohiro Kusumisys/vfs/hammer: Fix volume-del issue with >1 pfs
2015-08-17 Tomohiro Kusumisys/vfs/hammer: Add (missing)debug print for data reblock
2015-08-08 Tomohiro Kusumisys/vfs/hammer: Cleanups
2015-08-08 Tomohiro Kusumisys/vfs/hammer: kprintf invalid header
2015-08-08 Tomohiro Kusumisys/vfs/hammer: Cleanup volume format callback
2015-08-08 Tomohiro Kusumisys/vfs/hammer: Fix wrong big-block accounting
2015-08-08 Tomohiro Kusumisys/vfs/hammer: Add error handling
2015-08-08 Tomohiro Kusumisys/vfs/hammer: Add missing assertion
2015-08-08 Tomohiro Kusumisys/vfs/hammer: Don't repeat layer1 blockmap check...
2015-08-08 Tomohiro Kusumisys/vfs/hammer: Get volume lock on volume-list
2015-08-08 Tomohiro Kusumisys/vfs/hammer: Make use of volume bitmap
2015-08-08 Tomohiro Kusumisys/vfs/hammer: Fix mount issue after volume-del
2015-08-08 Tomohiro Kusumisys/vfs/hammer: Add hammer_test_free_freemap()
2015-08-08 Tomohiro Kusumisys/vfs/hammer: Don't reblock when volume to delete...
2015-08-08 Tomohiro Kusumisys/vfs/hammer: Add missing comments
2015-08-08 John MarinoMerge branch 'vendor/NVI2'
2015-08-08 Sascha WildnerRemove remaining OSI protocol support.
2015-08-06 John MarinoMerge branch 'vendor/TRE'
2015-08-02 Sascha Wildnerkernel/devfs: style(9) fixes.
2015-08-02 Tomohiro Kusumisys/vfs/hammer: Fix potential wrong error message
2015-08-02 Tomohiro Kusumisys/vfs/hammer: Minor optimization on layer1/2 iteration
2015-08-02 Tomohiro Kusumisys/vfs/hammer: Add test_free_callback()
2015-08-02 Tomohiro Kusumisys/vfs/hammer: Fix wrong function name in kprintf
2015-08-02 Tomohiro Kusumisys/vfs/hammer: Add cond to kprintf("\n"); on volume-del
next