* reiser4 for 2.6.27-rc1 @ 2008-08-01 13:49 Ryan Hope 2008-08-01 16:25 ` Theodore Tso 0 siblings, 1 reply; 33+ messages in thread From: Ryan Hope @ 2008-08-01 13:49 UTC (permalink / raw) To: LKML Why is reiser4 still not in a vanilla kernel for testing. I have had to apply the reiser4 patches from -mm kernels to vanilla based patchset for over a year now. Reiser4 works fine, what will it take to get it included in vanilla? Here is a patch to add reiser4 to 2.6.27-rc1: http://zen-sources.org/files/reiser4-for-2.6.27-rc1.patch -Ryan ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-01 13:49 reiser4 for 2.6.27-rc1 Ryan Hope @ 2008-08-01 16:25 ` Theodore Tso 2008-08-01 16:34 ` Ryan Hope 2008-08-02 2:30 ` Alexey Dobriyan 0 siblings, 2 replies; 33+ messages in thread From: Theodore Tso @ 2008-08-01 16:25 UTC (permalink / raw) To: Ryan Hope; +Cc: LKML On Fri, Aug 01, 2008 at 09:49:55AM -0400, Ryan Hope wrote: > Why is reiser4 still not in a vanilla kernel for testing. I have had > to apply the reiser4 patches from -mm kernels to vanilla based > patchset for over a year now. Reiser4 works fine, what will it take to > get it included in vanilla? Here is a patch to add reiser4 to > 2.6.27-rc1: > > http://zen-sources.org/files/reiser4-for-2.6.27-rc1.patch The reasons laid out in these web pages haven't changed. http://kernelnewbies.org/WhyReiser4IsNotIn http://lkml.org/lkml/2006/7/28/180 http://www.gossamer-threads.com/lists/engine?do=post_view_flat;post=668645;page=1;sb=post_latest_reply;so=ASC;mh=25;list=linux Now that Hans is out of the picture, and Namesys seems to have collapsed, maybe someone can yank out the plugin architecture that Linus and others have objected to, which as near as I could tell was part of the Namesys's somewhat dodgy business plan of creating and selling (possibly proprietary; not sure what license they were going to be under) plugin modules for Reiser4 to make money. The other issue that was raised during the review were some locking issues raised by Al Viro, if memory serves correctly. I'm not sure if they were ever fixed; at least initially they were brushed aside by Hans. In the meantime, people who really like reiser4 might want to take a look at btrfs; it has a number of the same design ideas that reiser3/4 had --- except (a) the filesystem format has support for some advanced features that are designed to leapfrog ZFS, (b) the maintainer is not a crazy man and works well with other LKML developers (free hint: if your code needs to be reviewed to get in, and reviewers are scarce; don't insult and abuse the volunteer reviewers as Hans did --- Not a good plan!). - Ted ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-01 16:25 ` Theodore Tso @ 2008-08-01 16:34 ` Ryan Hope 2008-08-01 16:45 ` Theodore Tso 2008-08-02 2:30 ` Alexey Dobriyan 1 sibling, 1 reply; 33+ messages in thread From: Ryan Hope @ 2008-08-01 16:34 UTC (permalink / raw) To: Theodore Tso, Ryan Hope, LKML Hmmm, removing the plugin support might not be so hard.... I might have to try this... I am not impressed with btrfs yet. -Ryan On Fri, Aug 1, 2008 at 12:25 PM, Theodore Tso <tytso@mit.edu> wrote: > On Fri, Aug 01, 2008 at 09:49:55AM -0400, Ryan Hope wrote: >> Why is reiser4 still not in a vanilla kernel for testing. I have had >> to apply the reiser4 patches from -mm kernels to vanilla based >> patchset for over a year now. Reiser4 works fine, what will it take to >> get it included in vanilla? Here is a patch to add reiser4 to >> 2.6.27-rc1: >> >> http://zen-sources.org/files/reiser4-for-2.6.27-rc1.patch > > The reasons laid out in these web pages haven't changed. > > http://kernelnewbies.org/WhyReiser4IsNotIn > http://lkml.org/lkml/2006/7/28/180 > http://www.gossamer-threads.com/lists/engine?do=post_view_flat;post=668645;page=1;sb=post_latest_reply;so=ASC;mh=25;list=linux > > Now that Hans is out of the picture, and Namesys seems to have > collapsed, maybe someone can yank out the plugin architecture that > Linus and others have objected to, which as near as I could tell was > part of the Namesys's somewhat dodgy business plan of creating and > selling (possibly proprietary; not sure what license they were going > to be under) plugin modules for Reiser4 to make money. The other > issue that was raised during the review were some locking issues > raised by Al Viro, if memory serves correctly. I'm not sure if they > were ever fixed; at least initially they were brushed aside by Hans. > > In the meantime, people who really like reiser4 might want to take a > look at btrfs; it has a number of the same design ideas that reiser3/4 > had --- except (a) the filesystem format has support for some advanced > features that are designed to leapfrog ZFS, (b) the maintainer is not > a crazy man and works well with other LKML developers (free hint: if > your code needs to be reviewed to get in, and reviewers are scarce; > don't insult and abuse the volunteer reviewers as Hans did --- Not a > good plan!). > > - Ted > ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-01 16:34 ` Ryan Hope @ 2008-08-01 16:45 ` Theodore Tso 2008-08-01 18:15 ` Ric Wheeler 0 siblings, 1 reply; 33+ messages in thread From: Theodore Tso @ 2008-08-01 16:45 UTC (permalink / raw) To: Ryan Hope; +Cc: LKML On Fri, Aug 01, 2008 at 12:34:53PM -0400, Ryan Hope wrote: > Hmmm, removing the plugin support might not be so hard.... I might > have to try this... I am not impressed with btrfs yet. Well, if you're going to work on reiser4 (and I think there were other people who had also expressed interest/plans to work on it; you might try doing a search on the various mailing lists so you can coordinate with them and avoid duplicating work), my suggestion to you would be to find the comments that were made by the reviewers way back when, and make sure those comments have been addressed. Then, re-requests a code review, and promise that you won't abuse, and insult the integrity and impugn the motivations of the reviewers like Hans did, and hopefully after they review the code, fix those problems as well. Then you can try resubmitting for inclusion. Best regards, - Ted ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-01 16:45 ` Theodore Tso @ 2008-08-01 18:15 ` Ric Wheeler 2008-08-01 22:40 ` Edward Shishkin 0 siblings, 1 reply; 33+ messages in thread From: Ric Wheeler @ 2008-08-01 18:15 UTC (permalink / raw) To: Theodore Tso, Ryan Hope, LKML, edward.shishkin Theodore Tso wrote: > On Fri, Aug 01, 2008 at 12:34:53PM -0400, Ryan Hope wrote: > >> Hmmm, removing the plugin support might not be so hard.... I might >> have to try this... I am not impressed with btrfs yet. >> > > Well, if you're going to work on reiser4 (and I think there were other > people who had also expressed interest/plans to work on it; you might > try doing a search on the various mailing lists so you can coordinate > with them and avoid duplicating work), my suggestion to you would be > to find the comments that were made by the reviewers way back when, > and make sure those comments have been addressed. > > Then, re-requests a code review, and promise that you won't abuse, and > insult the integrity and impugn the motivations of the reviewers like > Hans did, and hopefully after they review the code, fix those problems > as well. Then you can try resubmitting for inclusion. > > Best regards, > > - Ted > My most up to date information is that Edward is still actively working on reiser4.... ric ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-01 18:15 ` Ric Wheeler @ 2008-08-01 22:40 ` Edward Shishkin 2008-08-02 15:47 ` Ryan Hope 0 siblings, 1 reply; 33+ messages in thread From: Edward Shishkin @ 2008-08-01 22:40 UTC (permalink / raw) To: Theodore Tso, Ryan Hope; +Cc: Ric Wheeler, LKML, Reiserfs mailing list Ric Wheeler wrote: > Theodore Tso wrote: >> On Fri, Aug 01, 2008 at 12:34:53PM -0400, Ryan Hope wrote: >> Hi, I am here :) Join our mailing list: http://vger.kernel.org/vger-lists.html#reiserfs-devel http://marc.info/?l=reiserfs-devel&r=1&w=2 There are many interesting tasks to resolve/investigate.. >>> Hmmm, removing the plugin support might not be so hard.... I might >>> have to try this... Please, don't try to do this. I am working on the plugin design document. It will be ready approximately in September. I believe that it'll address all the mentioned complaints. >>> I am not impressed with btrfs yet. >>> >> >> Well, if you're going to work on reiser4 (and I think there were other >> people who had also expressed interest/plans to work on it; you might >> try doing a search on the various mailing lists so you can coordinate >> with them and avoid duplicating work), my suggestion to you would be >> to find the comments that were made by the reviewers way back when, >> and make sure those comments have been addressed. >> >> Then, re-requests a code review, and promise that you won't abuse, and >> insult the integrity and impugn the motivations of the reviewers Well, Ted, I'll promise ;) We'll adhere strictly the propositional logic in the review thread.. Thanks, Edward. >> like >> Hans did, and hopefully after they review the code, fix those problems >> as well. Then you can try resubmitting for inclusion. >> >> Best regards, >> >> - Ted >> > > My most up to date information is that Edward is still actively > working on reiser4.... > > ric > > ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-01 22:40 ` Edward Shishkin @ 2008-08-02 15:47 ` Ryan Hope 2008-08-02 22:56 ` Edward Shishkin 0 siblings, 1 reply; 33+ messages in thread From: Ryan Hope @ 2008-08-02 15:47 UTC (permalink / raw) To: Edward Shishkin; +Cc: Theodore Tso, Ric Wheeler, LKML, Reiserfs mailing list Can you explain a little more what this "plugin design documentation" actually is and how it supposed to help? -Ryan On Fri, Aug 1, 2008 at 6:40 PM, Edward Shishkin <edward.shishkin@gmail.com> wrote: > Ric Wheeler wrote: >> Theodore Tso wrote: >>> On Fri, Aug 01, 2008 at 12:34:53PM -0400, Ryan Hope wrote: >>> > > Hi, I am here :) > Join our mailing list: > > http://vger.kernel.org/vger-lists.html#reiserfs-devel > http://marc.info/?l=reiserfs-devel&r=1&w=2 > > There are many interesting tasks to resolve/investigate.. > >>>> Hmmm, removing the plugin support might not be so hard.... I might >>>> have to try this... > > Please, don't try to do this. > > I am working on the plugin design document. It will be ready > approximately in September. I believe that it'll address all the > mentioned complaints. > >>>> I am not impressed with btrfs yet. >>>> >>> >>> Well, if you're going to work on reiser4 (and I think there were other >>> people who had also expressed interest/plans to work on it; you might >>> try doing a search on the various mailing lists so you can coordinate >>> with them and avoid duplicating work), my suggestion to you would be >>> to find the comments that were made by the reviewers way back when, >>> and make sure those comments have been addressed. >>> >>> Then, re-requests a code review, and promise that you won't abuse, and >>> insult the integrity and impugn the motivations of the reviewers > > Well, Ted, I'll promise ;) > We'll adhere strictly the propositional logic in the review thread.. > > Thanks, > Edward. > >>> like >>> Hans did, and hopefully after they review the code, fix those problems >>> as well. Then you can try resubmitting for inclusion. >>> >>> Best regards, >>> >>> - Ted >>> >> >> My most up to date information is that Edward is still actively >> working on reiser4.... >> >> ric >> >> > > > ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-02 15:47 ` Ryan Hope @ 2008-08-02 22:56 ` Edward Shishkin 2008-08-02 23:18 ` Ryan Hope 0 siblings, 1 reply; 33+ messages in thread From: Edward Shishkin @ 2008-08-02 22:56 UTC (permalink / raw) To: Ryan Hope; +Cc: Theodore Tso, Ric Wheeler, LKML, Reiserfs mailing list Ryan Hope wrote: > Can you explain a little more what this "plugin design documentation" > actually is and how it supposed to help? > -Ryan > > This document is to define plugins, etc primitives (like conversion of run-time objects) used in reiser4, and to describe all reiser4 interfaces, so that it will be clear that VFS functionality is not duplicated, there are not VFS layers inside reiser4, etc. (many items are devoted to interaction between VFS and reiser4). I am sorry, but these concepts (which are very central) have not been worked out carefully enough at the moment of this 3-year-old review: http://kerneltrap.org/node/5330 Edward. > On Fri, Aug 1, 2008 at 6:40 PM, Edward Shishkin > <edward.shishkin@gmail.com> wrote: > >> Ric Wheeler wrote: >> >>> Theodore Tso wrote: >>> >>>> On Fri, Aug 01, 2008 at 12:34:53PM -0400, Ryan Hope wrote: >>>> >>>> >> Hi, I am here :) >> Join our mailing list: >> >> http://vger.kernel.org/vger-lists.html#reiserfs-devel >> http://marc.info/?l=reiserfs-devel&r=1&w=2 >> >> There are many interesting tasks to resolve/investigate.. >> >> >>>>> Hmmm, removing the plugin support might not be so hard.... I might >>>>> have to try this... >>>>> >> Please, don't try to do this. >> >> I am working on the plugin design document. It will be ready >> approximately in September. I believe that it'll address all the >> mentioned complaints. >> >> >>>>> I am not impressed with btrfs yet. >>>>> >>>>> >>>> Well, if you're going to work on reiser4 (and I think there were other >>>> people who had also expressed interest/plans to work on it; you might >>>> try doing a search on the various mailing lists so you can coordinate >>>> with them and avoid duplicating work), my suggestion to you would be >>>> to find the comments that were made by the reviewers way back when, >>>> and make sure those comments have been addressed. >>>> >>>> Then, re-requests a code review, and promise that you won't abuse, and >>>> insult the integrity and impugn the motivations of the reviewers >>>> >> Well, Ted, I'll promise ;) >> We'll adhere strictly the propositional logic in the review thread.. >> >> Thanks, >> Edward. >> >> >>>> like >>>> Hans did, and hopefully after they review the code, fix those problems >>>> as well. Then you can try resubmitting for inclusion. >>>> >>>> Best regards, >>>> >>>> - Ted >>>> >>>> >>> My most up to date information is that Edward is still actively >>> working on reiser4.... >>> >>> ric >>> >>> >>> >> >> > > ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-02 22:56 ` Edward Shishkin @ 2008-08-02 23:18 ` Ryan Hope 2008-08-04 11:11 ` Edward Shishkin 0 siblings, 1 reply; 33+ messages in thread From: Ryan Hope @ 2008-08-02 23:18 UTC (permalink / raw) To: Edward Shishkin; +Cc: Theodore Tso, Ric Wheeler, LKML, Reiserfs mailing list So the purpose of that "plugins" document is just to "defend" the present state of the reiser4 code? On Sat, Aug 2, 2008 at 6:56 PM, Edward Shishkin <edward.shishkin@gmail.com> wrote: > Ryan Hope wrote: >> Can you explain a little more what this "plugin design documentation" >> actually is and how it supposed to help? >> -Ryan >> >> > > This document is to define plugins, etc primitives (like conversion > of run-time objects) used in reiser4, and to describe all reiser4 > interfaces, so that it will be clear that VFS functionality is not > duplicated, there are not VFS layers inside reiser4, etc. (many items > are devoted to interaction between VFS and reiser4). > I am sorry, but these concepts (which are very central) have not been > worked out carefully enough at the moment of this 3-year-old review: > http://kerneltrap.org/node/5330 > > Edward. > >> On Fri, Aug 1, 2008 at 6:40 PM, Edward Shishkin >> <edward.shishkin@gmail.com> wrote: >> >>> Ric Wheeler wrote: >>> >>>> Theodore Tso wrote: >>>> >>>>> On Fri, Aug 01, 2008 at 12:34:53PM -0400, Ryan Hope wrote: >>>>> >>>>> >>> Hi, I am here :) >>> Join our mailing list: >>> >>> http://vger.kernel.org/vger-lists.html#reiserfs-devel >>> http://marc.info/?l=reiserfs-devel&r=1&w=2 >>> >>> There are many interesting tasks to resolve/investigate.. >>> >>> >>>>>> Hmmm, removing the plugin support might not be so hard.... I might >>>>>> have to try this... >>>>>> >>> Please, don't try to do this. >>> >>> I am working on the plugin design document. It will be ready >>> approximately in September. I believe that it'll address all the >>> mentioned complaints. >>> >>> >>>>>> I am not impressed with btrfs yet. >>>>>> >>>>>> >>>>> Well, if you're going to work on reiser4 (and I think there were other >>>>> people who had also expressed interest/plans to work on it; you might >>>>> try doing a search on the various mailing lists so you can coordinate >>>>> with them and avoid duplicating work), my suggestion to you would be >>>>> to find the comments that were made by the reviewers way back when, >>>>> and make sure those comments have been addressed. >>>>> >>>>> Then, re-requests a code review, and promise that you won't abuse, and >>>>> insult the integrity and impugn the motivations of the reviewers >>>>> >>> Well, Ted, I'll promise ;) >>> We'll adhere strictly the propositional logic in the review thread.. >>> >>> Thanks, >>> Edward. >>> >>> >>>>> like >>>>> Hans did, and hopefully after they review the code, fix those problems >>>>> as well. Then you can try resubmitting for inclusion. >>>>> >>>>> Best regards, >>>>> >>>>> - Ted >>>>> >>>>> >>>> My most up to date information is that Edward is still actively >>>> working on reiser4.... >>>> >>>> ric >>>> >>>> >>>> >>> >>> >> >> > > ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-02 23:18 ` Ryan Hope @ 2008-08-04 11:11 ` Edward Shishkin 2008-08-04 11:18 ` Dushan Tcholich 0 siblings, 1 reply; 33+ messages in thread From: Edward Shishkin @ 2008-08-04 11:11 UTC (permalink / raw) To: Ryan Hope; +Cc: Theodore Tso, Ric Wheeler, LKML, Reiserfs mailing list Ryan Hope wrote: > So the purpose of that "plugins" document is just to "defend" the > present state of the reiser4 code? > Yes. In particular. Plugins stuff is a way of data storage optimization and its removing definitely would be a mistake. What can arise here again is complaints about "layering violation". However, addressing them doesn't necessarily mean removing the whole plugin stuff. I hope that this document will help such discussions to be more constructive. Thanks, Edward. > On Sat, Aug 2, 2008 at 6:56 PM, Edward Shishkin > <edward.shishkin@gmail.com> wrote: > >> Ryan Hope wrote: >> >>> Can you explain a little more what this "plugin design documentation" >>> actually is and how it supposed to help? >>> -Ryan >>> >>> >>> >> This document is to define plugins, etc primitives (like conversion >> of run-time objects) used in reiser4, and to describe all reiser4 >> interfaces, so that it will be clear that VFS functionality is not >> duplicated, there are not VFS layers inside reiser4, etc. (many items >> are devoted to interaction between VFS and reiser4). >> I am sorry, but these concepts (which are very central) have not been >> worked out carefully enough at the moment of this 3-year-old review: >> http://kerneltrap.org/node/5330 >> >> Edward. >> >> >>> On Fri, Aug 1, 2008 at 6:40 PM, Edward Shishkin >>> <edward.shishkin@gmail.com> wrote: >>> >>> >>>> Ric Wheeler wrote: >>>> >>>> >>>>> Theodore Tso wrote: >>>>> >>>>> >>>>>> On Fri, Aug 01, 2008 at 12:34:53PM -0400, Ryan Hope wrote: >>>>>> >>>>>> >>>>>> >>>> Hi, I am here :) >>>> Join our mailing list: >>>> >>>> http://vger.kernel.org/vger-lists.html#reiserfs-devel >>>> http://marc.info/?l=reiserfs-devel&r=1&w=2 >>>> >>>> There are many interesting tasks to resolve/investigate.. >>>> >>>> >>>> >>>>>>> Hmmm, removing the plugin support might not be so hard.... I might >>>>>>> have to try this... >>>>>>> >>>>>>> >>>> Please, don't try to do this. >>>> >>>> I am working on the plugin design document. It will be ready >>>> approximately in September. I believe that it'll address all the >>>> mentioned complaints. >>>> >>>> >>>> >>>>>>> I am not impressed with btrfs yet. >>>>>>> >>>>>>> >>>>>>> >>>>>> Well, if you're going to work on reiser4 (and I think there were other >>>>>> people who had also expressed interest/plans to work on it; you might >>>>>> try doing a search on the various mailing lists so you can coordinate >>>>>> with them and avoid duplicating work), my suggestion to you would be >>>>>> to find the comments that were made by the reviewers way back when, >>>>>> and make sure those comments have been addressed. >>>>>> >>>>>> Then, re-requests a code review, and promise that you won't abuse, and >>>>>> insult the integrity and impugn the motivations of the reviewers >>>>>> >>>>>> >>>> Well, Ted, I'll promise ;) >>>> We'll adhere strictly the propositional logic in the review thread.. >>>> >>>> Thanks, >>>> Edward. >>>> >>>> >>>> >>>>>> like >>>>>> Hans did, and hopefully after they review the code, fix those problems >>>>>> as well. Then you can try resubmitting for inclusion. >>>>>> >>>>>> Best regards, >>>>>> >>>>>> - Ted >>>>>> >>>>>> >>>>>> >>>>> My most up to date information is that Edward is still actively >>>>> working on reiser4.... >>>>> >>>>> ric >>>>> >>>>> >>>>> >>>>> >>>> >>> >> > > ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-04 11:11 ` Edward Shishkin @ 2008-08-04 11:18 ` Dushan Tcholich 2008-08-04 11:34 ` Dushan Tcholich 0 siblings, 1 reply; 33+ messages in thread From: Dushan Tcholich @ 2008-08-04 11:18 UTC (permalink / raw) To: Edward Shishkin Cc: Ryan Hope, Theodore Tso, Ric Wheeler, LKML, Reiserfs mailing list Well as I remember akpm and hch both said that these "plugins" are just a way of modular programing, and not layering violation, but I just can't find those mails now, there were a lot of them. On Mon, Aug 4, 2008 at 1:11 PM, Edward Shishkin <edward.shishkin@gmail.com> wrote: > Ryan Hope wrote: >> So the purpose of that "plugins" document is just to "defend" the >> present state of the reiser4 code? >> > > Yes. In particular. > > Plugins stuff is a way of data storage optimization and its > removing definitely would be a mistake. What can arise here > again is complaints about "layering violation". However, > addressing them doesn't necessarily mean removing the whole > plugin stuff. I hope that this document will help such discussions > to be more constructive. > > Thanks, > Edward. > >> On Sat, Aug 2, 2008 at 6:56 PM, Edward Shishkin >> <edward.shishkin@gmail.com> wrote: >> >>> Ryan Hope wrote: >>> >>>> Can you explain a little more what this "plugin design documentation" >>>> actually is and how it supposed to help? >>>> -Ryan >>>> >>>> >>>> >>> This document is to define plugins, etc primitives (like conversion >>> of run-time objects) used in reiser4, and to describe all reiser4 >>> interfaces, so that it will be clear that VFS functionality is not >>> duplicated, there are not VFS layers inside reiser4, etc. (many items >>> are devoted to interaction between VFS and reiser4). >>> I am sorry, but these concepts (which are very central) have not been >>> worked out carefully enough at the moment of this 3-year-old review: >>> http://kerneltrap.org/node/5330 >>> >>> Edward. >>> >>> >>>> On Fri, Aug 1, 2008 at 6:40 PM, Edward Shishkin >>>> <edward.shishkin@gmail.com> wrote: >>>> >>>> >>>>> Ric Wheeler wrote: >>>>> >>>>> >>>>>> Theodore Tso wrote: >>>>>> >>>>>> >>>>>>> On Fri, Aug 01, 2008 at 12:34:53PM -0400, Ryan Hope wrote: >>>>>>> >>>>>>> >>>>>>> >>>>> Hi, I am here :) >>>>> Join our mailing list: >>>>> >>>>> http://vger.kernel.org/vger-lists.html#reiserfs-devel >>>>> http://marc.info/?l=reiserfs-devel&r=1&w=2 >>>>> >>>>> There are many interesting tasks to resolve/investigate.. >>>>> >>>>> >>>>> >>>>>>>> Hmmm, removing the plugin support might not be so hard.... I might >>>>>>>> have to try this... >>>>>>>> >>>>>>>> >>>>> Please, don't try to do this. >>>>> >>>>> I am working on the plugin design document. It will be ready >>>>> approximately in September. I believe that it'll address all the >>>>> mentioned complaints. >>>>> >>>>> >>>>> >>>>>>>> I am not impressed with btrfs yet. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> Well, if you're going to work on reiser4 (and I think there were other >>>>>>> people who had also expressed interest/plans to work on it; you might >>>>>>> try doing a search on the various mailing lists so you can coordinate >>>>>>> with them and avoid duplicating work), my suggestion to you would be >>>>>>> to find the comments that were made by the reviewers way back when, >>>>>>> and make sure those comments have been addressed. >>>>>>> >>>>>>> Then, re-requests a code review, and promise that you won't abuse, and >>>>>>> insult the integrity and impugn the motivations of the reviewers >>>>>>> >>>>>>> >>>>> Well, Ted, I'll promise ;) >>>>> We'll adhere strictly the propositional logic in the review thread.. >>>>> >>>>> Thanks, >>>>> Edward. >>>>> >>>>> >>>>> >>>>>>> like >>>>>>> Hans did, and hopefully after they review the code, fix those problems >>>>>>> as well. Then you can try resubmitting for inclusion. >>>>>>> >>>>>>> Best regards, >>>>>>> >>>>>>> - Ted >>>>>>> >>>>>>> >>>>>>> >>>>>> My most up to date information is that Edward is still actively >>>>>> working on reiser4.... >>>>>> >>>>>> ric >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>> >>> >> >> > > -- > To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" 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] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-04 11:18 ` Dushan Tcholich @ 2008-08-04 11:34 ` Dushan Tcholich 0 siblings, 0 replies; 33+ messages in thread From: Dushan Tcholich @ 2008-08-04 11:34 UTC (permalink / raw) To: Edward Shishkin Cc: Ryan Hope, Theodore Tso, Ric Wheeler, LKML, Reiserfs mailing list Found it :) akpm: "The plugins appear to be wildly misnamed - they're just an internal abstraction layer which permits later feature additions to be added in a clean and safe manner. Certainly not worth all this fuss." http://marc.info/?l=linux-kernel&m=115442117418736&w=2 hch: "That because the real plugins are long gone. It's just that neither the complainers nor the fanboys in this thread ever read the code or generally had any clue of their own." http://marc.info/?l=linux-kernel&m=115443267908751&w=2 Hope this is of some help. Bye Dushan On Mon, Aug 4, 2008 at 1:18 PM, Dushan Tcholich <dusanc@gmail.com> wrote: > Well as I remember akpm and hch both said that these "plugins" are > just a way of modular programing, and not layering violation, but I > just can't find those mails now, there were a lot of them. > > > On Mon, Aug 4, 2008 at 1:11 PM, Edward Shishkin > <edward.shishkin@gmail.com> wrote: >> Ryan Hope wrote: >>> So the purpose of that "plugins" document is just to "defend" the >>> present state of the reiser4 code? >>> >> >> Yes. In particular. >> >> Plugins stuff is a way of data storage optimization and its >> removing definitely would be a mistake. What can arise here >> again is complaints about "layering violation". However, >> addressing them doesn't necessarily mean removing the whole >> plugin stuff. I hope that this document will help such discussions >> to be more constructive. >> >> Thanks, >> Edward. >> >>> On Sat, Aug 2, 2008 at 6:56 PM, Edward Shishkin >>> <edward.shishkin@gmail.com> wrote: >>> >>>> Ryan Hope wrote: >>>> >>>>> Can you explain a little more what this "plugin design documentation" >>>>> actually is and how it supposed to help? >>>>> -Ryan >>>>> >>>>> >>>>> >>>> This document is to define plugins, etc primitives (like conversion >>>> of run-time objects) used in reiser4, and to describe all reiser4 >>>> interfaces, so that it will be clear that VFS functionality is not >>>> duplicated, there are not VFS layers inside reiser4, etc. (many items >>>> are devoted to interaction between VFS and reiser4). >>>> I am sorry, but these concepts (which are very central) have not been >>>> worked out carefully enough at the moment of this 3-year-old review: >>>> http://kerneltrap.org/node/5330 >>>> >>>> Edward. >>>> >>>> >>>>> On Fri, Aug 1, 2008 at 6:40 PM, Edward Shishkin >>>>> <edward.shishkin@gmail.com> wrote: >>>>> >>>>> >>>>>> Ric Wheeler wrote: >>>>>> >>>>>> >>>>>>> Theodore Tso wrote: >>>>>>> >>>>>>> >>>>>>>> On Fri, Aug 01, 2008 at 12:34:53PM -0400, Ryan Hope wrote: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>> Hi, I am here :) >>>>>> Join our mailing list: >>>>>> >>>>>> http://vger.kernel.org/vger-lists.html#reiserfs-devel >>>>>> http://marc.info/?l=reiserfs-devel&r=1&w=2 >>>>>> >>>>>> There are many interesting tasks to resolve/investigate.. >>>>>> >>>>>> >>>>>> >>>>>>>>> Hmmm, removing the plugin support might not be so hard.... I might >>>>>>>>> have to try this... >>>>>>>>> >>>>>>>>> >>>>>> Please, don't try to do this. >>>>>> >>>>>> I am working on the plugin design document. It will be ready >>>>>> approximately in September. I believe that it'll address all the >>>>>> mentioned complaints. >>>>>> >>>>>> >>>>>> >>>>>>>>> I am not impressed with btrfs yet. >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> Well, if you're going to work on reiser4 (and I think there were other >>>>>>>> people who had also expressed interest/plans to work on it; you might >>>>>>>> try doing a search on the various mailing lists so you can coordinate >>>>>>>> with them and avoid duplicating work), my suggestion to you would be >>>>>>>> to find the comments that were made by the reviewers way back when, >>>>>>>> and make sure those comments have been addressed. >>>>>>>> >>>>>>>> Then, re-requests a code review, and promise that you won't abuse, and >>>>>>>> insult the integrity and impugn the motivations of the reviewers >>>>>>>> >>>>>>>> >>>>>> Well, Ted, I'll promise ;) >>>>>> We'll adhere strictly the propositional logic in the review thread.. >>>>>> >>>>>> Thanks, >>>>>> Edward. >>>>>> >>>>>> >>>>>> >>>>>>>> like >>>>>>>> Hans did, and hopefully after they review the code, fix those problems >>>>>>>> as well. Then you can try resubmitting for inclusion. >>>>>>>> >>>>>>>> Best regards, >>>>>>>> >>>>>>>> - Ted >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> My most up to date information is that Edward is still actively >>>>>>> working on reiser4.... >>>>>>> >>>>>>> ric >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>> >>>> >>> >>> >> >> -- >> To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" 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] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-01 16:25 ` Theodore Tso 2008-08-01 16:34 ` Ryan Hope @ 2008-08-02 2:30 ` Alexey Dobriyan 1 sibling, 0 replies; 33+ messages in thread From: Alexey Dobriyan @ 2008-08-02 2:30 UTC (permalink / raw) To: Theodore Tso, Ryan Hope; +Cc: linux-kernel On Fri, Aug 01, 2008 at 12:25:48PM -0400, Theodore Tso wrote: > On Fri, Aug 01, 2008 at 09:49:55AM -0400, Ryan Hope wrote: > > Why is reiser4 still not in a vanilla kernel for testing. I have had > > to apply the reiser4 patches from -mm kernels to vanilla based > > patchset for over a year now. Reiser4 works fine, what will it take to > > get it included in vanilla? Here is a patch to add reiser4 to > > 2.6.27-rc1: > > > > http://zen-sources.org/files/reiser4-for-2.6.27-rc1.patch > > The reasons laid out in these web pages haven't changed. > > http://kernelnewbies.org/WhyReiser4IsNotIn > http://lkml.org/lkml/2006/7/28/180 > http://www.gossamer-threads.com/lists/engine?do=post_view_flat;post=668645;page=1;sb=post_latest_reply;so=ASC;mh=25;list=linux > > Now that Hans is out of the picture, and Namesys seems to have > collapsed, maybe someone can yank out the plugin architecture that > Linus and others have objected to, which as near as I could tell was > part of the Namesys's somewhat dodgy business plan of creating and > selling (possibly proprietary; not sure what license they were going > to be under) plugin modules for Reiser4 to make money. The other > issue that was raised during the review were some locking issues > raised by Al Viro, if memory serves correctly. I'm not sure if they > were ever fixed; "That because the real plugins are long gone. It's just that neither the complainers nor the fanboys in this thread ever read the code or generally had any clue of their own." --hch, 1 Aug 2006 ^ permalink raw reply [flat|nested] 33+ messages in thread
* reiser4 for 2.6.27-rc1
@ 2008-08-04 12:26 Tim Tassonis
2008-08-13 12:58 ` Pavel Machek
0 siblings, 1 reply; 33+ messages in thread
From: Tim Tassonis @ 2008-08-04 12:26 UTC (permalink / raw)
To: LKML
> Why is reiser4 still not in a vanilla kernel for testing. I have had
> to apply the reiser4 patches from -mm kernels to vanilla based
> patchset for over a year now. Reiser4 works fine, what will it take to
> get it included in vanilla? Here is a patch to add reiser4 to
> 2.6.27-rc1:
>
> http://zen-sources.org/files/reiser4-for-2.6.27-rc1.patch
>
> -Ryan
A good thing for a start would be to rename the whole thing to something
else, for obvious reasons.
Tim
^ permalink raw reply [flat|nested] 33+ messages in thread* Re: reiser4 for 2.6.27-rc1 2008-08-04 12:26 Tim Tassonis @ 2008-08-13 12:58 ` Pavel Machek 2008-08-13 13:18 ` Adrian Bunk 0 siblings, 1 reply; 33+ messages in thread From: Pavel Machek @ 2008-08-13 12:58 UTC (permalink / raw) To: Tim Tassonis; +Cc: LKML On Mon 2008-08-04 14:26:21, Tim Tassonis wrote: > >Why is reiser4 still not in a vanilla kernel for > >testing. I have had > >to apply the reiser4 patches from -mm kernels to > >vanilla based > >patchset for over a year now. Reiser4 works fine, what > >will it take to > >get it included in vanilla? Here is a patch to add > >reiser4 to > >2.6.27-rc1: > > > >http://zen-sources.org/files/reiser4-for-2.6.27-rc1.patch > > > >-Ryan > > A good thing for a start would be to rename the whole > thing to something else, for obvious reasons. Whats wrong with reiser4 name? Pavel (or am I feeding a troll?) -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 12:58 ` Pavel Machek @ 2008-08-13 13:18 ` Adrian Bunk 2008-08-13 13:24 ` Michael Krufky 2008-08-13 13:56 ` Andi Kleen 0 siblings, 2 replies; 33+ messages in thread From: Adrian Bunk @ 2008-08-13 13:18 UTC (permalink / raw) To: Pavel Machek; +Cc: Tim Tassonis, LKML On Wed, Aug 13, 2008 at 02:58:08PM +0200, Pavel Machek wrote: > On Mon 2008-08-04 14:26:21, Tim Tassonis wrote: > > >Why is reiser4 still not in a vanilla kernel for > > >testing. I have had > > >to apply the reiser4 patches from -mm kernels to > > >vanilla based > > >patchset for over a year now. Reiser4 works fine, what > > >will it take to > > >get it included in vanilla? Here is a patch to add > > >reiser4 to > > >2.6.27-rc1: > > > > > >http://zen-sources.org/files/reiser4-for-2.6.27-rc1.patch > > > > > >-Ryan > > > > A good thing for a start would be to rename the whole > > thing to something else, for obvious reasons. > > Whats wrong with reiser4 name? > > Pavel > (or am I feeding a troll?) Not wanting a new filesystem named after a convicted murderer is not a trollish suggestion. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 13:18 ` Adrian Bunk @ 2008-08-13 13:24 ` Michael Krufky 2008-08-13 13:34 ` Adrian Bunk 2008-08-13 13:37 ` Tim Tassonis 2008-08-13 13:56 ` Andi Kleen 1 sibling, 2 replies; 33+ messages in thread From: Michael Krufky @ 2008-08-13 13:24 UTC (permalink / raw) To: Adrian Bunk; +Cc: Pavel Machek, Tim Tassonis, LKML On Wed, Aug 13, 2008 at 9:18 AM, Adrian Bunk <bunk@kernel.org> wrote: > On Wed, Aug 13, 2008 at 02:58:08PM +0200, Pavel Machek wrote: >> On Mon 2008-08-04 14:26:21, Tim Tassonis wrote: >> > >Why is reiser4 still not in a vanilla kernel for >> > >testing. I have had >> > >to apply the reiser4 patches from -mm kernels to >> > >vanilla based >> > >patchset for over a year now. Reiser4 works fine, what >> > >will it take to >> > >get it included in vanilla? Here is a patch to add >> > >reiser4 to >> > >2.6.27-rc1: >> > > >> > >http://zen-sources.org/files/reiser4-for-2.6.27-rc1.patch >> > > >> > >-Ryan >> > >> > A good thing for a start would be to rename the whole >> > thing to something else, for obvious reasons. >> >> Whats wrong with reiser4 name? >> >> Pavel >> (or am I feeding a troll?) > > Not wanting a new filesystem named after a convicted murderer is not > a trollish suggestion. Regardless of the murder conviction, I still believe that the guy should get credit for his work. Reiserfs is a name that we all know of, regardless of how current we are with the news (although you'd have to be PRETTY far behind if you don't know about the crime) The current reiserfs filesystems aren't being renamed -- are they?? Does it really hurt to keep his name there? I think it should just go as-is. -Mike ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 13:24 ` Michael Krufky @ 2008-08-13 13:34 ` Adrian Bunk 2008-08-13 13:30 ` Alan Cox ` (2 more replies) 2008-08-13 13:37 ` Tim Tassonis 1 sibling, 3 replies; 33+ messages in thread From: Adrian Bunk @ 2008-08-13 13:34 UTC (permalink / raw) To: Michael Krufky; +Cc: Pavel Machek, Tim Tassonis, LKML On Wed, Aug 13, 2008 at 09:24:58AM -0400, Michael Krufky wrote: > On Wed, Aug 13, 2008 at 9:18 AM, Adrian Bunk <bunk@kernel.org> wrote: > > On Wed, Aug 13, 2008 at 02:58:08PM +0200, Pavel Machek wrote: > >> On Mon 2008-08-04 14:26:21, Tim Tassonis wrote: > >> > >Why is reiser4 still not in a vanilla kernel for > >> > >testing. I have had > >> > >to apply the reiser4 patches from -mm kernels to > >> > >vanilla based > >> > >patchset for over a year now. Reiser4 works fine, what > >> > >will it take to > >> > >get it included in vanilla? Here is a patch to add > >> > >reiser4 to > >> > >2.6.27-rc1: > >> > > > >> > >http://zen-sources.org/files/reiser4-for-2.6.27-rc1.patch > >> > > > >> > >-Ryan > >> > > >> > A good thing for a start would be to rename the whole > >> > thing to something else, for obvious reasons. > >> > >> Whats wrong with reiser4 name? > >> > >> Pavel > >> (or am I feeding a troll?) > > > > Not wanting a new filesystem named after a convicted murderer is not > > a trollish suggestion. > > Regardless of the murder conviction, I still believe that the guy > should get credit for his work. Other filesystems are usually not named after people, e.g. ext2 is not named cardfs2 and jffs2 is not named woodhousefs. > Reiserfs is a name that we all know of, regardless of how current we > are with the news (although you'd have to be PRETTY far behind if you > don't know about the crime) > > The current reiserfs filesystems aren't being renamed -- are they?? > > Does it really hurt to keep his name there? I think it should just go as-is. You can agree or disagree with Tim, but it's not a trollish suggestion. > -Mike cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 13:34 ` Adrian Bunk @ 2008-08-13 13:30 ` Alan Cox 2008-08-13 13:46 ` Michael Krufky 2008-08-13 23:04 ` Jeremy Fitzhardinge 2 siblings, 0 replies; 33+ messages in thread From: Alan Cox @ 2008-08-13 13:30 UTC (permalink / raw) To: Adrian Bunk; +Cc: Michael Krufky, Pavel Machek, Tim Tassonis, LKML > > Regardless of the murder conviction, I still believe that the guy > > should get credit for his work. > > Other filesystems are usually not named after people, e.g. ext2 is not > named cardfs2 and jffs2 is not named woodhousefs. Up to the author really isn't it. And dwmw2fs would be hard to pronounce. > > Does it really hurt to keep his name there? I think it should just go as-is. > > You can agree or disagree with Tim, but it's not a trollish suggestion. Not however a sensible one - Hans Reiser is the architect of reiser4 regardless of what else he may be. Changing a label doesn't change that fact. Alan ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 13:34 ` Adrian Bunk 2008-08-13 13:30 ` Alan Cox @ 2008-08-13 13:46 ` Michael Krufky 2008-08-13 14:50 ` Frans Meulenbroeks 2008-08-13 23:04 ` Jeremy Fitzhardinge 2 siblings, 1 reply; 33+ messages in thread From: Michael Krufky @ 2008-08-13 13:46 UTC (permalink / raw) To: Adrian Bunk; +Cc: Pavel Machek, Tim Tassonis, LKML Adrian Bunk wrote: > On Wed, Aug 13, 2008 at 09:24:58AM -0400, Michael Krufky wrote: > >> On Wed, Aug 13, 2008 at 9:18 AM, Adrian Bunk <bunk@kernel.org> wrote: >> >>> On Wed, Aug 13, 2008 at 02:58:08PM +0200, Pavel Machek wrote: >>> >>>> On Mon 2008-08-04 14:26:21, Tim Tassonis wrote: >>>> >>>>>> Why is reiser4 still not in a vanilla kernel for >>>>>> testing. I have had >>>>>> to apply the reiser4 patches from -mm kernels to >>>>>> vanilla based >>>>>> patchset for over a year now. Reiser4 works fine, what >>>>>> will it take to >>>>>> get it included in vanilla? Here is a patch to add >>>>>> reiser4 to >>>>>> 2.6.27-rc1: >>>>>> >>>>>> http://zen-sources.org/files/reiser4-for-2.6.27-rc1.patch >>>>>> >>>>>> -Ryan >>>>>> >>>>> A good thing for a start would be to rename the whole >>>>> thing to something else, for obvious reasons. >>>>> >>>> Whats wrong with reiser4 name? >>>> >>>> Pavel >>>> (or am I feeding a troll?) >>>> >>> Not wanting a new filesystem named after a convicted murderer is not >>> a trollish suggestion. >>> >> Regardless of the murder conviction, I still believe that the guy >> should get credit for his work. >> > > Other filesystems are usually not named after people, e.g. ext2 is not > named cardfs2 and jffs2 is not named woodhousefs. > > >> Reiserfs is a name that we all know of, regardless of how current we >> are with the news (although you'd have to be PRETTY far behind if you >> don't know about the crime) >> >> The current reiserfs filesystems aren't being renamed -- are they?? >> >> Does it really hurt to keep his name there? I think it should just go as-is. >> > > You can agree or disagree with Tim, but it's not a trollish suggestion. I agree -- it is not a trollish suggestion. I just wanted to express my opinion. I dont feel strongly either way, but since it was his work I felt that his naming should stand. Meanwhile, it's obvious that nobody will agree with that point. If we're going to change the name, why not add some sick humor and call it MurderFS? That will really leave a mark on people. :-P -Mike ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 13:46 ` Michael Krufky @ 2008-08-13 14:50 ` Frans Meulenbroeks 0 siblings, 0 replies; 33+ messages in thread From: Frans Meulenbroeks @ 2008-08-13 14:50 UTC (permalink / raw) To: Michael Krufky; +Cc: Adrian Bunk, Pavel Machek, Tim Tassonis, LKML > If we're going to change the name, why not add some sick humor and call > it MurderFS? That will really leave a mark on people. :-P I'd rather have a killerfs :-) ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 13:34 ` Adrian Bunk 2008-08-13 13:30 ` Alan Cox 2008-08-13 13:46 ` Michael Krufky @ 2008-08-13 23:04 ` Jeremy Fitzhardinge 2008-08-25 20:09 ` Bill Davidsen 2 siblings, 1 reply; 33+ messages in thread From: Jeremy Fitzhardinge @ 2008-08-13 23:04 UTC (permalink / raw) To: Adrian Bunk; +Cc: Michael Krufky, Pavel Machek, Tim Tassonis, LKML Adrian Bunk wrote: > Other filesystems are usually not named after people, e.g. ext2 is not > named cardfs2 and jffs2 is not named woodhousefs. > Bring back xiafs! J ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 23:04 ` Jeremy Fitzhardinge @ 2008-08-25 20:09 ` Bill Davidsen 0 siblings, 0 replies; 33+ messages in thread From: Bill Davidsen @ 2008-08-25 20:09 UTC (permalink / raw) To: Jeremy Fitzhardinge Cc: Adrian Bunk, Michael Krufky, Pavel Machek, Tim Tassonis, LKML Jeremy Fitzhardinge wrote: > Adrian Bunk wrote: >> Other filesystems are usually not named after people, e.g. ext2 is not >> named cardfs2 and jffs2 is not named woodhousefs. >> > > Bring back xiafs! > I believe that Linus said he would include it if someone brought it up to date. Back when it was dropped because no one maintained it. -- Bill Davidsen <davidsen@tmr.com> "We have more to fear from the bungling of the incompetent than from the machinations of the wicked." - from Slashdot ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 13:24 ` Michael Krufky 2008-08-13 13:34 ` Adrian Bunk @ 2008-08-13 13:37 ` Tim Tassonis 2008-08-13 13:36 ` Alan Cox 1 sibling, 1 reply; 33+ messages in thread From: Tim Tassonis @ 2008-08-13 13:37 UTC (permalink / raw) To: Michael Krufky; +Cc: Adrian Bunk, Pavel Machek, LKML Michael Krufky wrote: > On Wed, Aug 13, 2008 at 9:18 AM, Adrian Bunk <bunk@kernel.org> wrote: >> On Wed, Aug 13, 2008 at 02:58:08PM +0200, Pavel Machek wrote: >>> On Mon 2008-08-04 14:26:21, Tim Tassonis wrote: >>>>> Why is reiser4 still not in a vanilla kernel for >>>>> testing. I have had >>>>> to apply the reiser4 patches from -mm kernels to >>>>> vanilla based >>>>> patchset for over a year now. Reiser4 works fine, what >>>>> will it take to >>>>> get it included in vanilla? Here is a patch to add >>>>> reiser4 to >>>>> 2.6.27-rc1: >>>>> >>>>> http://zen-sources.org/files/reiser4-for-2.6.27-rc1.patch >>>>> >>>>> -Ryan >>>> A good thing for a start would be to rename the whole >>>> thing to something else, for obvious reasons. >>> Whats wrong with reiser4 name? >>> >>> Pavel >>> (or am I feeding a troll?) >> Not wanting a new filesystem named after a convicted murderer is not >> a trollish suggestion. > > > Regardless of the murder conviction, I still believe that the guy > should get credit for his work. > > Reiserfs is a name that we all know of, regardless of how current we > are with the news (although you'd have to be PRETTY far behind if you > don't know about the crime) > > The current reiserfs filesystems aren't being renamed -- are they?? > > Does it really hurt to keep his name there? I think it should just go as-is. Well, in my opinion, there is little point in renaming reiserfs 3 now, as it is basically obsolete anyway and I suppose will disappear over time. As reiser4 is not yet in and would need some rework before inclusion anyway, the name could be fixed easily and I do think it would be a bit irritating to just completely ignore real-world issues. As for giving credit, I wasn't advocating in removing authorship attribution (that's what giving credit means to me), but calling the filesystem after himself was always a bit egocentric anyway. We don't have t'sofs, engelfs, molnarsched and stuff like that. And yes, I think Hans lost his right to decide over the name because of what he has done. That is no disrespect for his work, only for him as person in general, and I do strongly disrespect him as a person. Tim > > -Mike ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 13:37 ` Tim Tassonis @ 2008-08-13 13:36 ` Alan Cox 2008-08-13 14:00 ` Tim Tassonis 2008-08-25 20:04 ` Bill Davidsen 0 siblings, 2 replies; 33+ messages in thread From: Alan Cox @ 2008-08-13 13:36 UTC (permalink / raw) To: timtas; +Cc: Michael Krufky, Adrian Bunk, Pavel Machek, LKML > And yes, I think Hans lost his right to decide over the name because of > what he has done. That is no disrespect for his work, only for him as > person in general, and I do strongly disrespect him as a person. So should ever reissue of a work by Gary Glitter have the name removed from the cover, every opera by Wagner have the name removed for his attitudes ? History is a one way street, and you might as well have the fs known the way it is so that people remember "reiser oh wasn't he the guy who.." - unless you are trying to market the fs I guess. Alan ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 13:36 ` Alan Cox @ 2008-08-13 14:00 ` Tim Tassonis 2008-08-13 14:59 ` Ryan Hope 2008-08-25 20:04 ` Bill Davidsen 1 sibling, 1 reply; 33+ messages in thread From: Tim Tassonis @ 2008-08-13 14:00 UTC (permalink / raw) To: Alan Cox; +Cc: Michael Krufky, Adrian Bunk, Pavel Machek, LKML Alan Cox wrote: >> And yes, I think Hans lost his right to decide over the name because of >> what he has done. That is no disrespect for his work, only for him as >> person in general, and I do strongly disrespect him as a person. > > So should ever reissue of a work by Gary Glitter have the name removed > from the cover, every opera by Wagner have the name removed for his > attitudes ? > > History is a one way street, and you might as well have the fs known the > way it is so that people remember "reiser oh wasn't he the guy who.." - > unless you are trying to market the fs I guess. > > Alan Well I think I said, I wouldn't be in favour of renaming reiser3, also for above reasons (although I didn't mention them). I am in favour of renaming reiser4 exactly because it is not yet in and naming a filesystem after its author is not as automatic as putting the name of the singer on a record sleeve. And I do give a dog's turd about what Hans might think about this. It won't be my decision, anyway.... Tim ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 14:00 ` Tim Tassonis @ 2008-08-13 14:59 ` Ryan Hope 2008-08-13 15:24 ` Tim Tassonis 0 siblings, 1 reply; 33+ messages in thread From: Ryan Hope @ 2008-08-13 14:59 UTC (permalink / raw) To: timtas; +Cc: Alan Cox, Michael Krufky, Adrian Bunk, Pavel Machek, LKML On Wed, Aug 13, 2008 at 10:00 AM, Tim Tassonis <timtas@cubic.ch> wrote: > I am in favour of renaming reiser4 exactly because it is not yet in and > naming a filesystem after its author is not as automatic as putting the name > of the singer on a record sleeve. There is no point in renaming the filesystem, its already known as reiser4, it should stay that way. -Ryan ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 14:59 ` Ryan Hope @ 2008-08-13 15:24 ` Tim Tassonis 2008-08-13 16:18 ` Jeff Chua 2008-08-13 16:30 ` Ryan Hope 0 siblings, 2 replies; 33+ messages in thread From: Tim Tassonis @ 2008-08-13 15:24 UTC (permalink / raw) To: Ryan Hope; +Cc: Alan Cox, Michael Krufky, Adrian Bunk, Pavel Machek, LKML Ryan Hope wrote: > On Wed, Aug 13, 2008 at 10:00 AM, Tim Tassonis <timtas@cubic.ch> wrote: >> I am in favour of renaming reiser4 exactly because it is not yet in and >> naming a filesystem after its author is not as automatic as putting the name >> of the singer on a record sleeve. > > There is no point in renaming the filesystem, its already known as > reiser4, it should stay that way. One last (batch of) comment(s): I am not advocating renaming the existing -mm implementation to something else so it can rot there under a different name. I can very well live with reiser4 not making it into mainline, I never used reiser3 (only once for two, and after a power outage rendered the fs unusable and fsck did fsck all, I chose reliability over "performance") and am quite happy with ext3 for years and btrfs looks promising, too. I was merely thinking: If reiser4 really is all that great and some people want it desperately in mainline, apart from fixing outstanding issues or convincing Al etc there are none left, they might rename it to reduce the controversy potential over its inclusion. I would think that for people desperately wanting it in, the features of reiser4 are more important than the name and the name is probably somewhat "difficult". Renaming something for political reasons is certainly something you shouldn't do aggressively, but I would favour it in this case: - For mainline, it's no rename, as it is not in yet. - I don't like having the author's name as the fs's name anyway. - It might save some unnecessary bad press . On the other hand, I guess the real victims probably don't care and so it wouldn't bother me that much either. Tim ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 15:24 ` Tim Tassonis @ 2008-08-13 16:18 ` Jeff Chua 2008-08-13 16:30 ` Ryan Hope 1 sibling, 0 replies; 33+ messages in thread From: Jeff Chua @ 2008-08-13 16:18 UTC (permalink / raw) To: timtas; +Cc: Ryan Hope, Alan Cox, Michael Krufky, Adrian Bunk, Pavel Machek, LKML On Wed, Aug 13, 2008 at 11:24 PM, Tim Tassonis <timtas@cubic.ch> wrote: > I can very well live with reiser4 not making it into mainline, I never used > reiser3 (only once for two, and after a power outage rendered the fs > unusable and fsck did fsck all, I chose reliability over "performance") and > am quite happy with ext3 for years and btrfs looks promising, too. I'm one who think reiser3 is great, and can't wait to see reiser4 in the mainstream, so please don't just assume reiserfs is obsolete. It's very much usable and very stable. So, if you don't use it, please don't comment negatively on. And I am who is very appreciative of Hans's contribution to Linux giving it a great journaling filesystem to start with. Reiser4 may have tangent off track and annoyed many smart developers, but please give it a chance to make Linux even better. Thanks, Jeff. ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 15:24 ` Tim Tassonis 2008-08-13 16:18 ` Jeff Chua @ 2008-08-13 16:30 ` Ryan Hope 1 sibling, 0 replies; 33+ messages in thread From: Ryan Hope @ 2008-08-13 16:30 UTC (permalink / raw) To: timtas; +Cc: Alan Cox, Michael Krufky, Adrian Bunk, Pavel Machek, LKML the name of a filesystem should have no bearing on whether or not people want to include it in mainline, people should not use its name as an argument against including it On Wed, Aug 13, 2008 at 11:24 AM, Tim Tassonis <timtas@cubic.ch> wrote: > Ryan Hope wrote: >> >> On Wed, Aug 13, 2008 at 10:00 AM, Tim Tassonis <timtas@cubic.ch> wrote: >>> >>> I am in favour of renaming reiser4 exactly because it is not yet in and >>> naming a filesystem after its author is not as automatic as putting the >>> name >>> of the singer on a record sleeve. >> >> There is no point in renaming the filesystem, its already known as >> reiser4, it should stay that way. > > One last (batch of) comment(s): > > I am not advocating renaming the existing -mm implementation to something > else so it can rot there under a different name. > > I can very well live with reiser4 not making it into mainline, I never used > reiser3 (only once for two, and after a power outage rendered the fs > unusable and fsck did fsck all, I chose reliability over "performance") and > am quite happy with ext3 for years and btrfs looks promising, too. > > I was merely thinking: If reiser4 really is all that great and some people > want it desperately in mainline, apart from fixing outstanding issues or > convincing Al etc there are none left, they might rename it to reduce the > controversy potential over its inclusion. I would think that for people > desperately wanting it in, the features of reiser4 are more important than > the name and the name is probably somewhat "difficult". > > Renaming something for political reasons is certainly something you > shouldn't do aggressively, but I would favour it in this case: > - For mainline, it's no rename, as it is not in yet. > - I don't like having the author's name as the fs's name anyway. > - It might save some unnecessary bad press . > > On the other hand, I guess the real victims probably don't care and so it > wouldn't bother me that much either. > > Tim > > ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 13:36 ` Alan Cox 2008-08-13 14:00 ` Tim Tassonis @ 2008-08-25 20:04 ` Bill Davidsen 1 sibling, 0 replies; 33+ messages in thread From: Bill Davidsen @ 2008-08-25 20:04 UTC (permalink / raw) To: linux-kernel Alan Cox wrote: >> And yes, I think Hans lost his right to decide over the name because of >> what he has done. That is no disrespect for his work, only for him as >> person in general, and I do strongly disrespect him as a person. > > So should ever reissue of a work by Gary Glitter have the name removed > from the cover, every opera by Wagner have the name removed for his > attitudes ? > > History is a one way street, and you might as well have the fs known the > way it is so that people remember "reiser oh wasn't he the guy who.." - > unless you are trying to market the fs I guess. > A one way street indeed, I see no reason to rename the f/s since the association will remain. People who follow Linux will know anyway, and I doubt most people will remember one more guy who killed his wife during a nasty divorce. Sad to say there's a lot of that around. -- Bill Davidsen <davidsen@tmr.com> "We have more to fear from the bungling of the incompetent than from the machinations of the wicked." - from Slashdot ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 13:18 ` Adrian Bunk 2008-08-13 13:24 ` Michael Krufky @ 2008-08-13 13:56 ` Andi Kleen 2008-08-13 14:02 ` Tim Tassonis 1 sibling, 1 reply; 33+ messages in thread From: Andi Kleen @ 2008-08-13 13:56 UTC (permalink / raw) To: Adrian Bunk; +Cc: Pavel Machek, Tim Tassonis, LKML Adrian Bunk <bunk@kernel.org> writes: > is not a trollish suggestion. If trollish is defined as "likely to create an endless thread that will do absolutely nothing to bring Linux forward" then it was definitely trollish. -Andi ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: reiser4 for 2.6.27-rc1 2008-08-13 13:56 ` Andi Kleen @ 2008-08-13 14:02 ` Tim Tassonis 0 siblings, 0 replies; 33+ messages in thread From: Tim Tassonis @ 2008-08-13 14:02 UTC (permalink / raw) To: Andi Kleen; +Cc: Adrian Bunk, Pavel Machek, LKML Andi Kleen wrote: > Adrian Bunk <bunk@kernel.org> writes: > >> is not a trollish suggestion. > > If trollish is defined as "likely to create an endless thread > that will do absolutely nothing to bring Linux forward" then it > was definitely trollish. Ok, I will refrain from further commenting on this and apologize for starting this discussion. Tim > > -Andi ^ permalink raw reply [flat|nested] 33+ messages in thread
end of thread, other threads:[~2008-08-25 19:59 UTC | newest] Thread overview: 33+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-08-01 13:49 reiser4 for 2.6.27-rc1 Ryan Hope 2008-08-01 16:25 ` Theodore Tso 2008-08-01 16:34 ` Ryan Hope 2008-08-01 16:45 ` Theodore Tso 2008-08-01 18:15 ` Ric Wheeler 2008-08-01 22:40 ` Edward Shishkin 2008-08-02 15:47 ` Ryan Hope 2008-08-02 22:56 ` Edward Shishkin 2008-08-02 23:18 ` Ryan Hope 2008-08-04 11:11 ` Edward Shishkin 2008-08-04 11:18 ` Dushan Tcholich 2008-08-04 11:34 ` Dushan Tcholich 2008-08-02 2:30 ` Alexey Dobriyan -- strict thread matches above, loose matches on Subject: below -- 2008-08-04 12:26 Tim Tassonis 2008-08-13 12:58 ` Pavel Machek 2008-08-13 13:18 ` Adrian Bunk 2008-08-13 13:24 ` Michael Krufky 2008-08-13 13:34 ` Adrian Bunk 2008-08-13 13:30 ` Alan Cox 2008-08-13 13:46 ` Michael Krufky 2008-08-13 14:50 ` Frans Meulenbroeks 2008-08-13 23:04 ` Jeremy Fitzhardinge 2008-08-25 20:09 ` Bill Davidsen 2008-08-13 13:37 ` Tim Tassonis 2008-08-13 13:36 ` Alan Cox 2008-08-13 14:00 ` Tim Tassonis 2008-08-13 14:59 ` Ryan Hope 2008-08-13 15:24 ` Tim Tassonis 2008-08-13 16:18 ` Jeff Chua 2008-08-13 16:30 ` Ryan Hope 2008-08-25 20:04 ` Bill Davidsen 2008-08-13 13:56 ` Andi Kleen 2008-08-13 14:02 ` Tim Tassonis
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox