sys/dev/disk/dm: Fix typos/etc in kprintf
[dragonfly.git] / sys / vfs /
2015-10-10 Tomohiro Kusumisys/vfs/hammer: Add error messages for crc test failure
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Fix cppcheck warning
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Adjust raw kprintfs using hkprintf...
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Remove ambiguous comment
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Fix wrong comment on ambiguous variable...
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Fix wrong comment on B-Tree node count
2015-09-24 Tomohiro Kusumihammer: Print "B-Tree" (conform to hammer specification)
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Fix incomplete mountctl(2) vop behavior
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Rename HMNT_EXPORTREQ to HMNT_RESERVED
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Conform to style(9)
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Add hpanic() [2/2]
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Add hpanic() [1/2]
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Change hkprintf() to macro and add...
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Change hkprintf() to macro and add...
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Fix error message when volumes are...
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_DIR_INODE_LOCALIZATION()
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Remove #if 1 that no longer has any...
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Remove obsolete macro HAMMER_HEAD|TAIL_...
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Fix possible race on volume-del
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Remove unnecessary header includes
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Remove header includes from hammer.h
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Add header includes to hammer.h
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Add hammer_data_zone(_index) macros
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Remove exceptional zone selection case
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Remove prototype of not existing function
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Remove HAMMER_BUFFER_BITS
2015-09-24 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_HBUFSIZE
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
next