sys/vfs/hammer: Add missing unlock in the previous commit
[dragonfly.git] / sbin /
2016-04-12 Tomohiro Kusumisbin/newfs_hammer: Check upper limit of volume size
2016-04-12 Tomohiro Kusumisbin/hammer: Minor cleanup
2016-04-09 Tomohiro Kusumisbin/hammer: Fix hammer(8) manpage
2016-04-09 Tomohiro Kusumisbin/hammer: Make hammer info print volumes
2016-04-07 Tomohiro Kusumisbin/newfs_msdos: Fix error message
2016-04-07 Tomohiro Kusumisys/vfs/hammer: Rename ondisk vol_name to vol_label
2016-04-04 Tomohiro Kusumisbin/hammer: Print volume list after volume-add|del
2016-04-04 Tomohiro Kusumisys/vfs/hammer: Ask before reblocking on volume-del
2016-04-03 Tomohiro Kusumisbin/hammer: Make getyn() non static
2016-04-03 Tomohiro Kusumisbin/hammer: Make hammer commands print root volume...
2016-03-31 Tomohiro Kusumisbin/hammer: Make hammer info print \n between filesystems
2016-03-31 Tomohiro Kusumisbin/hammer: Make hammer info print rootvol
2016-03-30 Tomohiro Kusumisys/vfs/hammer: Fix/add comments on volume header
2016-03-29 Tomohiro Kusumisbin/hammer: Don't always print BC error on nodes with...
2016-03-28 Tomohiro Kusumisbin/newfs_hammer: Add missing buffer refcount--
2016-03-28 Tomohiro Kusumisbin/hammer: Remove unused buffer flag
2016-03-27 Tomohiro Kusumisbin/hammer: Fix/refactor check_data_crc()
2016-03-27 Tomohiro Kusumisys/vfs/hammer: Change ondisk vol_nblocks/blocksize...
2016-03-27 Tomohiro Kusumisys/vfs/hammer: Change ondisk vol0_stat_records to...
2016-03-27 Tomohiro Kusumisbin/hammer: Add depth indentation option to hammer...
2016-03-27 Tomohiro Kusumisbin/hammer: Remove tabs in B-Tree indentation
2016-03-27 Tomohiro Kusumisbin/hammer: Refactor hammer show [4/4]
2016-03-27 Tomohiro Kusumisbin/hammer: Refactor hammer show [3/4]
2016-03-27 Tomohiro Kusumisbin/hammer: Refactor hammer show [2/4]
2016-03-27 Tomohiro Kusumisbin/hammer: Refactor hammer show [1/4]
2016-03-27 Tomohiro Kusumisbin/hammer: Add readhammervol()/writehammervol()
2016-03-27 Tomohiro Kusumisbin/hammer: Refactor get_buffer()
2016-03-27 Tomohiro Kusumisbin/hammer: Add assertion to ensure not to clear modif...
2016-03-27 Tomohiro Kusumisbin/hammer: Remove unused buffer use_count
2016-03-27 Tomohiro Kusumisbin/hammer: Remove cache from volume_info
2016-03-27 Tomohiro Kusumisbin/hammer: Remove unused buffer 'type' in cache
2016-03-27 Tomohiro Kusumisbin/hammer: Minor cleanups
2016-03-27 Tomohiro Kusumisbin/hammer: Use correct type
2016-03-27 Tomohiro Kusumisys/vfs/hammer: Use "%016jx",intmax_t
2016-03-21 Tomohiro Kusumisbin/hammer: Cleanup
2016-03-21 Tomohiro Kusumisbin/hammer: Make hammer blockmap ignore zone=15 unless -vv
2016-03-21 Tomohiro Kusumisbin/hammer: Change format of hammer blockmap on -v
2016-03-20 Tomohiro Kusumisbin/hammer: Declare char* at the top of block scope
2016-03-19 Tomohiro Kusumisys/vfs/hammer: Add hammer_is_zone_xxx()
2016-03-19 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_ZONE()
2016-03-19 Tomohiro Kusumisbin/hammer: Remove unnecessary conditional on freemap...
2016-03-19 Tomohiro Kusumisbin/hammer: Fix writeback against readonly fd
2016-03-19 Tomohiro Kusumisbin/hammer: Fix conditional for Hammer_FSId initialization
2016-03-19 Tomohiro Kusumisbin/hammer: Remove unnecessary if(AssertOnFailure...
2016-03-19 Tomohiro Kusumisbin/hammer: Remove =0; for some global variables
2016-03-19 Tomohiro Kusumisbin/newfs_hammer: Fix wrong comment
2016-03-19 Tomohiro Kusumisbin/newfs_hammer: Define UndoBufferSize in newfs_hammer
2016-03-19 Tomohiro Kusumisbin/newfs_hammer: Define Boot|MemAreaSize in newfs_hammer
2016-03-19 Tomohiro Kusumisbin/newfs_hammer: Rename format_root() to format_root_...
2016-03-19 Tomohiro Kusumisbin/hammer: Minor fix for format_blockmap()
2016-03-19 Tomohiro Kusumisbin/hammer: Initialize Hammer_FSType before any subcommand
2016-03-19 Tomohiro Kusumisbin/hammer: Separate setup_volume() into init/load_vol...
2016-03-19 Tomohiro Kusumisbin/hammer: Add __add_volume()
2016-03-19 Tomohiro Kusumisbin/hammer: Add __alloc_volume()
2016-03-19 Tomohiro Kusumisbin/hammer: Add get_root_volume()
2016-03-19 Tomohiro Kusumisbin/hammer: Update blockmap lookup error#
2016-03-18 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_ROOT_VOLNO
2016-03-18 Tomohiro Kusumisbin/newfs_hammer: Cleanup
2016-03-11 John MarinoMerge branch 'vendor/NCURSES'
2016-03-09 John Marinoncurses solidation: Remove all references to libtermcap
2016-03-05 Tomohiro Kusumisbin/hammer: Cleanup beginning part of hammer show
2016-03-05 Tomohiro Kusumisbin/hammer: Cleanup long lines with >80 chars
2016-03-05 Tomohiro Kusumisbin/hammer: Don't access beyond 16KB of HAMMER userspa...
2016-03-05 Tomohiro Kusumisbin/hammer: Minor fix for hammer(8) manpage
2016-03-05 Tomohiro Kusumisbin/hammer: Add num_bad_rec counter to hammer show
2016-03-05 Tomohiro Kusumisbin/hammer: Cleanup error string formats for records...
2016-03-05 Tomohiro Kusumisbin/hammer: Fix indentation of config data output
2016-03-05 Tomohiro Kusumisbin/hammer: Fix trailing blank line in config data...
2016-03-05 Tomohiro Kusumisbin/hammer: Fix wrong config data field name
2016-03-05 Tomohiro Kusumisbin/hammer: Don't modify buffer_info for config data...
2016-03-05 Tomohiro Kusumisbin/hammer: Cleanup and squash inode record format...
2016-03-05 Tomohiro Kusumisbin/hammer: Make hammer show print record type in...
2016-03-05 Tomohiro Kusumisbin/hammer: Cleanup and squash elm format of hammer...
2016-03-05 Tomohiro Kusumisbin/hammer: Add obfuscate option to hammer show
2016-03-05 Tomohiro Kusumisbin/hammer: Use sizeof(*elm)
2016-03-05 Tomohiro Kusumisbin/hammer: Use HAMMER_OFF_BAD
2016-03-02 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-02-28 Sascha Wildnersvc(8): Clean up the Makefile a bit.
2016-02-28 Sascha Wildnerping6(8): Fix a -Wcast-qual warning with a cast and...
2016-02-28 Tomohiro Kusumisys/vfs/hammer: Rename struct hammer_entry_data to...
2016-02-27 Tomohiro Kusumisbin/hammer: Reword "llid" to "pfs_id"
2016-02-27 Tomohiro Kusumisbin/hammer: Use HAMMER_OBJID_ROOT for root inode
2016-02-27 Tomohiro Kusumisys/vfs/hammer: Add hammer_is_pfs_{master|slave|deleted}()
2016-02-27 Tomohiro Kusumisbin/hammer: Printf "PFS" instead of "pfs"
2016-02-26 Bill Yuanipfw3: new feature 'ipfwsync'
2016-02-12 Sepherosa Ziehauifconfig: Fix inet6 address deletion
2016-02-10 zrjdocs: Move fsck(8) SMM papers into share/doc
2016-02-08 Imre VadászMerge branch 'vendor/BINUTILS225'
2016-01-29 John Marinoprivatize libncurses (touches many, many programs)
2016-01-28 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-01-28 John Marinomove private edit library to /lib/priv
2016-01-27 John Marinoprivatize libedit (used by numerous base programs)
2016-01-26 zrjCorrect BSD License clause numbering from 1-2-4 to...
2016-01-26 zrjRemove advertising header from src
2016-01-26 zrjRemove advertising header from bin/ & sbin/
2016-01-21 Sascha WildnerFix SEE ALSO sorting in a number of manual pages.
2016-01-12 Sascha WildnerRemove two casts of NULL.
2016-01-09 Sascha Wildneri386 removal, part 48/x: Remove ancient bootdev parsing...
2016-01-08 Zach Crownoverroute: various small fixes
2016-01-04 Tomohiro Kusumisbin/hammer: Fix hammer(8) manpage
next