All of lore.kernel.org
 help / color / mirror / Atom feed
* CONFIG_REISERFS_RAW (http://www.namesys.com/config.html)
@ 2003-02-16 13:52 Marc-Christian Petersen
  2003-02-18 18:17 ` Joe Cooper
  0 siblings, 1 reply; 4+ messages in thread
From: Marc-Christian Petersen @ 2003-02-16 13:52 UTC (permalink / raw)
  To: reiserfs-list

Hi all,

can anyone tell me where I can find this code:


CONFIG_REISERFS_RAW
    Setting this to yes will enable a set of ioctls that provide raw
    interface to the ReiserFS tree, bypass the directories, and
    automatically remove aged files. This is an experimental feature
    designed for squid cache directories. See Documentation/filesystems/reiserfs_raw.txt
    This was designed specifically to use ReiserFS as a back-end for
    the Squid. The general idea is that it is possible to bypass all
    filesystem overhead and to directly address the ReiserFS internal
    tree. This is not in the stock kernels. 

?

Thanks.

ciao, Marc

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

* Re: CONFIG_REISERFS_RAW (http://www.namesys.com/config.html)
  2003-02-16 13:52 CONFIG_REISERFS_RAW (http://www.namesys.com/config.html) Marc-Christian Petersen
@ 2003-02-18 18:17 ` Joe Cooper
  2003-02-18 18:20   ` Joe Cooper
  2003-02-18 18:33   ` Hans Reiser
  0 siblings, 2 replies; 4+ messages in thread
From: Joe Cooper @ 2003-02-18 18:17 UTC (permalink / raw)
  To: Marc-Christian Petersen; +Cc: reiserfs-list

You don't want to use it...

But if you do:

http://swelltech.com/pengies/joe/squidng.html

This page has the last versions of both the Squid and ReiserFS that have 
this feature.  It hasn't been supported in over two years, and it wasn't 
a trivial set of patches even then...I doubt you'd have much hope of 
getting either working in recent versions of Squid or kernel without 
significant help from both projects (probably paid help--this is deep 
code, and a lot of work to integrate).  It was a pretty darned fast 
Squid, though.

Marc-Christian Petersen wrote:
> Hi all,
> 
> can anyone tell me where I can find this code:
> 
> 
> CONFIG_REISERFS_RAW
>     Setting this to yes will enable a set of ioctls that provide raw
>     interface to the ReiserFS tree, bypass the directories, and
>     automatically remove aged files. This is an experimental feature
>     designed for squid cache directories. See Documentation/filesystems/reiserfs_raw.txt
>     This was designed specifically to use ReiserFS as a back-end for
>     the Squid. The general idea is that it is possible to bypass all
>     filesystem overhead and to directly address the ReiserFS internal
>     tree. This is not in the stock kernels. 
> 
> ?
> 
> Thanks.
> 
> ciao, Marc


-- 
Joe Cooper <joe@swelltech.com>
Web caching appliances and support.
http://www.swelltech.com


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

* Re: CONFIG_REISERFS_RAW (http://www.namesys.com/config.html)
  2003-02-18 18:17 ` Joe Cooper
@ 2003-02-18 18:20   ` Joe Cooper
  2003-02-18 18:33   ` Hans Reiser
  1 sibling, 0 replies; 4+ messages in thread
From: Joe Cooper @ 2003-02-18 18:20 UTC (permalink / raw)
  To: reiserfs-list

Perhaps also worth mentioning...Reiser4 has a plug-in interface that 
would make this sort of work easier.  You'd still need to do significant 
work in Squid, but it is also easier in new Squids.  (The devel Squid 3 
branch is becoming C++, and has a more clean and modular storage 
interface than even current Squids.)

Joe Cooper wrote:
> You don't want to use it...
> 
> But if you do:
> 
> http://swelltech.com/pengies/joe/squidng.html
> 
> This page has the last versions of both the Squid and ReiserFS that have 
> this feature.  It hasn't been supported in over two years, and it wasn't 
> a trivial set of patches even then...I doubt you'd have much hope of 
> getting either working in recent versions of Squid or kernel without 
> significant help from both projects (probably paid help--this is deep 
> code, and a lot of work to integrate).  It was a pretty darned fast 
> Squid, though.
> 
> Marc-Christian Petersen wrote:
> 
>> Hi all,
>>
>> can anyone tell me where I can find this code:
>>
>>
>> CONFIG_REISERFS_RAW
>>     Setting this to yes will enable a set of ioctls that provide raw
>>     interface to the ReiserFS tree, bypass the directories, and
>>     automatically remove aged files. This is an experimental feature
>>     designed for squid cache directories. See 
>> Documentation/filesystems/reiserfs_raw.txt
>>     This was designed specifically to use ReiserFS as a back-end for
>>     the Squid. The general idea is that it is possible to bypass all
>>     filesystem overhead and to directly address the ReiserFS internal
>>     tree. This is not in the stock kernels.
>> ?
>>
>> Thanks.
>>
>> ciao, Marc
> 
> 
> 


-- 
Joe Cooper <joe@swelltech.com>
Web caching appliances and support.
http://www.swelltech.com


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

* Re: CONFIG_REISERFS_RAW (http://www.namesys.com/config.html)
  2003-02-18 18:17 ` Joe Cooper
  2003-02-18 18:20   ` Joe Cooper
@ 2003-02-18 18:33   ` Hans Reiser
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Reiser @ 2003-02-18 18:33 UTC (permalink / raw)
  To: Joe Cooper; +Cc: Marc-Christian Petersen, reiserfs-list

Joe Cooper wrote:

> You don't want to use it...
>
> But if you do:
>
> http://swelltech.com/pengies/joe/squidng.html
>
> This page has the last versions of both the Squid and ReiserFS that 
> have this feature.  It hasn't been supported in over two years, and it 
> wasn't a trivial set of patches even then...I doubt you'd have much 
> hope of getting either working in recent versions of Squid or kernel 
> without significant help from both projects (probably paid help--this 
> is deep code, and a lot of work to integrate).  It was a pretty darned 
> fast Squid, though.
>
> Marc-Christian Petersen wrote:
>
>> Hi all,
>>
>> can anyone tell me where I can find this code:
>>
>>
>> CONFIG_REISERFS_RAW
>>     Setting this to yes will enable a set of ioctls that provide raw
>>     interface to the ReiserFS tree, bypass the directories, and
>>     automatically remove aged files. This is an experimental feature
>>     designed for squid cache directories. See 
>> Documentation/filesystems/reiserfs_raw.txt
>>     This was designed specifically to use ReiserFS as a back-end for
>>     the Squid. The general idea is that it is possible to bypass all
>>     filesystem overhead and to directly address the ReiserFS internal
>>     tree. This is not in the stock kernels.
>> ?
>>
>> Thanks.
>>
>> ciao, Marc
>
>
>
The sponsor for the work did the usual dotcom number....

We would be happy to do more work if there was a sponsor....

-- 
Hans



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

end of thread, other threads:[~2003-02-18 18:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-16 13:52 CONFIG_REISERFS_RAW (http://www.namesys.com/config.html) Marc-Christian Petersen
2003-02-18 18:17 ` Joe Cooper
2003-02-18 18:20   ` Joe Cooper
2003-02-18 18:33   ` Hans Reiser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.