Commit Graph

401 Commits

Author SHA1 Message Date
Kent Overstreet
94cafcb8e5 New setattr command 2018-12-19 18:27:57 -05:00
Kent Overstreet
e45b8acdc1 Fix a divide by zero 2018-12-19 18:27:57 -05:00
Kent Overstreet
0e9822571c Use opts.h for format options 2018-12-19 18:27:57 -05:00
Kent Overstreet
99ccaf73a8 Update bcachefs sources to 2724e115d2 bcachefs: Lots of option handling improvements 2018-12-19 15:21:54 -05:00
Kent Overstreet
f9ba96e165 Update bcachefs sources to 57ea7773cb bcachefs: Fix duplicate ioctl nr 2018-12-17 09:26:29 -05:00
Kent Overstreet
a10a41fa2b Update bcachefs sources to f7670cba39 bcachefs: Fix for building in userspace 2018-12-12 06:25:37 -05:00
Kent Overstreet
0c7db4eca3 Update bcachefs sources to 62de7539dc bcachefs: Make bkey types globally unique 2018-11-30 12:51:13 -05:00
Kent Overstreet
bca8b084ad Update bcachefs sources to da7fefde29 bcachefs: shim for userspace raid library 2018-11-23 03:05:20 -05:00
Kent Overstreet
c416528eaa snapraid 2018-11-23 02:10:44 -05:00
Kent Overstreet
cc6479303f Update bcachefs sources to a9f14c773f bcachefs: More btree gc refactorings 2018-11-12 19:22:36 -05:00
Kent Overstreet
bdba182d10 Update bcachefs sources to d7dbddc450 bcachefs: revamp to_text methods 2018-11-09 04:06:53 -05:00
koverstreet
8ab9dc0a9a
Merge pull request #14 from hadricoppo/fix-xattr-includes
Fixed xattr.h includes
2018-11-08 08:26:47 -05:00
Hadrien Copponnex
e69ff279fa Fixed xattr.h includes 2018-11-08 11:18:13 +01:00
koverstreet
11a3c461ec
Merge pull request #13 from modelrockettier/target-printing
Nicer group and target show-super output
2018-11-06 22:42:00 -05:00
Tim Schlueter
f431cc9c95 Improved the show-super group and target printing
Disks without a group no longer prints uninitialized data.

Foreground, background, and promote targets now print what they are, not just
a single number. E.g.

