<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/adfs_fs.h, branch v3.4.92</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.4.92</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.4.92'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2009-06-17T04:36:36Z</updated>
<entry>
<title>Cleanup of adfs headers</title>
<updated>2009-06-17T04:36:36Z</updated>
<author>
<name>Al Viro</name>
<email>viro@zeniv.linux.org.uk</email>
</author>
<published>2009-06-16T18:52:13Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=608ba50bd0225d95469154feba8f00a6457848c1'/>
<id>urn:sha1:608ba50bd0225d95469154feba8f00a6457848c1</id>
<content type='text'>
Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>Move several *_SUPER_MAGIC symbols to include/linux/magic.h.</title>
<updated>2006-09-24T15:13:19Z</updated>
<author>
<name>Jeff Garzik</name>
<email>jeff@garzik.org</email>
</author>
<published>2006-09-24T15:13:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e18fa700c9a31360bc8f193aa543b7ef7b39a06b'/>
<id>urn:sha1:e18fa700c9a31360bc8f193aa543b7ef7b39a06b</id>
<content type='text'>
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] adfs endianness annotations</title>
<updated>2004-09-09T03:35:26Z</updated>
<author>
<name>Alexander Viro</name>
<email>viro@parcelfarce.linux.theplanet.co.uk</email>
</author>
<published>2004-09-09T03:35:26Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=64d7cc85eed5df8c348218e24939fc760ccbbd54'/>
<id>urn:sha1:64d7cc85eed5df8c348218e24939fc760ccbbd54</id>
<content type='text'>
Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] struct super_block cleanup - final</title>
<updated>2002-10-08T09:53:00Z</updated>
<author>
<name>Brian Gerst</name>
<email>bgerst@didntduck.org</email>
</author>
<published>2002-10-08T09:53:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=801b25c26395953a7ac105f1fbf80cc6bc04d178'/>
<id>urn:sha1:801b25c26395953a7ac105f1fbf80cc6bc04d178</id>
<content type='text'>
This last patch removes the union, replacing it with s_fs_info.
</content>
</entry>
<entry>
<title>[PATCH] type safe(r) list_entry repacement: container_of</title>
<updated>2002-07-24T03:40:09Z</updated>
<author>
<name>Neil Brown</name>
<email>neilb@cse.unsw.edu.au</email>
</author>
<published>2002-07-24T03:40:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ec4f214232cfb99913308c20b9a3381e5fe1f04f'/>
<id>urn:sha1:ec4f214232cfb99913308c20b9a3381e5fe1f04f</id>
<content type='text'>
Define container_of which cast from member to struct with some type checking.

This is much like list_entry but is cearly for things other than lists.

List_entry now uses container_of.
</content>
</entry>
<entry>
<title>[PATCH] struct super_block cleanup - adfs</title>
<updated>2002-05-31T03:49:08Z</updated>
<author>
<name>Dave Jones</name>
<email>davej@suse.de</email>
</author>
<published>2002-05-31T03:49:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=928098c9417f87f506407aad8c4730c85b98ea6c'/>
<id>urn:sha1:928098c9417f87f506407aad8c4730c85b98ea6c</id>
<content type='text'>
Another one from Brian Gerst. Still applies to 2.5.18

Seperates adfs_sb_info from struct super_block.
</content>
</entry>
<entry>
<title>v2.5.2.5 -&gt; v2.5.2.6</title>
<updated>2002-02-05T08:17:56Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@athlon.transmeta.com</email>
</author>
<published>2002-02-05T08:17:56Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=2f886464aa00cd9eb9cf46c8c155a24a752bb317'/>
<id>urn:sha1:2f886464aa00cd9eb9cf46c8c155a24a752bb317</id>
<content type='text'>
- Asit Mallick: mtrr update
- Patrick Mochel: split up kernel/device.c into drivers/base
- Mikael Pettersson/Al Viro: fix missing in-core inode initialization
in ext2 introduced by Al's inode trimming
- David Miller: sparc and network updates
- Frank Davis: firewire video mmap page remapping fix
- me: fix configure help scripts to fix breakage noticed by Dave Jones
- Greg KH: USB updates
- Kai Germaschewski: ISDN fixes, Config.help entries
- Douglas Gilbert: SCSI doc update
- Ingo Molnar: x86 taskswitch optimizations, scheduler updates
- Mikael Pettersson: make APIC work on old external setups
- Al Viro: more inode trimming
</content>
</entry>
<entry>
<title>Import changeset</title>
<updated>2002-02-05T01:40:40Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@athlon.transmeta.com</email>
</author>
<published>2002-02-05T01:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7a2deb32924142696b8174cdf9b38cd72a11fc96'/>
<id>urn:sha1:7a2deb32924142696b8174cdf9b38cd72a11fc96</id>
<content type='text'>
</content>
</entry>
</feed>
