]> git.sesse.net Git - bcachefs-tools-debian/log
bcachefs-tools-debian
9 years agoUpdate some bcacheadm error messages
Jacob Malevich [Mon, 10 Nov 2014 23:37:58 +0000 (15:37 -0800)]
Update some bcacheadm error messages

Change-Id: Iddc638dacb7c68b621d686ba632da16fbe39bc15
Signed-off-by: Jacob Malevich <jam@daterainc.com>
9 years agobcacheadm stats, add flags
Jacob Malevich [Fri, 7 Nov 2014 02:09:45 +0000 (18:09 -0800)]
bcacheadm stats, add flags

-c cache# displays stats for a specific cache in the cacheset
--stats-five-min,hour,day,total specific stats for the cacheset

Change-Id: I436d36d0853a250fe773573126c7a50a7251c72d
Signed-off-by: Jacob Malevich <jam@daterainc.com>
9 years agobcacheadm status [FLAGS] <list of stats>
Jacob Malevich [Thu, 6 Nov 2014 03:38:27 +0000 (19:38 -0800)]
bcacheadm status [FLAGS] <list of stats>

FLAGS:
--list -list all stats in the uuid directory
--all -list all stats/values in the uuid directory
--uuid -must pass in a uuid for the cacheset

TODO: -subdirectory stats for individual caches
-subdirectory stats for over time stats

Change-Id: Ic7126a511fb17aa8c9ac7bf89e014ddbb719f46d
Signed-off-by: Jacob Malevich <jam@daterainc.com>
9 years agobcacheadm status <list of devs>
Jacob Malevich [Thu, 6 Nov 2014 01:45:57 +0000 (17:45 -0800)]
bcacheadm status <list of devs>

provides status for the newest sb version for each tier for all
the devs passed in

Change-Id: Ib6e5b08e65b5c36e7b1af0e9806efc39d069f94c
Signed-off-by: Jacob Malevich <jam@daterainc.com>
9 years agobcacheadm add list-cachesets and query-devs
Jacob Malevich [Thu, 16 Oct 2014 02:00:40 +0000 (19:00 -0700)]
bcacheadm add list-cachesets and query-devs

Change-Id: Ie2bc7ba8293d1d493c0a215119456e4bb9e659aa
Signed-off-by: Jacob Malevich <jam@daterainc.com>
9 years agobcacheadm tool
Jacob Malevich [Fri, 26 Sep 2014 23:10:20 +0000 (16:10 -0700)]
bcacheadm tool

bcacheadm is a combination of make-bcache, probe-bcache, bcache-super-show, and bcachectl(register).

Change-Id: Ia4f4cdd5f882516358eb0e26a75296d2103af1d0
Signed-off-by: Jacob Malevich <jam@daterainc.com>
9 years agoAdd multiple bucket_sizes to make-bcache
Jacob Malevich [Tue, 23 Sep 2014 02:00:50 +0000 (19:00 -0700)]
Add multiple bucket_sizes to make-bcache

This is needed since libbcache expects an array of bucket sizes to be passed in. This is just so the tests can continue to use make-bcache until we can change them over to bcacheadm.

Change-Id: I1002e3d8355d45ffa914e6577569a5adfd1d6ccf
Signed-off-by: Jacob Malevich <jam@daterainc.com>
9 years agoset btree_node_size for the cache_sb based on bucket_size
Jacob Malevich [Mon, 13 Oct 2014 22:21:09 +0000 (15:21 -0700)]
set btree_node_size for the cache_sb based on bucket_size

Change-Id: I98dab6e9a221cd8781095039d653ace84ffae806
Signed-off-by: Jacob Malevich <jam@daterainc.com>
9 years agoCreate libbcache.a.
Jacob Malevich [Fri, 26 Sep 2014 01:34:24 +0000 (18:34 -0700)]
Create libbcache.a.

Move make-bcache, probe-bcache, and bcache-super-show functions into a
static library called libbcache.

Change-Id: Ieed626225e08507a8ccd12f6bb0c07f64480de9b
Signed-off-by: Jacob Malevich <jam@daterainc.com>
9 years agoAdd crc32c support
Kent Overstreet [Thu, 11 Sep 2014 22:55:39 +0000 (15:55 -0700)]
Add crc32c support

Change-Id: I9f830560b25cc84d77f46e3670ed07c05f44adc9

9 years agoSuperblock version 6
Kent Overstreet [Tue, 26 Aug 2014 02:11:59 +0000 (19:11 -0700)]
Superblock version 6

