public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* Btrfs TODO
@ 2009-04-09 16:24 Josef Bacik
  2009-04-09 16:34 ` Ray Van Dolson
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Josef Bacik @ 2009-04-09 16:24 UTC (permalink / raw)
  To: linux-btrfs

Hello,

Trying to put together a list of TODO items for btrfs so we can update the wiki
page fully.  So far these things are on the list

* Proper ENOSPC handling 
* O_DIRECT support (without checksumming) 
* AIO support 
* Subvolume quotas and inherited space usage information 
* Snapshot removal
* QA Suite for automated regression testing 
* Reserved space for online fsck and the ability to add storage so that a
* background extent allocation check can proceed 
* Additional ioctls to set per-inode attributes (nodatacow, nodatasum, etc)

So I think all of those are still true.  Things that I know are being worked on
are

* async block group cacheing - me
* locking changes - Chris
* backref stuff - Yan

Som other things off the top of my head are

* a better way to cache block groups in general, for this I was thinking of a
	bitmap or something like that per block group of free space
* space balancing.  this will likely need to wait on proper ENOSPC handling
* grub support :)

Thats all that I can think of atm.  Add things to the list if you think of them,
and hopefully we can update the wiki early next week.  Thanks,

Josef

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Btrfs TODO
  2009-04-09 16:24 Btrfs TODO Josef Bacik
@ 2009-04-09 16:34 ` Ray Van Dolson
  2009-04-09 18:30 ` Jeff Mahoney
  2009-04-10  6:42 ` Subrata Modak
  2 siblings, 0 replies; 8+ messages in thread
From: Ray Van Dolson @ 2009-04-09 16:34 UTC (permalink / raw)
  To: Josef Bacik; +Cc: linux-btrfs

On Thu, Apr 09, 2009 at 12:24:18PM -0400, Josef Bacik wrote:
> Hello,
> 
> Trying to put together a list of TODO items for btrfs so we can update the wiki
> page fully.  So far these things are on the list
> 
> * Proper ENOSPC handling 
> * O_DIRECT support (without checksumming) 
> * AIO support 
> * Subvolume quotas and inherited space usage information 
> * Snapshot removal
> * QA Suite for automated regression testing 
> * Reserved space for online fsck and the ability to add storage so that a
> * background extent allocation check can proceed 
> * Additional ioctls to set per-inode attributes (nodatacow, nodatasum, etc)
> 
> So I think all of those are still true.  Things that I know are being worked on
> are
> 
> * async block group cacheing - me
> * locking changes - Chris
> * backref stuff - Yan
> 
> Som other things off the top of my head are
> 
> * a better way to cache block groups in general, for this I was thinking of a
> 	bitmap or something like that per block group of free space
> * space balancing.  this will likely need to wait on proper ENOSPC handling
> * grub support :)
> 
> Thats all that I can think of atm.  Add things to the list if you think of them,
> and hopefully we can update the wiki early next week.  Thanks,

Long-term (post 1.0 release I assume):

* Block based deduplication (not file-based) :-)

Ray

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Btrfs TODO
  2009-04-09 16:24 Btrfs TODO Josef Bacik
  2009-04-09 16:34 ` Ray Van Dolson
@ 2009-04-09 18:30 ` Jeff Mahoney
  2009-04-09 18:35   ` Josef Bacik
  2009-04-10  6:42 ` Subrata Modak
  2 siblings, 1 reply; 8+ messages in thread
From: Jeff Mahoney @ 2009-04-09 18:30 UTC (permalink / raw)
  To: Josef Bacik; +Cc: linux-btrfs

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Josef Bacik wrote:
> Hello,
>
> Trying to put together a list of TODO items for btrfs so we can update
the wiki
> page fully.  So far these things are on the list
>
> * Proper ENOSPC handling
> * O_DIRECT support (without checksumming)
> * AIO support
> * Subvolume quotas and inherited space usage information
> * Snapshot removal
> * QA Suite for automated regression testing
> * Reserved space for online fsck and the ability to add storage so that a
> * background extent allocation check can proceed
> * Additional ioctls to set per-inode attributes (nodatacow, nodatasum,
etc)
>
> So I think all of those are still true.  Things that I know are being
worked on
> are
>
> * async block group cacheing - me
> * locking changes - Chris
> * backref stuff - Yan
>
> Som other things off the top of my head are
>
> * a better way to cache block groups in general, for this I was
thinking of a
> 	bitmap or something like that per block group of free space
> * space balancing.  this will likely need to wait on proper ENOSPC
handling
> * grub support :)

