Rename getline with get_line to avoid collision with getline(3).
[dragonfly.git] / sbin / hammer /
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
2016-08-29 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_snapsho...
2016-08-29 Tomohiro Kusumisbin/hammer: Fix irrelevant comments
2016-08-29 Tomohiro Kusumisbin/hammer: Sync zone statistics format with print_blo...
2016-08-29 Tomohiro Kusumisbin/hammer: Don't expose softprune specific data structure
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_node_on...
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_volume_...
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_blockma...
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-27 Tomohiro Kusumisbin/hammer: Use . for pfs-status if no arg
2016-08-27 Tomohiro Kusumisbin/hammer: Use "objid" for inode#
2016-08-24 Tomohiro Kusumisbin/hammer: Sync dce7ae2c format with zone statistics
2016-08-23 Tomohiro Kusumisbin/hammer: Don't print mountpoint of PFS
2016-08-22 Tomohiro Kusumisbin/hammer: Make sizetostr() print B if <1KB
2016-08-22 Tomohiro Kusumisbin/hammer: Add print_blockmap() for common blockmap...
2016-08-21 Tomohiro Kusumisbin/hammer: Make get_buffer() static
2016-08-21 Tomohiro Kusumisbin/hammer: Remove unused AssertOnFailure
2016-08-21 Tomohiro Kusumisbin/hammer: Remove AssertOnFailure assertion in blockm...
2016-08-21 Tomohiro Kusumisbin/hammer: Drop bug fix by 750beaef after 9376f71b
2016-08-20 Tomohiro Kusumisbin/hammer: Don't ioctl(SET_PFS) before attempt to...
2016-08-18 Tomohiro Kusumisbin/hammer: Remove if(QuietOpt) conditionals in hammer...
2016-08-18 Tomohiro Kusumisbin/hammer: Add inode size check to hammer show
2016-08-18 Tomohiro Kusumisbin/hammer: Minor hammer show cleanups
2016-08-16 Tomohiro Kusumisbin/hammer: Fix memory leak
2016-08-16 Tomohiro Kusumisbin/hammer: Refactoring
2016-08-15 Tomohiro Kusumisbin/hammer: Cleanups
2016-08-15 Tomohiro Kusumisbin/newfs_hammer: Add -C option from hammer(8)
2016-08-14 Tomohiro Kusumisbin/hammer: Cleanups
2016-08-12 Tomohiro Kusumisbin/hammer: Don't include libhammer.h unconditionally
2016-08-12 Tomohiro Kusumisbin/hammer: Rewrite hammer bstats/iostats
2016-08-11 Tomohiro Kusumisbin/hammer: Cleanup sbin/hammer/hammer_util.h
2016-08-11 Tomohiro Kusumisbin/newfs_hammer: Link against sbin/hammer/misc.o
2016-08-11 Tomohiro Kusumisbin/hammer: Move score_printf()/hammer_check_restrict...
2016-08-11 Tomohiro Kusumisbin/hammer: Increment recovery scan offset regardless...
2016-08-11 Tomohiro Kusumisbin/hammer: Add debug prints while scanning node durin...
2016-08-11 Tomohiro Kusumisbin/hammer: Use HAMMER_BTREE_TYPE_RECORD
2016-08-07 Tomohiro Kusumisbin/hammer: Abort if failed to creat recover target dir
2016-08-07 Tomohiro Kusumisbin/hammer: Add verbose volume message while recovering
2016-08-06 Tomohiro Kusumisbin/hammer: Directly access volume in volume list
2016-08-06 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_VOL_BUF_SIZE()
2016-08-06 Tomohiro Kusumisbin/hammer: Remove rel_volume()
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-07-01 Tomohiro Kusumisbin/hammer: Make global PFS/accounting variables static
2016-06-08 Tomohiro Kusumisbin/hammer: err() on readhammerbuf() failure
2016-06-05 Tomohiro Kusumisbin/hammer: Cleanup on aac2051d
2016-06-04 Tomohiro Kusumisbin/hammer: Fix used bytes for zone15
2016-06-04 Tomohiro Kusumisbin/hammer: Make hammer blockmap check offset/space
2016-06-04 Tomohiro Kusumisbin/hammer: Remove debug printfs
2016-06-04 Tomohiro Kusumisbin/hammer: Cleanup zone statistics functions
2016-05-17 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-13 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-03 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-04-18 Tomohiro Kusumisbin/hammer: Use printf() instead of fprintf(stdout)
2016-04-18 Tomohiro Kusumisbin/hammer: Add no hammer found message if not mounted
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-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/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 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: Define UndoBufferSize in newfs_hammer
2016-03-19 Tomohiro Kusumisbin/newfs_hammer: Define Boot|MemAreaSize in newfs_hammer
2016-03-19 Tomohiro Kusumisbin/hammer: Minor fix for format_blockmap()
next