Change-Id: Iba976c8c5a4a91dcac06145471fc70baa6a6393e

9 years agoChanged the keyword register_devices to register
Surbhi Palande [Wed, 6 Aug 2014 17:50:51 +0000 (10:50 -0700)]
Changed the keyword register_devices to register

This change is done after a discussion with Slava and
Raghu.

Change-Id: I225a890f08e162536d080d66bddaeae02196d215
Signed-off-by: Surbhi Palande <sap@rts26.daterainc.com>
9 years agoadd missing dependency linux-headers
cmf [Thu, 7 Aug 2014 16:57:31 +0000 (09:57 -0700)]
add missing dependency linux-headers

Change-Id: I9dea8e70a60b11d0626b06f20f0dc3471d945ad0

9 years agoBetter usage message.
Surbhi Palande [Tue, 5 Aug 2014 23:19:48 +0000 (16:19 -0700)]
Better usage message.

Invoking bcachectl will now show you a help
message and a usage indicator.

Change-Id: I9f6163b196b32723c21ddbce04d4a20015173a1a
Signed-off-by: Surbhi Palande <sap@daterainc.com>
9 years agoAdd bcachectl: to start bcache, add and remove devices.
Surbhi Palande [Tue, 5 Aug 2014 18:25:20 +0000 (11:25 -0700)]
Add bcachectl: to start bcache, add and remove devices.

Useful for lifecycle management of bcache devices.

Change-Id: Icdcb559786ab0557dbe7f2a30b5dbeacf7dad665
Signed-off-by: Surbhi Palande <sap@daterainc.com>
10 years agomake-bcache.c: Added support for storing "label" information for the
rk [Tue, 3 Jun 2014 17:24:10 +0000 (10:24 -0700)]
make-bcache.c:  Added support for storing "label" information for the
                the devices in the super-block.
bcache.h:       Bring version information to the latest kernel version.
bcache-super-show.c: Add setsize for caching devices. This indicates
                     the number of devices in caching set.

Testing done:

1.0  make-bcache with --label option and checking back to see if
     bcache-super-show shows the devices.
2.0  bcache-super-show does not bail if version is 5.
3.0  bcache-super-show shows the correct setsize.

Change-Id: If0f1ec6204b233b34ff4c8a57a8809d2c8dbe3e3

10 years agomake-bcache: update --help
Slava Pestov [Thu, 1 May 2014 18:00:30 +0000 (11:00 -0700)]
make-bcache: update --help

10 years agoRHEL 7 dependencies
Rob Millner [Fri, 28 Mar 2014 23:51:17 +0000 (23:51 +0000)]
RHEL 7 dependencies

10 years agofix Makefile.am to use pkg-config
Kent Overstreet [Thu, 20 Mar 2014 21:28:57 +0000 (14:28 -0700)]
fix Makefile.am to use pkg-config

10 years agoAdd support for setting cache tier field
Kent Overstreet [Thu, 20 Mar 2014 20:46:04 +0000 (13:46 -0700)]
Add support for setting cache tier field

10 years agoMerge remote-tracking branch 'remotes/angband/master'
Kent Overstreet [Thu, 20 Mar 2014 20:38:08 +0000 (13:38 -0700)]
Merge remote-tracking branch 'remotes/angband/master'

Conflicts:
make-bcache.c

10 years agoSubstitute proper package name
Rob Millner [Tue, 18 Mar 2014 19:15:39 +0000 (19:15 +0000)]
Substitute proper package name

10 years agoMerge ssh://gits.daterainc.com:2984/project/2013.MAIN/bcache-tools
Automation [Wed, 22 Jan 2014 23:32:21 +0000 (15:32 -0800)]
Merge ssh://gits.daterainc.com:2984/project/2013.MAIN/bcache-tools

10 years agoadd missing spec files
Claudio Fleiner [Mon, 25 Nov 2013 21:39:35 +0000 (21:39 +0000)]
add missing spec files

10 years agoMerge branch 'master' of ssh://gits.daterainc.com:2984/project/2013.MAIN/bcache-tools
Nicholas Swenson [Fri, 22 Nov 2013 01:41:18 +0000 (17:41 -0800)]
Merge branch 'master' of ssh://gits.daterainc.com:2984/project/2013.MAIN/bcache-tools

Conflicts:
.gitignore

10 years ago.gitignore: tags, scope
Nicholas Swenson [Sun, 3 Nov 2013 07:55:22 +0000 (00:55 -0700)]
.gitignore: tags, scope