Foreground write target:    none
Background write target:    Group 0 (slow)
Promote target:             Device 2 (b5d2aa58-9cc5-4ff0-a7ff-407216d27d7d)
2018-11-04 23:31:35 -08:00
Tim Schlueter
f2665657cf Fixed format args and removed unnecessary strdup()s 2018-11-04 23:23:11 -08:00
koverstreet
ff2a414ccc
Merge pull request #12 from modelrockettier/real_mount_time
Set the last mount time using the realtime clock
2018-11-05 00:24:14 -05:00
Tim Schlueter
770d75e7e5 Update bcachefs sources to 7227ff07f14b Merge pull request #10 from modelrockettier/real_mount_time 2018-11-04 21:14:26 -08:00
Tim Schlueter
25dac4021f Print the filesystem creation time in show-super 2018-11-04 21:02:51 -08:00
Tim Schlueter
03c79a9a25 Added ktime_get_real_seconds() wrapper
Also, changed the last_mount print so it no longer prints out two newlines.
2018-11-04 21:00:33 -08:00
Kent Overstreet
db8cffeaed Update bcachefs sources to 8bf4b038d4 bcachefs: Assorted fixes for running on very small devices 2018-11-04 22:21:00 -05:00
koverstreet
6da91e81cc
Merge pull request #10 from modelrockettier/shrinkers
Don't read meminfo if there are no shrinkers
2018-11-04 17:42:20 -05:00
koverstreet
f420a809b4
Merge pull request #9 from modelrockettier/master
Add chacha20 and poly1305 modules to initramfs
2018-11-04 17:42:04 -05:00
Tim Schlueter
b4cc119f66 Make sure initramfs-tools adds chacha20 and poly1305 if loaded 2018-11-04 13:07:01 -08:00
Tim Schlueter
f885dc20eb Don't read meminfo if there are no shrinkers 2018-11-04 13:03:56 -08:00
Tim Schlueter
f05f2e89a6 Don't display an error on --help 2018-11-04 13:03:05 -08:00
Kent Overstreet
19005ecf08 Update bcachefs sources to defaad6d47 bcachefs: Fix an assertion when rebuilding replicas 2018-11-03 22:03:31 -04:00
Kent Overstreet
2ab2ab0f78 Update bcachefs sources to b12d1535f3 bcachefs: fix bounds checks in bch2_bio_map() 2018-11-03 20:19:25 -04:00
Kent Overstreet
e288c9f1de fix a (spurious) gcc warning 2018-11-03 16:58:41 -04:00
Kent Overstreet
67fb317a07 improve dev_to_mount()
should fix a bug where resize does an offline resize when the fs was
mounted because it thought it wasn't mounted
2018-10-21 19:35:35 -04:00
Kent Overstreet
55fbb25501 Update bcachefs sources to d7f6da1d60 bcachefs: fix missing include 2018-10-12 15:10:26 -04:00
Stijn Tintel
0268bec14b cmd_device_add: replace tier with group in usage
Tiering has been replaced by disk groups, but the usage message for
cmd_device_add was never updated to reflect this change. Replace the
tier option with group to fix the usage message.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2018-10-08 18:27:18 -04:00
Stijn Tintel
8c310c8593 cmd_device: add missing short options to usage
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2018-10-08 18:27:14 -04:00
Kent Overstreet
ebf97e8e01 Update bcachefs sources to 446219cb11 bcachefs: Dirent repair code 2018-08-22 03:49:34 -04:00
Kent Overstreet
cef2f30ae2 Update bcachefs sources to 15f6e66e86 bcachefs: pass around bset_tree less 2018-08-15 20:00:21 -04:00
Kent Overstreet
9c62b2b4f1 Include superblock, journal in fs usage output 2018-08-15 19:41:45 -04:00
Kent Overstreet
cecf7e05e1 fix rereplicate command 2018-07-21 04:38:02 -04:00
Kent Overstreet
b5094ee854 Return errors from fsck properly 2018-07-20 23:42:06 -04:00
Kent Overstreet
76a549d82d Update bcachefs sources to eab3b355cf bcachefs: trace transaction restarts 2018-07-16 04:00:44 -04:00
Kent Overstreet
75c7148e0a Update bcachefs sources to 940d6ca657 bcachefs: acl code improvements 2018-07-13 00:45:28 -04:00
Kent Overstreet
17e2f2775b Update bcachefs sources to 2cb70a82bc bcachefs: delete some debug code 2018-06-27 14:50:43 -04:00
Kent Overstreet
f2f3de4da4 Delete more shim layer code 2018-06-01 17:33:47 -04:00
Kent Overstreet
bb6f4111fb Update bcachefs sources to 9abf628c70 bcachefs: Fix a spurious error in fsck 2018-06-01 17:33:19 -04:00
koverstreet
d7bfc55d23
Merge pull request #4 from modelrockettier/master
Add version command
2018-05-27 22:49:41 -04:00
Tim Schlueter
8418a9f367 Don't add commit id to version when building from a tag 2018-05-27 12:39:05 -07:00
Tim Schlueter
a5d94ce0a8 Added 'version' command to print when the bcachefs tool was built 2018-05-26 14:32:30 -07:00
Kent Overstreet
62e4df2a38 drop dead code 2018-05-17 07:24:39 -04:00
Kent Overstreet
426e88e41c Update bcachefs sources to f65603966f bcachefs: drop old includes 2018-05-17 07:24:37 -04:00
Kent Overstreet
84e8950cc7 Switch to liblz4 2018-05-17 02:45:49 -04:00
Kent Overstreet
75fe372fae update INSTALL 2018-05-17 02:36:19 -04:00