sbin/hammer: Partly bring back removed braces from 52e2f1b5
[dragonfly.git] / sbin / hammer / ondisk.c
2017-04-10 Tomohiro Kusumisbin/hammer: Partly bring back removed braces from...
2017-04-09 Tomohiro Kusumisbin/hammer: Cleanup blocks with a single statement
2017-03-27 Matthew Dillonhammer - HAMMER Version 7
2017-03-12 Tomohiro Kusumisbin/hammer: Have consistent naming for volume variables
2017-03-12 Tomohiro Kusumisbin/hammer: Have consistent naming for buffer variables
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2016-12-17 Tomohiro Kusumisbin/hammer: Redo e4323571 partly (after reverted by...
2016-12-17 Tomohiro KusumiRevert "sbin/hammer: Fix bug in get_buffer_data()"
2016-12-17 Tomohiro Kusumisbin/hammer: Fix bug in get_buffer_data()
2016-12-17 Tomohiro Kusumisbin/hammer: Fix terminology of buf_offset
2016-12-17 Tomohiro Kusumisys/vfs/hammer: Rename misleading macro hammer_is_zone2...
2016-12-17 Tomohiro Kusumisbin/hammer: Use calloc(3) instead of malloc(3)+bzero(3)
2016-12-17 Tomohiro Kusumisbin/hammer: Properly use calloc(3)
2016-12-14 Tomohiro Kusumisbin/hammer: Add a trivial wrapper over blockmap_lookup()
2016-12-14 Tomohiro Kusumisbin/hammer: Add __blockmap_xlate_to_zone2() to refacto...
2016-12-14 Tomohiro Kusumisbin/hammer: Add __alloc_buffer() to refactor get_buffer()
2016-12-14 Tomohiro Kusumisbin/hammer: Remove redundant volume arg in find_buffer()
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-08 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_BIGBLOCK_DOALIGN()
2016-11-07 Tomohiro Kusumisbin/hammer: Add another condition to assert_volume_off...
2016-11-07 Tomohiro Kusumisbin/hammer: Split alloc_bigblock() into two functions...
2016-11-07 Tomohiro Kusumisbin/hammer: Split alloc_bigblock() into two functions...
2016-11-06 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_BLOCKMAP_LAYER2_DOALIGN()
2016-11-03 Tomohiro Kusumisbin/hammer: Fix wrong error message
2016-11-03 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_ENCODE_UNDO()
2016-11-01 Tomohiro Kusumisys/vfs/hammer: Use HAMMER_OFF_{SHORT,LONG}_ENCODE()
2016-11-01 Tomohiro Kusumisbin/hammer: Fix print_blockmap() for non-root volume
2016-10-30 Tomohiro Kusumisys/vfs/hammer: Rename mem_area_size to memory_log_size
2016-10-30 Tomohiro Kusumisbin/hammer: Fix default behavior of init_{boot,mem...
2016-10-30 Tomohiro Kusumisbin/hammer: Test high limit in init_{boot,mem}_area_size()
2016-10-30 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_MIN_UNDO_BIGBLOCKS to set...
2016-10-30 Tomohiro Kusumisys/vfs/hammer: Rename HAMMER_UNDO_LAYER2 to HAMMER_MAX...
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-15 Tomohiro Kusumisbin/hammer: Add volume signature check on loading...
2016-10-15 Tomohiro Kusumisbin/hammer: Cleanup arguments of init_volume()
2016-10-15 Tomohiro Kusumisbin/hammer: Make hammer recover use hammer_parsedevs_n...
2016-10-15 Tomohiro Kusumisbin/hammer: Add verify argument to load_volume()
2016-10-06 Tomohiro Kusumisbin/hammer: Remove XXX in a comment
2016-10-06 Tomohiro Kusumisbin/hammer: Remove alloc_data_element()
2016-10-06 Tomohiro Kusumisbin/hammer: Rename alloc_btree_element() to alloc_btre...
2016-10-06 Tomohiro Kusumisbin/hammer: Remove get_ondisk() after previous commits
2016-10-06 Tomohiro Kusumisbin/hammer: Remove get_node()
2016-10-06 Tomohiro Kusumisbin/hammer: Make get_node() a wrapper over get_buffer_...
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-06 Tomohiro Kusumisbin/hammer: Use inline CRC functions in userspace
2016-09-03 Tomohiro Kusumisbin/hammer: Add assert_volume_offset()
2016-09-02 Tomohiro Kusumisbin/hammer: Always call check_volume()
2016-09-01 Tomohiro Kusumisbin/hammer: Make use of struct buffer_info::cache...
2016-08-31 Tomohiro Kusumisbin/hammer: Don't expose VolList
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
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-24 Tomohiro Kusumisbin/hammer: Sync dce7ae2c format with zone statistics
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-16 Tomohiro Kusumisbin/hammer: Refactoring
2016-08-15 Tomohiro Kusumisbin/hammer: Cleanups
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-06-08 Tomohiro Kusumisbin/hammer: err() on readhammerbuf() failure
2016-06-04 Tomohiro Kusumisbin/hammer: Remove debug printfs
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-12 Tomohiro Kusumisbin/hammer: Minor cleanup
2016-03-30 Tomohiro Kusumisys/vfs/hammer: Fix/add comments on volume header
2016-03-28 Tomohiro Kusumisbin/hammer: Remove unused buffer flag
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 Kusumisys/vfs/hammer: Use "%016jx",intmax_t
2016-03-19 Tomohiro Kusumisys/vfs/hammer: Add hammer_is_zone_xxx()
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/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()
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-18 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_ROOT_VOLNO
2016-03-11 John MarinoMerge branch 'vendor/NCURSES'
2016-03-02 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-02-08 Imre VadászMerge branch 'vendor/BINUTILS225'
2016-01-28 Sascha WildnerMerge branch 'vendor/OPENSSL'
next