Signed-off-by: Nicholas Swenson <nks@daterainc.com>
10 years agobcache: writes correct superblock for multiple cache devs
Nicholas Swenson [Thu, 31 Oct 2013 23:15:49 +0000 (16:15 -0700)]
bcache: writes correct superblock for multiple cache devs

Signed-off-by: Nicholas Swenson <nks@daterainc.com>
10 years agoAdding autotools support to bcache-tools
Claudio Fleiner [Tue, 29 Oct 2013 05:44:07 +0000 (22:44 -0700)]
Adding autotools support to bcache-tools

thie enables building it in a different directory, more
flexible install and configure options, and should make it
easier to eventualy create deb and rpm packages. Additionally
this makes it much easier to build and test this package
as it now behaves the same way as others we are using.

10 years agoSimplify 69-bcache.rules
Rolf Fokkens [Thu, 10 Oct 2013 20:53:02 +0000 (22:53 +0200)]
Simplify 69-bcache.rules

Gabriel: simplified a bit further

10 years agoAdd an INSTALL macro to the Makefile
Rolf Fokkens [Sun, 6 Oct 2013 21:13:05 +0000 (23:13 +0200)]
Add an INSTALL macro to the Makefile

10 years agoAdd DRACUTLIBDIR to Makefile
Rolf Fokkens [Sun, 6 Oct 2013 20:45:41 +0000 (22:45 +0200)]
Add DRACUTLIBDIR to Makefile

10 years agoAdd a dracut module for bcache
Rolf Fokkens [Sun, 6 Oct 2013 18:30:07 +0000 (20:30 +0200)]
Add a dracut module for bcache

10 years agoMove probe-bcache to UDEVLIBDIR
Gabriel [Sun, 6 Oct 2013 09:07:20 +0000 (11:07 +0200)]
Move probe-bcache to UDEVLIBDIR

10 years agoudev: Fit into the standard rule sequence
Gabriel [Sat, 5 Oct 2013 19:16:21 +0000 (21:16 +0200)]
udev: Fit into the standard rule sequence

Move the rule to run a bit later, after
the standard udev rules have called blkid.

Don't run blkid manually, and run probe-bcache
as a fallback which can be patched out in a
package that depends on util-linux 2.24+.

probe-bcache: bail if libblkid finds anything
Preserve our last-resort safety check here
in case earlier rules fail to call blkid.

10 years agosuper-show: Print label
Gabriel [Fri, 5 Jul 2013 21:59:21 +0000 (23:59 +0200)]
super-show: Print label

10 years agosuper-show: Show sync mode and cache replacement policy
Gabriel [Fri, 27 Sep 2013 10:05:46 +0000 (12:05 +0200)]
super-show: Show sync mode and cache replacement policy

10 years agoInstall the initramfs hook in /usr/share not /etc
Gabriel [Sat, 21 Sep 2013 23:13:36 +0000 (01:13 +0200)]
Install the initramfs hook in /usr/share not /etc

10 years agoUse the absolute path to modprobe
Gabriel [Sat, 21 Sep 2013 23:12:52 +0000 (01:12 +0200)]
Use the absolute path to modprobe

This is necessary on Fedora, according to Rolf Fokkens.

10 years agomake-bcache: Prevent stray superblocks
Gabriel [Sat, 17 Aug 2013 16:56:50 +0000 (18:56 +0200)]
make-bcache: Prevent stray superblocks

Fail if the device has any leftover superblock or partition table label.

Add a --wipe-bcache flag to overwrite bcache superblocks and recommend
wipefs for non-bcache superblocks.

Once the device is safe to write, always zero immediately before the
bcache superblock.

Make sure errors go to stderr.  Use pkg-config.

10 years agoUse register_quiet for udev hook
Kent Overstreet [Mon, 26 Aug 2013 21:46:19 +0000 (14:46 -0700)]
Use register_quiet for udev hook

10 years agoMerge git://evilpiepirate.org/~kent/bcache-tools
Claudio Fleiner [Mon, 12 Aug 2013 17:39:08 +0000 (10:39 -0700)]
Merge git://evilpiepirate.org/~kent/bcache-tools

Conflicts:
README - fixed

10 years agoCreating package bcache-tools
Claudio Fleiner [Mon, 12 Aug 2013 17:36:11 +0000 (10:36 -0700)]
Creating package bcache-tools

10 years agoDon't register if a non-bcache superblock is found as well
Gabriel [Sun, 21 Jul 2013 18:17:17 +0000 (20:17 +0200)]
Don't register if a non-bcache superblock is found as well

