search for: btrfs_cmds

Displaying 9 results from an estimated 9 matches for "btrfs_cmds".

2011 Nov 07
2
[btrfs-progs: PATCH] scrub: fix build failure by restoring proper library ordering
From: Sergei Trofimovich <slyfox@gentoo.org> $ LDFLAGS=-static make gcc -lpthread -g -O0 -o btrfs btrfs.o btrfs_cmds.o scrub.o \ ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o root-tree.o dir-item.o file-item.o inode-item.o inode-map.o crc32c.o rbtree.o extent-cache.o extent_io.o volumes.o utils.o btrfs-list.o btrfslabel.o -static -luuid scrub.o: In function `scrub_write_progress'': /ho...
2010 Nov 16
2
[Btrfs-Progs] Update for lzo support
...ot;-c zlib" will fail, because that''s how getopt() works for optional arguments. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> --- The lzo patchset for kernel code can be found here: http://marc.info/?l=linux-btrfs&m=128799063215123&w=2 --- btrfs.c | 2 +- btrfs_cmds.c | 24 ++++++++++++++++++++---- ctree.h | 18 +++++++++++------- ioctl.h | 9 ++++++++- 4 files changed, 40 insertions(+), 13 deletions(-) diff --git a/btrfs.c b/btrfs.c index 46314cf..1b4f403 100644 --- a/btrfs.c +++ b/btrfs.c @@ -65,7 +65,7 @@ static struct Command commands[] =...
2010 Dec 11
1
[RFC] Improve btrfs subvolume find-new command
...is based on the great work of "Sean Reifschneider" who developed the "last-gen" command, winch unfortunately is not yet in the repo . Comments are welcome. G.Baroncelli btrfs-list.c | 245 ++++++++++++++++++++++++++++++++++++++++--------------- btrfs.c | 5 - btrfs_cmds.c | 84 ++++++++++++++++++- btrfs_cmds.h | 4 man/btrfs.8.in | 19 ++++ 5 files changed, 277 insertions(+), 80 deletions(-) diff --git a/btrfs-list.c b/btrfs-list.c index 93766a8..3905436 100644 --- a/btrfs-list.c +++ b/btrfs-list.c @@ -310,7 +310,7 @@ static int lookup_ino_path(int fd...
2011 Jul 07
5
[PATCH v1 0/2] Btrfs-progs: commands "resolve inode" and "resolve logical"
...m out and report bugs here. I''ll send an update to the manpages later. -Jan Jan Schmidt (2): btrfs-list: split list_subvols added ioctls and commands to resolve inodes and logical addresses btrfs-list.c | 139 ++++++++++++++++++++++++++++++++++------------ btrfs.c | 10 +++ btrfs_cmds.c | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ btrfs_cmds.h | 3 + ioctl.h | 29 ++++++++++ 5 files changed, 323 insertions(+), 35 deletions(-) -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message...
2011 Oct 10
2
can't snapshot
Good morning Btrfs list, I am trying to create a subvolume of a directory tree (approximately 1.1 million subvolumes under nfs1). The following error is thrown and without the wiki I don''t know what argument is needed. I am running kernel 3.1.0-rc4. [root@btrfs ~]# btrfs sub snapshot /btrfs/nfs1/ /btrfs/snaps/ Invalid arguments for subvolume snapshot [root@btrfs ~]# btrfs sub list
2010 Dec 05
1
[PATCH 4/5][REPOST][BTRFS-PROGS] Avoid to scan cdrom and floppy
...e switch ''--all-devices''. Below the patch, but it is possible to pull the changes from: http://cassiopea.homelinux.net/git/btrfs-progs-unstable.git branch device-checklist Comment are welcome. Regards G.Baroncelli btrfs.c | 10 +- btrfs.devices | 24 ++++++ btrfs_cmds.c | 39 +++++++++-- man/btrfs.8.in | 22 ++++-- utils.c | 196 +++++++++++++++++++++++++++++++++++++++++++++++++++- utils.h | 5 + 6 files changed, 279 insertions(+), 17 deletions(-) diff --git a/btrfs.c b/btrfs.c index 46314cf..d850e60 100644 --- a/btrfs.c +++ b/btrfs.c...
2011 Jul 18
5
[PATCH v3 0/5] btrfs-progs: scrub interface
...tches in the middle and built upon that. -Jan Jan Schmidt (5): btrfs-progs: commands added btrfs-progs: scrub ioctls btrfs-progs: added check_mounted_where btrfs-progs: scrub userland implementation btrfs-progs: scrub added to manpage Makefile | 4 +- btrfs.c | 23 + btrfs_cmds.c | 2 +- btrfs_cmds.h | 5 + ctree.h | 2 +- ioctl.h | 54 ++- man/btrfs.8.in | 64 +++- scrub.c | 1666 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ utils.c | 29 +- utils.h | 2 + 10 files changed, 1838 insertions(+), 13 deleti...
2012 Feb 29
15
[RFC] [PATCH] Add btrfs autosnap feature
From: anand jain <anand.jain@oracle.com> Anand Jain (1): [RFC] Add btrfs autosnap feature Makefile | 6 +- autosnap.c | 1553 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ autosnap.h | 81 +++ btrfs-list.c | 140 +++++- btrfs.c | 46 ++- btrfs_cmds.c | 186 +++++++- btrfs_cmds.h | 3 +- scrub.c | 1 + 8 files changed, 1982 insertions(+), 34 deletions(-) create mode 100644 autosnap.c create mode 100644 autosnap.h -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to major...
2011 Jul 19
6
[PATCH 0/6] Move the infor for the help/man page in the source
...the info for the help from the source. Update the makefile for generating the man page. Show the help messages from the info in the comment. Update the makefile for generating the help messages. Makefile | 28 +++ btrfs.c | 210 +++++++++++++++++++++++++ btrfs_cmds.c | 276 +++++++++++++++++++++++++++++++++ helpextract.c | 435 ++++++++++++++++++++++++++++++++++++++++++++++++++++ man/btrfs.8.in | 359 ------------------------------------------- man/btrfs.8.in.old | 359 +++++++++++++++++++++++++++++++++++++++++++ scrub.c | 79 +...