I'm doing some work in the area of more robust error handling. My patch
set is a little stale now but I'm going to spend some time this week
bringing it back to life.

- -Jeff

- --
Jeff Mahoney
SUSE Labs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iEUEARECAAYFAknePtAACgkQLPWxlyuTD7LNmQCeOU4VxDmHIaI/lzgMHqCho7Vi
uasAl1Iggk87F9YEj1g1KDir5boWsYI=
=H7Yx
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Btrfs TODO
  2009-04-09 18:30 ` Jeff Mahoney
@ 2009-04-09 18:35   ` Josef Bacik
  2009-04-09 20:23     ` jim owens
  0 siblings, 1 reply; 8+ messages in thread
From: Josef Bacik @ 2009-04-09 18:35 UTC (permalink / raw)
  To: Jeff Mahoney; +Cc: Josef Bacik, linux-btrfs

On Thu, Apr 09, 2009 at 02:30:40PM -0400, Jeff Mahoney wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Josef Bacik wrote:
> > Hello,
> >
> > Trying to put together a list of TODO items for btrfs so we can update
> the wiki
> > page fully.  So far these things are on the list
> >
> > * Proper ENOSPC handling
> > * O_DIRECT support (without checksumming)
> > * AIO support
> > * Subvolume quotas and inherited space usage information
> > * Snapshot removal
> > * QA Suite for automated regression testing
> > * Reserved space for online fsck and the ability to add storage so that a
> > * background extent allocation check can proceed
> > * Additional ioctls to set per-inode attributes (nodatacow, nodatasum,
> etc)
> >
> > So I think all of those are still true.  Things that I know are being
> worked on
> > are
> >
> > * async block group cacheing - me
> > * locking changes - Chris
> > * backref stuff - Yan
> >
> > Som other things off the top of my head are
> >
> > * a better way to cache block groups in general, for this I was
> thinking of a
> > 	bitmap or something like that per block group of free space
> > * space balancing.  this will likely need to wait on proper ENOSPC
> handling
> > * grub support :)
> 
> I'm doing some work in the area of more robust error handling. My patch
> set is a little stale now but I'm going to spend some time this week
> bringing it back to life.
>

Ahh yeah thats a good thing.  At some point I'd like to turn on all of the
"inject faults" crap and make sure we handle ENOMEM and such properly and such.
Thanks,

Josef 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Btrfs TODO
  2009-04-09 18:35   ` Josef Bacik
@ 2009-04-09 20:23     ` jim owens
  2009-04-10  5:53       ` Hisashi Hifumi
  0 siblings, 1 reply; 8+ messages in thread
From: jim owens @ 2009-04-09 20:23 UTC (permalink / raw)
  To: Josef Bacik; +Cc: linux-btrfs

I'm working on O_DIRECT support... but with checksumming.

I've also been looking at AIO but directio is first.

jim

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Btrfs TODO
  2009-04-09 20:23     ` jim owens
@ 2009-04-10  5:53       ` Hisashi Hifumi
  0 siblings, 0 replies; 8+ messages in thread
From: Hisashi Hifumi @ 2009-04-10  5:53 UTC (permalink / raw)
  To: jim owens, Josef Bacik; +Cc: linux-btrfs


At 05:23 09/04/10, jim owens wrote:
>I'm working on O_DIRECT support... but with checksumming.
>
>I've also been looking at AIO but directio is first.
>

Hi
I am interesting in and looking forward to your O_DIRECT code.
When are you going to send prototype or alpha version patch?


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Btrfs TODO
  2009-04-09 16:24 Btrfs TODO Josef Bacik
  2009-04-09 16:34 ` Ray Van Dolson
  2009-04-09 18:30 ` Jeff Mahoney