10 years agofix make-bcache to use logical_block_size, not stat.st_blocksize
Lars Ellenberg [Wed, 17 Jul 2013 10:39:14 +0000 (12:39 +0200)]
fix make-bcache to use logical_block_size, not stat.st_blocksize

As discussed on irc yesterday.

Cheers,
Lars

From 791a4b7b2c25e21ffeb4184da5e61f18cde86246 Mon Sep 17 00:00:00 2001
From: Lars Ellenberg <lars@linbit.com>
Date: Wed, 17 Jul 2013 11:49:12 +0200
Subject: [PATCH] make-bcache: fix guessing of "block_size" to use BLKSSZGET

Using stat.st_blocksize is wrong:
that is the linux buffer cache granularity,
it is tunable, and defaults to 4k.

This caused bcache to default to create devices with
logical_block_size = 4k, potentially breaking otherwise healthy disk
or file system images unnecessarily.

e.g. some xfs image previously created with 512 byte "sector size"
would, once bcache'd, refuse to mount with
mount: function not implemented
device supports 4096 byte sectors (not 512)

We want the logical_block_size here.

10 years agobcache-tools are GPL
Kent Overstreet [Thu, 27 Jun 2013 01:42:39 +0000 (18:42 -0700)]
bcache-tools are GPL

11 years agoudev: Add /dev/bcache/by-label symlinks to cached devices
Gabriel [Sat, 8 Jun 2013 23:12:40 +0000 (01:12 +0200)]
udev: Add /dev/bcache/by-label symlinks to cached devices

11 years agoudev: Persistent names for cached devices
Gabriel [Sat, 8 Jun 2013 01:00:57 +0000 (03:00 +0200)]
udev: Persistent names for cached devices

Add /dev/bcache/by-uuid/ symlinks to cached devices.

11 years agosuper-show: Minor manpage clarification
Gabriel [Fri, 7 Jun 2013 12:51:43 +0000 (14:51 +0200)]
super-show: Minor manpage clarification

11 years agosuper-show: Add a manpage
Gabriel [Wed, 5 Jun 2013 19:36:28 +0000 (21:36 +0200)]
super-show: Add a manpage

Taken from tstrickx@rootcu.be's debianisation.

11 years agosuper-show: show detached/clean/dirty/inconsistent status
Gabriel [Wed, 1 May 2013 17:20:03 +0000 (19:20 +0200)]
super-show: show detached/clean/dirty/inconsistent status

11 years agosuper-show: print cache mode (writethrough, writeback, writearound, none)
Gabriel [Wed, 1 May 2013 17:15:18 +0000 (19:15 +0200)]
super-show: print cache mode (writethrough, writeback, writearound, none)

11 years agosuper-show: don't show cache_count
Gabriel [Wed, 1 May 2013 17:25:15 +0000 (19:25 +0200)]
super-show: don't show cache_count

This is a cache-set property, but not terribly useful.
Showing it on backing devices was also incorrect.

11 years agosuper-show: show more cache-related information
Gabriel [Wed, 1 May 2013 15:12:57 +0000 (17:12 +0200)]
super-show: show more cache-related information

Only show nbuckets and nr_this_dev on cache devices;
explain nbuckets' relation to device size by printing
both total_sectors (superblock included) and
cache_sectors (superblock excluded).

11 years agosuper-show: make the version annotation more terse
Gabriel [Wed, 1 May 2013 14:25:22 +0000 (16:25 +0200)]
super-show: make the version annotation more terse

11 years agomake-bdev: print the correct offset in the default case
Gabriel [Fri, 26 Apr 2013 16:50:53 +0000 (18:50 +0200)]
make-bdev: print the correct offset in the default case

11 years agoGet blocksize from the devices if it's not specified
Kent Overstreet [Wed, 24 Apr 2013 00:43:47 +0000 (17:43 -0700)]
Get blocksize from the devices if it's not specified

11 years agoUpdate data offset format and warn about the previous one.
Gabriel [Sat, 9 Mar 2013 13:58:57 +0000 (14:58 +0100)]
Update data offset format and warn about the previous one.

Also update the macro to select a bdev.
Also reindent.

11 years agouse SB_JOURNAL_BUCKETS for superblock
Kent Overstreet [Fri, 12 Apr 2013 18:37:33 +0000 (11:37 -0700)]
use SB_JOURNAL_BUCKETS for superblock

