drm: Improve linux/scatterlist.h
[dragonfly.git] / sys / vfs /
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove integrity_crc field of ondisk...
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove time/freq fields of ondisk PFS
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove #if0'd hammer_mirror_write()
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove #if0'd obsolete symlink format
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove #if0'd debug kprintfs
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove DEBUG_TRUNCATE flag
2015-11-28 Tomohiro Kusumisys/vfs/hammer: Remove HAMMER_VOLF_VALID|OPEN macros
2015-11-28 Tomohiro Kusumisys/vfs/hammer: Remove HAMMER_HEAD_FLAG_FREE macro
2015-11-28 Tomohiro Kusumisys/vfs/hammer: Remove HAMMER_HEAD_TYPE_42|45 macros
2015-11-28 Tomohiro Kusumisys/vfs/hammer: #if0 HAMMER_BIGBLOCK_OVERFILL
2015-11-28 Tomohiro Kusumihammer: Change u_int{8,16,32,64}_t to uint{8,16,32...
2015-11-24 Tomohiro Kusumisys/vfs/hammer: Remove forward declaration of struct...
2015-11-24 Tomohiro Kusumisys/vfs/hammer: Remove signature from ondisk node
2015-11-24 Tomohiro Kusumisys/vfs/hammer: Remove const from volume names
2015-11-23 Tomohiro Kusumisys/vfs/hammer: Remove unused bitfield of struct hammer_io
2015-11-22 Tomohiro Kusumisys/vfs/hammer: Remove unused struct hammer_volume...
2015-11-21 Tomohiro Kusumisys/vfs/hammer: Cleanup forward declaration of struct
2015-11-20 Tomohiro Kusumisys/vfs/hammer: Remove unused struct hammer_mount members
2015-11-20 Tomohiro Kusumisys/vfs/hammer: Fix comments
2015-11-20 Tomohiro Kusumisys/vfs/hammer: Remove HAMMER_RECTYPE_UNUSED02/03 macros
2015-11-19 Matthew Dillonhammer2 - stabilization pass on slave sync (2)
2015-11-18 Matthew Dillonhammer2 - stabilization pass on slave sync
2015-11-18 Matthew Dillonhammer2 - Present hardlink solution, misc stability...
2015-11-06 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_ITOB() macro
2015-11-04 John MarinoMerge branch 'vendor/TNFTP'
2015-11-04 John MarinoMerge branch 'vendor/DIALOG'
2015-11-04 John MarinoMerge branch 'vendor/TCSH'
2015-11-04 John MarinoMerge branch 'vendor/GREP'
2015-11-04 John MarinoMerge branch 'vendor/BINUTILS225'
2015-11-03 John MarinoMerge branch 'vendor/LIBEDIT'
2015-11-03 John MarinoMerge branch 'vendor/XZ'
2015-11-02 John MarinoMerge branch 'vendor/ELFTOOLCHAIN'
2015-10-14 Tomohiro Kusumisys/vfs/hammer: Panic with "for redo" on insufficient...
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.
next