<?xml version="1.0" encoding="gbk"?>
			<?xml-stylesheet type="text/css" href="http://space.doit.com.cn/css/rss.css"?>
			<rss version="2.0">
			  <channel>
			    <title>存储小作坊</title>
			    <link>http://space.doit.com.cn/?uid-45811</link>
			    <description>存储学徒的小作坊</description>
			    <copyright>Copyright(C) 存储小作坊</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Thu, 08 Jan 2009 16:47:22 GMT</lastBuildDate><item>
								<title>A Main idea of WBEM ( 2 )</title>
								<link>http://space.doit.com.cn/?uid-45811-action-viewspace-itemid-2364</link>
								<description><![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>4, Register your provider to the CIM server</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="...]]></description>
								<category>blog</category>
								<author>ietf</author>
								<pubDate>Thu, 28 Jun 2007 13:15:04 GMT</pubDate>
							</item>
							<item>
								<title>A Main idea of WBEM ( 1)</title>
								<link>http://space.doit.com.cn/?uid-45811-action-viewspace-itemid-2361</link>
								<description><![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman">Web-Based Enterprise Management(WBEM) is a Distributed management Task Force(DMTF) standard based on the Common Information Model(CIM).WBEM allows...]]></description>
								<category>blog</category>
								<author>ietf</author>
								<pubDate>Thu, 28 Jun 2007 12:58:15 GMT</pubDate>
							</item>
							<item>
								<title>块设备驱动程序实现</title>
								<link>http://space.doit.com.cn/?uid-45811-action-viewspace-itemid-2346</link>
								<description><![CDATA[<P>块设备驱动程序实现</P>
<P>从虚拟文件系统，文件系统，逻辑卷一路顺流而下，一直来到了硬盘块设备驱动程序。从上层看下层，总是被系统的实现搬弄得云遮雾障，不明所以，因此，干吗不干脆从底层开始慢慢往上爬。</P>
<P>OK,让我们就从块设备的驱动程序开始吧。</P>
...]]></description>
								<category>blog</category>
								<author>ietf</author>
								<pubDate>Tue, 26 Jun 2007 20:29:22 GMT</pubDate>
							</item>
							<item>
								<title>vmware + kgdb + linux2.6.15内核调试配置</title>
								<link>http://space.doit.com.cn/?uid-45811-action-viewspace-itemid-2213</link>
								<description><![CDATA[<P>vmware + kgdb + linux2.6.15内核调试配置</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><FONT color=#660099>===================================================<?xml:namespace prefix = o ...]]></description>
								<category>blog</category>
								<author>ietf</author>
								<pubDate>Fri, 01 Jun 2007 21:41:50 GMT</pubDate>
							</item>
							<item>
								<title>Linux Security Module的注册过程分析(2)</title>
								<link>http://space.doit.com.cn/?uid-45811-action-viewspace-itemid-2103</link>
								<description><![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-tab-count: 1">&nbsp;<FONT color=#000066>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT></SPAN><FONT color=#000066>int (*msg_queue_msgctl) ...]]></description>
								<category>blog</category>
								<author>ietf</author>
								<pubDate>Tue, 29 May 2007 16:11:07 GMT</pubDate>
							</item>
							<item>
								<title>Linux Security Module的注册过程分析(1)</title>
								<link>http://space.doit.com.cn/?uid-45811-action-viewspace-itemid-2102</link>
								<description><![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN lang=EN-US><FONT face="Times New Roman">Linux Security Module</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Rom...]]></description>
								<category>blog</category>
								<author>ietf</author>
								<pubDate>Tue, 29 May 2007 16:00:09 GMT</pubDate>
							</item>
							<item>
								<title>selinux幽灵</title>
								<link>http://space.doit.com.cn/?uid-45811-action-viewspace-itemid-2096</link>
								<description><![CDATA[<P>Security-Enhanced Linux（SELinux），这在linux2.6的内核中，是你不得不关注的对象。无论是文件系统还是网络接口，到处都能不经意的瞥到它幽灵般的身影。其钩子的实现方式严重的影响着对内核的正常阅读，为此，很有必要把这个幽灵就出来使之大白于天下。</P>
<P><FON...]]></description>
								<category>blog</category>
								<author>ietf</author>
								<pubDate>Mon, 28 May 2007 21:14:23 GMT</pubDate>
							</item>
							<item>
								<title>文件系统挂载过程浅析（2）</title>
								<link>http://space.doit.com.cn/?uid-45811-action-viewspace-itemid-2093</link>
								<description><![CDATA[<P>完成了文件系统的加载，自然就免不了对其中的文件目录进行一番大刀阔斧的修修剪剪，然后再温柔的过河拆桥，卸载文件系统。</P>
<P>5、卸载文件系统</P>
<P>5.1 sys_oldumount</P>
<P>为了和旧版的兼容，给出了sys_oldumount的接口，在实际的实现里它是不带flag参数得...]]></description>
								<category>blog</category>
								<author>ietf</author>
								<pubDate>Mon, 28 May 2007 13:01:07 GMT</pubDate>
							</item>
							<item>
								<title>Linux虚拟文件系统概述(4)</title>
								<link>http://space.doit.com.cn/?uid-45811-action-viewspace-itemid-2080</link>
								<description><![CDATA[<P>四、inode对象</P>
<P>inode是文件系统中的对象元素。</P>
<P>1、inode_operations结构</P>
<P>该结构描述了VFS如何操作文件系统中的inode。在2.6.20中定义如下：</P>
<P>struct inode_operations {<BR>&nbsp;int (*create) (struct inode *,struct dentry *,int, ...]]></description>
								<category>blog</category>
								<author>ietf</author>
								<pubDate>Fri, 25 May 2007 21:02:42 GMT</pubDate>
							</item>
							<item>
								<title>文件系统挂载过程浅析（1）</title>
								<link>http://space.doit.com.cn/?uid-45811-action-viewspace-itemid-2063</link>
								<description><![CDATA[<P>===================================================<BR>作者：ietf AT doit.com.cn<BR>源文件来自于glibc-2.1.2，Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. 和 linux kernel 2.6.20<BR>请在GNU Library General Public License下参考。<BR>引...]]></description>
								<category>blog</category>
								<author>ietf</author>
								<pubDate>Thu, 24 May 2007 17:20:08 GMT</pubDate>
							</item>
							<item>
								<title>解读filesystem.c</title>
								<link>http://space.doit.com.cn/?uid-45811-action-viewspace-itemid-2059</link>
								<description><![CDATA[<P>===================================================<BR>作者：ietf AT doit.com.cn<BR>filesystem.c源文件来自于linux kernel 2.6.20<BR>引用请注明出处。<BR>===================================================</P>
<P>Linux VFS在挂载点通过mount和umount挂载...]]></description>
								<category>blog</category>
								<author>ietf</author>
								<pubDate>Wed, 23 May 2007 16:25:36 GMT</pubDate>
							</item>
							<item>
								<title>Linux虚拟文件系统概述(3)</title>
								<link>http://space.doit.com.cn/?uid-45811-action-viewspace-itemid-2058</link>
								<description><![CDATA[<P>三、Superblock对象</P>
<P>一个Superblock对象代表了一个挂载的文件系统。</P>
<P>1、super_operations结构</P>
<P>该结构描述了VFS操作文件系统的方式。在2.6.20内核中，其在include/linux/fs.h定义如下：</P>
<P>struct super_operations {<BR>&nbsp;&nbsp; &nb...]]></description>
								<category>blog</category>
								<author>ietf</author>
								<pubDate>Wed, 23 May 2007 14:09:07 GMT</pubDate>
							</item>
							<item>
								<title>Linux虚拟文件系统概述(2)</title>
								<link>http://space.doit.com.cn/?uid-45811-action-viewspace-itemid-2057</link>
								<description><![CDATA[<P>二、注册和加载文件系统</P>
<P>注册和注销一个文件系统时，使用下面的API：</P>
<P>&nbsp;&nbsp; #include &lt;linux/fs.h&gt;</P>
<P>&nbsp;&nbsp; extern int register_filesystem(struct file_system_type *);<BR>&nbsp;&nbsp; extern int unregister_filesyste...]]></description>
								<category>blog</category>
								<author>ietf</author>
								<pubDate>Wed, 23 May 2007 12:31:49 GMT</pubDate>
							</item>
							<item>
								<title>Linux虚拟文件系统概述(1)</title>
								<link>http://space.doit.com.cn/?uid-45811-action-viewspace-itemid-2045</link>
								<description><![CDATA[<P>Linux虚拟文件系统概述<BR>原作者：Richard Gooch &lt;<A href="mailto:rgooch@atnf.csiro.au">rgooch@atnf.csiro.au</A>&gt;<BR>最新更新时间：2005年十月28日<BR>版权所有者：<BR>Copyright (C) 1999 Richard Gooch<BR>Copyright (C) 2005 Pekka Enberg</P>
<P>文件...]]></description>
								<category>blog</category>
								<author>ietf</author>
								<pubDate>Mon, 21 May 2007 20:19:31 GMT</pubDate>
							</item>
							<item>
								<title>在VmWare Workstation中编译Linux 2.6.20内核</title>
								<link>http://space.doit.com.cn/?uid-45811-action-viewspace-itemid-1998</link>
								<description><![CDATA[<P>--编译通过，两天的时间啊！！</P>
<P>--编译还没通过，继续努力中，随时更新最新战果-- </P>
<P>&nbsp;</P>
<P>转眼间开始上班已经整整一个月了。小作坊早就划下了一亩三分地，却迟迟不见开工，实在惭愧。<IMG src="http://space.doit.com.cn/images/edit/face/011...]]></description>
								<category>blog</category>
								<author>ietf</author>
								<pubDate>Wed, 16 May 2007 14:18:36 GMT</pubDate>
							</item>
							
		</channel>
	</rss>