11 years agoTrivial build fix.
Gabriel [Fri, 12 Apr 2013 00:30:04 +0000 (02:30 +0200)]
Trivial build fix.

11 years agoAdd a flag to pick the cache set uuid.
Gabriel [Wed, 10 Apr 2013 06:28:16 +0000 (08:28 +0200)]
Add a flag to pick the cache set uuid.

11 years agoRegister devices with just udev.
Gabriel [Thu, 11 Apr 2013 14:44:03 +0000 (16:44 +0200)]
Register devices with just udev.

This means bcache devices will be registered earlier and in all
cases, not just when the rootfs fails to mount.

The initramfs hook is still there to ensure the bcache module
and udev rules are shipped if an initramfs is used.

11 years agoUpdate for new superblock version for data_offset
Kent Overstreet [Thu, 11 Apr 2013 23:56:15 +0000 (16:56 -0700)]
Update for new superblock version for data_offset

11 years agoFix option parsing so that passing --bucket_size after the device works
Kent Overstreet [Tue, 9 Apr 2013 20:29:06 +0000 (13:29 -0700)]
Fix option parsing so that passing --bucket_size after the device works

This makes supporting -U more annoying; dropping that for the moment,
unless someone complains

11 years agoUse uppercase hex when showing csum and expected.
Gabriel [Tue, 12 Mar 2013 16:01:49 +0000 (17:01 +0100)]
Use uppercase hex when showing csum and expected.

11 years agoShow the writeback flag and the discard flag.
Gabriel [Sun, 10 Mar 2013 10:04:10 +0000 (11:04 +0100)]
Show the writeback flag and the discard flag.

11 years agoVersion cleanup.
Gabriel [Sun, 10 Mar 2013 10:03:59 +0000 (11:03 +0100)]
Version cleanup.

11 years agoFix offsets, cache and backing are two different cases.
Gabriel [Sat, 9 Mar 2013 14:51:17 +0000 (15:51 +0100)]
Fix offsets, cache and backing are two different cases.

11 years agoAdd a command to display a bcache superblock.
Gabriel [Sat, 9 Mar 2013 12:22:24 +0000 (13:22 +0100)]
Add a command to display a bcache superblock.

11 years agoDon't error out if the distro isn't using initramfs
Kent Overstreet [Tue, 22 Jan 2013 21:26:53 +0000 (13:26 -0800)]
Don't error out if the distro isn't using initramfs

11 years agoBetter validation, and use O_EXCL when opening block device
Kent Overstreet [Wed, 21 Nov 2012 23:31:49 +0000 (15:31 -0800)]
Better validation, and use O_EXCL when opening block device

11 years agoChange default blocksize to one sector
Kent Overstreet [Wed, 15 Aug 2012 20:04:46 +0000 (13:04 -0700)]
Change default blocksize to one sector

11 years agoFix the initramfs script
Kent Overstreet [Fri, 13 Jul 2012 07:52:52 +0000 (00:52 -0700)]
Fix the initramfs script

12 years agoUpdate initramfs probe script
Kent Overstreet [Wed, 11 Apr 2012 22:33:40 +0000 (15:33 -0700)]
Update initramfs probe script

12 years agobcache-tools: probe-bcache.8 man page
Dmitry Smirnov [Thu, 16 Feb 2012 02:32:44 +0000 (13:32 +1100)]
bcache-tools: probe-bcache.8 man page

Hi Kent,

please find a little patch (attached) to introduce probe-bcache.8 man page to
bcache-tools.

Thank you.

Cheers,
Dmitry.

From 0ff7680042622e356516739936095cb4eab02de6 Mon Sep 17 00:00:00 2001
From: Dmitry Smirnov <onlyjob@member.fsf.org>
Date: Thu, 16 Feb 2012 13:23:00 +1100
Subject: [PATCH] added probe-bcache.8 man page

12 years agoAdd --discard and --cache_replacement_policy
Kent Overstreet [Thu, 19 Jan 2012 00:05:32 +0000 (16:05 -0800)]
Add --discard and --cache_replacement_policy

12 years agoMerge branch 'master' of evilpiepirate.org:git/bcache-tools
Kent Overstreet [Mon, 21 Nov 2011 22:59:08 +0000 (14:59 -0800)]
Merge branch 'master' of evilpiepirate.org:git/bcache-tools

12 years agoFix more warnings during 32bit compilation
Gwendal Grignou [Mon, 21 Nov 2011 22:43:19 +0000 (14:43 -0800)]
Fix more warnings during 32bit compilation