@ 2009-04-10  6:42 ` Subrata Modak
  2009-04-13 13:14   ` [LTP] " Subrata Modak
  2 siblings, 1 reply; 8+ messages in thread
From: Subrata Modak @ 2009-04-10  6:42 UTC (permalink / raw)
  To: Josef Bacik; +Cc: linux-btrfs, ltp-list

Hi Josef,

On Thu, 2009-04-09 at 12:24 -0400, Josef Bacik wrote:
> Hello,
> 
> Trying to put together a list of TODO items for btrfs so we can update the wiki
> page fully.  So far these things are on the list
> 
> * Proper ENOSPC handling 
> * O_DIRECT support (without checksumming) 
> * AIO support 
> * Subvolume quotas and inherited space usage information 
> * Snapshot removal
> * QA Suite for automated regression testing 

We at LTP would be interested in the above. Please let us know your
plans in doing Btrfs testing in any ways you do.

Regards--
Subrata

> * Reserved space for online fsck and the ability to add storage so that a
> * background extent allocation check can proceed 
> * Additional ioctls to set per-inode attributes (nodatacow, nodatasum, etc)
> 
> So I think all of those are still true.  Things that I know are being worked on
> are
> 
> * async block group cacheing - me
> * locking changes - Chris
> * backref stuff - Yan
> 
> Som other things off the top of my head are
> 
> * a better way to cache block groups in general, for this I was thinking of a
> 	bitmap or something like that per block group of free space
> * space balancing.  this will likely need to wait on proper ENOSPC handling
> * grub support :)
> 
> Thats all that I can think of atm.  Add things to the list if you think of them,
> and hopefully we can update the wiki early next week.  Thanks,
> 
> Josef
> --
> To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [LTP] Btrfs TODO
  2009-04-10  6:42 ` Subrata Modak
@ 2009-04-13 13:14   ` Subrata Modak
  0 siblings, 0 replies; 8+ messages in thread
From: Subrata Modak @ 2009-04-13 13:14 UTC (permalink / raw)
  To: Josef Bacik; +Cc: ltp-list, linux-btrfs

Hi Josef,

On Fri, 2009-04-10 at 12:12 +0530, Subrata Modak wrote:
> Hi Josef,
> 
> On Thu, 2009-04-09 at 12:24 -0400, Josef Bacik wrote:
> > Hello,
> > 
> > Trying to put together a list of TODO items for btrfs so we can update the wiki
> > page fully.  So far these things are on the list
> > 
> > * Proper ENOSPC handling 
> > * O_DIRECT support (without checksumming) 
> > * AIO support 
> > * Subvolume quotas and inherited space usage information 
> > * Snapshot removal
> > * QA Suite for automated regression testing 
> 
> We at LTP would be interested in the above. Please let us know your
> plans in doing Btrfs testing in any ways you do.
> 

Any thoughts for us ?

Regards--
Subrata

> Regards--
> Subrata
> 
> > * Reserved space for online fsck and the ability to add storage so that a
> > * background extent allocation check can proceed 
> > * Additional ioctls to set per-inode attributes (nodatacow, nodatasum, etc)
> > 
> > So I think all of those are still true.  Things that I know are being worked on
> > are
> > 
> > * async block group cacheing - me
> > * locking changes - Chris
> > * backref stuff - Yan
> > 
> > Som other things off the top of my head are
> > 
> > * a better way to cache block groups in general, for this I was thinking of a
> > 	bitmap or something like that per block group of free space
> > * space balancing.  this will likely need to wait on proper ENOSPC handling
> > * grub support :)
> > 
> > Thats all that I can think of atm.  Add things to the list if you think of them,
> > and hopefully we can update the wiki early next week.  Thanks,
> > 
> > Josef
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-04-13 13:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-09 16:24 Btrfs TODO Josef Bacik
2009-04-09 16:34 ` Ray Van Dolson
2009-04-09 18:30 ` Jeff Mahoney
2009-04-09 18:35   ` Josef Bacik
2009-04-09 20:23     ` jim owens
2009-04-10  5:53       ` Hisashi Hifumi
2009-04-10  6:42 ` Subrata Modak
2009-04-13 13:14   ` [LTP] " Subrata Modak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox