* Porting BTRFS to user space
@ 2015-04-07 1:28 인정식
2015-04-07 17:50 ` Austin S Hemmelgarn
0 siblings, 1 reply; 5+ messages in thread
From: 인정식 @ 2015-04-07 1:28 UTC (permalink / raw)
To: linux-btrfs@vger.kernel.org
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=euc-kr, Size: 714 bytes --]
Hello BTRFS developers,
I am requesting your opion.
I am planning to design and implement DFS version of BTRFS.
Roughly it will be done by
1. Extending current DeviceID to NodeID:DeviceID to support multi-node, and
2. Implementing inter-node data and meta-data access over TCP.
Do you think it would be feasible?
For development, I would like to port the kernel code to user space.
I could continue to run in user mode or be ported back to kernel space.
But I don't know how can I start to porting the kernel code to user space.
Is there anyone who can help?
Thanks,
Jeongsikÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±ý»k~ÏâØ^nr¡ö¦zË\x1aëh¨èÚ&£ûàz¿äz¹Þú+Ê+zf£¢·h§~Ûiÿÿïêÿêçz_è®\x0fæj:+v¨þ)ߣøm
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Porting BTRFS to user space
2015-04-07 1:28 Porting BTRFS to user space 인정식
@ 2015-04-07 17:50 ` Austin S Hemmelgarn
0 siblings, 0 replies; 5+ messages in thread
From: Austin S Hemmelgarn @ 2015-04-07 17:50 UTC (permalink / raw)
To: js7.in, linux-btrfs@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 1114 bytes --]
On 2015-04-06 21:28, 인정식 wrote:
> Hello BTRFS developers,
>
> I am requesting your opion.
>
> I am planning to design and implement DFS version of BTRFS.
> Roughly it will be done by
> 1. Extending current DeviceID to NodeID:DeviceID to support multi-node, and
> 2. Implementing inter-node data and meta-data access over TCP.
> Do you think it would be feasible?
>
> For development, I would like to port the kernel code to user space.
> I could continue to run in user mode or be ported back to kernel space.
> But I don't know how can I start to porting the kernel code to user space.
> Is there anyone who can help?
>
> Thanks,
> JeongsikN떑꿩�r툤y鉉싕b쾊Ф푤v�^�)頻{.n�+돴쪐{켷雹�)�鍊w*\x1fjgП�\x1e텎쉸듶줷/곴�z받뻿�2듷솳鈺�&�)傘첺뛴\x7f�\x1e췍쳺�h�\x0f�j:+v돣둾�明
>
Personally, my suggestion would be to start with a port to FUSE, and
then start implementing your modifications off of that. That said, much
of the code should already be available in userspace through libbtrfs,
which is packaged with btrfs-progs.
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 2967 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Porting BTRFS to user space
2015-04-07 23:57 인정식
@ 2015-04-08 11:37 ` Austin S Hemmelgarn
0 siblings, 0 replies; 5+ messages in thread
From: Austin S Hemmelgarn @ 2015-04-08 11:37 UTC (permalink / raw)
To: js7.in, linux-btrfs@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 1072 bytes --]
On 2015-04-07 19:57, 인정식 wrote:
> Thank you for the information.
> I just found that btrfs-progs includes several files that seem modified from btrfs kernel source.
> I am not sure exactly what they are.
> Web pages say libbtrfs is to provide interface for apps that use btrfs.
> Why should there be duplicated codes between kernel and user space?
> Is it an on-going effort to port whole btrfs to user space?
>
> Could you lead me to some more information about libbtrfs or how to port btrfs to user space?
>
> Thank you,
> Jeongsik
>
>
As far as I understand it, the intent is to allow things like btrfs
check and btrfs restore to still work even if the kernel doesn't have
btrfs support. From what I can tell, you are the first person to
actually be serious about getting BTRFS running in userspace, so there
probably isn't much BTRFS specific literature out there.
I would, however suggest looking at the FUSE drivers for ext4 and ZFS,
as those are both ported from kernel space, and should give some good
examples of where to start.
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 2967 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Porting BTRFS to user space
2015-04-08 12:27 ` Hugo Mills
@ 2015-04-08 13:13 ` Chris Samuel
2015-04-08 13:38 ` Stef Bon
0 siblings, 1 reply; 5+ messages in thread
From: Chris Samuel @ 2015-04-08 13:13 UTC (permalink / raw)
To: linux-btrfs@vger.kernel.org
On Wed, 8 Apr 2015 12:27:57 PM Hugo Mills wrote:
> (NFS, Ceph, Gluster certainly work this way. I would be surprised if
> any of the others out there at the moment didn't work like that).
GPFS has its own underlying filesystem format, you can upgrade the
format on the fly with mmchfs once all your GPFS nodes are at the
same minimum version.
Painful IBM URL follows:
http://www-01.ibm.com/support/knowledgecenter/#!/SSFKCN_4.1.0/com.ibm.cluster.gpfs.v4r1.gpfs100.doc/bl1adm_fsmigissues.htm
All the best,
Chris
--
Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Porting BTRFS to user space
2015-04-08 13:13 ` Chris Samuel
@ 2015-04-08 13:38 ` Stef Bon
0 siblings, 0 replies; 5+ messages in thread
From: Stef Bon @ 2015-04-08 13:38 UTC (permalink / raw)
To: Chris Samuel; +Cc: linux-btrfs@vger.kernel.org
Hi all,
maybe interesting to know,
I'm working on a backup service, which uses btrfs for making snapshots.
The user can assign a folder for backup very easy, and create "rules" per backup
of what to backup. Right now it works with assigning mimetypes to a backup:
the files ot these mimetypes will be watched and made a backup of.
To show the backup of a file and all the versions available it uses FUSE.
To keep track of the different versions sqlite is used.
I do not have a project page yet, but a message at the kde forum:
https://forum.kde.org/viewtopic.php?f=223&t=125124
and I'm planning to give a presentation at the openSuse meeting at Den
Hage in may.
This FUSE fs is totally different from what you're looking for, but
still maybe interesting.
Stef
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-04-08 13:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-07 1:28 Porting BTRFS to user space 인정식
2015-04-07 17:50 ` Austin S Hemmelgarn
-- strict thread matches above, loose matches on Subject: below --
2015-04-07 23:57 인정식
2015-04-08 11:37 ` Austin S Hemmelgarn
2015-04-08 12:03 인정식
2015-04-08 12:27 ` Hugo Mills
2015-04-08 13:13 ` Chris Samuel
2015-04-08 13:38 ` Stef Bon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).