"bcache.c:120: warning: integer constant is too large for 'long' type"
"bcache.c:128: warning: integer constant is too large for 'long' type"

Signed-off-by: Gwendal Grignou <gwendal@google.com>
12 years agoMakefile to follow GNU Make best practice
Dmitry Smirnov [Sat, 19 Nov 2011 08:57:46 +0000 (19:57 +1100)]
Makefile to follow GNU Make best practice

12 years agoThe --writeback switch did nothing; fixed
Kent Overstreet [Thu, 1 Sep 2011 21:37:48 +0000 (14:37 -0700)]
The --writeback switch did nothing; fixed

12 years agoFix warning during 32bit tool chain compilation
Gwendal Grignou [Tue, 16 Aug 2011 07:10:54 +0000 (00:10 -0700)]
Fix warning during 32bit tool chain compilation

"bcache.c:128: warning: integer constant is too large for 'long' type"

Signed-off-by: Gwendal Grignou <gwendal@google.com>
12 years agoAdd more long options and improve usage()
Kent Overstreet [Wed, 10 Aug 2011 00:33:03 +0000 (17:33 -0700)]
Add more long options and improve usage()

12 years agoAdd a --writeback switch to make-bcache
Kent Overstreet [Mon, 1 Aug 2011 02:29:22 +0000 (19:29 -0700)]
Add a --writeback switch to make-bcache

12 years agoDon't write journal buckets
Kent Overstreet [Tue, 26 Jul 2011 19:24:00 +0000 (12:24 -0700)]
Don't write journal buckets

12 years agoAdd checksum to superblock
Ricky Benitez [Tue, 26 Jul 2011 17:02:15 +0000 (10:02 -0700)]
Add checksum to superblock

Add checksum to the superblock to prevent warning messages when
registering devices.

12 years agoGive make-bcache the ability to format multiple devices at once
Kent Overstreet [Mon, 25 Jul 2011 17:46:20 +0000 (10:46 -0700)]
Give make-bcache the ability to format multiple devices at once

12 years agoNew superblock format
Kent Overstreet [Mon, 25 Jul 2011 07:18:42 +0000 (00:18 -0700)]
New superblock format

12 years agoBcache tools are now explicitly gpl v2.
Kent Overstreet [Tue, 12 Jul 2011 22:44:06 +0000 (15:44 -0700)]
Bcache tools are now explicitly gpl v2.

12 years agoAdd an option for setting the set uuid
Kent Overstreet [Tue, 12 Jul 2011 22:42:37 +0000 (15:42 -0700)]
Add an option for setting the set uuid

13 years agoDon't overwrite priorities that aren't there on a backing device
Kent Overstreet [Tue, 24 May 2011 21:12:00 +0000 (14:12 -0700)]
Don't overwrite priorities that aren't there on a backing device

13 years agoUpdates for backing devices
Kent Overstreet [Fri, 20 May 2011 03:25:14 +0000 (20:25 -0700)]
Updates for backing devices

13 years agoNew superblock fields for multiple cache devices
Kent Overstreet [Fri, 15 Apr 2011 20:22:09 +0000 (13:22 -0700)]
New superblock fields for multiple cache devices

13 years agoStuff
Kent Overstreet [Sun, 13 Feb 2011 15:01:10 +0000 (07:01 -0800)]
Stuff

13 years agoDocumentation
Kent Overstreet [Thu, 16 Dec 2010 09:22:45 +0000 (01:22 -0800)]
Documentation

13 years agoUUIDs
Kent Overstreet [Fri, 8 Oct 2010 14:04:49 +0000 (07:04 -0700)]
UUIDs

13 years agoread/write and write only modes
Kent Overstreet [Wed, 4 Aug 2010 04:04:47 +0000 (21:04 -0700)]
read/write and write only modes

13 years agoCleanups
Kent Overstreet [Fri, 30 Jul 2010 06:05:51 +0000 (23:05 -0700)]
Cleanups

14 years agorework options, benchmark mode
Kent Overstreet [Sat, 3 Jul 2010 07:15:06 +0000 (00:15 -0700)]
rework options, benchmark mode

14 years agofile_offset_bits=64
Kent Overstreet [Sat, 3 Jul 2010 05:02:26 +0000 (22:02 -0700)]
file_offset_bits=64

14 years agosync
Kent Overstreet [Tue, 15 Jun 2010 12:15:32 +0000 (05:15 -0700)]
sync

14 years agoauto
Kent Overstreet [Mon, 14 Jun 2010 15:59:34 +0000 (08:59 -0700)]
auto