<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/smbno.h, branch ipvs/experimental</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=ipvs%2Fexperimental</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=ipvs%2Fexperimental'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2003-06-20T15:14:24Z</updated>
<entry>
<title>[PATCH] misc fixes</title>
<updated>2003-06-20T15:14:24Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@digeo.com</email>
</author>
<published>2003-06-20T15:14:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=95ea8516e903ca4ad248714bd0f616972404912e'/>
<id>urn:sha1:95ea8516e903ca4ad248714bd0f616972404912e</id>
<content type='text'>
- shmem: remove unneeded test for null inode-&gt;i_sb (James Morris)

- kill unused var warning in traps.c (Geert Uytterhoeven)

- s/u64/__u64/ in bitops.h (needed for klibc)

- comment fix in gfp.h (Matthew Dobson &lt;colpatch@us.ibm.com&gt;)

- fix smbfs constant overflow warning (Flameeyes &lt;daps_mls@libero.it&gt;)

- yam.c irqreturn_t fix.

- Remove some unused variables from baycom_epp.c (Adrian Bunk)

- Remove 5-year-old unreferenced RCS string from xirc2ps_cs.c (Adrian Bunk)
</content>
</entry>
<entry>
<title>[PATCH] SMB Unix Extensions</title>
<updated>2002-09-29T09:02:49Z</updated>
<author>
<name>Urban Widmark</name>
<email>urban@teststation.com</email>
</author>
<published>2002-09-29T09:02:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=62c4f318c08bc37fee233cd940111ec81bbefe9e'/>
<id>urn:sha1:62c4f318c08bc37fee233cd940111ec81bbefe9e</id>
<content type='text'>
This patch adds symlinks, hardlinks, device nodes, uid/gid, unix
permissions vs servers that support it (ie samba). Most of this is the
work of John Newbigin, I just modified it for 2.5.

There are issues with what samba allows (eg you can't make arbitrary
symlinks) and room for improvements (use the servers value for ino?). But
it doesn't affect "normal" users.
</content>
</entry>
<entry>
<title>[PATCH] smbfs unicode support</title>
<updated>2002-03-07T08:55:56Z</updated>
<author>
<name>Urban Widmark</name>
<email>urban@teststation.com</email>
</author>
<published>2002-03-07T08:55:56Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=63547b0604f68b7b75d5943afefae02dee1bc132'/>
<id>urn:sha1:63547b0604f68b7b75d5943afefae02dee1bc132</id>
<content type='text'>
This patch adds unicode support and wants to be applied on top of the LFS
one. It uses a fake nls module to do the (little endian) unicode
translation.
</content>
</entry>
<entry>
<title>[PATCH] smbfs LFS</title>
<updated>2002-03-07T08:55:51Z</updated>
<author>
<name>Urban Widmark</name>
<email>urban@teststation.com</email>
</author>
<published>2002-03-07T08:55:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=de8999dc14d432088098f1790c679a537b42a7ff'/>
<id>urn:sha1:de8999dc14d432088098f1790c679a537b42a7ff</id>
<content type='text'>
This patch adds LFS and moves some smb operations into per-protocol level
structs. It wants the nls patch to applied already.
</content>
</entry>
<entry>
<title>v2.4.10.5 -&gt; v2.4.10.6</title>
<updated>2002-02-05T04:21:22Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@athlon.transmeta.com</email>
</author>
<published>2002-02-05T04:21:22Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=0a528ace2ea013fe60efaf633084b154962bfdbb'/>
<id>urn:sha1:0a528ace2ea013fe60efaf633084b154962bfdbb</id>
<content type='text'>
  - various: fix some module exports uncovered by stricter error checking
  - Urban Widmark: make smbfs use same error define names as samba and win32
  - Greg KH: USB update
  - Tom Rini: MPC8xx ppc update
  - Matthew Wilcox: rd.c page cache flushing fix
  - Richard Gooch: devfs race fix: rwsem for symlinks
  - Björn Wesen: Cris arch update
  - Nikita Danilov: reiserfs cleanup
  - Tim Waugh: parport update
  - Peter Rival: update alpha SMP bootup to match wait_init_idle fixes
  - Trond Myklebust: lockd/grace period fix
</content>
</entry>
<entry>
<title>v2.4.10.2 -&gt; v2.4.10.3</title>
<updated>2002-02-05T04:20:19Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@athlon.transmeta.com</email>
</author>
<published>2002-02-05T04:20:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=0a97b16afbcaadbe4410d78adfe8967398454945'/>
<id>urn:sha1:0a97b16afbcaadbe4410d78adfe8967398454945</id>
<content type='text'>
  - Al Viro: superblock cleanups, partition handling fixes and cleanups
  - Ben Collins: firewire update
  - Jeff Garzik: network driver updates
  - Urban Widmark: smbfs updates
  - Kai Mäkisara: SCSI tape driver update
  - various: embarrassing lack of error checking in ELF loader
  - Neil Brown: md formatting cleanup.
</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>
