From owner-linux-xfs Sat Jan 1 03:55:17 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sat, 01 Jan 2005 03:55:24 -0800 (PST) Received: from coredumps.de (coredumps.de [217.160.213.75]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j01BsapR018738 for ; Sat, 1 Jan 2005 03:55:17 -0800 Received: from port-212-202-185-60.dynamic.qsc.de ([212.202.185.60] helo=ente.berdmann.de) by coredumps.de with esmtpsa (TLSv1:DES-CBC3-SHA:168) (Exim 4.42) id 1CkhyR-0005Le-At for linux-xfs@oss.sgi.com; Sat, 01 Jan 2005 13:03:11 +0100 Received: from apollo.berdmann.de ([192.168.1.2]) by ente.berdmann.de with esmtp (Exim 3.36 #1) id 1CkhyP-0003Hl-00 for linux-xfs@oss.sgi.com; Sat, 01 Jan 2005 13:03:09 +0100 Message-ID: <41D6917D.9060905@berdmann.de> Date: Sat, 01 Jan 2005 13:03:09 +0100 From: Bernhard Erdmann User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020 X-Accept-Language: de, en, fr MIME-Version: 1.0 To: linux-xfs@oss.sgi.com Subject: Re: XFS and "hole". References: <20041228154515.04AA618776@portal.hot.ee> In-Reply-To: <20041228154515.04AA618776@portal.hot.ee> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4678 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: be@berdmann.de Precedence: bulk X-list: linux-xfs > XFS supports "holes". But we created file 100mb with 0 only in it, and it's actual size was 100mb, for zeros this support doesn't work. We created other file wrote some bytes at the beggining then did seek ~1GB and wrote to the end couple more bytes. XFS was showing it's size of 1GB, but actual size of it on the disc was only few bytes, that's called "HOLE" as I understand. But it doesn't work for 0s, if you write a big ammount of zeros. What we have to do, to write an add-on that would work for zeros, but problemm is we can't find any good enough specification. We could dig over whole source that was being written several years, and VERY badly documentated, but we are limited in time... If anybody could help with specification or give an advice, we would really apretiate it! "There is no requirement to detect blocks of zeroes being written in order to replace them with holes (nor is it forbidden)." see http://oss.sgi.com/~sandeen/design/arch.pdf 2.2.1 File System Requirements 2.2.1.1 File system functionality [...] Efficient support for sparse files. Arbitrary holes must be supported, areas of the file which have never been written and which read back as zeroes. The representation must be disk-space efficient as well as cpu-time efficient in retrieval of old data and insertion of new data. There is no requirement to detect blocks of zeroes being written in order to replace them with holes (nor is it forbidden). This capability is important for some scientific and compute-intensive applications, as well as for Hierarchical Storage Management (HSM). From owner-linux-xfs Sun Jan 2 04:10:52 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 02 Jan 2005 04:10:59 -0800 (PST) Received: from coredumps.de (coredumps.de [217.160.213.75]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j02CAVup015618 for ; Sun, 2 Jan 2005 04:10:52 -0800 Received: from port-212-202-185-60.dynamic.qsc.de ([212.202.185.60] helo=ente.berdmann.de) by coredumps.de with esmtpsa (TLSv1:DES-CBC3-SHA:168) (Exim 4.42) id 1Cl4hM-0005hX-RY for linux-xfs@oss.sgi.com; Sun, 02 Jan 2005 13:19:04 +0100 Received: from apollo.berdmann.de ([192.168.1.2]) by ente.berdmann.de with esmtp (Exim 3.36 #1) id 1Cl4hM-0004xG-00 for linux-xfs@oss.sgi.com; Sun, 02 Jan 2005 13:19:04 +0100 Message-ID: <41D7E6B7.8030903@berdmann.de> Date: Sun, 02 Jan 2005 13:19:03 +0100 From: Bernhard Erdmann User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020 X-Accept-Language: de, en, fr MIME-Version: 1.0 To: linux-xfs@oss.sgi.com Subject: kernel OOPS while running xfsdump on Fedora Core 3 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4679 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: be@berdmann.de Precedence: bulk X-list: linux-xfs Hi, sometimes xfsdumping / on Fedora Core 3 (kernel 2.6.9-1.681_FC3smp) leads to a crash. I've opened a RedHat Bugzilla case on it: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=143920 Any idea for better debugging? # df -t xfs Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda4 8800256 8267692 532564 94% / /dev/sdb1 60736 17200 43536 29% /boot /dev/mapper/vg00-export1 17716160 15863932 1852228 90% /export1 /dev/mapper/vg00-export2 17716160 15909088 1807072 90% /export2 /dev/mapper/vg00-export3 20961280 18649624 2311656 89% /export3 From owner-linux-xfs Sun Jan 2 20:07:37 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 02 Jan 2005 20:07:43 -0800 (PST) Received: from ws6-5.us4.outblaze.com (ws6-5.us4.outblaze.com [205.158.62.152]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0347HLc024447 for ; Sun, 2 Jan 2005 20:07:37 -0800 Received: by ws6-5.us4.outblaze.com (Postfix, from userid 1001) id 3FDAD4F42F; Mon, 3 Jan 2005 04:15:52 +0000 (GMT) Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline MIME-Version: 1.0 Received: from [60.240.31.74] by ws6-5.us4.outblaze.com with http for matt@klassen.com; Sun, 02 Jan 2005 23:15:52 -0500 From: "Matthew Klassen" To: linux-xfs@oss.sgi.com Date: Sun, 02 Jan 2005 23:15:52 -0500 Subject: XFS_repair, move copy etc... X-Originating-Ip: 60.240.31.74 X-Originating-Server: ws6-5.us4.outblaze.com Message-Id: <20050103041552.3FDAD4F42F@ws6-5.us4.outblaze.com> X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by oss.sgi.com id j0347bLc024460 X-archive-position: 4680 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: matt@klassen.com Precedence: bulk X-list: linux-xfs This post is a bit late... I think that I should have asked before I tried it, but anyway I'm not just wondering if anyone can explain why this didn't work and what I should have done to keep all my data. I have a 60Gig and a 20Gig drive. The 60Gig had a 40Gig XFS partition which was located at the end of the drive. I wanted to resize the xfs partition to the full 60Gigs, but I didn't have anywhere to copy the data while I was creating the drive. So after trying a number of different ways to grow the XFS partition I found out that I couldn't grow it unless I grew the partition first. But to grow the partition you have to extend it from the end of the partition, not from the begining, so it meant that I would have to move the partition forward on the drive. But the problem was that xfs_copy wouldn't copy because the destination drive was too small. So I had this genuis idea that I would do a dd copy from the second partition to the first partition which would end up writing over the second partition, all just using the same drive. [***first***][******Second*******] [******Second********]*********] However when this finished it wouldn't mount and after a number of attempts at recovery, I could only get about 1/10th of the actually data restored :( So my question is, how should have I done this? What else could I have done to save that data? I didn't want to delete anything off the other 20Gig drive so I wouldn't be able to move that data around. Thanks Matt From owner-linux-xfs Mon Jan 3 01:24:27 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 03 Jan 2005 01:24:38 -0800 (PST) Received: from cooper.uws.edu.au (cooper.uws.edu.au [137.154.210.65]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j039O6bm008078 for ; Mon, 3 Jan 2005 01:24:27 -0800 Received: from cooper.uws.edu.au (localhost [127.0.0.1]) by cooper.uws.edu.au (8.12.10/8.12.10/UWS-STF-POST-1.9) with ESMTP id j039Wevm027282 for ; Mon, 3 Jan 2005 20:32:41 +1100 (EST) Received: from jekyll.uws.edu.au (jekyll.uws.edu.au [137.154.182.18]) by cooper.uws.edu.au (8.12.10/8.12.10/UWS-STF-PRE-1.9) with ESMTP id j039WeRl027272 for ; Mon, 3 Jan 2005 20:32:40 +1100 (EST) Received: from jekyll.uws.edu.au (localhost [127.0.0.1]) by jekyll.uws.edu.au (8.12.10+Sun/8.12.10/JEKYLL-$Revision: 1.0 $) with ESMTP id j039WdCi019652 for ; Mon, 3 Jan 2005 20:32:39 +1100 (EST) Received: from localhost (david@localhost) by jekyll.uws.edu.au (8.12.10+Sun/8.12.10/Submit) with ESMTP id j039WddU019649 for ; Mon, 3 Jan 2005 20:32:39 +1100 (EST) Date: Mon, 3 Jan 2005 20:32:39 +1100 (EST) From: David J N Begley Reply-To: David J N Begley To: linux-xfs@oss.sgi.com Subject: Missing documentation? Message-ID: X-No-Archive: Yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4681 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: d.begley@uws.edu.au Precedence: bulk X-list: linux-xfs Folks, a rather mundane request/issue - the XFS documentation page at: http://oss.sgi.com/projects/xfs/publications.html includes a couple of links marked: Original XFS design documents (1993) [ps] [pdf] Unfortunately selecting either the PS or PDF hyperlinks results in the same error: Forbidden You don't have permission to access /projects/xfs/design_docs/xfsdocs93_ps/ on this server. Searching through the mail archives resulted in a direct link to one (PDF) file which upon selection, was immediately downloadable/viewable; this would tend to indicate that someone's just disabled automatic directory indexing in the above two directories (PS and PDF). Is it possible to have this feature re-enabled, or alternatively to have separate links established to all the PS and PDF files in those directories? Many thanks.. From owner-linux-xfs Mon Jan 3 09:03:54 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 03 Jan 2005 09:03:58 -0800 (PST) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j03H3Xp9012425 for ; Mon, 3 Jan 2005 09:03:54 -0800 Received: from naboo.americas.sgi.com (naboo.americas.sgi.com [128.162.233.73]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j03IajNK024523 for ; Mon, 3 Jan 2005 10:36:45 -0800 Received: by naboo.americas.sgi.com (Postfix, from userid 29039) id 21EE1436F29; Mon, 3 Jan 2005 11:12:07 -0600 (CST) To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: TAKE - Small path addition change for FreeBSD builds: Submitted by: Craig Rodrigues Message-Id: <20050103171207.21EE1436F29@naboo.americas.sgi.com> Date: Mon, 3 Jan 2005 11:12:07 -0600 (CST) From: cattelan@naboo.americas.sgi.com (Russell Cattelan) X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4682 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: cattelan@naboo.americas.sgi.com Precedence: bulk X-list: linux-xfs Date: Mon Jan 3 09:11:36 PST 2005 Workarea: naboo.americas.sgi.com:/go/space/XFS/xfs-cmds Inspected by: cattelan The following file(s) were checked into: bonnie.engr.sgi.com:/isms/slinx/xfs-cmds Modid: xfs-cmds:slinx:185113a xfsprogs/aclocal.m4 - 1.14 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/aclocal.m4.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h From owner-linux-xfs Mon Jan 3 09:07:22 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 03 Jan 2005 09:07:27 -0800 (PST) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j03H75YC013115 for ; Mon, 3 Jan 2005 09:07:22 -0800 Received: from flecktone.americas.sgi.com (flecktone.americas.sgi.com [198.149.16.15]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j03IeHlZ025246 for ; Mon, 3 Jan 2005 10:40:17 -0800 Received: from daisy-e236.americas.sgi.com (daisy-e236.americas.sgi.com [128.162.236.214]) by flecktone.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id j03HEcCK5675124; Mon, 3 Jan 2005 11:14:39 -0600 (CST) Received: from naboo.americas.sgi.com (naboo.americas.sgi.com [128.162.233.73]) by daisy-e236.americas.sgi.com (8.12.9/SGI-server-1.8) with ESMTP id j03HEbq528953917; Mon, 3 Jan 2005 11:14:38 -0600 (CST) Subject: Re: aclocal.m4 xfsprogs fix for FreeBSD From: Russell Cattelan To: Craig Rodrigues Cc: linux-xfs@oss.sgi.com In-Reply-To: <20041224210723.GA9140@crodrigues.org> References: <20041224210723.GA9140@crodrigues.org> Content-Type: text/plain Date: Mon, 03 Jan 2005 11:14:37 -0600 Message-Id: <1104772477.20614.7.camel@naboo.americas.sgi.com> Mime-Version: 1.0 X-Mailer: Evolution 2.1.0 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4683 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: cattelan@thebarn.com Precedence: bulk X-list: linux-xfs Ok done. On Fri, 2004-12-24 at 16:07 -0500, Craig Rodrigues wrote: > Hi, > > I am working on getting xfsprogs to compile under FreeBSD. > Here is a small aclocal.m4 patch to get a few things to > compile on FreeBSD. On FreeBSD,: > gzip is /usr/bin/gzip > msgfmt is /usr/local/bin/msgfmt > msgmerge is /usr/local/bin/msgmerge > > Is this patch OK to add to the Linux XFS CVS repository? > > Index: aclocal.m4 > =================================================================== > RCS file: /cvs/xfs-cmds/xfsprogs/aclocal.m4,v > retrieving revision 1.13 > diff -u -r1.13 aclocal.m4 > --- aclocal.m4 7 Oct 2004 23:09:23 -0000 1.13 > +++ aclocal.m4 24 Dec 2004 21:02:14 -0000 > @@ -107,7 +107,7 @@ > tar=$TAR > AC_SUBST(tar) > if test -z "$ZIP"; then > - AC_PATH_PROG(ZIP, gzip,, /bin:/usr/local/bin:/usr/freeware/bin) > + AC_PATH_PROG(ZIP, gzip,, /bin:/usr/local/bin:/usr/freeware/bin:/usr/bin) > fi > > zip=$ZIP > @@ -148,14 +148,14 @@ > > if test "$enable_gettext" = yes; then > if test -z "$MSGFMT"; then > - AC_PATH_PROG(MSGFMT, msgfmt,, /usr/bin:/usr/freeware/bin) > + AC_PATH_PROG(MSGFMT, msgfmt,, /usr/bin:/usr/freeware/bin:/usr/local/bin) > fi > msgfmt=$MSGFMT > AC_SUBST(msgfmt) > AC_PACKAGE_NEED_UTILITY($1, "$msgfmt", msgfmt, gettext) > > if test -z "$MSGMERGE"; then > - AC_PATH_PROG(MSGMERGE, msgmerge,, /usr/bin:/usr/freeware/bin) > + AC_PATH_PROG(MSGMERGE, msgmerge,, /usr/bin:/usr/freeware/bin:/usr/local/bin) > fi > msgmerge=$MSGMERGE > AC_SUBST(msgmerge) > > From owner-linux-xfs Mon Jan 3 09:27:58 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 03 Jan 2005 09:28:01 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j03HRvYS014153 for ; Mon, 3 Jan 2005 09:27:57 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j03HRvgK014152 for linux-xfs@oss.sgi.com; Mon, 3 Jan 2005 09:27:57 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j03HRuLi014136 for ; Mon, 3 Jan 2005 09:27:56 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j03Gx0TX011919; Mon, 3 Jan 2005 08:59:00 -0800 Date: Mon, 3 Jan 2005 08:59:00 -0800 Message-Id: <200501031659.j03Gx0TX011919@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 394] New: Add /usr/local/bin to search path for parts of aclocal.m4 X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4684 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs http://oss.sgi.com/bugzilla/show_bug.cgi?id=394 Summary: Add /usr/local/bin to search path for parts of aclocal.m4 Product: Linux XFS Version: Current Platform: All OS/Version: All Status: NEW Severity: normal Priority: Medium Component: xfsprogs AssignedTo: xfs-master@oss.sgi.com ReportedBy: rodrigc@crodrigues.org I am working on getting xfsprogs to compile under FreeBSD. Here is a small aclocal.m4 patch to get a few things to compile on FreeBSD. On FreeBSD,: gzip is /usr/bin/gzip msgfmt is /usr/local/bin/msgfmt msgmerge is /usr/local/bin/msgmerge Index: aclocal.m4 =================================================================== RCS file: /cvs/xfs-cmds/xfsprogs/aclocal.m4,v retrieving revision 1.13 diff -u -r1.13 aclocal.m4 --- aclocal.m4 7 Oct 2004 23:09:23 -0000 1.13 +++ aclocal.m4 24 Dec 2004 21:02:14 -0000 @@ -107,7 +107,7 @@ tar=$TAR AC_SUBST(tar) if test -z "$ZIP"; then - AC_PATH_PROG(ZIP, gzip,, /bin:/usr/local/bin:/usr/freeware/bin) + AC_PATH_PROG(ZIP, gzip,, /bin:/usr/local/bin:/usr/freeware/bin:/usr/bin) fi zip=$ZIP @@ -148,14 +148,14 @@ if test "$enable_gettext" = yes; then if test -z "$MSGFMT"; then - AC_PATH_PROG(MSGFMT, msgfmt,, /usr/bin:/usr/freeware/bin) + AC_PATH_PROG(MSGFMT, msgfmt,, /usr/bin:/usr/freeware/bin:/usr/local/bin) fi msgfmt=$MSGFMT AC_SUBST(msgfmt) AC_PACKAGE_NEED_UTILITY($1, "$msgfmt", msgfmt, gettext) if test -z "$MSGMERGE"; then - AC_PATH_PROG(MSGMERGE, msgmerge,, /usr/bin:/usr/freeware/bin) + AC_PATH_PROG(MSGMERGE, msgmerge,, /usr/bin:/usr/freeware/bin:/usr/local/bin) fi msgmerge=$MSGMERGE AC_SUBST(msgmerge) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Mon Jan 3 11:22:26 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 03 Jan 2005 11:22:32 -0800 (PST) Received: from out.smtp.cz (peter.smtp.cz [81.95.97.120]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j03JM56p017750 for ; Mon, 3 Jan 2005 11:22:25 -0800 Received: (qmail 29958 invoked from network); 3 Jan 2005 19:33:34 -0000 Received: from unknown (HELO 192.168.1.2) (ondrej@sury.org@84.42.133.245) by peter.smtp.cz with RC4-MD5 encrypted SMTP; 3 Jan 2005 19:33:33 -0000 Subject: Re: XFS_repair, move copy etc... From: =?iso-8859-2?Q?Ond=F8ej_Sur=FD?= To: linux-xfs@oss.sgi.com In-Reply-To: <20050103041552.3FDAD4F42F@ws6-5.us4.outblaze.com> References: <20050103041552.3FDAD4F42F@ws6-5.us4.outblaze.com> Content-Type: text/plain; charset=ISO-8859-2 Date: Mon, 03 Jan 2005 20:30:28 +0100 Message-Id: <1104780628.4318.103.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4685 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: ondrej@sury.org Precedence: bulk X-list: linux-xfs On Sun, 2005-01-02 at 23:15 -0500, Matthew Klassen wrote: > So I had this genuis idea that I would do a dd copy from the > second partition to the first partition which would end up writing > over the second partition, all just using the same drive. > [***first***][******Second*******] > [******Second********]*********] > However when this finished it wouldn't mount and after a number of > attempts at recovery, I could only get about 1/10th of the actually > data restored :( > > So my question is, how should have I done this? What else could I > have done to save that data? I didn't want to delete anything off the > other 20Gig drive so I wouldn't be able to > move that data around. AFAIK this should work flawlessly. Are you sure that you have modified partition table correctly after copying? O. -- Ondřej Surý From owner-linux-xfs Mon Jan 3 12:21:03 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 03 Jan 2005 12:21:08 -0800 (PST) Received: from omx1.americas.sgi.com (omx1-ext.sgi.com [192.48.179.11]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j03KKhii023078 for ; Mon, 3 Jan 2005 12:21:03 -0800 Received: from flecktone.americas.sgi.com (flecktone.americas.sgi.com [198.149.16.15]) by omx1.americas.sgi.com (8.12.10/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j03KTHxT015371 for ; Mon, 3 Jan 2005 14:29:17 -0600 Received: from maine.americas.sgi.com (maine.americas.sgi.com [128.162.232.87]) by flecktone.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id j03KTGCK5687207; Mon, 3 Jan 2005 14:29:16 -0600 (CST) Received: from hch by maine.americas.sgi.com with local (Exim 3.36 #1 (Debian)) id 1ClYpH-000415-00; Mon, 03 Jan 2005 14:29:15 -0600 To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@fido.engr.sgi.com Subject: TAKE 923968 - Fix NFS inode data corruption Message-Id: From: Christoph Hellwig Date: Mon, 03 Jan 2005 14:29:15 -0600 X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4686 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hch@sgi.com Precedence: bulk X-list: linux-xfs Date: Mon Jan 3 12:28:52 PST 2005 Workarea: maine.americas.sgi.com:/home/daisy40/hch/ptools/xfs-2.6.x Inspected by: nathans The following file(s) were checked into: bonnie.engr.sgi.com:/isms/linux/2.6.x-xfs Modid: xfs-linux:xfs-kern:185126a fs/xfs/xfs_vfsops.c - 1.461 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vfsops.c.diff?r1=text&tr1=1.461&r2=text&tr2=1.460&f=h - remove i_generation = 0 wildcard fs/xfs/linux-2.6/xfs_super.c - 1.322 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.c.diff?r1=text&tr1=1.322&r2=text&tr2=1.321&f=h - revert filehandles without iode generation information fs/xfs/linux-2.4/xfs_super.c - 1.299 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_super.c.diff?r1=text&tr1=1.299&r2=text&tr2=1.298&f=h - revert filehandles without iode generation information Modid: 2.6.x-xfs:linux:185126b include/linux/fs.h - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/fs.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h - add prototype for find_exported_dentry From owner-linux-xfs Mon Jan 3 13:23:22 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 03 Jan 2005 13:23:27 -0800 (PST) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j03LN29O025829; Mon, 3 Jan 2005 13:23:22 -0800 Received: from naboo.americas.sgi.com (naboo.americas.sgi.com [128.162.233.73]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j03MuFxk020984; Mon, 3 Jan 2005 14:56:15 -0800 Received: by naboo.americas.sgi.com (Postfix, from userid 29039) id 5EE96436F29; Mon, 3 Jan 2005 15:31:36 -0600 (CST) To: linux-xfs@oss.sgi.com, xfs-linux@oss.sgi.com Subject: TAKE 926404 - Move Kconfig Message-Id: <20050103213136.5EE96436F29@naboo.americas.sgi.com> Date: Mon, 3 Jan 2005 15:31:36 -0600 (CST) From: cattelan@naboo.americas.sgi.com (Russell Cattelan) X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4687 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: cattelan@naboo.americas.sgi.com Precedence: bulk X-list: linux-xfs Move xfs configs to xfs directory, different flavors of xfs have different configs, this way fs/Kconfig does not have to changed if different xfs's are swapped in and out Date: Mon Jan 3 13:31:13 PST 2005 Workarea: naboo.americas.sgi.com:/go/space/XFS/2.6.x-xfs-clean Inspected by: hch@engr.sgi.com,sandeen@sgi.com The following file(s) were checked into: bonnie.engr.sgi.com:/isms/linux/2.6.x-xfs Modid: xfs-linux:xfs-kern:185134a fs/xfs/Kconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/Kconfig Modid: 2.6.x-xfs:linux:185134b fs/Kconfig - 1.18 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/Kconfig.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h From owner-linux-xfs Mon Jan 3 15:20:03 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 03 Jan 2005 15:20:09 -0800 (PST) Received: from mail.sandeen.net (sandeen.net [209.173.210.139]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j03NJgwX031109 for ; Mon, 3 Jan 2005 15:20:03 -0800 Received: from [10.0.0.2] (sandeen.net [209.173.210.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sandeen.net (Postfix) with ESMTP id CBF492C1DA9; Mon, 3 Jan 2005 17:28:11 -0600 (CST) Message-ID: <41D9D508.405@sgi.com> Date: Mon, 03 Jan 2005 17:28:08 -0600 From: Eric Sandeen User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David J N Begley Cc: linux-xfs@oss.sgi.com Subject: Re: Missing documentation? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4688 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: sandeen@sgi.com Precedence: bulk X-list: linux-xfs David J N Begley wrote: > Searching through the mail archives resulted in a direct link to one (PDF) > file which upon selection, was immediately downloadable/viewable; this would > tend to indicate that someone's just disabled automatic directory indexing in > the above two directories (PS and PDF). Yep server config changed at some point I think... I'll try to find the right way to fix this. -Eric From owner-linux-xfs Mon Jan 3 18:28:53 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 03 Jan 2005 18:28:58 -0800 (PST) Received: from mail.sandeen.net (sandeen.net [209.173.210.139]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j042SWg9008990 for ; Mon, 3 Jan 2005 18:28:52 -0800 Received: from [10.0.0.2] (sandeen.net [209.173.210.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sandeen.net (Postfix) with ESMTP id 8F4102C1DA9; Mon, 3 Jan 2005 20:37:01 -0600 (CST) Message-ID: <41DA014A.70303@sgi.com> Date: Mon, 03 Jan 2005 20:36:58 -0600 From: Eric Sandeen User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Sandeen Cc: David J N Begley , linux-xfs@oss.sgi.com Subject: Re: Missing documentation? References: <41D9D508.405@sgi.com> In-Reply-To: <41D9D508.405@sgi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4689 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: sandeen@sgi.com Precedence: bulk X-list: linux-xfs Should all be working now. -Eric (Thanks for the help Russell!) Eric Sandeen wrote: > David J N Begley wrote: > >> Searching through the mail archives resulted in a direct link to one >> (PDF) >> file which upon selection, was immediately downloadable/viewable; >> this would >> tend to indicate that someone's just disabled automatic directory >> indexing in >> the above two directories (PS and PDF). > > > Yep server config changed at some point I think... I'll try to find the > right way to fix this. > > -Eric > From owner-linux-xfs Mon Jan 3 19:37:21 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 03 Jan 2005 19:37:26 -0800 (PST) Received: from cooper.uws.edu.au (cooper.uws.edu.au [137.154.210.65]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j043b0pH011634 for ; Mon, 3 Jan 2005 19:37:20 -0800 Received: from cooper.uws.edu.au (localhost [127.0.0.1]) by cooper.uws.edu.au (8.12.10/8.12.10/UWS-STF-POST-1.9) with ESMTP id j043jXvm021161 for ; Tue, 4 Jan 2005 14:45:34 +1100 (EST) Received: from jekyll.uws.edu.au (jekyll.uws.edu.au [137.154.182.18]) by cooper.uws.edu.au (8.12.10/8.12.10/UWS-STF-PRE-1.9) with ESMTP id j043jXRl021153; Tue, 4 Jan 2005 14:45:33 +1100 (EST) Received: from jekyll.uws.edu.au (localhost [127.0.0.1]) by jekyll.uws.edu.au (8.12.10+Sun/8.12.10/JEKYLL-$Revision: 1.0 $) with ESMTP id j043jWCi020648; Tue, 4 Jan 2005 14:45:33 +1100 (EST) Received: from localhost (david@localhost) by jekyll.uws.edu.au (8.12.10+Sun/8.12.10/Submit) with ESMTP id j043jWIv020645; Tue, 4 Jan 2005 14:45:32 +1100 (EST) Date: Tue, 4 Jan 2005 14:45:32 +1100 (EST) From: David J N Begley Reply-To: David J N Begley To: Eric Sandeen cc: linux-xfs@oss.sgi.com Subject: Re: Missing documentation? In-Reply-To: <41DA014A.70303@sgi.com> Message-ID: References: <41D9D508.405@sgi.com> <41DA014A.70303@sgi.com> X-No-Archive: Yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4690 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: d.begley@uws.edu.au Precedence: bulk X-list: linux-xfs On Mon, 3 Jan 2005, Eric Sandeen wrote: > Subject: Re: Missing documentation? > > Should all be working now. > > -Eric > (Thanks for the help Russell!) Confirmed, all working now - thanks... From owner-linux-xfs Tue Jan 4 12:28:03 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 04 Jan 2005 12:28:05 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j04KS3tP005326 for ; Tue, 4 Jan 2005 12:28:03 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j04KS3ZV005325 for linux-xfs@oss.sgi.com; Tue, 4 Jan 2005 12:28:03 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j04KS1Dt005309 for ; Tue, 4 Jan 2005 12:28:01 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j04KJ6Vf004359; Tue, 4 Jan 2005 12:19:06 -0800 Date: Tue, 4 Jan 2005 12:19:06 -0800 Message-Id: <200501042019.j04KJ6Vf004359@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 394] Add /usr/local/bin to search path for parts of aclocal.m4 X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/645/Mon Dec 27 14:56:20 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4691 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs http://oss.sgi.com/bugzilla/show_bug.cgi?id=394 cattelan@thebarn.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From cattelan@thebarn.com 2005-04-01 12:19 PDT ------- Ok paths added. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Tue Jan 4 08:59:46 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 04 Jan 2005 08:59:51 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id j04GxOQa013602 for ; Tue, 4 Jan 2005 08:59:45 -0800 Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id PAA12543; Wed, 5 Jan 2005 15:59:07 +1100 Received: from frodo.melbourne.sgi.com (root@frodo.melbourne.sgi.com [134.14.55.153]) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id j054x5XE1070830; Wed, 5 Jan 2005 15:59:06 +1100 (EST) Received: from frodo.melbourne.sgi.com (nathans@localhost [127.0.0.1]) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) with ESMTP id j054uEtM004907; Wed, 5 Jan 2005 15:56:14 +1100 Received: (from nathans@localhost) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) id j054uBxW004905; Wed, 5 Jan 2005 15:56:11 +1100 Date: Wed, 5 Jan 2005 15:56:11 +1100 From: Nathan Scott To: Bernhard Erdmann Cc: linux-xfs@oss.sgi.com Subject: Re: kernel OOPS while running xfsdump on Fedora Core 3 Message-ID: <20050105045611.GL3871@frodo> References: <41D7E6B7.8030903@berdmann.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41D7E6B7.8030903@berdmann.de> User-Agent: Mutt/1.5.3i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4692 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@sgi.com Precedence: bulk X-list: linux-xfs On Sun, Jan 02, 2005 at 01:19:03PM +0100, Bernhard Erdmann wrote: > Hi, > > sometimes xfsdumping / on Fedora Core 3 (kernel 2.6.9-1.681_FC3smp) > leads to a crash. > > I've opened a RedHat Bugzilla case on it: > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=143920 This is fixed in XFS CVS. cheers. -- Nathan From owner-linux-xfs Tue Jan 4 09:19:41 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 04 Jan 2005 09:43:45 -0800 (PST) Received: from chook.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j04HJGrL014504 for ; Tue, 4 Jan 2005 09:19:37 -0800 Received: from chook.melbourne.sgi.com (localhost.localdomain [127.0.0.1]) by chook.melbourne.sgi.com (8.12.11/8.12.11) with ESMTP id j055J44u002408 for ; Wed, 5 Jan 2005 16:19:04 +1100 Received: (from nathans@localhost) by chook.melbourne.sgi.com (8.12.11/8.12.11/Submit) id j055J3MS002406 for linux-xfs@oss.sgi.com; Wed, 5 Jan 2005 16:19:03 +1100 Date: Wed, 5 Jan 2005 16:19:03 +1100 From: Nathan Scott Message-Id: <200501050519.j055J3MS002406@chook.melbourne.sgi.com> To: linux-xfs@oss.sgi.com Subject: TAKE 904196 - Merge up to 2.6.10. X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4693 X-Approved-By: cattelan@xfs.org X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@chook.melbourne.sgi.com Precedence: bulk X-list: linux-xfs Date: Wed Jan 5 15:42:16 AEDT 2005 Workarea: chook.melbourne.sgi.com:/build/nathans/2.6.10-xfs Inspected by: torvalds@osdl.org The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb Modid: 2.6.x-xfs-melb:linux:21010a drivers/media/dvb/frontends/l64781.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/l64781.h drivers/media/dvb/frontends/l64781.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/l64781.c drivers/media/dvb/frontends/dvb_dummy_fe.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/dvb_dummy_fe.h drivers/media/dvb/frontends/dib3000mc_priv.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/dib3000mc_priv.h drivers/media/dvb/frontends/dib3000mc.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/dib3000mc.c drivers/media/dvb/frontends/dib3000mb_priv.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/dib3000mb_priv.h drivers/media/dvb/frontends/dib3000mb.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/dib3000mb.c drivers/media/dvb/frontends/dib3000.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/dib3000.h Documentation/DocBook/librs.tmpl - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/DocBook/librs.tmpl drivers/media/dvb/frontends/dib3000-common.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/dib3000-common.h Documentation/DocBook/mtdnand.tmpl - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/DocBook/mtdnand.tmpl drivers/media/dvb/frontends/dib3000-common.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/dib3000-common.c drivers/media/dvb/frontends/cx24110.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/cx24110.h drivers/media/dvb/frontends/cx22702.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/cx22702.h split-patches/kdb-v4.4-2.6.10-i386-1 - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.10-i386-1 drivers/media/dvb/frontends/cx22702.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/cx22702.c split-patches/kdb-v4.4-2.6.10-common-1 - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.10-common-1 sound/pci/ice1712/stac946x.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ice1712/stac946x.h drivers/media/dvb/frontends/cx22700.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/cx22700.h sound/pci/ice1712/prodigy192.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ice1712/prodigy192.h sound/pci/ice1712/prodigy192.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ice1712/prodigy192.c Documentation/arm/Samsung-S3C24XX/Suspend.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/arm/Samsung-S3C24XX/Suspend.txt security/seclvl.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/seclvl.c security/keys/user_defined.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/keys/user_defined.c drivers/media/dvb/frontends/cx22700.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/cx22700.c security/keys/request_key.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/keys/request_key.c drivers/media/dvb/frontends/at76c651.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/at76c651.h Documentation/cdrom/packet-writing.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/cdrom/packet-writing.txt drivers/media/dvb/frontends/mt312_priv.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/mt312_priv.h drivers/media/dvb/frontends/mt352.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/mt352.c Documentation/cpu-freq/cpufreq-nforce2.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/cpu-freq/cpufreq-nforce2.txt drivers/media/dvb/dibusb/dvb-dibusb.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dibusb/dvb-dibusb.h drivers/media/dvb/dibusb/dvb-dibusb.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dibusb/dvb-dibusb.c drivers/media/dvb/dibusb/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dibusb/Makefile drivers/media/dvb/dibusb/Kconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dibusb/Kconfig drivers/media/dvb/cinergyT2/cinergyT2.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/cinergyT2/cinergyT2.c drivers/media/dvb/cinergyT2/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/cinergyT2/Makefile Documentation/dvb/README.dibusb - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/dvb/README.dibusb security/keys/process_keys.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/keys/process_keys.c security/keys/proc.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/keys/proc.c security/keys/keyring.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/keys/keyring.c security/keys/keyctl.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/keys/keyctl.c Documentation/dvb/get_dvb_firmware - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/dvb/get_dvb_firmware security/keys/key.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/keys/key.c security/keys/internal.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/keys/internal.h Documentation/dvb/udev.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/dvb/udev.txt drivers/media/dvb/cinergyT2/Kconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/cinergyT2/Kconfig drivers/media/dvb/frontends/mt352.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/mt352.h drivers/media/dvb/frontends/mt352_priv.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/mt352_priv.h drivers/media/dvb/bt8xx/dst_priv.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/bt8xx/dst_priv.h drivers/media/dvb/bt8xx/dst.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/bt8xx/dst.h drivers/media/dvb/bt8xx/dst.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/bt8xx/dst.c drivers/media/dvb/frontends/nxt6000_priv.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/nxt6000_priv.h drivers/media/dvb/frontends/sp8870.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/sp8870.c drivers/media/dvb/b2c2/b2c2-usb-core.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/b2c2/b2c2-usb-core.c drivers/media/dvb/b2c2/b2c2-common.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/b2c2/b2c2-common.c drivers/media/dvb/frontends/sp8870.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/sp8870.h drivers/media/dvb/frontends/sp887x.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/sp887x.h drivers/md/faulty.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/faulty.c drivers/media/dvb/frontends/stv0297.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/stv0297.c Documentation/i2c/i2c-stub - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/i2c/i2c-stub drivers/media/dvb/frontends/stv0297.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/stv0297.h drivers/media/dvb/frontends/stv0299.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/stv0299.h drivers/media/dvb/frontends/tda10021.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/tda10021.c Documentation/ia64/serial.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/ia64/serial.txt Documentation/ibm-acpi.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/ibm-acpi.txt drivers/media/dvb/frontends/tda10021.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/tda10021.h Documentation/ioctl/cdrom.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/ioctl/cdrom.txt Documentation/ioctl/hdio.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/ioctl/hdio.txt drivers/ide/cris/ide-v10.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/cris/ide-v10.c drivers/ide/cris/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/cris/Makefile drivers/media/dvb/frontends/tda1004x.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/tda1004x.h drivers/media/dvb/frontends/tda8083.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/tda8083.c Documentation/keys.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/keys.txt drivers/media/dvb/frontends/tda8083.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/tda8083.h drivers/media/dvb/frontends/tda80xx.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/tda80xx.c drivers/media/dvb/frontends/tda80xx.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/tda80xx.h drivers/i2c/chips/pc87360.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/pc87360.c drivers/media/dvb/frontends/ves1820.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/ves1820.h drivers/i2c/chips/lm87.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/lm87.c drivers/media/dvb/frontends/ves1x93.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/ves1x93.h Documentation/networking/proc_net_tcp.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/networking/proc_net_tcp.txt drivers/i2c/chips/lm63.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/lm63.c drivers/i2c/chips/adm1026.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/adm1026.c drivers/i2c/busses/i2c-stub.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-stub.c drivers/i2c/busses/i2c-s3c2410.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-s3c2410.c Documentation/power/kernel_threads.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/power/kernel_threads.txt drivers/i2c/busses/i2c-amd756-s4882.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-amd756-s4882.c drivers/dio/dio-sysfs.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/dio/dio-sysfs.c security/keys/compat.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/keys/compat.c Documentation/power/video_extension.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/power/video_extension.txt Documentation/prio_tree.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/prio_tree.txt drivers/dio/dio-driver.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/dio/dio-driver.c drivers/char/watchdog/s3c2410_wdt.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/watchdog/s3c2410_wdt.c Documentation/s390/monreader.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/s390/monreader.txt drivers/media/dvb/ttusb-dec/ttusbdecfe.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttusb-dec/ttusbdecfe.c drivers/media/dvb/ttusb-dec/ttusbdecfe.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttusb-dec/ttusbdecfe.h drivers/char/s3c2410-rtc.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/s3c2410-rtc.c drivers/char/mxser.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/mxser.h Documentation/seclvl.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/seclvl.txt drivers/media/video/arv.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/arv.c drivers/char/ds1302.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/ds1302.c drivers/block/pktcdvd.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/pktcdvd.c security/keys/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/keys/Makefile drivers/acpi/video.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/video.c drivers/acpi/ibm_acpi.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/ibm_acpi.c crypto/anubis.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/crypto/anubis.c Documentation/stable_api_nonsense.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/stable_api_nonsense.txt drivers/media/video/cx88/cx88-blackbird.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/cx88-blackbird.c scripts/gen_initramfs_list.sh - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/gen_initramfs_list.sh drivers/media/video/cx88/cx88-dvb.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/cx88-dvb.c net/sched/pedit.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/pedit.c drivers/media/video/cx88/cx88-mpeg.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/cx88-mpeg.c Documentation/usb/gadget_serial.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/usb/gadget_serial.txt arch/x86_64/kernel/kprobes.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/kprobes.c net/sched/mirred.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/mirred.c arch/x86_64/kernel/genapic_flat.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/genapic_flat.c net/sched/ipt.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/ipt.c arch/x86_64/kernel/genapic_cluster.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/genapic_cluster.c arch/x86_64/kernel/genapic.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/genapic.c arch/um/kernel/tt/include/uaccess-tt.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/include/uaccess-tt.h arch/um/kernel/tt/include/mode_kern-tt.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/include/mode_kern-tt.h arch/um/kernel/tt/include/mode-tt.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/include/mode-tt.h arch/um/kernel/tt/include/mmu-tt.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/include/mmu-tt.h arch/um/kernel/skas/include/uaccess-skas.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/uaccess-skas.h arch/um/kernel/skas/include/mode_kern-skas.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/mode_kern-skas.h arch/um/kernel/skas/include/mode-skas.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/mode-skas.h arch/um/kernel/skas/include/mmu-skas.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/mmu-skas.h arch/um/Makefile-x86_64 - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/Makefile-x86_64 arch/sh/tools/gen-mach-types - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/tools/gen-mach-types arch/sh/oprofile/op_model_sh7750.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/oprofile/op_model_sh7750.c arch/sh/mm/pg-sh7705.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/mm/pg-sh7705.c drivers/media/video/saa7134/saa7134-dvb.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/saa7134-dvb.c arch/sh/mm/cache-sh7705.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/mm/cache-sh7705.c arch/sh/lib/memcpy-sh4.S - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/lib/memcpy-sh4.S drivers/media/video/saa7134/saa7134-empress.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/saa7134-empress.c arch/sh/kernel/cpu/sh4/probe.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/cpu/sh4/probe.c arch/sh/kernel/cpu/sh3/probe.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/cpu/sh3/probe.c arch/sh/kernel/cpu/sh2/probe.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/cpu/sh2/probe.c arch/sh/kernel/asm-offsets.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/asm-offsets.c arch/sh/drivers/pci/ops-sh03.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/drivers/pci/ops-sh03.c arch/sh/drivers/pci/fixups-sh03.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/drivers/pci/fixups-sh03.c arch/sh/configs/sh03_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/configs/sh03_defconfig arch/sh/configs/se7705_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/configs/se7705_defconfig arch/sh/configs/se73180_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/configs/se73180_defconfig arch/sh/configs/microdev_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/configs/microdev_defconfig arch/sh/boards/superh/microdev/setup.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/superh/microdev/setup.c arch/sh/boards/superh/microdev/led.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/superh/microdev/led.c arch/sh/boards/superh/microdev/irq.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/superh/microdev/irq.c arch/sh/boards/superh/microdev/io.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/superh/microdev/io.c arch/sh/boards/superh/microdev/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/superh/microdev/Makefile arch/sh/boards/sh03/setup.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/sh03/setup.c arch/sh/boards/sh03/rtc.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/sh03/rtc.c arch/sh/boards/sh03/led.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/sh03/led.c arch/sh/boards/sh03/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/sh03/Makefile net/ipv4/netfilter/ipt_hashlimit.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ipt_hashlimit.c arch/sh/boards/se/73180/setup.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/se/73180/setup.c arch/sh/boards/se/73180/led.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/se/73180/led.c arch/sh/boards/se/73180/irq.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/se/73180/irq.c arch/sh/boards/se/73180/io.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/se/73180/io.c arch/sh/boards/se/73180/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/se/73180/Makefile arch/sh/boards/renesas/edosk7705/setup.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/renesas/edosk7705/setup.c arch/sh/boards/renesas/edosk7705/io.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/renesas/edosk7705/io.c arch/sh/boards/renesas/edosk7705/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/renesas/edosk7705/Makefile arch/arm/common/icst307.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/common/icst307.c net/ipv4/netfilter/ipt_connmark.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ipt_connmark.c arch/arm/common/rtctime.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/common/rtctime.c drivers/media/video/video-buf-dvb.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/video-buf-dvb.c net/ipv4/netfilter/ipt_CONNMARK.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ipt_CONNMARK.c arch/ppc64/lib/sstep.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/lib/sstep.c net/ipv4/netfilter/ipt_CLUSTERIP.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ipt_CLUSTERIP.c drivers/mmc/wbsd.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/wbsd.c drivers/mmc/wbsd.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/wbsd.h net/appletalk/dev.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/appletalk/dev.c arch/ppc64/kernel/pSeries_smp.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/pSeries_smp.c drivers/mtd/chips/fwh_lock.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/chips/fwh_lock.h arch/ppc64/kernel/mpic.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/mpic.h arch/ppc64/kernel/mpic.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/mpic.c arch/ppc64/kernel/maple_time.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/maple_time.c arch/ppc64/kernel/maple_setup.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/maple_setup.c arch/ppc64/kernel/maple_pci.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/maple_pci.c lib/reed_solomon/reed_solomon.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/reed_solomon/reed_solomon.c arch/ppc64/kernel/iSeries_smp.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/iSeries_smp.c lib/reed_solomon/encode_rs.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/reed_solomon/encode_rs.c arch/ppc64/configs/maple_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/configs/maple_defconfig arch/ppc/syslib/xilinx_pic.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/xilinx_pic.c arch/ppc/syslib/gen550.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/gen550.h arch/ppc/platforms/4xx/xparameters/xparameters_ml300.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/4xx/xparameters/xparameters_ml300.h arch/ppc/platforms/4xx/xilinx_ml300.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/4xx/xilinx_ml300.h arch/ppc/platforms/4xx/xilinx_ml300.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/4xx/xilinx_ml300.c lib/reed_solomon/decode_rs.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/reed_solomon/decode_rs.c arch/ppc/platforms/4xx/virtex-ii_pro.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/4xx/virtex-ii_pro.h arch/arm/configs/simpad_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/simpad_defconfig arch/ppc/platforms/4xx/virtex-ii_pro.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/4xx/virtex-ii_pro.c drivers/mtd/maps/bast-flash.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/bast-flash.c arch/parisc/lib/memcpy.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/lib/memcpy.c lib/reed_solomon/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/reed_solomon/Makefile arch/parisc/lib/fixup.S - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/lib/fixup.S arch/parisc/kernel/topology.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/topology.c arch/parisc/install.sh - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/install.sh drivers/mtd/maps/ipaq-flash.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/ipaq-flash.c drivers/mtd/maps/ocotea.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/ocotea.c arch/mips/pci/fixup-ocelot3.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-ocelot3.c arch/mips/momentum/ocelot_3/setup.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/ocelot_3/setup.c arch/mips/momentum/ocelot_3/reset.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/ocelot_3/reset.c arch/mips/momentum/ocelot_3/prom.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/ocelot_3/prom.c arch/mips/momentum/ocelot_3/ocelot_3_fpga.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/ocelot_3/ocelot_3_fpga.h arch/mips/momentum/ocelot_3/irq.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/ocelot_3/irq.c arch/mips/momentum/ocelot_3/int-handler.S - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/ocelot_3/int-handler.S arch/mips/momentum/ocelot_3/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/ocelot_3/Makefile drivers/mtd/maps/ts5500_flash.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/ts5500_flash.c arch/mips/mm/tlbex32-mips32.S - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/tlbex32-mips32.S arch/mips/mm/tlbex.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/tlbex.c arch/mips/kernel/irq-msc01.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/irq-msc01.c drivers/mtd/nand/h1910.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/h1910.c drivers/mtd/nand/rtc_from4.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/rtc_from4.c drivers/mtd/nand/s3c2410.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/s3c2410.c arch/mips/configs/ocelot_3_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/ocelot_3_defconfig arch/mips/configs/db1550_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/db1550_defconfig drivers/net/cris/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/cris/Makefile drivers/net/cris/eth_v10.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/cris/eth_v10.c arch/mips/au1000/common/platform.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/common/platform.c arch/m68knommu/platform/5307/pit.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/5307/pit.c arch/m68knommu/platform/528x/senTec/crt0_ram.S - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/528x/senTec/crt0_ram.S arch/m68knommu/platform/528x/config.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/528x/config.c arch/arm/lib/io-readsl.S - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/lib/io-readsl.S arch/m68knommu/platform/528x/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/528x/Makefile arch/m68knommu/platform/528x/M5282EVB/crt0_ram.S - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/528x/M5282EVB/crt0_ram.S arch/m68knommu/platform/527x/config.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/527x/config.c arch/arm/mach-clps711x/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-clps711x/Makefile.boot arch/m68knommu/platform/527x/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/527x/Makefile arch/m68knommu/platform/527x/M5275EVB/crt0_ram.S - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/527x/M5275EVB/crt0_ram.S arch/m68knommu/platform/527x/M5271EVB/crt0_ram.S - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/527x/M5271EVB/crt0_ram.S arch/m68knommu/platform/5272/SCALES/crt0_ram.S - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/5272/SCALES/crt0_ram.S arch/arm/mach-clps711x/common.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-clps711x/common.h arch/m68knommu/platform/5272/CANCam/crt0_ram.S - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/5272/CANCam/crt0_ram.S arch/m68knommu/lib/delay.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/lib/delay.c arch/m68k/configs/sun3x_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/configs/sun3x_defconfig arch/m68k/configs/sun3_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/configs/sun3_defconfig arch/arm/mach-clps7500/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-clps7500/Makefile.boot arch/m68k/configs/q40_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/configs/q40_defconfig arch/arm/mach-ebsa110/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ebsa110/Makefile.boot arch/m68k/configs/mvme16x_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/configs/mvme16x_defconfig arch/m68k/configs/mvme147_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/configs/mvme147_defconfig arch/arm/mach-epxa10db/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-epxa10db/Makefile.boot arch/m68k/configs/mac_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/configs/mac_defconfig arch/m68k/configs/hp300_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/configs/hp300_defconfig arch/m68k/configs/bvme6000_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/configs/bvme6000_defconfig arch/m68k/configs/atari_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/configs/atari_defconfig arch/arm/mach-footbridge/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-footbridge/Makefile.boot arch/m68k/configs/apollo_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/configs/apollo_defconfig arch/m68k/configs/amiga_defconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/configs/amiga_defconfig arch/arm/mach-footbridge/co285.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-footbridge/co285.c arch/arm/mach-footbridge/common.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-footbridge/common.c arch/arm/mach-footbridge/common.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-footbridge/common.h arch/arm/mach-footbridge/dc21285-timer.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-footbridge/dc21285-timer.c arch/arm/mach-footbridge/ebsa285.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-footbridge/ebsa285.c arch/m32r/mappi2/dot.gdbinit.vdec2 - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/mappi2/dot.gdbinit.vdec2 arch/arm/mach-footbridge/isa-timer.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-footbridge/isa-timer.c arch/arm/mach-footbridge/isa.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-footbridge/isa.c arch/m32r/mappi2/defconfig.vdec2 - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/mappi2/defconfig.vdec2 drivers/pci/pci-acpi.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/pci-acpi.c arch/arm/mach-footbridge/personal.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-footbridge/personal.c lib/kobject_uevent.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/kobject_uevent.c lib/kernel_lock.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/kernel_lock.c arch/arm/mach-h720x/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-h720x/Makefile.boot arch/arm/mach-h720x/common.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-h720x/common.h kernel/wait.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/wait.c kernel/sys_ni.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/sys_ni.c kernel/ksysfs.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/ksysfs.c kernel/kfifo.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/kfifo.c arch/arm/mach-imx/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-imx/Makefile.boot kernel/irq/spurious.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/irq/spurious.c kernel/irq/proc.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/irq/proc.c kernel/irq/manage.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/irq/manage.c arch/arm/mach-integrator/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-integrator/Makefile.boot arch/arm/mach-integrator/common.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-integrator/common.h drivers/pci/rom.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/rom.c drivers/pcmcia/m32r_cfc.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/m32r_cfc.c kernel/irq/internals.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/irq/internals.h drivers/pcmcia/m32r_cfc.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/m32r_cfc.h arch/arm/mach-iop3xx/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-iop3xx/Makefile.boot drivers/pcmcia/m32r_pcc.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/m32r_pcc.c kernel/irq/handle.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/irq/handle.c kernel/irq/autoprobe.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/irq/autoprobe.c kernel/irq/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/irq/Makefile drivers/pcmcia/m32r_pcc.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/m32r_pcc.h include/net/x25device.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/x25device.h include/net/tc_act/tc_pedit.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/tc_act/tc_pedit.h include/net/tc_act/tc_mirred.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/tc_act/tc_mirred.h arch/m32r/m32700ut/dot.gdbinit_400MHz_32MB - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/m32700ut/dot.gdbinit_400MHz_32MB arch/arm/mach-ixp2000/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp2000/Makefile.boot include/net/tc_act/tc_ipt.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/tc_act/tc_ipt.h include/net/sch_generic.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/sch_generic.h include/net/act_api.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/act_api.h include/media/video-buf-dvb.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/media/video-buf-dvb.h include/linux/via.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/via.h include/linux/usb_sl811.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/usb_sl811.h include/linux/tc_act/tc_pedit.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/tc_act/tc_pedit.h include/linux/tc_act/tc_mirred.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/tc_act/tc_mirred.h include/linux/tc_act/tc_ipt.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/tc_act/tc_ipt.h arch/arm/mach-ixp4xx/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp4xx/Makefile.boot include/linux/serial_8250.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/serial_8250.h include/linux/scatterlist.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/scatterlist.h include/linux/rslib.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/rslib.h include/linux/pktcdvd.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/pktcdvd.h arch/arm/mach-ixp4xx/ixdpg425-pci.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp4xx/ixdpg425-pci.c include/linux/pci-acpi.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/pci-acpi.h arch/arm/mach-l7200/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-l7200/Makefile.boot arch/arm/mach-lh7a40x/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-lh7a40x/Makefile.boot include/linux/nodemask.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/nodemask.h include/linux/netfilter_ipv4/ipt_hashlimit.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv4/ipt_hashlimit.h arch/arm/mach-lh7a40x/common.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-lh7a40x/common.h include/linux/netfilter_ipv4/ipt_connmark.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv4/ipt_connmark.h include/linux/netfilter_ipv4/ipt_CONNMARK.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv4/ipt_CONNMARK.h include/linux/netfilter_ipv4/ipt_CLUSTERIP.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h arch/arm/mach-omap/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/Makefile.boot include/linux/kobject_uevent.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kobject_uevent.h include/linux/kfifo.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kfifo.h include/linux/keyctl.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/keyctl.h include/linux/key.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/key.h include/linux/key-ui.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/key-ui.h include/asm-x86_64/mach_apic.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/mach_apic.h arch/arm/mach-omap/clock.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/clock.c arch/arm/mach-omap/clock.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/clock.h include/asm-x86_64/kprobes.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/kprobes.h include/asm-x86_64/ipi.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/ipi.h include/asm-x86_64/genapic.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/genapic.h include/asm-sh/sh03/sh03.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/sh03/sh03.h include/asm-sh/sh03/io.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/sh03/io.h include/asm-sh/se73180/se73180.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/se73180/se73180.h include/asm-sh/se73180/io.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/se73180/io.h include/asm-sh/microdev/irq.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/microdev/irq.h include/asm-sh/microdev/io.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/microdev/io.h arch/arm/mach-omap/pm.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/pm.c arch/arm/mach-omap/sleep.S - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/sleep.S include/asm-sh/irq-sh73180.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/irq-sh73180.h include/asm-sh/edosk7705/io.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/edosk7705/io.h arch/arm/mach-pxa/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-pxa/Makefile.boot drivers/pcmcia/pcmcia_compat.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/pcmcia_compat.c drivers/pnp/pnpacpi/Kconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/pnpacpi/Kconfig drivers/pnp/pnpacpi/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/pnpacpi/Makefile drivers/pnp/pnpacpi/core.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/pnpacpi/core.c include/asm-ppc64/sstep.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/sstep.h drivers/pnp/pnpacpi/pnpacpi.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/pnpacpi/pnpacpi.h include/asm-ppc/xparameters.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/xparameters.h arch/arm/mach-pxa/ssp.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-pxa/ssp.c include/asm-mips/tx4927/smsc_fdc37m81x.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/tx4927/smsc_fdc37m81x.h arch/arm/mach-rpc/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-rpc/Makefile.boot drivers/pnp/pnpacpi/rsparser.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/pnpacpi/rsparser.c include/asm-mips/msc01_ic.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/msc01_ic.h include/asm-mips/mach-sibyte/cpu-feature-overrides.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-sibyte/cpu-feature-overrides.h arch/arm/mach-s3c2410/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/Makefile.boot include/asm-mips/mach-ocelot3/cpu-feature-overrides.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-ocelot3/cpu-feature-overrides.h include/asm-mips/mach-mips/cpu-feature-overrides.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-mips/cpu-feature-overrides.h include/asm-mips/mach-ip32/spaces.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-ip32/spaces.h include/asm-mips/mach-ip22/spaces.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-ip22/spaces.h include/asm-mips/interrupt.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/interrupt.h include/asm-mips/dec/serial.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/dec/serial.h include/asm-mips/cpu-info.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/cpu-info.h include/asm-mips/compiler.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/compiler.h include/asm-m68knommu/m528xsim.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/m528xsim.h include/asm-m68knommu/m527xsim.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/m527xsim.h arch/arm/mach-s3c2410/mach-rx3715.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/mach-rx3715.c include/asm-m68k/hp300hw.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68k/hp300hw.h include/asm-ia64/sn/shub_mmr.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/shub_mmr.h arch/arm/mach-s3c2410/pm.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/pm.c arch/arm/mach-s3c2410/pm.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/pm.h include/asm-ia64/sn/l1.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/l1.h include/asm-i386/pci-direct.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/pci-direct.h include/asm-arm/rtc.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/rtc.h include/asm-arm/mach/irda.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/mach/irda.h include/asm-arm/hardware/icst307.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/hardware/icst307.h arch/arm/mach-s3c2410/sleep.S - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/sleep.S include/asm-arm/arch-s3c2410/iic.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/iic.h include/asm-arm/arch-s3c2410/idle.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/idle.h drivers/s390/char/monreader.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/monreader.c drivers/s390/char/vmlogrdr.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/vmlogrdr.c arch/arm/mach-sa1100/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/Makefile.boot drivers/s390/char/vmwatchdog.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/vmwatchdog.c drivers/scsi/a100u2w.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/a100u2w.c drivers/scsi/a100u2w.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/a100u2w.h drivers/scsi/ahci.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ahci.c drivers/scsi/aic7xxx/aic79xx_pci.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx_pci.h include/asm-arm/arch-s3c2410/bast-pmu.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/bast-pmu.h drivers/scsi/aic7xxx/aic7xxx_pci.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic7xxx_pci.h drivers/scsi/initio.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/initio.c drivers/scsi/initio.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/initio.h drivers/scsi/ql1040_fw.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ql1040_fw.h drivers/scsi/sata_uli.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sata_uli.c drivers/serial/8250_early.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250_early.c drivers/serial/8250_hp300.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250_hp300.c drivers/serial/crisv10.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/crisv10.c drivers/serial/crisv10.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/crisv10.h drivers/serial/imx.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/imx.c drivers/serial/m32r_sio.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/m32r_sio.c drivers/serial/m32r_sio.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/m32r_sio.h drivers/serial/m32r_sio_reg.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/m32r_sio_reg.h drivers/usb/atm/Kconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/atm/Kconfig drivers/usb/atm/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/atm/Makefile drivers/usb/atm/speedtch.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/atm/speedtch.c drivers/usb/atm/usb_atm.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/atm/usb_atm.c drivers/usb/atm/usb_atm.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/atm/usb_atm.h arch/m32r/Kconfig.debug - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/Kconfig.debug drivers/usb/host/hc_crisv10.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/hc_crisv10.c arch/ia64/sn/pci/pcibr/pcibr_reg.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/pci/pcibr/pcibr_reg.c arch/ia64/sn/pci/pcibr/pcibr_provider.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/pci/pcibr/pcibr_provider.c arch/ia64/sn/pci/pcibr/pcibr_dma.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/pci/pcibr/pcibr_dma.c arch/ia64/sn/pci/pcibr/pcibr_ate.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/pci/pcibr/pcibr_ate.c arch/ia64/sn/pci/pcibr/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/pci/pcibr/Makefile arch/ia64/sn/pci/pci_dma.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/pci/pci_dma.c arch/ia64/sn/pci/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/pci/Makefile drivers/usb/host/hc_crisv10.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/hc_crisv10.h drivers/usb/host/ohci-pxa27x.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-pxa27x.c arch/ia64/sn/kernel/klconflib.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/klconflib.c arch/ia64/sn/kernel/iomv.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/iomv.c arch/ia64/sn/kernel/io_init.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/io_init.c arch/ia64/sn/kernel/huberror.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/huberror.c arch/ia64/sn/kernel/bte_error.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/bte_error.c include/asm-arm/arch-pxa/ssp.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-pxa/ssp.h drivers/usb/host/sl811-hcd.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/sl811-hcd.c drivers/usb/host/sl811.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/sl811.h arch/ia64/sn/include/xtalk/xwidgetdev.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/include/xtalk/xwidgetdev.h arch/arm/mach-shark/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-shark/Makefile.boot arch/ia64/sn/include/xtalk/xbow.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/include/xtalk/xbow.h arch/arm/mach-versatile/Kconfig - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-versatile/Kconfig include/asm-arm/arch-omap/tc.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/tc.h arch/arm/mach-versatile/Makefile.boot - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-versatile/Makefile.boot include/asm-arm/arch-omap/omap16xx.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/omap16xx.h include/asm-arm/arch-omap/cpu.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/cpu.h fs/ntfs/runlist.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/runlist.h arch/arm/mach-versatile/core.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-versatile/core.h arch/arm/mach-versatile/versatile_ab.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-versatile/versatile_ab.c arch/arm/mach-versatile/versatile_pb.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-versatile/versatile_pb.c arch/ia64/sn/include/xtalk/hubdev.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/include/xtalk/hubdev.h fs/ntfs/runlist.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/runlist.c arch/ia64/sn/include/tio.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/include/tio.h arch/ia64/sn/include/shubio.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/include/shubio.h arch/ia64/sn/include/shub.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/include/shub.h arch/ia64/sn/include/pci/tiocp.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/include/pci/tiocp.h fs/ntfs/aops.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/aops.h arch/ia64/sn/include/pci/pic.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/include/pci/pic.h arch/ia64/sn/include/pci/pcidev.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/include/pci/pcidev.h arch/ia64/sn/include/pci/pcibus_provider_defs.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/include/pci/pcibus_provider_defs.h fs/hfs/attr.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/attr.c fs/ext3/resize.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/resize.c fs/cifs/readdir.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/readdir.c drivers/video/savage/savagefb_accel.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/savage/savagefb_accel.c arch/ia64/sn/include/pci/pcibr_provider.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/include/pci/pcibr_provider.h arch/ia64/sn/include/ioerror.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/include/ioerror.h drivers/usb/misc/phidgetkit.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/misc/phidgetkit.c drivers/usb/serial/cypress_m8.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/cypress_m8.c drivers/video/savage/savagefb.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/savage/savagefb.h arch/ia64/kernel/domain.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/domain.c drivers/usb/serial/cypress_m8.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/cypress_m8.h drivers/usb/serial/ipw.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/ipw.c drivers/video/console/bitblit.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/console/bitblit.c drivers/video/console/tileblit.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/console/tileblit.c drivers/video/intelfb/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/intelfb/Makefile drivers/video/intelfb/intelfb.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/intelfb/intelfb.h drivers/video/intelfb/intelfbdrv.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/intelfb/intelfbdrv.c drivers/video/savage/savagefb.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/savage/savagefb.c drivers/video/intelfb/intelfbdrv.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/intelfb/intelfbdrv.h drivers/video/intelfb/intelfbhw.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/intelfb/intelfbhw.c arch/i386/kernel/quirks.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/quirks.c drivers/video/intelfb/intelfbhw.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/intelfb/intelfbhw.h arch/cris/arch-v10/kernel/crisksyms.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/kernel/crisksyms.c arch/i386/kernel/cpu/intel_cacheinfo.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/intel_cacheinfo.c arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c arch/i386/kernel/acpi/earlyquirk.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/acpi/earlyquirk.c drivers/video/savage/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/savage/Makefile drivers/video/savage/savagefb-i2c.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/savage/savagefb-i2c.c CREDITS - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/CREDITS.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h Documentation/00-INDEX - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/00-INDEX.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/DMA-API.txt - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/DMA-API.txt.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h Documentation/DocBook/Makefile - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/DocBook/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h Documentation/DocBook/deviceiobook.tmpl - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/DocBook/deviceiobook.tmpl.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/DocBook/kernel-api.tmpl - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/DocBook/kernel-api.tmpl.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/DocBook/kernel-hacking.tmpl - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/DocBook/kernel-hacking.tmpl.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h Documentation/DocBook/libata.tmpl - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/DocBook/libata.tmpl.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/DocBook/mousedrivers.tmpl - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/DocBook/mousedrivers.tmpl.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/DocBook/procfs-guide.tmpl - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/DocBook/procfs-guide.tmpl.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/DocBook/videobook.tmpl - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/DocBook/videobook.tmpl.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/IO-mapping.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/IO-mapping.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/arm/Booting - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/arm/Booting.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/arm/README - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/arm/README.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/block/biodoc.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/block/biodoc.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/cdrom/00-INDEX - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/cdrom/00-INDEX.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/computone.txt - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/computone.txt.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h Documentation/cpqarray.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/cpqarray.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/cpu-freq/user-guide.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/cpu-freq/user-guide.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/crypto/api-intro.txt - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/crypto/api-intro.txt.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h Documentation/devices.txt - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/devices.txt.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h Documentation/digiboard.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/digiboard.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/digiepca.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/digiepca.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/dnotify.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/dnotify.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/fb/matroxfb.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/fb/matroxfb.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/fb/vesafb.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/fb/vesafb.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/filesystems/Locking - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/filesystems/Locking.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h Documentation/filesystems/devfs/ChangeLog - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/filesystems/devfs/ChangeLog.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/filesystems/devfs/README - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/filesystems/devfs/README.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/filesystems/ext2.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/filesystems/ext2.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/filesystems/ntfs.txt - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/filesystems/ntfs.txt.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h Documentation/filesystems/proc.txt - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/filesystems/proc.txt.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h Documentation/filesystems/ufs.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/filesystems/ufs.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/filesystems/vfs.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/filesystems/vfs.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/floppy.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/floppy.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/ftape.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/ftape.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/hw_random.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/hw_random.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/i2c/dev-interface - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/i2c/dev-interface.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/i2c/sysfs-interface - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/i2c/sysfs-interface.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h Documentation/i2c/writing-clients - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/i2c/writing-clients.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/i386/zero-page.txt - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/i386/zero-page.txt.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h Documentation/ide.txt - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/ide.txt.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h Documentation/isdn/README.eicon - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/isdn/README.eicon.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/kbuild/makefiles.txt - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kbuild/makefiles.txt.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/kbuild/modules.txt - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kbuild/modules.txt.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h Documentation/kernel-parameters.txt - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kernel-parameters.txt.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h Documentation/md.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/md.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/memory.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/memory.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/mkdev.ida - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/mkdev.ida.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/networking/e100.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/networking/e100.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/networking/e1000.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/networking/e1000.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/networking/ip-sysctl.txt - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/networking/ip-sysctl.txt.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h Documentation/networking/ixgb.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/networking/ixgb.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/nmi_watchdog.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/nmi_watchdog.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/parisc/registers - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/parisc/registers.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/pci.txt - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/pci.txt.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/pm.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/pm.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/power/pci.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/power/pci.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/power/swsusp.txt - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/power/swsusp.txt.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h Documentation/ramdisk.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/ramdisk.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/rocket.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/rocket.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/s390/s390dbf.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/s390/s390dbf.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/scsi/ChangeLog.megaraid - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/scsi/ChangeLog.megaraid.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/scsi/scsi_mid_low_api.txt - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/scsi/scsi_mid_low_api.txt.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h Documentation/scsi/sym53c8xx_2.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/scsi/sym53c8xx_2.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/sonypi.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/sonypi.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/sound/alsa/ALSA-Configuration.txt - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/sound/alsa/ALSA-Configuration.txt.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h Documentation/sound/oss/ChangeLog.awe - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/sound/oss/ChangeLog.awe.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/sound/oss/ChangeLog.multisound - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/sound/oss/ChangeLog.multisound.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/sound/oss/README.modules - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/sound/oss/README.modules.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/sysctl/vm.txt - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/sysctl/vm.txt.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h Documentation/tipar.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/tipar.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/usb/error-codes.txt - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/usb/error-codes.txt.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/usb/silverlink.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/usb/silverlink.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/usb/usb-serial.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/usb/usb-serial.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/video4linux/meye.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/video4linux/meye.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/vm/overcommit-accounting - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/vm/overcommit-accounting.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/x86_64/boot-options.txt - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/x86_64/boot-options.txt.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h MAINTAINERS - 1.13 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/MAINTAINERS.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h Makefile - 1.26 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Makefile.diff?r1=text&tr1=1.26&r2=text&tr2=1.25&f=h arch/alpha/Makefile - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/alpha/boot/bootloader.lds - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/boot/bootloader.lds.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/alpha/boot/bootp.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/boot/bootp.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/alpha/boot/bootpz.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/boot/bootpz.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/alpha/boot/head.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/boot/head.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/alpha/boot/misc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/boot/misc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/alpha/kernel/alpha_ksyms.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/alpha_ksyms.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/alpha/kernel/console.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/console.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/alpha/kernel/irq.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/irq.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/alpha/kernel/pci.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/pci.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/alpha/kernel/pci_impl.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/pci_impl.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/alpha/kernel/ptrace.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/ptrace.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/alpha/kernel/signal.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/signal.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/alpha/kernel/smp.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/smp.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/alpha/kernel/srmcons.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/srmcons.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/alpha/kernel/sys_alcor.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/sys_alcor.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/alpha/kernel/sys_cabriolet.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/sys_cabriolet.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/alpha/kernel/sys_dp264.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/sys_dp264.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/alpha/kernel/sys_eb64p.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/sys_eb64p.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/alpha/kernel/sys_eiger.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/sys_eiger.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/alpha/kernel/sys_marvel.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/sys_marvel.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/alpha/kernel/sys_mikasa.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/sys_mikasa.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/alpha/kernel/sys_nautilus.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/sys_nautilus.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/alpha/kernel/sys_noritake.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/sys_noritake.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/alpha/kernel/sys_rx164.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/sys_rx164.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/alpha/kernel/sys_sx164.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/sys_sx164.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/alpha/kernel/sys_titan.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/sys_titan.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/alpha/kernel/sys_wildfire.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/sys_wildfire.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/alpha/kernel/time.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/time.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/alpha/lib/csum_partial_copy.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/lib/csum_partial_copy.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/alpha/lib/dec_and_lock.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/lib/dec_and_lock.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/Kconfig - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/Kconfig.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/arm/Makefile - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/Makefile.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/arm/boot/Makefile - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/boot/Makefile.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/arm/boot/compressed/Makefile - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/boot/compressed/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/arm/boot/compressed/head-sa1100.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/boot/compressed/head-sa1100.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/boot/compressed/head.S - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/boot/compressed/head.S.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/arm/boot/compressed/hw-bse.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/boot/compressed/hw-bse.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/common/Makefile - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/common/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/common/amba.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/common/amba.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/arm/common/sa1111.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/common/sa1111.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/arm/configs/adsbitsy_defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/adsbitsy_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/configs/brutus_defconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/brutus_defconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/configs/empeg_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/empeg_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/configs/flexanet_defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/flexanet_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/configs/freebird_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/freebird_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/configs/freebird_new_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/freebird_new_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/configs/graphicsclient_defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/graphicsclient_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/configs/graphicsmaster_defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/graphicsmaster_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/configs/huw_webpanel_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/huw_webpanel_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/configs/integrator_defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/integrator_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/configs/iq80321_defconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/iq80321_defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/arm/configs/pangolin_defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/pangolin_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/configs/pfs168_mqtft_defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/pfs168_mqtft_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/configs/pfs168_mqvga_defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/pfs168_mqvga_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/configs/pfs168_sastn_defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/pfs168_sastn_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/configs/pfs168_satft_defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/pfs168_satft_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/configs/pleb_defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/pleb_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/configs/sherman_defconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/sherman_defconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/configs/stork_defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/stork_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/configs/system3_defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/system3_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/configs/trizeps_defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/trizeps_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/kernel/Makefile - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/arm/kernel/armksyms.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/armksyms.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/arm/kernel/asm-offsets.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/asm-offsets.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/arm/kernel/bios32.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/bios32.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/kernel/debug.S - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/debug.S.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/arm/kernel/ecard.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/ecard.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/kernel/entry-armv.S - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/entry-armv.S.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/arm/kernel/fiq.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/fiq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/kernel/head.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/head.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/kernel/io.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/io.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/kernel/irq.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/irq.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/arm/kernel/module.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/module.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/kernel/process.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/process.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/arm/kernel/ptrace.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/ptrace.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/arm/kernel/setup.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/setup.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/arm/kernel/signal.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/signal.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/arm/kernel/sys_arm.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/sys_arm.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/arm/kernel/time.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/time.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/arm/kernel/traps.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/traps.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/arm/kernel/vmlinux.lds.S - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/vmlinux.lds.S.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/lib/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/lib/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/lib/csumpartial.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/lib/csumpartial.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/lib/csumpartialcopygeneric.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/lib/csumpartialcopygeneric.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/lib/delay.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/lib/delay.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/lib/getuser.S - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/lib/getuser.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/lib/io-readsl-armv3.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/lib/io-readsl-armv3.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/lib/io-readsl-armv4.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/lib/io-readsl-armv4.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/lib/io-writesl.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/lib/io-writesl.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/lib/longlong.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/lib/longlong.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/lib/putuser.S - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/lib/putuser.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-clps711x/autcpu12.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-clps711x/autcpu12.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-clps711x/cdb89712.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-clps711x/cdb89712.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-clps711x/ceiva.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-clps711x/ceiva.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-clps711x/clep7312.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-clps711x/clep7312.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-clps711x/edb7211-arch.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-clps711x/edb7211-arch.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-clps711x/fortunet.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-clps711x/fortunet.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-clps711x/p720t.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-clps711x/p720t.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-clps711x/time.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-clps711x/time.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-clps7500/core.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-clps7500/core.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-ebsa110/core.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ebsa110/core.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-ebsa110/io.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ebsa110/io.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-epxa10db/arch.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-epxa10db/arch.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-epxa10db/time.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-epxa10db/time.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-footbridge/Kconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-footbridge/Kconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-footbridge/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-footbridge/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-footbridge/arch.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-footbridge/arch.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-footbridge/cats-hw.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-footbridge/cats-hw.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-footbridge/irq.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-footbridge/irq.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-footbridge/mm.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-footbridge/mm.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-footbridge/netwinder-hw.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-footbridge/netwinder-hw.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-integrator/core.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-integrator/core.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-integrator/integrator_ap.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-integrator/integrator_ap.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/arm/mach-iop3xx/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-iop3xx/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-iop3xx/arch.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-iop3xx/arch.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-iop3xx/iop321-time.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-iop3xx/iop321-time.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-iop3xx/mm-321.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-iop3xx/mm-321.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-pxa/generic.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-pxa/generic.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/arm/mach-pxa/generic.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-pxa/generic.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-pxa/idp.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-pxa/idp.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/arm/mach-pxa/lubbock.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-pxa/lubbock.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/arm/mach-pxa/pm.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-pxa/pm.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-rpc/riscpc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-rpc/riscpc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/Kconfig - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/Kconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/arm/mach-sa1100/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/adsbitsy.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/adsbitsy.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-sa1100/assabet.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/assabet.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-sa1100/badge4.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/badge4.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-sa1100/brutus.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/brutus.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/cerf.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/cerf.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-sa1100/empeg.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/empeg.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/flexanet.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/flexanet.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/freebird.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/freebird.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/generic.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/generic.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/arm/mach-sa1100/generic.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/generic.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-sa1100/graphicsclient.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/graphicsclient.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/graphicsmaster.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/graphicsmaster.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-sa1100/h3600.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/h3600.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-sa1100/hackkit.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/hackkit.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/huw_webpanel.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/huw_webpanel.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/itsy.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/itsy.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/jornada720.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/jornada720.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-sa1100/lart.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/lart.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/leds-adsbitsy.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/leds-adsbitsy.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-sa1100/leds-brutus.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/leds-brutus.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-sa1100/leds-flexanet.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/leds-flexanet.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-sa1100/leds-graphicsclient.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/leds-graphicsclient.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-sa1100/leds-graphicsmaster.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/leds-graphicsmaster.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-sa1100/leds-pfs168.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/leds-pfs168.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-sa1100/leds-simpad.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/leds-simpad.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-sa1100/leds-system3.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/leds-system3.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-sa1100/nanoengine.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/nanoengine.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/neponset.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/neponset.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-sa1100/omnimeter.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/omnimeter.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/pangolin.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/pangolin.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/pfs168.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/pfs168.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-sa1100/pleb.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/pleb.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/pm.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/pm.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-sa1100/shannon.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/shannon.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/sherman.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/sherman.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/simpad.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/simpad.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/sleep.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/sleep.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-sa1100/stork.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/stork.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/system3.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/system3.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-sa1100/trizeps.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/trizeps.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/xp860.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/xp860.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-sa1100/yopy.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/yopy.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-shark/core.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-shark/core.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mm/Kconfig - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mm/Kconfig.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/arm/mm/init.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mm/init.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/arm/mm/ioremap.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mm/ioremap.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mm/mm-armv.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mm/mm-armv.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/arm/mm/proc-arm720.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mm/proc-arm720.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mm/proc-xscale.S - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mm/proc-xscale.S.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/nwfpe/double_cpdo.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/nwfpe/double_cpdo.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/tools/mach-types - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/tools/mach-types.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/arm26/kernel/ptrace.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm26/kernel/ptrace.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm26/kernel/time.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm26/kernel/time.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm26/machine/dma.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm26/machine/dma.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm26/machine/small_page.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm26/machine/small_page.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/cris/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/cris/arch-v10/drivers/Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/drivers/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/cris/arch-v10/drivers/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/drivers/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/cris/arch-v10/drivers/axisflashmap.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/drivers/axisflashmap.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/cris/arch-v10/drivers/ds1302.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/drivers/ds1302.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/cris/arch-v10/drivers/ethernet.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/drivers/ethernet.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/cris/arch-v10/drivers/gpio.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/drivers/gpio.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/cris/arch-v10/drivers/i2c.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/drivers/i2c.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/cris/arch-v10/drivers/pcf8563.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/drivers/pcf8563.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/cris/arch-v10/drivers/serial.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/drivers/serial.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/cris/arch-v10/drivers/serial.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/drivers/serial.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/cris/arch-v10/kernel/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/kernel/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/cris/arch-v10/kernel/debugport.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/kernel/debugport.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/cris/arch-v10/kernel/entry.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/kernel/entry.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/cris/arch-v10/kernel/irq.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/kernel/irq.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/cris/arch-v10/kernel/kgdb.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/kernel/kgdb.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/cris/arch-v10/kernel/process.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/kernel/process.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/cris/arch-v10/kernel/ptrace.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/kernel/ptrace.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/cris/arch-v10/kernel/signal.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/kernel/signal.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/cris/arch-v10/kernel/time.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/kernel/time.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/cris/arch-v10/mm/fault.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/mm/fault.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/cris/arch-v10/mm/tlb.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/mm/tlb.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/cris/arch-v10/vmlinux.lds.S - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/vmlinux.lds.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/cris/kernel/irq.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/kernel/irq.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/h8300/kernel/ptrace.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/kernel/ptrace.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/h8300/kernel/setup.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/kernel/setup.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/h8300/kernel/signal.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/kernel/signal.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/h8300/kernel/time.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/kernel/time.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/h8300/kernel/vmlinux.lds.S - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/kernel/vmlinux.lds.S.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/h8300/platform/h8300h/aki3068net/ram.ld - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/platform/h8300h/aki3068net/ram.ld.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/h8300/platform/h8300h/entry.S - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/platform/h8300h/entry.S.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/h8300/platform/h8300h/generic/ram.ld - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/platform/h8300h/generic/ram.ld.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/h8300/platform/h8300h/generic/rom.ld - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/platform/h8300h/generic/rom.ld.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/h8300/platform/h8300h/h8max/ram.ld - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/platform/h8300h/h8max/ram.ld.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/h8300/platform/h8s/edosk2674/crt0_rom.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/platform/h8s/edosk2674/crt0_rom.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/h8300/platform/h8s/edosk2674/ram.ld - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/platform/h8s/edosk2674/ram.ld.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/h8300/platform/h8s/edosk2674/rom.ld - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/platform/h8s/edosk2674/rom.ld.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/h8300/platform/h8s/entry.S - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/platform/h8s/entry.S.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/h8300/platform/h8s/generic/ram.ld - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/platform/h8s/generic/ram.ld.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/h8300/platform/h8s/generic/rom.ld - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/platform/h8s/generic/rom.ld.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/i386/Kconfig - 1.15 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Kconfig.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/i386/Makefile - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Makefile.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/i386/boot/video.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/boot/video.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/defconfig - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/defconfig.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/i386/kernel/Makefile - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/Makefile.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/i386/kernel/acpi/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/acpi/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/i386/kernel/acpi/boot.c - 1.14 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/acpi/boot.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/i386/kernel/acpi/sleep.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/acpi/sleep.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/acpi/wakeup.S - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/acpi/wakeup.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/i386/kernel/apic.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/apic.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/i386/kernel/apm.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/apm.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/i386/kernel/cpu/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/i386/kernel/cpu/cpufreq/Kconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/Kconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/i386/kernel/cpu/cpufreq/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/cpu/cpufreq/acpi.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/acpi.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/i386/kernel/cpu/cpufreq/gx-suspmod.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/gx-suspmod.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/kernel/cpu/cpufreq/longhaul.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/longhaul.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/i386/kernel/cpu/cpufreq/longrun.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/longrun.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/i386/kernel/cpu/cpufreq/p4-clockmod.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/p4-clockmod.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/i386/kernel/cpu/cpufreq/powernow-k7.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/powernow-k7.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/i386/kernel/cpu/cpufreq/powernow-k8.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/powernow-k8.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/i386/kernel/cpu/cpufreq/powernow-k8.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/powernow-k8.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/i386/kernel/cpu/cpufreq/speedstep-ich.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/speedstep-ich.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/i386/kernel/cpu/cpufreq/speedstep-lib.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/speedstep-lib.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/i386/kernel/cpu/cpufreq/speedstep-smi.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/speedstep-smi.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/i386/kernel/cpu/cyrix.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cyrix.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/cpu/intel.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/intel.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/i386/kernel/cpu/mcheck/k7.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/mcheck/k7.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/cpu/mcheck/mce.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/mcheck/mce.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/i386/kernel/cpu/mcheck/mce.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/mcheck/mce.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/i386/kernel/cpu/mcheck/non-fatal.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/mcheck/non-fatal.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/kernel/cpu/mcheck/p4.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/mcheck/p4.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/cpu/mcheck/p5.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/mcheck/p5.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/cpu/mcheck/p6.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/mcheck/p6.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/cpu/mcheck/winchip.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/mcheck/winchip.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/cpu/mtrr/main.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/mtrr/main.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/cpu/nexgen.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/nexgen.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/i386/kernel/cpu/proc.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/proc.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/kernel/cpu/transmeta.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/transmeta.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/i386/kernel/dmi_scan.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/dmi_scan.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/i386/kernel/entry.S - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/entry.S.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/i386/kernel/i386_ksyms.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/i386_ksyms.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/i386/kernel/i387.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/i387.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/kernel/i8259.c - 1.14 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/i8259.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/i386/kernel/io_apic.c - 1.17 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/io_apic.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/i386/kernel/irq.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/irq.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/i386/kernel/microcode.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/microcode.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/i386/kernel/mpparse.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/mpparse.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/i386/kernel/numaq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/numaq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/process.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/process.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/i386/kernel/ptrace.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/ptrace.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/kernel/reboot.c - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/reboot.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/i386/kernel/scx200.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/scx200.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/i386/kernel/semaphore.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/semaphore.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/i386/kernel/signal.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/signal.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/i386/kernel/smp.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/smp.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/i386/kernel/srat.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/srat.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/time.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/time.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/i386/kernel/time_hpet.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/time_hpet.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/kernel/timers/common.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/timers/common.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/timers/timer.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/timers/timer.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/timers/timer_cyclone.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/timers/timer_cyclone.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/kernel/timers/timer_hpet.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/timers/timer_hpet.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/timers/timer_none.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/timers/timer_none.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/i386/kernel/timers/timer_pit.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/timers/timer_pit.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/i386/kernel/timers/timer_tsc.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/timers/timer_tsc.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/i386/kernel/traps.c - 1.14 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/traps.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/i386/kernel/vm86.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/vm86.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/i386/kernel/vsyscall-sysenter.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/vsyscall-sysenter.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/lib/dec_and_lock.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/lib/dec_and_lock.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/i386/mach-default/topology.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/mach-default/topology.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/i386/mach-es7000/es7000.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/mach-es7000/es7000.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/i386/mach-voyager/voyager_basic.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/mach-voyager/voyager_basic.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/mach-voyager/voyager_smp.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/mach-voyager/voyager_smp.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/i386/mm/discontig.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/mm/discontig.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/mm/fault.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/mm/fault.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/i386/mm/hugetlbpage.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/mm/hugetlbpage.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/i386/mm/init.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/mm/init.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/i386/mm/pageattr.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/mm/pageattr.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/i386/mm/pgtable.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/mm/pgtable.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/i386/pci/acpi.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/pci/acpi.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/pci/changelog - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/pci/changelog.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/i386/pci/common.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/pci/common.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/pci/fixup.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/pci/fixup.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/i386/pci/i386.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/pci/i386.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/i386/pci/irq.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/pci/irq.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/i386/power/cpu.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/power/cpu.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/Makefile - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/Makefile.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/defconfig - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/defconfig.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ia64/hp/common/sba_iommu.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/hp/common/sba_iommu.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ia64/hp/sim/simeth.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/hp/sim/simeth.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/hp/sim/simserial.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/hp/sim/simserial.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/ia32/binfmt_elf32.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/ia32/binfmt_elf32.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/ia32/elfcore32.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/ia32/elfcore32.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/ia32/ia32_entry.S - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/ia32/ia32_entry.S.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/ia32/ia32priv.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/ia32/ia32priv.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kernel/Makefile - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/Makefile.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kernel/acpi.c - 1.14 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/acpi.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/ia64/kernel/asm-offsets.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/asm-offsets.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/kernel/efi.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/efi.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ia64/kernel/entry.S - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/entry.S.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kernel/fsys.S - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/fsys.S.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kernel/iosapic.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/iosapic.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/ia64/kernel/irq.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/irq.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ia64/kernel/irq_ia64.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/irq_ia64.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kernel/ivt.S - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/ivt.S.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/kernel/mca.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/mca.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kernel/mca_asm.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/mca_asm.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/kernel/perfmon.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/perfmon.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ia64/kernel/process.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/process.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ia64/kernel/ptrace.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/ptrace.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/kernel/setup.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/setup.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kernel/signal.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/signal.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kernel/smp.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/smp.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kernel/smpboot.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/smpboot.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ia64/kernel/sys_ia64.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/sys_ia64.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/kernel/time.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/time.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kernel/unwind.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/unwind.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ia64/lib/io.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/lib/io.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/lib/swiotlb.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/lib/swiotlb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/mm/discontig.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/mm/discontig.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/mm/fault.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/mm/fault.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/mm/init.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/mm/init.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/ia64/mm/numa.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/mm/numa.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/pci/pci.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/pci/pci.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ia64/sn/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/io/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/io/cdl.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/cdl.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/io/drivers/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/drivers/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/io/drivers/ioconfig_bus.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/drivers/ioconfig_bus.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/sn/io/hwgfs/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/hwgfs/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/io/hwgfs/hcl.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/hwgfs/hcl.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/sn/io/hwgfs/hcl_util.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/hwgfs/hcl_util.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/sn/io/hwgfs/interface.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/hwgfs/interface.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/sn/io/hwgfs/labelcl.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/hwgfs/labelcl.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/io/hwgfs/ramfs.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/hwgfs/ramfs.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/sn/io/io.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/io.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/sn/io/machvec/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/machvec/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/io/machvec/iomv.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/machvec/iomv.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/io/machvec/pci.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/machvec/pci.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/io/machvec/pci_bus_cvlink.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/machvec/pci_bus_cvlink.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/sn/io/machvec/pci_dma.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/machvec/pci_dma.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/sn/io/platform_init/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/platform_init/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/io/platform_init/sgi_io_init.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/platform_init/sgi_io_init.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/sn/io/sn2/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/io/sn2/bte_error.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/bte_error.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/io/sn2/geo_op.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/geo_op.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/sn/io/sn2/klconflib.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/klconflib.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/io/sn2/klgraph.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/klgraph.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/sn/io/sn2/l1_command.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/l1_command.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/io/sn2/ml_SN_init.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/ml_SN_init.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/io/sn2/ml_SN_intr.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/ml_SN_intr.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/io/sn2/ml_iograph.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/ml_iograph.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/sn/io/sn2/module.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/module.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/sn/io/sn2/pcibr/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/pcibr/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/io/sn2/pcibr/pcibr_ate.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/pcibr/pcibr_ate.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/io/sn2/pcibr/pcibr_config.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/pcibr/pcibr_config.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/io/sn2/pcibr/pcibr_dvr.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/pcibr/pcibr_dvr.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/sn/io/sn2/pcibr/pcibr_error.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/pcibr/pcibr_error.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/sn/io/sn2/pcibr/pcibr_hints.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/pcibr/pcibr_hints.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/sn/io/sn2/pcibr/pcibr_intr.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/pcibr/pcibr_intr.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/sn/io/sn2/pcibr/pcibr_rrb.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/pcibr/pcibr_rrb.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/io/sn2/pcibr/pcibr_slot.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/pcibr/pcibr_slot.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/sn/io/sn2/pciio.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/pciio.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/io/sn2/pic.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/pic.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/sn/io/sn2/shub.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/shub.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/io/sn2/shub_intr.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/shub_intr.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/io/sn2/shuberror.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/shuberror.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/sn/io/sn2/shubio.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/shubio.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/sn/io/sn2/xbow.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/xbow.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/io/sn2/xtalk.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/xtalk.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/sn/io/xswitch.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/xswitch.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/kernel/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/kernel/bte.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/bte.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/sn/kernel/idle.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/idle.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ia64/sn/kernel/irq.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/irq.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/sn/kernel/mca.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/mca.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/sn/kernel/probe.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/probe.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/sn/kernel/setup.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/setup.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/ia64/sn/kernel/sn2/io.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/sn2/io.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/kernel/sn2/prominfo_proc.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/sn2/prominfo_proc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/sn/kernel/sn2/ptc_deadlock.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/sn2/ptc_deadlock.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ia64/sn/kernel/sn2/sn2_smp.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/sn2/sn2_smp.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/sn/kernel/sn2/sn_proc_fs.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/sn2/sn_proc_fs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/sn/kernel/sn2/timer.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/sn2/timer.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/Kconfig - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/Kconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/m68k/Makefile - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/m68k/atari/hades-pci.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/atari/hades-pci.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/m68k/defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/m68k/hp300/config.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/hp300/config.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m68k/hp300/ints.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/hp300/ints.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/m68k/hp300/reboot.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/hp300/reboot.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m68k/hp300/time.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/hp300/time.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/kernel/bios32.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/kernel/bios32.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/m68k/kernel/entry.S - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/kernel/entry.S.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/m68k/kernel/head.S - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/kernel/head.S.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/m68k/kernel/ptrace.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/kernel/ptrace.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/m68k/kernel/setup.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/kernel/setup.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/m68k/kernel/time.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/kernel/time.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/m68k/kernel/vmlinux-std.lds - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/kernel/vmlinux-std.lds.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/m68k/kernel/vmlinux-sun3.lds - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/kernel/vmlinux-sun3.lds.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/m68k/kernel/vmlinux.lds.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/kernel/vmlinux.lds.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m68k/mm/memory.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/mm/memory.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/m68k/mm/motorola.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/mm/motorola.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/m68k/mm/sun3mmu.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/mm/sun3mmu.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/q40/config.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/q40/config.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/m68k/q40/q40ints.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/q40/q40ints.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/m68k/sun3/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/sun3/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m68k/sun3/mmu_emu.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/sun3/mmu_emu.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/m68k/sun3/sun3dvma.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/sun3/sun3dvma.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/m68k/sun3/sun3ints.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/sun3/sun3ints.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/m68k/sun3x/config.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/sun3x/config.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68knommu/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/m68knommu/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68knommu/defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/m68knommu/kernel/ptrace.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/kernel/ptrace.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68knommu/kernel/setup.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/kernel/setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/m68knommu/kernel/signal.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/kernel/signal.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/m68knommu/kernel/syscalltable.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/kernel/syscalltable.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68knommu/kernel/time.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/kernel/time.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/m68knommu/kernel/vmlinux.lds.S - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/kernel/vmlinux.lds.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/m68knommu/lib/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/lib/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m68knommu/mm/init.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/mm/init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68knommu/mm/memory.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/mm/memory.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m68knommu/platform/5206e/MOTOROLA/crt0_ram.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/5206e/MOTOROLA/crt0_ram.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m68knommu/platform/5206e/config.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/5206e/config.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68knommu/platform/5249/config.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/5249/config.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68knommu/platform/5272/config.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/5272/config.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68knommu/platform/5282/MOTOROLA/crt0_ram.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/5282/MOTOROLA/crt0_ram.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m68knommu/platform/5282/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/5282/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m68knommu/platform/5282/config.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/5282/config.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68knommu/platform/5282/pit.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/5282/pit.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m68knommu/platform/5307/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/5307/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m68knommu/platform/5307/config.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/5307/config.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68knommu/platform/5307/vectors.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/5307/vectors.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68knommu/platform/5407/config.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/5407/config.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/Kconfig - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/Kconfig.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/mips/Makefile - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/mips/arc/identify.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/arc/identify.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/arc/misc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/arc/misc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/au1000/common/Makefile - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/common/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/au1000/common/dma.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/common/dma.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/au1000/common/irq.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/common/irq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/au1000/common/puts.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/common/puts.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/au1000/common/reset.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/common/reset.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/au1000/common/time.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/common/time.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/au1000/common/usbdev.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/common/usbdev.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/baget/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/baget/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/baget/baget.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/baget/baget.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/baget/bagetIRQ.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/baget/bagetIRQ.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/baget/balo.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/baget/balo.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/baget/balo_supp.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/baget/balo_supp.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/baget/irq.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/baget/irq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/baget/ld.script.balo - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/baget/ld.script.balo.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/baget/print.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/baget/print.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/baget/prom/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/baget/prom/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/baget/prom/init.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/baget/prom/init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/baget/reset.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/baget/reset.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/baget/setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/baget/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/baget/time.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/baget/time.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/boot/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/boot/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/boot/addinitrd.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/boot/addinitrd.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/cobalt/irq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/cobalt/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/cobalt/setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/cobalt/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/ddb5xxx/common/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ddb5xxx/common/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/ddb5xxx/common/irq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ddb5xxx/common/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/ddb5xxx/ddb5074/irq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ddb5xxx/ddb5074/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/ddb5xxx/ddb5074/nile4_pic.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ddb5xxx/ddb5074/nile4_pic.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/ddb5xxx/ddb5074/setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ddb5xxx/ddb5074/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/ddb5xxx/ddb5476/irq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ddb5xxx/ddb5476/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/ddb5xxx/ddb5476/setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ddb5xxx/ddb5476/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/ddb5xxx/ddb5476/vrc5476_irq.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ddb5xxx/ddb5476/vrc5476_irq.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/ddb5xxx/ddb5477/irq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ddb5xxx/ddb5477/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/ddb5xxx/ddb5477/irq_5477.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ddb5xxx/ddb5477/irq_5477.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/ddb5xxx/ddb5477/setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ddb5xxx/ddb5477/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/dec/boot/decstation.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/dec/boot/decstation.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/dec/setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/dec/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/defconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/galileo-boards/ev96100/irq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/galileo-boards/ev96100/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/galileo-boards/ev96100/time.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/galileo-boards/ev96100/time.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/gt64120/momenco_ocelot/dbg_io.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/gt64120/momenco_ocelot/dbg_io.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/gt64120/momenco_ocelot/irq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/gt64120/momenco_ocelot/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/hp-lj/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/hp-lj/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/hp-lj/asic.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/hp-lj/asic.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/hp-lj/gdb_hook.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/hp-lj/gdb_hook.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/hp-lj/init.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/hp-lj/init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/hp-lj/int-handler.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/hp-lj/int-handler.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/hp-lj/irq.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/hp-lj/irq.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/hp-lj/setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/hp-lj/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/hp-lj/utils.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/hp-lj/utils.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/hp-lj/utils.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/hp-lj/utils.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/ite-boards/generic/irq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ite-boards/generic/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/jazz/irq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/jazz/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/jazz/jazzdma.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/jazz/jazzdma.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/jazz/reset.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/jazz/reset.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/jmr3927/rbhma3100/irq.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/jmr3927/rbhma3100/irq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/jmr3927/rbhma3100/setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/jmr3927/rbhma3100/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/kernel/cpu-bugs64.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/cpu-bugs64.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/kernel/cpu-probe.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/cpu-probe.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/kernel/entry.S - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/entry.S.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/kernel/gdb-stub.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/gdb-stub.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/kernel/genex.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/genex.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/kernel/head.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/head.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/kernel/i8259.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/i8259.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/kernel/ioctl32.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/ioctl32.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/kernel/irixelf.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/irixelf.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/kernel/irixsig.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/irixsig.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/kernel/irq.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/irq.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/kernel/process.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/process.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/kernel/ptrace.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/ptrace.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/kernel/ptrace32.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/ptrace32.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/kernel/r4k_switch.S - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/r4k_switch.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/kernel/scall32-o32.S - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/scall32-o32.S.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/kernel/scall64-64.S - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/scall64-64.S.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/kernel/scall64-n32.S - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/scall64-n32.S.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/kernel/scall64-o32.S - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/scall64-o32.S.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/kernel/semaphore.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/semaphore.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/kernel/setup.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/kernel/signal.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/signal.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/kernel/signal32.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/signal32.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/kernel/signal_n32.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/signal_n32.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/kernel/smp.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/smp.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/kernel/syscall.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/syscall.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/kernel/sysirix.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/sysirix.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/mips/kernel/time.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/time.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/kernel/traps.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/traps.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/kernel/vmlinux.lds.S - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/vmlinux.lds.S.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/lasat/interrupt.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/lasat/interrupt.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/lasat/setup.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/lasat/setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/lib-64/dump_tlb.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/lib-64/dump_tlb.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/lib/csum_partial_copy.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/lib/csum_partial_copy.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/math-emu/cp1emu.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/math-emu/cp1emu.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mips-boards/atlas/atlas_int.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mips-boards/atlas/atlas_int.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mips-boards/atlas/atlas_setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mips-boards/atlas/atlas_setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mips-boards/generic/init.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mips-boards/generic/init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mips-boards/generic/memory.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mips-boards/generic/memory.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mips-boards/malta/malta_int.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mips-boards/malta/malta_int.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mips-boards/malta/malta_setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mips-boards/malta/malta_setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mips-boards/sead/sead_int.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mips-boards/sead/sead_int.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mips-boards/sead/sead_setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mips-boards/sead/sead_setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mm/Makefile - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/mm/c-r3k.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/c-r3k.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/mm/c-r4k.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/c-r4k.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/mm/c-sb1.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/c-sb1.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/mm/c-tx39.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/c-tx39.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/mm/ioremap.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/ioremap.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mm/pgtable-64.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/pgtable-64.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/mm/tlb-andes.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/tlb-andes.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/mm/tlb-r3k.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/tlb-r3k.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mm/tlb-r4k.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/tlb-r4k.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/mm/tlb-sb1.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/tlb-sb1.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/momentum/ocelot_c/dbg_io.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/ocelot_c/dbg_io.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/momentum/ocelot_c/irq.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/ocelot_c/irq.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/momentum/ocelot_g/dbg_io.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/ocelot_g/dbg_io.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/momentum/ocelot_g/gt-irq.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/ocelot_g/gt-irq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/momentum/ocelot_g/irq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/ocelot_g/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/Makefile - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/pci/fixup-au1000.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-au1000.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/pci/fixup-capcella.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-capcella.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/pci/fixup-ite8172g.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-ite8172g.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/fixup-ivr.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-ivr.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/fixup-jmr3927.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-jmr3927.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/fixup-tb0226.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-tb0226.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/pci/ops-au1000.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/ops-au1000.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/pci/ops-it8172.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/ops-it8172.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/pci-ddb5074.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/pci-ddb5074.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/pci-ddb5476.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/pci-ddb5476.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/pci-ddb5477.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/pci-ddb5477.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/pci-hplj.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/pci-hplj.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/pci-ip27.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/pci-ip27.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/pci/pci-ip32.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/pci-ip32.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/pci-lasat.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/pci-lasat.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/pci/pci-ocelot-c.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/pci-ocelot-c.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/pci/pci-ocelot-g.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/pci-ocelot-g.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/pci/pci-sb1250.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/pci-sb1250.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/pci/pci-vr41xx.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/pci-vr41xx.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/pci/pci.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/pci.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/ramdisk/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ramdisk/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/ramdisk/ld.script - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ramdisk/ld.script.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/sgi-ip22/ip22-berr.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip22/ip22-berr.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/sgi-ip22/ip22-int.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip22/ip22-int.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/sgi-ip22/ip22-setup.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip22/ip22-setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/sgi-ip27/ip27-init.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip27/ip27-init.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/sgi-ip27/ip27-irq.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip27/ip27-irq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/sgi-ip27/ip27-klnuma.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip27/ip27-klnuma.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/sgi-ip27/ip27-memory.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip27/ip27-memory.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/sgi-ip27/ip27-timer.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip27/ip27-timer.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/sgi-ip32/crime.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip32/crime.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/sgi-ip32/ip32-irq.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip32/ip32-irq.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/sgi-ip32/ip32-reset.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip32/ip32-reset.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/sgi-ip32/ip32-setup.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip32/ip32-setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/sibyte/cfe/setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sibyte/cfe/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/sibyte/cfe/smp.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sibyte/cfe/smp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/sibyte/sb1250/irq.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sibyte/sb1250/irq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/sibyte/sb1250/irq_handler.S - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sibyte/sb1250/irq_handler.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/sibyte/sb1250/prom.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sibyte/sb1250/prom.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/sibyte/swarm/setup.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sibyte/swarm/setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/sni/irq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sni/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/sni/setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sni/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/tx4927/common/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/tx4927/common/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/tx4927/common/tx4927_irq.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/tx4927/common/tx4927_irq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/tx4927/common/tx4927_setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/tx4927/common/tx4927_setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_irq.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_irq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_prom.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_prom.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/vr4181/common/irq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/vr4181/common/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/vr41xx/common/icu.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/vr41xx/common/icu.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/mips/vr41xx/common/vrc4173.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/vr41xx/common/vrc4173.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/parisc/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/parisc/hpux/fs.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/hpux/fs.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/parisc/kernel/Makefile - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/parisc/kernel/asm-offsets.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/asm-offsets.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/parisc/kernel/cache.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/cache.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/parisc/kernel/entry.S - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/entry.S.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/parisc/kernel/firmware.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/firmware.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/parisc/kernel/head.S - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/head.S.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/parisc/kernel/head64.S - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/head64.S.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/parisc/kernel/pacache.S - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/pacache.S.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/parisc/kernel/parisc_ksyms.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/parisc_ksyms.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/parisc/kernel/pci-dma.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/pci-dma.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/parisc/kernel/pdc_cons.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/pdc_cons.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/parisc/kernel/perf_asm.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/perf_asm.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/parisc/kernel/perf_images.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/perf_images.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/parisc/kernel/process.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/process.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/parisc/kernel/ptrace.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/ptrace.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/parisc/kernel/real2.S - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/real2.S.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/parisc/kernel/signal.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/signal.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/parisc/kernel/smp.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/smp.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/parisc/kernel/sys_parisc.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/sys_parisc.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/parisc/kernel/sys_parisc32.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/sys_parisc32.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/parisc/kernel/syscall.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/syscall.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/parisc/kernel/syscall_table.S - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/syscall_table.S.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/parisc/kernel/time.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/time.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/parisc/kernel/traps.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/traps.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/parisc/kernel/unaligned.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/unaligned.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/parisc/lib/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/lib/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/parisc/lib/bitops.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/lib/bitops.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/parisc/lib/checksum.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/lib/checksum.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/parisc/lib/lusercopy.S - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/lib/lusercopy.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/parisc/mm/fault.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/mm/fault.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/parisc/mm/init.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/mm/init.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/4xx_io/serial_sicc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/4xx_io/serial_sicc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/8260_io/enet.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/8260_io/enet.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/8260_io/fcc_enet.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/8260_io/fcc_enet.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc/8xx_io/Kconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/8xx_io/Kconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/8xx_io/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/8xx_io/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/8xx_io/commproc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/8xx_io/commproc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/8xx_io/enet.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/8xx_io/enet.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/8xx_io/fec.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/8xx_io/fec.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/8xx_io/micropatch.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/8xx_io/micropatch.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/8xx_io/uart.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/8xx_io/uart.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/Kconfig - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/Kconfig.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/ppc/boot/common/util.S - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/boot/common/util.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/boot/lib/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/boot/lib/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/boot/simple/Makefile - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/boot/simple/Makefile.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ppc/boot/simple/embed_config.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/boot/simple/embed_config.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/boot/simple/misc-embedded.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/boot/simple/misc-embedded.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/boot/utils/mkbugboot.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/boot/utils/mkbugboot.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/configs/FADS_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/configs/FADS_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/configs/IVMS8_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/configs/IVMS8_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/configs/SM850_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/configs/SM850_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/configs/SPD823TS_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/configs/SPD823TS_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/configs/TQM823L_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/configs/TQM823L_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/configs/TQM850L_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/configs/TQM850L_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/configs/TQM860L_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/configs/TQM860L_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/configs/bseip_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/configs/bseip_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/configs/mbx_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/configs/mbx_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/configs/rpxcllf_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/configs/rpxcllf_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/configs/rpxlite_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/configs/rpxlite_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/kernel/Makefile - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ppc/kernel/bitops.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/bitops.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/kernel/cputable.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/cputable.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc/kernel/head_44x.S - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/head_44x.S.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc/kernel/head_4xx.S - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/head_4xx.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/kernel/head_8xx.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/head_8xx.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/kernel/irq.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/irq.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ppc/kernel/misc.S - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/misc.S.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/ppc/kernel/pci.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/pci.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ppc/kernel/ppc-stub.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/ppc-stub.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/kernel/ppc_htab.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/ppc_htab.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/kernel/ppc_ksyms.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/ppc_ksyms.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ppc/kernel/process.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/process.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ppc/kernel/ptrace.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/ptrace.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/kernel/setup.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/setup.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc/kernel/signal.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/signal.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc/kernel/softemu8xx.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/softemu8xx.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/kernel/time.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/time.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/kernel/traps.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/traps.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc/lib/dec_and_lock.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/lib/dec_and_lock.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/mm/44x_mmu.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/mm/44x_mmu.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/mm/pgtable.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/mm/pgtable.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc/platforms/4xx/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/4xx/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/platforms/4xx/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/4xx/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/platforms/4xx/ebony.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/4xx/ebony.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/platforms/4xx/ocotea.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/4xx/ocotea.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/platforms/adir_pic.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/adir_pic.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/platforms/chrp_pci.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/chrp_pci.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/platforms/chrp_setup.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/chrp_setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/platforms/gemini_pci.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/gemini_pci.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/platforms/pmac_cpufreq.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/pmac_cpufreq.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/platforms/pmac_feature.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/pmac_feature.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ppc/platforms/pmac_pci.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/pmac_pci.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc/platforms/pmac_pic.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/pmac_pic.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc/platforms/pmac_setup.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/pmac_setup.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc/platforms/pmac_smp.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/pmac_smp.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc/platforms/prep_pci.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/prep_pci.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc/platforms/rpxclassic.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/rpxclassic.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/platforms/rpxlite.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/rpxlite.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/platforms/sandpoint.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/sandpoint.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc/platforms/tqm8xx.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/tqm8xx.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/syslib/Makefile - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/Makefile.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc/syslib/gen550_dbg.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/gen550_dbg.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/syslib/gen550_kgdb.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/gen550_kgdb.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/syslib/i8259.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/i8259.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/syslib/ibm44x_common.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/ibm44x_common.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/syslib/indirect_pci.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/indirect_pci.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/syslib/m8260_setup.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/m8260_setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/syslib/m8xx_setup.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/m8xx_setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/syslib/mpc10x_common.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/mpc10x_common.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/syslib/open_pic.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/open_pic.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ppc/syslib/ppc405_pci.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/ppc405_pci.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/syslib/ppc4xx_dma.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/ppc4xx_dma.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/syslib/ppc4xx_setup.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/ppc4xx_setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/syslib/ppc8xx_pic.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/ppc8xx_pic.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/syslib/prom.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/prom.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/syslib/prom_init.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/prom_init.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc/syslib/todc_time.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/todc_time.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/xmon/start.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/xmon/start.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/xmon/xmon.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/xmon/xmon.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc64/Kconfig - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/Kconfig.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/ppc64/Makefile - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/Makefile.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ppc64/boot/Makefile - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/boot/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc64/boot/main.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/boot/main.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc64/kernel/LparData.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/LparData.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc64/kernel/Makefile - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/Makefile.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/ppc64/kernel/asm-offsets.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/asm-offsets.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ppc64/kernel/bitops.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/bitops.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc64/kernel/eeh.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/eeh.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ppc64/kernel/entry.S - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/entry.S.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ppc64/kernel/head.S - 1.13 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/head.S.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/ppc64/kernel/i8259.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/i8259.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc64/kernel/i8259.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/i8259.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc64/kernel/iSeries_IoMmTable.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/iSeries_IoMmTable.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc64/kernel/iSeries_IoMmTable.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/iSeries_IoMmTable.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc64/kernel/iSeries_irq.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/iSeries_irq.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc64/kernel/iSeries_pci.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/iSeries_pci.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ppc64/kernel/iSeries_proc.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/iSeries_proc.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc64/kernel/iSeries_setup.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/iSeries_setup.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ppc64/kernel/idle.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/idle.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ppc64/kernel/irq.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/irq.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ppc64/kernel/lmb.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/lmb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc64/kernel/mf.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/mf.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc64/kernel/mf_proc.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/mf_proc.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc64/kernel/misc.S - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/misc.S.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/ppc64/kernel/nvram.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/nvram.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc64/kernel/open_pic.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/open_pic.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc64/kernel/open_pic.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/open_pic.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc64/kernel/open_pic_defs.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/open_pic_defs.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc64/kernel/pSeries_lpar.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/pSeries_lpar.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/ppc64/kernel/pSeries_pci.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/pSeries_pci.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ppc64/kernel/pacaData.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/pacaData.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc64/kernel/pci.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/pci.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ppc64/kernel/pci.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/pci.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc64/kernel/pci_dn.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/pci_dn.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc64/kernel/ppc_ksyms.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/ppc_ksyms.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/ppc64/kernel/proc_ppc64.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/proc_ppc64.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ppc64/kernel/process.c - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/process.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/ppc64/kernel/prom.c - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/prom.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/ppc64/kernel/ptrace.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/ptrace.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc64/kernel/ptrace32.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/ptrace32.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc64/kernel/ras.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/ras.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc64/kernel/rtas-proc.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/rtas-proc.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ppc64/kernel/rtas.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/rtas.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ppc64/kernel/rtas_flash.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/rtas_flash.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc64/kernel/rtasd.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/rtasd.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ppc64/kernel/rtc.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/rtc.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc64/kernel/setup.c - 1.13 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/setup.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/ppc64/kernel/signal.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/signal.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc64/kernel/signal32.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/signal32.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ppc64/kernel/smp.c - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/smp.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/ppc64/kernel/sys_ppc32.c - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/sys_ppc32.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/ppc64/kernel/time.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/time.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc64/kernel/udbg.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/udbg.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc64/kernel/xics.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/xics.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ppc64/lib/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/lib/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc64/lib/dec_and_lock.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/lib/dec_and_lock.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc64/mm/hugetlbpage.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/mm/hugetlbpage.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/ppc64/mm/init.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/mm/init.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ppc64/mm/numa.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/mm/numa.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ppc64/xmon/start.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/xmon/start.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc64/xmon/xmon.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/xmon/xmon.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/s390/Makefile - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/s390/boot/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/boot/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/s390/defconfig - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/defconfig.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/s390/kernel/asm-offsets.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/asm-offsets.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/s390/kernel/binfmt_elf32.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/binfmt_elf32.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/s390/kernel/compat_exec.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/compat_exec.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/s390/kernel/compat_linux.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/compat_linux.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/s390/kernel/compat_wrapper.S - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/compat_wrapper.S.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/s390/kernel/cpcmd.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/cpcmd.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/s390/kernel/debug.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/debug.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/s390/kernel/entry.S - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/entry.S.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/s390/kernel/entry64.S - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/entry64.S.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/s390/kernel/process.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/process.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/s390/kernel/ptrace.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/ptrace.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/s390/kernel/syscalls.S - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/syscalls.S.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/s390/kernel/time.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/time.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/s390/kernel/traps.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/traps.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/sh/Kconfig - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/Kconfig.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/sh/Makefile - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/sh/boards/bigsur/irq.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/bigsur/irq.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/boards/bigsur/setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/bigsur/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/boards/dreamcast/setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/dreamcast/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/boards/harp/setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/harp/setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/boards/overdrive/pcidma.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/overdrive/pcidma.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/boards/se/770x/irq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/se/770x/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/boards/se/770x/mach.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/se/770x/mach.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/boards/se/7751/io.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/se/7751/io.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/boards/se/7751/pci.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/se/7751/pci.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/kernel/cpu/irq_imask.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/cpu/irq_imask.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/kernel/cpu/irq_ipr.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/cpu/irq_ipr.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sh/kernel/cpu/sh2/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/cpu/sh2/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/kernel/cpu/sh3/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/cpu/sh3/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/kernel/cpu/sh4/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/cpu/sh4/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/kernel/cpu/sh4/irq_intc2.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/cpu/sh4/irq_intc2.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/kernel/entry.S - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/entry.S.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/sh/kernel/irq.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/irq.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/sh/kernel/process.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/process.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/sh/kernel/ptrace.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/ptrace.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sh/kernel/setup.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sh/kernel/sh_bios.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/sh_bios.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/kernel/sh_ksyms.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/sh_ksyms.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/sh/kernel/signal.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/signal.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/sh/kernel/time.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/time.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/sh/kernel/traps.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/traps.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/sh/lib/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/lib/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/mm/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/mm/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sh/mm/cache-sh2.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/mm/cache-sh2.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/mm/cache-sh3.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/mm/cache-sh3.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/sh/mm/cache-sh4.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/mm/cache-sh4.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/sh/mm/extable.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/mm/extable.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/mm/ioremap.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/mm/ioremap.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sh/mm/tlb-sh3.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/mm/tlb-sh3.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/sh/tools/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/tools/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/tools/mach-types - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/tools/mach-types.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sh/tools/machgen.sh - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/tools/machgen.sh.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sparc/Kconfig - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/Kconfig.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/sparc/kernel/apc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/apc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sparc/kernel/auxio.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/auxio.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sparc/kernel/ebus.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/ebus.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sparc/kernel/entry.S - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/entry.S.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/sparc/kernel/ioport.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/ioport.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sparc/kernel/pcic.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/pcic.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sparc/kernel/pmc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/pmc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sparc/kernel/process.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/process.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/sparc/kernel/ptrace.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/ptrace.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/sparc/kernel/signal.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/signal.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/sparc/kernel/sys_sunos.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/sys_sunos.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/sparc/kernel/systbls.S - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/systbls.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sparc/kernel/time.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/time.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/sparc/lib/bitext.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/lib/bitext.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sparc/mm/generic.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/mm/generic.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sparc/mm/io-unit.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/mm/io-unit.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sparc/mm/iommu.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/mm/iommu.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sparc/mm/srmmu.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/mm/srmmu.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/sparc64/Kconfig - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/Kconfig.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/sparc64/Makefile - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/sparc64/defconfig - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/defconfig.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/sparc64/kernel/binfmt_aout32.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/binfmt_aout32.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/sparc64/kernel/binfmt_elf32.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/binfmt_elf32.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/sparc64/kernel/entry.S - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/entry.S.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/sparc64/kernel/isa.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/isa.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sparc64/kernel/pci.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/pci.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sparc64/kernel/pci_iommu.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/pci_iommu.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sparc64/kernel/process.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/process.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/sparc64/kernel/ptrace.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/ptrace.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sparc64/kernel/signal.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/signal.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/sparc64/kernel/signal32.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/signal32.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/sparc64/kernel/smp.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/smp.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/sparc64/kernel/sparc64_ksyms.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/sparc64_ksyms.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/sparc64/kernel/sys32.S - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/sys32.S.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/sparc64/kernel/sys_sparc32.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/sys_sparc32.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/sparc64/kernel/sys_sunos32.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/sys_sunos32.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/sparc64/kernel/systbls.S - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/systbls.S.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/sparc64/kernel/time.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/time.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/sparc64/kernel/trampoline.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/trampoline.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sparc64/kernel/unaligned.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/unaligned.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sparc64/lib/Makefile - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/lib/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/sparc64/lib/dec_and_lock.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/lib/dec_and_lock.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sparc64/mm/fault.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/mm/fault.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/sparc64/mm/generic.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/mm/generic.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sparc64/mm/init.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/mm/init.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/sparc64/solaris/entry64.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/solaris/entry64.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sparc64/solaris/fs.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/solaris/fs.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sparc64/solaris/systbl.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/solaris/systbl.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/Kconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/Kconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/um/Kconfig_block - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/Kconfig_block.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/Makefile-i386 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/Makefile-i386.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/drivers/chan_user.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/chan_user.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/drivers/line.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/line.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/drivers/mconsole_kern.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/mconsole_kern.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/drivers/mmapper_kern.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/mmapper_kern.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/drivers/net_kern.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/net_kern.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/um/drivers/port_kern.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/port_kern.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/drivers/port_user.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/port_user.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/drivers/ssl.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/ssl.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/drivers/stdio_console.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/stdio_console.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/drivers/xterm_kern.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/xterm_kern.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/include/frame_kern.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/frame_kern.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/include/irq_user.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/irq_user.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/include/kern_util.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/kern_util.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/include/line.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/line.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/include/mem_user.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/mem_user.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/include/mode.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/mode.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/include/mode_kern.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/mode_kern.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/include/os.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/os.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/include/ptrace_user.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/ptrace_user.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/include/syscall_user.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/syscall_user.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/include/um_mmu.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/um_mmu.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/include/um_uaccess.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/um_uaccess.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/include/user_util.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/user_util.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/exec_kern.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/exec_kern.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/frame.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/frame.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/frame_kern.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/frame_kern.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/irq.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/irq.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/um/kernel/irq_user.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/irq_user.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/mem_user.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/mem_user.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/process.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/process.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/process_kern.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/process_kern.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/ptrace.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/ptrace.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/kernel/sigio_kern.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/sigio_kern.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/signal_kern.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/signal_kern.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/signal_user.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/signal_user.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/skas/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/kernel/skas/exec_kern.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/exec_kern.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/kernel/skas/exec_user.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/exec_user.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/skas/include/mmu.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/mmu.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/kernel/skas/include/mode.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/mode.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/skas/include/mode_kern.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/mode_kern.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/kernel/skas/include/ptrace-skas.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/ptrace-skas.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/skas/include/skas.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/skas.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/skas/include/uaccess.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/uaccess.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/skas/process.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/process.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/skas/process_kern.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/process_kern.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/skas/syscall_kern.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/syscall_kern.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/skas/syscall_user.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/syscall_user.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/syscall_kern.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/syscall_kern.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/kernel/syscall_user.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/syscall_user.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/kernel/sysrq.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/sysrq.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/um/kernel/time_kern.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/time_kern.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/kernel/tt/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/tt/include/mmu.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/include/mmu.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/kernel/tt/include/mode.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/include/mode.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/tt/include/mode_kern.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/include/mode_kern.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/kernel/tt/include/tt.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/include/tt.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/kernel/tt/include/uaccess.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/include/uaccess.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/tt/process_kern.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/process_kern.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/tt/syscall_kern.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/syscall_kern.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/tt/syscall_user.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/syscall_user.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/tt/tracer.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/tracer.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/tt/trap_user.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/trap_user.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/tty_log.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tty_log.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/um_arch.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/um_arch.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/kernel/umid.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/umid.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/os-Linux/file.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/file.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/os-Linux/process.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/process.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/sys-i386/ptrace.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/sys-i386/ptrace.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/sys-i386/sysrq.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/sys-i386/sysrq.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/v850/kernel/fpga85e2c.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/v850/kernel/fpga85e2c.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/v850/kernel/memcons.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/v850/kernel/memcons.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/v850/kernel/ptrace.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/v850/kernel/ptrace.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/v850/kernel/rte_mb_a_pci.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/v850/kernel/rte_mb_a_pci.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/v850/kernel/signal.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/v850/kernel/signal.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/v850/kernel/simcons.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/v850/kernel/simcons.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/v850/kernel/time.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/v850/kernel/time.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/v850/kernel/vmlinux.lds.S - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/v850/kernel/vmlinux.lds.S.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/x86_64/Kconfig - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/Kconfig.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/x86_64/boot/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/boot/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/x86_64/boot/compressed/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/boot/compressed/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/x86_64/boot/video.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/boot/video.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/x86_64/defconfig - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/defconfig.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/x86_64/ia32/ia32_binfmt.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/ia32/ia32_binfmt.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/x86_64/ia32/ia32entry.S - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/ia32/ia32entry.S.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/x86_64/ia32/ptrace32.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/ia32/ptrace32.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/x86_64/ia32/sys_ia32.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/ia32/sys_ia32.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/x86_64/ia32/syscall32.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/ia32/syscall32.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/x86_64/kernel/Makefile - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/Makefile.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/x86_64/kernel/apic.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/apic.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/x86_64/kernel/cpufreq/Kconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/cpufreq/Kconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/x86_64/kernel/cpufreq/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/cpufreq/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/x86_64/kernel/early_printk.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/early_printk.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/x86_64/kernel/entry.S - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/entry.S.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/x86_64/kernel/head.S - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/head.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/x86_64/kernel/head64.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/head64.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/x86_64/kernel/i8259.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/i8259.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/x86_64/kernel/io_apic.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/io_apic.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/x86_64/kernel/irq.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/irq.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/x86_64/kernel/mpparse.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/mpparse.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/x86_64/kernel/nmi.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/nmi.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/x86_64/kernel/pci-gart.c - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/pci-gart.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/x86_64/kernel/process.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/process.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/x86_64/kernel/ptrace.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/ptrace.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/x86_64/kernel/setup.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/setup.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/x86_64/kernel/setup64.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/setup64.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/x86_64/kernel/signal.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/signal.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/x86_64/kernel/smp.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/smp.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/x86_64/kernel/smpboot.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/smpboot.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/x86_64/kernel/time.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/time.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/x86_64/kernel/traps.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/traps.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/x86_64/kernel/vmlinux.lds.S - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/vmlinux.lds.S.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/x86_64/kernel/vsyscall.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/vsyscall.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/x86_64/kernel/x8664_ksyms.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/x8664_ksyms.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/x86_64/lib/bitstr.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/lib/bitstr.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/x86_64/lib/copy_user.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/lib/copy_user.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/x86_64/lib/dec_and_lock.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/lib/dec_and_lock.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/x86_64/mm/fault.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/mm/fault.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/x86_64/mm/init.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/mm/init.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/x86_64/mm/ioremap.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/mm/ioremap.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/x86_64/mm/k8topology.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/mm/k8topology.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/x86_64/mm/numa.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/mm/numa.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h crypto/Kconfig - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/crypto/Kconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h crypto/Makefile - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/crypto/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h crypto/blowfish.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/crypto/blowfish.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h crypto/serpent.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/crypto/serpent.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h crypto/sha256.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/crypto/sha256.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h crypto/sha512.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/crypto/sha512.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h crypto/tcrypt.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/crypto/tcrypt.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h crypto/tcrypt.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/crypto/tcrypt.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/Kconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/Kconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/Makefile - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acorn/block/fd1772.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acorn/block/fd1772.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/acpi/Kconfig - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/Kconfig.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/ac.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/ac.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/acpi_ksyms.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/acpi_ksyms.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/battery.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/battery.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/bus.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/bus.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/button.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/button.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/dispatcher/dsmthdat.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/dispatcher/dsmthdat.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/dispatcher/dsutils.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/dispatcher/dsutils.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/acpi/dispatcher/dswexec.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/dispatcher/dswexec.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/dispatcher/dswload.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/dispatcher/dswload.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/dispatcher/dswstate.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/dispatcher/dswstate.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/acpi/ec.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/ec.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/events/evgpe.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/events/evgpe.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/events/evgpeblk.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/events/evgpeblk.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/acpi/events/evxface.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/events/evxface.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/events/evxfevnt.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/events/evxfevnt.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/acpi/events/evxfregn.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/events/evxfregn.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/executer/exconvrt.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exconvrt.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/executer/exdump.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exdump.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/executer/exfldio.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exfldio.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/executer/exmisc.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exmisc.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/acpi/executer/exoparg1.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exoparg1.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/executer/exoparg2.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exoparg2.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/acpi/executer/exprep.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exprep.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/executer/exregion.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exregion.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/executer/exresolv.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exresolv.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/acpi/executer/exresop.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exresop.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/executer/exstore.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exstore.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/acpi/executer/exsystem.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exsystem.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/executer/exutils.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exutils.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/fan.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/fan.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/hardware/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/hardware/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/acpi/hardware/hwgpe.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/hardware/hwgpe.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/hardware/hwregs.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/hardware/hwregs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/hardware/hwsleep.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/hardware/hwsleep.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/hardware/hwtimer.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/hardware/hwtimer.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/namespace/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/acpi/namespace/nsaccess.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsaccess.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/namespace/nsalloc.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsalloc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/namespace/nsdump.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsdump.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/namespace/nsdumpdv.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsdumpdv.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/namespace/nseval.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nseval.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/namespace/nsinit.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsinit.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/namespace/nsload.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsload.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/namespace/nsnames.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsnames.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/namespace/nssearch.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nssearch.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/namespace/nsutils.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsutils.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/acpi/namespace/nswalk.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nswalk.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/namespace/nsxfeval.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsxfeval.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/acpi/namespace/nsxfname.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsxfname.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/acpi/namespace/nsxfobj.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsxfobj.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/osl.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/osl.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/parser/psopcode.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/parser/psopcode.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/parser/psparse.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/parser/psparse.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/parser/pstree.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/parser/pstree.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/parser/psutils.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/parser/psutils.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/pci_bind.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/pci_bind.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/acpi/pci_irq.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/pci_irq.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/pci_link.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/pci_link.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/acpi/pci_root.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/pci_root.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/power.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/power.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/processor.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/processor.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/resources/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/acpi/resources/rscalc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/rscalc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/resources/rsutils.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/rsutils.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/resources/rsxface.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/rsxface.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/acpi/scan.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/scan.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/acpi/sleep/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/sleep/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/sleep/main.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/sleep/main.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/sleep/poweroff.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/sleep/poweroff.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/sleep/proc.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/sleep/proc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/sleep/sleep.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/sleep/sleep.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/system.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/system.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/tables/tbconvrt.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/tables/tbconvrt.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/tables/tbget.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/tables/tbget.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/tables/tbinstal.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/tables/tbinstal.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/tables/tbutils.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/tables/tbutils.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/tables/tbxface.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/tables/tbxface.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/tables/tbxfroot.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/tables/tbxfroot.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/thermal.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/thermal.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/acpi/utilities/utalloc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utalloc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/utilities/utcopy.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utcopy.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/utilities/utdebug.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utdebug.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/utilities/utdelete.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utdelete.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/utilities/utglobal.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utglobal.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/utilities/utmath.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utmath.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/utilities/utmisc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utmisc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/utilities/utobject.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utobject.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/utilities/utxface.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utxface.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/utils.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utils.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/atm/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/atm/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/atm/ambassador.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/atm/ambassador.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/atm/ambassador.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/atm/ambassador.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/atm/atmtcp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/atm/atmtcp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/atm/eni.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/atm/eni.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/atm/firestream.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/atm/firestream.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/atm/fore200e.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/atm/fore200e.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/atm/fore200e.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/atm/fore200e.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/atm/he.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/atm/he.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/atm/horizon.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/atm/horizon.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/atm/horizon.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/atm/horizon.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/atm/idt77252.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/atm/idt77252.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/atm/iphase.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/atm/iphase.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/atm/iphase.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/atm/iphase.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/atm/lanai.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/atm/lanai.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/atm/nicstar.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/atm/nicstar.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/atm/zatm.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/atm/zatm.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/base/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/base/bus.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/bus.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/base/class.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/class.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/base/core.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/core.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/base/cpu.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/cpu.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/base/driver.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/driver.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/base/firmware.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/firmware.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/base/firmware_class.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/firmware_class.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/base/platform.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/platform.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/base/power/main.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/power/main.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/base/power/power.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/power/power.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/base/power/resume.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/power/resume.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/base/power/suspend.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/power/suspend.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/base/sys.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/sys.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/block/DAC960.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/DAC960.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/block/Kconfig - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/Kconfig.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/block/Kconfig.iosched - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/Kconfig.iosched.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/block/Makefile - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/block/amiflop.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/amiflop.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/block/as-iosched.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/as-iosched.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/block/cciss.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/cciss.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/block/cciss_scsi.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/cciss_scsi.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/block/cpqarray.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/cpqarray.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/block/deadline-iosched.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/deadline-iosched.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/block/elevator.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/elevator.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/block/floppy.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/floppy.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/block/genhd.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/genhd.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/block/ll_rw_blk.c - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/ll_rw_blk.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/block/loop.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/loop.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/block/noop-iosched.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/noop-iosched.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/block/paride/paride.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/paride/paride.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/block/paride/paride.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/paride/paride.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/block/paride/pg.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/paride/pg.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/block/rd.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/rd.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/block/scsi_ioctl.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/scsi_ioctl.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/block/swim3.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/swim3.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/block/umem.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/umem.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/block/xd.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/xd.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/block/z2ram.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/z2ram.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/bluetooth/bluecard_cs.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/bluetooth/bluecard_cs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/bluetooth/bt3c_cs.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/bluetooth/bt3c_cs.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/bluetooth/btuart_cs.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/bluetooth/btuart_cs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/bluetooth/dtl1_cs.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/bluetooth/dtl1_cs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/bluetooth/hci_ldisc.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/bluetooth/hci_ldisc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/bluetooth/hci_usb.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/bluetooth/hci_usb.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/bluetooth/hci_usb.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/bluetooth/hci_usb.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/bluetooth/hci_vhci.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/bluetooth/hci_vhci.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/cdrom/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cdrom/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/cdrom/cdrom.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cdrom/cdrom.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/cdrom/cdu31a.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cdrom/cdu31a.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/cdrom/cdu31a.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cdrom/cdu31a.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/cdrom/sbpcd.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cdrom/sbpcd.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/Kconfig - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/Kconfig.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/char/Makefile - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/Makefile.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/char/README.computone - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/README.computone.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/README.cyclomY - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/README.cyclomY.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/README.epca - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/README.epca.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/README.scc - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/README.scc.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/agp/frontend.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/agp/frontend.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/agp/intel-agp.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/agp/intel-agp.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/char/agp/sis-agp.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/agp/sis-agp.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/agp/via-agp.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/agp/via-agp.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/char/amiserial.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/amiserial.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/applicom.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/applicom.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/cyclades.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/cyclades.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/char/drm/drm_drv.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drm_drv.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/char/drm/drm_fops.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drm_fops.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/char/drm/drm_vm.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drm_vm.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/drm/i810_dma.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/i810_dma.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/drm/i830_dma.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/i830_dma.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/drm/radeon_mem.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/radeon_mem.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/dtlk.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/dtlk.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/ec3104_keyb.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/ec3104_keyb.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/epca.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/epca.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/char/epca.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/epca.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/esp.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/esp.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/char/ftape/lowlevel/fdc-io.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/ftape/lowlevel/fdc-io.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/ftape/lowlevel/ftape-ctl.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/ftape/lowlevel/ftape-ctl.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/ftape/lowlevel/ftape-init.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/ftape/lowlevel/ftape-init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/ftape/lowlevel/ftape-io.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/ftape/lowlevel/ftape-io.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/ftape/zftape/zftape-buffers.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/ftape/zftape/zftape-buffers.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/generic_serial.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/generic_serial.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/char/hvc_console.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/hvc_console.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/char/hw_random.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/hw_random.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/char/i8k.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/i8k.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/ip2.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/ip2.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/ip2main.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/ip2main.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/isicom.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/isicom.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/istallion.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/istallion.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/lcd.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/lcd.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/lp.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/lp.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/mem.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/mem.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/char/moxa.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/moxa.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/char/mwave/3780i.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/mwave/3780i.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/mxser.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/mxser.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/char/n_hdlc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/n_hdlc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/n_r3964.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/n_r3964.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/n_tty.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/n_tty.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/nwflash.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/nwflash.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/pcmcia/synclink_cs.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/pcmcia/synclink_cs.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/char/pcxx.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/pcxx.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/pty.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/pty.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/qtronix.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/qtronix.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/random.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/random.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/char/rio/rio_linux.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/rio/rio_linux.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/riscom8.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/riscom8.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/char/rocket.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/rocket.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/selection.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/selection.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/serial167.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/serial167.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/sonypi.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/sonypi.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/sonypi.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/sonypi.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/specialix.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/specialix.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/stallion.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/stallion.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/sx.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/sx.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/sx.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/sx.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/synclink.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/synclink.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/synclinkmp.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/synclinkmp.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/sysrq.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/sysrq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/tipar.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/tipar.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/tpqic02.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/tpqic02.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/char/tty_io.c - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/tty_io.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/char/tty_ioctl.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/tty_ioctl.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/char/vt.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/vt.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/char/watchdog/Kconfig - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/watchdog/Kconfig.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/char/watchdog/Makefile - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/watchdog/Makefile.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/char/watchdog/sc520_wdt.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/watchdog/sc520_wdt.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/watchdog/scx200_wdt.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/watchdog/scx200_wdt.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/cpufreq/Kconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cpufreq/Kconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/cpufreq/cpufreq.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cpufreq/cpufreq.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/cpufreq/cpufreq_performance.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cpufreq/cpufreq_performance.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/cpufreq/cpufreq_powersave.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cpufreq/cpufreq_powersave.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/cpufreq/cpufreq_userspace.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cpufreq/cpufreq_userspace.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/cpufreq/freq_table.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cpufreq/freq_table.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/dio/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/dio/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/dio/dio.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/dio/dio.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/eisa/eisa-bus.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/eisa/eisa-bus.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/fc4/soc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/fc4/soc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/fc4/soc.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/fc4/soc.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/fc4/socal.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/fc4/socal.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/fc4/socal.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/fc4/socal.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/i2c/algos/i2c-algo-ite.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/algos/i2c-algo-ite.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/i2c/busses/Kconfig - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/Kconfig.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/i2c/busses/Makefile - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/Makefile.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/i2c/busses/i2c-ali1535.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-ali1535.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/i2c/busses/i2c-ali15x3.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-ali15x3.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/i2c/busses/i2c-amd756.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-amd756.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/i2c/busses/i2c-amd8111.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-amd8111.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/i2c/busses/i2c-elektor.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-elektor.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/i2c/busses/i2c-i801.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-i801.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/i2c/busses/i2c-i810.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-i810.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/i2c/busses/i2c-ibm_iic.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-ibm_iic.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/i2c/busses/i2c-ibm_iic.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-ibm_iic.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/i2c/busses/i2c-ite.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-ite.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/i2c/busses/i2c-keywest.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-keywest.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/i2c/busses/i2c-keywest.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-keywest.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/i2c/busses/i2c-nforce2.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-nforce2.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/i2c/busses/i2c-piix4.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-piix4.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/i2c/busses/i2c-prosavage.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-prosavage.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/i2c/busses/i2c-savage4.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-savage4.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/i2c/busses/i2c-sis5595.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-sis5595.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/i2c/busses/i2c-sis630.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-sis630.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/i2c/busses/i2c-sis96x.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-sis96x.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/i2c/busses/i2c-via.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-via.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/i2c/busses/i2c-viapro.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-viapro.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/i2c/busses/i2c-voodoo3.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-voodoo3.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/i2c/busses/scx200_acb.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/scx200_acb.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/i2c/busses/scx200_i2c.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/scx200_i2c.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/i2c/chips/Kconfig - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/Kconfig.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/i2c/chips/Makefile - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/Makefile.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/i2c/chips/adm1021.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/adm1021.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/i2c/chips/eeprom.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/eeprom.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/i2c/chips/it87.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/it87.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/i2c/chips/lm75.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/lm75.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/i2c/chips/lm78.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/lm78.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/i2c/chips/lm85.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/lm85.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/i2c/chips/via686a.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/via686a.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/i2c/chips/w83781d.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/w83781d.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/i2c/i2c-core.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/i2c-core.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/i2c/i2c-dev.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/i2c-dev.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/ide/Kconfig - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/Kconfig.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/ide/Makefile - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/ide/arm/icside.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/arm/icside.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/ide/arm/rapide.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/arm/rapide.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/ide/ide-cd.c - 1.13 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-cd.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/ide/ide-cd.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-cd.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/ide/ide-default.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-default.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/ide/ide-disk.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-disk.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/ide/ide-dma.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-dma.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/ide/ide-floppy.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-floppy.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/ide/ide-io.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-io.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/ide/ide-iops.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-iops.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/ide/ide-lib.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-lib.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/ide/ide-probe.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-probe.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/ide/ide-proc.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-proc.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/ide/ide-tape.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-tape.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/ide/ide-taskfile.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-taskfile.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/ide/ide.c - 1.15 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/ide/legacy/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/legacy/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/ide/legacy/ali14xx.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/legacy/ali14xx.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/ide/legacy/dtc2278.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/legacy/dtc2278.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/ide/legacy/hd.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/legacy/hd.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/ide/legacy/ht6560b.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/legacy/ht6560b.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/ide/legacy/ide-cs.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/legacy/ide-cs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/ide/legacy/pdc4030.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/legacy/pdc4030.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/ide/legacy/pdc4030.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/legacy/pdc4030.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/ide/legacy/qd65xx.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/legacy/qd65xx.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/ide/legacy/qd65xx.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/legacy/qd65xx.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/ide/legacy/umc8672.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/legacy/umc8672.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/ide/pci/aec62xx.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/aec62xx.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/ide/pci/aec62xx.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/aec62xx.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/ide/pci/alim15x3.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/alim15x3.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/ide/pci/amd74xx.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/amd74xx.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/ide/pci/cmd64x.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/cmd64x.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/ide/pci/cs5520.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/cs5520.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/ide/pci/cs5530.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/cs5530.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/ide/pci/cy82c693.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/cy82c693.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/ide/pci/generic.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/generic.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/ide/pci/hpt34x.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/hpt34x.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/ide/pci/hpt34x.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/hpt34x.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/ide/pci/hpt366.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/hpt366.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/ide/pci/hpt366.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/hpt366.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/ide/pci/it8172.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/it8172.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/ide/pci/ns87415.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/ns87415.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/ide/pci/pdc202xx_new.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/pdc202xx_new.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/ide/pci/pdc202xx_new.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/pdc202xx_new.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/ide/pci/pdc202xx_old.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/pdc202xx_old.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/ide/pci/pdc202xx_old.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/pdc202xx_old.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/ide/pci/piix.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/piix.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/ide/pci/piix.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/piix.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/ide/pci/rz1000.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/rz1000.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/ide/pci/sc1200.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/sc1200.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/ide/pci/serverworks.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/serverworks.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/ide/pci/serverworks.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/serverworks.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/ide/pci/siimage.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/siimage.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/ide/pci/sis5513.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/sis5513.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/ide/pci/sl82c105.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/sl82c105.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/ide/pci/slc90e66.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/slc90e66.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/ide/pci/triflex.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/triflex.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/ide/pci/trm290.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/trm290.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/ide/ppc/pmac.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ppc/pmac.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/ide/setup-pci.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/setup-pci.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/ieee1394/eth1394.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ieee1394/eth1394.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/ieee1394/nodemgr.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ieee1394/nodemgr.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/ieee1394/ohci1394.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ieee1394/ohci1394.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/ieee1394/pcilynx.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ieee1394/pcilynx.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/ieee1394/pcilynx.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ieee1394/pcilynx.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/ieee1394/sbp2.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ieee1394/sbp2.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/ieee1394/sbp2.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ieee1394/sbp2.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/ieee1394/video1394.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ieee1394/video1394.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/input/evdev.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/evdev.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/input/gameport/fm801-gp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/gameport/fm801-gp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/input/input.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/input.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/input/joydev.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/joydev.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/input/joystick/amijoy.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/joystick/amijoy.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/input/joystick/analog.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/joystick/analog.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/input/joystick/db9.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/joystick/db9.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/input/joystick/gamecon.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/joystick/gamecon.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/input/joystick/turbografx.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/joystick/turbografx.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/input/mouse/Kconfig - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/mouse/Kconfig.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/input/mouse/pc110pad.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/mouse/pc110pad.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/input/mousedev.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/mousedev.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/input/serio/Kconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/serio/Kconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/input/serio/i8042-io.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/serio/i8042-io.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/input/serio/i8042.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/serio/i8042.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/input/serio/q40kbd.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/serio/q40kbd.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/input/serio/rpckbd.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/serio/rpckbd.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/input/serio/serio.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/serio/serio.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/input/serio/serport.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/serio/serport.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/input/tsdev.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/tsdev.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/isdn/act2000/act2000_isa.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/act2000/act2000_isa.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/isdn/capi/capi.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/capi/capi.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/isdn/capi/capidrv.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/capi/capidrv.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/isdn/capi/kcapi.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/capi/kcapi.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/isdn/divert/divert_init.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/divert/divert_init.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/isdn/divert/divert_procfs.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/divert/divert_procfs.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/divert/isdn_divert.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/divert/isdn_divert.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/isdn/divert/isdn_divert.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/divert/isdn_divert.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/isdn/hardware/avm/Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/avm/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/hardware/avm/c4.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/avm/c4.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/isdn/hardware/eicon/capifunc.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/eicon/capifunc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/isdn/hardware/eicon/di.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/eicon/di.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/hardware/eicon/diva_pci.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/eicon/diva_pci.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/isdn/hardware/eicon/divasmain.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/eicon/divasmain.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/isdn/hardware/eicon/io.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/eicon/io.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/hardware/eicon/io.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/eicon/io.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/hardware/eicon/maintidi.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/eicon/maintidi.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/isdn/hardware/eicon/message.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/eicon/message.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/isdn/hardware/eicon/os_4bri.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/eicon/os_4bri.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/isdn/hardware/eicon/os_bri.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/eicon/os_bri.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/isdn/hardware/eicon/os_pri.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/eicon/os_pri.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/isdn/hardware/eicon/platform.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/eicon/platform.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/isdn/hardware/eicon/s_4bri.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/eicon/s_4bri.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/isdn/hardware/eicon/s_bri.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/eicon/s_bri.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/hardware/eicon/s_pri.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/eicon/s_pri.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/isdn/hardware/eicon/xdi_adapter.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hardware/eicon/xdi_adapter.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/isdn/hisax/amd7930_fn.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hisax/amd7930_fn.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/hisax/avm_pci.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hisax/avm_pci.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/isdn/hisax/config.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hisax/config.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/isdn/hisax/elsa.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hisax/elsa.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/isdn/hisax/hfc_pci.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hisax/hfc_pci.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/isdn/hisax/hfc_sx.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hisax/hfc_sx.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/hisax/hfcscard.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hisax/hfcscard.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/hisax/hisax.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hisax/hisax.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/hisax/hisax_fcpcipnp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hisax/hisax_fcpcipnp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/isdn/hisax/isurf.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hisax/isurf.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/hisax/teles0.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hisax/teles0.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/hisax/telespci.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hisax/telespci.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/isdn/hysdn/boardergo.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hysdn/boardergo.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/isdn/hysdn/hycapi.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hysdn/hycapi.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/hysdn/hysdn_sched.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hysdn/hysdn_sched.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/isdn/i4l/Kconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/i4l/Kconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/isdn/i4l/isdn_bsdcomp.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/i4l/isdn_bsdcomp.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/isdn/i4l/isdn_tty.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/i4l/isdn_tty.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/isdn/i4l/isdn_x25iface.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/i4l/isdn_x25iface.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/isdn/icn/icn.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/icn/icn.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/isdn/icn/icn.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/icn/icn.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/isdn/isdnloop/isdnloop.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/isdnloop/isdnloop.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/isdn/pcbit/drv.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/pcbit/drv.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/isdn/sc/card.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/sc/card.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/isdn/sc/hardware.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/sc/hardware.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/isdn/sc/init.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/sc/init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/tpam/tpam.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/tpam/tpam.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/tpam/tpam_commands.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/tpam/tpam_commands.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/tpam/tpam_main.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/tpam/tpam_main.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/tpam/tpam_memory.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/tpam/tpam_memory.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/tpam/tpam_nco.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/tpam/tpam_nco.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/isdn/tpam/tpam_queues.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/tpam/tpam_queues.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/macintosh/ans-lcd.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/ans-lcd.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/macintosh/macio-adb.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/macio-adb.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/macintosh/macserial.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/macserial.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/macintosh/mediabay.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/mediabay.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/macintosh/via-cuda.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/via-cuda.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/macintosh/via-pmu.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/via-pmu.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/md/Kconfig - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/Kconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/md/Makefile - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/md/dm-ioctl.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/dm-ioctl.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/md/dm-table.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/dm-table.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/md/dm-target.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/dm-target.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/md/dm.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/dm.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/md/dm.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/dm.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/md/linear.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/linear.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/md/md.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/md.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/md/multipath.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/multipath.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/md/raid0.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/raid0.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/md/raid1.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/raid1.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/md/raid5.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/raid5.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/media/Kconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/Kconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/common/saa7146_core.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/common/saa7146_core.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/common/saa7146_fops.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/common/saa7146_fops.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/media/common/saa7146_hlp.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/common/saa7146_hlp.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/common/saa7146_i2c.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/common/saa7146_i2c.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/common/saa7146_vbi.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/common/saa7146_vbi.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/common/saa7146_video.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/common/saa7146_video.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/media/dvb/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/dvb/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/b2c2/Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/b2c2/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/b2c2/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/b2c2/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/dvb/b2c2/skystar2.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/b2c2/skystar2.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/media/dvb/dvb-core/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-core/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/dvb-core/Makefile.lib - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-core/Makefile.lib.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/dvb/dvb-core/dmxdev.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-core/dmxdev.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/dvb-core/dvb_demux.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-core/dvb_demux.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/dvb/dvb-core/dvb_filter.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-core/dvb_filter.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/dvb-core/dvb_frontend.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-core/dvb_frontend.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/dvb/dvb-core/dvb_frontend.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-core/dvb_frontend.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/dvb-core/dvb_functions.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-core/dvb_functions.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/dvb-core/dvb_functions.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-core/dvb_functions.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/dvb/dvb-core/dvb_i2c.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-core/dvb_i2c.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/dvb-core/dvb_i2c.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-core/dvb_i2c.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/dvb/dvb-core/dvb_ksyms.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-core/dvb_ksyms.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/dvb-core/dvb_net.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-core/dvb_net.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/media/dvb/dvb-core/dvbdev.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-core/dvbdev.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/dvb-core/dvbdev.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-core/dvbdev.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/frontends/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/dvb/frontends/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/frontends/alps_tdlb7.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/alps_tdlb7.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/media/dvb/frontends/alps_tdmb7.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/alps_tdmb7.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/dvb/frontends/at76c651.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/at76c651.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/frontends/cx24110.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/cx24110.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/frontends/dvb_dummy_fe.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/dvb_dummy_fe.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/frontends/grundig_29504-401.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/grundig_29504-401.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/frontends/grundig_29504-491.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/grundig_29504-491.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/frontends/mt312.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/mt312.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/frontends/mt312.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/mt312.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/frontends/nxt6000.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/nxt6000.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/dvb/frontends/nxt6000.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/nxt6000.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/frontends/sp887x.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/sp887x.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/media/dvb/frontends/sp887x_firm.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/sp887x_firm.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/dvb/frontends/stv0299.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/stv0299.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/media/dvb/frontends/tda1004x.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/tda1004x.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/media/dvb/frontends/ves1820.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/ves1820.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/dvb/frontends/ves1x93.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/ves1x93.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/dvb/ttpci/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/dvb/ttpci/Makefile - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/dvb/ttpci/av7110.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/av7110.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/media/dvb/ttpci/av7110.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/av7110.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/ttpci/av7110_ir.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/av7110_ir.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/ttpci/budget-av.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/budget-av.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/ttpci/budget-ci.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/budget-ci.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/ttpci/budget-core.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/budget-core.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/ttpci/budget-patch.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/budget-patch.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/ttpci/budget.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/budget.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/ttpci/budget.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/budget.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/ttpci/ttpci-eeprom.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/ttpci-eeprom.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/ttpci/ttpci-eeprom.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/ttpci-eeprom.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/dvb/ttusb-budget/Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttusb-budget/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/ttusb-budget/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttusb-budget/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/dvb/ttusb-budget/dvb-ttusb-dspbootcode.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttusb-budget/dvb-ttusb-dspbootcode.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/ttusb-dec/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttusb-dec/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/dvb/ttusb-dec/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttusb-dec/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/ttusb-dec/ttusb_dec.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttusb-dec/ttusb_dec.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/media/video/Kconfig - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/Kconfig.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/media/video/Makefile - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/video/bt848.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/bt848.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/video/btcx-risc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/btcx-risc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/video/btcx-risc.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/btcx-risc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/video/bttv-cards.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/bttv-cards.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/video/bttv-driver.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/bttv-driver.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/video/bttv-if.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/bttv-if.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/video/bttv-risc.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/bttv-risc.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/video/bttv-vbi.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/bttv-vbi.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/video/bttv.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/bttv.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/video/bttvp.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/bttvp.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/video/bw-qcam.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/bw-qcam.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/video/c-qcam.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/c-qcam.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/video/cpia.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cpia.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/video/dpc7146.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/dpc7146.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/media/video/hexium_gemini.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/hexium_gemini.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/video/hexium_orion.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/hexium_orion.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/video/meye.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/meye.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/video/meye.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/meye.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/video/msp3400.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/msp3400.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/media/video/msp3400.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/msp3400.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/video/mxb.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/mxb.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/video/planb.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/planb.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/video/pms.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/pms.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/video/saa5249.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa5249.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/video/saa7111.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7111.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/video/saa7134/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/video/saa7134/saa6752hs.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/saa6752hs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/video/saa7134/saa7134-cards.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/saa7134-cards.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/media/video/saa7134/saa7134-core.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/saa7134-core.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/video/saa7134/saa7134-i2c.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/saa7134-i2c.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/video/saa7134/saa7134-oss.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/saa7134-oss.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/video/saa7134/saa7134-reg.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/saa7134-reg.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/video/saa7134/saa7134-ts.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/saa7134-ts.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/video/saa7134/saa7134-tvaudio.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/saa7134-tvaudio.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/media/video/saa7134/saa7134-vbi.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/saa7134-vbi.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/video/saa7134/saa7134-video.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/saa7134-video.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/video/saa7134/saa7134.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/saa7134.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/media/video/saa7146.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7146.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/video/tda7432.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/tda7432.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/video/tda9840.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/tda9840.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/video/tda9875.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/tda9875.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/video/tda9887.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/tda9887.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/media/video/tea6415c.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/tea6415c.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/video/tea6420.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/tea6420.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/video/tuner.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/tuner.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/media/video/tvaudio.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/tvaudio.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/video/tvmixer.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/tvmixer.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/media/video/v4l1-compat.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/v4l1-compat.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/video/v4l2-common.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/v4l2-common.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/video/video-buf.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/video-buf.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/media/video/videocodec.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/videocodec.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/video/zoran.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/zoran.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/video/zoran_driver.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/zoran_driver.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/video/zr36120.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/zr36120.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/message/fusion/Kconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/Kconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/message/fusion/mptbase.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/mptbase.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/message/fusion/mptbase.h - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/mptbase.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/message/fusion/mptctl.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/mptctl.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/message/fusion/mptscsih.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/mptscsih.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/message/fusion/mptscsih.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/mptscsih.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/message/i2o/i2o_block.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/i2o/i2o_block.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/message/i2o/i2o_config.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/i2o/i2o_config.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/message/i2o/i2o_proc.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/i2o/i2o_proc.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/message/i2o/i2o_scsi.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/i2o/i2o_scsi.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/mtd/chips/cfi_cmdset_0001.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/chips/cfi_cmdset_0001.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/mtd/chips/cfi_cmdset_0002.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/chips/cfi_cmdset_0002.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/chips/cfi_cmdset_0020.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/chips/cfi_cmdset_0020.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/mtd/chips/cfi_probe.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/chips/cfi_probe.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/chips/chipreg.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/chips/chipreg.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/chips/gen_probe.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/chips/gen_probe.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/chips/jedec_probe.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/chips/jedec_probe.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/mtd/chips/map_absent.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/chips/map_absent.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/mtd/chips/map_ram.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/chips/map_ram.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/chips/map_rom.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/chips/map_rom.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/cmdlinepart.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/cmdlinepart.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/mtd/devices/Kconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/devices/Kconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/mtd/devices/blkmtd.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/devices/blkmtd.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/mtd/devices/doc2000.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/devices/doc2000.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/devices/doc2001.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/devices/doc2001.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/devices/doc2001plus.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/devices/doc2001plus.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/devices/docprobe.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/devices/docprobe.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/devices/mtdram.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/devices/mtdram.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/devices/pmc551.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/devices/pmc551.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/devices/slram.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/devices/slram.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/ftl.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/ftl.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/inftlcore.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/inftlcore.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/inftlmount.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/inftlmount.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/Kconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/Kconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/mtd/maps/Makefile - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/mtd/maps/amd76xrom.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/amd76xrom.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/mtd/maps/arctic-mtd.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/arctic-mtd.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/autcpu12-nvram.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/autcpu12-nvram.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/beech-mtd.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/beech-mtd.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/cdb89712.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/cdb89712.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/ceiva.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/ceiva.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/mtd/maps/cfi_flagadm.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/cfi_flagadm.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/cstm_mips_ixx.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/cstm_mips_ixx.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/dbox2-flash.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/dbox2-flash.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/dc21285.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/dc21285.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/dilnetpc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/dilnetpc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/ebony.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/ebony.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/edb7312.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/edb7312.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/mtd/maps/elan-104nc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/elan-104nc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/mtd/maps/epxa10db-flash.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/epxa10db-flash.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/fortunet.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/fortunet.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/h720x-flash.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/h720x-flash.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/impa7.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/impa7.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/mtd/maps/integrator-flash.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/integrator-flash.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/mtd/maps/iq80310.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/iq80310.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/l440gx.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/l440gx.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/lasat.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/lasat.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/lubbock-flash.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/lubbock-flash.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/mtd/maps/mbx860.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/mbx860.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/netsc520.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/netsc520.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/nettel.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/nettel.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/mtd/maps/ocelot.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/ocelot.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/pb1xxx-flash.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/pb1xxx-flash.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/pci.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/pci.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/physmap.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/physmap.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/pnc2000.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/pnc2000.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/redwood.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/redwood.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/rpxlite.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/rpxlite.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/sa1100-flash.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/sa1100-flash.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/mtd/maps/sbc_gxx.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/sbc_gxx.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/mtd/maps/sc520cdp.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/sc520cdp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/scb2_flash.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/scb2_flash.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/scx200_docflash.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/scx200_docflash.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/solutionengine.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/solutionengine.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/mtd/maps/sun_uflash.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/sun_uflash.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/mtd/maps/tqm8xxl.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/tqm8xxl.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/mtd/maps/uclinux.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/uclinux.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/mtd/mtd_blkdevs.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/mtd_blkdevs.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/mtd/mtdblock.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/mtdblock.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/mtdblock.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/mtdblock.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/mtd/mtdblock_ro.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/mtdblock_ro.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/mtd/mtdchar.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/mtdchar.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/mtdcore.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/mtdcore.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/mtdpart.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/mtdpart.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/nand/Kconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/Kconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/mtd/nand/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/nand/autcpu12.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/autcpu12.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/nand/edb7312.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/edb7312.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/nand/spia.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/spia.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/nftlcore.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nftlcore.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/nftlmount.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nftlmount.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/3c501.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/3c501.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/3c505.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/3c505.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/3c507.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/3c507.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/3c509.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/3c509.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/3c515.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/3c515.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/3c523.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/3c523.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/3c527.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/3c527.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/3c59x.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/3c59x.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/net/7990.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/7990.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/7990.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/7990.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/8139cp.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/8139cp.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/8139too.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/8139too.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/net/82596.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/82596.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/8390.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/8390.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/Kconfig - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/Kconfig.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/net/Makefile - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/Makefile.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/net/Space.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/Space.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/a2065.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/a2065.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/acenic.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/acenic.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/acenic.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/acenic.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/acenic_firmware.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/acenic_firmware.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/amd8111e.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/amd8111e.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/amd8111e.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/amd8111e.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/appletalk/cops.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/appletalk/cops.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/appletalk/ltpc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/appletalk/ltpc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/ariadne.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ariadne.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/arm/am79c961a.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/arm/am79c961a.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/arm/ether1.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/arm/ether1.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/arm/ether3.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/arm/ether3.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/arm/etherh.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/arm/etherh.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/at1700.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/at1700.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/atari_bionet.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/atari_bionet.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/atari_pamsnet.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/atari_pamsnet.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/atarilance.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/atarilance.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/atp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/atp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/au1000_eth.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/au1000_eth.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/b44.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/b44.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/b44.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/b44.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/bagetlance.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/bagetlance.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/bonding/bond_main.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/bonding/bond_main.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/bonding/bonding.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/bonding/bonding.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/bsd_comp.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/bsd_comp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/cs89x0.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/cs89x0.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/declance.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/declance.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/defxx.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/defxx.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/defxx.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/defxx.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/depca.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/depca.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/dgrs.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/dgrs.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/dl2k.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/dl2k.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/dl2k.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/dl2k.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/dummy.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/dummy.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/e1000/e1000.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/e1000/e1000.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/e1000/e1000_ethtool.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/e1000/e1000_ethtool.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/e1000/e1000_hw.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/e1000/e1000_hw.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/e1000/e1000_hw.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/e1000/e1000_hw.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/e1000/e1000_main.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/e1000/e1000_main.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/e1000/e1000_osdep.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/e1000/e1000_osdep.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/e1000/e1000_param.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/e1000/e1000_param.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/eepro.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/eepro.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/eepro100.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/eepro100.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/eexpress.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/eexpress.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/epic100.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/epic100.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/eql.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/eql.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/eth16i.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/eth16i.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/ethertap.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ethertap.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/ewrk3.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ewrk3.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/fealnx.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/fealnx.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/fec.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/fec.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/fec.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/fec.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/fmv18x.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/fmv18x.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/gt96100eth.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/gt96100eth.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/hamachi.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/hamachi.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/hamradio/6pack.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/hamradio/6pack.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/hamradio/baycom_par.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/hamradio/baycom_par.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/hamradio/dmascc.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/hamradio/dmascc.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/hamradio/hdlcdrv.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/hamradio/hdlcdrv.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/hamradio/mkiss.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/hamradio/mkiss.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/hamradio/scc.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/hamradio/scc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/hamradio/yam.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/hamradio/yam.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/hp100.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/hp100.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/hplance.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/hplance.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/hplance.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/hplance.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/hydra.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/hydra.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/ibmlana.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ibmlana.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/irda/au1k_ir.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/irda/au1k_ir.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/irda/irda-usb.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/irda/irda-usb.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/irda/irport.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/irda/irport.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/irda/irtty-sir.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/irda/irtty-sir.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/irda/nsc-ircc.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/irda/nsc-ircc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/irda/sa1100_ir.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/irda/sa1100_ir.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/irda/via-ircc.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/irda/via-ircc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/irda/via-ircc.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/irda/via-ircc.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/irda/vlsi_ir.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/irda/vlsi_ir.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/isa-skeleton.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/isa-skeleton.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/ixgb/ixgb.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ixgb/ixgb.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/ixgb/ixgb_ethtool.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ixgb/ixgb_ethtool.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/ixgb/ixgb_hw.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ixgb/ixgb_hw.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/ixgb/ixgb_main.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ixgb/ixgb_main.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/jazzsonic.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/jazzsonic.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/lance.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/lance.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/lasi_82596.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/lasi_82596.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/lp486e.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/lp486e.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/mac8390.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/mac8390.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/mac89x0.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/mac89x0.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/macsonic.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/macsonic.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/meth.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/meth.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/mvme147.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/mvme147.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/myri_sbus.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/myri_sbus.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/natsemi.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/natsemi.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/net/ne2.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ne2.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/ne2k-pci.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ne2k-pci.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/net_init.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/net_init.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/ni5010.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ni5010.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/ni52.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ni52.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/ni65.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ni65.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/ns83820.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ns83820.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/pci-skeleton.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/pci-skeleton.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/pcmcia/3c574_cs.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/pcmcia/3c574_cs.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/net/pcmcia/3c589_cs.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/pcmcia/3c589_cs.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/pcmcia/axnet_cs.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/pcmcia/axnet_cs.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/pcmcia/nmclan_cs.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/pcmcia/nmclan_cs.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/pcmcia/smc91c92_cs.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/pcmcia/smc91c92_cs.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/net/pcmcia/xirc2ps_cs.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/pcmcia/xirc2ps_cs.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/pcnet32.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/pcnet32.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/plip.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/plip.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/ppp_async.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ppp_async.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/ppp_deflate.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ppp_deflate.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/ppp_generic.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ppp_generic.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/ppp_synctty.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ppp_synctty.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/r8169.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/r8169.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/rrunner.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/rrunner.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/rrunner.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/rrunner.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/sb1000.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sb1000.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/sb1250-mac.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sb1250-mac.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/seeq8005.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/seeq8005.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/sgiseeq.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sgiseeq.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/sis900.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sis900.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/sk98lin/h/skdrv1st.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sk98lin/h/skdrv1st.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/sk98lin/h/skdrv2nd.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sk98lin/h/skdrv2nd.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/sk98lin/skge.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sk98lin/skge.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/net/sk_g16.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sk_g16.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/sk_mca.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sk_mca.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/skfp/hwmtm.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/skfp/hwmtm.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/skfp/skfddi.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/skfp/skfddi.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/slip.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/slip.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/smc9194.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/smc9194.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/starfire.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/starfire.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/sun3_82586.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sun3_82586.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/sun3lance.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sun3lance.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/sunbmac.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sunbmac.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/sundance.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sundance.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/sungem.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sungem.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/net/sunhme.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sunhme.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/sunlance.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sunlance.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/sunqe.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sunqe.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/tc35815.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tc35815.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/tg3.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tg3.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/net/tg3.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tg3.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/tokenring/3c359.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tokenring/3c359.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/tokenring/abyss.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tokenring/abyss.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/tokenring/ibmtr.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tokenring/ibmtr.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/tokenring/lanstreamer.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tokenring/lanstreamer.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/tokenring/olympic.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tokenring/olympic.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/net/tokenring/smctr.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tokenring/smctr.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/tokenring/tms380tr.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tokenring/tms380tr.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/tokenring/tmspci.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tokenring/tmspci.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/tulip/21142.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tulip/21142.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/tulip/de2104x.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tulip/de2104x.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/tulip/de4x5.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tulip/de4x5.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/tulip/dmfe.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tulip/dmfe.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/tulip/eeprom.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tulip/eeprom.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/tulip/interrupt.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tulip/interrupt.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/tulip/media.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tulip/media.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/tulip/pnic.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tulip/pnic.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/tulip/pnic2.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tulip/pnic2.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/tulip/timer.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tulip/timer.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/tulip/tulip.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tulip/tulip.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/tulip/tulip_core.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tulip/tulip_core.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/tulip/winbond-840.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tulip/winbond-840.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/tulip/xircom_cb.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tulip/xircom_cb.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/tulip/xircom_tulip_cb.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tulip/xircom_tulip_cb.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/typhoon.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/typhoon.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/via-rhine.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/via-rhine.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/wan/c101.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/c101.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/wan/cosa.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/cosa.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/wan/cycx_drv.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/cycx_drv.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wan/cycx_main.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/cycx_main.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wan/cycx_x25.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/cycx_x25.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/wan/dlci.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/dlci.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wan/dscc4.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/dscc4.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/wan/farsync.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/farsync.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/wan/hd6457x.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/hd6457x.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/wan/hdlc_x25.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/hdlc_x25.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/wan/lapbether.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/lapbether.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/wan/lmc/lmc_main.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/lmc/lmc_main.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wan/lmc/lmc_media.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/lmc/lmc_media.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wan/lmc/lmc_proto.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/lmc/lmc_proto.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wan/n2.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/n2.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wan/pc300.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/pc300.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wan/pc300_drv.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/pc300_drv.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/net/wan/pc300_tty.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/pc300_tty.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/wan/sbni.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/sbni.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/wan/sdla.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/sdla.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/wan/sdla_chdlc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/sdla_chdlc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/wan/wanxl.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/wanxl.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wan/x25_asy.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/x25_asy.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/wireless/airo.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/airo.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/net/wireless/arlan.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/arlan.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wireless/atmel.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/atmel.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/net/wireless/atmel_cs.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/atmel_cs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/wireless/netwave_cs.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/netwave_cs.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wireless/strip.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/strip.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/wireless/wavelan.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/wavelan.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wireless/wavelan.p.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/wavelan.p.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/wireless/wavelan_cs.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/wavelan_cs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/wireless/wavelan_cs.p.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/wavelan_cs.p.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/wireless/wl3501_cs.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/wl3501_cs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/yellowfin.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/yellowfin.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/znet.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/znet.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/oprofile/oprofilefs.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/oprofile/oprofilefs.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/oprofile/timer_int.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/oprofile/timer_int.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/parisc/lba_pci.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parisc/lba_pci.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/parisc/power.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parisc/power.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/parisc/sba_iommu.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parisc/sba_iommu.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/parisc/superio.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parisc/superio.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/parport/Kconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parport/Kconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/parport/daisy.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parport/daisy.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/parport/ieee1284.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parport/ieee1284.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/parport/parport_pc.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parport/parport_pc.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/parport/parport_sunbpp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parport/parport_sunbpp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/parport/probe.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parport/probe.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/parport/procfs.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parport/procfs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/parport/share.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parport/share.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pci/Makefile - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/pci/bus.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/bus.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pci/hotplug/Makefile - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pci/hotplug/acpiphp_glue.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/acpiphp_glue.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/pci/hotplug/cpcihp_generic.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/cpcihp_generic.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/pci/hotplug/cpcihp_zt5550.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/cpcihp_zt5550.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pci/hotplug/cpqphp.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/cpqphp.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pci/hotplug/cpqphp_core.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/cpqphp_core.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/pci/hotplug/cpqphp_ctrl.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/cpqphp_ctrl.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/pci/hotplug/cpqphp_nvram.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/cpqphp_nvram.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/pci/hotplug/cpqphp_nvram.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/cpqphp_nvram.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/pci/hotplug/cpqphp_pci.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/cpqphp_pci.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pci/hotplug/fakephp.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/fakephp.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/pci/hotplug/ibmphp_core.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/ibmphp_core.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pci/hotplug/ibmphp_ebda.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/ibmphp_ebda.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/pci/hotplug/ibmphp_hpc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/ibmphp_hpc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pci/hotplug/pci_hotplug_core.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/pci_hotplug_core.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/pci/pci-driver.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/pci-driver.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/pci/pci-sysfs.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/pci-sysfs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/pci/pci.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/pci.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/pci/pci.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/pci.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pci/pci.ids - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/pci.ids.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/pci/probe.c - 1.14 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/probe.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/pci/proc.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/proc.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pci/quirks.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/quirks.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/pci/remove.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/remove.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pci/search.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/search.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/pci/setup-bus.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/setup-bus.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pci/setup-irq.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/setup-irq.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/pci/setup-res.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/setup-res.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pci/syscall.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/syscall.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/pcmcia/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pcmcia/Makefile - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pcmcia/bulkmem.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/bulkmem.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pcmcia/cistpl.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/cistpl.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/pcmcia/cs.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/cs.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/pcmcia/cs_internal.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/cs_internal.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/pcmcia/ds.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/ds.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/pcmcia/i82365.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/i82365.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/pcmcia/o2micro.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/o2micro.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/pcmcia/rsrc_mgr.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/rsrc_mgr.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/pcmcia/sa1100_adsbitsy.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/sa1100_adsbitsy.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/pcmcia/sa1100_flexanet.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/sa1100_flexanet.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/pcmcia/sa1100_freebird.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/sa1100_freebird.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/pcmcia/sa1100_generic.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/sa1100_generic.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pcmcia/sa1100_graphicsclient.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/sa1100_graphicsclient.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/pcmcia/sa1100_graphicsmaster.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/sa1100_graphicsmaster.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/pcmcia/sa1100_pangolin.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/sa1100_pangolin.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pcmcia/sa1100_pfs168.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/sa1100_pfs168.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pcmcia/sa1100_simpad.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/sa1100_simpad.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/pcmcia/sa1100_stork.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/sa1100_stork.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pcmcia/sa1100_system3.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/sa1100_system3.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/pcmcia/sa1100_trizeps.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/sa1100_trizeps.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/pcmcia/sa1100_xp860.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/sa1100_xp860.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/pcmcia/sa1100_yopy.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/sa1100_yopy.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pcmcia/sa1111_generic.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/sa1111_generic.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pcmcia/tcic.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/tcic.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/pcmcia/yenta_socket.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/yenta_socket.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/pcmcia/yenta_socket.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/yenta_socket.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pnp/Kconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/Kconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pnp/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/pnp/interface.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/interface.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pnp/isapnp/core.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/isapnp/core.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/pnp/manager.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/manager.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pnp/pnpbios/bioscalls.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/pnpbios/bioscalls.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/pnp/pnpbios/core.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/pnpbios/core.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/pnp/pnpbios/rsparser.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/pnpbios/rsparser.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pnp/quirks.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/quirks.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/pnp/resource.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/resource.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/s390/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/s390/block/dasd.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/block/dasd_3990_erp.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_3990_erp.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/s390/block/dasd_devmap.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_devmap.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/block/dasd_diag.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_diag.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/s390/block/dasd_eckd.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_eckd.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/s390/block/dasd_fba.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_fba.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/s390/block/dasd_int.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_int.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/block/xpram.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/xpram.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/s390/char/Makefile - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/char/con3215.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/con3215.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/char/sclp_tty.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/sclp_tty.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/char/sclp_vt220.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/sclp_vt220.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/char/tape_block.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/tape_block.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/cio/css.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/css.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/cio/css.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/css.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/cio/device.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/device.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/s390/cio/device_fsm.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/device_fsm.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/s390/cio/qdio.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/qdio.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/net/ctcmain.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/ctcmain.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/s390/net/ctctty.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/ctctty.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/s390/net/iucv.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/iucv.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/net/iucv.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/iucv.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/s390/net/lcs.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/lcs.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/s390/net/lcs.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/lcs.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/net/netiucv.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/netiucv.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/net/qeth.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/qeth.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/s390/net/qeth_mpc.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/qeth_mpc.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/scsi/zfcp_aux.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_aux.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/scsi/zfcp_ccw.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_ccw.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/s390/scsi/zfcp_def.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_def.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/scsi/zfcp_erp.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_erp.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/s390/scsi/zfcp_ext.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_ext.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/scsi/zfcp_fsf.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_fsf.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/scsi/zfcp_fsf.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_fsf.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/scsi/zfcp_qdio.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_qdio.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/scsi/zfcp_scsi.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_scsi.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/scsi/zfcp_sysfs_adapter.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_sysfs_adapter.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/s390/scsi/zfcp_sysfs_driver.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_sysfs_driver.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/s390/scsi/zfcp_sysfs_port.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_sysfs_port.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/scsi/zfcp_sysfs_unit.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_sysfs_unit.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/sbus/char/aurora.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/sbus/char/aurora.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/sbus/char/bbc_i2c.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/sbus/char/bbc_i2c.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/sbus/char/bpp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/sbus/char/bpp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/sbus/char/cpwatchdog.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/sbus/char/cpwatchdog.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/sbus/char/display7seg.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/sbus/char/display7seg.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/sbus/char/flash.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/sbus/char/flash.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/sbus/char/jsflash.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/sbus/char/jsflash.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/sbus/char/riowatchdog.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/sbus/char/riowatchdog.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/3w-xxxx.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/3w-xxxx.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/3w-xxxx.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/3w-xxxx.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/53c700.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/53c700.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/53c700.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/53c700.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/BusLogic.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/BusLogic.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/scsi/BusLogic.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/BusLogic.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/Kconfig - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/Kconfig.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/scsi/Makefile - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/Makefile.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/scsi/NCR5380.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/NCR5380.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/NCR53c406a.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/NCR53c406a.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/NCR_D700.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/NCR_D700.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/NCR_Q720.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/NCR_Q720.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/aacraid/aachba.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aacraid/aachba.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/aacraid/aacraid.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aacraid/aacraid.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/scsi/aacraid/linit.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aacraid/linit.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/scsi/aacraid/rx.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aacraid/rx.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/aacraid/sa.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aacraid/sa.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/advansys.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/advansys.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/aha152x.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aha152x.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/aha1542.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aha1542.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/aic7xxx/aic7770_osm.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic7770_osm.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/aic7xxx/aic79xx.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/aic7xxx/aic79xx.reg - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx.reg.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/aic7xxx/aic79xx_core.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx_core.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/aic7xxx/aic79xx_inline.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx_inline.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/aic7xxx/aic79xx_osm.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx_osm.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/aic7xxx/aic79xx_osm.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx_osm.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/aic7xxx/aic79xx_osm_pci.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx_osm_pci.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/aic7xxx/aic79xx_pci.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx_pci.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/aic7xxx/aic7xxx.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic7xxx.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/aic7xxx/aic7xxx_core.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic7xxx_core.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/aic7xxx/aic7xxx_osm.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic7xxx_osm.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/scsi/aic7xxx/aic7xxx_osm.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic7xxx_osm.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/aic7xxx/aic7xxx_osm_pci.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/aic7xxx/aic7xxx_pci.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic7xxx_pci.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/aic7xxx/aiclib.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aiclib.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/aic7xxx/cam.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/cam.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/aic7xxx_old.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx_old.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/arm/acornscsi.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/arm/acornscsi.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/arm/arxescsi.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/arm/arxescsi.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/arm/cumana_2.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/arm/cumana_2.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/arm/eesox.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/arm/eesox.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/arm/fas216.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/arm/fas216.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/arm/powertec.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/arm/powertec.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/ata_piix.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ata_piix.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/scsi/atari_scsi.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/atari_scsi.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/atp870u.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/atp870u.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/cpqfcTSinit.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/cpqfcTSinit.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/dc395x.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/dc395x.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/dec_esp.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/dec_esp.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/dmx3191d.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/dmx3191d.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/dmx3191d.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/dmx3191d.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/dpt_i2o.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/dpt_i2o.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/dpti.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/dpti.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/dtc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/dtc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/dtc.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/dtc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/eata.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/eata.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/fdomain.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/fdomain.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/hosts.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/hosts.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/i60uscsi.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/i60uscsi.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/i91uscsi.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/i91uscsi.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/i91uscsi.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/i91uscsi.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/ide-scsi.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ide-scsi.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/scsi/imm.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/imm.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/ini9100u.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ini9100u.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/scsi/ini9100u.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ini9100u.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/inia100.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/inia100.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/inia100.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/inia100.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/ips.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ips.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/ips.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ips.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/jazz_esp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/jazz_esp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/lasi700.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/lasi700.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/libata-core.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/libata-core.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/scsi/libata-scsi.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/libata-scsi.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/scsi/libata.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/libata.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/scsi/mac53c94.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/mac53c94.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/mac_esp.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/mac_esp.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/mca_53c9x.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/mca_53c9x.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/megaraid.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/megaraid.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/scsi/mesh.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/mesh.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/ncr53c8xx.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ncr53c8xx.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/ncr53c8xx.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ncr53c8xx.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/nsp32.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/nsp32.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/nsp32.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/nsp32.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/osst.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/osst.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/osst.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/osst.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/pas16.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/pas16.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/pcmcia/aha152x_stub.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/pcmcia/aha152x_stub.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/pcmcia/nsp_cs.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/pcmcia/nsp_cs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/pcmcia/qlogic_stub.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/pcmcia/qlogic_stub.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/psi240i.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/psi240i.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/ql12160_fw.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ql12160_fw.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/ql1280_fw.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ql1280_fw.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/qla1280.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla1280.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/qla1280.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla1280.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/qlogicfc.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qlogicfc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/qlogicfc_asm.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qlogicfc_asm.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/qlogicisp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qlogicisp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/sata_promise.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sata_promise.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/scsi/sata_sil.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sata_sil.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/scsi/sata_svw.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sata_svw.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/scsi/sata_via.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sata_via.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/scsi/scsi.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/scsi/scsi_debug.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_debug.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/scsi_devinfo.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_devinfo.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/scsi_error.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_error.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/scsi/scsi_ioctl.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_ioctl.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/scsi_lib.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_lib.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/scsi/scsi_module.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_module.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/scsi_priv.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_priv.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/scsi_scan.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_scan.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/scsi/scsi_sysfs.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_sysfs.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/scsi/scsicam.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsicam.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/scsiiom.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsiiom.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/scsi/sd.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sd.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/scsi/seagate.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/seagate.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/sg.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sg.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/scsi/sim710.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sim710.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/sr.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sr.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/scsi/sr_ioctl.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sr_ioctl.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/st.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/st.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/scsi/st.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/st.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/sun3_scsi.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sun3_scsi.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/sun3_scsi_vme.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sun3_scsi_vme.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/sun3x_esp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sun3x_esp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/sym53c416.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c416.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/sym53c8xx_2/sym53c8xx.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_2/sym53c8xx.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/sym53c8xx_2/sym_conf.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_2/sym_conf.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/sym53c8xx_2/sym_defs.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_2/sym_defs.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/sym53c8xx_2/sym_fw.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_2/sym_fw.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/sym53c8xx_2/sym_fw.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_2/sym_fw.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/sym53c8xx_2/sym_fw1.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_2/sym_fw1.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/sym53c8xx_2/sym_fw2.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_2/sym_fw2.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/sym53c8xx_2/sym_glue.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_2/sym_glue.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/scsi/sym53c8xx_2/sym_glue.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_2/sym_glue.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/sym53c8xx_2/sym_hipd.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_2/sym_hipd.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/scsi/sym53c8xx_2/sym_hipd.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_2/sym_hipd.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/sym53c8xx_2/sym_malloc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_2/sym_malloc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/sym53c8xx_2/sym_misc.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_2/sym_misc.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/sym53c8xx_2/sym_misc.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_2/sym_misc.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/sym53c8xx_2/sym_nvram.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_2/sym_nvram.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/sym53c8xx_comm.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_comm.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/sym53c8xx_defs.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_defs.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/t128.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/t128.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/t128.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/t128.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/tmscsim.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/tmscsim.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/scsi/tmscsim.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/tmscsim.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/u14-34f.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/u14-34f.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/ultrastor.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ultrastor.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/wd33c93.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/wd33c93.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/wd7000.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/wd7000.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/zalon.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/zalon.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/serial/21285.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/21285.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/serial/68328serial.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/68328serial.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/serial/68360serial.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/68360serial.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/serial/8250.c - 1.18 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h drivers/serial/8250.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/serial/8250_acorn.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250_acorn.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/serial/8250_acpi.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250_acpi.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/serial/8250_gsc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250_gsc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/serial/8250_pci.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250_pci.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/serial/8250_pnp.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250_pnp.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/serial/Kconfig - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/Kconfig.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/serial/Makefile - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/serial/clps711x.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/clps711x.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/serial/mcfserial.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/mcfserial.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/serial/pmac_zilog.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/pmac_zilog.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/serial/pmac_zilog.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/pmac_zilog.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/serial/sa1100.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sa1100.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/serial/serial_core.c - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/serial_core.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/serial/serial_cs.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/serial_cs.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/serial/sunsab.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sunsab.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/serial/sunsu.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sunsu.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/serial/sunzilog.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sunzilog.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/serial/uart00.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/uart00.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/tc/zs.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/tc/zs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/telephony/ixj_pcmcia.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/telephony/ixj_pcmcia.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/Makefile - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/Makefile.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/usb/class/Kconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/class/Kconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/class/audio.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/class/audio.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/class/bluetty.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/class/bluetty.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/class/cdc-acm.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/class/cdc-acm.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/usb/class/usb-midi.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/class/usb-midi.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/class/usblp.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/class/usblp.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/usb/core/devices.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/core/devices.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/core/devio.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/core/devio.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/core/hcd-pci.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/core/hcd-pci.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/usb/core/hcd.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/core/hcd.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/usb/core/hcd.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/core/hcd.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/usb/core/hub.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/core/hub.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/usb/core/inode.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/core/inode.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/core/message.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/core/message.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/usb/core/urb.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/core/urb.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/core/usb.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/core/usb.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/usb/core/usb.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/core/usb.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/gadget/Kconfig - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/Kconfig.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/usb/gadget/Makefile - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/gadget/ether.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/ether.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/usb/gadget/inode.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/inode.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/gadget/net2280.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/net2280.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/usb/gadget/net2280.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/net2280.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/gadget/zero.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/zero.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/usb/host/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/host/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/host/ehci-dbg.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ehci-dbg.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/usb/host/ehci-hcd.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ehci-hcd.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/usb/host/ehci-hub.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ehci-hub.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/usb/host/ehci-mem.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ehci-mem.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/usb/host/ehci-q.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ehci-q.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/usb/host/ehci-sched.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ehci-sched.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/usb/host/ehci.h - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ehci.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/usb/host/hc_simple.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/hc_simple.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/host/hc_simple.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/hc_simple.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/host/hc_sl811.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/hc_sl811.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/host/hc_sl811.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/hc_sl811.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/host/hc_sl811_rh.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/hc_sl811_rh.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/host/ohci-dbg.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-dbg.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/usb/host/ohci-hcd.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-hcd.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/usb/host/ohci-hub.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-hub.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/host/ohci-mem.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-mem.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/host/ohci-pci.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-pci.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/host/ohci-q.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-q.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/usb/host/ohci-sa1111.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-sa1111.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/host/ohci.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/usb/host/uhci-debug.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/uhci-debug.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/host/uhci-hcd.c - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/uhci-hcd.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/usb/host/uhci-hcd.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/uhci-hcd.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/usb/host/uhci-hub.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/uhci-hub.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/image/Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/image/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/image/hpusbscsi.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/image/hpusbscsi.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/image/mdc800.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/image/mdc800.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/image/microtek.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/image/microtek.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/image/microtek.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/image/microtek.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/input/Kconfig - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/Kconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/input/aiptek.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/aiptek.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/usb/input/hid-core.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/hid-core.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/usb/input/kbtab.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/kbtab.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/usb/input/pid.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/pid.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/input/powermate.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/powermate.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/input/usbkbd.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/usbkbd.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/input/usbmouse.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/usbmouse.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/input/wacom.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/wacom.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/input/xpad.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/xpad.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/media/Kconfig - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/Kconfig.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/usb/media/dabusb.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/dabusb.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/media/konicawc.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/konicawc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/media/ov511.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/ov511.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/media/se401.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/se401.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/media/stv680.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/stv680.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/media/usbvideo.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/usbvideo.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/media/vicam.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/vicam.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/misc/Kconfig - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/misc/Kconfig.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/usb/misc/Makefile - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/misc/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/misc/auerswald.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/misc/auerswald.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/misc/rio500.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/misc/rio500.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/misc/speedtch.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/misc/speedtch.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/misc/tiglusb.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/misc/tiglusb.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/misc/tiglusb.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/misc/tiglusb.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/misc/usbtest.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/misc/usbtest.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/usb/misc/uss720.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/misc/uss720.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/net/Kconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/net/Kconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/net/catc.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/net/catc.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/net/kaweth.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/net/kaweth.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/net/pegasus.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/net/pegasus.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/net/rtl8150.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/net/rtl8150.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/usb/net/usbnet.c - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/net/usbnet.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/usb/serial/Kconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/Kconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/serial/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/serial/belkin_sa.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/belkin_sa.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/serial/bus.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/bus.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/serial/console.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/console.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/serial/cyberjack.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/cyberjack.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/serial/digi_acceleport.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/digi_acceleport.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/serial/empeg.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/empeg.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/serial/ftdi_sio.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/ftdi_sio.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/usb/serial/ftdi_sio.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/ftdi_sio.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/usb/serial/generic.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/generic.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/serial/io_edgeport.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/io_edgeport.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/serial/io_fw_boot.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/io_fw_boot.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/serial/io_fw_boot2.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/io_fw_boot2.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/serial/io_fw_down.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/io_fw_down.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/serial/io_fw_down2.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/io_fw_down2.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/serial/io_tables.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/io_tables.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/serial/io_ti.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/io_ti.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/serial/io_usbvend.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/io_usbvend.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/serial/ipaq.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/ipaq.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/serial/ipaq.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/ipaq.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/serial/ir-usb.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/ir-usb.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/serial/keyspan.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/keyspan.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/serial/keyspan.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/keyspan.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/serial/keyspan_pda.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/keyspan_pda.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/serial/kl5kusb105.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/kl5kusb105.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/serial/kobil_sct.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/kobil_sct.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/serial/mct_u232.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/mct_u232.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/serial/omninet.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/omninet.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/serial/pl2303.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/pl2303.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/usb/serial/pl2303.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/pl2303.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/serial/safe_serial.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/safe_serial.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/serial/usb-serial.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/usb-serial.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/serial/usb-serial.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/usb-serial.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/serial/visor.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/visor.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/usb/serial/whiteheat.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/whiteheat.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/usb/storage/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/storage/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/storage/freecom.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/storage/freecom.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/storage/isd200.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/storage/isd200.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/storage/protocol.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/storage/protocol.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/storage/scsiglue.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/storage/scsiglue.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/usb/storage/transport.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/storage/transport.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/usb/storage/unusual_devs.h - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/storage/unusual_devs.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/usb/storage/usb.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/storage/usb.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/usb/storage/usb.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/storage/usb.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/video/Kconfig - 1.14 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/Kconfig.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/video/Makefile - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/Makefile.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/video/acornfb.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/acornfb.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/video/amifb.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/amifb.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/aty/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/aty/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/video/aty/aty128fb.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/aty/aty128fb.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/video/aty/atyfb.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/aty/atyfb.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/aty/atyfb_base.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/aty/atyfb_base.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/aty/mach64_accel.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/aty/mach64_accel.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/aty/mach64_ct.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/aty/mach64_ct.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/aty/mach64_cursor.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/aty/mach64_cursor.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/video/aty/mach64_gx.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/aty/mach64_gx.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/video/aty/xlinit.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/aty/xlinit.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/bw2.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/bw2.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/cg14.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/cg14.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/cg3.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/cg3.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/cg6.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/cg6.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/chipsfb.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/chipsfb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/cirrusfb.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/cirrusfb.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/video/console/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/console/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/console/Makefile - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/console/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/console/fbcon.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/console/fbcon.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/video/console/fbcon.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/console/fbcon.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/console/font_6x11.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/console/font_6x11.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/console/vgacon.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/console/vgacon.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/controlfb.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/controlfb.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/video/cyber2000fb.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/cyber2000fb.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/cyber2000fb.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/cyber2000fb.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/epson1355fb.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/epson1355fb.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/video/fbmem.c - 1.13 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/fbmem.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/video/ffb.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/ffb.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/fm2fb.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/fm2fb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/hgafb.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/hgafb.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/hpfb.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/hpfb.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/video/i810/i810.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/i810/i810.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/i810/i810_accel.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/i810/i810_accel.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/video/i810/i810_gtf.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/i810/i810_gtf.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/video/i810/i810_main.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/i810/i810_main.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/igafb.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/igafb.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/video/imsttfb.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/imsttfb.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/leo.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/leo.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/matrox/matroxfb_accel.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/matrox/matroxfb_accel.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/matrox/matroxfb_base.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/matrox/matroxfb_base.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/matrox/matroxfb_base.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/matrox/matroxfb_base.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/matrox/matroxfb_crtc2.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/matrox/matroxfb_crtc2.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/matrox/matroxfb_crtc2.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/matrox/matroxfb_crtc2.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/video/modedb.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/modedb.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/video/neofb.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/neofb.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/offb.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/offb.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/p9100.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/p9100.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/video/platinumfb.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/platinumfb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/pm2fb.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/pm2fb.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/video/pvr2fb.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/pvr2fb.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/video/radeonfb.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/radeonfb.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/video/riva/fbdev.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/riva/fbdev.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/video/riva/nv_driver.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/riva/nv_driver.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/video/riva/riva_hw.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/riva/riva_hw.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/riva/riva_hw.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/riva/riva_hw.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/video/riva/rivafb.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/riva/rivafb.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/sa1100fb.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/sa1100fb.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/video/sbuslib.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/sbuslib.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/sgivwfb.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/sgivwfb.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/video/sis/sis_main.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/sis/sis_main.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/video/skeletonfb.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/skeletonfb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/softcursor.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/softcursor.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/video/sstfb.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/sstfb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/stifb.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/stifb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/tcx.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/tcx.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/tdfxfb.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/tdfxfb.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/video/tgafb.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/tgafb.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/tridentfb.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/tridentfb.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/video/valkyriefb.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/valkyriefb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/vesafb.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/vesafb.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/vfb.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/vfb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/vga16fb.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/vga16fb.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/zorro/zorro.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/zorro/zorro.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/Kconfig - 1.19 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/Kconfig.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h fs/Makefile - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/Makefile.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/adfs/super.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/adfs/super.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/afs/main.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/afs/main.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/aio.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/aio.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/autofs/inode.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/autofs/inode.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/autofs4/inode.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/autofs4/inode.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/autofs4/root.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/autofs4/root.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/binfmt_aout.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/binfmt_aout.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/binfmt_elf.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/binfmt_elf.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h fs/binfmt_flat.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/binfmt_flat.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/bio.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/bio.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/block_dev.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/block_dev.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/buffer.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/buffer.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h fs/char_dev.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/char_dev.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/cifs/CHANGES - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/CHANGES.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/cifs/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/cifs/README - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/README.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/cifs/TODO - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/TODO.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/cifs/cifs_debug.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifs_debug.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/cifs/cifs_fs_sb.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifs_fs_sb.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/cifs/cifsfs.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifsfs.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/cifs/cifsfs.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifsfs.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/cifs/cifsglob.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifsglob.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/cifs/cifspdu.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifspdu.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/cifs/cifsproto.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifsproto.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/cifs/cifssmb.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifssmb.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/cifs/connect.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/connect.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/cifs/dir.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/dir.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/cifs/file.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/file.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/cifs/inode.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/inode.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/cifs/misc.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/misc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/cifs/netmisc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/netmisc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/cifs/smberr.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/smberr.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/cifs/transport.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/transport.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/cifs/xattr.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/xattr.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/coda/sysctl.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/coda/sysctl.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/compat.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/compat.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/compat_ioctl.c - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/compat_ioctl.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h fs/dcache.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/dcache.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/dcookies.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/dcookies.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/devfs/base.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/devfs/base.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/devfs/util.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/devfs/util.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/devpts/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/devpts/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/devpts/inode.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/devpts/inode.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/devpts/xattr.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/devpts/xattr.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/devpts/xattr.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/devpts/xattr.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/devpts/xattr_security.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/devpts/xattr_security.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/direct-io.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/direct-io.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/dquot.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/dquot.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/efs/namei.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/efs/namei.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/efs/super.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/efs/super.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/eventpoll.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/eventpoll.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/exec.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/exec.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/ext2/acl.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/acl.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/ext2/acl.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/acl.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ext2/dir.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/dir.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/ext2/ext2.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/ext2.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ext2/file.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/file.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ext2/inode.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/inode.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/ext2/namei.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/namei.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ext2/super.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/super.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/ext2/symlink.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/symlink.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ext2/xattr.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/xattr.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/ext2/xattr.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/xattr.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ext2/xattr_security.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/xattr_security.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ext2/xattr_trusted.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/xattr_trusted.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ext2/xattr_user.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/xattr_user.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ext3/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ext3/acl.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/acl.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/ext3/balloc.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/balloc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/ext3/file.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/file.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ext3/ialloc.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/ialloc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/ext3/inode.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/inode.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/ext3/ioctl.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/ioctl.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ext3/namei.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/namei.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/ext3/super.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/super.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/ext3/symlink.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/symlink.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ext3/xattr.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/xattr.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/ext3/xattr.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/xattr.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ext3/xattr_security.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/xattr_security.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ext3/xattr_trusted.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/xattr_trusted.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ext3/xattr_user.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/xattr_user.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/fat/cache.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/fat/cache.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/fat/dir.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/fat/dir.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/fat/fatfs_syms.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/fat/fatfs_syms.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/fat/inode.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/fat/inode.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/fat/misc.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/fat/misc.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/fcntl.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/fcntl.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/file.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/file.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/file_table.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/file_table.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/filesystems.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/filesystems.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/fs-writeback.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/fs-writeback.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/hfs/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/hfs/btree.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/btree.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/hfs/dir.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/dir.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/hfs/extent.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/extent.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/hfs/inode.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/inode.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/hfs/mdb.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/mdb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/hfs/super.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/super.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/hugetlbfs/inode.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hugetlbfs/inode.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/inode.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/inode.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/ioctl.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ioctl.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/jbd/checkpoint.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jbd/checkpoint.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/jbd/commit.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jbd/commit.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/jbd/journal.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jbd/journal.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/jbd/transaction.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jbd/transaction.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/jffs2/compr.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jffs2/compr.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/jffs2/dir.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jffs2/dir.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/jffs2/erase.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jffs2/erase.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/jffs2/gc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jffs2/gc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/jffs2/nodelist.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jffs2/nodelist.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/jffs2/nodelist.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jffs2/nodelist.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/jffs2/nodemgmt.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jffs2/nodemgmt.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/jffs2/readinode.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jffs2/readinode.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/jffs2/scan.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jffs2/scan.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/jffs2/super.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jffs2/super.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/jffs2/wbuf.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jffs2/wbuf.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/jffs2/write.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jffs2/write.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/jfs/acl.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/acl.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/jfs/jfs_dinode.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_dinode.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/jfs/jfs_dmap.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_dmap.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/jfs/jfs_dmap.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_dmap.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/jfs/jfs_dtree.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_dtree.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/jfs/jfs_dtree.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_dtree.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/jfs/jfs_imap.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_imap.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/jfs/jfs_imap.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_imap.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/jfs/jfs_incore.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_incore.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/jfs/jfs_logmgr.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_logmgr.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/jfs/jfs_logmgr.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_logmgr.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/jfs/jfs_metapage.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_metapage.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/jfs/jfs_mount.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_mount.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/jfs/jfs_superblock.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_superblock.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/jfs/jfs_txnmgr.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_txnmgr.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/jfs/jfs_types.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_types.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/jfs/jfs_unicode.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_unicode.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/jfs/jfs_unicode.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_unicode.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/jfs/jfs_xattr.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_xattr.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/jfs/jfs_xtree.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_xtree.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/jfs/jfs_xtree.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/jfs_xtree.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/jfs/super.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jfs/super.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/libfs.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/libfs.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/lockd/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/lockd/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/lockd/clntproc.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/lockd/clntproc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/lockd/host.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/lockd/host.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/lockd/lockd_syms.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/lockd/lockd_syms.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/lockd/mon.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/lockd/mon.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/lockd/svc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/lockd/svc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/lockd/svc4proc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/lockd/svc4proc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/lockd/svclock.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/lockd/svclock.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/lockd/svcproc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/lockd/svcproc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/lockd/xdr.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/lockd/xdr.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/lockd/xdr4.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/lockd/xdr4.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/locks.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/locks.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/mbcache.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/mbcache.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/minix/bitmap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/minix/bitmap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/msdos/namei.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/msdos/namei.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/namei.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/namei.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h fs/namespace.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/namespace.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/nfs/dir.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfs/dir.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/nfs/direct.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfs/direct.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/nfsctl.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfsctl.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/nfsd/nfs4proc.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfsd/nfs4proc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/nfsd/nfs4state.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfsd/nfs4state.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/nfsd/nfs4xdr.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfsd/nfs4xdr.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/nfsd/nfsfh.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfsd/nfsfh.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/nfsd/nfsproc.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfsd/nfsproc.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/nfsd/nfssvc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfsd/nfssvc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/nfsd/vfs.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfsd/vfs.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/ntfs/ChangeLog - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/ChangeLog.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/ntfs/Makefile - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/Makefile.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/ntfs/aops.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/aops.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/ntfs/attrib.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/attrib.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/ntfs/attrib.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/attrib.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/ntfs/compress.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/compress.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/ntfs/debug.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/debug.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/ntfs/debug.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/debug.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/ntfs/dir.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/dir.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/ntfs/dir.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/dir.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ntfs/file.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/file.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/ntfs/inode.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/inode.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/ntfs/inode.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/inode.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/ntfs/layout.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/layout.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/ntfs/malloc.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/malloc.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/ntfs/mft.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/mft.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/ntfs/mft.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/mft.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/ntfs/namei.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/namei.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/ntfs/ntfs.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/ntfs.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/ntfs/super.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/super.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/ntfs/types.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/types.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/ntfs/unistr.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/unistr.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/ntfs/upcase.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/upcase.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/ntfs/volume.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/volume.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/open.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/open.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/partitions/Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/partitions/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/partitions/check.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/partitions/check.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/partitions/devfs.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/partitions/devfs.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/partitions/efi.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/partitions/efi.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/partitions/msdos.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/partitions/msdos.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/pipe.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/pipe.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/posix_acl.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/posix_acl.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/proc/array.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/proc/array.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/proc/base.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/proc/base.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/proc/generic.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/proc/generic.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/proc/proc_misc.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/proc/proc_misc.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/proc/proc_tty.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/proc/proc_tty.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/proc/root.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/proc/root.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/proc/task_mmu.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/proc/task_mmu.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/qnx4/bitmap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/qnx4/bitmap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/quota.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/quota.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/read_write.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/read_write.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/readdir.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/readdir.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/reiserfs/bitmap.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/bitmap.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/reiserfs/dir.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/dir.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/reiserfs/do_balan.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/do_balan.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/reiserfs/file.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/file.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/reiserfs/fix_node.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/fix_node.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/reiserfs/ibalance.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/ibalance.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/reiserfs/inode.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/inode.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/reiserfs/item_ops.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/item_ops.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/reiserfs/journal.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/journal.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/reiserfs/namei.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/namei.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/reiserfs/objectid.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/objectid.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/reiserfs/prints.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/prints.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/reiserfs/procfs.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/procfs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/reiserfs/resize.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/resize.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/reiserfs/stree.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/stree.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/reiserfs/super.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/super.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/reiserfs/tail_conversion.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/tail_conversion.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/select.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/select.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/smbfs/inode.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/smbfs/inode.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/smbfs/proc.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/smbfs/proc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/smbfs/proto.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/smbfs/proto.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/smbfs/request.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/smbfs/request.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/stat.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/stat.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/super.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/super.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/sysfs/bin.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/sysfs/bin.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/sysfs/dir.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/sysfs/dir.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/sysfs/file.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/sysfs/file.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/sysfs/group.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/sysfs/group.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/sysfs/inode.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/sysfs/inode.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/sysfs/mount.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/sysfs/mount.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/sysfs/symlink.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/sysfs/symlink.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/sysfs/sysfs.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/sysfs/sysfs.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/sysv/CHANGES - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/sysv/CHANGES.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/sysv/ChangeLog - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/sysv/ChangeLog.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/udf/balloc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/udf/balloc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/udf/file.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/udf/file.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/udf/lowlevel.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/udf/lowlevel.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ufs/balloc.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ufs/balloc.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/ufs/cylinder.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ufs/cylinder.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ufs/ialloc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ufs/ialloc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ufs/inode.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ufs/inode.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/ufs/namei.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ufs/namei.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ufs/super.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ufs/super.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/ufs/util.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ufs/util.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ufs/util.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ufs/util.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/xattr.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/xattr.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/acpi/acconfig.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acconfig.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/acpi/acdebug.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acdebug.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/acpi/acdispat.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acdispat.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/acpi/acglobal.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acglobal.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/acpi/achware.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/achware.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/acpi/acinterp.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acinterp.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/acpi/aclocal.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/aclocal.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/acpi/acmacros.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acmacros.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/acpi/acnamesp.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acnamesp.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/acpi/acobject.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acobject.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/acpi/acparser.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acparser.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/acpi/acpi_bus.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acpi_bus.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/acpi/acpiosxf.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acpiosxf.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/acpi/acpixf.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acpixf.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/acpi/acresrc.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acresrc.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/acpi/actables.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/actables.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/acpi/actbl.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/actbl.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/acpi/actbl2.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/actbl2.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/acpi/actypes.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/actypes.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/acpi/acutils.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acutils.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/acpi/amlcode.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/amlcode.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/acpi/amlresrc.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/amlresrc.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/acpi/platform/acenv.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/platform/acenv.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/acpi/processor.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/processor.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-alpha/core_cia.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-alpha/core_cia.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-alpha/errno.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-alpha/errno.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-alpha/hardirq.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-alpha/hardirq.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-alpha/io.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-alpha/io.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-alpha/mmzone.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-alpha/mmzone.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-alpha/pgtable.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-alpha/pgtable.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-alpha/topology.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-alpha/topology.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-arm/arch-cl7500/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-cl7500/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-clps711x/io.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-clps711x/io.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-clps711x/time.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-clps711x/time.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-ebsa110/io.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ebsa110/io.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-arm/arch-ebsa110/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ebsa110/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-ebsa285/io.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ebsa285/io.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-ebsa285/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ebsa285/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-epxa10db/io.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-epxa10db/io.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-epxa10db/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-epxa10db/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-integrator/io.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-integrator/io.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-integrator/platform.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-integrator/platform.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-integrator/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-integrator/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-integrator/time.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-integrator/time.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-iop3xx/io.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-iop3xx/io.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-iop3xx/serial.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-iop3xx/serial.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-l7200/io.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-l7200/io.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-l7200/time.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-l7200/time.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-pxa/io.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-pxa/io.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-pxa/pxa-regs.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-pxa/pxa-regs.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-arm/arch-pxa/serial.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-pxa/serial.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-rpc/io.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-rpc/io.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-rpc/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-rpc/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/adsbitsy.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/adsbitsy.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/flexanet.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/flexanet.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/freebird.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/freebird.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/graphicsclient.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/graphicsclient.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/graphicsmaster.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/graphicsmaster.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/huw_webpanel.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/huw_webpanel.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/ide.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/ide.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-sa1100/io.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/io.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/irqs.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/irqs.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-sa1100/itsy.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/itsy.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/mftb2.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/mftb2.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/omnimeter.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/omnimeter.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/pangolin.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/pangolin.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/pfs168.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/pfs168.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/pleb.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/pleb.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/stork.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/stork.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/system.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/system.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/system3.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/system3.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/timex.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/timex.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/trizeps.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/trizeps.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-sa1100/yopy.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-sa1100/yopy.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-shark/io.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-shark/io.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-shark/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-shark/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/atomic.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/atomic.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-arm/bitops.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/bitops.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-arm/cacheflush.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/cacheflush.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-arm/delay.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/delay.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/ecard.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/ecard.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-arm/hardirq.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/hardirq.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-arm/ide.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/ide.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-arm/io.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/io.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-arm/irq.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/irq.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/mach/arch.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/mach/arch.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-arm/mach/flash.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/mach/flash.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/mach/irq.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/mach/irq.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/mach/map.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/mach/map.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/mmu_context.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/mmu_context.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/page.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/page.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-arm/pgtable.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/pgtable.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-arm/posix_types.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/posix_types.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/procinfo.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/procinfo.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/setup.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/setup.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-arm/system.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/system.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-arm/thread_info.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/thread_info.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-arm/tlbflush.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/tlbflush.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/uaccess.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/uaccess.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-arm26/atomic.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm26/atomic.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm26/hardirq.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm26/hardirq.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm26/io.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm26/io.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-arm26/linux_logo.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm26/linux_logo.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm26/pgtable.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm26/pgtable.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-cris/hardirq.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-cris/hardirq.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-cris/io.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-cris/io.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-generic/errno.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-generic/errno.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-generic/pci.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-generic/pci.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-generic/topology.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-generic/topology.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-generic/vmlinux.lds.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-generic/vmlinux.lds.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-h8300/bitops.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-h8300/bitops.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-h8300/delay.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-h8300/delay.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-h8300/hardirq.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-h8300/hardirq.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-h8300/io.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-h8300/io.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-h8300/linux_logo.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-h8300/linux_logo.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-h8300/pgtable.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-h8300/pgtable.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-h8300/sigcontext.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-h8300/sigcontext.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-h8300/signal.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-h8300/signal.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-h8300/system.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-h8300/system.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-h8300/timex.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-h8300/timex.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-h8300/ucontext.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-h8300/ucontext.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-h8300/unistd.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-h8300/unistd.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-i386/acpi.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/acpi.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-i386/apic.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/apic.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-i386/atomic.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/atomic.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-i386/cpu.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/cpu.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-i386/hardirq.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/hardirq.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-i386/hpet.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/hpet.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-i386/hw_irq.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/hw_irq.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-i386/i387.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/i387.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-i386/io.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/io.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-i386/io_apic.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/io_apic.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-i386/irq.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/irq.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-i386/mach-default/do_timer.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/mach-default/do_timer.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-i386/mach-summit/mach_mpparse.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/mach-summit/mach_mpparse.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-i386/mach-visws/do_timer.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/mach-visws/do_timer.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-i386/mach-voyager/do_timer.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/mach-voyager/do_timer.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-i386/module.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/module.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-i386/mpspec.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/mpspec.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-i386/node.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/node.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-i386/page.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/page.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-i386/pgtable.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/pgtable.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-i386/processor.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/processor.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-i386/semaphore.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/semaphore.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-i386/setup.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/setup.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-i386/suspend.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/suspend.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-i386/system.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/system.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-i386/thread_info.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/thread_info.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-i386/timer.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/timer.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-i386/timex.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/timex.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-i386/topology.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/topology.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-i386/unistd.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/unistd.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-ia64/delay.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/delay.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/hardirq.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/hardirq.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/io.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/io.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/machvec.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/machvec.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-ia64/machvec_init.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/machvec_init.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/machvec_sn2.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/machvec_sn2.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-ia64/pal.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/pal.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/pci.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/pci.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-ia64/pgtable.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/pgtable.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-ia64/processor.h - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/processor.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/asm-ia64/ptrace.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/ptrace.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/addrs.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/addrs.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/arch.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/arch.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/sn/bte.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/bte.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/sn/cdl.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/cdl.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/clksupport.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/clksupport.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/sn/dmamap.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/dmamap.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/driver.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/driver.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/sn/fetchop.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/fetchop.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ia64/sn/geo.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/geo.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/hcl.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/hcl.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/hcl_util.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/hcl_util.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/hwgfs.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/hwgfs.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/ifconfig_net.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/ifconfig_net.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ia64/sn/intr.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/intr.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/sn/io.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/io.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/ioc4.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/ioc4.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/ioconfig_bus.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/ioconfig_bus.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/ioerror.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/ioerror.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/ioerror_handling.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/ioerror_handling.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/iograph.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/iograph.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/sn/klconfig.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/klconfig.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/kldir.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/kldir.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/ksys/elsc.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/ksys/elsc.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/ksys/l1.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/ksys/l1.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/labelcl.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/labelcl.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/leds.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/leds.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/module.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/module.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-ia64/sn/nodepda.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/nodepda.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/sn/pci/bridge.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/pci/bridge.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/pci/pci_bus_cvlink.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/pci/pci_bus_cvlink.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/sn/pci/pci_defs.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/pci/pci_defs.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/pci/pcibr.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/pci/pcibr.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/sn/pci/pcibr_private.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/pci/pcibr_private.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/sn/pci/pciio.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/pci/pciio.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/pci/pciio_private.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/pci/pciio_private.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/pci/pic.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/pci/pic.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/pda.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/pda.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/sn/pio.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/pio.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/prio.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/prio.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/router.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/router.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/rw_mmr.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/rw_mmr.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ia64/sn/sgi.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sgi.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/sn/simulator.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/simulator.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ia64/sn/slotnum.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/slotnum.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/sn2/addrs.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn2/addrs.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/sn2/arch.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn2/arch.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/sn2/geo.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn2/geo.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/sn2/intr.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn2/intr.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/sn2/io.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn2/io.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/sn2/shub.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn2/shub.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/sn2/shub_md.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn2/shub_md.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/sn2/shub_mmr.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn2/shub_mmr.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ia64/sn/sn2/shub_mmr_t.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn2/shub_mmr_t.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ia64/sn/sn2/shubio.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn2/shubio.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/sn/sn2/slotnum.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn2/slotnum.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ia64/sn/sn2/sn_private.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn2/sn_private.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-ia64/sn/sn_cpuid.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn_cpuid.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/sn/sn_fru.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn_fru.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/sn_private.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn_private.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/sn_sal.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn_sal.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-ia64/sn/sndrv.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sndrv.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/types.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/types.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/vector.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/vector.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/xtalk/xbow.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/xtalk/xbow.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/xtalk/xbow_info.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/xtalk/xbow_info.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/xtalk/xswitch.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/xtalk/xswitch.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/xtalk/xtalk.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/xtalk/xtalk.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/sn/xtalk/xtalk_private.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/xtalk/xtalk_private.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/xtalk/xtalkaddrs.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/xtalk/xtalkaddrs.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/xtalk/xwidget.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/xtalk/xwidget.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/topology.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/topology.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/unistd.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/unistd.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-m68k/atomic.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68k/atomic.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-m68k/blinken.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68k/blinken.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m68k/bootinfo.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68k/bootinfo.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-m68k/hardirq.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68k/hardirq.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-m68k/io.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68k/io.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-m68k/mc146818rtc.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68k/mc146818rtc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m68k/pgtable.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68k/pgtable.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-m68k/setup.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68k/setup.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-m68k/timex.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68k/timex.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m68k/tlbflush.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68k/tlbflush.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-m68k/unistd.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68k/unistd.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-m68knommu/checksum.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/checksum.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m68knommu/coldfire.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/coldfire.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-m68knommu/delay.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/delay.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m68knommu/hardirq.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/hardirq.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-m68knommu/io.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/io.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-m68knommu/m5282sim.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/m5282sim.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m68knommu/mcfdma.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/mcfdma.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m68knommu/mcfpit.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/mcfpit.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m68knommu/mcfsim.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/mcfsim.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m68knommu/mcfuart.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/mcfuart.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m68knommu/page_offset.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/page_offset.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m68knommu/param.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/param.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-m68knommu/pgtable.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/pgtable.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-m68knommu/shglcore.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/shglcore.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m68knommu/shglports.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/shglports.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m68knommu/system.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/system.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m68knommu/thread_info.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/thread_info.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m68knommu/unistd.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/unistd.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/addrspace.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/addrspace.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/asmmacro-32.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/asmmacro-32.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/asmmacro-64.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/asmmacro-64.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/atomic.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/atomic.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/baget/baget.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/baget/baget.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/baget/vac.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/baget/vac.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/baget/vic.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/baget/vic.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/bitops.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/bitops.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/bootinfo.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/bootinfo.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/checksum.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/checksum.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/compat.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/compat.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/debug.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/debug.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/delay.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/delay.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/div64.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/div64.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/dma-mapping.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/dma-mapping.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-mips/errno.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/errno.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/fixmap.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/fixmap.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/gdb-stub.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/gdb-stub.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/hardirq.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/hardirq.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/hw_irq.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/hw_irq.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/ide.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/ide.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/io.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/io.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/ip32/crime.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/ip32/crime.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/ip32/mace.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/ip32/mace.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/irq.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/irq.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/jazz.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/jazz.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/mipsregs.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mipsregs.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/mmu_context.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mmu_context.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/mmzone.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mmzone.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/page.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/page.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/pci.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/pci.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-mips/pci/bridge.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/pci/bridge.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/pci_channel.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/pci_channel.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/pgtable-32.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/pgtable-32.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/pgtable-64.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/pgtable-64.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-mips/pgtable-bits.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/pgtable-bits.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/pgtable.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/pgtable.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/posix_types.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/posix_types.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/processor.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/processor.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-mips/ptrace.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/ptrace.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/r4kcache.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/r4kcache.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/serial.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/serial.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/sgi/ioc.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/sgi/ioc.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/sgiarcs.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/sgiarcs.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/siginfo.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/siginfo.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/sim.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/sim.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/smp.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/smp.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-mips/sn/mapped_kernel.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/sn/mapped_kernel.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/sn/sn_private.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/sn/sn_private.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/socket.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/socket.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/spinlock.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/spinlock.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/stackframe.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/stackframe.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/statfs.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/statfs.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/system.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/system.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/thread_info.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/thread_info.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/tx4927/tx4927.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/tx4927/tx4927.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/uaccess.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/uaccess.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/unistd.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/unistd.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-mips/war.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/war.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-parisc/assembly.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/assembly.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-parisc/atomic.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/atomic.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-parisc/bitops.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/bitops.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-parisc/bug.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/bug.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-parisc/errno.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/errno.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-parisc/hardirq.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/hardirq.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-parisc/io.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/io.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-parisc/pci.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/pci.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-parisc/pdc.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/pdc.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-parisc/pgtable.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/pgtable.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-parisc/posix_types.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/posix_types.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-parisc/ptrace.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/ptrace.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-parisc/som.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/som.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-parisc/spinlock.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/spinlock.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-parisc/string.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/string.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-parisc/superio.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/superio.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-parisc/system.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/system.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-parisc/thread_info.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/thread_info.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-parisc/tlbflush.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/tlbflush.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-parisc/uaccess.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/uaccess.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-parisc/unistd.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/unistd.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-ppc/8xx_immap.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/8xx_immap.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ppc/commproc.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/commproc.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ppc/cputable.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/cputable.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ppc/hardirq.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/hardirq.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ppc/hw_irq.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/hw_irq.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ppc/ibm4xx.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/ibm4xx.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ppc/io.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/io.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-ppc/irq.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/irq.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ppc/machdep.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/machdep.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-ppc/mpc8xx.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/mpc8xx.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ppc/ocp_ids.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/ocp_ids.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ppc/open_pic.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/open_pic.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-ppc/pci-bridge.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/pci-bridge.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ppc/pgtable.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/pgtable.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-ppc/pmac_feature.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/pmac_feature.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ppc/reg_booke.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/reg_booke.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-ppc/thread_info.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/thread_info.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ppc/time.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/time.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ppc/timex.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/timex.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ppc/unistd.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/unistd.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-ppc64/eeh.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/eeh.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-ppc64/floppy.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/floppy.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ppc64/hardirq.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/hardirq.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ppc64/iSeries/mf.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/iSeries/mf.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ppc64/ide.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/ide.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ppc64/io.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/io.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-ppc64/irq.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/irq.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-ppc64/machdep.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/machdep.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-ppc64/mmu.h - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/mmu.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/asm-ppc64/paca.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/paca.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-ppc64/page.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/page.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-ppc64/pci-bridge.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/pci-bridge.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-ppc64/pci.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/pci.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-ppc64/pgtable.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/pgtable.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-ppc64/processor.h - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/processor.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/asm-ppc64/prom.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/prom.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-ppc64/ptrace-common.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/ptrace-common.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ppc64/rtas.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/rtas.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-ppc64/serial.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/serial.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ppc64/smp.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/smp.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-ppc64/thread_info.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/thread_info.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-ppc64/timex.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/timex.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ppc64/topology.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/topology.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ppc64/udbg.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/udbg.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ppc64/unistd.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/unistd.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-s390/debug.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/debug.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-s390/elf.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/elf.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-s390/hardirq.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/hardirq.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-s390/io.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/io.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-s390/siginfo.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/siginfo.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-s390/timex.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/timex.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-s390/unistd.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/unistd.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-sh/addrspace.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/addrspace.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sh/bitops.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/bitops.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sh/bugs.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/bugs.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-sh/cache.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/cache.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-sh/checksum.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/checksum.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-sh/cpu-sh3/cache.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/cpu-sh3/cache.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-sh/cpu-sh3/cacheflush.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/cpu-sh3/cacheflush.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-sh/cpu-sh4/freq.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/cpu-sh4/freq.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sh/dma-mapping.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/dma-mapping.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-sh/dma.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/dma.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-sh/freq.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/freq.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sh/hardirq.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/hardirq.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-sh/io.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/io.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-sh/irq.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/irq.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-sh/machvec.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/machvec.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-sh/mmu_context.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/mmu_context.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sh/page.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/page.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-sh/pgtable.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/pgtable.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-sh/processor.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/processor.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-sh/rtc.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/rtc.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-sh/se/se.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/se/se.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sh/shmparam.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/shmparam.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sh/system.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/system.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-sh/thread_info.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/thread_info.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sh/timex.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/timex.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-sh/ubc.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/ubc.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-sh/unistd.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/unistd.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-sh/user.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/user.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sh/watchdog.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/watchdog.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sparc/atomic.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/atomic.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-sparc/dma.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/dma.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-sparc/elf.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/elf.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-sparc/errno.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/errno.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sparc/fbio.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/fbio.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sparc/hardirq.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/hardirq.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-sparc/io.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/io.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-sparc/mostek.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/mostek.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sparc/processor.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/processor.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-sparc/sigcontext.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/sigcontext.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-sparc/signal.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/signal.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-sparc/timex.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/timex.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sparc/unistd.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/unistd.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-sparc64/atomic.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/atomic.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-sparc64/errno.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/errno.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sparc64/hardirq.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/hardirq.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-sparc64/io.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/io.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-sparc64/pci.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/pci.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-sparc64/timex.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/timex.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sparc64/uaccess.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/uaccess.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-sparc64/unistd.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/unistd.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-um/atomic.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-um/atomic.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-um/current.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-um/current.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-um/hardirq.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-um/hardirq.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-um/pgtable.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-um/pgtable.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-um/processor-generic.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-um/processor-generic.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-um/ptrace-generic.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-um/ptrace-generic.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-um/thread_info.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-um/thread_info.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-um/unistd.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-um/unistd.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-v850/hardirq.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-v850/hardirq.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-v850/io.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-v850/io.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-v850/posix_types.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-v850/posix_types.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-v850/timex.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-v850/timex.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-x86_64/acpi.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/acpi.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-x86_64/apic.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/apic.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-x86_64/apicdef.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/apicdef.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-x86_64/atomic.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/atomic.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-x86_64/bootsetup.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/bootsetup.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-x86_64/compat.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/compat.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-x86_64/cpufeature.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/cpufeature.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-x86_64/desc.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/desc.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-x86_64/elf.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/elf.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-x86_64/hardirq.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/hardirq.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-x86_64/hw_irq.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/hw_irq.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-x86_64/io.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/io.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-x86_64/io_apic.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/io_apic.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-x86_64/irq.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/irq.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-x86_64/kdebug.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/kdebug.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-x86_64/mpspec.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/mpspec.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-x86_64/nmi.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/nmi.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-x86_64/numa.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/numa.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-x86_64/page.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/page.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-x86_64/pgtable.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/pgtable.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-x86_64/processor.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/processor.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-x86_64/proto.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/proto.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-x86_64/smp.h - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/smp.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/asm-x86_64/system.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/system.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-x86_64/thread_info.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/thread_info.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-x86_64/timex.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/timex.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-x86_64/topology.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/topology.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-x86_64/uaccess.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/uaccess.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-x86_64/vsyscall.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/vsyscall.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/acpi.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/acpi.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/linux/ata.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ata.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/atm.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/atm.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/atmdev.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/atmdev.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/atmsvc.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/atmsvc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/bio.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/bio.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/linux/bitops.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/bitops.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/blkdev.h - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/blkdev.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/linux/buffer_head.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/buffer_head.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/byteorder/big_endian.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/byteorder/big_endian.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/byteorder/little_endian.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/byteorder/little_endian.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/cdev.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/cdev.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/cdrom.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/cdrom.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/linux/compat.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/compat.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/linux/compat_ioctl.h - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/compat_ioctl.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/linux/compiler.h - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/compiler.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/linux/cpufreq.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/cpufreq.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/cyclomx.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/cyclomx.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/cycx_drv.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/cycx_drv.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/dcache.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/dcache.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/device-mapper.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/device-mapper.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/device.h - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/device.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/linux/dio.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/dio.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/divert.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/divert.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/dm-ioctl.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/dm-ioctl.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/dnotify.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/dnotify.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/dvb/frontend.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/dvb/frontend.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/dvb/osd.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/dvb/osd.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/eeprom.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/eeprom.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/efi.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/efi.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/linux/efs_fs.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/efs_fs.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/elevator.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/elevator.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/ext3_fs.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ext3_fs.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/ext3_fs_i.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ext3_fs_i.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/ext3_fs_sb.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ext3_fs_sb.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/ext3_jbd.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ext3_jbd.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/fb.h - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/fb.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/linux/filter.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/filter.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/fs.h - 1.13 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/fs.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/linux/generic_serial.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/generic_serial.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/genhd.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/genhd.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/hdlc.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/hdlc.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/hdreg.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/hdreg.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/i2c-sensor.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/i2c-sensor.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/i2c-vid.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/i2c-vid.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/i2c.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/i2c.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/i2o.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/i2o.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/icmp.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/icmp.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/ide.h - 1.17 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ide.h.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h include/linux/idr.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/idr.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/if_ppp.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/if_ppp.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/if_vlan.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/if_vlan.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/inet.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/inet.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/inetdevice.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/inetdevice.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/init_task.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/init_task.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/input.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/input.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/linux/interrupt.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/interrupt.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/ioport.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ioport.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/ipmi.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ipmi.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/ipmi_msgdefs.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ipmi_msgdefs.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/ipv6_route.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ipv6_route.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/irq.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/irq.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/jbd.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/jbd.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/jffs2_fs_i.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/jffs2_fs_i.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/jiffies.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/jiffies.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/kallsyms.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kallsyms.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/kernel.h - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kernel.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/linux/kmod.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kmod.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/kobject.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kobject.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/libata.h - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/libata.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/linux/list.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/list.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/lockd/debug.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/lockd/debug.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/lockd/xdr.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/lockd/xdr.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/mbcache.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mbcache.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/mc146818rtc.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mc146818rtc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/meye.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/meye.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/mm.h - 1.13 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mm.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/linux/mmzone.h - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mmzone.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/linux/module.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/module.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/moduleparam.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/moduleparam.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/mount.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mount.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/msdos_fs.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/msdos_fs.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/msdos_fs_i.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/msdos_fs_i.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/msdos_fs_sb.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/msdos_fs_sb.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/mtd/cfi.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mtd/cfi.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/mtd/doc2000.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mtd/doc2000.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/mtd/gen_probe.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mtd/gen_probe.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/mtd/map.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mtd/map.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/mtd/nand.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mtd/nand.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/mtd/partitions.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mtd/partitions.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/net.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/net.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/netdevice.h - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netdevice.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/linux/netfilter.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/netfilter_ipv4/ip_conntrack.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv4/ip_conntrack.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/netfilter_ipv4/ip_conntrack_tcp.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv4/ip_conntrack_tcp.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/netfilter_ipv4/ip_nat_protocol.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv4/ip_nat_protocol.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/netfilter_ipv4/ip_tables.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv4/ip_tables.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/netfilter_ipv6/ip6_tables.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv6/ip6_tables.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/netlink.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netlink.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/nfs4.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/nfs4.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/nfsd/state.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/nfsd/state.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/nfsd/xdr4.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/nfsd/xdr4.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/notifier.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/notifier.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/pagevec.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/pagevec.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/parport.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/parport.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/parport_pc.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/parport_pc.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/pci.h - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/pci.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/linux/pci_ids.h - 1.13 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/pci_ids.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/linux/pkt_cls.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/pkt_cls.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/pkt_sched.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/pkt_sched.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/pm.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/pm.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/pnp.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/pnp.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/posix-timers.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/posix-timers.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/posix_acl.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/posix_acl.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/prctl.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/prctl.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/proc_fs.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/proc_fs.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/linux/profile.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/profile.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/ptrace.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ptrace.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/raid/linear.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/raid/linear.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/raid/md.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/raid/md.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/raid/md_k.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/raid/md_k.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/linux/raid/md_p.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/raid/md_p.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/raid/multipath.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/raid/multipath.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/raid/raid1.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/raid/raid1.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/random.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/random.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/rbtree.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/rbtree.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/rcupdate.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/rcupdate.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/reiserfs_fs.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/reiserfs_fs.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/linux/reiserfs_fs_sb.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/reiserfs_fs_sb.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/rtnetlink.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/rtnetlink.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/sched.h - 1.13 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/sched.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/linux/sctp.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/sctp.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/security.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/security.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/linux/serial.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/serial.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/serial_core.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/serial_core.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/linux/serial_reg.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/serial_reg.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/slab.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/slab.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/smb_fs.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/smb_fs.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/smb_mount.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/smb_mount.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/smp_lock.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/smp_lock.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/socket.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/socket.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/sonypi.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/sonypi.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/spinlock.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/spinlock.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/swap.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/swap.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/swapops.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/swapops.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/sysctl.h - 1.20 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/sysctl.h.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h include/linux/sysfs.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/sysfs.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/sysrq.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/sysrq.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/tcp.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/tcp.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/linux/threads.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/threads.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/ticable.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ticable.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/time.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/time.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/times.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/times.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/timex.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/timex.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/topology.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/topology.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/tty.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/tty.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/tty_driver.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/tty_driver.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/tty_ldisc.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/tty_ldisc.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/types.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/types.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/usb.h - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/usb.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/linux/usbdevice_fs.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/usbdevice_fs.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/videodev.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/videodev.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/videodev2.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/videodev2.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/wait.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/wait.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/wireless.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/wireless.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/writeback.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/writeback.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/xattr.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/xattr.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/media/audiochip.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/media/audiochip.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/media/saa6752hs.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/media/saa6752hs.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/media/saa7146.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/media/saa7146.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/media/saa7146_vv.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/media/saa7146_vv.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/media/tuner.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/media/tuner.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/media/video-buf.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/media/video-buf.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/net/addrconf.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/addrconf.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/net/bluetooth/bluetooth.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/bluetooth/bluetooth.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/net/bluetooth/hci.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/bluetooth/hci.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/net/bluetooth/hci_core.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/bluetooth/hci_core.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/net/bluetooth/l2cap.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/bluetooth/l2cap.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/net/dn_nsp.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/dn_nsp.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/net/dst.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/dst.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/net/ip.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/ip.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/net/ip6_route.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/ip6_route.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/net/ip_vs.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/ip_vs.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/net/ipv6.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/ipv6.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/net/irda/ircomm_tty_attach.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/irda/ircomm_tty_attach.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/net/irda/irias_object.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/irda/irias_object.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/net/irda/irlmp.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/irda/irlmp.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/net/irda/timer.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/irda/timer.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/net/iw_handler.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/iw_handler.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/net/ndisc.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/ndisc.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/net/neighbour.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/neighbour.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/net/pkt_cls.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/pkt_cls.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/net/pkt_sched.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/pkt_sched.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/net/sctp/sctp.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/sctp/sctp.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/net/sctp/structs.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/sctp/structs.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/net/sctp/ulpevent.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/sctp/ulpevent.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/net/sctp/user.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/sctp/user.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/net/sock.h - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/sock.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/net/tcp.h - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/tcp.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/net/udp.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/udp.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/net/xfrm.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/xfrm.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/pcmcia/bulkmem.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/pcmcia/bulkmem.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/pcmcia/cistpl.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/pcmcia/cistpl.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/pcmcia/cs.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/pcmcia/cs.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/pcmcia/cs_types.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/pcmcia/cs_types.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/pcmcia/ftl.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/pcmcia/ftl.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/pcmcia/memory.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/pcmcia/memory.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/pcmcia/ss.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/pcmcia/ss.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/scsi/scsi.h - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/scsi/scsi.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/scsi/scsi_device.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/scsi/scsi_device.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/scsi/scsi_devinfo.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/scsi/scsi_devinfo.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/scsi/scsi_eh.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/scsi/scsi_eh.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/scsi/scsi_host.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/scsi/scsi_host.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/scsi/scsi_ioctl.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/scsi/scsi_ioctl.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/sound/ac97_codec.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/sound/ac97_codec.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/sound/core.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/sound/core.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/sound/cs46xx.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/sound/cs46xx.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/sound/emu10k1.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/sound/emu10k1.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/sound/hdsp.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/sound/hdsp.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/sound/opl3.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/sound/opl3.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/sound/pcm.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/sound/pcm.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/sound/seq_kernel.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/sound/seq_kernel.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/sound/ymfpci.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/sound/ymfpci.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/video/mach64.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/video/mach64.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/video/neomagic.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/video/neomagic.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/video/radeon.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/video/radeon.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/video/sstfb.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/video/sstfb.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/video/tdfx.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/video/tdfx.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/video/tgafb.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/video/tgafb.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h init/Kconfig - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/init/Kconfig.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h init/do_mounts.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/init/do_mounts.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h init/do_mounts_devfs.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/init/do_mounts_devfs.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h init/do_mounts_rd.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/init/do_mounts_rd.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h init/initramfs.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/init/initramfs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h init/main.c - 1.20 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/init/main.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h ipc/msg.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/ipc/msg.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h ipc/sem.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/ipc/sem.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h ipc/shm.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/ipc/shm.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h ipc/util.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/ipc/util.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h ipc/util.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/ipc/util.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h kernel/Makefile - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h kernel/acct.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/acct.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h kernel/capability.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/capability.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h kernel/compat.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/compat.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h kernel/cpu.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/cpu.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h kernel/exec_domain.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/exec_domain.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h kernel/exit.c - 1.19 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/exit.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h kernel/fork.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/fork.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h kernel/futex.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/futex.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h kernel/itimer.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/itimer.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h kernel/kallsyms.c - 1.14 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/kallsyms.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h kernel/kmod.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/kmod.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h kernel/module.c - 1.18 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/module.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h kernel/panic.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/panic.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h kernel/params.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/params.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h kernel/pid.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/pid.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h kernel/posix-timers.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/posix-timers.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h kernel/power/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/power/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h kernel/power/disk.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/power/disk.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h kernel/power/main.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/power/main.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h kernel/power/pm.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/power/pm.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h kernel/power/poweroff.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/power/poweroff.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h kernel/power/process.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/power/process.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h kernel/power/swsusp.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/power/swsusp.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h kernel/printk.c - 1.17 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/printk.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h kernel/profile.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/profile.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h kernel/ptrace.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/ptrace.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h kernel/rcupdate.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/rcupdate.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h kernel/resource.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/resource.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h kernel/sched.c - 1.19 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/sched.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h kernel/signal.c - 1.14 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/signal.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h kernel/softirq.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/softirq.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h kernel/sys.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/sys.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h kernel/sysctl.c - 1.19 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/sysctl.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h kernel/time.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/time.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h kernel/timer.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/timer.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h kernel/user.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/user.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h lib/Kconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/Kconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h lib/Makefile - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/Makefile.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h lib/dec_and_lock.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/dec_and_lock.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h lib/idr.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/idr.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h lib/inflate.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/inflate.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h lib/kobject.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/kobject.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h lib/parser.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/parser.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h lib/radix-tree.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/radix-tree.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h mm/bootmem.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/bootmem.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h mm/fadvise.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/fadvise.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h mm/filemap.c - 1.14 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/filemap.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h mm/fremap.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/fremap.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h mm/highmem.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/highmem.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h mm/madvise.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/madvise.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h mm/memory.c - 1.17 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/memory.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h mm/mincore.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/mincore.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h mm/mlock.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/mlock.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h mm/mmap.c - 1.13 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/mmap.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h mm/mprotect.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/mprotect.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h mm/mremap.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/mremap.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h mm/msync.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/msync.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h mm/nommu.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/nommu.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h mm/page-writeback.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/page-writeback.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h mm/page_alloc.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/page_alloc.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h mm/rmap.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/rmap.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h mm/shmem.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/shmem.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h mm/slab.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/slab.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h mm/swap_state.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/swap_state.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h mm/swapfile.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/swapfile.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h mm/truncate.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/truncate.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h mm/vmscan.c - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/vmscan.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h net/802/fc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/802/fc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/802/fddi.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/802/fddi.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/802/hippi.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/802/hippi.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/802/tr.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/802/tr.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/8021q/vlan.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/8021q/vlan.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/8021q/vlan.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/8021q/vlan.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/8021q/vlan_dev.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/8021q/vlan_dev.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/Kconfig - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/Kconfig.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/appletalk/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/appletalk/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/appletalk/ddp.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/appletalk/ddp.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h net/atm/common.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/atm/common.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/atm/mpc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/atm/mpc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/atm/signaling.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/atm/signaling.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/atm/svc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/atm/svc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ax25/af_ax25.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ax25/af_ax25.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/ax25/ax25_route.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ax25/ax25_route.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/bluetooth/af_bluetooth.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bluetooth/af_bluetooth.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h net/bluetooth/hci_conn.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bluetooth/hci_conn.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/bluetooth/hci_core.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bluetooth/hci_core.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/bluetooth/hci_event.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bluetooth/hci_event.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/bluetooth/hci_sock.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bluetooth/hci_sock.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/bluetooth/l2cap.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bluetooth/l2cap.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/bluetooth/lib.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bluetooth/lib.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/bluetooth/rfcomm/sock.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bluetooth/rfcomm/sock.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/bluetooth/rfcomm/tty.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bluetooth/rfcomm/tty.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/bridge/br_if.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/br_if.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/bridge/br_netfilter.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/br_netfilter.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/bridge/netfilter/ebtables.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/netfilter/ebtables.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/compat.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/compat.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/core/dev.c - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/dev.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h net/core/dev_mcast.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/dev_mcast.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/core/dst.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/dst.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/core/ethtool.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/ethtool.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/core/link_watch.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/link_watch.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/core/neighbour.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/neighbour.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/core/net-sysfs.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/net-sysfs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/core/netfilter.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/netfilter.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/core/pktgen.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/pktgen.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/core/scm.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/scm.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/core/skbuff.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/skbuff.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/core/sock.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/sock.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h net/core/wireless.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/wireless.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/decnet/Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/decnet/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/decnet/af_decnet.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/decnet/af_decnet.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/decnet/dn_dev.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/decnet/dn_dev.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/decnet/dn_neigh.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/decnet/dn_neigh.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/decnet/dn_nsp_in.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/decnet/dn_nsp_in.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/decnet/dn_nsp_out.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/decnet/dn_nsp_out.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/decnet/dn_route.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/decnet/dn_route.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/econet/af_econet.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/econet/af_econet.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h net/ethernet/eth.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ethernet/eth.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/ipv4/Kconfig - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/Kconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/ipv4/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/af_inet.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/af_inet.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h net/ipv4/devinet.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/devinet.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h net/ipv4/fib_frontend.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/fib_frontend.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/fib_hash.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/fib_hash.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv4/fib_rules.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/fib_rules.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/fib_semantics.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/fib_semantics.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv4/icmp.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/icmp.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv4/igmp.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/igmp.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h net/ipv4/ip_fragment.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/ip_fragment.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/ipv4/ip_options.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/ip_options.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv4/ip_output.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/ip_output.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h net/ipv4/ip_sockglue.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/ip_sockglue.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv4/ipconfig.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/ipconfig.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/ipv4/ipvs/ip_vs_conn.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/ipvs/ip_vs_conn.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/ipvs/ip_vs_ctl.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/ipvs/ip_vs_ctl.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv4/ipvs/ip_vs_ftp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/ipvs/ip_vs_ftp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/ipvs/ip_vs_lblc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/ipvs/ip_vs_lblc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/ipvs/ip_vs_lblcr.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/ipvs/ip_vs_lblcr.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/netfilter/Kconfig - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/Kconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/ipv4/netfilter/Makefile - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/ipv4/netfilter/arp_tables.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/arp_tables.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/netfilter/ip_conntrack_amanda.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_conntrack_amanda.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv4/netfilter/ip_conntrack_core.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_conntrack_core.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/ipv4/netfilter/ip_conntrack_ftp.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_conntrack_ftp.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv4/netfilter/ip_conntrack_irc.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_conntrack_irc.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/ipv4/netfilter/ip_conntrack_proto_tcp.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_conntrack_proto_tcp.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/ipv4/netfilter/ip_conntrack_standalone.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_conntrack_standalone.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/ipv4/netfilter/ip_conntrack_tftp.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_conntrack_tftp.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv4/netfilter/ip_fw_compat.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_fw_compat.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/netfilter/ip_nat_core.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_nat_core.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv4/netfilter/ip_nat_ftp.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_nat_ftp.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/ipv4/netfilter/ip_nat_irc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_nat_irc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/netfilter/ip_nat_proto_icmp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_nat_proto_icmp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/netfilter/ip_nat_proto_tcp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_nat_proto_tcp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/netfilter/ip_nat_proto_udp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_nat_proto_udp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/netfilter/ip_nat_proto_unknown.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_nat_proto_unknown.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/netfilter/ip_nat_rule.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_nat_rule.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/netfilter/ip_nat_standalone.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_nat_standalone.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/ipv4/netfilter/ip_nat_tftp.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_nat_tftp.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv4/netfilter/ip_queue.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_queue.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/netfilter/ip_tables.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_tables.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/ipv4/netfilter/ipt_ECN.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ipt_ECN.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/ipv4/netfilter/ipt_MASQUERADE.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ipt_MASQUERADE.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/ipv4/netfilter/ipt_REJECT.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ipt_REJECT.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/ipv4/netfilter/ipt_ULOG.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ipt_ULOG.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv4/netfilter/ipt_recent.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ipt_recent.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/ipv4/netfilter/ipt_tcpmss.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ipt_tcpmss.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/netfilter/iptable_filter.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/iptable_filter.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/raw.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/raw.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv4/route.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/route.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/ipv4/tcp.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/tcp.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h net/ipv4/tcp_diag.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/tcp_diag.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/ipv4/tcp_input.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/tcp_input.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h net/ipv4/tcp_ipv4.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/tcp_ipv4.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h net/ipv4/tcp_minisocks.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/tcp_minisocks.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv4/tcp_output.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/tcp_output.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/ipv4/tcp_timer.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/tcp_timer.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/ipv4/udp.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/udp.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/ipv4/xfrm4_input.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/xfrm4_input.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv6/Kconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/Kconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv6/addrconf.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/addrconf.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h net/ipv6/af_inet6.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/af_inet6.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h net/ipv6/anycast.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/anycast.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv6/datagram.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/datagram.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/ipv6/ip6_fib.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/ip6_fib.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv6/ip6_flowlabel.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/ip6_flowlabel.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/ipv6/ip6_output.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/ip6_output.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h net/ipv6/ip6_tunnel.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/ip6_tunnel.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/ipv6/ipv6_syms.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/ipv6_syms.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv6/mcast.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/mcast.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h net/ipv6/ndisc.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/ndisc.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h net/ipv6/netfilter/ip6_queue.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6_queue.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv6/netfilter/ip6_tables.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6_tables.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/ipv6/netfilter/ip6t_LOG.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_LOG.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv6/netfilter/ip6t_MARK.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_MARK.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv6/netfilter/ip6t_ah.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_ah.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv6/netfilter/ip6t_dst.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_dst.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv6/netfilter/ip6t_esp.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_esp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv6/netfilter/ip6t_eui64.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_eui64.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/ipv6/netfilter/ip6t_frag.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_frag.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv6/netfilter/ip6t_hbh.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_hbh.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv6/netfilter/ip6t_hl.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_hl.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv6/netfilter/ip6t_ipv6header.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_ipv6header.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv6/netfilter/ip6t_length.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_length.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv6/netfilter/ip6t_limit.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_limit.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv6/netfilter/ip6t_mac.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_mac.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv6/netfilter/ip6t_mark.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_mark.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv6/netfilter/ip6t_multiport.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_multiport.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv6/netfilter/ip6t_owner.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_owner.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/ipv6/netfilter/ip6t_rt.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_rt.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv6/raw.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/raw.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h net/ipv6/reassembly.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/reassembly.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/ipv6/route.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/route.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/ipv6/tcp_ipv6.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/tcp_ipv6.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/ipv6/udp.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/udp.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h net/ipv6/xfrm6_policy.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/xfrm6_policy.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/ipv6/xfrm6_state.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/xfrm6_state.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/irda/af_irda.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/irda/af_irda.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/irda/ircomm/ircomm_tty.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/irda/ircomm/ircomm_tty.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/irda/ircomm/ircomm_tty_attach.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/irda/ircomm/ircomm_tty_attach.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/irda/irias_object.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/irda/irias_object.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/irda/irlan/irlan_client.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/irda/irlan/irlan_client.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/irda/irlan/irlan_common.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/irda/irlan/irlan_common.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/irda/irlan/irlan_provider.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/irda/irlan/irlan_provider.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/irda/irlap_event.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/irda/irlap_event.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/irda/irlmp.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/irda/irlmp.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/irda/irnet/irnet_ppp.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/irda/irnet/irnet_ppp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/irda/qos.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/irda/qos.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/irda/timer.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/irda/timer.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/netlink/af_netlink.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/netlink/af_netlink.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/netlink/netlink_dev.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/netlink/netlink_dev.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/netrom/nr_route.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/netrom/nr_route.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/packet/af_packet.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/packet/af_packet.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h net/rxrpc/rxrpc_syms.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/rxrpc/rxrpc_syms.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/sched/Kconfig - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/Kconfig.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/sched/Makefile - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/sched/cls_api.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/cls_api.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/sched/cls_fw.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/cls_fw.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sched/cls_route.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/cls_route.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/sched/cls_rsvp.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/cls_rsvp.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/sched/cls_rsvp.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/cls_rsvp.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/sched/cls_rsvp6.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/cls_rsvp6.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/sched/cls_tcindex.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/cls_tcindex.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/sched/cls_u32.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/cls_u32.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sched/estimator.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/estimator.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/sched/police.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/police.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/sched/sch_api.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_api.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sched/sch_atm.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_atm.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/sched/sch_cbq.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_cbq.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/sched/sch_dsmark.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_dsmark.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/sched/sch_fifo.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_fifo.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/sched/sch_generic.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_generic.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/sched/sch_gred.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_gred.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/sched/sch_htb.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_htb.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/sched/sch_ingress.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_ingress.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/sched/sch_prio.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_prio.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sched/sch_red.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_red.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sched/sch_sfq.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_sfq.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sched/sch_tbf.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_tbf.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/sched/sch_teql.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_teql.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/sctp/associola.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/associola.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/sctp/endpointola.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/endpointola.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sctp/ipv6.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/ipv6.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/sctp/outqueue.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/outqueue.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/sctp/protocol.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/protocol.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/sctp/sm_make_chunk.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/sm_make_chunk.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/sctp/sm_statefuns.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/sm_statefuns.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/sctp/socket.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/socket.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h net/sctp/transport.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/transport.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/sctp/ulpevent.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/ulpevent.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/socket.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/socket.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/sunrpc/rpc_pipe.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sunrpc/rpc_pipe.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sunrpc/svcauth_unix.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sunrpc/svcauth_unix.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/unix/af_unix.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/unix/af_unix.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h net/x25/af_x25.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/x25/af_x25.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/x25/x25_dev.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/x25/x25_dev.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/x25/x25_proc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/x25/x25_proc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/xfrm/Kconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/xfrm/Kconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/xfrm/xfrm_export.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/xfrm/xfrm_export.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/xfrm/xfrm_policy.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/xfrm/xfrm_policy.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h net/xfrm/xfrm_state.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/xfrm/xfrm_state.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/xfrm/xfrm_user.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/xfrm/xfrm_user.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h scripts/Makefile.build - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/Makefile.build.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h scripts/Makefile.clean - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/Makefile.clean.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h scripts/Makefile.lib - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/Makefile.lib.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h scripts/Makefile.modinst - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/Makefile.modinst.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h scripts/Makefile.modpost - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/Makefile.modpost.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h scripts/conmakehash.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/conmakehash.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h scripts/kallsyms.c - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/kallsyms.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h scripts/kconfig/Makefile - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/kconfig/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h scripts/kconfig/conf.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/kconfig/conf.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h scripts/kconfig/confdata.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/kconfig/confdata.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h scripts/kconfig/mconf.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/kconfig/mconf.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h scripts/kconfig/symbol.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/kconfig/symbol.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h scripts/kernel-doc - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/kernel-doc.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h scripts/lxdialog/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/lxdialog/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h scripts/lxdialog/dialog.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/lxdialog/dialog.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h security/Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h security/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h security/capability.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/capability.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h security/commoncap.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/commoncap.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h security/dummy.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/dummy.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h security/security.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/security.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h security/selinux/hooks.c - 1.13 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/selinux/hooks.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h security/selinux/include/objsec.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/selinux/include/objsec.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h security/selinux/selinuxfs.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/selinux/selinuxfs.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h security/selinux/ss/avtab.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/selinux/ss/avtab.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h security/selinux/ss/avtab.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/selinux/ss/avtab.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h security/selinux/ss/services.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/selinux/ss/services.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h security/selinux/ss/sidtab.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/selinux/ss/sidtab.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h sound/arm/Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/arm/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h sound/core/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/core/info.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/info.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/core/init.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/init.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/core/ioctl32/hwdep32.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/ioctl32/hwdep32.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h sound/core/ioctl32/ioctl32.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/ioctl32/ioctl32.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/core/ioctl32/ioctl32.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/ioctl32/ioctl32.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h sound/core/ioctl32/pcm32.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/ioctl32/pcm32.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/core/memalloc.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/memalloc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/core/memory.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/memory.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/core/oss/pcm_oss.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/oss/pcm_oss.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/core/pcm.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/pcm.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/core/pcm_lib.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/pcm_lib.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/core/pcm_misc.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/pcm_misc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/core/pcm_native.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/pcm_native.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/core/rawmidi.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/rawmidi.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/core/seq/oss/seq_oss.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/seq/oss/seq_oss.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/core/seq/seq.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/seq/seq.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/core/seq/seq_clientmgr.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/seq/seq_clientmgr.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/core/seq/seq_device.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/seq/seq_device.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/core/seq/seq_dummy.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/seq/seq_dummy.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/core/seq/seq_midi.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/seq/seq_midi.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/drivers/Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/drivers/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h sound/drivers/dummy.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/drivers/dummy.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/drivers/mpu401/mpu401.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/drivers/mpu401/mpu401.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/drivers/mpu401/mpu401_uart.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/drivers/mpu401/mpu401_uart.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/drivers/opl3/opl3_lib.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/drivers/opl3/opl3_lib.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/drivers/serial-u16550.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/drivers/serial-u16550.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/drivers/virmidi.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/drivers/virmidi.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/isa/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/isa/ad1816a/ad1816a.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/ad1816a/ad1816a.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/isa/ad1848/ad1848.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/ad1848/ad1848.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/isa/als100.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/als100.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/isa/azt2320.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/azt2320.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/isa/cmi8330.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/cmi8330.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/isa/cs423x/cs4231.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/cs423x/cs4231.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/isa/cs423x/cs4236.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/cs423x/cs4236.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/isa/dt019x.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/dt019x.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/isa/es1688/es1688.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/es1688/es1688.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/isa/es18xx.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/es18xx.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/isa/gus/gusclassic.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/gus/gusclassic.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/isa/gus/gusextreme.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/gus/gusextreme.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/isa/gus/gusmax.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/gus/gusmax.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/isa/gus/interwave.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/gus/interwave.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/isa/opl3sa2.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/opl3sa2.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/isa/sb/es968.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/sb/es968.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/isa/sb/sb16.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/sb/sb16.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/isa/sb/sb8.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/sb/sb8.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/isa/sgalaxy.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/sgalaxy.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/isa/sscape.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/sscape.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/isa/wavefront/wavefront.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/wavefront/wavefront.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/oss/aci.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/aci.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/oss/aci.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/aci.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h sound/oss/ad1889.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/ad1889.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/oss/ad1889.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/ad1889.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h sound/oss/ali5455.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/ali5455.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/oss/au1000.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/au1000.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/oss/audio.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/audio.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h sound/oss/audio_syms.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/audio_syms.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h sound/oss/btaudio.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/btaudio.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/oss/cmpci.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/cmpci.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/oss/cs4281/cs4281m.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/cs4281/cs4281m.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/oss/cs46xx.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/cs46xx.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/oss/dev_table.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/dev_table.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h sound/oss/dev_table.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/dev_table.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h sound/oss/dmabuf.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/dmabuf.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/oss/dmasound/dmasound_awacs.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/dmasound/dmasound_awacs.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/oss/es1370.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/es1370.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/oss/es1371.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/es1371.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/oss/esssolo1.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/esssolo1.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/oss/forte.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/forte.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/oss/i810_audio.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/i810_audio.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/oss/ite8172.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/ite8172.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/oss/kahlua.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/kahlua.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/oss/maestro.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/maestro.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/oss/maestro3.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/maestro3.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/oss/msnd.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/msnd.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/oss/msnd.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/msnd.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/oss/msnd_pinnacle.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/msnd_pinnacle.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/oss/nm256.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/nm256.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h sound/oss/nm256_audio.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/nm256_audio.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/oss/rme96xx.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/rme96xx.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h sound/oss/sonicvibes.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/sonicvibes.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/oss/sound_calls.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/sound_calls.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h sound/oss/sound_syms.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/sound_syms.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h sound/oss/soundcard.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/soundcard.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/oss/trident.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/trident.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/oss/via82cxxx_audio.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/via82cxxx_audio.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/oss/ymfpci.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/ymfpci.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/oss/ymfpci.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/ymfpci.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h sound/parisc/Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/parisc/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h sound/parisc/harmony.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/parisc/harmony.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/Kconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/Kconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/ac97/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ac97/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/pci/ac97/ac97_codec.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ac97/ac97_codec.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/ac97/ac97_id.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ac97/ac97_id.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h sound/pci/ac97/ac97_local.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ac97/ac97_local.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/ac97/ac97_patch.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ac97/ac97_patch.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/ac97/ac97_patch.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ac97/ac97_patch.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/ac97/ac97_proc.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ac97/ac97_proc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/ali5451/ali5451.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ali5451/ali5451.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/als4000.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/als4000.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/azt3328.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/azt3328.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/pci/cmipci.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/cmipci.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/cs4281.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/cs4281.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/pci/cs46xx/cs46xx.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/cs46xx/cs46xx.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/cs46xx/cs46xx_lib.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/cs46xx/cs46xx_lib.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/pci/cs46xx/dsp_spos.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/cs46xx/dsp_spos.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/pci/cs46xx/dsp_spos_scb_lib.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/cs46xx/dsp_spos_scb_lib.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/emu10k1/emu10k1.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/emu10k1/emu10k1.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/emu10k1/emu10k1_main.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/emu10k1/emu10k1_main.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/emu10k1/emufx.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/emu10k1/emufx.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/emu10k1/emupcm.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/emu10k1/emupcm.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/emu10k1/emuproc.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/emu10k1/emuproc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/pci/ens1370.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ens1370.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/es1938.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/es1938.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/es1968.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/es1968.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/pci/fm801.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/fm801.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/ice1712/Makefile - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ice1712/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/ice1712/aureon.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ice1712/aureon.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/ice1712/aureon.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ice1712/aureon.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/pci/ice1712/delta.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ice1712/delta.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/ice1712/delta.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ice1712/delta.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h sound/pci/ice1712/ews.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ice1712/ews.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/ice1712/hoontech.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ice1712/hoontech.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/pci/ice1712/ice1712.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ice1712/ice1712.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/pci/ice1712/ice1712.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ice1712/ice1712.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/ice1712/ice1724.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ice1712/ice1724.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/pci/intel8x0.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/intel8x0.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h sound/pci/korg1212/korg1212.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/korg1212/korg1212.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/maestro3.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/maestro3.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/pci/nm256/nm256.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/nm256/nm256.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/rme32.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/rme32.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/rme96.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/rme96.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/rme9652/hdsp.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/rme9652/hdsp.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/pci/rme9652/rme9652.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/rme9652/rme9652.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/sonicvibes.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/sonicvibes.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/pci/trident/trident.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/trident/trident.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/trident/trident_main.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/trident/trident_main.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/via82xx.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/via82xx.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/vx222/vx222.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/vx222/vx222.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/ymfpci/ymfpci.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ymfpci/ymfpci.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/ymfpci/ymfpci_main.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ymfpci/ymfpci_main.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pcmcia/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pcmcia/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pcmcia/vx/vxpocket.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pcmcia/vx/vxpocket.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/ppc/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/ppc/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/ppc/daca.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/ppc/daca.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/ppc/pmac.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/ppc/pmac.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/ppc/pmac.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/ppc/pmac.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/ppc/tumbler.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/ppc/tumbler.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/sparc/amd7930.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/sparc/amd7930.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/sparc/cs4231.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/sparc/cs4231.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/usb/Kconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/usb/Kconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/usb/usbaudio.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/usb/usbaudio.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h sound/usb/usbaudio.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/usb/usbaudio.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/usb/usbmidi.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/usb/usbmidi.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/usb/usbmixer_maps.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/usb/usbmixer_maps.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/usb/usbquirks.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/usb/usbquirks.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h usr/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/usr/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h usr/gen_init_cpio.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/usr/gen_init_cpio.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/media/w9968cf.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/w9968cf.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/media/w9968cf.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/w9968cf.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/misc/legousbtower.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/misc/legousbtower.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h Documentation/dvb/cards.txt - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/dvb/cards.txt.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/dvb/contributors.txt - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/dvb/contributors.txt.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/dvb/firmware.txt - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/dvb/firmware.txt.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/dvb/readme.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/dvb/readme.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/dvb/ttusb-dec.txt - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/dvb/ttusb-dec.txt.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/usb/w9968cf.txt - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/usb/w9968cf.txt.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pci/msi.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/msi.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/dvb/frontends/dst.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/dst.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/dvb/frontends/dst-bt878.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/dst-bt878.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/dvb/bt8xx/dvb-bt8xx.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/bt8xx/dvb-bt8xx.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/dvb/bt8xx/dvb-bt8xx.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/bt8xx/dvb-bt8xx.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/bt8xx/bt878.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/bt8xx/bt878.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/dvb/bt8xx/bt878.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/bt8xx/bt878.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/bt8xx/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/bt8xx/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/dvb/bt8xx/Kconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/bt8xx/Kconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/ide/pci/sgiioc4.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/sgiioc4.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/i2c/chips/lm83.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/lm83.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/x86_64/ia32/ia32_aout.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/ia32/ia32_aout.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/lib/dec_and_lock.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/lib/dec_and_lock.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ia64/configs/sn2_defconfig - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/configs/sn2_defconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h security/selinux/netif.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/selinux/netif.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h security/selinux/include/netif.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/selinux/include/netif.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/qla2xxx/ql2300_fw.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/ql2300_fw.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/qla2xxx/qla_dbg.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_dbg.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/qla2xxx/qla_def.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_def.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/qla2xxx/qla_gbl.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_gbl.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/qla2xxx/qla_init.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_init.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h Documentation/power/video.txt - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/power/video.txt.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/qla2xxx/qla_inline.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_inline.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/qla2xxx/qla_iocb.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_iocb.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/qla2xxx/qla_isr.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_isr.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/qla2xxx/qla_mbx.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_mbx.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/qla2xxx/qla_os.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_os.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/scsi/qla2xxx/qla_rscn.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_rscn.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/qla2xxx/qla_sup.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_sup.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/qla2xxx/qla_version.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_version.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/gadget/goku_udc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/goku_udc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/gadget/goku_udc.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/goku_udc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/gadget/pxa2xx_udc.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/pxa2xx_udc.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/usb/gadget/serial.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/serial.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/video/kyro/STG4000InitDevice.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/kyro/STG4000InitDevice.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/kyro/STG4000Interface.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/kyro/STG4000Interface.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/kyro/STG4000OverlayDevice.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/kyro/STG4000OverlayDevice.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/kyro/STG4000Ramdac.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/kyro/STG4000Ramdac.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/kyro/STG4000Reg.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/kyro/STG4000Reg.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/kyro/STG4000VTG.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/kyro/STG4000VTG.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/kyro/fbdev.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/kyro/fbdev.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/s390/char/tty3270.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/tty3270.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/s390/char/raw3270.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/raw3270.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/configs/generic_defconfig - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/configs/generic_defconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/bluetooth/cmtp/capi.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bluetooth/cmtp/capi.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/s390/char/con3270.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/con3270.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-x86_64/hpet.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/hpet.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/media/ir-common.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/media/ir-common.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/video/kyro.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/video/kyro.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wan/pci200syn.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/pci200syn.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/forcedeth.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/forcedeth.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/media/video/saa7134/saa7134-input.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/saa7134-input.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/video/ir-kbd-i2c.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/ir-kbd-i2c.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/video/ir-kbd-gpio.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/ir-kbd-gpio.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/video/cx88/cx88.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/cx88.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/video/cx88/cx88-video.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/cx88-video.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/video/cx88/cx88-tvaudio.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/cx88-tvaudio.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/video/cx88/cx88-reg.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/cx88-reg.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/video/cx88/cx88-i2c.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/cx88-i2c.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/video/cx88/cx88-core.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/cx88-core.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/video/cx88/cx88-cards.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/cx88-cards.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/video/cx88/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/video/bttv-i2c.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/bttv-i2c.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/video/bttv-gpio.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/bttv-gpio.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/ttpci/av7110_v4l.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/av7110_v4l.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/ttpci/av7110_hw.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/av7110_hw.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/ttpci/av7110_hw.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/av7110_hw.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/dvb/ttpci/av7110_ca.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/av7110_ca.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/ttpci/av7110_av.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/av7110_av.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/common/ir-common.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/common/ir-common.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/md/raid6main.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/raid6main.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h lib/bitmap.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/bitmap.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/i2c/chips/w83l785ts.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/w83l785ts.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/i2c/chips/lm90.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/lm90.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/i2c/chips/asb100.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/asb100.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/viocons.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/viocons.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/bluetooth/bfusb.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/bluetooth/bfusb.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/bluetooth/bcm203x.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/bluetooth/bcm203x.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/base/class_simple.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/class_simple.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/sh/oprofile/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/oprofile/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ia64/sn/io/sn2/pcibr/pcibr_reg.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/sn2/pcibr/pcibr_reg.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sh/kernel/cpu/sh4/sq.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/cpu/sh4/sq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sh/kernel/cpu/sh4/ex.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/cpu/sh4/ex.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/kernel/cpu/init.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/cpu/init.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sh/drivers/pci/pci.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/drivers/pci/pci.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/io/snia_if.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/io/snia_if.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/drivers/pci/pci-st40.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/drivers/pci/pci-st40.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/drivers/pci/pci-st40.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/drivers/pci/pci-st40.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/drivers/pci/pci-sh7751.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/drivers/pci/pci-sh7751.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sh/drivers/pci/pci-auto.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/drivers/pci/pci-auto.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/drivers/pci/fixups-dreamcast.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/drivers/pci/fixups-dreamcast.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/drivers/pci/dma-dreamcast.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/drivers/pci/dma-dreamcast.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/drivers/pci/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/drivers/pci/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sh/drivers/dma/dma-pvr2.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/drivers/dma/dma-pvr2.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/drivers/dma/dma-g2.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/drivers/dma/dma-g2.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/drivers/dma/dma-api.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/drivers/dma/dma-api.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/m68knommu/kernel/module.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/kernel/module.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc64/mm/hash_utils.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/mm/hash_utils.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ppc64/kernel/viopath.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/viopath.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc64/kernel/vio.c - 1.9 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/vio.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ppc64/kernel/lparcfg.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/lparcfg.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/gadget/file_storage.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/file_storage.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/host/ohci-omap.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-omap.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/sn/kernel/sn2/timer_interrupt.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/sn2/timer_interrupt.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/qla2xxx/ql6312_fw.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/ql6312_fw.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/qla2xxx/ql2322_fw.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/ql2322_fw.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/qla2xxx/ql6322_fw.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/ql6322_fw.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/fbsysfs.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/fbsysfs.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/macintosh/therm_windtunnel.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/therm_windtunnel.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/sound/alsa/Joystick.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/sound/alsa/Joystick.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/macintosh/therm_pm72.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/therm_pm72.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/macintosh/therm_pm72.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/therm_pm72.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sched/sch_hfsc.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_hfsc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/ac97/ac97_pcm.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ac97/ac97_pcm.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/parisc/configs/a500_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/configs/a500_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/bt87x.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/bt87x.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-integrator/integrator_cp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-integrator/integrator_cp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pnp/isapnp/Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/isapnp/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/pci/msi.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/msi.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pnp/pnpbios/Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/pnpbios/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/i2c/chips/gl518sm.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/gl518sm.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/i2c/chips/fscher.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/fscher.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/i2c/busses/i2c-hydra.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-hydra.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/watchdog/i8xx_tco.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/watchdog/i8xx_tco.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/video/aty/ati_ids.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/aty/ati_ids.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/aty/radeon_base.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/aty/radeon_base.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/video/aty/radeon_monitor.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/aty/radeon_monitor.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/video/aty/radeon_pm.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/aty/radeon_pm.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/aty/radeonfb.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/aty/radeonfb.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc64/kernel/pmac_smp.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/pmac_smp.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc64/kernel/pmac_setup.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/pmac_setup.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc64/kernel/pmac_pci.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/pmac_pci.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc64/kernel/pmac_low_i2c.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/pmac_low_i2c.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc64/kernel/pmac.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/pmac.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc64/kernel/open_pic_u3.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/open_pic_u3.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc64/kernel/cpu_setup_power4.S - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/cpu_setup_power4.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/ibmveth.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ibmveth.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/e100.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/e100.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/irda/stir4200.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/irda/stir4200.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pci/hotplug/pciehp.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/pciehp.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/pci/hotplug/pciehp_core.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/pciehp_core.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pci/hotplug/pciehp_ctrl.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/pciehp_ctrl.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pci/hotplug/pciehp_hpc.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/pciehp_hpc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/pci/hotplug/pciehp_pci.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/pciehp_pci.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h Documentation/dvb/avermedia.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/dvb/avermedia.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/pci/hotplug/pciehp_sysfs.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/pciehp_sysfs.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/pci/hotplug/pciehprm_acpi.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/pciehprm_acpi.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pci/hotplug/rpadlpar_core.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/rpadlpar_core.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/pci/hotplug/rpaphp.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/rpaphp.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/pci/hotplug/rpaphp_core.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/rpaphp_core.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/pci/hotplug/rpaphp_pci.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/rpaphp_pci.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/pci/hotplug/shpchp.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/shpchp.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pci/hotplug/shpchp_core.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/shpchp_core.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pci/hotplug/shpchp_ctrl.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/shpchp_ctrl.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/pci/hotplug/shpchp_hpc.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/shpchp_hpc.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pci/hotplug/shpchprm_acpi.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/shpchprm_acpi.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/s390/block/dcssblk.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dcssblk.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/misc/ibmasm/uart.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/misc/ibmasm/uart.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/misc/ibmasm/module.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/misc/ibmasm/module.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/misc/ibmasm/lowlevel.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/misc/ibmasm/lowlevel.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/misc/ibmasm/lowlevel.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/misc/ibmasm/lowlevel.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/misc/ibmasm/ibmasmfs.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/misc/ibmasm/ibmasmfs.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/misc/ibmasm/ibmasm.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/misc/ibmasm/ibmasm.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/aacraid/rkt.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aacraid/rkt.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/serial/au1x00_uart.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/au1x00_uart.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/serial/dz.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/dz.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/serial/pxa.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/pxa.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/hfs/hfs_fs.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/hfs_fs.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/hfsplus/btree.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/btree.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/hfsplus/extents.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/extents.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/hfsplus/hfsplus_fs.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/hfsplus_fs.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/hfsplus/inode.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/inode.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/hfsplus/ioctl.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/ioctl.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/hfsplus/super.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/super.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-generic/dma-mapping-broken.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-generic/dma-mapping-broken.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/cpu-features.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/cpu-features.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/hazards.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/hazards.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/mach-atlas/mc146818rtc.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-atlas/mc146818rtc.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/mach-au1x00/au1000.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-au1x00/au1000.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mm/copypage-v6.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mm/copypage-v6.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/mach-db1x00/db1x00.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-db1x00/db1x00.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mm/proc-v6.S - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mm/proc-v6.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/mach-generic/floppy.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-generic/floppy.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/mach-generic/ide.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-generic/ide.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/mach-generic/mangle-port.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-generic/mangle-port.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/mach-generic/spaces.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-generic/spaces.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/md/dm-crypt.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/dm-crypt.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/mach-ip27/mangle-port.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-ip27/mangle-port.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/mach-ip27/mmzone.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-ip27/mmzone.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/mach-ip27/spaces.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-ip27/spaces.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/mach-ip32/mangle-port.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-ip32/mangle-port.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/numnodes.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/numnodes.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/sn/hub.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/sn/hub.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/cdrom/viocd.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cdrom/viocd.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-mips/titan_dep.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/titan_dep.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/block/viodasd.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/viodasd.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/x86_64/kernel/mce.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/mce.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-ppc64/iommu.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/iommu.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/s390/mm/extmem.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/mm/extmem.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/timers/timer_pm.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/timers/timer_pm.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-s390/extmem.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/extmem.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/syscalls.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/syscalls.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ppc64/kernel/pci_iommu.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/pci_iommu.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/pci/mmconfig.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/pci/mmconfig.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc64/kernel/pSeries_iommu.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/pSeries_iommu.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc64/kernel/iommu.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/iommu.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc64/kernel/iSeries_iommu.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/iSeries_iommu.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h kernel/stop_machine.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/stop_machine.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/bluetooth/hci_sysfs.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bluetooth/hci_sysfs.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/kernel/cyclone.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/cyclone.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/sgi-ip27/ip27-smp.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip27/ip27-smp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pmc-sierra/yosemite/smp.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pmc-sierra/yosemite/smp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pmc-sierra/yosemite/setup.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pmc-sierra/yosemite/setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/pmc-sierra/yosemite/prom.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pmc-sierra/yosemite/prom.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/pmc-sierra/yosemite/irq.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pmc-sierra/yosemite/irq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/pmc-sierra/yosemite/irq-handler.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pmc-sierra/yosemite/irq-handler.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pmc-sierra/yosemite/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pmc-sierra/yosemite/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/pci/pci-jmr3927.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/pci-jmr3927.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pci/pci-ev96100.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/pci-ev96100.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pci/ops-tx4927.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/ops-tx4927.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pci/ops-tx3927.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/ops-tx3927.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pci/ops-titan.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/ops-titan.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/irda/irmod.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/irda/irmod.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pci/fixup-yosemite.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-yosemite.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/pci/fixup-sni.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-sni.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/fixup-rbtx4927.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-rbtx4927.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pci/fixup-malta.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-malta.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/fixup-ip32.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-ip32.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/fixup-ev96100.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-ev96100.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pci/fixup-ddb5477.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-ddb5477.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/fixup-ddb5074.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-ddb5074.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/fixup-cobalt.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-cobalt.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/fixup-atlas.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-atlas.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/momentum/jaguar_atx/setup.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/jaguar_atx/setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/momentum/jaguar_atx/irq.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/jaguar_atx/irq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/mm/pg-r4k.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/pg-r4k.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mips-boards/generic/pci.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mips-boards/generic/pci.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/lib/strnlen_user.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/lib/strnlen_user.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/lib/strlen_user.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/lib/strlen_user.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/lib/dec_and_lock.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/lib/dec_and_lock.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/gt64120/ev64120/irq.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/gt64120/ev64120/irq.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/gt64120/common/time.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/gt64120/common/time.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/configs/yosemite_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/yosemite_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/au1000/common/pci.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/common/pci.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/configs/xxs1500_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/xxs1500_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/configs/workpad_defconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/workpad_defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/configs/tb0229_defconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/tb0229_defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/configs/tb0226_defconfig - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/tb0226_defconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/mips/configs/sead_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/sead_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/au1000/common/setup.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/common/setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/configs/sb1250-swarm_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/sb1250-swarm_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/configs/rm200_defconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/rm200_defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/au1000/csb250/irqmap.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/csb250/irqmap.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/configs/pb1500_defconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/pb1500_defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/au1000/db1x00/board_setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/db1x00/board_setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/configs/pb1100_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/pb1100_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/au1000/db1x00/irqmap.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/db1x00/irqmap.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/configs/pb1000_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/pb1000_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/au1000/hydrogen3/board_setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/hydrogen3/board_setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/au1000/hydrogen3/irqmap.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/hydrogen3/irqmap.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/au1000/mtx-1/irqmap.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/mtx-1/irqmap.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/configs/osprey_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/osprey_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/au1000/pb1000/board_setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/pb1000/board_setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/configs/ocelot_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/ocelot_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/au1000/pb1000/irqmap.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/pb1000/irqmap.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/configs/mtx1_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/mtx1_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/configs/mpc30x_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/mpc30x_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/au1000/pb1100/board_setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/pb1100/board_setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/configs/mirage_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/mirage_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/au1000/pb1100/irqmap.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/pb1100/irqmap.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/configs/malta_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/malta_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/configs/lasat200_defconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/lasat200_defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/au1000/pb1500/board_setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/pb1500/board_setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/configs/jmr3927_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/jmr3927_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/au1000/pb1500/irqmap.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/pb1500/irqmap.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/configs/jaguar-atx_defconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/jaguar-atx_defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/au1000/pb1550/board_setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/pb1550/board_setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/au1000/pb1550/irqmap.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/pb1550/irqmap.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/au1000/xxs1500/board_setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/xxs1500/board_setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/xxs1500/irqmap.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/xxs1500/irqmap.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/configs/ivr_defconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/ivr_defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/configs/it8172_defconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/it8172_defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/configs/ip32_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/ip32_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/configs/ip27_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/ip27_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/configs/ip22_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/ip22_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/configs/ev96100_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/ev96100_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/configs/ev64120_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/ev64120_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/configs/atlas_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/atlas_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/configs/bosporus_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/bosporus_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/configs/capcella_defconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/capcella_defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/configs/cobalt_defconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/cobalt_defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/configs/db1000_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/db1000_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/configs/db1100_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/db1100_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/configs/db1500_defconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/db1500_defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/configs/ddb5476_defconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/ddb5476_defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/configs/ddb5477_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/ddb5477_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/configs/decstation_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/decstation_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/configs/e55_defconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/e55_defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/wireless/prism54/isl_38xx.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/prism54/isl_38xx.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/wireless/prism54/isl_38xx.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/prism54/isl_38xx.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/wireless/prism54/isl_ioctl.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/prism54/isl_ioctl.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/wireless/prism54/isl_ioctl.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/prism54/isl_ioctl.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wireless/prism54/isl_oid.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/prism54/isl_oid.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/wireless/prism54/islpci_dev.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/prism54/islpci_dev.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/wireless/prism54/islpci_dev.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/prism54/islpci_dev.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/wireless/prism54/islpci_eth.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/prism54/islpci_eth.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wireless/prism54/islpci_hotplug.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/prism54/islpci_hotplug.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wireless/prism54/islpci_mgt.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/prism54/islpci_mgt.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wireless/prism54/islpci_mgt.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/prism54/islpci_mgt.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wireless/prism54/oid_mgt.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/prism54/oid_mgt.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wireless/prism54/oid_mgt.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/prism54/oid_mgt.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/macintosh/therm_adt746x.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/therm_adt746x.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pci/hotplug/rpaphp_slot.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/rpaphp_slot.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/pci/hotplug/rpaphp_vio.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/rpaphp_vio.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/sata_vsc.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sata_vsc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/ide/pci/atiixp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/atiixp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/scsi_transport_fc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_transport_fc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/i2c/chips/w83627hf.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/w83627hf.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/scsi_transport_spi.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_transport_spi.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/sym53c8xx_2/sym_nvram.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_2/sym_nvram.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/i2c/chips/lm80.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/lm80.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/serial/sh-sci.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sh-sci.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/serial/sh-sci.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sh-sci.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/i2c/chips/ds1621.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/ds1621.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/gadget/gadget_chips.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/gadget_chips.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/input/ati_remote.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/ati_remote.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/firmware/edd.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/firmware/edd.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/firmware/Kconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/firmware/Kconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/input/mtouchusb.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/mtouchusb.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/viotape.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/viotape.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/agp/intel-mch-agp.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/agp/intel-mch-agp.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/x86_64/pci/mmconfig.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/pci/mmconfig.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/scsi/scsi_transport.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/scsi/scsi_transport.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/mm/consistent.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/mm/consistent.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/scsi/scsi_transport_fc.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/scsi/scsi_transport_fc.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/scsi/scsi_transport_spi.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/scsi/scsi_transport_spi.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/core/netpoll.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/netpoll.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h scripts/basic/docproc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/basic/docproc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/configs/se7751_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/configs/se7751_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h scripts/basic/fixdep.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/basic/fixdep.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h scripts/basic/split-include.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/basic/split-include.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h sound/pci/atiixp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/atiixp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/pci/au88x0/au88x0.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/au88x0/au88x0.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/pci/au88x0/au88x0.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/au88x0/au88x0.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/au88x0/au88x0_eq.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/au88x0/au88x0_eq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc64/kernel/dma.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/dma.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/platforms/pplus.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/pplus.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/intel8x0m.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/intel8x0m.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/mixart/mixart.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/mixart/mixart.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/mixart/mixart.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/mixart/mixart.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/pcmcia/pdaudiocf/pdaudiocf.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pcmcia/pdaudiocf/pdaudiocf.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h split-patches/dmapi-enable - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/dmapi-enable.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h split-patches/series - 1.15 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/series.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h split-patches/xfs-debug - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/xfs-debug.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h split-patches/xfs-modules - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/xfs-modules.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h Documentation/arm/Sharp-LH/IOBarrier - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/arm/Sharp-LH/IOBarrier.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/configs/bast_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/bast_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/configs/s3c2410_defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/s3c2410_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/configs/versatile_defconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/versatile_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-lh7a40x/arch-kev7a400.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-lh7a40x/arch-kev7a400.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-lh7a40x/arch-lpd7a40x.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-lh7a40x/arch-lpd7a40x.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-omap/Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-omap/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-omap/board-generic.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/board-generic.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-omap/board-innovator.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/board-innovator.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-omap/board-osk.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/board-osk.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-omap/board-perseus2.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/board-perseus2.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-omap/clocks.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/clocks.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-omap/common.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/common.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-omap/common.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/common.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-omap/dma.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/dma.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-omap/gpio.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/gpio.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-omap/irq.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/irq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-omap/mux.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/mux.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-omap/ocpi.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/ocpi.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-s3c2410/Kconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-s3c2410/Makefile - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/arm/mach-s3c2410/irq.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/irq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-s3c2410/mach-bast.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/mach-bast.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-s3c2410/mach-h1940.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/mach-h1940.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-s3c2410/mach-vr1000.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/mach-vr1000.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-s3c2410/s3c2410.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/s3c2410.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-s3c2410/s3c2410.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/s3c2410.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-versatile/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-versatile/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-versatile/core.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-versatile/core.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/m68knommu/platform/5282/senTec/crt0_ram.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/platform/5282/senTec/crt0_ram.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/common/au1xxx_irqmap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/common/au1xxx_irqmap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/common/dbdma.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/common/dbdma.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/db1x00/mirage_ts.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/db1x00/mirage_ts.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/configs/ocelot_c_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/ocelot_c_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/configs/pb1550_defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/pb1550_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/kernel/irq-mv6434x.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/irq-mv6434x.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/fixup-lasat.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-lasat.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/sgi-ip27/ip27-hubio.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip27/ip27-hubio.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/platforms/k2.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/k2.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/platforms/mcpn765.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/mcpn765.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/platforms/pcore.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/pcore.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/platforms/prpmc750.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/prpmc750.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc64/kernel/sysfs.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/sysfs.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc64/oprofile/common.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/oprofile/common.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc64/oprofile/op_impl.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/oprofile/op_impl.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc64/oprofile/op_model_power4.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/oprofile/op_model_power4.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/block/cfq-iosched.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/cfq-iosched.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/ipmi/ipmi_si_intf.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/ipmi/ipmi_si_intf.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/firmware/efivars.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/firmware/efivars.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/i2c/busses/i2c-ali1563.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-ali1563.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/i2c/chips/pcf8574.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/pcf8574.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/i2c/chips/pcf8591.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/pcf8591.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/dvb-core/dvb_ca_en50221.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-core/dvb_ca_en50221.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/dvb/dvb-core/dvb_ca_en50221.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-core/dvb_ca_en50221.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/video/cx88/cx88-vbi.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/cx88-vbi.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/irda/vlsi_ir.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/irda/vlsi_ir.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/iseries_veth.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/iseries_veth.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/s2io.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/s2io.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/s2io.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/s2io.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/s390/crypto/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/crypto/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/s390/crypto/z90common.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/crypto/z90common.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/s390/crypto/z90crypt.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/crypto/z90crypt.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/s390/crypto/z90hardware.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/crypto/z90hardware.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/s390/crypto/z90main.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/crypto/z90main.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/s390/net/qeth_main.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/qeth_main.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/net/qeth_sys.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/qeth_sys.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/sata_sis.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sata_sis.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/serial/amba-pl010.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/amba-pl010.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/serial/amba-pl011.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/amba-pl011.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/serial/s3c2410.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/s3c2410.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/gadget/dummy_hcd.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/dummy_hcd.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/gadget/rndis.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/rndis.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/cifs/fcntl.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/fcntl.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/ntfs/logfile.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/logfile.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-arm/arch-lh7a40x/io.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-lh7a40x/io.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-lh7a40x/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-lh7a40x/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-lh7a40x/timex.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-lh7a40x/timex.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-omap/board-h2.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/board-h2.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-omap/board-h3.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/board-h3.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-omap/board-innovator.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/board-innovator.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-arm/arch-omap/board.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/board.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-omap/dma.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/dma.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-omap/hardware.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/hardware.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-arm/arch-omap/io.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/io.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-omap/irqs.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/irqs.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-omap/memory.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/memory.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-arm/arch-omap/mux.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/mux.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-arm/arch-omap/omap1610.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/omap1610.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-arm/arch-omap/omap5912.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/omap5912.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-arm/arch-omap/pm.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/pm.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-omap/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-omap/timex.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/timex.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-omap/uncompress.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/uncompress.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-arm/arch-s3c2410/dma.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/dma.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-s3c2410/hardware.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/hardware.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-arm/arch-s3c2410/regs-gpio.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/regs-gpio.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-arm/arch-s3c2410/regs-lcd.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/regs-lcd.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-s3c2410/regs-rtc.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/regs-rtc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-s3c2410/regs-serial.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/regs-serial.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-s3c2410/regs-watchdog.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/regs-watchdog.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-s3c2410/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-s3c2410/system.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/system.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-s3c2410/timex.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/timex.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-s3c2410/uncompress.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/uncompress.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-versatile/hardware.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-versatile/hardware.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-versatile/io.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-versatile/io.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-versatile/platform.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-versatile/platform.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-versatile/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-versatile/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-versatile/timex.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-versatile/timex.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/mach-ip27/topology.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-ip27/topology.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/mach-ja/cpu-feature-overrides.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-ja/cpu-feature-overrides.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-x86_64/msi.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/msi.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h ipc/mqueue.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/ipc/mqueue.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/rmap.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/rmap.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/platforms/sbc82xx.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/sbc82xx.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/syslib/ibm440gx_common.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/ibm440gx_common.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/syslib/ibm440gx_common.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/ibm440gx_common.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/arm/IXP4xx - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/arm/IXP4xx.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/parisc/kernel/unwind.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/unwind.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h mm/prio_tree.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/prio_tree.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h scripts/checkstack.pl - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/checkstack.pl.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sparc64/lib/find_bit.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/lib/find_bit.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h mm/mempolicy.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/mempolicy.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/mempolicy.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mempolicy.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/ibm_emac/ibm_emac_mal.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ibm_emac/ibm_emac_mal.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/watchdog/ixp4xx_wdt.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/watchdog/ixp4xx_wdt.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/ibm_emac/ibm_emac_core.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ibm_emac/ibm_emac_core.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/i2c/chips/max1619.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/max1619.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h scripts/reference_init.pl - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/reference_init.pl.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/mtd/maps/ixp4xx.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/ixp4xx.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/mtd/maps/wr_sbc82xx_flash.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/wr_sbc82xx_flash.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/pcmcia/pxa2xx_base.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/pxa2xx_base.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/pcmcia/pxa2xx_lubbock.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pcmcia/pxa2xx_lubbock.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/ipr.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ipr.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/ipr.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ipr.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/pcmcia/sym53c500_cs.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/pcmcia/sym53c500_cs.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/common/cputable.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/common/cputable.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ia64/lib/bitop.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/lib/bitop.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/i386/mach-es7000/es7000plat.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/mach-es7000/es7000plat.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/sata_sx4.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sata_sx4.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/core/sysfs.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/core/sysfs.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/input/touchkitusb.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/touchkitusb.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/asiliantfb.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/asiliantfb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/gbefb.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/gbefb.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/video/pxafb.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/pxafb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/cris/arch-v10/drivers/ide.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/drivers/ide.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-s3c2410/mach-smdk2410.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/mach-smdk2410.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-pxa/pxa27x.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-pxa/pxa27x.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-pxa/mainstone.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-pxa/mainstone.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-arm/arch-ixp4xx/io.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ixp4xx/io.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-ixp4xx/ixp4xx-regs.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ixp4xx/ixp4xx-regs.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-ixp4xx/platform.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ixp4xx/platform.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-ixp4xx/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ixp4xx/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-ixp4xx/Kconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp4xx/Kconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-ixp4xx/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp4xx/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-ixp4xx/common-pci.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp4xx/common-pci.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-ixp4xx/common.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp4xx/common.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-ixp4xx/coyote-setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp4xx/coyote-setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-ixp4xx/ixdp425-setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp4xx/ixdp425-setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-ixp4xx/prpmc1100-setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp4xx/prpmc1100-setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/via-velocity.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/via-velocity.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/via-velocity.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/via-velocity.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/smc91x.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/smc91x.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/smc91x.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/smc91x.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/fec_8xx/fec_mii.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/fec_8xx/fec_mii.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/fec_8xx/fec_main.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/fec_8xx/fec_main.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/fec_8xx/fec_8xx-netta.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/fec_8xx/fec_8xx-netta.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/block/as-iosched.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/block/as-iosched.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/block/deadline-iosched.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/block/deadline-iosched.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/mtd/nand/tx4938ndfmc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/tx4938ndfmc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/nand/tx4925ndfmc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/tx4925ndfmc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/nand/toto.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/toto.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/nand/ppchameleonevb.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/ppchameleonevb.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/nand/nand_bbt.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/nand_bbt.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/nand/nand_base.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/nand_base.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/nand/diskonchip.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/diskonchip.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/nand/au1550nd.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/au1550nd.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/pb1550-flash.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/pb1550-flash.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/omap-toto-flash.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/omap-toto-flash.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/mpc1211.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/mpc1211.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/integrator-flash-v24.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/integrator-flash-v24.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/ichxrom.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/ichxrom.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/dmv182.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/dmv182.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/db1x00-flash.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/db1x00-flash.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/maps/db1550-flash.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/db1550-flash.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/devices/phram.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/devices/phram.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/chips/cfi_util.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/chips/cfi_util.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/video/ovcamchip/ovcamchip_core.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/ovcamchip/ovcamchip_core.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h scripts/mod/sumversion.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/mod/sumversion.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/s390/net/ctcdbug.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/ctcdbug.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/3w-9xxx.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/3w-9xxx.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/3w-9xxx.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/3w-9xxx.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/sata_nv.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sata_nv.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/serial/cpm_uart/cpm_uart.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/cpm_uart/cpm_uart.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/serial/cpm_uart/cpm_uart_core.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/cpm_uart/cpm_uart_core.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/serial/cpm_uart/cpm_uart_cpm1.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/cpm_uart/cpm_uart_cpm1.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/usb/sn9c102.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/usb/sn9c102.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h scripts/mod/modpost.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/mod/modpost.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/md/dm-io.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/dm-io.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/serial/serial_lh7a40x.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/serial_lh7a40x.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/serial/sn_console.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sn_console.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/class/cdc-acm.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/class/cdc-acm.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/host/ohci-lh7a404.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-lh7a404.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/media/sn9c102.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/sn9c102.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/i2c/chips/lm77.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/lm77.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/media/sn9c102_core.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/sn9c102_core.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/i2c/chips/adm1031.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/adm1031.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/i2c/chips/adm1025.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/adm1025.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/firmware/pcdp.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/firmware/pcdp.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/media/sn9c102_pas106b.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/sn9c102_pas106b.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/media/sn9c102_sensor.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/sn9c102_sensor.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/media/sn9c102_tas5110c1b.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/sn9c102_tas5110c1b.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/media/sn9c102_tas5130d1b.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/sn9c102_tas5130d1b.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/w1/Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/w1/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/w1/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/w1/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/watchdog/ixp2000_wdt.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/watchdog/ixp2000_wdt.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/w1/matrox_w1.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/w1/matrox_w1.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/w1/w1.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/w1/w1.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/w1/w1.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/w1/w1.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/w1/w1_family.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/w1/w1_family.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h scripts/mod/modpost.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/mod/modpost.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/common/locomo.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/common/locomo.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/hvcs.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/hvcs.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/common/time-acorn.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/common/time-acorn.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/hpet.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/hpet.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/w1/w1_int.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/w1/w1_int.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/w1/w1_int.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/w1/w1_int.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/w1/w1_netlink.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/w1/w1_netlink.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/w1/w1_therm.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/w1/w1_therm.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ntfs/collate.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/collate.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h scripts/mod/file2alias.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/mod/file2alias.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/sched/sch_netem.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_netem.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/sched/act_api.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/act_api.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv6/xfrm6_output.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/xfrm6_output.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh64/kernel/time.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh64/kernel/time.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh64/kernel/ptrace.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh64/kernel/ptrace.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh64/kernel/process.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh64/kernel/process.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh64/kernel/pci_sh5.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh64/kernel/pci_sh5.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh64/kernel/irq_intc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh64/kernel/irq_intc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh64/kernel/irq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh64/kernel/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-footbridge/time.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-footbridge/time.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv4/xfrm4_output.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/xfrm4_output.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-lh7a40x/time.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-lh7a40x/time.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/net/pkt_act.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/pkt_act.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/mtd/mtd-abi.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/mtd/mtd-abi.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-omap/time.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/time.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/ramdisk/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/ramdisk/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/kernel/early_printk.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/early_printk.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ntfs/index.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/index.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-pxa/time.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-pxa/time.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ntfs/index.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/index.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-s3c2410/gpio.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/gpio.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/hpet.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/hpet.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-s3c2410/time.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/time.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ntfs/quota.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/quota.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-sa1100/collie.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/collie.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/drivers/pci/ops-rts7751r2d.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/drivers/pci/ops-rts7751r2d.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/drivers/pci/fixups-rts7751r2d.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/drivers/pci/fixups-rts7751r2d.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/mach/time.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/mach/time.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/configs/rts7751r2d_defconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/configs/rts7751r2d_defconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/mach-yosemite/cpu-feature-overrides.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-yosemite/cpu-feature-overrides.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/cchips/voyagergx/consistent.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/cchips/voyagergx/consistent.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/marvell.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/marvell.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-sa1100/time.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-sa1100/time.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-versatile/clock.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-versatile/clock.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-versatile/clock.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-versatile/clock.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/crc-ccitt.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/crc-ccitt.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/boards/renesas/rts7751r2d/mach.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/renesas/rts7751r2d/mach.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/vfp/vfp.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/vfp/vfp.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/vfp/vfpdouble.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/vfp/vfpdouble.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/vfp/vfphw.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/vfp/vfphw.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/vfp/vfpsingle.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/vfp/vfpsingle.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ppc/immap_cpm2.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/immap_cpm2.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ppc/mpc85xx.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/mpc85xx.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc64/kernel/vecemu.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/vecemu.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sh/adc.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/adc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/i386/crypto/aes-i586-asm.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/crypto/aes-i586-asm.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/syslib/mpc52xx_setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/mpc52xx_setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/platforms/85xx/sbc85xx.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/85xx/sbc85xx.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/platforms/85xx/mpc85xx_cds_common.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/85xx/mpc85xx_cds_common.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/platforms/85xx/mpc85xx_ads_common.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/85xx/mpc85xx_ads_common.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/platforms/85xx/mpc8560_ads.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/85xx/mpc8560_ads.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/platforms/85xx/mpc8555.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/85xx/mpc8555.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/lib/rheap.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/lib/rheap.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/kernel/head_e500.S - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/head_e500.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/boot/simple/mpc52xx_tty.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/boot/simple/mpc52xx_tty.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/parisc/lib/debuglocks.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/lib/debuglocks.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pmc-sierra/yosemite/py-console.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pmc-sierra/yosemite/py-console.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pmc-sierra/yosemite/dbg_io.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pmc-sierra/yosemite/dbg_io.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pci/pci-yosemite.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/pci-yosemite.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pci/fixup-tb0219.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-tb0219.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/fixup-ocelot-g.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-ocelot-g.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/fixup-ocelot-c.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-ocelot-c.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/fixup-mpc30x.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-mpc30x.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/fixup-jaguar.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-jaguar.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-sh64/io.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh64/io.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/mm/tlbex64-r4k.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/tlbex64-r4k.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/mm/tlbex32-r4k.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/tlbex32-r4k.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/mm/tlbex32-r3k.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/tlbex32-r3k.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/mm/tlb-r8k.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/tlb-r8k.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/configs/ocelot_g_defconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/ocelot_g_defconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sh64/pgtable.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh64/pgtable.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/megaraid/megaraid_mbox.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/megaraid/megaraid_mbox.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h split-patches/kdb-i386-4.4-2 - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-i386-4.4-2.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h split-patches/kdb-common-v4.4-2 - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-common-v4.4-2.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h sound/usb/usx2y/usbusx2yaudio.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/usb/usx2y/usbusx2yaudio.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h sound/usb/usx2y/usbusx2y.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/usb/usx2y/usbusx2y.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/RCU/listRCU.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/RCU/listRCU.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/arm/IXP2000 - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/arm/IXP2000.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/arm/Samsung-S3C24XX/EB2410ITX.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/arm/Samsung-S3C24XX/EB2410ITX.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/arm/Samsung-S3C24XX/Overview.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/arm/Samsung-S3C24XX/Overview.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h sound/pci/atiixp_modem.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/atiixp_modem.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h scripts/mksysmap - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/mksysmap.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/sched/gact.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/gact.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv6/netfilter/ip6t_physdev.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_physdev.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h mm/tiny-shmem.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/tiny-shmem.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h mm/thrash.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/thrash.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h lib/iomap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/iomap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h lib/Kconfig.debug - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/Kconfig.debug.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h kernel/kprobes.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/kprobes.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/net/tc_act/tc_gact.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/tc_act/tc_gact.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/time_interpolators.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/time_interpolators.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/tty.txt - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/tty.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/mmc/mmc.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mmc/mmc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/kprobes.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kprobes.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/hardirq.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/hardirq.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-x86_64/swiotlb.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/swiotlb.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sparc64/kprobes.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/kprobes.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ppc64/plpar_wrappers.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc64/plpar_wrappers.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m32r/topology.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m32r/topology.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m32r/termbits.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m32r/termbits.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m32r/rtc.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m32r/rtc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m32r/processor.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m32r/processor.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/Kconfig.debug - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/Kconfig.debug.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m32r/pgtable.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m32r/pgtable.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/configs/ep80219_defconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/ep80219_defconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/configs/iq31244_defconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/iq31244_defconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/configs/iq80331_defconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/iq80331_defconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m32r/m32102.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m32r/m32102.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-imx/generic.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-imx/generic.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-imx/mx1ads.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-imx/mx1ads.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-imx/time.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-imx/time.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-m32r/io.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m32r/io.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-m32r/ide.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m32r/ide.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-iop3xx/common.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-iop3xx/common.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m32r/hardirq.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m32r/hardirq.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-iop3xx/iop321-mm.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-iop3xx/iop321-mm.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-iop3xx/iop321-setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-iop3xx/iop321-setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-iop3xx/iop331-mm.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-iop3xx/iop331-mm.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-iop3xx/iop331-setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-iop3xx/iop331-setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-iop3xx/iop331-time.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-iop3xx/iop331-time.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m32r/elf.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m32r/elf.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-ixp2000/core.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp2000/core.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-ixp2000/enp2611.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp2000/enp2611.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-ixp2000/ixdp2400.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp2000/ixdp2400.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-ixp2000/ixdp2800.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp2000/ixdp2800.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-ixp2000/ixdp2x00.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp2000/ixdp2x00.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-ixp2000/ixdp2x01.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp2000/ixdp2x01.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-ixp2000/pci.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp2000/pci.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-omap/board-h2.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/board-h2.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-omap/board-h3.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/board-h3.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ia64/sn/sn2/sn_hwperf.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn2/sn_hwperf.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-i386/kprobes.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/kprobes.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/mach/mmc.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/mach/mmc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-omap/mcbsp.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/mcbsp.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/hardware/amba_clcd.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/hardware/amba_clcd.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-omap/usb.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap/usb.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-s3c2410/regs-udc.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/regs-udc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-s3c2410/regs-sdi.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/regs-sdi.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-s3c2410/regs-dsc.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/regs-dsc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-omap/mcbsp.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/mcbsp.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-ixp2000/system.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ixp2000/system.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-ixp2000/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ixp2000/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-s3c2410/clock.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/clock.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-s3c2410/clock.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/clock.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-s3c2410/cpu.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/cpu.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-s3c2410/cpu.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/cpu.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-s3c2410/devs.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/devs.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-s3c2410/dma.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/dma.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-ixp2000/platform.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ixp2000/platform.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-ixp2000/ixp2000-regs.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ixp2000/ixp2000-regs.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-ixp2000/ixdp2x01.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ixp2000/ixdp2x01.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-ixp2000/ixdp2x00.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ixp2000/ixdp2x00.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-ixp2000/irqs.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ixp2000/irqs.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-s3c2410/s3c2440-dsc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/s3c2440-dsc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-s3c2410/s3c2440.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/s3c2440.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-s3c2410/s3c2440.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/s3c2440.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-ixp2000/io.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ixp2000/io.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-ixp2000/dma.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ixp2000/dma.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-imx/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-imx/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-imx/io.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-imx/io.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ntfs/lcnalloc.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/lcnalloc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ntfs/lcnalloc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/lcnalloc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ntfs/bitmap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/bitmap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/hostfs/hostfs_kern.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hostfs/hostfs_kern.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/w1/dscore.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/w1/dscore.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/cris/Kconfig.debug - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/Kconfig.debug.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/w1/dscore.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/w1/dscore.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/media/sn9c102_pas202bcb.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/sn9c102_pas202bcb.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/gadget/omap_udc.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/omap_udc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/gadget/omap_udc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/omap_udc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/gadget/lh7a40x_udc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/lh7a40x_udc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/serial/icom.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/icom.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/megaraid/megaraid_mm.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/megaraid/megaraid_mm.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/megaraid/megaraid_mm.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/megaraid/megaraid_mm.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/megaraid/megaraid_mbox.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/megaraid/megaraid_mbox.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/megaraid/megaraid_ioctl.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/megaraid/megaraid_ioctl.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/ibmvscsi/rpa_vscsi.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ibmvscsi/rpa_vscsi.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/i386/Kconfig.debug - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Kconfig.debug.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/pci/hotplug/acpiphp_ibm.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/acpiphp_ibm.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/mv643xx_eth.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/mv643xx_eth.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/mtd/maps/ixp2000.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/ixp2000.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/mmc/pxamci.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/pxamci.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/mmc/pxamci.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/pxamci.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/mmc/mmci.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/mmci.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/mmc/mmci.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/mmci.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/mmc/mmc_queue.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/mmc_queue.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/mmc/mmc_queue.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/mmc_queue.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/mmc/mmc_block.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/mmc_block.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/mmc/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/mmc/Kconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/Kconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/message/i2o/pci.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/i2o/pci.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/message/i2o/iop.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/i2o/iop.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/message/i2o/exec-osm.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/i2o/exec-osm.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/message/i2o/driver.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/i2o/driver.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/message/i2o/device.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/i2o/device.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/message/i2o/debug.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/i2o/debug.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/md/raid10.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/raid10.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/i2c/i2c-sensor-detect.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/i2c-sensor-detect.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/i2c/chips/smsc47m1.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/chips/smsc47m1.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/i2c/busses/i2c-mpc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-mpc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/i2c/algos/i2c-algo-pca.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/algos/i2c-algo-pca.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/cpufreq/cpufreq_ondemand.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cpufreq/cpufreq_ondemand.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/snsc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/snsc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/i386/kernel/kprobes.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/kprobes.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/mmtimer.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/mmtimer.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/hvsi.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/hvsi.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/block/ub.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/ub.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/acpi/sleep/wakeup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/sleep/wakeup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/acpi/motherboard.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/motherboard.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/x86_64/lib/bitops.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/lib/bitops.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/x86_64/Kconfig.debug - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/Kconfig.debug.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/uml.lds.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/uml.lds.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/kernel/main.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/main.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/kernel/dyn.lds.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/dyn.lds.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/drivers/cow_user.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/cow_user.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/i386/mm/mmap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/mm/mmap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sparc64/kernel/kprobes.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/kprobes.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/s390/mm/mmap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/mm/mmap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/s390/kernel/irq.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/irq.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ia64/configs/tiger_defconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/configs/tiger_defconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc64/mm/mmap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/mm/mmap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc64/mm/hash_native.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/mm/hash_native.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc64/kernel/u3_iommu.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/u3_iommu.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc64/kernel/prom_init.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/prom_init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc64/kernel/pSeries_setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/pSeries_setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc64/Kconfig.debug - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/Kconfig.debug.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/platforms/mvme5100.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/mvme5100.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/platforms/lopec.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/lopec.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/kernel/head_booke.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/head_booke.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/Kconfig.debug - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/Kconfig.debug.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/opsput/dot.gdbinit - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/opsput/dot.gdbinit.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/opsput/defconfig.opsput - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/opsput/defconfig.opsput.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/oaks32r/dot.gdbinit.nommu - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/oaks32r/dot.gdbinit.nommu.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/oaks32r/defconfig.nommu - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/oaks32r/defconfig.nommu.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/mm/init.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/mm/init.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/mappi/dot.gdbinit.smp - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/mappi/dot.gdbinit.smp.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/mappi/dot.gdbinit.nommu - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/mappi/dot.gdbinit.nommu.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/mappi/dot.gdbinit - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/mappi/dot.gdbinit.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/mappi/defconfig.up - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/mappi/defconfig.up.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/mappi/defconfig.smp - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/mappi/defconfig.smp.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/mappi/defconfig.nommu - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/mappi/defconfig.nommu.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/m32700ut/dot.gdbinit_300MHz_32MB - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/m32700ut/dot.gdbinit_300MHz_32MB.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/m32700ut/dot.gdbinit_200MHz_16MB - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/m32700ut/dot.gdbinit_200MHz_16MB.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/m32700ut/defconfig.m32700ut.up - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/m32700ut/defconfig.m32700ut.up.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/m32700ut/defconfig.m32700ut.smp - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/m32700ut/defconfig.m32700ut.smp.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/lib/memset.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/lib/memset.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/lib/delay.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/lib/delay.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ia64/sn/kernel/sn2/sn_hwperf.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/sn2/sn_hwperf.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m32r/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m32r/boot/compressed/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/boot/compressed/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/boot/compressed/head.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/boot/compressed/head.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/boot/compressed/m32r_sio.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/boot/compressed/m32r_sio.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/boot/compressed/misc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/boot/compressed/misc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/boot/compressed/vmlinux.lds.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/boot/compressed/vmlinux.lds.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/boot/compressed/vmlinux.scr - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/boot/compressed/vmlinux.scr.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/boot/setup.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/boot/setup.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/defconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/defconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/kernel/io_m32700ut.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/io_m32700ut.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/kernel/io_mappi.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/io_mappi.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/kernel/io_mappi2.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/io_mappi2.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/kernel/io_oaks32r.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/io_oaks32r.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/kernel/io_opsput.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/io_opsput.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/kernel/io_usrv.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/io_usrv.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/kernel/irq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m32r/kernel/process.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/process.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/kernel/ptrace.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/ptrace.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/kernel/setup_m32700ut.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/setup_m32700ut.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m32r/kernel/setup_mappi.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/setup_mappi.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m32r/kernel/setup_mappi2.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/setup_mappi2.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m32r/kernel/setup_opsput.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/setup_opsput.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m32r/kernel/smpboot.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/smpboot.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/m32r/kernel/sys_m32r.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/sys_m32r.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m32r/kernel/time.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/time.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/gen_stats.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/gen_stats.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ia64/configs/bigsur_defconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/configs/bigsur_defconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/core/gen_estimator.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/gen_estimator.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/core/gen_stats.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/gen_stats.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/net/gen_stats.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/gen_stats.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-h720x/io.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-h720x/io.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-h720x/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-h720x/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-s3c2410/usb-simtec.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/usb-simtec.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-h720x/Kconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-h720x/Kconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-h720x/cpu-h7201.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-h720x/cpu-h7201.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-h720x/cpu-h7202.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-h720x/cpu-h7202.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-h720x/h7201-eval.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-h720x/h7201-eval.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-h720x/h7202-eval.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-h720x/h7202-eval.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-s3c2410/regs-iic.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/regs-iic.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc64/kernel/iomap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc64/kernel/iomap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h split-patches/direct-io-locking - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/direct-io-locking.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h split-patches/export-find_exported_dentry - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/export-find_exported_dentry.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h split-patches/xfs-Kconfig-move - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/xfs-Kconfig-move.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h From owner-linux-xfs Tue Jan 4 15:37:30 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 04 Jan 2005 15:37:38 -0800 (PST) Received: from pentafluge.infradead.org ([213.146.154.40]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j04Nb83H004672 for ; Tue, 4 Jan 2005 15:37:29 -0800 Received: from hch by pentafluge.infradead.org with local (Exim 4.42 #1 (Red Hat Linux)) id 1Cm9TJ-0008Ad-9b; Wed, 05 Jan 2005 11:37:01 +0000 Date: Wed, 5 Jan 2005 11:37:01 +0000 From: Christoph Hellwig To: Gildas LE NADAN Cc: linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com Subject: Re: unkillable processes using samba, xfs and lvm2 snapshots (k 2.6.10) Message-ID: <20050105113701.GA31391@infradead.org> Mail-Followup-To: Christoph Hellwig , Gildas LE NADAN , linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com References: <41D14251.4030704@inha.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41D14251.4030704@inha.fr> User-Agent: Mutt/1.4.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4694 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hch@infradead.org Precedence: bulk X-list: linux-xfs On Tue, Dec 28, 2004 at 12:24:01PM +0100, Gildas LE NADAN wrote: > Hi, > > I experience hangs on samba processes on a filer using xfs over lvm2 as > data partitions, when there is active snapshots of the xfs partitions. > > I have a clone of the production server (same software, same hardware) > where the situation can be reproduced perfectly. > > Testings showed that the result was the same, whether the snapshots were > mounted or not : smbd processes are locked and unkillable while the > machine is normaly working otherwise, except software reboot is > impossible and hardware reset is needed. > > I noticed Brad Fitzpatrick's case in kernel 2.6.10 changelog > (http://lkml.org/lkml/2004/11/14/98) and tested kernel 2.6.10 today > without success. > > Configuration is the following : > - supermicro m/b with dual Xeon 2,8Ghz (SMT is active) > - 1 GB ram, > - adaptec u320 raid controler > - kernel 2.6.10 > - debian sarge > - samba 3 > - LVM2 > - XFS with quota turned on > > All software are from debian sarge packages, except the kernel. > > I'm not able to determine if the problem is more xfs, device mapper or > samba related, and was not able to do extensive testings (using a > different filesystem, testing with a different daemon, etc...), but > SMT/SMP testings showed that this is not a SMP/SMT related problem. > > I've compiled the kernel with the debugging options, so I might provide > additional informations if needed as in Brad's case. I'll try to reproduce your problems soon. From owner-linux-xfs Wed Jan 5 00:07:08 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 00:07:15 -0800 (PST) Received: from sommereik.ii.uib.no (sommereik.ii.uib.no [129.177.16.236]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0586lGi009403 for ; Wed, 5 Jan 2005 00:07:08 -0800 Received: from loko.ii.uib.no ([129.177.20.21]:49297) by sommereik.ii.uib.no with esmtps (TLSv1:AES256-SHA:256) (Exim 4.43) id 1CmHQV-0005AT-J3; Wed, 05 Jan 2005 21:06:39 +0100 Received: (from janfrode@localhost) by loko.ii.uib.no (8.12.11/8.12.11/Submit) id j05JvaeD027244; Wed, 5 Jan 2005 20:57:36 +0100 Date: Wed, 5 Jan 2005 20:57:36 +0100 From: Jan-Frode Myklebust To: linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com Cc: Eirik Thorsnes Subject: panic - Attempting to free lock with active block list Message-ID: <20050105195736.GA26989@ii.uib.no> Mail-Followup-To: linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com, Eirik Thorsnes Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4695 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: Jan-Frode.Myklebust@bccs.uib.no Precedence: bulk X-list: linux-xfs We have a couple of mail-servers running first 2.6.9-1.681_FC3smp and was later upgraded to the Fedora test kernel 2.6.10-1.727_FC3smp which I think is pretty plain 2.6.10 + ac2. But they both keep crashing with the message: Kernel panic - not syncing: Attempting to free lock with active block list Any ideas how to attack this? We're running Centos 3.3, ext3 for root-disks, ext2 on /boot, XFS for mail-spools, lots of nfs-mounted directories.. -jf From owner-linux-xfs Wed Jan 5 00:32:59 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 00:33:14 -0800 (PST) Received: from mail.osdl.org (fw.osdl.org [65.172.181.6]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j058Wdq7015983 for ; Wed, 5 Jan 2005 00:32:59 -0800 Received: from build.pdx.osdl.net (build.pdx.osdl.net [172.20.1.2]) by mail.osdl.org (8.11.6/8.11.6) with ESMTP id j05KW7d22076; Wed, 5 Jan 2005 12:32:07 -0800 Received: (from chrisw@localhost) by build.pdx.osdl.net (8.11.6/8.11.6) id j05KW7Q03816; Wed, 5 Jan 2005 12:32:07 -0800 Date: Wed, 5 Jan 2005 12:32:07 -0800 From: Chris Wright To: linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com, Eirik Thorsnes , smfrench@austin.rr.com, trond.myklebust@fys.uio.no, matthew@wil.cx Subject: Re: panic - Attempting to free lock with active block list Message-ID: <20050105123207.J469@build.pdx.osdl.net> References: <20050105195736.GA26989@ii.uib.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20050105195736.GA26989@ii.uib.no>; from Jan-Frode.Myklebust@bccs.uib.no on Wed, Jan 05, 2005 at 08:57:36PM +0100 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4696 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: chrisw@osdl.org Precedence: bulk X-list: linux-xfs * Jan-Frode Myklebust (Jan-Frode.Myklebust@bccs.uib.no) wrote: > We have a couple of mail-servers running first 2.6.9-1.681_FC3smp > and was later upgraded to the Fedora test kernel 2.6.10-1.727_FC3smp > which I think is pretty plain 2.6.10 + ac2. But they both keep > crashing with the message: > > Kernel panic - not syncing: Attempting to free lock with active block list > > Any ideas how to attack this? > > We're running Centos 3.3, ext3 for root-disks, ext2 on /boot, > XFS for mail-spools, lots of nfs-mounted directories.. It seems likely it's nfs related in this case since it stresses the fs/locks code differently than local filesystems. I recall Steve French reporting similar issue with cifs last month. Message-Id: <1102097193.3540.4.camel@smfhome1.smfdom> Are those three cases really panic-worthy? Could we change to BUG_ON() and try and get some useful debugging? Trond, Willy, any ideas? thanks, -chris ===== fs/locks.c 1.76 vs edited ===== --- 1.76/fs/locks.c 2005-01-04 18:48:28 -08:00 +++ edited/fs/locks.c 2005-01-05 12:31:34 -08:00 @@ -159,14 +159,20 @@ static inline void locks_free_lock(struc BUG(); return; } - if (waitqueue_active(&fl->fl_wait)) - panic("Attempting to free lock with active wait queue"); + if (waitqueue_active(&fl->fl_wait)) { + printk("Attempting to free lock with active wait queue"); + BUG(); + } - if (!list_empty(&fl->fl_block)) - panic("Attempting to free lock with active block list"); + if (!list_empty(&fl->fl_block)) { + printk("Attempting to free lock with active block list"); + BUG(); + } - if (!list_empty(&fl->fl_link)) - panic("Attempting to free lock on active lock list"); + if (!list_empty(&fl->fl_link)) { + printk("Attempting to free lock on active lock list"); + BUG(); + } if (fl->fl_ops) { if (fl->fl_ops->fl_release_private) From owner-linux-xfs Wed Jan 5 01:49:10 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 01:49:24 -0800 (PST) Received: from vintereik.ii.uib.no (vintereik.ii.uib.no [129.177.16.237]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j059mjPW020919 for ; Wed, 5 Jan 2005 01:49:09 -0800 Received: from loko.ii.uib.no ([129.177.20.21]:49723) by vintereik.ii.uib.no with esmtps (TLSv1:AES256-SHA:256) (Exim 4.43) id 1CmJ15-0004jY-P2; Wed, 05 Jan 2005 22:48:31 +0100 Received: (from janfrode@localhost) by loko.ii.uib.no (8.12.11/8.12.11/Submit) id j05Lcbun029540; Wed, 5 Jan 2005 22:38:37 +0100 Date: Wed, 5 Jan 2005 22:38:37 +0100 From: Jan-Frode Myklebust To: Chris Wright Cc: linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com, Eirik Thorsnes , smfrench@austin.rr.com, trond.myklebust@fys.uio.no, matthew@wil.cx Subject: Re: panic - Attempting to free lock with active block list Message-ID: <20050105213837.GA29447@ii.uib.no> Mail-Followup-To: Chris Wright , linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com, Eirik Thorsnes , smfrench@austin.rr.com, trond.myklebust@fys.uio.no, matthew@wil.cx References: <20050105195736.GA26989@ii.uib.no> <20050105123207.J469@build.pdx.osdl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050105123207.J469@build.pdx.osdl.net> X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4697 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: Jan-Frode.Myklebust@bccs.uib.no Precedence: bulk X-list: linux-xfs On Wed, Jan 05, 2005 at 12:32:07PM -0800, Chris Wright wrote: > > It seems likely it's nfs related in this case since it stresses the > fs/locks code differently than local filesystems. I recall Steve French > reporting similar issue with cifs last month. Also found this on the linux-cifs-client list: http://lists.samba.org/archive/linux-cifs-client/2004-December/000617.html Is the suggested fix also relevant for fs/nfs/file.c ? -jf From owner-linux-xfs Wed Jan 5 01:56:03 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 01:56:08 -0800 (PST) Received: from pat.uio.no (IDENT:7411@pat.uio.no [129.240.130.16]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j059tgrq021956 for ; Wed, 5 Jan 2005 01:56:03 -0800 Received: from mail-mx2.uio.no ([129.240.10.30]) by pat.uio.no with esmtp (Exim 4.34) id 1CmJ7p-0005PP-1o; Wed, 05 Jan 2005 22:55:29 +0100 Received: from 55.80-202-71.nextgentel.com ([80.202.71.55] helo=[192.168.1.101]) by smtp.uio.no with asmtp (SSLv3:RC4-MD5:128) (Exim 4.34) id 1CmJ7h-0002DS-Pn; Wed, 05 Jan 2005 22:55:21 +0100 Subject: Re: panic - Attempting to free lock with active block list From: Trond Myklebust To: Chris Wright Cc: linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com, Eirik Thorsnes , smfrench@austin.rr.com, matthew@wil.cx In-Reply-To: <20050105123207.J469@build.pdx.osdl.net> References: <20050105195736.GA26989@ii.uib.no> <20050105123207.J469@build.pdx.osdl.net> Content-Type: text/plain Date: Wed, 05 Jan 2005 22:54:03 +0100 Message-Id: <1104962043.5717.28.camel@lade.trondhjem.org> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 Content-Transfer-Encoding: 7bit X-MailScanner-Information: This message has been scanned for viruses/spam. Contact postmaster@uio.no if you have questions about this scanning X-UiO-MailScanner: No virus found X-UiO-Spam-info: not spam, SpamAssassin (score=0, required 12) X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4698 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: trond.myklebust@fys.uio.no Precedence: bulk X-list: linux-xfs on den 05.01.2005 Klokka 12:32 (-0800) skreiv Chris Wright: > * Jan-Frode Myklebust (Jan-Frode.Myklebust@bccs.uib.no) wrote: > > We have a couple of mail-servers running first 2.6.9-1.681_FC3smp > > and was later upgraded to the Fedora test kernel 2.6.10-1.727_FC3smp > > which I think is pretty plain 2.6.10 + ac2. But they both keep > > crashing with the message: > > > > Kernel panic - not syncing: Attempting to free lock with active block list > > > > Any ideas how to attack this? Well, the prevailing theory tends to start along the lines of "find out how to reproduce the problem...". ;-) Looking at the NFS code, I can attempt a wild guess about what may be happening: there may be a race when pressing ^C in the middle of a blocking NFS lock RPC call, and if so, the following patch will fix it. Try it, and see whether or not it fixes your problem, but if it doesn't, then I agree with Chris' suggestion of replacing those "panic()" calls with BUG_ON()s. Cheers, Trond file.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.10/fs/nfs/file.c =================================================================== --- linux-2.6.10.orig/fs/nfs/file.c +++ linux-2.6.10/fs/nfs/file.c @@ -374,7 +374,7 @@ static int do_setlk(struct file *filp, i * the process exits. */ if (status == -EINTR || status == -ERESTARTSYS) - posix_lock_file(filp, fl); + posix_lock_file_wait(filp, fl); } else status = posix_lock_file_wait(filp, fl); unlock_kernel(); -- Trond Myklebust From owner-linux-xfs Wed Jan 5 04:45:58 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 04:46:06 -0800 (PST) Received: from mail.osdl.org (fw.osdl.org [65.172.181.6]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j05CjbmU008195 for ; Wed, 5 Jan 2005 04:45:58 -0800 Received: from bix (build.pdx.osdl.net [172.20.1.2]) by mail.osdl.org (8.11.6/8.11.6) with SMTP id j060jOd06374; Wed, 5 Jan 2005 16:45:24 -0800 Date: Wed, 5 Jan 2005 16:45:15 -0800 From: Andrew Morton To: linux-xfs@oss.sgi.com Cc: Justin Piszcz Subject: Fw: Major problem with 2.6.10 under VMWare. Message-Id: <20050105164515.6810a0b6.akpm@osdl.org> X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Wed__5_Jan_2005_16_45_15_-0800_.7J5JgFRuTeu=U.M" X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4699 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: akpm@osdl.org Precedence: bulk X-list: linux-xfs This is a multi-part message in MIME format. --Multipart=_Wed__5_Jan_2005_16_45_15_-0800_.7J5JgFRuTeu=U.M Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Interesting. Maybe linvfs_mknod is passing d_instantiate an inode which has NULL pointers in its ->i_dentry list_head? Begin forwarded message: Date: Wed, 5 Jan 2005 10:52:41 -0500 (EST) From: Justin Piszcz To: linux-kernel@vger.kernel.org Subject: Major problem with 2.6.10 under VMWare. As I have reported yesterday, I have tried over 16-17 different kernel compilation iterations with different options enabled and disabled. All of which end up with oopses such as the one below. I booted back to 2.4.27 and then compiled 2.6.9 with the SAME options [make oldconfig from 2.6.10] as the last revision of the 2.6.10 that was oopsing, I am now running 2.6.9 without a single error, oops or issue. What changed in 2.6.10 that would cause such catastrophic problems below and in previous e-mails? After the oopses, many programs simply crashed with Segmentation fault. I also tried the following: 1) Re-installing Debian Sarge 3.1rc2 (once w/XFS) 2) Re-installing Debian Sarge 3.1rc2 (twice w/EXT2) 3) Wiped old Virtual Machine, created a new one from scratch. Re-installing Debian Sarge 3.1rc2 (third time w/XFS+SCSI) * This time used SCSI disk instead of IDE None of the above solved the problem [each used 2.6.10]. The VMWare build is 4.5.2-8848 (latest stable) Both .configs are attached (2.6.9 & 2.6.10) Unable to handle kernel NULL pointer dereference at virtual address 00000004 printing eip: c016303a *pde = 00000000 Oops: 0002 [#3] PREEMPT CPU: 0 EIP: 0060:[] Not tainted VLI EFLAGS: 00010286 (2.6.10) EIP is at d_instantiate+0x3a/0x70 eax: 00000000 ebx: df4a5198 ecx: ddc84000 edx: da68434c esi: da68433c edi: df4a5164 ebp: dcc97780 esp: ddc85da8 ds: 007b es: 007b ss: 0068 Process korgac (pid: 1173, threadinfo=ddc84000 task=da7f19e0) Stack: 00000000 da68433c 00000000 c027f008 df4a5164 da68433c ddc85e64 ddc85dd0 00000000 00000000 da684320 ddc85de8 c023b96a ddc85dec dba9f9d0 ddc85de8 00000001 df4a51c8 00000017 00000008 c0122fd2 dc2c1180 fc7b20d6 00000000 Call Trace: [] linvfs_mknod+0x1b8/0x410 [] xfs_dir2_lookup+0x12a/0x160 [] in_group_p+0x42/0x80 [] xfs_iaccess+0xca/0x1e0 [] xfs_access+0x4f/0x60 [] xfs_dir_lookup_int+0x4c/0x130 [] permission+0x52/0x60 [] vfs_create+0x87/0xd0 [] open_namei+0x5b6/0x610 [] filp_open+0x3e/0x70 [] get_unused_fd+0x39/0xe0 [] sys_open+0x49/0x90 [] syscall_call+0x7/0xb Code: 74 24 04 8d 5f 34 8b 74 24 14 39 5f 34 74 08 0f 0b 09 03 ac 24 3d c0 b9 00 e0 ff ff 21 e1 ff 41 14 85 f6 74 12 8b 46 10 8d 56 10 <89> 58 04 89 47 34 89 53 04 89 5e 10 89 77 08 ff 49 14 8b 41 08 <6>note: korgac[1173] exited with preempt_count 1 scheduling while atomic: korgac/0x00000001/1173 [] schedule+0x532/0x540 [] unmap_page_range+0x53/0x80 [] unmap_vmas+0x1b6/0x1d0 [] exit_mmap+0x7d/0x160 [] mmput+0x37/0xa0 [] do_exit+0x167/0x3d0 [] die+0x18b/0x190 [] printk+0x17/0x20 [] do_page_fault+0x244/0x5de [] xfs_ichgtime+0x119/0x11b [] igrab+0x4a/0x50 [] xfs_create+0x573/0x760 [] do_page_fault+0x0/0x5de [] error_code+0x2b/0x30 [] d_instantiate+0x3a/0x70 [] linvfs_mknod+0x1b8/0x410 [] xfs_dir2_lookup+0x12a/0x160 [] in_group_p+0x42/0x80 [] xfs_iaccess+0xca/0x1e0 [] xfs_access+0x4f/0x60 [] xfs_dir_lookup_int+0x4c/0x130 [] permission+0x52/0x60 [] vfs_create+0x87/0xd0 [] open_namei+0x5b6/0x610 [] filp_open+0x3e/0x70 [] get_unused_fd+0x39/0xe0 [] sys_open+0x49/0x90 [] syscall_call+0x7/0xb scheduling while atomic: korgac/0x00000001/1173 [] schedule+0x532/0x540 [] unmap_page_range+0x53/0x80 [] unmap_vmas+0x1b6/0x1d0 [] exit_mmap+0x7d/0x160 [] mmput+0x37/0xa0 [] do_exit+0x167/0x3d0 [] die+0x18b/0x190 [] printk+0x17/0x20 [] do_page_fault+0x244/0x5de [] xfs_ichgtime+0x119/0x11b [] igrab+0x4a/0x50 [] xfs_create+0x573/0x760 [] do_page_fault+0x0/0x5de [] error_code+0x2b/0x30 [] d_instantiate+0x3a/0x70 [] linvfs_mknod+0x1b8/0x410 [] xfs_dir2_lookup+0x12a/0x160 [] in_group_p+0x42/0x80 [] xfs_iaccess+0xca/0x1e0 [] xfs_access+0x4f/0x60 [] xfs_dir_lookup_int+0x4c/0x130 [] permission+0x52/0x60 [] vfs_create+0x87/0xd0 [] open_namei+0x5b6/0x610 [] filp_open+0x3e/0x70 [] get_unused_fd+0x39/0xe0 [] sys_open+0x49/0x90 [] syscall_call+0x7/0xb scheduling while atomic: korgac/0x00000001/1173 [] schedule+0x532/0x540 [] unmap_page_range+0x53/0x80 [] unmap_vmas+0x1b6/0x1d0 [] exit_mmap+0x7d/0x160 [] mmput+0x37/0xa0 [] do_exit+0x167/0x3d0 [] die+0x18b/0x190 [] printk+0x17/0x20 [] do_page_fault+0x244/0x5de [] xfs_ichgtime+0x119/0x11b [] igrab+0x4a/0x50 [] xfs_create+0x573/0x760 [] do_page_fault+0x0/0x5de [] error_code+0x2b/0x30 [] d_instantiate+0x3a/0x70 [] linvfs_mknod+0x1b8/0x410 [] xfs_dir2_lookup+0x12a/0x160 [] in_group_p+0x42/0x80 [] xfs_iaccess+0xca/0x1e0 [] xfs_access+0x4f/0x60 [] xfs_dir_lookup_int+0x4c/0x130 [] permission+0x52/0x60 [] vfs_create+0x87/0xd0 [] open_namei+0x5b6/0x610 [] filp_open+0x3e/0x70 [] get_unused_fd+0x39/0xe0 [] sys_open+0x49/0x90 [] syscall_call+0x7/0xb Unable to handle kernel NULL pointer dereference at virtual address 00000024 printing eip: c016d5ce *pde = 00000000 Oops: 0000 [#4] PREEMPT CPU: 0 EIP: 0060:[] Not tainted VLI EFLAGS: 00010202 (2.6.10) EIP is at __mark_inode_dirty+0x1e/0x1c0 eax: 00000000 ebx: 00000001 ecx: 00000001 edx: c041fd20 esi: df959ce4 edi: 0000799b ebp: da68433c esp: c158dde0 ds: 007b es: 007b ss: 0068 Process xfslogd/0 (pid: 11, threadinfo=c158c000 task=c153a580) Stack: 00000036 0000799b 00000036 df959ce4 dfcb9814 0000799b 00000036 c026b8c5 dfcb9814 00000000 d816b030 df959ce4 0000799b 00000036 c025591e da68433c 00000001 00000000 c026b4be d816b030 00000000 0000799b 00000036 00000000 Call Trace: [] xfs_trans_update_ail+0x55/0xf0 [] xfs_iunpin+0x5e/0x70 [] xfs_trans_chunk_committed+0x17e/0x210 [] xfs_trans_committed+0x4a/0x120 [] xlog_state_do_callback+0x243/0x300 [] xlog_state_done_syncing+0x73/0xb0 [] xlog_iodone+0x55/0xe0 [] pagebuf_iodone_work+0x4d/0x50 [] worker_thread+0x1d9/0x2a0 [] pagebuf_iodone_work+0x0/0x50 [] default_wake_function+0x0/0x20 [] default_wake_function+0x0/0x20 [] worker_thread+0x0/0x2a0 [] kthread+0xaa/0xb0 [] kthread+0x0/0xb0 [] kernel_thread_helper+0x5/0x18 Code: 2a 12 00 59 e9 f2 f6 ff ff 90 90 90 90 55 57 56 53 83 ec 28 8b 6c 24 3c 8b 5c 24 40 8b 85 8c 00 00 00 f6 c3 03 89 44 24 24 74 0e <8b> 40 24 8b 70 0c 85 f6 0f 85 84 01 00 00 8b 85 04 01 00 00 21 <1>Unable to handle kernel NULL pointer dereference at virtual address 00000000 printing eip: c0162612 *pde = 00000000 Oops: 0000 [#5] PREEMPT CPU: 0 EIP: 0060:[] Not tainted VLI EFLAGS: 00010206 (2.6.10) EIP is at __d_find_alias+0x22/0xb0 eax: da684204 ebx: d9158000 ecx: 00000000 edx: 00000000 esi: 00004000 edi: da684214 ebp: 00000000 esp: d9159dd8 ds: 007b es: 007b ss: 0068 Process kdeinit (pid: 1159, threadinfo=d9158000 task=dcca6580) Stack: d9158000 da684204 dcc480dc 00000000 c0163240 da684204 00000001 dcc480dc dcc480dc d9d9ab44 d9159eb4 c027f32c da684204 dcc480dc d9159e20 00000000 00000000 00000000 da6841e8 fffffff4 c01585c1 d9d9ab44 dcc480dc d9159f18 Call Trace: [] d_splice_alias+0x40/0xf0 [] linvfs_lookup+0x8c/0x90 [] real_lookup+0xc1/0xf0 [] do_lookup+0x96/0xb0 [] link_path_walk+0x6c4/0xd60 [] dput+0x33/0x220 [] path_lookup+0x7c/0x140 [] __user_walk+0x33/0x60 [] vfs_lstat+0x1c/0x60 [] sys_lstat64+0x1b/0x40 [] syscall_call+0x7/0xb Code: 89 c8 c3 8d b6 00 00 00 00 55 31 ed 57 56 53 8b 44 24 14 8b 50 10 8d 78 10 39 fa 74 56 0f b7 70 20 81 e6 00 f0 00 00 89 f6 89 d1 <8b> 12 0f 18 02 90 81 fe 00 40 00 00 8d 59 cc 74 6d 8b 43 04 a8 <6>note: kdeinit[1159] exited with preempt_count 1 scheduling while atomic: kdeinit/0x00000001/1159 [] schedule+0x532/0x540 [] unmap_page_range+0x53/0x80 [] unmap_vmas+0x1b6/0x1d0 [] exit_mmap+0x7d/0x160 [] mmput+0x37/0xa0 [] do_exit+0x167/0x3d0 [] die+0x18b/0x190 [] printk+0x17/0x20 [] do_page_fault+0x244/0x5de [] xfs_iget_core+0x362/0x5e0 [] xfs_iget+0x130/0x170 [] do_page_fault+0x0/0x5de [] error_code+0x2b/0x30 [] __d_find_alias+0x22/0xb0 [] d_splice_alias+0x40/0xf0 [] linvfs_lookup+0x8c/0x90 [] real_lookup+0xc1/0xf0 [] do_lookup+0x96/0xb0 [] link_path_walk+0x6c4/0xd60 [] dput+0x33/0x220 [] path_lookup+0x7c/0x140 [] __user_walk+0x33/0x60 [] vfs_lstat+0x1c/0x60 [] sys_lstat64+0x1b/0x40 [] syscall_call+0x7/0xb --Multipart=_Wed__5_Jan_2005_16_45_15_-0800_.7J5JgFRuTeu=U.M Content-Type: APPLICATION/OCTET-STREAM; name="config-2.6.10" Content-Disposition: attachment; filename="config-2.6.10" Content-Transfer-Encoding: base64 Iw0KIyBBdXRvbWF0aWNhbGx5IGdlbmVyYXRlZCBtYWtlIGNvbmZpZzogZG9u J3QgZWRpdA0KIyBMaW51eCBrZXJuZWwgdmVyc2lvbjogMi42LjEwDQojIFR1 ZSBKYW4gIDQgMDc6MTI6MTEgMjAwNQ0KIw0KQ09ORklHX1g4Nj15DQpDT05G SUdfTU1VPXkNCkNPTkZJR19VSUQxNj15DQpDT05GSUdfR0VORVJJQ19JU0Ff RE1BPXkNCkNPTkZJR19HRU5FUklDX0lPTUFQPXkNCg0KIw0KIyBDb2RlIG1h dHVyaXR5IGxldmVsIG9wdGlvbnMNCiMNCkNPTkZJR19FWFBFUklNRU5UQUw9 eQ0KIyBDT05GSUdfQ0xFQU5fQ09NUElMRSBpcyBub3Qgc2V0DQpDT05GSUdf QlJPS0VOPXkNCkNPTkZJR19CUk9LRU5fT05fU01QPXkNCg0KIw0KIyBHZW5l cmFsIHNldHVwDQojDQpDT05GSUdfTE9DQUxWRVJTSU9OPSIiDQpDT05GSUdf U1dBUD15DQpDT05GSUdfU1lTVklQQz15DQojIENPTkZJR19QT1NJWF9NUVVF VUUgaXMgbm90IHNldA0KQ09ORklHX0JTRF9QUk9DRVNTX0FDQ1Q9eQ0KIyBD T05GSUdfQlNEX1BST0NFU1NfQUNDVF9WMyBpcyBub3Qgc2V0DQpDT05GSUdf U1lTQ1RMPXkNCiMgQ09ORklHX0FVRElUIGlzIG5vdCBzZXQNCkNPTkZJR19M T0dfQlVGX1NISUZUPTE0DQojIENPTkZJR19IT1RQTFVHIGlzIG5vdCBzZXQN CiMgQ09ORklHX0tPQkpFQ1RfVUVWRU5UIGlzIG5vdCBzZXQNCiMgQ09ORklH X0lLQ09ORklHIGlzIG5vdCBzZXQNCiMgQ09ORklHX0VNQkVEREVEIGlzIG5v dCBzZXQNCkNPTkZJR19LQUxMU1lNUz15DQojIENPTkZJR19LQUxMU1lNU19F WFRSQV9QQVNTIGlzIG5vdCBzZXQNCkNPTkZJR19GVVRFWD15DQpDT05GSUdf RVBPTEw9eQ0KIyBDT05GSUdfQ0NfT1BUSU1JWkVfRk9SX1NJWkUgaXMgbm90 IHNldA0KQ09ORklHX1NITUVNPXkNCkNPTkZJR19DQ19BTElHTl9GVU5DVElP TlM9MA0KQ09ORklHX0NDX0FMSUdOX0xBQkVMUz0wDQpDT05GSUdfQ0NfQUxJ R05fTE9PUFM9MA0KQ09ORklHX0NDX0FMSUdOX0pVTVBTPTANCiMgQ09ORklH X1RJTllfU0hNRU0gaXMgbm90IHNldA0KDQojDQojIExvYWRhYmxlIG1vZHVs ZSBzdXBwb3J0DQojDQojIENPTkZJR19NT0RVTEVTIGlzIG5vdCBzZXQNCg0K Iw0KIyBQcm9jZXNzb3IgdHlwZSBhbmQgZmVhdHVyZXMNCiMNCkNPTkZJR19Y ODZfUEM9eQ0KIyBDT05GSUdfWDg2X0VMQU4gaXMgbm90IHNldA0KIyBDT05G SUdfWDg2X1ZPWUFHRVIgaXMgbm90IHNldA0KIyBDT05GSUdfWDg2X05VTUFR IGlzIG5vdCBzZXQNCiMgQ09ORklHX1g4Nl9TVU1NSVQgaXMgbm90IHNldA0K IyBDT05GSUdfWDg2X0JJR1NNUCBpcyBub3Qgc2V0DQojIENPTkZJR19YODZf VklTV1MgaXMgbm90IHNldA0KIyBDT05GSUdfWDg2X0dFTkVSSUNBUkNIIGlz IG5vdCBzZXQNCiMgQ09ORklHX1g4Nl9FUzcwMDAgaXMgbm90IHNldA0KIyBD T05GSUdfTTM4NiBpcyBub3Qgc2V0DQojIENPTkZJR19NNDg2IGlzIG5vdCBz ZXQNCiMgQ09ORklHX001ODYgaXMgbm90IHNldA0KIyBDT05GSUdfTTU4NlRT QyBpcyBub3Qgc2V0DQojIENPTkZJR19NNTg2TU1YIGlzIG5vdCBzZXQNCiMg Q09ORklHX002ODYgaXMgbm90IHNldA0KIyBDT05GSUdfTVBFTlRJVU1JSSBp cyBub3Qgc2V0DQojIENPTkZJR19NUEVOVElVTUlJSSBpcyBub3Qgc2V0DQoj IENPTkZJR19NUEVOVElVTU0gaXMgbm90IHNldA0KQ09ORklHX01QRU5USVVN ND15DQojIENPTkZJR19NSzYgaXMgbm90IHNldA0KIyBDT05GSUdfTUs3IGlz IG5vdCBzZXQNCiMgQ09ORklHX01LOCBpcyBub3Qgc2V0DQojIENPTkZJR19N Q1JVU09FIGlzIG5vdCBzZXQNCiMgQ09ORklHX01FRkZJQ0VPTiBpcyBub3Qg c2V0DQojIENPTkZJR19NV0lOQ0hJUEM2IGlzIG5vdCBzZXQNCiMgQ09ORklH X01XSU5DSElQMiBpcyBub3Qgc2V0DQojIENPTkZJR19NV0lOQ0hJUDNEIGlz IG5vdCBzZXQNCiMgQ09ORklHX01DWVJJWElJSSBpcyBub3Qgc2V0DQojIENP TkZJR19NVklBQzNfMiBpcyBub3Qgc2V0DQojIENPTkZJR19YODZfR0VORVJJ QyBpcyBub3Qgc2V0DQpDT05GSUdfWDg2X0NNUFhDSEc9eQ0KQ09ORklHX1g4 Nl9YQUREPXkNCkNPTkZJR19YODZfTDFfQ0FDSEVfU0hJRlQ9Nw0KQ09ORklH X1JXU0VNX1hDSEdBRERfQUxHT1JJVEhNPXkNCkNPTkZJR19YODZfV1BfV09S S1NfT0s9eQ0KQ09ORklHX1g4Nl9JTlZMUEc9eQ0KQ09ORklHX1g4Nl9CU1dB UD15DQpDT05GSUdfWDg2X1BPUEFEX09LPXkNCkNPTkZJR19YODZfR09PRF9B UElDPXkNCkNPTkZJR19YODZfSU5URUxfVVNFUkNPUFk9eQ0KQ09ORklHX1g4 Nl9VU0VfUFBST19DSEVDS1NVTT15DQojIENPTkZJR19IUEVUX1RJTUVSIGlz IG5vdCBzZXQNCiMgQ09ORklHX1NNUCBpcyBub3Qgc2V0DQojIENPTkZJR19Q UkVFTVBUIGlzIG5vdCBzZXQNCiMgQ09ORklHX1g4Nl9VUF9BUElDIGlzIG5v dCBzZXQNCkNPTkZJR19YODZfVFNDPXkNCiMgQ09ORklHX1g4Nl9NQ0UgaXMg bm90IHNldA0KIyBDT05GSUdfVE9TSElCQSBpcyBub3Qgc2V0DQojIENPTkZJ R19JOEsgaXMgbm90IHNldA0KIyBDT05GSUdfTUlDUk9DT0RFIGlzIG5vdCBz ZXQNCiMgQ09ORklHX1g4Nl9NU1IgaXMgbm90IHNldA0KIyBDT05GSUdfWDg2 X0NQVUlEIGlzIG5vdCBzZXQNCg0KIw0KIyBGaXJtd2FyZSBEcml2ZXJzDQoj DQpDT05GSUdfRUREPXkNCkNPTkZJR19OT0hJR0hNRU09eQ0KIyBDT05GSUdf SElHSE1FTTRHIGlzIG5vdCBzZXQNCiMgQ09ORklHX0hJR0hNRU02NEcgaXMg bm90IHNldA0KIyBDT05GSUdfTUFUSF9FTVVMQVRJT04gaXMgbm90IHNldA0K Q09ORklHX01UUlI9eQ0KIyBDT05GSUdfRUZJIGlzIG5vdCBzZXQNCiMgQ09O RklHX1JFR1BBUk0gaXMgbm90IHNldA0KDQojDQojIFBvd2VyIG1hbmFnZW1l bnQgb3B0aW9ucyAoQUNQSSwgQVBNKQ0KIw0KQ09ORklHX1BNPXkNCiMgQ09O RklHX1BNX0RFQlVHIGlzIG5vdCBzZXQNCiMgQ09ORklHX1NPRlRXQVJFX1NV U1BFTkQgaXMgbm90IHNldA0KDQojDQojIEFDUEkgKEFkdmFuY2VkIENvbmZp Z3VyYXRpb24gYW5kIFBvd2VyIEludGVyZmFjZSkgU3VwcG9ydA0KIw0KQ09O RklHX0FDUEk9eQ0KQ09ORklHX0FDUElfQk9PVD15DQpDT05GSUdfQUNQSV9J TlRFUlBSRVRFUj15DQojIENPTkZJR19BQ1BJX1NMRUVQIGlzIG5vdCBzZXQN CiMgQ09ORklHX0FDUElfQUMgaXMgbm90IHNldA0KIyBDT05GSUdfQUNQSV9C QVRURVJZIGlzIG5vdCBzZXQNCiMgQ09ORklHX0FDUElfQlVUVE9OIGlzIG5v dCBzZXQNCiMgQ09ORklHX0FDUElfVklERU8gaXMgbm90IHNldA0KIyBDT05G SUdfQUNQSV9GQU4gaXMgbm90IHNldA0KIyBDT05GSUdfQUNQSV9QUk9DRVNT T1IgaXMgbm90IHNldA0KIyBDT05GSUdfQUNQSV9BU1VTIGlzIG5vdCBzZXQN CiMgQ09ORklHX0FDUElfSUJNIGlzIG5vdCBzZXQNCiMgQ09ORklHX0FDUElf VE9TSElCQSBpcyBub3Qgc2V0DQojIENPTkZJR19BQ1BJX0NVU1RPTV9EU0RU IGlzIG5vdCBzZXQNCkNPTkZJR19BQ1BJX0JMQUNLTElTVF9ZRUFSPTANCiMg Q09ORklHX0FDUElfREVCVUcgaXMgbm90IHNldA0KQ09ORklHX0FDUElfQlVT PXkNCkNPTkZJR19BQ1BJX0VDPXkNCkNPTkZJR19BQ1BJX1BPV0VSPXkNCkNP TkZJR19BQ1BJX1BDST15DQpDT05GSUdfQUNQSV9TWVNURU09eQ0KIyBDT05G SUdfWDg2X1BNX1RJTUVSIGlzIG5vdCBzZXQNCg0KIw0KIyBBUE0gKEFkdmFu Y2VkIFBvd2VyIE1hbmFnZW1lbnQpIEJJT1MgU3VwcG9ydA0KIw0KIyBDT05G SUdfQVBNIGlzIG5vdCBzZXQNCg0KIw0KIyBDUFUgRnJlcXVlbmN5IHNjYWxp bmcNCiMNCiMgQ09ORklHX0NQVV9GUkVRIGlzIG5vdCBzZXQNCg0KIw0KIyBC dXMgb3B0aW9ucyAoUENJLCBQQ01DSUEsIEVJU0EsIE1DQSwgSVNBKQ0KIw0K Q09ORklHX1BDST15DQojIENPTkZJR19QQ0lfR09CSU9TIGlzIG5vdCBzZXQN CiMgQ09ORklHX1BDSV9HT01NQ09ORklHIGlzIG5vdCBzZXQNCiMgQ09ORklH X1BDSV9HT0RJUkVDVCBpcyBub3Qgc2V0DQpDT05GSUdfUENJX0dPQU5ZPXkN CkNPTkZJR19QQ0lfQklPUz15DQpDT05GSUdfUENJX0RJUkVDVD15DQpDT05G SUdfUENJX01NQ09ORklHPXkNCkNPTkZJR19QQ0lfTEVHQUNZX1BST0M9eQ0K Q09ORklHX1BDSV9OQU1FUz15DQojIENPTkZJR19JU0EgaXMgbm90IHNldA0K IyBDT05GSUdfTUNBIGlzIG5vdCBzZXQNCiMgQ09ORklHX1NDeDIwMCBpcyBu b3Qgc2V0DQoNCiMNCiMgRXhlY3V0YWJsZSBmaWxlIGZvcm1hdHMNCiMNCkNP TkZJR19CSU5GTVRfRUxGPXkNCkNPTkZJR19CSU5GTVRfQU9VVD15DQpDT05G SUdfQklORk1UX01JU0M9eQ0KDQojDQojIERldmljZSBEcml2ZXJzDQojDQoN CiMNCiMgR2VuZXJpYyBEcml2ZXIgT3B0aW9ucw0KIw0KIyBDT05GSUdfU1RB TkRBTE9ORSBpcyBub3Qgc2V0DQojIENPTkZJR19QUkVWRU5UX0ZJUk1XQVJF X0JVSUxEIGlzIG5vdCBzZXQNCg0KIw0KIyBNZW1vcnkgVGVjaG5vbG9neSBE ZXZpY2VzIChNVEQpDQojDQojIENPTkZJR19NVEQgaXMgbm90IHNldA0KDQoj DQojIFBhcmFsbGVsIHBvcnQgc3VwcG9ydA0KIw0KIyBDT05GSUdfUEFSUE9S VCBpcyBub3Qgc2V0DQoNCiMNCiMgUGx1ZyBhbmQgUGxheSBzdXBwb3J0DQoj DQojIENPTkZJR19QTlAgaXMgbm90IHNldA0KDQojDQojIEJsb2NrIGRldmlj ZXMNCiMNCkNPTkZJR19CTEtfREVWX0ZEPXkNCiMgQ09ORklHX0JMS19DUFFf REEgaXMgbm90IHNldA0KIyBDT05GSUdfQkxLX0NQUV9DSVNTX0RBIGlzIG5v dCBzZXQNCiMgQ09ORklHX0JMS19ERVZfREFDOTYwIGlzIG5vdCBzZXQNCiMg Q09ORklHX0JMS19ERVZfVU1FTSBpcyBub3Qgc2V0DQpDT05GSUdfQkxLX0RF Vl9MT09QPXkNCiMgQ09ORklHX0JMS19ERVZfQ1JZUFRPTE9PUCBpcyBub3Qg c2V0DQpDT05GSUdfQkxLX0RFVl9OQkQ9eQ0KIyBDT05GSUdfQkxLX0RFVl9T WDggaXMgbm90IHNldA0KIyBDT05GSUdfQkxLX0RFVl9SQU0gaXMgbm90IHNl dA0KQ09ORklHX0JMS19ERVZfUkFNX0NPVU5UPTE2DQpDT05GSUdfSU5JVFJB TUZTX1NPVVJDRT0iIg0KIyBDT05GSUdfTEJEIGlzIG5vdCBzZXQNCiMgQ09O RklHX0NEUk9NX1BLVENEVkQgaXMgbm90IHNldA0KDQojDQojIElPIFNjaGVk dWxlcnMNCiMNCkNPTkZJR19JT1NDSEVEX05PT1A9eQ0KQ09ORklHX0lPU0NI RURfQVM9eQ0KQ09ORklHX0lPU0NIRURfREVBRExJTkU9eQ0KQ09ORklHX0lP U0NIRURfQ0ZRPXkNCg0KIw0KIyBBVEEvQVRBUEkvTUZNL1JMTCBzdXBwb3J0 DQojDQpDT05GSUdfSURFPXkNCkNPTkZJR19CTEtfREVWX0lERT15DQoNCiMN CiMgUGxlYXNlIHNlZSBEb2N1bWVudGF0aW9uL2lkZS50eHQgZm9yIGhlbHAv aW5mbyBvbiBJREUgZHJpdmVzDQojDQojIENPTkZJR19CTEtfREVWX0lERV9T QVRBIGlzIG5vdCBzZXQNCiMgQ09ORklHX0JMS19ERVZfSERfSURFIGlzIG5v dCBzZXQNCkNPTkZJR19CTEtfREVWX0lERURJU0s9eQ0KIyBDT05GSUdfSURF RElTS19NVUxUSV9NT0RFIGlzIG5vdCBzZXQNCkNPTkZJR19CTEtfREVWX0lE RUNEPXkNCiMgQ09ORklHX0JMS19ERVZfSURFVEFQRSBpcyBub3Qgc2V0DQoj IENPTkZJR19CTEtfREVWX0lERUZMT1BQWSBpcyBub3Qgc2V0DQojIENPTkZJ R19JREVfVEFTS19JT0NUTCBpcyBub3Qgc2V0DQoNCiMNCiMgSURFIGNoaXBz ZXQgc3VwcG9ydC9idWdmaXhlcw0KIw0KIyBDT05GSUdfSURFX0dFTkVSSUMg aXMgbm90IHNldA0KIyBDT05GSUdfQkxLX0RFVl9DTUQ2NDAgaXMgbm90IHNl dA0KQ09ORklHX0JMS19ERVZfSURFUENJPXkNCkNPTkZJR19JREVQQ0lfU0hB UkVfSVJRPXkNCiMgQ09ORklHX0JMS19ERVZfT0ZGQk9BUkQgaXMgbm90IHNl dA0KIyBDT05GSUdfQkxLX0RFVl9HRU5FUklDIGlzIG5vdCBzZXQNCiMgQ09O RklHX0JMS19ERVZfT1BUSTYyMSBpcyBub3Qgc2V0DQojIENPTkZJR19CTEtf REVWX1JaMTAwMCBpcyBub3Qgc2V0DQpDT05GSUdfQkxLX0RFVl9JREVETUFf UENJPXkNCiMgQ09ORklHX0JMS19ERVZfSURFRE1BX0ZPUkNFRCBpcyBub3Qg c2V0DQpDT05GSUdfSURFRE1BX1BDSV9BVVRPPXkNCiMgQ09ORklHX0lERURN QV9PTkxZRElTSyBpcyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVWX0FFQzYy WFggaXMgbm90IHNldA0KIyBDT05GSUdfQkxLX0RFVl9BTEkxNVgzIGlzIG5v dCBzZXQNCiMgQ09ORklHX0JMS19ERVZfQU1ENzRYWCBpcyBub3Qgc2V0DQoj IENPTkZJR19CTEtfREVWX0FUSUlYUCBpcyBub3Qgc2V0DQojIENPTkZJR19C TEtfREVWX0NNRDY0WCBpcyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVWX1RS SUZMRVggaXMgbm90IHNldA0KIyBDT05GSUdfQkxLX0RFVl9DWTgyQzY5MyBp cyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVWX0NTNTUyMCBpcyBub3Qgc2V0 DQojIENPTkZJR19CTEtfREVWX0NTNTUzMCBpcyBub3Qgc2V0DQojIENPTkZJ R19CTEtfREVWX0hQVDM0WCBpcyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVW X0hQVDM2NiBpcyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVWX1NDMTIwMCBp cyBub3Qgc2V0DQpDT05GSUdfQkxLX0RFVl9QSUlYPXkNCiMgQ09ORklHX0JM S19ERVZfTlM4NzQxNSBpcyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVWX1BE QzIwMlhYX09MRCBpcyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVWX1BEQzIw MlhYX05FVyBpcyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVWX1NWV0tTIGlz IG5vdCBzZXQNCiMgQ09ORklHX0JMS19ERVZfU0lJTUFHRSBpcyBub3Qgc2V0 DQojIENPTkZJR19CTEtfREVWX1NJUzU1MTMgaXMgbm90IHNldA0KIyBDT05G SUdfQkxLX0RFVl9TTEM5MEU2NiBpcyBub3Qgc2V0DQojIENPTkZJR19CTEtf REVWX1RSTTI5MCBpcyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVWX1ZJQTgy Q1hYWCBpcyBub3Qgc2V0DQojIENPTkZJR19JREVfQVJNIGlzIG5vdCBzZXQN CkNPTkZJR19CTEtfREVWX0lERURNQT15DQojIENPTkZJR19JREVETUFfSVZC IGlzIG5vdCBzZXQNCkNPTkZJR19JREVETUFfQVVUTz15DQojIENPTkZJR19C TEtfREVWX0hEIGlzIG5vdCBzZXQNCg0KIw0KIyBTQ1NJIGRldmljZSBzdXBw b3J0DQojDQojIENPTkZJR19TQ1NJIGlzIG5vdCBzZXQNCg0KIw0KIyBNdWx0 aS1kZXZpY2Ugc3VwcG9ydCAoUkFJRCBhbmQgTFZNKQ0KIw0KIyBDT05GSUdf TUQgaXMgbm90IHNldA0KDQojDQojIEZ1c2lvbiBNUFQgZGV2aWNlIHN1cHBv cnQNCiMNCg0KIw0KIyBJRUVFIDEzOTQgKEZpcmVXaXJlKSBzdXBwb3J0DQoj DQojIENPTkZJR19JRUVFMTM5NCBpcyBub3Qgc2V0DQoNCiMNCiMgSTJPIGRl dmljZSBzdXBwb3J0DQojDQojIENPTkZJR19JMk8gaXMgbm90IHNldA0KDQoj DQojIE5ldHdvcmtpbmcgc3VwcG9ydA0KIw0KQ09ORklHX05FVD15DQoNCiMN CiMgTmV0d29ya2luZyBvcHRpb25zDQojDQpDT05GSUdfUEFDS0VUPXkNCkNP TkZJR19QQUNLRVRfTU1BUD15DQpDT05GSUdfTkVUTElOS19ERVY9eQ0KQ09O RklHX1VOSVg9eQ0KIyBDT05GSUdfTkVUX0tFWSBpcyBub3Qgc2V0DQpDT05G SUdfSU5FVD15DQojIENPTkZJR19JUF9NVUxUSUNBU1QgaXMgbm90IHNldA0K IyBDT05GSUdfSVBfQURWQU5DRURfUk9VVEVSIGlzIG5vdCBzZXQNCiMgQ09O RklHX0lQX1BOUCBpcyBub3Qgc2V0DQojIENPTkZJR19ORVRfSVBJUCBpcyBu b3Qgc2V0DQojIENPTkZJR19ORVRfSVBHUkUgaXMgbm90IHNldA0KIyBDT05G SUdfQVJQRCBpcyBub3Qgc2V0DQojIENPTkZJR19TWU5fQ09PS0lFUyBpcyBu b3Qgc2V0DQojIENPTkZJR19JTkVUX0FIIGlzIG5vdCBzZXQNCiMgQ09ORklH X0lORVRfRVNQIGlzIG5vdCBzZXQNCiMgQ09ORklHX0lORVRfSVBDT01QIGlz IG5vdCBzZXQNCiMgQ09ORklHX0lORVRfVFVOTkVMIGlzIG5vdCBzZXQNCiMg Q09ORklHX0lQX1RDUERJQUcgaXMgbm90IHNldA0KIyBDT05GSUdfSVBfVENQ RElBR19JUFY2IGlzIG5vdCBzZXQNCg0KIw0KIyBJUDogVmlydHVhbCBTZXJ2 ZXIgQ29uZmlndXJhdGlvbg0KIw0KIyBDT05GSUdfSVBfVlMgaXMgbm90IHNl dA0KIyBDT05GSUdfSVBWNiBpcyBub3Qgc2V0DQpDT05GSUdfTkVURklMVEVS PXkNCiMgQ09ORklHX05FVEZJTFRFUl9ERUJVRyBpcyBub3Qgc2V0DQoNCiMN CiMgSVA6IE5ldGZpbHRlciBDb25maWd1cmF0aW9uDQojDQpDT05GSUdfSVBf TkZfQ09OTlRSQUNLPXkNCkNPTkZJR19JUF9ORl9DVF9BQ0NUPXkNCkNPTkZJ R19JUF9ORl9DT05OVFJBQ0tfTUFSSz15DQpDT05GSUdfSVBfTkZfQ1RfUFJP VE9fU0NUUD15DQpDT05GSUdfSVBfTkZfRlRQPXkNCkNPTkZJR19JUF9ORl9J UkM9eQ0KQ09ORklHX0lQX05GX1RGVFA9eQ0KQ09ORklHX0lQX05GX0FNQU5E QT15DQpDT05GSUdfSVBfTkZfUVVFVUU9eQ0KQ09ORklHX0lQX05GX0lQVEFC TEVTPXkNCkNPTkZJR19JUF9ORl9NQVRDSF9MSU1JVD15DQpDT05GSUdfSVBf TkZfTUFUQ0hfSVBSQU5HRT15DQpDT05GSUdfSVBfTkZfTUFUQ0hfTUFDPXkN CkNPTkZJR19JUF9ORl9NQVRDSF9QS1RUWVBFPXkNCkNPTkZJR19JUF9ORl9N QVRDSF9NQVJLPXkNCkNPTkZJR19JUF9ORl9NQVRDSF9NVUxUSVBPUlQ9eQ0K Q09ORklHX0lQX05GX01BVENIX1RPUz15DQpDT05GSUdfSVBfTkZfTUFUQ0hf UkVDRU5UPXkNCkNPTkZJR19JUF9ORl9NQVRDSF9FQ049eQ0KQ09ORklHX0lQ X05GX01BVENIX0RTQ1A9eQ0KQ09ORklHX0lQX05GX01BVENIX0FIX0VTUD15 DQpDT05GSUdfSVBfTkZfTUFUQ0hfTEVOR1RIPXkNCkNPTkZJR19JUF9ORl9N QVRDSF9UVEw9eQ0KQ09ORklHX0lQX05GX01BVENIX1RDUE1TUz15DQpDT05G SUdfSVBfTkZfTUFUQ0hfSEVMUEVSPXkNCkNPTkZJR19JUF9ORl9NQVRDSF9T VEFURT15DQpDT05GSUdfSVBfTkZfTUFUQ0hfQ09OTlRSQUNLPXkNCkNPTkZJ R19JUF9ORl9NQVRDSF9PV05FUj15DQpDT05GSUdfSVBfTkZfTUFUQ0hfQURE UlRZUEU9eQ0KQ09ORklHX0lQX05GX01BVENIX1JFQUxNPXkNCkNPTkZJR19J UF9ORl9NQVRDSF9TQ1RQPXkNCkNPTkZJR19JUF9ORl9NQVRDSF9DT01NRU5U PXkNCkNPTkZJR19JUF9ORl9NQVRDSF9DT05OTUFSSz15DQpDT05GSUdfSVBf TkZfTUFUQ0hfSEFTSExJTUlUPXkNCkNPTkZJR19JUF9ORl9GSUxURVI9eQ0K Q09ORklHX0lQX05GX1RBUkdFVF9SRUpFQ1Q9eQ0KQ09ORklHX0lQX05GX1RB UkdFVF9MT0c9eQ0KQ09ORklHX0lQX05GX1RBUkdFVF9VTE9HPXkNCkNPTkZJ R19JUF9ORl9UQVJHRVRfVENQTVNTPXkNCkNPTkZJR19JUF9ORl9OQVQ9eQ0K Q09ORklHX0lQX05GX05BVF9ORUVERUQ9eQ0KQ09ORklHX0lQX05GX1RBUkdF VF9NQVNRVUVSQURFPXkNCkNPTkZJR19JUF9ORl9UQVJHRVRfUkVESVJFQ1Q9 eQ0KQ09ORklHX0lQX05GX1RBUkdFVF9ORVRNQVA9eQ0KQ09ORklHX0lQX05G X1RBUkdFVF9TQU1FPXkNCkNPTkZJR19JUF9ORl9OQVRfTE9DQUw9eQ0KQ09O RklHX0lQX05GX05BVF9TTk1QX0JBU0lDPXkNCkNPTkZJR19JUF9ORl9OQVRf SVJDPXkNCkNPTkZJR19JUF9ORl9OQVRfRlRQPXkNCkNPTkZJR19JUF9ORl9O QVRfVEZUUD15DQpDT05GSUdfSVBfTkZfTkFUX0FNQU5EQT15DQpDT05GSUdf SVBfTkZfTUFOR0xFPXkNCkNPTkZJR19JUF9ORl9UQVJHRVRfVE9TPXkNCkNP TkZJR19JUF9ORl9UQVJHRVRfRUNOPXkNCkNPTkZJR19JUF9ORl9UQVJHRVRf RFNDUD15DQpDT05GSUdfSVBfTkZfVEFSR0VUX01BUks9eQ0KQ09ORklHX0lQ X05GX1RBUkdFVF9DTEFTU0lGWT15DQpDT05GSUdfSVBfTkZfVEFSR0VUX0NP Tk5NQVJLPXkNCkNPTkZJR19JUF9ORl9UQVJHRVRfQ0xVU1RFUklQPXkNCkNP TkZJR19JUF9ORl9SQVc9eQ0KQ09ORklHX0lQX05GX1RBUkdFVF9OT1RSQUNL PXkNCkNPTkZJR19JUF9ORl9BUlBUQUJMRVM9eQ0KQ09ORklHX0lQX05GX0FS UEZJTFRFUj15DQpDT05GSUdfSVBfTkZfQVJQX01BTkdMRT15DQoNCiMNCiMg U0NUUCBDb25maWd1cmF0aW9uIChFWFBFUklNRU5UQUwpDQojDQojIENPTkZJ R19JUF9TQ1RQIGlzIG5vdCBzZXQNCiMgQ09ORklHX0FUTSBpcyBub3Qgc2V0 DQojIENPTkZJR19CUklER0UgaXMgbm90IHNldA0KIyBDT05GSUdfVkxBTl84 MDIxUSBpcyBub3Qgc2V0DQojIENPTkZJR19ERUNORVQgaXMgbm90IHNldA0K IyBDT05GSUdfTExDMiBpcyBub3Qgc2V0DQojIENPTkZJR19JUFggaXMgbm90 IHNldA0KIyBDT05GSUdfQVRBTEsgaXMgbm90IHNldA0KIyBDT05GSUdfWDI1 IGlzIG5vdCBzZXQNCiMgQ09ORklHX0xBUEIgaXMgbm90IHNldA0KIyBDT05G SUdfTkVUX0RJVkVSVCBpcyBub3Qgc2V0DQojIENPTkZJR19FQ09ORVQgaXMg bm90IHNldA0KIyBDT05GSUdfV0FOX1JPVVRFUiBpcyBub3Qgc2V0DQoNCiMN CiMgUW9TIGFuZC9vciBmYWlyIHF1ZXVlaW5nDQojDQojIENPTkZJR19ORVRf U0NIRUQgaXMgbm90IHNldA0KQ09ORklHX05FVF9DTFNfUk9VVEU9eQ0KDQoj DQojIE5ldHdvcmsgdGVzdGluZw0KIw0KIyBDT05GSUdfTkVUX1BLVEdFTiBp cyBub3Qgc2V0DQojIENPTkZJR19ORVRQT0xMIGlzIG5vdCBzZXQNCiMgQ09O RklHX05FVF9QT0xMX0NPTlRST0xMRVIgaXMgbm90IHNldA0KIyBDT05GSUdf SEFNUkFESU8gaXMgbm90IHNldA0KIyBDT05GSUdfSVJEQSBpcyBub3Qgc2V0 DQojIENPTkZJR19CVCBpcyBub3Qgc2V0DQpDT05GSUdfTkVUREVWSUNFUz15 DQpDT05GSUdfRFVNTVk9eQ0KIyBDT05GSUdfQk9ORElORyBpcyBub3Qgc2V0 DQojIENPTkZJR19FUVVBTElaRVIgaXMgbm90IHNldA0KIyBDT05GSUdfVFVO IGlzIG5vdCBzZXQNCiMgQ09ORklHX0VUSEVSVEFQIGlzIG5vdCBzZXQNCg0K Iw0KIyBBUkNuZXQgZGV2aWNlcw0KIw0KQ09ORklHX0FSQ05FVD15DQpDT05G SUdfQVJDTkVUXzEyMDE9eQ0KQ09ORklHX0FSQ05FVF8xMDUxPXkNCkNPTkZJ R19BUkNORVRfUkFXPXkNCkNPTkZJR19BUkNORVRfQ09NOTB4eD15DQpDT05G SUdfQVJDTkVUX0NPTTkweHhJTz15DQpDT05GSUdfQVJDTkVUX1JJTV9JPXkN CkNPTkZJR19BUkNORVRfQ09NMjAwMjA9eQ0KQ09ORklHX0FSQ05FVF9DT00y MDAyMF9QQ0k9eQ0KDQojDQojIEV0aGVybmV0ICgxMCBvciAxMDBNYml0KQ0K Iw0KQ09ORklHX05FVF9FVEhFUk5FVD15DQpDT05GSUdfTUlJPXkNCiMgQ09O RklHX0hBUFBZTUVBTCBpcyBub3Qgc2V0DQojIENPTkZJR19TVU5HRU0gaXMg bm90IHNldA0KIyBDT05GSUdfTkVUX1ZFTkRPUl8zQ09NIGlzIG5vdCBzZXQN Cg0KIw0KIyBUdWxpcCBmYW1pbHkgbmV0d29yayBkZXZpY2Ugc3VwcG9ydA0K Iw0KIyBDT05GSUdfTkVUX1RVTElQIGlzIG5vdCBzZXQNCiMgQ09ORklHX0hQ MTAwIGlzIG5vdCBzZXQNCkNPTkZJR19ORVRfUENJPXkNCkNPTkZJR19QQ05F VDMyPXkNCiMgQ09ORklHX0FNRDgxMTFfRVRIIGlzIG5vdCBzZXQNCiMgQ09O RklHX0FEQVBURUNfU1RBUkZJUkUgaXMgbm90IHNldA0KIyBDT05GSUdfQjQ0 IGlzIG5vdCBzZXQNCiMgQ09ORklHX0ZPUkNFREVUSCBpcyBub3Qgc2V0DQoj IENPTkZJR19ER1JTIGlzIG5vdCBzZXQNCiMgQ09ORklHX0VFUFJPMTAwIGlz IG5vdCBzZXQNCiMgQ09ORklHX0UxMDAgaXMgbm90IHNldA0KIyBDT05GSUdf RkVBTE5YIGlzIG5vdCBzZXQNCiMgQ09ORklHX05BVFNFTUkgaXMgbm90IHNl dA0KIyBDT05GSUdfTkUyS19QQ0kgaXMgbm90IHNldA0KIyBDT05GSUdfODEz OUNQIGlzIG5vdCBzZXQNCiMgQ09ORklHXzgxMzlUT08gaXMgbm90IHNldA0K IyBDT05GSUdfU0lTOTAwIGlzIG5vdCBzZXQNCiMgQ09ORklHX0VQSUMxMDAg aXMgbm90IHNldA0KIyBDT05GSUdfU1VOREFOQ0UgaXMgbm90IHNldA0KIyBD T05GSUdfVExBTiBpcyBub3Qgc2V0DQojIENPTkZJR19WSUFfUkhJTkUgaXMg bm90IHNldA0KDQojDQojIEV0aGVybmV0ICgxMDAwIE1iaXQpDQojDQojIENP TkZJR19BQ0VOSUMgaXMgbm90IHNldA0KIyBDT05GSUdfREwySyBpcyBub3Qg c2V0DQojIENPTkZJR19FMTAwMCBpcyBub3Qgc2V0DQojIENPTkZJR19OUzgz ODIwIGlzIG5vdCBzZXQNCiMgQ09ORklHX0hBTUFDSEkgaXMgbm90IHNldA0K IyBDT05GSUdfWUVMTE9XRklOIGlzIG5vdCBzZXQNCiMgQ09ORklHX1I4MTY5 IGlzIG5vdCBzZXQNCiMgQ09ORklHX1NLOThMSU4gaXMgbm90IHNldA0KIyBD T05GSUdfVklBX1ZFTE9DSVRZIGlzIG5vdCBzZXQNCiMgQ09ORklHX1RJR09O MyBpcyBub3Qgc2V0DQoNCiMNCiMgRXRoZXJuZXQgKDEwMDAwIE1iaXQpDQoj DQojIENPTkZJR19JWEdCIGlzIG5vdCBzZXQNCiMgQ09ORklHX1MySU8gaXMg bm90IHNldA0KDQojDQojIFRva2VuIFJpbmcgZGV2aWNlcw0KIw0KIyBDT05G SUdfVFIgaXMgbm90IHNldA0KDQojDQojIFdpcmVsZXNzIExBTiAobm9uLWhh bXJhZGlvKQ0KIw0KIyBDT05GSUdfTkVUX1JBRElPIGlzIG5vdCBzZXQNCg0K Iw0KIyBXYW4gaW50ZXJmYWNlcw0KIw0KIyBDT05GSUdfV0FOIGlzIG5vdCBz ZXQNCiMgQ09ORklHX0ZEREkgaXMgbm90IHNldA0KIyBDT05GSUdfSElQUEkg aXMgbm90IHNldA0KIyBDT05GSUdfUFBQIGlzIG5vdCBzZXQNCiMgQ09ORklH X1NMSVAgaXMgbm90IHNldA0KIyBDT05GSUdfU0hBUEVSIGlzIG5vdCBzZXQN CiMgQ09ORklHX05FVENPTlNPTEUgaXMgbm90IHNldA0KDQojDQojIElTRE4g c3Vic3lzdGVtDQojDQojIENPTkZJR19JU0ROIGlzIG5vdCBzZXQNCg0KIw0K IyBUZWxlcGhvbnkgU3VwcG9ydA0KIw0KIyBDT05GSUdfUEhPTkUgaXMgbm90 IHNldA0KDQojDQojIElucHV0IGRldmljZSBzdXBwb3J0DQojDQpDT05GSUdf SU5QVVQ9eQ0KDQojDQojIFVzZXJsYW5kIGludGVyZmFjZXMNCiMNCkNPTkZJ R19JTlBVVF9NT1VTRURFVj15DQpDT05GSUdfSU5QVVRfTU9VU0VERVZfUFNB VVg9eQ0KQ09ORklHX0lOUFVUX01PVVNFREVWX1NDUkVFTl9YPTEwMjQNCkNP TkZJR19JTlBVVF9NT1VTRURFVl9TQ1JFRU5fWT03NjgNCiMgQ09ORklHX0lO UFVUX0pPWURFViBpcyBub3Qgc2V0DQojIENPTkZJR19JTlBVVF9UU0RFViBp cyBub3Qgc2V0DQojIENPTkZJR19JTlBVVF9FVkRFViBpcyBub3Qgc2V0DQoj IENPTkZJR19JTlBVVF9FVkJVRyBpcyBub3Qgc2V0DQoNCiMNCiMgSW5wdXQg SS9PIGRyaXZlcnMNCiMNCiMgQ09ORklHX0dBTUVQT1JUIGlzIG5vdCBzZXQN CkNPTkZJR19TT1VORF9HQU1FUE9SVD15DQpDT05GSUdfU0VSSU89eQ0KQ09O RklHX1NFUklPX0k4MDQyPXkNCiMgQ09ORklHX1NFUklPX1NFUlBPUlQgaXMg bm90IHNldA0KIyBDT05GSUdfU0VSSU9fQ1Q4MkM3MTAgaXMgbm90IHNldA0K IyBDT05GSUdfU0VSSU9fUENJUFMyIGlzIG5vdCBzZXQNCiMgQ09ORklHX1NF UklPX1JBVyBpcyBub3Qgc2V0DQoNCiMNCiMgSW5wdXQgRGV2aWNlIERyaXZl cnMNCiMNCkNPTkZJR19JTlBVVF9LRVlCT0FSRD15DQpDT05GSUdfS0VZQk9B UkRfQVRLQkQ9eQ0KIyBDT05GSUdfS0VZQk9BUkRfU1VOS0JEIGlzIG5vdCBz ZXQNCiMgQ09ORklHX0tFWUJPQVJEX0xLS0JEIGlzIG5vdCBzZXQNCiMgQ09O RklHX0tFWUJPQVJEX1hUS0JEIGlzIG5vdCBzZXQNCiMgQ09ORklHX0tFWUJP QVJEX05FV1RPTiBpcyBub3Qgc2V0DQpDT05GSUdfSU5QVVRfTU9VU0U9eQ0K Q09ORklHX01PVVNFX1BTMj15DQojIENPTkZJR19NT1VTRV9TRVJJQUwgaXMg bm90IHNldA0KIyBDT05GSUdfTU9VU0VfVlNYWFhBQSBpcyBub3Qgc2V0DQoj IENPTkZJR19JTlBVVF9KT1lTVElDSyBpcyBub3Qgc2V0DQojIENPTkZJR19J TlBVVF9UT1VDSFNDUkVFTiBpcyBub3Qgc2V0DQpDT05GSUdfSU5QVVRfTUlT Qz15DQpDT05GSUdfSU5QVVRfUENTUEtSPXkNCiMgQ09ORklHX0lOUFVUX1VJ TlBVVCBpcyBub3Qgc2V0DQoNCiMNCiMgQ2hhcmFjdGVyIGRldmljZXMNCiMN CkNPTkZJR19WVD15DQpDT05GSUdfVlRfQ09OU09MRT15DQpDT05GSUdfSFdf Q09OU09MRT15DQojIENPTkZJR19TRVJJQUxfTk9OU1RBTkRBUkQgaXMgbm90 IHNldA0KDQojDQojIFNlcmlhbCBkcml2ZXJzDQojDQojIENPTkZJR19TRVJJ QUxfODI1MCBpcyBub3Qgc2V0DQoNCiMNCiMgTm9uLTgyNTAgc2VyaWFsIHBv cnQgc3VwcG9ydA0KIw0KQ09ORklHX1VOSVg5OF9QVFlTPXkNCkNPTkZJR19M RUdBQ1lfUFRZUz15DQpDT05GSUdfTEVHQUNZX1BUWV9DT1VOVD0yNTYNCg0K Iw0KIyBJUE1JDQojDQojIENPTkZJR19JUE1JX0hBTkRMRVIgaXMgbm90IHNl dA0KDQojDQojIFdhdGNoZG9nIENhcmRzDQojDQojIENPTkZJR19XQVRDSERP RyBpcyBub3Qgc2V0DQojIENPTkZJR19IV19SQU5ET00gaXMgbm90IHNldA0K IyBDT05GSUdfTlZSQU0gaXMgbm90IHNldA0KIyBDT05GSUdfUlRDIGlzIG5v dCBzZXQNCiMgQ09ORklHX0dFTl9SVEMgaXMgbm90IHNldA0KIyBDT05GSUdf RFRMSyBpcyBub3Qgc2V0DQojIENPTkZJR19SMzk2NCBpcyBub3Qgc2V0DQoj IENPTkZJR19BUFBMSUNPTSBpcyBub3Qgc2V0DQojIENPTkZJR19TT05ZUEkg aXMgbm90IHNldA0KDQojDQojIEZ0YXBlLCB0aGUgZmxvcHB5IHRhcGUgZGV2 aWNlIGRyaXZlcg0KIw0KIyBDT05GSUdfRlRBUEUgaXMgbm90IHNldA0KQ09O RklHX0FHUD15DQojIENPTkZJR19BR1BfQUxJIGlzIG5vdCBzZXQNCiMgQ09O RklHX0FHUF9BVEkgaXMgbm90IHNldA0KIyBDT05GSUdfQUdQX0FNRCBpcyBu b3Qgc2V0DQojIENPTkZJR19BR1BfQU1ENjQgaXMgbm90IHNldA0KQ09ORklH X0FHUF9JTlRFTD15DQojIENPTkZJR19BR1BfSU5URUxfTUNIIGlzIG5vdCBz ZXQNCiMgQ09ORklHX0FHUF9OVklESUEgaXMgbm90IHNldA0KIyBDT05GSUdf QUdQX1NJUyBpcyBub3Qgc2V0DQojIENPTkZJR19BR1BfU1dPUktTIGlzIG5v dCBzZXQNCiMgQ09ORklHX0FHUF9WSUEgaXMgbm90IHNldA0KIyBDT05GSUdf QUdQX0VGRklDRU9OIGlzIG5vdCBzZXQNCiMgQ09ORklHX0RSTSBpcyBub3Qg c2V0DQojIENPTkZJR19NV0FWRSBpcyBub3Qgc2V0DQojIENPTkZJR19SQVdf RFJJVkVSIGlzIG5vdCBzZXQNCiMgQ09ORklHX0hQRVQgaXMgbm90IHNldA0K IyBDT05GSUdfSEFOR0NIRUNLX1RJTUVSIGlzIG5vdCBzZXQNCg0KIw0KIyBJ MkMgc3VwcG9ydA0KIw0KIyBDT05GSUdfSTJDIGlzIG5vdCBzZXQNCg0KIw0K IyBEYWxsYXMncyAxLXdpcmUgYnVzDQojDQojIENPTkZJR19XMSBpcyBub3Qg c2V0DQoNCiMNCiMgTWlzYyBkZXZpY2VzDQojDQojIENPTkZJR19JQk1fQVNN IGlzIG5vdCBzZXQNCg0KIw0KIyBNdWx0aW1lZGlhIGRldmljZXMNCiMNCiMg Q09ORklHX1ZJREVPX0RFViBpcyBub3Qgc2V0DQoNCiMNCiMgRGlnaXRhbCBW aWRlbyBCcm9hZGNhc3RpbmcgRGV2aWNlcw0KIw0KIyBDT05GSUdfRFZCIGlz IG5vdCBzZXQNCg0KIw0KIyBHcmFwaGljcyBzdXBwb3J0DQojDQpDT05GSUdf RkI9eQ0KIyBDT05GSUdfRkJfTU9ERV9IRUxQRVJTIGlzIG5vdCBzZXQNCiMg Q09ORklHX0ZCX1RJTEVCTElUVElORyBpcyBub3Qgc2V0DQojIENPTkZJR19G Ql9DSVJSVVMgaXMgbm90IHNldA0KIyBDT05GSUdfRkJfUE0yIGlzIG5vdCBz ZXQNCiMgQ09ORklHX0ZCX0NZQkVSMjAwMCBpcyBub3Qgc2V0DQojIENPTkZJ R19GQl9BU0lMSUFOVCBpcyBub3Qgc2V0DQojIENPTkZJR19GQl9JTVNUVCBp cyBub3Qgc2V0DQojIENPTkZJR19GQl9WR0ExNiBpcyBub3Qgc2V0DQojIENP TkZJR19GQl9WRVNBIGlzIG5vdCBzZXQNCkNPTkZJR19WSURFT19TRUxFQ1Q9 eQ0KIyBDT05GSUdfRkJfSEdBIGlzIG5vdCBzZXQNCiMgQ09ORklHX0ZCX1JJ VkEgaXMgbm90IHNldA0KIyBDT05GSUdfRkJfSTgxMCBpcyBub3Qgc2V0DQoj IENPTkZJR19GQl9JTlRFTCBpcyBub3Qgc2V0DQojIENPTkZJR19GQl9NQVRS T1ggaXMgbm90IHNldA0KIyBDT05GSUdfRkJfUkFERU9OX09MRCBpcyBub3Qg c2V0DQojIENPTkZJR19GQl9SQURFT04gaXMgbm90IHNldA0KIyBDT05GSUdf RkJfQVRZMTI4IGlzIG5vdCBzZXQNCiMgQ09ORklHX0ZCX0FUWSBpcyBub3Qg c2V0DQojIENPTkZJR19GQl9TQVZBR0UgaXMgbm90IHNldA0KIyBDT05GSUdf RkJfU0lTIGlzIG5vdCBzZXQNCiMgQ09ORklHX0ZCX05FT01BR0lDIGlzIG5v dCBzZXQNCiMgQ09ORklHX0ZCX0tZUk8gaXMgbm90IHNldA0KIyBDT05GSUdf RkJfM0RGWCBpcyBub3Qgc2V0DQojIENPTkZJR19GQl9WT09ET08xIGlzIG5v dCBzZXQNCiMgQ09ORklHX0ZCX1RSSURFTlQgaXMgbm90IHNldA0KIyBDT05G SUdfRkJfUE0zIGlzIG5vdCBzZXQNCiMgQ09ORklHX0ZCX1ZJUlRVQUwgaXMg bm90IHNldA0KDQojDQojIENvbnNvbGUgZGlzcGxheSBkcml2ZXIgc3VwcG9y dA0KIw0KQ09ORklHX1ZHQV9DT05TT0xFPXkNCkNPTkZJR19EVU1NWV9DT05T T0xFPXkNCiMgQ09ORklHX0ZSQU1FQlVGRkVSX0NPTlNPTEUgaXMgbm90IHNl dA0KDQojDQojIExvZ28gY29uZmlndXJhdGlvbg0KIw0KIyBDT05GSUdfTE9H TyBpcyBub3Qgc2V0DQoNCiMNCiMgU291bmQNCiMNCkNPTkZJR19TT1VORD15 DQoNCiMNCiMgQWR2YW5jZWQgTGludXggU291bmQgQXJjaGl0ZWN0dXJlDQoj DQojIENPTkZJR19TTkQgaXMgbm90IHNldA0KDQojDQojIE9wZW4gU291bmQg U3lzdGVtDQojDQpDT05GSUdfU09VTkRfUFJJTUU9eQ0KIyBDT05GSUdfU09V TkRfQlQ4NzggaXMgbm90IHNldA0KIyBDT05GSUdfU09VTkRfQ01QQ0kgaXMg bm90IHNldA0KIyBDT05GSUdfU09VTkRfRU1VMTBLMSBpcyBub3Qgc2V0DQoj IENPTkZJR19TT1VORF9GVVNJT04gaXMgbm90IHNldA0KIyBDT05GSUdfU09V TkRfQ1M0MjgxIGlzIG5vdCBzZXQNCiMgQ09ORklHX1NPVU5EX0VTMTM3MCBp cyBub3Qgc2V0DQpDT05GSUdfU09VTkRfRVMxMzcxPXkNCiMgQ09ORklHX1NP VU5EX0VTU1NPTE8xIGlzIG5vdCBzZXQNCiMgQ09ORklHX1NPVU5EX01BRVNU Uk8gaXMgbm90IHNldA0KIyBDT05GSUdfU09VTkRfTUFFU1RSTzMgaXMgbm90 IHNldA0KIyBDT05GSUdfU09VTkRfSUNIIGlzIG5vdCBzZXQNCiMgQ09ORklH X1NPVU5EX1NPTklDVklCRVMgaXMgbm90IHNldA0KIyBDT05GSUdfU09VTkRf VFJJREVOVCBpcyBub3Qgc2V0DQojIENPTkZJR19TT1VORF9NU05EQ0xBUyBp cyBub3Qgc2V0DQojIENPTkZJR19TT1VORF9NU05EUElOIGlzIG5vdCBzZXQN CiMgQ09ORklHX1NPVU5EX1ZJQTgyQ1hYWCBpcyBub3Qgc2V0DQojIENPTkZJ R19TT1VORF9PU1MgaXMgbm90IHNldA0KIyBDT05GSUdfU09VTkRfQUxJNTQ1 NSBpcyBub3Qgc2V0DQojIENPTkZJR19TT1VORF9GT1JURSBpcyBub3Qgc2V0 DQojIENPTkZJR19TT1VORF9STUU5NlhYIGlzIG5vdCBzZXQNCiMgQ09ORklH X1NPVU5EX0FEMTk4MCBpcyBub3Qgc2V0DQoNCiMNCiMgVVNCIHN1cHBvcnQN CiMNCiMgQ09ORklHX1VTQiBpcyBub3Qgc2V0DQpDT05GSUdfVVNCX0FSQ0hf SEFTX0hDRD15DQpDT05GSUdfVVNCX0FSQ0hfSEFTX09IQ0k9eQ0KDQojDQoj IE5PVEU6IFVTQl9TVE9SQUdFIGVuYWJsZXMgU0NTSSwgYW5kICdTQ1NJIGRp c2sgc3VwcG9ydCcgbWF5IGFsc28gYmUgbmVlZGVkOyBzZWUgVVNCX1NUT1JB R0UgSGVscCBmb3IgbW9yZSBpbmZvcm1hdGlvbg0KIw0KDQojDQojIFVTQiBH YWRnZXQgU3VwcG9ydA0KIw0KIyBDT05GSUdfVVNCX0dBREdFVCBpcyBub3Qg c2V0DQoNCiMNCiMgTU1DL1NEIENhcmQgc3VwcG9ydA0KIw0KIyBDT05GSUdf TU1DIGlzIG5vdCBzZXQNCg0KIw0KIyBGaWxlIHN5c3RlbXMNCiMNCiMgQ09O RklHX0VYVDJfRlMgaXMgbm90IHNldA0KIyBDT05GSUdfRVhUM19GUyBpcyBu b3Qgc2V0DQojIENPTkZJR19KQkQgaXMgbm90IHNldA0KIyBDT05GSUdfUkVJ U0VSRlNfRlMgaXMgbm90IHNldA0KIyBDT05GSUdfSkZTX0ZTIGlzIG5vdCBz ZXQNCkNPTkZJR19GU19QT1NJWF9BQ0w9eQ0KQ09ORklHX1hGU19GUz15DQpD T05GSUdfWEZTX1JUPXkNCkNPTkZJR19YRlNfUVVPVEE9eQ0KQ09ORklHX1hG U19TRUNVUklUWT15DQpDT05GSUdfWEZTX1BPU0lYX0FDTD15DQojIENPTkZJ R19NSU5JWF9GUyBpcyBub3Qgc2V0DQojIENPTkZJR19ST01GU19GUyBpcyBu b3Qgc2V0DQojIENPTkZJR19RVU9UQSBpcyBub3Qgc2V0DQpDT05GSUdfUVVP VEFDVEw9eQ0KQ09ORklHX0ROT1RJRlk9eQ0KIyBDT05GSUdfQVVUT0ZTX0ZT IGlzIG5vdCBzZXQNCiMgQ09ORklHX0FVVE9GUzRfRlMgaXMgbm90IHNldA0K DQojDQojIENELVJPTS9EVkQgRmlsZXN5c3RlbXMNCiMNCkNPTkZJR19JU085 NjYwX0ZTPXkNCkNPTkZJR19KT0xJRVQ9eQ0KQ09ORklHX1pJU09GUz15DQpD T05GSUdfWklTT0ZTX0ZTPXkNCkNPTkZJR19VREZfRlM9eQ0KQ09ORklHX1VE Rl9OTFM9eQ0KDQojDQojIERPUy9GQVQvTlQgRmlsZXN5c3RlbXMNCiMNCkNP TkZJR19GQVRfRlM9eQ0KQ09ORklHX01TRE9TX0ZTPXkNCkNPTkZJR19WRkFU X0ZTPXkNCkNPTkZJR19GQVRfREVGQVVMVF9DT0RFUEFHRT00MzcNCkNPTkZJ R19GQVRfREVGQVVMVF9JT0NIQVJTRVQ9Imlzbzg4NTktMSINCkNPTkZJR19O VEZTX0ZTPXkNCiMgQ09ORklHX05URlNfREVCVUcgaXMgbm90IHNldA0KIyBD T05GSUdfTlRGU19SVyBpcyBub3Qgc2V0DQoNCiMNCiMgUHNldWRvIGZpbGVz eXN0ZW1zDQojDQpDT05GSUdfUFJPQ19GUz15DQojIENPTkZJR19QUk9DX0tD T1JFIGlzIG5vdCBzZXQNCkNPTkZJR19TWVNGUz15DQojIENPTkZJR19ERVZG U19GUyBpcyBub3Qgc2V0DQojIENPTkZJR19ERVZQVFNfRlNfWEFUVFIgaXMg bm90IHNldA0KQ09ORklHX1RNUEZTPXkNCiMgQ09ORklHX1RNUEZTX1hBVFRS IGlzIG5vdCBzZXQNCiMgQ09ORklHX0hVR0VUTEJGUyBpcyBub3Qgc2V0DQoj IENPTkZJR19IVUdFVExCX1BBR0UgaXMgbm90IHNldA0KQ09ORklHX1JBTUZT PXkNCg0KIw0KIyBNaXNjZWxsYW5lb3VzIGZpbGVzeXN0ZW1zDQojDQojIENP TkZJR19BREZTX0ZTIGlzIG5vdCBzZXQNCiMgQ09ORklHX0FGRlNfRlMgaXMg bm90IHNldA0KIyBDT05GSUdfSEZTX0ZTIGlzIG5vdCBzZXQNCiMgQ09ORklH X0hGU1BMVVNfRlMgaXMgbm90IHNldA0KIyBDT05GSUdfQkVGU19GUyBpcyBu b3Qgc2V0DQojIENPTkZJR19CRlNfRlMgaXMgbm90IHNldA0KIyBDT05GSUdf RUZTX0ZTIGlzIG5vdCBzZXQNCiMgQ09ORklHX0NSQU1GUyBpcyBub3Qgc2V0 DQojIENPTkZJR19WWEZTX0ZTIGlzIG5vdCBzZXQNCiMgQ09ORklHX0hQRlNf RlMgaXMgbm90IHNldA0KIyBDT05GSUdfUU5YNEZTX0ZTIGlzIG5vdCBzZXQN CiMgQ09ORklHX1NZU1ZfRlMgaXMgbm90IHNldA0KIyBDT05GSUdfVUZTX0ZT IGlzIG5vdCBzZXQNCg0KIw0KIyBOZXR3b3JrIEZpbGUgU3lzdGVtcw0KIw0K Q09ORklHX05GU19GUz15DQpDT05GSUdfTkZTX1YzPXkNCkNPTkZJR19ORlNf VjQ9eQ0KIyBDT05GSUdfTkZTX0RJUkVDVElPIGlzIG5vdCBzZXQNCkNPTkZJ R19ORlNEPXkNCkNPTkZJR19ORlNEX1YzPXkNCkNPTkZJR19ORlNEX1Y0PXkN CkNPTkZJR19ORlNEX1RDUD15DQpDT05GSUdfTE9DS0Q9eQ0KQ09ORklHX0xP Q0tEX1Y0PXkNCkNPTkZJR19FWFBPUlRGUz15DQpDT05GSUdfU1VOUlBDPXkN CkNPTkZJR19TVU5SUENfR1NTPXkNCkNPTkZJR19SUENTRUNfR1NTX0tSQjU9 eQ0KIyBDT05GSUdfUlBDU0VDX0dTU19TUEtNMyBpcyBub3Qgc2V0DQpDT05G SUdfU01CX0ZTPXkNCkNPTkZJR19TTUJfTkxTX0RFRkFVTFQ9eQ0KQ09ORklH X1NNQl9OTFNfUkVNT1RFPSJjcDQzNyINCiMgQ09ORklHX0NJRlMgaXMgbm90 IHNldA0KIyBDT05GSUdfTkNQX0ZTIGlzIG5vdCBzZXQNCiMgQ09ORklHX0NP REFfRlMgaXMgbm90IHNldA0KIyBDT05GSUdfQUZTX0ZTIGlzIG5vdCBzZXQN Cg0KIw0KIyBQYXJ0aXRpb24gVHlwZXMNCiMNCiMgQ09ORklHX1BBUlRJVElP Tl9BRFZBTkNFRCBpcyBub3Qgc2V0DQpDT05GSUdfTVNET1NfUEFSVElUSU9O PXkNCg0KIw0KIyBOYXRpdmUgTGFuZ3VhZ2UgU3VwcG9ydA0KIw0KQ09ORklH X05MUz15DQpDT05GSUdfTkxTX0RFRkFVTFQ9ImNwNDM3Ig0KIyBDT05GSUdf TkxTX0NPREVQQUdFXzQzNyBpcyBub3Qgc2V0DQojIENPTkZJR19OTFNfQ09E RVBBR0VfNzM3IGlzIG5vdCBzZXQNCiMgQ09ORklHX05MU19DT0RFUEFHRV83 NzUgaXMgbm90IHNldA0KIyBDT05GSUdfTkxTX0NPREVQQUdFXzg1MCBpcyBu b3Qgc2V0DQojIENPTkZJR19OTFNfQ09ERVBBR0VfODUyIGlzIG5vdCBzZXQN CiMgQ09ORklHX05MU19DT0RFUEFHRV84NTUgaXMgbm90IHNldA0KIyBDT05G SUdfTkxTX0NPREVQQUdFXzg1NyBpcyBub3Qgc2V0DQojIENPTkZJR19OTFNf Q09ERVBBR0VfODYwIGlzIG5vdCBzZXQNCiMgQ09ORklHX05MU19DT0RFUEFH RV84NjEgaXMgbm90IHNldA0KIyBDT05GSUdfTkxTX0NPREVQQUdFXzg2MiBp cyBub3Qgc2V0DQojIENPTkZJR19OTFNfQ09ERVBBR0VfODYzIGlzIG5vdCBz ZXQNCiMgQ09ORklHX05MU19DT0RFUEFHRV84NjQgaXMgbm90IHNldA0KIyBD T05GSUdfTkxTX0NPREVQQUdFXzg2NSBpcyBub3Qgc2V0DQojIENPTkZJR19O TFNfQ09ERVBBR0VfODY2IGlzIG5vdCBzZXQNCiMgQ09ORklHX05MU19DT0RF UEFHRV84NjkgaXMgbm90IHNldA0KIyBDT05GSUdfTkxTX0NPREVQQUdFXzkz NiBpcyBub3Qgc2V0DQojIENPTkZJR19OTFNfQ09ERVBBR0VfOTUwIGlzIG5v dCBzZXQNCiMgQ09ORklHX05MU19DT0RFUEFHRV85MzIgaXMgbm90IHNldA0K IyBDT05GSUdfTkxTX0NPREVQQUdFXzk0OSBpcyBub3Qgc2V0DQojIENPTkZJ R19OTFNfQ09ERVBBR0VfODc0IGlzIG5vdCBzZXQNCiMgQ09ORklHX05MU19J U084ODU5XzggaXMgbm90IHNldA0KIyBDT05GSUdfTkxTX0NPREVQQUdFXzEy NTAgaXMgbm90IHNldA0KIyBDT05GSUdfTkxTX0NPREVQQUdFXzEyNTEgaXMg bm90IHNldA0KIyBDT05GSUdfTkxTX0FTQ0lJIGlzIG5vdCBzZXQNCiMgQ09O RklHX05MU19JU084ODU5XzEgaXMgbm90IHNldA0KIyBDT05GSUdfTkxTX0lT Tzg4NTlfMiBpcyBub3Qgc2V0DQojIENPTkZJR19OTFNfSVNPODg1OV8zIGlz IG5vdCBzZXQNCiMgQ09ORklHX05MU19JU084ODU5XzQgaXMgbm90IHNldA0K IyBDT05GSUdfTkxTX0lTTzg4NTlfNSBpcyBub3Qgc2V0DQojIENPTkZJR19O TFNfSVNPODg1OV82IGlzIG5vdCBzZXQNCiMgQ09ORklHX05MU19JU084ODU5 XzcgaXMgbm90IHNldA0KIyBDT05GSUdfTkxTX0lTTzg4NTlfOSBpcyBub3Qg c2V0DQojIENPTkZJR19OTFNfSVNPODg1OV8xMyBpcyBub3Qgc2V0DQojIENP TkZJR19OTFNfSVNPODg1OV8xNCBpcyBub3Qgc2V0DQojIENPTkZJR19OTFNf SVNPODg1OV8xNSBpcyBub3Qgc2V0DQojIENPTkZJR19OTFNfS09JOF9SIGlz IG5vdCBzZXQNCiMgQ09ORklHX05MU19LT0k4X1UgaXMgbm90IHNldA0KIyBD T05GSUdfTkxTX1VURjggaXMgbm90IHNldA0KDQojDQojIFByb2ZpbGluZyBz dXBwb3J0DQojDQojIENPTkZJR19QUk9GSUxJTkcgaXMgbm90IHNldA0KDQoj DQojIEtlcm5lbCBoYWNraW5nDQojDQojIENPTkZJR19ERUJVR19LRVJORUwg aXMgbm90IHNldA0KIyBDT05GSUdfRlJBTUVfUE9JTlRFUiBpcyBub3Qgc2V0 DQpDT05GSUdfRUFSTFlfUFJJTlRLPXkNCiMgQ09ORklHXzRLU1RBQ0tTIGlz IG5vdCBzZXQNCg0KIw0KIyBTZWN1cml0eSBvcHRpb25zDQojDQojIENPTkZJ R19LRVlTIGlzIG5vdCBzZXQNCiMgQ09ORklHX1NFQ1VSSVRZIGlzIG5vdCBz ZXQNCg0KIw0KIyBDcnlwdG9ncmFwaGljIG9wdGlvbnMNCiMNCkNPTkZJR19D UllQVE89eQ0KIyBDT05GSUdfQ1JZUFRPX0hNQUMgaXMgbm90IHNldA0KIyBD T05GSUdfQ1JZUFRPX05VTEwgaXMgbm90IHNldA0KIyBDT05GSUdfQ1JZUFRP X01ENCBpcyBub3Qgc2V0DQpDT05GSUdfQ1JZUFRPX01ENT15DQojIENPTkZJ R19DUllQVE9fU0hBMSBpcyBub3Qgc2V0DQojIENPTkZJR19DUllQVE9fU0hB MjU2IGlzIG5vdCBzZXQNCiMgQ09ORklHX0NSWVBUT19TSEE1MTIgaXMgbm90 IHNldA0KIyBDT05GSUdfQ1JZUFRPX1dQNTEyIGlzIG5vdCBzZXQNCkNPTkZJ R19DUllQVE9fREVTPXkNCiMgQ09ORklHX0NSWVBUT19CTE9XRklTSCBpcyBu b3Qgc2V0DQojIENPTkZJR19DUllQVE9fVFdPRklTSCBpcyBub3Qgc2V0DQoj IENPTkZJR19DUllQVE9fU0VSUEVOVCBpcyBub3Qgc2V0DQojIENPTkZJR19D UllQVE9fQUVTXzU4NiBpcyBub3Qgc2V0DQojIENPTkZJR19DUllQVE9fQ0FT VDUgaXMgbm90IHNldA0KIyBDT05GSUdfQ1JZUFRPX0NBU1Q2IGlzIG5vdCBz ZXQNCiMgQ09ORklHX0NSWVBUT19URUEgaXMgbm90IHNldA0KIyBDT05GSUdf Q1JZUFRPX0FSQzQgaXMgbm90IHNldA0KIyBDT05GSUdfQ1JZUFRPX0tIQVpB RCBpcyBub3Qgc2V0DQojIENPTkZJR19DUllQVE9fQU5VQklTIGlzIG5vdCBz ZXQNCiMgQ09ORklHX0NSWVBUT19ERUZMQVRFIGlzIG5vdCBzZXQNCiMgQ09O RklHX0NSWVBUT19NSUNIQUVMX01JQyBpcyBub3Qgc2V0DQojIENPTkZJR19D UllQVE9fQ1JDMzJDIGlzIG5vdCBzZXQNCiMgQ09ORklHX0NSWVBUT19URVNU IGlzIG5vdCBzZXQNCg0KIw0KIyBMaWJyYXJ5IHJvdXRpbmVzDQojDQojIENP TkZJR19DUkNfQ0NJVFQgaXMgbm90IHNldA0KQ09ORklHX0NSQzMyPXkNCiMg Q09ORklHX0xJQkNSQzMyQyBpcyBub3Qgc2V0DQpDT05GSUdfWkxJQl9JTkZM QVRFPXkNCkNPTkZJR19HRU5FUklDX0hBUkRJUlFTPXkNCkNPTkZJR19HRU5F UklDX0lSUV9QUk9CRT15DQpDT05GSUdfWDg2X0JJT1NfUkVCT09UPXkNCkNP TkZJR19QQz15DQo= --Multipart=_Wed__5_Jan_2005_16_45_15_-0800_.7J5JgFRuTeu=U.M Content-Type: APPLICATION/OCTET-STREAM; name="config-2.6.9" Content-Disposition: attachment; filename="config-2.6.9" Content-Transfer-Encoding: base64 Iw0KIyBBdXRvbWF0aWNhbGx5IGdlbmVyYXRlZCBtYWtlIGNvbmZpZzogZG9u J3QgZWRpdA0KIyBMaW51eCBrZXJuZWwgdmVyc2lvbjogMi42LjkNCiMgV2Vk IEphbiAgNSAxMDowMjo1MiAyMDA1DQojDQpDT05GSUdfWDg2PXkNCkNPTkZJ R19NTVU9eQ0KQ09ORklHX1VJRDE2PXkNCkNPTkZJR19HRU5FUklDX0lTQV9E TUE9eQ0KQ09ORklHX0dFTkVSSUNfSU9NQVA9eQ0KDQojDQojIENvZGUgbWF0 dXJpdHkgbGV2ZWwgb3B0aW9ucw0KIw0KQ09ORklHX0VYUEVSSU1FTlRBTD15 DQojIENPTkZJR19DTEVBTl9DT01QSUxFIGlzIG5vdCBzZXQNCkNPTkZJR19C Uk9LRU49eQ0KQ09ORklHX0JST0tFTl9PTl9TTVA9eQ0KDQojDQojIEdlbmVy YWwgc2V0dXANCiMNCkNPTkZJR19MT0NBTFZFUlNJT049IiINCkNPTkZJR19T V0FQPXkNCkNPTkZJR19TWVNWSVBDPXkNCiMgQ09ORklHX1BPU0lYX01RVUVV RSBpcyBub3Qgc2V0DQpDT05GSUdfQlNEX1BST0NFU1NfQUNDVD15DQojIENP TkZJR19CU0RfUFJPQ0VTU19BQ0NUX1YzIGlzIG5vdCBzZXQNCkNPTkZJR19T WVNDVEw9eQ0KIyBDT05GSUdfQVVESVQgaXMgbm90IHNldA0KQ09ORklHX0xP R19CVUZfU0hJRlQ9MTQNCiMgQ09ORklHX0hPVFBMVUcgaXMgbm90IHNldA0K IyBDT05GSUdfSUtDT05GSUcgaXMgbm90IHNldA0KIyBDT05GSUdfRU1CRURE RUQgaXMgbm90IHNldA0KQ09ORklHX0tBTExTWU1TPXkNCiMgQ09ORklHX0tB TExTWU1TX0VYVFJBX1BBU1MgaXMgbm90IHNldA0KQ09ORklHX0ZVVEVYPXkN CkNPTkZJR19FUE9MTD15DQpDT05GSUdfSU9TQ0hFRF9OT09QPXkNCkNPTkZJ R19JT1NDSEVEX0FTPXkNCkNPTkZJR19JT1NDSEVEX0RFQURMSU5FPXkNCkNP TkZJR19JT1NDSEVEX0NGUT15DQojIENPTkZJR19DQ19PUFRJTUlaRV9GT1Jf U0laRSBpcyBub3Qgc2V0DQpDT05GSUdfU0hNRU09eQ0KIyBDT05GSUdfVElO WV9TSE1FTSBpcyBub3Qgc2V0DQoNCiMNCiMgTG9hZGFibGUgbW9kdWxlIHN1 cHBvcnQNCiMNCiMgQ09ORklHX01PRFVMRVMgaXMgbm90IHNldA0KDQojDQoj IFByb2Nlc3NvciB0eXBlIGFuZCBmZWF0dXJlcw0KIw0KQ09ORklHX1g4Nl9Q Qz15DQojIENPTkZJR19YODZfRUxBTiBpcyBub3Qgc2V0DQojIENPTkZJR19Y ODZfVk9ZQUdFUiBpcyBub3Qgc2V0DQojIENPTkZJR19YODZfTlVNQVEgaXMg bm90IHNldA0KIyBDT05GSUdfWDg2X1NVTU1JVCBpcyBub3Qgc2V0DQojIENP TkZJR19YODZfQklHU01QIGlzIG5vdCBzZXQNCiMgQ09ORklHX1g4Nl9WSVNX UyBpcyBub3Qgc2V0DQojIENPTkZJR19YODZfR0VORVJJQ0FSQ0ggaXMgbm90 IHNldA0KIyBDT05GSUdfWDg2X0VTNzAwMCBpcyBub3Qgc2V0DQojIENPTkZJ R19NMzg2IGlzIG5vdCBzZXQNCiMgQ09ORklHX000ODYgaXMgbm90IHNldA0K IyBDT05GSUdfTTU4NiBpcyBub3Qgc2V0DQojIENPTkZJR19NNTg2VFNDIGlz IG5vdCBzZXQNCiMgQ09ORklHX001ODZNTVggaXMgbm90IHNldA0KIyBDT05G SUdfTTY4NiBpcyBub3Qgc2V0DQojIENPTkZJR19NUEVOVElVTUlJIGlzIG5v dCBzZXQNCiMgQ09ORklHX01QRU5USVVNSUlJIGlzIG5vdCBzZXQNCiMgQ09O RklHX01QRU5USVVNTSBpcyBub3Qgc2V0DQpDT05GSUdfTVBFTlRJVU00PXkN CiMgQ09ORklHX01LNiBpcyBub3Qgc2V0DQojIENPTkZJR19NSzcgaXMgbm90 IHNldA0KIyBDT05GSUdfTUs4IGlzIG5vdCBzZXQNCiMgQ09ORklHX01DUlVT T0UgaXMgbm90IHNldA0KIyBDT05GSUdfTVdJTkNISVBDNiBpcyBub3Qgc2V0 DQojIENPTkZJR19NV0lOQ0hJUDIgaXMgbm90IHNldA0KIyBDT05GSUdfTVdJ TkNISVAzRCBpcyBub3Qgc2V0DQojIENPTkZJR19NQ1lSSVhJSUkgaXMgbm90 IHNldA0KIyBDT05GSUdfTVZJQUMzXzIgaXMgbm90IHNldA0KIyBDT05GSUdf WDg2X0dFTkVSSUMgaXMgbm90IHNldA0KQ09ORklHX1g4Nl9DTVBYQ0hHPXkN CkNPTkZJR19YODZfWEFERD15DQpDT05GSUdfWDg2X0wxX0NBQ0hFX1NISUZU PTcNCkNPTkZJR19SV1NFTV9YQ0hHQUREX0FMR09SSVRITT15DQpDT05GSUdf WDg2X1dQX1dPUktTX09LPXkNCkNPTkZJR19YODZfSU5WTFBHPXkNCkNPTkZJ R19YODZfQlNXQVA9eQ0KQ09ORklHX1g4Nl9QT1BBRF9PSz15DQpDT05GSUdf WDg2X0dPT0RfQVBJQz15DQpDT05GSUdfWDg2X0lOVEVMX1VTRVJDT1BZPXkN CkNPTkZJR19YODZfVVNFX1BQUk9fQ0hFQ0tTVU09eQ0KIyBDT05GSUdfSFBF VF9USU1FUiBpcyBub3Qgc2V0DQojIENPTkZJR19TTVAgaXMgbm90IHNldA0K Q09ORklHX1BSRUVNUFQ9eQ0KQ09ORklHX1g4Nl9VUF9BUElDPXkNCkNPTkZJ R19YODZfVVBfSU9BUElDPXkNCkNPTkZJR19YODZfTE9DQUxfQVBJQz15DQpD T05GSUdfWDg2X0lPX0FQSUM9eQ0KQ09ORklHX1g4Nl9UU0M9eQ0KIyBDT05G SUdfWDg2X01DRSBpcyBub3Qgc2V0DQojIENPTkZJR19UT1NISUJBIGlzIG5v dCBzZXQNCiMgQ09ORklHX0k4SyBpcyBub3Qgc2V0DQojIENPTkZJR19NSUNS T0NPREUgaXMgbm90IHNldA0KIyBDT05GSUdfWDg2X01TUiBpcyBub3Qgc2V0 DQojIENPTkZJR19YODZfQ1BVSUQgaXMgbm90IHNldA0KDQojDQojIEZpcm13 YXJlIERyaXZlcnMNCiMNCkNPTkZJR19FREQ9eQ0KQ09ORklHX05PSElHSE1F TT15DQojIENPTkZJR19ISUdITUVNNEcgaXMgbm90IHNldA0KIyBDT05GSUdf SElHSE1FTTY0RyBpcyBub3Qgc2V0DQojIENPTkZJR19NQVRIX0VNVUxBVElP TiBpcyBub3Qgc2V0DQpDT05GSUdfTVRSUj15DQojIENPTkZJR19FRkkgaXMg bm90IHNldA0KQ09ORklHX0hBVkVfREVDX0xPQ0s9eQ0KIyBDT05GSUdfUkVH UEFSTSBpcyBub3Qgc2V0DQoNCiMNCiMgUG93ZXIgbWFuYWdlbWVudCBvcHRp b25zIChBQ1BJLCBBUE0pDQojDQpDT05GSUdfUE09eQ0KIyBDT05GSUdfUE1f REVCVUcgaXMgbm90IHNldA0KIyBDT05GSUdfU09GVFdBUkVfU1VTUEVORCBp cyBub3Qgc2V0DQoNCiMNCiMgQUNQSSAoQWR2YW5jZWQgQ29uZmlndXJhdGlv biBhbmQgUG93ZXIgSW50ZXJmYWNlKSBTdXBwb3J0DQojDQpDT05GSUdfQUNQ ST15DQpDT05GSUdfQUNQSV9CT09UPXkNCkNPTkZJR19BQ1BJX0lOVEVSUFJF VEVSPXkNCiMgQ09ORklHX0FDUElfU0xFRVAgaXMgbm90IHNldA0KIyBDT05G SUdfQUNQSV9BQyBpcyBub3Qgc2V0DQojIENPTkZJR19BQ1BJX0JBVFRFUlkg aXMgbm90IHNldA0KIyBDT05GSUdfQUNQSV9CVVRUT04gaXMgbm90IHNldA0K IyBDT05GSUdfQUNQSV9GQU4gaXMgbm90IHNldA0KIyBDT05GSUdfQUNQSV9Q Uk9DRVNTT1IgaXMgbm90IHNldA0KIyBDT05GSUdfQUNQSV9BU1VTIGlzIG5v dCBzZXQNCiMgQ09ORklHX0FDUElfVE9TSElCQSBpcyBub3Qgc2V0DQojIENP TkZJR19BQ1BJX0NVU1RPTV9EU0RUIGlzIG5vdCBzZXQNCkNPTkZJR19BQ1BJ X0JMQUNLTElTVF9ZRUFSPTANCiMgQ09ORklHX0FDUElfREVCVUcgaXMgbm90 IHNldA0KQ09ORklHX0FDUElfQlVTPXkNCkNPTkZJR19BQ1BJX0VDPXkNCkNP TkZJR19BQ1BJX1BPV0VSPXkNCkNPTkZJR19BQ1BJX1BDST15DQpDT05GSUdf QUNQSV9TWVNURU09eQ0KIyBDT05GSUdfWDg2X1BNX1RJTUVSIGlzIG5vdCBz ZXQNCg0KIw0KIyBBUE0gKEFkdmFuY2VkIFBvd2VyIE1hbmFnZW1lbnQpIEJJ T1MgU3VwcG9ydA0KIw0KIyBDT05GSUdfQVBNIGlzIG5vdCBzZXQNCg0KIw0K IyBDUFUgRnJlcXVlbmN5IHNjYWxpbmcNCiMNCiMgQ09ORklHX0NQVV9GUkVR IGlzIG5vdCBzZXQNCg0KIw0KIyBCdXMgb3B0aW9ucyAoUENJLCBQQ01DSUEs IEVJU0EsIE1DQSwgSVNBKQ0KIw0KQ09ORklHX1BDST15DQojIENPTkZJR19Q Q0lfR09CSU9TIGlzIG5vdCBzZXQNCiMgQ09ORklHX1BDSV9HT01NQ09ORklH IGlzIG5vdCBzZXQNCiMgQ09ORklHX1BDSV9HT0RJUkVDVCBpcyBub3Qgc2V0 DQpDT05GSUdfUENJX0dPQU5ZPXkNCkNPTkZJR19QQ0lfQklPUz15DQpDT05G SUdfUENJX0RJUkVDVD15DQpDT05GSUdfUENJX01NQ09ORklHPXkNCiMgQ09O RklHX1BDSV9NU0kgaXMgbm90IHNldA0KQ09ORklHX1BDSV9MRUdBQ1lfUFJP Qz15DQpDT05GSUdfUENJX05BTUVTPXkNCiMgQ09ORklHX0lTQSBpcyBub3Qg c2V0DQojIENPTkZJR19NQ0EgaXMgbm90IHNldA0KIyBDT05GSUdfU0N4MjAw IGlzIG5vdCBzZXQNCg0KIw0KIyBFeGVjdXRhYmxlIGZpbGUgZm9ybWF0cw0K Iw0KQ09ORklHX0JJTkZNVF9FTEY9eQ0KQ09ORklHX0JJTkZNVF9BT1VUPXkN CkNPTkZJR19CSU5GTVRfTUlTQz15DQoNCiMNCiMgRGV2aWNlIERyaXZlcnMN CiMNCg0KIw0KIyBHZW5lcmljIERyaXZlciBPcHRpb25zDQojDQojIENPTkZJ R19TVEFOREFMT05FIGlzIG5vdCBzZXQNCiMgQ09ORklHX1BSRVZFTlRfRklS TVdBUkVfQlVJTEQgaXMgbm90IHNldA0KDQojDQojIE1lbW9yeSBUZWNobm9s b2d5IERldmljZXMgKE1URCkNCiMNCiMgQ09ORklHX01URCBpcyBub3Qgc2V0 DQoNCiMNCiMgUGFyYWxsZWwgcG9ydCBzdXBwb3J0DQojDQojIENPTkZJR19Q QVJQT1JUIGlzIG5vdCBzZXQNCg0KIw0KIyBQbHVnIGFuZCBQbGF5IHN1cHBv cnQNCiMNCg0KIw0KIyBCbG9jayBkZXZpY2VzDQojDQpDT05GSUdfQkxLX0RF Vl9GRD15DQojIENPTkZJR19CTEtfQ1BRX0RBIGlzIG5vdCBzZXQNCiMgQ09O RklHX0JMS19DUFFfQ0lTU19EQSBpcyBub3Qgc2V0DQojIENPTkZJR19CTEtf REVWX0RBQzk2MCBpcyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVWX1VNRU0g aXMgbm90IHNldA0KQ09ORklHX0JMS19ERVZfTE9PUD15DQojIENPTkZJR19C TEtfREVWX0NSWVBUT0xPT1AgaXMgbm90IHNldA0KQ09ORklHX0JMS19ERVZf TkJEPXkNCiMgQ09ORklHX0JMS19ERVZfU1g4IGlzIG5vdCBzZXQNCiMgQ09O RklHX0JMS19ERVZfUkFNIGlzIG5vdCBzZXQNCiMgQ09ORklHX0xCRCBpcyBu b3Qgc2V0DQoNCiMNCiMgQVRBL0FUQVBJL01GTS9STEwgc3VwcG9ydA0KIw0K Q09ORklHX0lERT15DQpDT05GSUdfQkxLX0RFVl9JREU9eQ0KDQojDQojIFBs ZWFzZSBzZWUgRG9jdW1lbnRhdGlvbi9pZGUudHh0IGZvciBoZWxwL2luZm8g b24gSURFIGRyaXZlcw0KIw0KIyBDT05GSUdfQkxLX0RFVl9JREVfU0FUQSBp cyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVWX0hEX0lERSBpcyBub3Qgc2V0 DQpDT05GSUdfQkxLX0RFVl9JREVESVNLPXkNCiMgQ09ORklHX0lERURJU0tf TVVMVElfTU9ERSBpcyBub3Qgc2V0DQpDT05GSUdfQkxLX0RFVl9JREVDRD15 DQojIENPTkZJR19CTEtfREVWX0lERVRBUEUgaXMgbm90IHNldA0KIyBDT05G SUdfQkxLX0RFVl9JREVGTE9QUFkgaXMgbm90IHNldA0KIyBDT05GSUdfQkxL X0RFVl9JREVTQ1NJIGlzIG5vdCBzZXQNCiMgQ09ORklHX0lERV9UQVNLX0lP Q1RMIGlzIG5vdCBzZXQNCiMgQ09ORklHX0lERV9UQVNLRklMRV9JTyBpcyBu b3Qgc2V0DQoNCiMNCiMgSURFIGNoaXBzZXQgc3VwcG9ydC9idWdmaXhlcw0K Iw0KIyBDT05GSUdfSURFX0dFTkVSSUMgaXMgbm90IHNldA0KIyBDT05GSUdf QkxLX0RFVl9DTUQ2NDAgaXMgbm90IHNldA0KQ09ORklHX0JMS19ERVZfSURF UENJPXkNCkNPTkZJR19JREVQQ0lfU0hBUkVfSVJRPXkNCiMgQ09ORklHX0JM S19ERVZfT0ZGQk9BUkQgaXMgbm90IHNldA0KIyBDT05GSUdfQkxLX0RFVl9H RU5FUklDIGlzIG5vdCBzZXQNCiMgQ09ORklHX0JMS19ERVZfT1BUSTYyMSBp cyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVWX1JaMTAwMCBpcyBub3Qgc2V0 DQpDT05GSUdfQkxLX0RFVl9JREVETUFfUENJPXkNCiMgQ09ORklHX0JMS19E RVZfSURFRE1BX0ZPUkNFRCBpcyBub3Qgc2V0DQpDT05GSUdfSURFRE1BX1BD SV9BVVRPPXkNCiMgQ09ORklHX0lERURNQV9PTkxZRElTSyBpcyBub3Qgc2V0 DQojIENPTkZJR19CTEtfREVWX0FFQzYyWFggaXMgbm90IHNldA0KIyBDT05G SUdfQkxLX0RFVl9BTEkxNVgzIGlzIG5vdCBzZXQNCiMgQ09ORklHX0JMS19E RVZfQU1ENzRYWCBpcyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVWX0FUSUlY UCBpcyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVWX0NNRDY0WCBpcyBub3Qg c2V0DQojIENPTkZJR19CTEtfREVWX1RSSUZMRVggaXMgbm90IHNldA0KIyBD T05GSUdfQkxLX0RFVl9DWTgyQzY5MyBpcyBub3Qgc2V0DQojIENPTkZJR19C TEtfREVWX0NTNTUyMCBpcyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVWX0NT NTUzMCBpcyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVWX0hQVDM0WCBpcyBu b3Qgc2V0DQojIENPTkZJR19CTEtfREVWX0hQVDM2NiBpcyBub3Qgc2V0DQoj IENPTkZJR19CTEtfREVWX1NDMTIwMCBpcyBub3Qgc2V0DQpDT05GSUdfQkxL X0RFVl9QSUlYPXkNCiMgQ09ORklHX0JMS19ERVZfTlM4NzQxNSBpcyBub3Qg c2V0DQojIENPTkZJR19CTEtfREVWX1BEQzIwMlhYX09MRCBpcyBub3Qgc2V0 DQojIENPTkZJR19CTEtfREVWX1BEQzIwMlhYX05FVyBpcyBub3Qgc2V0DQoj IENPTkZJR19CTEtfREVWX1NWV0tTIGlzIG5vdCBzZXQNCiMgQ09ORklHX0JM S19ERVZfU0lJTUFHRSBpcyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVWX1NJ UzU1MTMgaXMgbm90IHNldA0KIyBDT05GSUdfQkxLX0RFVl9TTEM5MEU2NiBp cyBub3Qgc2V0DQojIENPTkZJR19CTEtfREVWX1RSTTI5MCBpcyBub3Qgc2V0 DQojIENPTkZJR19CTEtfREVWX1ZJQTgyQ1hYWCBpcyBub3Qgc2V0DQojIENP TkZJR19JREVfQVJNIGlzIG5vdCBzZXQNCkNPTkZJR19CTEtfREVWX0lERURN QT15DQojIENPTkZJR19JREVETUFfSVZCIGlzIG5vdCBzZXQNCkNPTkZJR19J REVETUFfQVVUTz15DQojIENPTkZJR19CTEtfREVWX0hEIGlzIG5vdCBzZXQN Cg0KIw0KIyBTQ1NJIGRldmljZSBzdXBwb3J0DQojDQpDT05GSUdfU0NTST15 DQpDT05GSUdfU0NTSV9QUk9DX0ZTPXkNCg0KIw0KIyBTQ1NJIHN1cHBvcnQg dHlwZSAoZGlzaywgdGFwZSwgQ0QtUk9NKQ0KIw0KQ09ORklHX0JMS19ERVZf U0Q9eQ0KIyBDT05GSUdfQ0hSX0RFVl9TVCBpcyBub3Qgc2V0DQojIENPTkZJ R19DSFJfREVWX09TU1QgaXMgbm90IHNldA0KIyBDT05GSUdfQkxLX0RFVl9T UiBpcyBub3Qgc2V0DQojIENPTkZJR19DSFJfREVWX1NHIGlzIG5vdCBzZXQN Cg0KIw0KIyBTb21lIFNDU0kgZGV2aWNlcyAoZS5nLiBDRCBqdWtlYm94KSBz dXBwb3J0IG11bHRpcGxlIExVTnMNCiMNCiMgQ09ORklHX1NDU0lfTVVMVElf TFVOIGlzIG5vdCBzZXQNCiMgQ09ORklHX1NDU0lfQ09OU1RBTlRTIGlzIG5v dCBzZXQNCiMgQ09ORklHX1NDU0lfTE9HR0lORyBpcyBub3Qgc2V0DQoNCiMN CiMgU0NTSSBUcmFuc3BvcnQgQXR0cmlidXRlcw0KIw0KIyBDT05GSUdfU0NT SV9TUElfQVRUUlMgaXMgbm90IHNldA0KIyBDT05GSUdfU0NTSV9GQ19BVFRS UyBpcyBub3Qgc2V0DQoNCiMNCiMgU0NTSSBsb3ctbGV2ZWwgZHJpdmVycw0K Iw0KIyBDT05GSUdfQkxLX0RFVl8zV19YWFhYX1JBSUQgaXMgbm90IHNldA0K IyBDT05GSUdfU0NTSV8zV185WFhYIGlzIG5vdCBzZXQNCiMgQ09ORklHX1ND U0lfQUNBUkQgaXMgbm90IHNldA0KIyBDT05GSUdfU0NTSV9BQUNSQUlEIGlz IG5vdCBzZXQNCiMgQ09ORklHX1NDU0lfQUlDN1hYWCBpcyBub3Qgc2V0DQoj IENPTkZJR19TQ1NJX0FJQzdYWFhfT0xEIGlzIG5vdCBzZXQNCiMgQ09ORklH X1NDU0lfQUlDNzlYWCBpcyBub3Qgc2V0DQojIENPTkZJR19TQ1NJX0RQVF9J Mk8gaXMgbm90IHNldA0KIyBDT05GSUdfU0NTSV9BRFZBTlNZUyBpcyBub3Qg c2V0DQojIENPTkZJR19NRUdBUkFJRF9ORVdHRU4gaXMgbm90IHNldA0KIyBD T05GSUdfTUVHQVJBSURfTEVHQUNZIGlzIG5vdCBzZXQNCiMgQ09ORklHX1ND U0lfU0FUQSBpcyBub3Qgc2V0DQpDT05GSUdfU0NTSV9CVVNMT0dJQz15DQpD T05GSUdfU0NTSV9PTUlUX0ZMQVNIUE9JTlQ9eQ0KIyBDT05GSUdfU0NTSV9D UFFGQ1RTIGlzIG5vdCBzZXQNCiMgQ09ORklHX1NDU0lfRE1YMzE5MUQgaXMg bm90IHNldA0KIyBDT05GSUdfU0NTSV9FQVRBIGlzIG5vdCBzZXQNCiMgQ09O RklHX1NDU0lfRUFUQV9QSU8gaXMgbm90IHNldA0KIyBDT05GSUdfU0NTSV9G VVRVUkVfRE9NQUlOIGlzIG5vdCBzZXQNCiMgQ09ORklHX1NDU0lfR0RUSCBp cyBub3Qgc2V0DQojIENPTkZJR19TQ1NJX0lQUyBpcyBub3Qgc2V0DQojIENP TkZJR19TQ1NJX0lOSVRJTyBpcyBub3Qgc2V0DQojIENPTkZJR19TQ1NJX0lO SUExMDAgaXMgbm90IHNldA0KIyBDT05GSUdfU0NTSV9TWU01M0M4WFhfMiBp cyBub3Qgc2V0DQojIENPTkZJR19TQ1NJX0lQUiBpcyBub3Qgc2V0DQojIENP TkZJR19TQ1NJX1BDSTIwMDAgaXMgbm90IHNldA0KIyBDT05GSUdfU0NTSV9Q Q0kyMjIwSSBpcyBub3Qgc2V0DQojIENPTkZJR19TQ1NJX1FMT0dJQ19JU1Ag aXMgbm90IHNldA0KIyBDT05GSUdfU0NTSV9RTE9HSUNfRkMgaXMgbm90IHNl dA0KIyBDT05GSUdfU0NTSV9RTE9HSUNfMTI4MCBpcyBub3Qgc2V0DQpDT05G SUdfU0NTSV9RTEEyWFhYPXkNCiMgQ09ORklHX1NDU0lfUUxBMjFYWCBpcyBu b3Qgc2V0DQojIENPTkZJR19TQ1NJX1FMQTIyWFggaXMgbm90IHNldA0KIyBD T05GSUdfU0NTSV9RTEEyMzAwIGlzIG5vdCBzZXQNCiMgQ09ORklHX1NDU0lf UUxBMjMyMiBpcyBub3Qgc2V0DQojIENPTkZJR19TQ1NJX1FMQTYzMTIgaXMg bm90IHNldA0KIyBDT05GSUdfU0NTSV9RTEE2MzIyIGlzIG5vdCBzZXQNCiMg Q09ORklHX1NDU0lfREMzOTV4IGlzIG5vdCBzZXQNCiMgQ09ORklHX1NDU0lf REMzOTBUIGlzIG5vdCBzZXQNCiMgQ09ORklHX1NDU0lfTlNQMzIgaXMgbm90 IHNldA0KIyBDT05GSUdfU0NTSV9ERUJVRyBpcyBub3Qgc2V0DQoNCiMNCiMg TXVsdGktZGV2aWNlIHN1cHBvcnQgKFJBSUQgYW5kIExWTSkNCiMNCiMgQ09O RklHX01EIGlzIG5vdCBzZXQNCg0KIw0KIyBGdXNpb24gTVBUIGRldmljZSBz dXBwb3J0DQojDQojIENPTkZJR19GVVNJT04gaXMgbm90IHNldA0KDQojDQoj IElFRUUgMTM5NCAoRmlyZVdpcmUpIHN1cHBvcnQNCiMNCiMgQ09ORklHX0lF RUUxMzk0IGlzIG5vdCBzZXQNCg0KIw0KIyBJMk8gZGV2aWNlIHN1cHBvcnQN CiMNCiMgQ09ORklHX0kyTyBpcyBub3Qgc2V0DQoNCiMNCiMgTmV0d29ya2lu ZyBzdXBwb3J0DQojDQpDT05GSUdfTkVUPXkNCg0KIw0KIyBOZXR3b3JraW5n IG9wdGlvbnMNCiMNCkNPTkZJR19QQUNLRVQ9eQ0KQ09ORklHX1BBQ0tFVF9N TUFQPXkNCkNPTkZJR19ORVRMSU5LX0RFVj15DQpDT05GSUdfVU5JWD15DQoj IENPTkZJR19ORVRfS0VZIGlzIG5vdCBzZXQNCkNPTkZJR19JTkVUPXkNCiMg Q09ORklHX0lQX01VTFRJQ0FTVCBpcyBub3Qgc2V0DQojIENPTkZJR19JUF9B RFZBTkNFRF9ST1VURVIgaXMgbm90IHNldA0KIyBDT05GSUdfSVBfUE5QIGlz IG5vdCBzZXQNCiMgQ09ORklHX05FVF9JUElQIGlzIG5vdCBzZXQNCiMgQ09O RklHX05FVF9JUEdSRSBpcyBub3Qgc2V0DQojIENPTkZJR19BUlBEIGlzIG5v dCBzZXQNCiMgQ09ORklHX1NZTl9DT09LSUVTIGlzIG5vdCBzZXQNCiMgQ09O RklHX0lORVRfQUggaXMgbm90IHNldA0KIyBDT05GSUdfSU5FVF9FU1AgaXMg bm90IHNldA0KIyBDT05GSUdfSU5FVF9JUENPTVAgaXMgbm90IHNldA0KIyBD T05GSUdfSU5FVF9UVU5ORUwgaXMgbm90IHNldA0KDQojDQojIElQOiBWaXJ0 dWFsIFNlcnZlciBDb25maWd1cmF0aW9uDQojDQojIENPTkZJR19JUF9WUyBp cyBub3Qgc2V0DQojIENPTkZJR19JUFY2IGlzIG5vdCBzZXQNCkNPTkZJR19O RVRGSUxURVI9eQ0KIyBDT05GSUdfTkVURklMVEVSX0RFQlVHIGlzIG5vdCBz ZXQNCg0KIw0KIyBJUDogTmV0ZmlsdGVyIENvbmZpZ3VyYXRpb24NCiMNCkNP TkZJR19JUF9ORl9DT05OVFJBQ0s9eQ0KQ09ORklHX0lQX05GX0NUX0FDQ1Q9 eQ0KQ09ORklHX0lQX05GX0NUX1BST1RPX1NDVFA9eQ0KQ09ORklHX0lQX05G X0ZUUD15DQpDT05GSUdfSVBfTkZfSVJDPXkNCkNPTkZJR19JUF9ORl9URlRQ PXkNCkNPTkZJR19JUF9ORl9BTUFOREE9eQ0KQ09ORklHX0lQX05GX1FVRVVF PXkNCkNPTkZJR19JUF9ORl9JUFRBQkxFUz15DQpDT05GSUdfSVBfTkZfTUFU Q0hfTElNSVQ9eQ0KQ09ORklHX0lQX05GX01BVENIX0lQUkFOR0U9eQ0KQ09O RklHX0lQX05GX01BVENIX01BQz15DQpDT05GSUdfSVBfTkZfTUFUQ0hfUEtU VFlQRT15DQpDT05GSUdfSVBfTkZfTUFUQ0hfTUFSSz15DQpDT05GSUdfSVBf TkZfTUFUQ0hfTVVMVElQT1JUPXkNCkNPTkZJR19JUF9ORl9NQVRDSF9UT1M9 eQ0KQ09ORklHX0lQX05GX01BVENIX1JFQ0VOVD15DQpDT05GSUdfSVBfTkZf TUFUQ0hfRUNOPXkNCkNPTkZJR19JUF9ORl9NQVRDSF9EU0NQPXkNCkNPTkZJ R19JUF9ORl9NQVRDSF9BSF9FU1A9eQ0KQ09ORklHX0lQX05GX01BVENIX0xF TkdUSD15DQpDT05GSUdfSVBfTkZfTUFUQ0hfVFRMPXkNCkNPTkZJR19JUF9O Rl9NQVRDSF9UQ1BNU1M9eQ0KQ09ORklHX0lQX05GX01BVENIX0hFTFBFUj15 DQpDT05GSUdfSVBfTkZfTUFUQ0hfU1RBVEU9eQ0KQ09ORklHX0lQX05GX01B VENIX0NPTk5UUkFDSz15DQpDT05GSUdfSVBfTkZfTUFUQ0hfT1dORVI9eQ0K Q09ORklHX0lQX05GX01BVENIX0FERFJUWVBFPXkNCkNPTkZJR19JUF9ORl9N QVRDSF9SRUFMTT15DQpDT05GSUdfSVBfTkZfTUFUQ0hfU0NUUD15DQpDT05G SUdfSVBfTkZfTUFUQ0hfQ09NTUVOVD15DQpDT05GSUdfSVBfTkZfRklMVEVS PXkNCkNPTkZJR19JUF9ORl9UQVJHRVRfUkVKRUNUPXkNCkNPTkZJR19JUF9O Rl9UQVJHRVRfTE9HPXkNCkNPTkZJR19JUF9ORl9UQVJHRVRfVUxPRz15DQpD T05GSUdfSVBfTkZfVEFSR0VUX1RDUE1TUz15DQpDT05GSUdfSVBfTkZfTkFU PXkNCkNPTkZJR19JUF9ORl9OQVRfTkVFREVEPXkNCkNPTkZJR19JUF9ORl9U QVJHRVRfTUFTUVVFUkFERT15DQpDT05GSUdfSVBfTkZfVEFSR0VUX1JFRElS RUNUPXkNCkNPTkZJR19JUF9ORl9UQVJHRVRfTkVUTUFQPXkNCkNPTkZJR19J UF9ORl9UQVJHRVRfU0FNRT15DQpDT05GSUdfSVBfTkZfTkFUX0xPQ0FMPXkN CkNPTkZJR19JUF9ORl9OQVRfU05NUF9CQVNJQz15DQpDT05GSUdfSVBfTkZf TkFUX0lSQz15DQpDT05GSUdfSVBfTkZfTkFUX0ZUUD15DQpDT05GSUdfSVBf TkZfTkFUX1RGVFA9eQ0KQ09ORklHX0lQX05GX05BVF9BTUFOREE9eQ0KQ09O RklHX0lQX05GX01BTkdMRT15DQpDT05GSUdfSVBfTkZfVEFSR0VUX1RPUz15 DQpDT05GSUdfSVBfTkZfVEFSR0VUX0VDTj15DQpDT05GSUdfSVBfTkZfVEFS R0VUX0RTQ1A9eQ0KQ09ORklHX0lQX05GX1RBUkdFVF9NQVJLPXkNCkNPTkZJ R19JUF9ORl9UQVJHRVRfQ0xBU1NJRlk9eQ0KQ09ORklHX0lQX05GX1JBVz15 DQpDT05GSUdfSVBfTkZfVEFSR0VUX05PVFJBQ0s9eQ0KQ09ORklHX0lQX05G X0FSUFRBQkxFUz15DQpDT05GSUdfSVBfTkZfQVJQRklMVEVSPXkNCkNPTkZJ R19JUF9ORl9BUlBfTUFOR0xFPXkNCg0KIw0KIyBTQ1RQIENvbmZpZ3VyYXRp b24gKEVYUEVSSU1FTlRBTCkNCiMNCiMgQ09ORklHX0lQX1NDVFAgaXMgbm90 IHNldA0KIyBDT05GSUdfQVRNIGlzIG5vdCBzZXQNCiMgQ09ORklHX0JSSURH RSBpcyBub3Qgc2V0DQojIENPTkZJR19WTEFOXzgwMjFRIGlzIG5vdCBzZXQN CiMgQ09ORklHX0RFQ05FVCBpcyBub3Qgc2V0DQojIENPTkZJR19MTEMyIGlz IG5vdCBzZXQNCiMgQ09ORklHX0lQWCBpcyBub3Qgc2V0DQojIENPTkZJR19B VEFMSyBpcyBub3Qgc2V0DQojIENPTkZJR19YMjUgaXMgbm90IHNldA0KIyBD T05GSUdfTEFQQiBpcyBub3Qgc2V0DQojIENPTkZJR19ORVRfRElWRVJUIGlz IG5vdCBzZXQNCiMgQ09ORklHX0VDT05FVCBpcyBub3Qgc2V0DQojIENPTkZJ R19XQU5fUk9VVEVSIGlzIG5vdCBzZXQNCiMgQ09ORklHX05FVF9IV19GTE9X Q09OVFJPTCBpcyBub3Qgc2V0DQoNCiMNCiMgUW9TIGFuZC9vciBmYWlyIHF1 ZXVlaW5nDQojDQojIENPTkZJR19ORVRfU0NIRUQgaXMgbm90IHNldA0KQ09O RklHX05FVF9DTFNfUk9VVEU9eQ0KDQojDQojIE5ldHdvcmsgdGVzdGluZw0K Iw0KIyBDT05GSUdfTkVUX1BLVEdFTiBpcyBub3Qgc2V0DQojIENPTkZJR19O RVRQT0xMIGlzIG5vdCBzZXQNCiMgQ09ORklHX05FVF9QT0xMX0NPTlRST0xM RVIgaXMgbm90IHNldA0KIyBDT05GSUdfSEFNUkFESU8gaXMgbm90IHNldA0K IyBDT05GSUdfSVJEQSBpcyBub3Qgc2V0DQojIENPTkZJR19CVCBpcyBub3Qg c2V0DQpDT05GSUdfTkVUREVWSUNFUz15DQpDT05GSUdfRFVNTVk9eQ0KIyBD T05GSUdfQk9ORElORyBpcyBub3Qgc2V0DQojIENPTkZJR19FUVVBTElaRVIg aXMgbm90IHNldA0KIyBDT05GSUdfVFVOIGlzIG5vdCBzZXQNCiMgQ09ORklH X0VUSEVSVEFQIGlzIG5vdCBzZXQNCg0KIw0KIyBBUkNuZXQgZGV2aWNlcw0K Iw0KQ09ORklHX0FSQ05FVD15DQpDT05GSUdfQVJDTkVUXzEyMDE9eQ0KQ09O RklHX0FSQ05FVF8xMDUxPXkNCkNPTkZJR19BUkNORVRfUkFXPXkNCkNPTkZJ R19BUkNORVRfQ09NOTB4eD15DQpDT05GSUdfQVJDTkVUX0NPTTkweHhJTz15 DQpDT05GSUdfQVJDTkVUX1JJTV9JPXkNCkNPTkZJR19BUkNORVRfQ09NMjAw MjA9eQ0KQ09ORklHX0FSQ05FVF9DT00yMDAyMF9QQ0k9eQ0KDQojDQojIEV0 aGVybmV0ICgxMCBvciAxMDBNYml0KQ0KIw0KQ09ORklHX05FVF9FVEhFUk5F VD15DQpDT05GSUdfTUlJPXkNCiMgQ09ORklHX0hBUFBZTUVBTCBpcyBub3Qg c2V0DQojIENPTkZJR19TVU5HRU0gaXMgbm90IHNldA0KIyBDT05GSUdfTkVU X1ZFTkRPUl8zQ09NIGlzIG5vdCBzZXQNCg0KIw0KIyBUdWxpcCBmYW1pbHkg bmV0d29yayBkZXZpY2Ugc3VwcG9ydA0KIw0KIyBDT05GSUdfTkVUX1RVTElQ IGlzIG5vdCBzZXQNCiMgQ09ORklHX0hQMTAwIGlzIG5vdCBzZXQNCkNPTkZJ R19ORVRfUENJPXkNCkNPTkZJR19QQ05FVDMyPXkNCiMgQ09ORklHX0FNRDgx MTFfRVRIIGlzIG5vdCBzZXQNCiMgQ09ORklHX0FEQVBURUNfU1RBUkZJUkUg aXMgbm90IHNldA0KIyBDT05GSUdfQjQ0IGlzIG5vdCBzZXQNCiMgQ09ORklH X0ZPUkNFREVUSCBpcyBub3Qgc2V0DQojIENPTkZJR19ER1JTIGlzIG5vdCBz ZXQNCiMgQ09ORklHX0VFUFJPMTAwIGlzIG5vdCBzZXQNCiMgQ09ORklHX0Ux MDAgaXMgbm90IHNldA0KIyBDT05GSUdfRkVBTE5YIGlzIG5vdCBzZXQNCiMg Q09ORklHX05BVFNFTUkgaXMgbm90IHNldA0KIyBDT05GSUdfTkUyS19QQ0kg aXMgbm90IHNldA0KIyBDT05GSUdfODEzOUNQIGlzIG5vdCBzZXQNCiMgQ09O RklHXzgxMzlUT08gaXMgbm90IHNldA0KIyBDT05GSUdfU0lTOTAwIGlzIG5v dCBzZXQNCiMgQ09ORklHX0VQSUMxMDAgaXMgbm90IHNldA0KIyBDT05GSUdf U1VOREFOQ0UgaXMgbm90IHNldA0KIyBDT05GSUdfVExBTiBpcyBub3Qgc2V0 DQojIENPTkZJR19WSUFfUkhJTkUgaXMgbm90IHNldA0KIyBDT05GSUdfVklB X1ZFTE9DSVRZIGlzIG5vdCBzZXQNCg0KIw0KIyBFdGhlcm5ldCAoMTAwMCBN Yml0KQ0KIw0KIyBDT05GSUdfQUNFTklDIGlzIG5vdCBzZXQNCiMgQ09ORklH X0RMMksgaXMgbm90IHNldA0KIyBDT05GSUdfRTEwMDAgaXMgbm90IHNldA0K IyBDT05GSUdfTlM4MzgyMCBpcyBub3Qgc2V0DQojIENPTkZJR19IQU1BQ0hJ IGlzIG5vdCBzZXQNCiMgQ09ORklHX1lFTExPV0ZJTiBpcyBub3Qgc2V0DQoj IENPTkZJR19SODE2OSBpcyBub3Qgc2V0DQojIENPTkZJR19TSzk4TElOIGlz IG5vdCBzZXQNCiMgQ09ORklHX1RJR09OMyBpcyBub3Qgc2V0DQoNCiMNCiMg RXRoZXJuZXQgKDEwMDAwIE1iaXQpDQojDQojIENPTkZJR19JWEdCIGlzIG5v dCBzZXQNCiMgQ09ORklHX1MySU8gaXMgbm90IHNldA0KDQojDQojIFRva2Vu IFJpbmcgZGV2aWNlcw0KIw0KIyBDT05GSUdfVFIgaXMgbm90IHNldA0KDQoj DQojIFdpcmVsZXNzIExBTiAobm9uLWhhbXJhZGlvKQ0KIw0KIyBDT05GSUdf TkVUX1JBRElPIGlzIG5vdCBzZXQNCg0KIw0KIyBXYW4gaW50ZXJmYWNlcw0K Iw0KIyBDT05GSUdfV0FOIGlzIG5vdCBzZXQNCiMgQ09ORklHX0ZEREkgaXMg bm90IHNldA0KIyBDT05GSUdfSElQUEkgaXMgbm90IHNldA0KIyBDT05GSUdf UFBQIGlzIG5vdCBzZXQNCiMgQ09ORklHX1NMSVAgaXMgbm90IHNldA0KIyBD T05GSUdfTkVUX0ZDIGlzIG5vdCBzZXQNCiMgQ09ORklHX1NIQVBFUiBpcyBu b3Qgc2V0DQojIENPTkZJR19ORVRDT05TT0xFIGlzIG5vdCBzZXQNCg0KIw0K IyBJU0ROIHN1YnN5c3RlbQ0KIw0KIyBDT05GSUdfSVNETiBpcyBub3Qgc2V0 DQoNCiMNCiMgVGVsZXBob255IFN1cHBvcnQNCiMNCiMgQ09ORklHX1BIT05F IGlzIG5vdCBzZXQNCg0KIw0KIyBJbnB1dCBkZXZpY2Ugc3VwcG9ydA0KIw0K Q09ORklHX0lOUFVUPXkNCg0KIw0KIyBVc2VybGFuZCBpbnRlcmZhY2VzDQoj DQpDT05GSUdfSU5QVVRfTU9VU0VERVY9eQ0KQ09ORklHX0lOUFVUX01PVVNF REVWX1BTQVVYPXkNCkNPTkZJR19JTlBVVF9NT1VTRURFVl9TQ1JFRU5fWD0x MDI0DQpDT05GSUdfSU5QVVRfTU9VU0VERVZfU0NSRUVOX1k9NzY4DQojIENP TkZJR19JTlBVVF9KT1lERVYgaXMgbm90IHNldA0KIyBDT05GSUdfSU5QVVRf VFNERVYgaXMgbm90IHNldA0KIyBDT05GSUdfSU5QVVRfRVZERVYgaXMgbm90 IHNldA0KIyBDT05GSUdfSU5QVVRfRVZCVUcgaXMgbm90IHNldA0KDQojDQoj IElucHV0IEkvTyBkcml2ZXJzDQojDQojIENPTkZJR19HQU1FUE9SVCBpcyBu b3Qgc2V0DQpDT05GSUdfU09VTkRfR0FNRVBPUlQ9eQ0KQ09ORklHX1NFUklP PXkNCkNPTkZJR19TRVJJT19JODA0Mj15DQojIENPTkZJR19TRVJJT19TRVJQ T1JUIGlzIG5vdCBzZXQNCiMgQ09ORklHX1NFUklPX0NUODJDNzEwIGlzIG5v dCBzZXQNCiMgQ09ORklHX1NFUklPX1BDSVBTMiBpcyBub3Qgc2V0DQojIENP TkZJR19TRVJJT19SQVcgaXMgbm90IHNldA0KDQojDQojIElucHV0IERldmlj ZSBEcml2ZXJzDQojDQpDT05GSUdfSU5QVVRfS0VZQk9BUkQ9eQ0KQ09ORklH X0tFWUJPQVJEX0FUS0JEPXkNCiMgQ09ORklHX0tFWUJPQVJEX1NVTktCRCBp cyBub3Qgc2V0DQojIENPTkZJR19LRVlCT0FSRF9MS0tCRCBpcyBub3Qgc2V0 DQojIENPTkZJR19LRVlCT0FSRF9YVEtCRCBpcyBub3Qgc2V0DQojIENPTkZJ R19LRVlCT0FSRF9ORVdUT04gaXMgbm90IHNldA0KQ09ORklHX0lOUFVUX01P VVNFPXkNCkNPTkZJR19NT1VTRV9QUzI9eQ0KIyBDT05GSUdfTU9VU0VfU0VS SUFMIGlzIG5vdCBzZXQNCiMgQ09ORklHX01PVVNFX1ZTWFhYQUEgaXMgbm90 IHNldA0KIyBDT05GSUdfSU5QVVRfSk9ZU1RJQ0sgaXMgbm90IHNldA0KIyBD T05GSUdfSU5QVVRfVE9VQ0hTQ1JFRU4gaXMgbm90IHNldA0KQ09ORklHX0lO UFVUX01JU0M9eQ0KQ09ORklHX0lOUFVUX1BDU1BLUj15DQojIENPTkZJR19J TlBVVF9VSU5QVVQgaXMgbm90IHNldA0KDQojDQojIENoYXJhY3RlciBkZXZp Y2VzDQojDQpDT05GSUdfVlQ9eQ0KQ09ORklHX1ZUX0NPTlNPTEU9eQ0KQ09O RklHX0hXX0NPTlNPTEU9eQ0KIyBDT05GSUdfU0VSSUFMX05PTlNUQU5EQVJE IGlzIG5vdCBzZXQNCg0KIw0KIyBTZXJpYWwgZHJpdmVycw0KIw0KIyBDT05G SUdfU0VSSUFMXzgyNTAgaXMgbm90IHNldA0KDQojDQojIE5vbi04MjUwIHNl cmlhbCBwb3J0IHN1cHBvcnQNCiMNCkNPTkZJR19VTklYOThfUFRZUz15DQpD T05GSUdfTEVHQUNZX1BUWVM9eQ0KQ09ORklHX0xFR0FDWV9QVFlfQ09VTlQ9 MjU2DQoNCiMNCiMgSVBNSQ0KIw0KIyBDT05GSUdfSVBNSV9IQU5ETEVSIGlz IG5vdCBzZXQNCg0KIw0KIyBXYXRjaGRvZyBDYXJkcw0KIw0KIyBDT05GSUdf V0FUQ0hET0cgaXMgbm90IHNldA0KIyBDT05GSUdfSFdfUkFORE9NIGlzIG5v dCBzZXQNCiMgQ09ORklHX05WUkFNIGlzIG5vdCBzZXQNCiMgQ09ORklHX1JU QyBpcyBub3Qgc2V0DQojIENPTkZJR19HRU5fUlRDIGlzIG5vdCBzZXQNCiMg Q09ORklHX0RUTEsgaXMgbm90IHNldA0KIyBDT05GSUdfUjM5NjQgaXMgbm90 IHNldA0KIyBDT05GSUdfQVBQTElDT00gaXMgbm90IHNldA0KIyBDT05GSUdf U09OWVBJIGlzIG5vdCBzZXQNCg0KIw0KIyBGdGFwZSwgdGhlIGZsb3BweSB0 YXBlIGRldmljZSBkcml2ZXINCiMNCiMgQ09ORklHX0ZUQVBFIGlzIG5vdCBz ZXQNCkNPTkZJR19BR1A9eQ0KIyBDT05GSUdfQUdQX0FMSSBpcyBub3Qgc2V0 DQojIENPTkZJR19BR1BfQVRJIGlzIG5vdCBzZXQNCiMgQ09ORklHX0FHUF9B TUQgaXMgbm90IHNldA0KIyBDT05GSUdfQUdQX0FNRDY0IGlzIG5vdCBzZXQN CkNPTkZJR19BR1BfSU5URUw9eQ0KIyBDT05GSUdfQUdQX0lOVEVMX01DSCBp cyBub3Qgc2V0DQojIENPTkZJR19BR1BfTlZJRElBIGlzIG5vdCBzZXQNCiMg Q09ORklHX0FHUF9TSVMgaXMgbm90IHNldA0KIyBDT05GSUdfQUdQX1NXT1JL UyBpcyBub3Qgc2V0DQojIENPTkZJR19BR1BfVklBIGlzIG5vdCBzZXQNCiMg Q09ORklHX0FHUF9FRkZJQ0VPTiBpcyBub3Qgc2V0DQojIENPTkZJR19EUk0g aXMgbm90IHNldA0KIyBDT05GSUdfTVdBVkUgaXMgbm90IHNldA0KIyBDT05G SUdfUkFXX0RSSVZFUiBpcyBub3Qgc2V0DQojIENPTkZJR19IUEVUIGlzIG5v dCBzZXQNCiMgQ09ORklHX0hBTkdDSEVDS19USU1FUiBpcyBub3Qgc2V0DQoN CiMNCiMgSTJDIHN1cHBvcnQNCiMNCiMgQ09ORklHX0kyQyBpcyBub3Qgc2V0 DQoNCiMNCiMgRGFsbGFzJ3MgMS13aXJlIGJ1cw0KIw0KIyBDT05GSUdfVzEg aXMgbm90IHNldA0KDQojDQojIE1pc2MgZGV2aWNlcw0KIw0KIyBDT05GSUdf SUJNX0FTTSBpcyBub3Qgc2V0DQoNCiMNCiMgTXVsdGltZWRpYSBkZXZpY2Vz DQojDQojIENPTkZJR19WSURFT19ERVYgaXMgbm90IHNldA0KDQojDQojIERp Z2l0YWwgVmlkZW8gQnJvYWRjYXN0aW5nIERldmljZXMNCiMNCiMgQ09ORklH X0RWQiBpcyBub3Qgc2V0DQoNCiMNCiMgR3JhcGhpY3Mgc3VwcG9ydA0KIw0K Q09ORklHX0ZCPXkNCiMgQ09ORklHX0ZCX01PREVfSEVMUEVSUyBpcyBub3Qg c2V0DQojIENPTkZJR19GQl9DSVJSVVMgaXMgbm90IHNldA0KIyBDT05GSUdf RkJfUE0yIGlzIG5vdCBzZXQNCiMgQ09ORklHX0ZCX0NZQkVSMjAwMCBpcyBu b3Qgc2V0DQojIENPTkZJR19GQl9BU0lMSUFOVCBpcyBub3Qgc2V0DQojIENP TkZJR19GQl9JTVNUVCBpcyBub3Qgc2V0DQojIENPTkZJR19GQl9WR0ExNiBp cyBub3Qgc2V0DQojIENPTkZJR19GQl9WRVNBIGlzIG5vdCBzZXQNCkNPTkZJ R19WSURFT19TRUxFQ1Q9eQ0KIyBDT05GSUdfRkJfSEdBIGlzIG5vdCBzZXQN CiMgQ09ORklHX0ZCX1JJVkEgaXMgbm90IHNldA0KIyBDT05GSUdfRkJfSTgx MCBpcyBub3Qgc2V0DQojIENPTkZJR19GQl9NQVRST1ggaXMgbm90IHNldA0K IyBDT05GSUdfRkJfUkFERU9OX09MRCBpcyBub3Qgc2V0DQojIENPTkZJR19G Ql9SQURFT04gaXMgbm90IHNldA0KIyBDT05GSUdfRkJfQVRZMTI4IGlzIG5v dCBzZXQNCiMgQ09ORklHX0ZCX0FUWSBpcyBub3Qgc2V0DQojIENPTkZJR19G Ql9TSVMgaXMgbm90IHNldA0KIyBDT05GSUdfRkJfTkVPTUFHSUMgaXMgbm90 IHNldA0KIyBDT05GSUdfRkJfS1lSTyBpcyBub3Qgc2V0DQojIENPTkZJR19G Ql8zREZYIGlzIG5vdCBzZXQNCiMgQ09ORklHX0ZCX1ZPT0RPTzEgaXMgbm90 IHNldA0KIyBDT05GSUdfRkJfVFJJREVOVCBpcyBub3Qgc2V0DQojIENPTkZJ R19GQl9QTTMgaXMgbm90IHNldA0KIyBDT05GSUdfRkJfVklSVFVBTCBpcyBu b3Qgc2V0DQoNCiMNCiMgQ29uc29sZSBkaXNwbGF5IGRyaXZlciBzdXBwb3J0 DQojDQpDT05GSUdfVkdBX0NPTlNPTEU9eQ0KQ09ORklHX0RVTU1ZX0NPTlNP TEU9eQ0KIyBDT05GSUdfRlJBTUVCVUZGRVJfQ09OU09MRSBpcyBub3Qgc2V0 DQoNCiMNCiMgTG9nbyBjb25maWd1cmF0aW9uDQojDQojIENPTkZJR19MT0dP IGlzIG5vdCBzZXQNCg0KIw0KIyBTb3VuZA0KIw0KQ09ORklHX1NPVU5EPXkN Cg0KIw0KIyBBZHZhbmNlZCBMaW51eCBTb3VuZCBBcmNoaXRlY3R1cmUNCiMN CiMgQ09ORklHX1NORCBpcyBub3Qgc2V0DQoNCiMNCiMgT3BlbiBTb3VuZCBT eXN0ZW0NCiMNCkNPTkZJR19TT1VORF9QUklNRT15DQojIENPTkZJR19TT1VO RF9CVDg3OCBpcyBub3Qgc2V0DQojIENPTkZJR19TT1VORF9DTVBDSSBpcyBu b3Qgc2V0DQojIENPTkZJR19TT1VORF9FTVUxMEsxIGlzIG5vdCBzZXQNCiMg Q09ORklHX1NPVU5EX0ZVU0lPTiBpcyBub3Qgc2V0DQojIENPTkZJR19TT1VO RF9DUzQyODEgaXMgbm90IHNldA0KIyBDT05GSUdfU09VTkRfRVMxMzcwIGlz IG5vdCBzZXQNCkNPTkZJR19TT1VORF9FUzEzNzE9eQ0KIyBDT05GSUdfU09V TkRfRVNTU09MTzEgaXMgbm90IHNldA0KIyBDT05GSUdfU09VTkRfTUFFU1RS TyBpcyBub3Qgc2V0DQojIENPTkZJR19TT1VORF9NQUVTVFJPMyBpcyBub3Qg c2V0DQojIENPTkZJR19TT1VORF9JQ0ggaXMgbm90IHNldA0KIyBDT05GSUdf U09VTkRfU09OSUNWSUJFUyBpcyBub3Qgc2V0DQojIENPTkZJR19TT1VORF9U UklERU5UIGlzIG5vdCBzZXQNCiMgQ09ORklHX1NPVU5EX01TTkRDTEFTIGlz IG5vdCBzZXQNCiMgQ09ORklHX1NPVU5EX01TTkRQSU4gaXMgbm90IHNldA0K IyBDT05GSUdfU09VTkRfVklBODJDWFhYIGlzIG5vdCBzZXQNCiMgQ09ORklH X1NPVU5EX09TUyBpcyBub3Qgc2V0DQojIENPTkZJR19TT1VORF9BTEk1NDU1 IGlzIG5vdCBzZXQNCiMgQ09ORklHX1NPVU5EX0ZPUlRFIGlzIG5vdCBzZXQN CiMgQ09ORklHX1NPVU5EX1JNRTk2WFggaXMgbm90IHNldA0KIyBDT05GSUdf U09VTkRfQUQxOTgwIGlzIG5vdCBzZXQNCg0KIw0KIyBVU0Igc3VwcG9ydA0K Iw0KIyBDT05GSUdfVVNCIGlzIG5vdCBzZXQNCg0KIw0KIyBVU0IgR2FkZ2V0 IFN1cHBvcnQNCiMNCiMgQ09ORklHX1VTQl9HQURHRVQgaXMgbm90IHNldA0K DQojDQojIEZpbGUgc3lzdGVtcw0KIw0KIyBDT05GSUdfRVhUMl9GUyBpcyBu b3Qgc2V0DQojIENPTkZJR19FWFQzX0ZTIGlzIG5vdCBzZXQNCiMgQ09ORklH X0pCRCBpcyBub3Qgc2V0DQojIENPTkZJR19SRUlTRVJGU19GUyBpcyBub3Qg c2V0DQojIENPTkZJR19KRlNfRlMgaXMgbm90IHNldA0KQ09ORklHX0ZTX1BP U0lYX0FDTD15DQpDT05GSUdfWEZTX0ZTPXkNCkNPTkZJR19YRlNfUlQ9eQ0K Q09ORklHX1hGU19RVU9UQT15DQpDT05GSUdfWEZTX1NFQ1VSSVRZPXkNCkNP TkZJR19YRlNfUE9TSVhfQUNMPXkNCiMgQ09ORklHX01JTklYX0ZTIGlzIG5v dCBzZXQNCiMgQ09ORklHX1JPTUZTX0ZTIGlzIG5vdCBzZXQNCiMgQ09ORklH X1FVT1RBIGlzIG5vdCBzZXQNCkNPTkZJR19RVU9UQUNUTD15DQojIENPTkZJ R19BVVRPRlNfRlMgaXMgbm90IHNldA0KIyBDT05GSUdfQVVUT0ZTNF9GUyBp cyBub3Qgc2V0DQoNCiMNCiMgQ0QtUk9NL0RWRCBGaWxlc3lzdGVtcw0KIw0K Q09ORklHX0lTTzk2NjBfRlM9eQ0KQ09ORklHX0pPTElFVD15DQpDT05GSUdf WklTT0ZTPXkNCkNPTkZJR19aSVNPRlNfRlM9eQ0KQ09ORklHX1VERl9GUz15 DQpDT05GSUdfVURGX05MUz15DQoNCiMNCiMgRE9TL0ZBVC9OVCBGaWxlc3lz dGVtcw0KIw0KQ09ORklHX0ZBVF9GUz15DQpDT05GSUdfTVNET1NfRlM9eQ0K Q09ORklHX1ZGQVRfRlM9eQ0KQ09ORklHX0ZBVF9ERUZBVUxUX0NPREVQQUdF PTQzNw0KQ09ORklHX0ZBVF9ERUZBVUxUX0lPQ0hBUlNFVD0iaXNvODg1OS0x Ig0KQ09ORklHX05URlNfRlM9eQ0KIyBDT05GSUdfTlRGU19ERUJVRyBpcyBu b3Qgc2V0DQojIENPTkZJR19OVEZTX1JXIGlzIG5vdCBzZXQNCg0KIw0KIyBQ c2V1ZG8gZmlsZXN5c3RlbXMNCiMNCkNPTkZJR19QUk9DX0ZTPXkNCkNPTkZJ R19QUk9DX0tDT1JFPXkNCkNPTkZJR19TWVNGUz15DQojIENPTkZJR19ERVZG U19GUyBpcyBub3Qgc2V0DQojIENPTkZJR19ERVZQVFNfRlNfWEFUVFIgaXMg bm90IHNldA0KQ09ORklHX1RNUEZTPXkNCiMgQ09ORklHX0hVR0VUTEJGUyBp cyBub3Qgc2V0DQojIENPTkZJR19IVUdFVExCX1BBR0UgaXMgbm90IHNldA0K Q09ORklHX1JBTUZTPXkNCg0KIw0KIyBNaXNjZWxsYW5lb3VzIGZpbGVzeXN0 ZW1zDQojDQojIENPTkZJR19BREZTX0ZTIGlzIG5vdCBzZXQNCiMgQ09ORklH X0FGRlNfRlMgaXMgbm90IHNldA0KIyBDT05GSUdfSEZTX0ZTIGlzIG5vdCBz ZXQNCiMgQ09ORklHX0hGU1BMVVNfRlMgaXMgbm90IHNldA0KIyBDT05GSUdf QkVGU19GUyBpcyBub3Qgc2V0DQojIENPTkZJR19CRlNfRlMgaXMgbm90IHNl dA0KIyBDT05GSUdfRUZTX0ZTIGlzIG5vdCBzZXQNCiMgQ09ORklHX0NSQU1G UyBpcyBub3Qgc2V0DQojIENPTkZJR19WWEZTX0ZTIGlzIG5vdCBzZXQNCiMg Q09ORklHX0hQRlNfRlMgaXMgbm90IHNldA0KIyBDT05GSUdfUU5YNEZTX0ZT IGlzIG5vdCBzZXQNCiMgQ09ORklHX1NZU1ZfRlMgaXMgbm90IHNldA0KIyBD T05GSUdfVUZTX0ZTIGlzIG5vdCBzZXQNCg0KIw0KIyBOZXR3b3JrIEZpbGUg U3lzdGVtcw0KIw0KQ09ORklHX05GU19GUz15DQpDT05GSUdfTkZTX1YzPXkN CkNPTkZJR19ORlNfVjQ9eQ0KIyBDT05GSUdfTkZTX0RJUkVDVElPIGlzIG5v dCBzZXQNCkNPTkZJR19ORlNEPXkNCkNPTkZJR19ORlNEX1YzPXkNCkNPTkZJ R19ORlNEX1Y0PXkNCkNPTkZJR19ORlNEX1RDUD15DQpDT05GSUdfTE9DS0Q9 eQ0KQ09ORklHX0xPQ0tEX1Y0PXkNCkNPTkZJR19FWFBPUlRGUz15DQpDT05G SUdfU1VOUlBDPXkNCkNPTkZJR19TVU5SUENfR1NTPXkNCkNPTkZJR19SUENT RUNfR1NTX0tSQjU9eQ0KIyBDT05GSUdfUlBDU0VDX0dTU19TUEtNMyBpcyBu b3Qgc2V0DQpDT05GSUdfU01CX0ZTPXkNCkNPTkZJR19TTUJfTkxTX0RFRkFV TFQ9eQ0KQ09ORklHX1NNQl9OTFNfUkVNT1RFPSJjcDQzNyINCiMgQ09ORklH X0NJRlMgaXMgbm90IHNldA0KIyBDT05GSUdfTkNQX0ZTIGlzIG5vdCBzZXQN CiMgQ09ORklHX0NPREFfRlMgaXMgbm90IHNldA0KIyBDT05GSUdfQUZTX0ZT IGlzIG5vdCBzZXQNCg0KIw0KIyBQYXJ0aXRpb24gVHlwZXMNCiMNCiMgQ09O RklHX1BBUlRJVElPTl9BRFZBTkNFRCBpcyBub3Qgc2V0DQpDT05GSUdfTVNE T1NfUEFSVElUSU9OPXkNCg0KIw0KIyBOYXRpdmUgTGFuZ3VhZ2UgU3VwcG9y dA0KIw0KQ09ORklHX05MUz15DQpDT05GSUdfTkxTX0RFRkFVTFQ9ImNwNDM3 Ig0KIyBDT05GSUdfTkxTX0NPREVQQUdFXzQzNyBpcyBub3Qgc2V0DQojIENP TkZJR19OTFNfQ09ERVBBR0VfNzM3IGlzIG5vdCBzZXQNCiMgQ09ORklHX05M U19DT0RFUEFHRV83NzUgaXMgbm90IHNldA0KIyBDT05GSUdfTkxTX0NPREVQ QUdFXzg1MCBpcyBub3Qgc2V0DQojIENPTkZJR19OTFNfQ09ERVBBR0VfODUy IGlzIG5vdCBzZXQNCiMgQ09ORklHX05MU19DT0RFUEFHRV84NTUgaXMgbm90 IHNldA0KIyBDT05GSUdfTkxTX0NPREVQQUdFXzg1NyBpcyBub3Qgc2V0DQoj IENPTkZJR19OTFNfQ09ERVBBR0VfODYwIGlzIG5vdCBzZXQNCiMgQ09ORklH X05MU19DT0RFUEFHRV84NjEgaXMgbm90IHNldA0KIyBDT05GSUdfTkxTX0NP REVQQUdFXzg2MiBpcyBub3Qgc2V0DQojIENPTkZJR19OTFNfQ09ERVBBR0Vf ODYzIGlzIG5vdCBzZXQNCiMgQ09ORklHX05MU19DT0RFUEFHRV84NjQgaXMg bm90IHNldA0KIyBDT05GSUdfTkxTX0NPREVQQUdFXzg2NSBpcyBub3Qgc2V0 DQojIENPTkZJR19OTFNfQ09ERVBBR0VfODY2IGlzIG5vdCBzZXQNCiMgQ09O RklHX05MU19DT0RFUEFHRV84NjkgaXMgbm90IHNldA0KIyBDT05GSUdfTkxT X0NPREVQQUdFXzkzNiBpcyBub3Qgc2V0DQojIENPTkZJR19OTFNfQ09ERVBB R0VfOTUwIGlzIG5vdCBzZXQNCiMgQ09ORklHX05MU19DT0RFUEFHRV85MzIg aXMgbm90IHNldA0KIyBDT05GSUdfTkxTX0NPREVQQUdFXzk0OSBpcyBub3Qg c2V0DQojIENPTkZJR19OTFNfQ09ERVBBR0VfODc0IGlzIG5vdCBzZXQNCiMg Q09ORklHX05MU19JU084ODU5XzggaXMgbm90IHNldA0KIyBDT05GSUdfTkxT X0NPREVQQUdFXzEyNTAgaXMgbm90IHNldA0KIyBDT05GSUdfTkxTX0NPREVQ QUdFXzEyNTEgaXMgbm90IHNldA0KIyBDT05GSUdfTkxTX0FTQ0lJIGlzIG5v dCBzZXQNCiMgQ09ORklHX05MU19JU084ODU5XzEgaXMgbm90IHNldA0KIyBD T05GSUdfTkxTX0lTTzg4NTlfMiBpcyBub3Qgc2V0DQojIENPTkZJR19OTFNf SVNPODg1OV8zIGlzIG5vdCBzZXQNCiMgQ09ORklHX05MU19JU084ODU5XzQg aXMgbm90IHNldA0KIyBDT05GSUdfTkxTX0lTTzg4NTlfNSBpcyBub3Qgc2V0 DQojIENPTkZJR19OTFNfSVNPODg1OV82IGlzIG5vdCBzZXQNCiMgQ09ORklH X05MU19JU084ODU5XzcgaXMgbm90IHNldA0KIyBDT05GSUdfTkxTX0lTTzg4 NTlfOSBpcyBub3Qgc2V0DQojIENPTkZJR19OTFNfSVNPODg1OV8xMyBpcyBu b3Qgc2V0DQojIENPTkZJR19OTFNfSVNPODg1OV8xNCBpcyBub3Qgc2V0DQoj IENPTkZJR19OTFNfSVNPODg1OV8xNSBpcyBub3Qgc2V0DQojIENPTkZJR19O TFNfS09JOF9SIGlzIG5vdCBzZXQNCiMgQ09ORklHX05MU19LT0k4X1UgaXMg bm90IHNldA0KIyBDT05GSUdfTkxTX1VURjggaXMgbm90IHNldA0KDQojDQoj IFByb2ZpbGluZyBzdXBwb3J0DQojDQojIENPTkZJR19QUk9GSUxJTkcgaXMg bm90IHNldA0KDQojDQojIEtlcm5lbCBoYWNraW5nDQojDQojIENPTkZJR19E RUJVR19LRVJORUwgaXMgbm90IHNldA0KIyBDT05GSUdfRlJBTUVfUE9JTlRF UiBpcyBub3Qgc2V0DQpDT05GSUdfRUFSTFlfUFJJTlRLPXkNCiMgQ09ORklH XzRLU1RBQ0tTIGlzIG5vdCBzZXQNCkNPTkZJR19YODZfRklORF9TTVBfQ09O RklHPXkNCkNPTkZJR19YODZfTVBQQVJTRT15DQoNCiMNCiMgU2VjdXJpdHkg b3B0aW9ucw0KIw0KIyBDT05GSUdfU0VDVVJJVFkgaXMgbm90IHNldA0KDQoj DQojIENyeXB0b2dyYXBoaWMgb3B0aW9ucw0KIw0KQ09ORklHX0NSWVBUTz15 DQojIENPTkZJR19DUllQVE9fSE1BQyBpcyBub3Qgc2V0DQojIENPTkZJR19D UllQVE9fTlVMTCBpcyBub3Qgc2V0DQojIENPTkZJR19DUllQVE9fTUQ0IGlz IG5vdCBzZXQNCkNPTkZJR19DUllQVE9fTUQ1PXkNCiMgQ09ORklHX0NSWVBU T19TSEExIGlzIG5vdCBzZXQNCiMgQ09ORklHX0NSWVBUT19TSEEyNTYgaXMg bm90IHNldA0KIyBDT05GSUdfQ1JZUFRPX1NIQTUxMiBpcyBub3Qgc2V0DQoj IENPTkZJR19DUllQVE9fV1A1MTIgaXMgbm90IHNldA0KQ09ORklHX0NSWVBU T19ERVM9eQ0KIyBDT05GSUdfQ1JZUFRPX0JMT1dGSVNIIGlzIG5vdCBzZXQN CiMgQ09ORklHX0NSWVBUT19UV09GSVNIIGlzIG5vdCBzZXQNCiMgQ09ORklH X0NSWVBUT19TRVJQRU5UIGlzIG5vdCBzZXQNCiMgQ09ORklHX0NSWVBUT19B RVNfNTg2IGlzIG5vdCBzZXQNCiMgQ09ORklHX0NSWVBUT19DQVNUNSBpcyBu b3Qgc2V0DQojIENPTkZJR19DUllQVE9fQ0FTVDYgaXMgbm90IHNldA0KIyBD T05GSUdfQ1JZUFRPX1RFQSBpcyBub3Qgc2V0DQojIENPTkZJR19DUllQVE9f QVJDNCBpcyBub3Qgc2V0DQojIENPTkZJR19DUllQVE9fS0hBWkFEIGlzIG5v dCBzZXQNCiMgQ09ORklHX0NSWVBUT19ERUZMQVRFIGlzIG5vdCBzZXQNCiMg Q09ORklHX0NSWVBUT19NSUNIQUVMX01JQyBpcyBub3Qgc2V0DQojIENPTkZJ R19DUllQVE9fQ1JDMzJDIGlzIG5vdCBzZXQNCiMgQ09ORklHX0NSWVBUT19U RVNUIGlzIG5vdCBzZXQNCg0KIw0KIyBMaWJyYXJ5IHJvdXRpbmVzDQojDQoj IENPTkZJR19DUkNfQ0NJVFQgaXMgbm90IHNldA0KQ09ORklHX0NSQzMyPXkN CiMgQ09ORklHX0xJQkNSQzMyQyBpcyBub3Qgc2V0DQpDT05GSUdfWkxJQl9J TkZMQVRFPXkNCkNPTkZJR19YODZfQklPU19SRUJPT1Q9eQ0KQ09ORklHX1BD PXkNCg== --Multipart=_Wed__5_Jan_2005_16_45_15_-0800_.7J5JgFRuTeu=U.M-- From owner-linux-xfs Wed Jan 5 16:29:06 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 16:29:11 -0800 (PST) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j060SjTi003218 for ; Wed, 5 Jan 2005 16:29:05 -0800 Received: from flecktone.americas.sgi.com (flecktone.americas.sgi.com [198.149.16.15]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j06DrdkA020395 for ; Thu, 6 Jan 2005 05:53:39 -0800 Received: from maine.americas.sgi.com (maine.americas.sgi.com [128.162.232.87]) by flecktone.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id j06CRaCK5872982; Thu, 6 Jan 2005 06:27:36 -0600 (CST) Received: from hch by maine.americas.sgi.com with local (Exim 3.36 #1 (Debian)) id 1CmWjo-0006SJ-00; Thu, 06 Jan 2005 06:27:36 -0600 To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@fido.engr.sgi.com Subject: TAKE 927939 - Use generic_readlink Message-Id: From: Christoph Hellwig Date: Thu, 06 Jan 2005 06:27:36 -0600 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4700 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hch@sgi.com Precedence: bulk X-list: linux-xfs Date: Thu Jan 6 04:27:20 PST 2005 Workarea: maine.americas.sgi.com:/home/daisy40/hch/ptools/xfs-2.6.x Inspected by: roehrich, felixb The following file(s) were checked into: bonnie.engr.sgi.com:/isms/linux/2.6.x-xfs Modid: xfs-linux:xfs-kern:185295a fs/xfs/linux-2.6/xfs_iops.c - 1.224 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_iops.c.diff?r1=text&tr1=1.224&r2=text&tr2=1.223&f=h - remove linvfs_readlink, we can use the generic version From owner-linux-xfs Wed Jan 5 16:39:49 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 16:39:54 -0800 (PST) Received: from pentafluge.infradead.org ([213.146.154.40]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j060dSkG003967 for ; Wed, 5 Jan 2005 16:39:49 -0800 Received: from hch by pentafluge.infradead.org with local (Exim 4.42 #1 (Red Hat Linux)) id 1CmWv8-0004Ot-Ct; Thu, 06 Jan 2005 12:39:18 +0000 Date: Thu, 6 Jan 2005 12:39:18 +0000 From: Christoph Hellwig To: Andrew Morton Cc: linux-xfs@oss.sgi.com, Justin Piszcz Subject: Re: Fw: Major problem with 2.6.10 under VMWare. Message-ID: <20050106123918.GA16894@infradead.org> References: <20050105164515.6810a0b6.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050105164515.6810a0b6.akpm@osdl.org> User-Agent: Mutt/1.4.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4701 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hch@infradead.org Precedence: bulk X-list: linux-xfs On Wed, Jan 05, 2005 at 04:45:15PM -0800, Andrew Morton wrote: > > Interesting. Maybe linvfs_mknod is passing d_instantiate an inode which > has NULL pointers in its ->i_dentry list_head? Extremly unlikely. XFS doesn't mess with ->i_dentry itself at all, and the core code dealing with it all uses list.h macros that never insert NULL pointers either. Looking at the lkml archives Justin has reported various similar very strange errors using both XFS and ext2 with 2.6.10 before. This look like either a somehow corrupted kernel tree (do you use any patches or non-standard modules Justin?) or unlikely some issue with the (emulated) hardware to me. > > Begin forwarded message: > > Date: Wed, 5 Jan 2005 10:52:41 -0500 (EST) > From: Justin Piszcz > To: linux-kernel@vger.kernel.org > Subject: Major problem with 2.6.10 under VMWare. > > > As I have reported yesterday, I have tried over 16-17 different kernel > compilation iterations with different options enabled and disabled. All > of which end up with oopses such as the one below. I booted back to > 2.4.27 and then compiled 2.6.9 with the SAME options [make oldconfig > from 2.6.10] as the last revision of the 2.6.10 that was oopsing, I am > now running 2.6.9 without a single error, oops or issue. What changed > in 2.6.10 that would cause such catastrophic problems below and in > previous e-mails? After the oopses, many programs simply crashed with > Segmentation fault. > > I also tried the following: > > 1) Re-installing Debian Sarge 3.1rc2 (once w/XFS) > 2) Re-installing Debian Sarge 3.1rc2 (twice w/EXT2) > 3) Wiped old Virtual Machine, created a new one from scratch. > Re-installing Debian Sarge 3.1rc2 (third time w/XFS+SCSI) > * This time used SCSI disk instead of IDE > > None of the above solved the problem [each used 2.6.10]. > > The VMWare build is 4.5.2-8848 (latest stable) > > Both .configs are attached (2.6.9 & 2.6.10) > > Unable to handle kernel NULL pointer dereference at virtual address > 00000004 > printing eip: > c016303a > *pde = 00000000 > Oops: 0002 [#3] > PREEMPT > CPU: 0 > EIP: 0060:[] Not tainted VLI > EFLAGS: 00010286 (2.6.10) > EIP is at d_instantiate+0x3a/0x70 > eax: 00000000 ebx: df4a5198 ecx: ddc84000 edx: da68434c > esi: da68433c edi: df4a5164 ebp: dcc97780 esp: ddc85da8 > ds: 007b es: 007b ss: 0068 > Process korgac (pid: 1173, threadinfo=ddc84000 task=da7f19e0) > Stack: 00000000 da68433c 00000000 c027f008 df4a5164 da68433c ddc85e64 > ddc85dd0 > 00000000 00000000 da684320 ddc85de8 c023b96a ddc85dec dba9f9d0 > ddc85de8 > 00000001 df4a51c8 00000017 00000008 c0122fd2 dc2c1180 fc7b20d6 > 00000000 > Call Trace: > [] linvfs_mknod+0x1b8/0x410 > [] xfs_dir2_lookup+0x12a/0x160 > [] in_group_p+0x42/0x80 > [] xfs_iaccess+0xca/0x1e0 > [] xfs_access+0x4f/0x60 > [] xfs_dir_lookup_int+0x4c/0x130 > [] permission+0x52/0x60 > [] vfs_create+0x87/0xd0 > [] open_namei+0x5b6/0x610 > [] filp_open+0x3e/0x70 > [] get_unused_fd+0x39/0xe0 > [] sys_open+0x49/0x90 > [] syscall_call+0x7/0xb > Code: 74 24 04 8d 5f 34 8b 74 24 14 39 5f 34 74 08 0f 0b 09 03 ac 24 3d > c0 b9 00 e0 ff ff 21 e1 ff 41 14 85 f6 74 12 8b 46 10 8d 56 10 <89> 58 > 04 89 47 34 89 53 04 89 5e 10 89 77 08 ff 49 14 8b 41 08 > <6>note: korgac[1173] exited with preempt_count 1 > scheduling while atomic: korgac/0x00000001/1173 > [] schedule+0x532/0x540 > [] unmap_page_range+0x53/0x80 > [] unmap_vmas+0x1b6/0x1d0 > [] exit_mmap+0x7d/0x160 > [] mmput+0x37/0xa0 > [] do_exit+0x167/0x3d0 > [] die+0x18b/0x190 > [] printk+0x17/0x20 > [] do_page_fault+0x244/0x5de > [] xfs_ichgtime+0x119/0x11b > [] igrab+0x4a/0x50 > [] xfs_create+0x573/0x760 > [] do_page_fault+0x0/0x5de > [] error_code+0x2b/0x30 > [] d_instantiate+0x3a/0x70 > [] linvfs_mknod+0x1b8/0x410 > [] xfs_dir2_lookup+0x12a/0x160 > [] in_group_p+0x42/0x80 > [] xfs_iaccess+0xca/0x1e0 > [] xfs_access+0x4f/0x60 > [] xfs_dir_lookup_int+0x4c/0x130 > [] permission+0x52/0x60 > [] vfs_create+0x87/0xd0 > [] open_namei+0x5b6/0x610 > [] filp_open+0x3e/0x70 > [] get_unused_fd+0x39/0xe0 > [] sys_open+0x49/0x90 > [] syscall_call+0x7/0xb > scheduling while atomic: korgac/0x00000001/1173 > [] schedule+0x532/0x540 > [] unmap_page_range+0x53/0x80 > [] unmap_vmas+0x1b6/0x1d0 > [] exit_mmap+0x7d/0x160 > [] mmput+0x37/0xa0 > [] do_exit+0x167/0x3d0 > [] die+0x18b/0x190 > [] printk+0x17/0x20 > [] do_page_fault+0x244/0x5de > [] xfs_ichgtime+0x119/0x11b > [] igrab+0x4a/0x50 > [] xfs_create+0x573/0x760 > [] do_page_fault+0x0/0x5de > [] error_code+0x2b/0x30 > [] d_instantiate+0x3a/0x70 > [] linvfs_mknod+0x1b8/0x410 > [] xfs_dir2_lookup+0x12a/0x160 > [] in_group_p+0x42/0x80 > [] xfs_iaccess+0xca/0x1e0 > [] xfs_access+0x4f/0x60 > [] xfs_dir_lookup_int+0x4c/0x130 > [] permission+0x52/0x60 > [] vfs_create+0x87/0xd0 > [] open_namei+0x5b6/0x610 > [] filp_open+0x3e/0x70 > [] get_unused_fd+0x39/0xe0 > [] sys_open+0x49/0x90 > [] syscall_call+0x7/0xb > scheduling while atomic: korgac/0x00000001/1173 > [] schedule+0x532/0x540 > [] unmap_page_range+0x53/0x80 > [] unmap_vmas+0x1b6/0x1d0 > [] exit_mmap+0x7d/0x160 > [] mmput+0x37/0xa0 > [] do_exit+0x167/0x3d0 > [] die+0x18b/0x190 > [] printk+0x17/0x20 > [] do_page_fault+0x244/0x5de > [] xfs_ichgtime+0x119/0x11b > [] igrab+0x4a/0x50 > [] xfs_create+0x573/0x760 > [] do_page_fault+0x0/0x5de > [] error_code+0x2b/0x30 > [] d_instantiate+0x3a/0x70 > [] linvfs_mknod+0x1b8/0x410 > [] xfs_dir2_lookup+0x12a/0x160 > [] in_group_p+0x42/0x80 > [] xfs_iaccess+0xca/0x1e0 > [] xfs_access+0x4f/0x60 > [] xfs_dir_lookup_int+0x4c/0x130 > [] permission+0x52/0x60 > [] vfs_create+0x87/0xd0 > [] open_namei+0x5b6/0x610 > [] filp_open+0x3e/0x70 > [] get_unused_fd+0x39/0xe0 > [] sys_open+0x49/0x90 > [] syscall_call+0x7/0xb > Unable to handle kernel NULL pointer dereference at virtual address > 00000024 > printing eip: > c016d5ce > *pde = 00000000 > Oops: 0000 [#4] > PREEMPT > CPU: 0 > EIP: 0060:[] Not tainted VLI > EFLAGS: 00010202 (2.6.10) > EIP is at __mark_inode_dirty+0x1e/0x1c0 > eax: 00000000 ebx: 00000001 ecx: 00000001 edx: c041fd20 > esi: df959ce4 edi: 0000799b ebp: da68433c esp: c158dde0 > ds: 007b es: 007b ss: 0068 > Process xfslogd/0 (pid: 11, threadinfo=c158c000 task=c153a580) > Stack: 00000036 0000799b 00000036 df959ce4 dfcb9814 0000799b 00000036 > c026b8c5 > dfcb9814 00000000 d816b030 df959ce4 0000799b 00000036 c025591e > da68433c > 00000001 00000000 c026b4be d816b030 00000000 0000799b 00000036 > 00000000 > Call Trace: > [] xfs_trans_update_ail+0x55/0xf0 > [] xfs_iunpin+0x5e/0x70 > [] xfs_trans_chunk_committed+0x17e/0x210 > [] xfs_trans_committed+0x4a/0x120 > [] xlog_state_do_callback+0x243/0x300 > [] xlog_state_done_syncing+0x73/0xb0 > [] xlog_iodone+0x55/0xe0 > [] pagebuf_iodone_work+0x4d/0x50 > [] worker_thread+0x1d9/0x2a0 > [] pagebuf_iodone_work+0x0/0x50 > [] default_wake_function+0x0/0x20 > [] default_wake_function+0x0/0x20 > [] worker_thread+0x0/0x2a0 > [] kthread+0xaa/0xb0 > [] kthread+0x0/0xb0 > [] kernel_thread_helper+0x5/0x18 > Code: 2a 12 00 59 e9 f2 f6 ff ff 90 90 90 90 55 57 56 53 83 ec 28 8b 6c > 24 3c 8b 5c 24 40 8b 85 8c 00 00 00 f6 c3 03 89 44 24 24 74 0e <8b> 40 > 24 8b 70 0c 85 f6 0f 85 84 01 00 00 8b 85 04 01 00 00 21 > <1>Unable to handle kernel NULL pointer dereference at virtual address > 00000000 > printing eip: > c0162612 > *pde = 00000000 > Oops: 0000 [#5] > PREEMPT > CPU: 0 > EIP: 0060:[] Not tainted VLI > EFLAGS: 00010206 (2.6.10) > EIP is at __d_find_alias+0x22/0xb0 > eax: da684204 ebx: d9158000 ecx: 00000000 edx: 00000000 > esi: 00004000 edi: da684214 ebp: 00000000 esp: d9159dd8 > ds: 007b es: 007b ss: 0068 > Process kdeinit (pid: 1159, threadinfo=d9158000 task=dcca6580) > Stack: d9158000 da684204 dcc480dc 00000000 c0163240 da684204 00000001 > dcc480dc > dcc480dc d9d9ab44 d9159eb4 c027f32c da684204 dcc480dc d9159e20 > 00000000 > 00000000 00000000 da6841e8 fffffff4 c01585c1 d9d9ab44 dcc480dc > d9159f18 > Call Trace: > [] d_splice_alias+0x40/0xf0 > [] linvfs_lookup+0x8c/0x90 > [] real_lookup+0xc1/0xf0 > [] do_lookup+0x96/0xb0 > [] link_path_walk+0x6c4/0xd60 > [] dput+0x33/0x220 > [] path_lookup+0x7c/0x140 > [] __user_walk+0x33/0x60 > [] vfs_lstat+0x1c/0x60 > [] sys_lstat64+0x1b/0x40 > [] syscall_call+0x7/0xb > Code: 89 c8 c3 8d b6 00 00 00 00 55 31 ed 57 56 53 8b 44 24 14 8b 50 10 > 8d 78 10 39 fa 74 56 0f b7 70 20 81 e6 00 f0 00 00 89 f6 89 d1 <8b> 12 > 0f 18 02 90 81 fe 00 40 00 00 8d 59 cc 74 6d 8b 43 04 a8 > <6>note: kdeinit[1159] exited with preempt_count 1 > scheduling while atomic: kdeinit/0x00000001/1159 > [] schedule+0x532/0x540 > [] unmap_page_range+0x53/0x80 > [] unmap_vmas+0x1b6/0x1d0 > [] exit_mmap+0x7d/0x160 > [] mmput+0x37/0xa0 > [] do_exit+0x167/0x3d0 > [] die+0x18b/0x190 > [] printk+0x17/0x20 > [] do_page_fault+0x244/0x5de > [] xfs_iget_core+0x362/0x5e0 > [] xfs_iget+0x130/0x170 > [] do_page_fault+0x0/0x5de > [] error_code+0x2b/0x30 > [] __d_find_alias+0x22/0xb0 > [] d_splice_alias+0x40/0xf0 > [] linvfs_lookup+0x8c/0x90 > [] real_lookup+0xc1/0xf0 > [] do_lookup+0x96/0xb0 > [] link_path_walk+0x6c4/0xd60 > [] dput+0x33/0x220 > [] path_lookup+0x7c/0x140 > [] __user_walk+0x33/0x60 > [] vfs_lstat+0x1c/0x60 > [] sys_lstat64+0x1b/0x40 > [] syscall_call+0x7/0xb ---end quoted text--- From owner-linux-xfs Wed Jan 5 17:06:21 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 17:06:28 -0800 (PST) Received: from lucidpixels.com (qmailr@lucidpixels.com [66.45.37.187]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id j0615wK1004892 for ; Wed, 5 Jan 2005 17:06:19 -0800 Received: (qmail 31153 invoked by uid 1001); 6 Jan 2005 13:05:49 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 6 Jan 2005 13:05:49 -0000 Date: Thu, 6 Jan 2005 08:05:49 -0500 (EST) From: Justin Piszcz X-X-Sender: jpiszcz@p500 To: Christoph Hellwig cc: Andrew Morton , linux-xfs@oss.sgi.com Subject: Re: Re: Fw: Major problem with 2.6.10 under VMWare. In-Reply-To: <20050106123918.GA16894@infradead.org> Message-ID: References: <20050105164515.6810a0b6.akpm@osdl.org> <20050106123918.GA16894@infradead.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4702 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: jpiszcz@lucidpixels.com Precedence: bulk X-list: linux-xfs > Looking at the lkml archives Justin has reported various similar very > strange errors using both XFS and ext2 with 2.6.10 before. This look > like either a somehow corrupted kernel tree (do you use any patches or > non-standard modules Justin?) or unlikely some issue with the (emulated) > hardware to me. I do not use any special patches, I used a vanilla 2.6.10. The kernel was decompressed with 2.4.27-1 with no errors during decompression, compiliation or installation. I also do not use any modules or have support compiled in for them. Please let me know if you need any additional information, thanks. # lsmod Module Size Used by Not tainted lsmod: QM_MODULES: Function not implemented # The following status is under Kernel 2.6.9: Here is /proc/interrupts: $ cat /proc/interrupts CPU0 0: 62863490 IO-APIC-edge timer 1: 66309 IO-APIC-edge i8042 9: 0 IO-APIC-level acpi 12: 449655 IO-APIC-edge i8042 15: 35 IO-APIC-edge ide1 17: 519370 IO-APIC-level BusLogic BT-958 18: 4581789 IO-APIC-level eth0 19: 15336 IO-APIC-level es1371 NMI: 0 LOC: 62859110 ERR: 0 MIS: 0 Here is lspci -vvx output: 0000:00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 01) Subsystem: VMWare Inc: Unknown device 1976 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- 00: 86 80 90 71 06 00 10 02 01 00 00 06 00 00 00 00 10: 08 00 00 f8 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 ad 15 76 19 30: 00 00 00 00 a0 00 00 00 00 00 00 00 00 00 00 00 0000:00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 01) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Reset- FastB2B+ 00: 86 80 91 71 1f 01 20 02 01 00 04 06 00 00 01 00 10: 00 00 00 00 00 00 00 00 00 01 01 40 f0 00 a0 02 20: f0 ff 00 00 f0 ff 00 00 00 00 00 00 00 00 00 00 30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 0000:00:07.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 08) Subsystem: VMWare Inc: Unknown device 1976 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- GSI 19 (level, low) -> IRQ 19 ACPI: PCI interrupt 0000:00:10.0[A] -> GSI 17 (level, low) -> IRQ 17 ACPI: PCI interrupt 0000:00:11.0[A] -> GSI 18 (level, low) -> IRQ 18 ACPI: PCI interrupt 0000:00:12.0[A] -> GSI 19 (level, low) -> IRQ 19 PCI: Cannot allocate resource region 4 of device 0000:00:07.1 Simple Boot Flag at 0x36 set to 0x80 Installing knfsd (copyright (C) 1996 okir@monad.swb.de). NTFS driver 2.1.20 [Flags: R/O]. SGI XFS with ACLs, security attributes, realtime, no debug enabled SGI XFS Quota Management subsystem Initializing Cryptographic API Limiting direct PCI/PCI transfers. Linux agpgart interface v0.100 (c) Dave Jones agpgart: Detected an Intel 440BX Chipset. agpgart: Maximum main memory to use for agp memory: 440M agpgart: AGP aperture is 64M @ 0xf8000000 serio: i8042 AUX port at 0x60,0x64 irq 12 serio: i8042 KBD port at 0x60,0x64 irq 1 Using anticipatory io scheduler Floppy drive(s): fd0 is 1.44M FDC 0 is a post-1991 82077 loop: loaded (max 8 devices) nbd: registered device at major 43 pcnet32.c:v1.30i 06.28.2004 tsbogend@alpha.franken.de ACPI: PCI interrupt 0000:00:11.0[A] -> GSI 18 (level, low) -> IRQ 18 pcnet32: PCnet/PCI II 79C970A at 0x1080, 00 0c 29 c1 3e b3 assigned IRQ 18. eth0: registered as PCnet/PCI II 79C970A pcnet32: 1 cards_found. arcnet: v3.93 BETA 2000/04/29 - by Avery Pennarun et al. arcnet: RFC1201 "standard" (`a') encapsulation support loaded. arcnet: RFC1051 "simple standard" (`s') encapsulation support loaded. arcnet: raw mode (`r') encapsulation support loaded. arcnet: COM90xx chipset support S3: No ARCnet cards found. arcnet: COM90xx IO-mapped mode support (by David Woodhouse et el.) E-mail me if you actually test this driver, please! arc%d: No autoprobe for IO mapped cards; you must specify the base address! arcnet: RIM I (entirely mem-mapped) support E-mail me if you actually test the RIM I driver, please! arc%d: Given: node 00h, shmem 0h, irq 0 arc%d: No autoprobe for RIM I; you must specify the shmem and irq! arcnet: COM20020 PCI support Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx PIIX4: IDE controller at PCI slot 0000:00:07.1 PIIX4: chipset revision 1 PIIX4: not 100% native mode: will probe irqs later ide1: BM-DMA at 0x1478-0x147f, BIOS settings: hdc:DMA, hdd:pio Probing IDE interface ide1... ide1: Wait for ready failed before probe ! hdc: VMware Virtual IDE CDROM Drive, ATAPI CD/DVD-ROM drive ide1 at 0x170-0x177,0x376 on irq 15 hdc: ATAPI 48X DVD-ROM drive, 512kB Cache, UDMA(33) Uniform CD-ROM driver Revision: 3.20 ACPI: PCI interrupt 0000:00:10.0[A] -> GSI 17 (level, low) -> IRQ 17 scsi: ***** BusLogic SCSI Driver Version 2.1.16 of 18 July 2002 ***** scsi: Copyright 1995-1998 by Leonard N. Zubkoff scsi0: Configuring BusLogic Model BT-958 PCI Wide Ultra SCSI Host Adapter scsi0: Firmware Version: 5.07B, I/O Address: 0x1440, IRQ Channel: 17/Level scsi0: PCI Bus: 0, Device: 16, Address: 0xF4000000, Host Adapter SCSI ID: 7 scsi0: Parity Checking: Enabled, Extended Translation: Enabled scsi0: Synchronous Negotiation: Ultra, Wide Negotiation: Enabled scsi0: Disconnect/Reconnect: Enabled, Tagged Queuing: Enabled scsi0: Scatter/Gather Limit: 128 of 8192 segments, Mailboxes: 211 scsi0: Driver Queue Depth: 211, Host Adapter Queue Depth: 192 scsi0: Tagged Queue Depth: Automatic, Untagged Queue Depth: 3 scsi0: *** BusLogic BT-958 Initialized Successfully *** scsi0 : BusLogic BT-958 Vendor: VMware, Model: VMware Virtual S Rev: 1.0 Type: Direct-Access ANSI SCSI revision: 02 SCSI device sda: 77594624 512-byte hdwr sectors (39728 MB) sda: asking for cache data failed sda: assuming drive cache: write through sda: sda1 sda2 sda3 Attached scsi disk sda at scsi0, channel 0, id 0, lun 0 mice: PS/2 mouse device common for all mice input: AT Translated Set 2 keyboard on isa0060/serio0 input: ImPS/2 Generic Wheel Mouse on isa0060/serio1 input: PC Speaker es1371: version v0.32 time 10:08:59 Jan 5 2005 ACPI: PCI interrupt 0000:00:12.0[A] -> GSI 19 (level, low) -> IRQ 19 es1371: found chip, vendor id 0x1274 device id 0x1371 revision 0x02 es1371: found es1371 rev 2 at io 0x1400 irq 19 joystick 0x0 ac97_codec: AC97 codec, id: CRY19 (Cirrus Logic CS4297A rev A) NET: Registered protocol family 2 IP: routing cache hash table of 4096 buckets, 32Kbytes TCP: Hash tables configured (established 131072 bind 65536) ip_conntrack version 2.1 (4096 buckets, 32768 max) - 332 bytes per conntrack ip_tables: (C) 2000-2002 Netfilter core team ipt_recent v0.3.1: Stephen Frost . http://snowman.net/projects/ipt_recent/ arp_tables: (C) 2002 David S. Miller NET: Registered protocol family 1 NET: Registered protocol family 17 BIOS EDD facility v0.16 2004-Jun-25, 1 devices found scsi0: Tagged Queuing now active for Target 0 UDF-fs: No VRS found XFS mounting filesystem sda3 Ending clean XFS mount for filesystem: sda3 VFS: Mounted root (xfs filesystem) readonly. Freeing unused kernel memory: 400k freed Adding 1172736k swap on /dev/sda2. Priority:-1 extents:1 XFS mounting filesystem sda1 Ending clean XFS mount for filesystem: sda1 mtrr: your processor doesn't support write-combining scsi0: Allocated 7 additional CCBs (total now 35) mtrr: your processor doesn't support write-combining mtrr: your processor doesn't support write-combining mtrr: your processor doesn't support write-combining -Justin. On Thu, 6 Jan 2005, Christoph Hellwig wrote: > On Wed, Jan 05, 2005 at 04:45:15PM -0800, Andrew Morton wrote: >> >> Interesting. Maybe linvfs_mknod is passing d_instantiate an inode which >> has NULL pointers in its ->i_dentry list_head? > > Extremly unlikely. XFS doesn't mess with ->i_dentry itself at all, and > the core code dealing with it all uses list.h macros that never insert > NULL pointers either. > > Looking at the lkml archives Justin has reported various similar very > strange errors using both XFS and ext2 with 2.6.10 before. This look > like either a somehow corrupted kernel tree (do you use any patches or > non-standard modules Justin?) or unlikely some issue with the (emulated) > hardware to me. > >> >> Begin forwarded message: >> >> Date: Wed, 5 Jan 2005 10:52:41 -0500 (EST) >> From: Justin Piszcz >> To: linux-kernel@vger.kernel.org >> Subject: Major problem with 2.6.10 under VMWare. >> >> >> As I have reported yesterday, I have tried over 16-17 different kernel >> compilation iterations with different options enabled and disabled. All >> of which end up with oopses such as the one below. I booted back to >> 2.4.27 and then compiled 2.6.9 with the SAME options [make oldconfig >> from 2.6.10] as the last revision of the 2.6.10 that was oopsing, I am >> now running 2.6.9 without a single error, oops or issue. What changed >> in 2.6.10 that would cause such catastrophic problems below and in >> previous e-mails? After the oopses, many programs simply crashed with >> Segmentation fault. >> >> I also tried the following: >> >> 1) Re-installing Debian Sarge 3.1rc2 (once w/XFS) >> 2) Re-installing Debian Sarge 3.1rc2 (twice w/EXT2) >> 3) Wiped old Virtual Machine, created a new one from scratch. >> Re-installing Debian Sarge 3.1rc2 (third time w/XFS+SCSI) >> * This time used SCSI disk instead of IDE >> >> None of the above solved the problem [each used 2.6.10]. >> >> The VMWare build is 4.5.2-8848 (latest stable) >> >> Both .configs are attached (2.6.9 & 2.6.10) >> >> Unable to handle kernel NULL pointer dereference at virtual address >> 00000004 >> printing eip: >> c016303a >> *pde = 00000000 >> Oops: 0002 [#3] >> PREEMPT >> CPU: 0 >> EIP: 0060:[] Not tainted VLI >> EFLAGS: 00010286 (2.6.10) >> EIP is at d_instantiate+0x3a/0x70 >> eax: 00000000 ebx: df4a5198 ecx: ddc84000 edx: da68434c >> esi: da68433c edi: df4a5164 ebp: dcc97780 esp: ddc85da8 >> ds: 007b es: 007b ss: 0068 >> Process korgac (pid: 1173, threadinfo=ddc84000 task=da7f19e0) >> Stack: 00000000 da68433c 00000000 c027f008 df4a5164 da68433c ddc85e64 >> ddc85dd0 >> 00000000 00000000 da684320 ddc85de8 c023b96a ddc85dec dba9f9d0 >> ddc85de8 >> 00000001 df4a51c8 00000017 00000008 c0122fd2 dc2c1180 fc7b20d6 >> 00000000 >> Call Trace: >> [] linvfs_mknod+0x1b8/0x410 >> [] xfs_dir2_lookup+0x12a/0x160 >> [] in_group_p+0x42/0x80 >> [] xfs_iaccess+0xca/0x1e0 >> [] xfs_access+0x4f/0x60 >> [] xfs_dir_lookup_int+0x4c/0x130 >> [] permission+0x52/0x60 >> [] vfs_create+0x87/0xd0 >> [] open_namei+0x5b6/0x610 >> [] filp_open+0x3e/0x70 >> [] get_unused_fd+0x39/0xe0 >> [] sys_open+0x49/0x90 >> [] syscall_call+0x7/0xb >> Code: 74 24 04 8d 5f 34 8b 74 24 14 39 5f 34 74 08 0f 0b 09 03 ac 24 3d >> c0 b9 00 e0 ff ff 21 e1 ff 41 14 85 f6 74 12 8b 46 10 8d 56 10 <89> 58 >> 04 89 47 34 89 53 04 89 5e 10 89 77 08 ff 49 14 8b 41 08 >> <6>note: korgac[1173] exited with preempt_count 1 >> scheduling while atomic: korgac/0x00000001/1173 >> [] schedule+0x532/0x540 >> [] unmap_page_range+0x53/0x80 >> [] unmap_vmas+0x1b6/0x1d0 >> [] exit_mmap+0x7d/0x160 >> [] mmput+0x37/0xa0 >> [] do_exit+0x167/0x3d0 >> [] die+0x18b/0x190 >> [] printk+0x17/0x20 >> [] do_page_fault+0x244/0x5de >> [] xfs_ichgtime+0x119/0x11b >> [] igrab+0x4a/0x50 >> [] xfs_create+0x573/0x760 >> [] do_page_fault+0x0/0x5de >> [] error_code+0x2b/0x30 >> [] d_instantiate+0x3a/0x70 >> [] linvfs_mknod+0x1b8/0x410 >> [] xfs_dir2_lookup+0x12a/0x160 >> [] in_group_p+0x42/0x80 >> [] xfs_iaccess+0xca/0x1e0 >> [] xfs_access+0x4f/0x60 >> [] xfs_dir_lookup_int+0x4c/0x130 >> [] permission+0x52/0x60 >> [] vfs_create+0x87/0xd0 >> [] open_namei+0x5b6/0x610 >> [] filp_open+0x3e/0x70 >> [] get_unused_fd+0x39/0xe0 >> [] sys_open+0x49/0x90 >> [] syscall_call+0x7/0xb >> scheduling while atomic: korgac/0x00000001/1173 >> [] schedule+0x532/0x540 >> [] unmap_page_range+0x53/0x80 >> [] unmap_vmas+0x1b6/0x1d0 >> [] exit_mmap+0x7d/0x160 >> [] mmput+0x37/0xa0 >> [] do_exit+0x167/0x3d0 >> [] die+0x18b/0x190 >> [] printk+0x17/0x20 >> [] do_page_fault+0x244/0x5de >> [] xfs_ichgtime+0x119/0x11b >> [] igrab+0x4a/0x50 >> [] xfs_create+0x573/0x760 >> [] do_page_fault+0x0/0x5de >> [] error_code+0x2b/0x30 >> [] d_instantiate+0x3a/0x70 >> [] linvfs_mknod+0x1b8/0x410 >> [] xfs_dir2_lookup+0x12a/0x160 >> [] in_group_p+0x42/0x80 >> [] xfs_iaccess+0xca/0x1e0 >> [] xfs_access+0x4f/0x60 >> [] xfs_dir_lookup_int+0x4c/0x130 >> [] permission+0x52/0x60 >> [] vfs_create+0x87/0xd0 >> [] open_namei+0x5b6/0x610 >> [] filp_open+0x3e/0x70 >> [] get_unused_fd+0x39/0xe0 >> [] sys_open+0x49/0x90 >> [] syscall_call+0x7/0xb >> scheduling while atomic: korgac/0x00000001/1173 >> [] schedule+0x532/0x540 >> [] unmap_page_range+0x53/0x80 >> [] unmap_vmas+0x1b6/0x1d0 >> [] exit_mmap+0x7d/0x160 >> [] mmput+0x37/0xa0 >> [] do_exit+0x167/0x3d0 >> [] die+0x18b/0x190 >> [] printk+0x17/0x20 >> [] do_page_fault+0x244/0x5de >> [] xfs_ichgtime+0x119/0x11b >> [] igrab+0x4a/0x50 >> [] xfs_create+0x573/0x760 >> [] do_page_fault+0x0/0x5de >> [] error_code+0x2b/0x30 >> [] d_instantiate+0x3a/0x70 >> [] linvfs_mknod+0x1b8/0x410 >> [] xfs_dir2_lookup+0x12a/0x160 >> [] in_group_p+0x42/0x80 >> [] xfs_iaccess+0xca/0x1e0 >> [] xfs_access+0x4f/0x60 >> [] xfs_dir_lookup_int+0x4c/0x130 >> [] permission+0x52/0x60 >> [] vfs_create+0x87/0xd0 >> [] open_namei+0x5b6/0x610 >> [] filp_open+0x3e/0x70 >> [] get_unused_fd+0x39/0xe0 >> [] sys_open+0x49/0x90 >> [] syscall_call+0x7/0xb >> Unable to handle kernel NULL pointer dereference at virtual address >> 00000024 >> printing eip: >> c016d5ce >> *pde = 00000000 >> Oops: 0000 [#4] >> PREEMPT >> CPU: 0 >> EIP: 0060:[] Not tainted VLI >> EFLAGS: 00010202 (2.6.10) >> EIP is at __mark_inode_dirty+0x1e/0x1c0 >> eax: 00000000 ebx: 00000001 ecx: 00000001 edx: c041fd20 >> esi: df959ce4 edi: 0000799b ebp: da68433c esp: c158dde0 >> ds: 007b es: 007b ss: 0068 >> Process xfslogd/0 (pid: 11, threadinfo=c158c000 task=c153a580) >> Stack: 00000036 0000799b 00000036 df959ce4 dfcb9814 0000799b 00000036 >> c026b8c5 >> dfcb9814 00000000 d816b030 df959ce4 0000799b 00000036 c025591e >> da68433c >> 00000001 00000000 c026b4be d816b030 00000000 0000799b 00000036 >> 00000000 >> Call Trace: >> [] xfs_trans_update_ail+0x55/0xf0 >> [] xfs_iunpin+0x5e/0x70 >> [] xfs_trans_chunk_committed+0x17e/0x210 >> [] xfs_trans_committed+0x4a/0x120 >> [] xlog_state_do_callback+0x243/0x300 >> [] xlog_state_done_syncing+0x73/0xb0 >> [] xlog_iodone+0x55/0xe0 >> [] pagebuf_iodone_work+0x4d/0x50 >> [] worker_thread+0x1d9/0x2a0 >> [] pagebuf_iodone_work+0x0/0x50 >> [] default_wake_function+0x0/0x20 >> [] default_wake_function+0x0/0x20 >> [] worker_thread+0x0/0x2a0 >> [] kthread+0xaa/0xb0 >> [] kthread+0x0/0xb0 >> [] kernel_thread_helper+0x5/0x18 >> Code: 2a 12 00 59 e9 f2 f6 ff ff 90 90 90 90 55 57 56 53 83 ec 28 8b 6c >> 24 3c 8b 5c 24 40 8b 85 8c 00 00 00 f6 c3 03 89 44 24 24 74 0e <8b> 40 >> 24 8b 70 0c 85 f6 0f 85 84 01 00 00 8b 85 04 01 00 00 21 >> <1>Unable to handle kernel NULL pointer dereference at virtual address >> 00000000 >> printing eip: >> c0162612 >> *pde = 00000000 >> Oops: 0000 [#5] >> PREEMPT >> CPU: 0 >> EIP: 0060:[] Not tainted VLI >> EFLAGS: 00010206 (2.6.10) >> EIP is at __d_find_alias+0x22/0xb0 >> eax: da684204 ebx: d9158000 ecx: 00000000 edx: 00000000 >> esi: 00004000 edi: da684214 ebp: 00000000 esp: d9159dd8 >> ds: 007b es: 007b ss: 0068 >> Process kdeinit (pid: 1159, threadinfo=d9158000 task=dcca6580) >> Stack: d9158000 da684204 dcc480dc 00000000 c0163240 da684204 00000001 >> dcc480dc >> dcc480dc d9d9ab44 d9159eb4 c027f32c da684204 dcc480dc d9159e20 >> 00000000 >> 00000000 00000000 da6841e8 fffffff4 c01585c1 d9d9ab44 dcc480dc >> d9159f18 >> Call Trace: >> [] d_splice_alias+0x40/0xf0 >> [] linvfs_lookup+0x8c/0x90 >> [] real_lookup+0xc1/0xf0 >> [] do_lookup+0x96/0xb0 >> [] link_path_walk+0x6c4/0xd60 >> [] dput+0x33/0x220 >> [] path_lookup+0x7c/0x140 >> [] __user_walk+0x33/0x60 >> [] vfs_lstat+0x1c/0x60 >> [] sys_lstat64+0x1b/0x40 >> [] syscall_call+0x7/0xb >> Code: 89 c8 c3 8d b6 00 00 00 00 55 31 ed 57 56 53 8b 44 24 14 8b 50 10 >> 8d 78 10 39 fa 74 56 0f b7 70 20 81 e6 00 f0 00 00 89 f6 89 d1 <8b> 12 >> 0f 18 02 90 81 fe 00 40 00 00 8d 59 cc 74 6d 8b 43 04 a8 >> <6>note: kdeinit[1159] exited with preempt_count 1 >> scheduling while atomic: kdeinit/0x00000001/1159 >> [] schedule+0x532/0x540 >> [] unmap_page_range+0x53/0x80 >> [] unmap_vmas+0x1b6/0x1d0 >> [] exit_mmap+0x7d/0x160 >> [] mmput+0x37/0xa0 >> [] do_exit+0x167/0x3d0 >> [] die+0x18b/0x190 >> [] printk+0x17/0x20 >> [] do_page_fault+0x244/0x5de >> [] xfs_iget_core+0x362/0x5e0 >> [] xfs_iget+0x130/0x170 >> [] do_page_fault+0x0/0x5de >> [] error_code+0x2b/0x30 >> [] __d_find_alias+0x22/0xb0 >> [] d_splice_alias+0x40/0xf0 >> [] linvfs_lookup+0x8c/0x90 >> [] real_lookup+0xc1/0xf0 >> [] do_lookup+0x96/0xb0 >> [] link_path_walk+0x6c4/0xd60 >> [] dput+0x33/0x220 >> [] path_lookup+0x7c/0x140 >> [] __user_walk+0x33/0x60 >> [] vfs_lstat+0x1c/0x60 >> [] sys_lstat64+0x1b/0x40 >> [] syscall_call+0x7/0xb > > > > ---end quoted text--- > From owner-linux-xfs Wed Jan 5 19:10:32 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 19:10:33 -0800 (PST) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.245]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j063AVW7010468 for ; Wed, 5 Jan 2005 19:10:32 -0800 Received: by mproxy.gmail.com with SMTP id w41so343220cwb for ; Thu, 06 Jan 2005 07:10:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=P5exLsHlBbxbPiZw6PZcmf8PjmSobuMRPuhxz4aeJQjCdISgYdfH4pX6q0+A+3PRuEfSDHbIh+Z0HYX5wuXtm/zdtMzrJypxymmjrSY9CIOXzEWN1ntspDJ6myXMxXiVUNBcLIgh3FV8R3pheM6itkFl8RNBfh+fWAHyEz3NB9U= Received: by 10.11.116.78 with SMTP id o78mr237623cwc; Thu, 06 Jan 2005 07:10:24 -0800 (PST) Received: by 10.11.94.76 with HTTP; Thu, 6 Jan 2005 07:10:24 -0800 (PST) Message-ID: Date: Thu, 6 Jan 2005 10:10:24 -0500 From: Kristina Clair Reply-To: Kristina Clair To: linux-xfs@oss.sgi.com Subject: problems with xfs 2.6.13 on gentoo Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4703 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: kclair@gmail.com Precedence: bulk X-list: linux-xfs Hello, I'm using xfs 2.6.13 on a gentoo linux machine (Linux version 2.6.9 (gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)). We are using hardware raid 5 and lvm to create a 1TB device using xfs, with usrquota enabled. There are some actions which seem to partially lock up the filesystem. This is the first time I have ever used xfs, and I'm at a bit of a loss for how to figure out why they are happening. They include: xfs_freeze - causes the disk to become completely inaccessible and the machine to lock up. setquota - this command actually works for some users, but it occassionally locks up. when it does, the processes are impossible to kill. is there any command i can use to fix/restore the quota system? Please let me know if I should provide any further information, and thanks in advance for any help! Kristina From owner-linux-xfs Wed Jan 5 19:12:03 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 19:12:05 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j063C3x3010923 for ; Wed, 5 Jan 2005 19:12:03 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j063C3QZ010922 for linux-xfs@oss.sgi.com; Wed, 5 Jan 2005 19:12:03 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j063C1V4010893 for ; Wed, 5 Jan 2005 19:12:01 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j062bfrs009199; Wed, 5 Jan 2005 18:37:41 -0800 Date: Wed, 5 Jan 2005 18:37:41 -0800 Message-Id: <200501060237.j062bfrs009199@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 378] xfs does not set inode ctime if ATTR_CTIME flag is enabled X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4704 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs http://oss.sgi.com/bugzilla/show_bug.cgi?id=378 hch@xfs.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From fsintguy@gmail.com 2004-25-10 23:44 PDT ------- Created an attachment (id=147) --> (http://oss.sgi.com/bugzilla/attachment.cgi?id=147&action=view) Fixes xfs ctime attribute ATTR_CTIME xfs_setattr calls xfs_ichgtime even if the flag XFS_AT_CTIME is set. Assign the ctime accordingly by observing the XFS_AT_CTIME attribute. We have to make sure that ATTR_DMI flag is taken care. ------- Additional Comments From hch@xfs.org 2005-05-01 18:37 PDT ------- Yes, this needs fixing. We're not sure how to fix it best, it'll probaby be fixed soon when overhauling the [acm]time handling. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Wed Jan 5 19:12:03 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 19:12:07 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j063C3Fv010925 for ; Wed, 5 Jan 2005 19:12:03 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j063C3TM010921 for linux-xfs@oss.sgi.com; Wed, 5 Jan 2005 19:12:03 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j063C1V2010893 for ; Wed, 5 Jan 2005 19:12:01 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j062cvka009285; Wed, 5 Jan 2005 18:38:57 -0800 Date: Wed, 5 Jan 2005 18:38:57 -0800 Message-Id: <200501060238.j062cvka009285@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 386] xfsdump-2.2.25 fails on compile X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4705 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs http://oss.sgi.com/bugzilla/show_bug.cgi?id=386 hch@xfs.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Wed Jan 5 19:27:42 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 19:27:50 -0800 (PST) Received: from sommereik.ii.uib.no (sommereik.ii.uib.no [129.177.16.236]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j063Rf7t012621 for ; Wed, 5 Jan 2005 19:27:41 -0800 Received: from loko.ii.uib.no ([129.177.20.21]:50235) by sommereik.ii.uib.no with esmtps (TLSv1:AES256-SHA:256) (Exim 4.43) id 1CmZXt-0007yc-ON; Thu, 06 Jan 2005 16:27:29 +0100 Received: (from janfrode@localhost) by loko.ii.uib.no (8.12.11/8.12.11/Submit) id j06FHQWP025000; Thu, 6 Jan 2005 16:17:26 +0100 Date: Thu, 6 Jan 2005 16:17:26 +0100 From: Jan-Frode Myklebust To: Trond Myklebust Cc: Chris Wright , linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com, Eirik Thorsnes , smfrench@austin.rr.com, matthew@wil.cx Subject: Re: panic - Attempting to free lock with active block list Message-ID: <20050106151726.GB24796@ii.uib.no> Mail-Followup-To: Trond Myklebust , Chris Wright , linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com, Eirik Thorsnes , smfrench@austin.rr.com, matthew@wil.cx References: <20050105195736.GA26989@ii.uib.no> <20050105123207.J469@build.pdx.osdl.net> <1104962043.5717.28.camel@lade.trondhjem.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1104962043.5717.28.camel@lade.trondhjem.org> X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4706 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: Jan-Frode.Myklebust@bccs.uib.no Precedence: bulk X-list: linux-xfs On Wed, Jan 05, 2005 at 10:54:03PM +0100, Trond Myklebust wrote: > > Looking at the NFS code, I can attempt a wild guess about what may be > happening: there may be a race when pressing ^C in the middle of a > blocking NFS lock RPC call, and if so, the following patch will fix it. A whopping 9 hours of uptime now :) So the one-liner patch seems to have fixed it. Thanks! > - posix_lock_file(filp, fl); > + posix_lock_file_wait(filp, fl); -jf From owner-linux-xfs Wed Jan 5 19:35:43 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 19:35:44 -0800 (PST) Received: from pentafluge.infradead.org ([213.146.154.40]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j063ZhA8013456 for ; Wed, 5 Jan 2005 19:35:43 -0800 Received: from hch by pentafluge.infradead.org with local (Exim 4.42 #1 (Red Hat Linux)) id 1CmZfj-00056j-Nl; Thu, 06 Jan 2005 15:35:35 +0000 Date: Thu, 6 Jan 2005 15:35:35 +0000 From: Christoph Hellwig To: Kristina Clair Cc: linux-xfs@oss.sgi.com Subject: Re: problems with xfs 2.6.13 on gentoo Message-ID: <20050106153535.GA19574@infradead.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4707 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hch@infradead.org Precedence: bulk X-list: linux-xfs On Thu, Jan 06, 2005 at 10:10:24AM -0500, Kristina Clair wrote: > xfs_freeze - causes the disk to become completely inaccessible and the > machine to lock up. you did an xfs_freeze -u after you did your snapshot, no? Else this is expected behaviour. From owner-linux-xfs Wed Jan 5 19:45:54 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 19:45:57 -0800 (PST) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.250]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j063jrVr014083 for ; Wed, 5 Jan 2005 19:45:54 -0800 Received: by mproxy.gmail.com with SMTP id w41so343960cwb for ; Thu, 06 Jan 2005 07:45:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=P3LLl2SUwMpZMstsVeZOCOQfYzTSjWTOkGwFWo4qAx4qXcFGLbG6LmroBxZJEsZziSuHYFqeHNDAIUxCx3vR9kZrGOiYHTXeInY96qodri+moPXR+CEPiUdphEgSmszY0AfL04iQuFfw5e0Al02v5cLfc2Dvm5XrljxuuXLL2W8= Received: by 10.11.99.22 with SMTP id w22mr239227cwb; Thu, 06 Jan 2005 07:45:46 -0800 (PST) Received: by 10.11.94.76 with HTTP; Thu, 6 Jan 2005 07:45:46 -0800 (PST) Message-ID: Date: Thu, 6 Jan 2005 10:45:46 -0500 From: Kristina Clair Reply-To: Kristina Clair To: Christoph Hellwig Subject: Re: problems with xfs 2.6.13 on gentoo Cc: linux-xfs@oss.sgi.com In-Reply-To: <20050106153535.GA19574@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050106153535.GA19574@infradead.org> X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4708 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: kclair@gmail.com Precedence: bulk X-list: linux-xfs On Thu, 6 Jan 2005 15:35:35 +0000, Christoph Hellwig wrote: > On Thu, Jan 06, 2005 at 10:10:24AM -0500, Kristina Clair wrote: > > xfs_freeze - causes the disk to become completely inaccessible and the > > machine to lock up. > > you did an xfs_freeze -u after you did your snapshot, no? Else this > is expected behaviour. > It is the initial xfs_freeze -f that locks up the machine... Kristina From owner-linux-xfs Wed Jan 5 21:25:24 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 21:25:27 -0800 (PST) Received: from mx2.tippett.com (mx2.tippett.com [64.81.248.66]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j065PNaB021256 for ; Wed, 5 Jan 2005 21:25:23 -0800 Received: from relay3.tippett.com (relay3.tippett.com [192.168.3.179]) by mx2.tippett.com (8.12.8/8.12.8) with ESMTP id j06HGKcY023705 for ; Thu, 6 Jan 2005 09:16:20 -0800 Received: from tippett.com (gangsta.tippett.com [192.168.3.62]) by relay3.tippett.com (8.12.8/8.12.8) with ESMTP id j06H8mpL002024 for ; Thu, 6 Jan 2005 09:08:48 -0800 Message-ID: <41DD72A5.3030106@tippett.com> Date: Thu, 06 Jan 2005 09:17:25 -0800 From: Christian Rice Reply-To: xian@tippett.com Organization: Tippett Studio User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: linux-xfs@oss.sgi.com Subject: request for enhancement Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.45 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4709 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: xian@tippett.com Precedence: bulk X-list: linux-xfs I'd be very interested in an xfs_repair that could operate on multiple AGs concurrently. Would this not be a good thing? Large filesystems take forever to repair. Any thoughts? From owner-linux-xfs Wed Jan 5 21:46:59 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 21:47:00 -0800 (PST) Received: from mail00hq.adic.com ([63.81.117.10]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j065kwsj022168 for ; Wed, 5 Jan 2005 21:46:59 -0800 Received: from mail02hq.adic.com ([172.16.9.18]) by mail00hq.adic.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 6 Jan 2005 09:46:44 -0800 Received: from [172.16.82.67] ([172.16.82.67]) by mail02hq.adic.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 6 Jan 2005 09:46:46 -0800 Message-ID: <41DD786F.4090804@xfs.org> Date: Thu, 06 Jan 2005 11:42:07 -0600 From: Steve Lord User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: xian@tippett.com CC: linux-xfs@oss.sgi.com Subject: Re: request for enhancement References: <41DD72A5.3030106@tippett.com> In-Reply-To: <41DD72A5.3030106@tippett.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Jan 2005 17:46:46.0422 (UTC) FILETIME=[B1002B60:01C4F417] X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4710 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: lord@xfs.org Precedence: bulk X-list: linux-xfs Christian Rice wrote: > I'd be very interested in an xfs_repair that could operate on multiple > AGs concurrently. Would this not be a good thing? Large filesystems > take forever to repair. > > Any thoughts? > Heh, The record for xfs_repair was over 7 days - trust me, you do not have a large filesystem. There was an effort to multithread repair because of this, problem is, most of the passes are not actually independent, and I think at the end of the day the speedup was nominal - if my memory serves me right. It is certainly an area which needs help though. Steve From owner-linux-xfs Wed Jan 5 22:12:04 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 22:12:05 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j066C3kN023179 for ; Wed, 5 Jan 2005 22:12:03 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j066C3YO023177 for linux-xfs@oss.sgi.com; Wed, 5 Jan 2005 22:12:03 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j066C2Lk023148 for ; Wed, 5 Jan 2005 22:12:02 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j065W7uc021951; Wed, 5 Jan 2005 21:32:07 -0800 Date: Wed, 5 Jan 2005 21:32:07 -0800 Message-Id: <200501060532.j065W7uc021951@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 363] segfault of user-app while triggering dmapi event X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4711 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs http://oss.sgi.com/bugzilla/show_bug.cgi?id=363 ------- Additional Comments From roehrich@sgi.com 2005-05-01 21:32 PDT ------- I guess no one's been using CREATE and POSTCREATE events. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Wed Jan 5 22:12:04 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 05 Jan 2005 22:12:06 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j066C35x023181 for ; Wed, 5 Jan 2005 22:12:04 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j066C3iM023178 for linux-xfs@oss.sgi.com; Wed, 5 Jan 2005 22:12:03 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j066C2Lo023148 for ; Wed, 5 Jan 2005 22:12:02 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j065RDQ3021647; Wed, 5 Jan 2005 21:27:13 -0800 Date: Wed, 5 Jan 2005 21:27:13 -0800 Message-Id: <200501060527.j065RDQ3021647@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 363] segfault of user-app while triggering dmapi event X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4712 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs http://oss.sgi.com/bugzilla/show_bug.cgi?id=363 roehrich@sgi.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Thu Jan 6 02:47:57 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 06 Jan 2005 02:47:59 -0800 (PST) Received: from hell.sks3.muni.cz (hell.sks3.muni.cz [147.251.210.30]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j06AlufK015740 for ; Thu, 6 Jan 2005 02:47:57 -0800 Received: from xhejtman by hell.sks3.muni.cz with local (Exim 3.36 #1 (Debian)) id 1CmgPu-00017f-00; Thu, 06 Jan 2005 23:47:42 +0100 Date: Thu, 6 Jan 2005 23:47:42 +0100 From: Lukas Hejtmanek To: linux-xfs@oss.sgi.com Cc: xliska@fi.muni.cz Subject: xfs_repair Message-ID: <20050106224742.GB2313@mail.muni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-echelon: NSA, CIA, CI5, MI5, FBI, KGB, BIS, Plutonium, Bin Laden, bomb User-Agent: Mutt/1.5.6+20040907i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4713 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: xhejtman@hell.sks3.muni.cz Precedence: bulk X-list: linux-xfs Hello, today we accidentaly broke our 200GB disk containing XFS file system. This drive was inserted into HW RAID 5 array and rebuilding has begun. We noticed that *that* drive contained important data. Building was about 20% of progress. We put disk out and tried the xfs_repair on it. Unfortunately it responds: found candidate secondary superblock... fatal error -- could not read superblock Is there still any chance to get some data back? -- Lukáą Hejtmánek From owner-linux-xfs Thu Jan 6 03:02:53 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 06 Jan 2005 03:02:55 -0800 (PST) Received: from hell.sks3.muni.cz (hell.sks3.muni.cz [147.251.210.30]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j06B2rYA016407 for ; Thu, 6 Jan 2005 03:02:53 -0800 Received: from xhejtman by hell.sks3.muni.cz with local (Exim 3.36 #1 (Debian)) id 1CmgeG-0001Dz-00; Fri, 07 Jan 2005 00:02:32 +0100 Date: Fri, 7 Jan 2005 00:02:32 +0100 From: Lukas Hejtmanek To: Mathieu Betrancourt Cc: linux-xfs@oss.sgi.com Subject: Re: xfs_repair Message-ID: <20050106230232.GE2313@mail.muni.cz> References: <20050106224742.GB2313@mail.muni.cz> <26743c105010614583c2d5499@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <26743c105010614583c2d5499@mail.gmail.com> X-echelon: NSA, CIA, CI5, MI5, FBI, KGB, BIS, Plutonium, Bin Laden, bomb User-Agent: Mutt/1.5.6+20040907i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4714 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: xhejtman@mail.muni.cz Precedence: bulk X-list: linux-xfs On Thu, Jan 06, 2005 at 11:58:16PM +0100, Mathieu Betrancourt wrote: > if that drive was part of a raid5 array its fail may cause zero data > loss because the 2 other drives have enough information to reconstruct > all data (see raid 5 design). ah. I did not explain it clearly. We have a server with two 200GB disks. We have an RAID5 array that was degraded. We want to fix RAID array using one of those 200GB disks. Unfortunately we took the bad one that was full of important data. Hope it is clear now. -- Lukáą Hejtmánek From owner-linux-xfs Thu Jan 6 22:33:48 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 06 Jan 2005 22:33:50 -0800 (PST) Received: from iris.icglink.com (iris.icglink.com [216.183.105.244]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j076XlIf028719 for ; Thu, 6 Jan 2005 22:33:47 -0800 Received: (qmail 8144 invoked by uid 522); 7 Jan 2005 18:33:34 -0000 Received: from phil@icglink.com by iris by uid 525 with qmail-scanner-1.16 (clamscan: 0.54. spamassassin: 2.55. Clear:. Processed in 5.555157 secs); 07 Jan 2005 18:33:34 -0000 Received: from unknown (HELO chili.icglink.com) (66.45.13.2) by mail3.icglink.com with SMTP; 7 Jan 2005 18:33:26 -0000 Date: Fri, 7 Jan 2005 12:33:26 -0600 From: Phil Dier To: linux-xfs@oss.sgi.com Subject: oops with software raid, lvm, xfs, nfs and smp Message-Id: <20050107123326.06ec033b.phil@icglink.com> Organization: ICGLink X-Mailer: Sylpheed version 0.9.99 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4715 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: phil@icglink.com Precedence: bulk X-list: linux-xfs [I originally sent this to linux-kernel, but haven't received any responses. I figured I'd try here since my problem seems to be XFS-related] Hi, I posted a while back about a storage array I'm setting up using Software RAID, LVM, XFS, and NFS. Some problems have been fixed in the 2.6.10 release, however one problem remains and exhibits itself during heavy I/O that appears to be related to XFS. Due to its size, I've posted my debug info at this location (I've included output from all of the above kernels): (~80kb) Please let me know if I've left anything out that would help in locating the source of the problem. I'm very willing to try out any patches/config changes. please cc me on any replies, as I am not subscribed to the list... -- Phil Dier (ICGLink.com -- 615 370-1530 x733) /* vim:set noai nocindent ts=8 sw=8: */ From owner-linux-xfs Fri Jan 7 04:12:54 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 07 Jan 2005 04:12:59 -0800 (PST) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j07CCr3V021940 for ; Fri, 7 Jan 2005 04:12:54 -0800 Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j080CiHn001007 for ; Sat, 8 Jan 2005 11:12:44 +1100 Received: from jdc.local (ppp1FAC.dsl.pacific.net.au [203.100.245.172]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j080CixG003872 for ; Sat, 8 Jan 2005 11:12:44 +1100 Received: from jdc.local (localhost [127.0.0.1]) by jdc.local (8.13.2/8.13.2/Debian-1) with ESMTP id j080CHrx003838 for ; Sat, 8 Jan 2005 11:12:17 +1100 Received: (from jason@localhost) by jdc.local (8.13.2/8.13.2/Submit) id j080CFSf003812; Sat, 8 Jan 2005 11:12:15 +1100 From: Jason White MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16863.9562.848700.546372@jdc.local> Date: Sat, 8 Jan 2005 11:12:10 +1100 To: linux-xfs Subject: Re: TAKE 904196 - Merge up to 2.6.10. In-Reply-To: <200501050519.j055J3MS002406@chook.melbourne.sgi.com> References: <200501050519.j055J3MS002406@chook.melbourne.sgi.com> X-Mailer: VM 7.19 under Emacs 21.3.1 Reply-To: jasonw@ariel.its.unimelb.edu.au X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4716 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: jasonw@ariel.its.unimelb.edu.au Precedence: bulk X-list: linux-xfs Is the connection between SGI's source tree and cvs working? When I run a cvs update, linux-2.6-xfs/Makefile still reads VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 9 From owner-linux-xfs Fri Jan 7 18:47:28 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 07 Jan 2005 18:47:39 -0800 (PST) Received: from mail.vcc.de (mail.vcc.de [217.111.2.122]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j082lSio027766 for ; Fri, 7 Jan 2005 18:47:28 -0800 Received: from localhost (localhost [127.0.0.1]) by mail.vcc.de (Postfix) with ESMTP id 8C07E1620BA; Sat, 8 Jan 2005 15:47:19 +0100 (CET) Received: from mail.vcc.de ([127.0.0.1]) by localhost (mail.vcc.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06448-03; Sat, 8 Jan 2005 15:47:18 +0100 (CET) Received: from [192.9.209.64] (wolverine.vcc.de [217.111.2.200]) by mail.vcc.de (Postfix) with ESMTP id 43D0C161F58; Sat, 8 Jan 2005 15:47:18 +0100 (CET) Message-ID: <41DFF25B.1000309@opticalart.de> Date: Sat, 08 Jan 2005 15:46:51 +0100 From: Frank Hellmann Organization: Optical Art Film- und Special-Effects GmbH User-Agent: Mozilla Thunderbird 0.8 (X11/20040926) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lukas Hejtmanek Cc: linux-xfs@oss.sgi.com, frank@vfx.to Subject: Re: xfs_repair References: <20050106224742.GB2313@mail.muni.cz> <26743c105010614583c2d5499@mail.gmail.com> <20050106230232.GE2313@mail.muni.cz> In-Reply-To: <20050106230232.GE2313@mail.muni.cz> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: by amavisd-new at vcc.de X-Virus-Status: Clean X-archive-position: 4717 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: frank@opticalart.de Precedence: bulk X-list: linux-xfs Hi Lukas! If you have a chance, do a copy (via dd) to an empty disk before trying to recover anything and use that copied disk for playing around. Rebuilds tend to start at the beginning of the disks and go sequentially further on. So my first guess is that the partition table is corrupt and will give xfs_repair strange partition layouts back. If you have any idea how it was laid out, I would suggest to restore it to the original layout, via fdisk or the like. After that try an xfs_repair and now it should be able to find a suitable superblock. For the data I would fear that there will be a _lot_ of corrupted/missing files now. As they say: RAID is _not_ a backup... Anyway, good luck for the recovery. Cheers, Frank... Lukas Hejtmanek wrote: > On Thu, Jan 06, 2005 at 11:58:16PM +0100, Mathieu Betrancourt wrote: > >>if that drive was part of a raid5 array its fail may cause zero data >>loss because the 2 other drives have enough information to reconstruct >>all data (see raid 5 design). > > > ah. I did not explain it clearly. > > We have a server with two 200GB disks. We have an RAID5 array that was degraded. > We want to fix RAID array using one of those 200GB disks. Unfortunately we took > the bad one that was full of important data. Hope it is clear now. > -- -------------------------------------------------------------------------- Frank Hellmann Optical Art GmbH Waterloohain 7a DI Supervisor http://www.opticalart.de 22769 Hamburg frank@opticalart.de Tel: ++49 40 5111051 Fax: ++49 40 43169199 From owner-linux-xfs Sun Jan 9 02:24:59 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 09 Jan 2005 02:25:01 -0800 (PST) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j09AOxVv004498 for ; Sun, 9 Jan 2005 02:24:59 -0800 Received: from flecktone.americas.sgi.com (flecktone.americas.sgi.com [198.149.16.15]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j09NoNGc029896 for ; Sun, 9 Jan 2005 15:50:23 -0800 Received: from maine.americas.sgi.com (maine.americas.sgi.com [128.162.232.87]) by flecktone.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id j09MNoCK6098530; Sun, 9 Jan 2005 16:23:50 -0600 (CST) Received: from hch by maine.americas.sgi.com with local (Exim 3.36 #1 (Debian)) id 1CnlTR-0006Gt-00; Sun, 09 Jan 2005 16:23:49 -0600 To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@fido.engr.sgi.com Subject: TAKE 923968 - Move support code for NFS exporting to a conditionally built file Message-Id: From: Christoph Hellwig Date: Sun, 09 Jan 2005 16:23:49 -0600 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4718 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hch@sgi.com Precedence: bulk X-list: linux-xfs Date: Sun Jan 9 14:23:36 PST 2005 Workarea: maine.americas.sgi.com:/home/daisy40/hch/ptools/xfs-2.6.x Inspected by: nathans The following file(s) were checked into: bonnie.engr.sgi.com:/isms/linux/2.6.x-xfs Modid: xfs-linux:xfs-kern:185437a fs/xfs/linux-2.6/xfs_export.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_export.c - new file, support code for NFS exporting fs/xfs/Makefile-linux-2.6 - 1.194 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/Makefile-linux-2.6.diff?r1=text&tr1=1.194&r2=text&tr2=1.193&f=h - add xfs_export.c fs/xfs/linux-2.6/xfs_super.h - 1.63 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.h.diff?r1=text&tr1=1.63&r2=text&tr2=1.62&f=h - add extern for linvfs_export_operations fs/xfs/linux-2.6/xfs_super.c - 1.323 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.c.diff?r1=text&tr1=1.323&r2=text&tr2=1.322&f=h - move NFS export code to xfs_export.c From owner-linux-xfs Sun Jan 9 02:43:19 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 09 Jan 2005 02:43:22 -0800 (PST) Received: from omx1.americas.sgi.com (omx1-ext.sgi.com [192.48.179.11]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j09AhIUd007166 for ; Sun, 9 Jan 2005 02:43:18 -0800 Received: from ledzep.americas.sgi.com (ledzep.americas.sgi.com [198.149.16.14]) by omx1.americas.sgi.com (8.12.10/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j09MhAxT015741 for ; Sun, 9 Jan 2005 16:43:10 -0600 Received: from maine.americas.sgi.com (maine.americas.sgi.com [128.162.232.87]) by ledzep.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id j09Mh9pq7455339; Sun, 9 Jan 2005 16:43:09 -0600 (CST) Received: from hch by maine.americas.sgi.com with local (Exim 3.36 #1 (Debian)) id 1Cnlm8-0006ne-00; Sun, 09 Jan 2005 16:43:08 -0600 To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@fido.engr.sgi.com Subject: TAKE 927961 - Disable variable sized transfers on loop devices Message-Id: From: Christoph Hellwig Date: Sun, 09 Jan 2005 16:43:08 -0600 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4719 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hch@sgi.com Precedence: bulk X-list: linux-xfs Date: Sun Jan 9 14:42:48 PST 2005 Workarea: maine.americas.sgi.com:/home/daisy40/hch/ptools/xfs-2.4.x Inspected by: nathans The following file(s) were checked into: bonnie.engr.sgi.com:/isms/linux/2.4.x-xfs Modid: xfs-linux:xfs-kern:185438a fs/xfs/linux-2.4/xfs_buf.c - 1.201 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_buf.c.diff?r1=text&tr1=1.201&r2=text&tr2=1.200&f=h - Make sure to to single-sector transfers only for loop devices. See http://oss.sgi.com/bugzilla/show_bug.cgi?id=388 for details. From owner-linux-xfs Sun Jan 9 02:52:17 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 09 Jan 2005 02:52:20 -0800 (PST) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j09AqGUB007691 for ; Sun, 9 Jan 2005 02:52:17 -0800 Received: from ledzep.americas.sgi.com (ledzep.americas.sgi.com [198.149.16.14]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j0A0Hfr1002133 for ; Sun, 9 Jan 2005 16:17:41 -0800 Received: from maine.americas.sgi.com (maine.americas.sgi.com [128.162.232.87]) by ledzep.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id j09Mq7pq7448273; Sun, 9 Jan 2005 16:52:07 -0600 (CST) Received: from hch by maine.americas.sgi.com with local (Exim 3.36 #1 (Debian)) id 1Cnlup-0006t1-00; Sun, 09 Jan 2005 16:52:07 -0600 To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@fido.engr.sgi.com Subject: TAKE 928101 - Fix compilations for parisc Message-Id: From: Christoph Hellwig Date: Sun, 09 Jan 2005 16:52:07 -0600 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4720 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hch@sgi.com Precedence: bulk X-list: linux-xfs Date: Sun Jan 9 14:51:45 PST 2005 Workarea: maine.americas.sgi.com:/home/daisy40/hch/ptools/xfs-2.6.x Inspected by: nathans The following file(s) were checked into: bonnie.engr.sgi.com:/isms/linux/2.6.x-xfs Modid: xfs-linux:xfs-kern:185439a fs/xfs/linux-2.6/xfs_buf.c - 1.186 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_buf.c.diff?r1=text&tr1=1.186&r2=text&tr2=1.185&f=h - pagebuf_lock_value dereferences struct semaphore, but the layout of it is machine-dependent. Most architectures use a layout were the dereference in pagebuf_lock_value is fine, but for example parisc doesn't. pagebuf_lock_value isn't ever called in non-debug builds so compile it only for debug builds fs/xfs/linux-2.4/xfs_buf.c - 1.202 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_buf.c.diff?r1=text&tr1=1.202&r2=text&tr2=1.201&f=h - pagebuf_lock_value dereferences struct semaphore, but the layout of it is machine-dependent. Most architectures use a layout were the dereference in pagebuf_lock_value is fine, but for example parisc doesn't. pagebuf_lock_value isn't ever called in non-debug builds so compile it only for debug builds fs/xfs/linux-2.6/xfs_ksyms.c - 1.13 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_ksyms.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h - pagebuf_lock_value dereferences struct semaphore, but the layout of it is machine-dependent. Most architectures use a layout were the dereference in pagebuf_lock_value is fine, but for example parisc doesn't. pagebuf_lock_value isn't ever called in non-debug builds so compile it only for debug builds fs/xfs/linux-2.4/xfs_ksyms.c - 1.10 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_ksyms.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h - pagebuf_lock_value dereferences struct semaphore, but the layout of it is machine-dependent. Most architectures use a layout were the dereference in pagebuf_lock_value is fine, but for example parisc doesn't. pagebuf_lock_value isn't ever called in non-debug builds so compile it only for debug builds From owner-linux-xfs Mon Jan 10 13:58:59 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 10 Jan 2005 13:59:02 -0800 (PST) Received: from harrier.cohaesio.com (harrier.cohaesio.com [212.97.128.50]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0ALwwtW011088 for ; Mon, 10 Jan 2005 13:58:59 -0800 Received: by harrier.cohaesio.com (Postfix, from userid 88) id 169BF44; Tue, 11 Jan 2005 10:58:50 +0100 (CET) X-Original-To: news2mail@news.cohaesio.com Delivered-To: news2mail@news.cohaesio.com From: Anders Saaby Subject: Re: panic - Attempting to free lock with active block list Followup-To: cohaesio.lists.linux.kernel Date: Tue, 11 Jan 2005 10:59:20 +0100 Organization: Cohaesio A/S Lines: 78 Message-ID: References: <20050105195736.GA26989@ii.uib.no> <20050105123207.J469@build.pdx.osdl.net> <1104962043.5717.28.camel@lade.trondhjem.org> <20050106151726.GB24796@ii.uib.no> Reply-To: as@cohaesio.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: harrier.cohaesio.com 1105437529 20495 212.97.128.136 (11 Jan 2005 09:58:49 GMT) X-Complaints-To: newsmaster@news.cohaesio.com To: linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4721 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: as@cohaesio.com Precedence: bulk X-list: linux-xfs Hi Myklebust(s) :) I have seen the exact same error on one of my webservers which is serving from an NFS export and under heavy load. ~2 hours uptime before panic'ing. I then tried Trond's patch which seems to work. 14 hours of uptime now. :) Anyways, I have a couple of issues you might be able to clear up for me: First issue: New strange message in the kernel log: "nlmclnt_lock: VFS is out of sync with lock manager!" - What does this mean? - Is it bad?, What can i do? Second issue: my fs/nfs/file.c doesn't look like yours (Vanilla 2.6.10): status = NFS_PROTO(inode)->lock(filp, cmd, fl); /* If we were signalled we still need to ensure that * we clean up any state on the server. We therefore * record the lock call as having succeeded in order to * ensure that locks_remove_posix() cleans it out when * the process exits. */ if (status == -EINTR || status == -ERESTARTSYS) posix_lock_file_wait(filp, fl); unlock_kernel(); if (status < 0) return status; /* * Make sure we clear the cache whenever we try to get the lock. * This makes locking act as a cache coherency point. */ filemap_fdatawrite(filp->f_mapping); down(&inode->i_sem); nfs_wb_all(inode); /* we may have slept */ up(&inode->i_sem); filemap_fdatawait(filp->f_mapping); nfs_zap_caches(inode); return 0; So... Am I missing another patch or something else? Jan-Frode Myklebust wrote: > On Wed, Jan 05, 2005 at 10:54:03PM +0100, Trond Myklebust wrote: >> >> Looking at the NFS code, I can attempt a wild guess about what may be >> happening: there may be a race when pressing ^C in the middle of a >> blocking NFS lock RPC call, and if so, the following patch will fix it. > > > A whopping 9 hours of uptime now :) So the one-liner patch seems to have > fixed it. > > Thanks! > >> - posix_lock_file(filp, fl); >> + posix_lock_file_wait(filp, fl); > > > -jf -- Med venlig hilsen - Best regards - Meilleures salutations Anders Saaby Systems Engineer ------------------------------------------------ Cohaesio A/S - Maglebjergvej 5D - DK-2800 Lyngby Phone: +45 45 880 888 - Fax: +45 45 880 777 Mail: as@cohaesio.com - http://www.cohaesio.com ------------------------------------------------ From owner-linux-xfs Mon Jan 10 19:53:00 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 10 Jan 2005 19:53:02 -0800 (PST) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.242]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0B3qxBW027019 for ; Mon, 10 Jan 2005 19:53:00 -0800 Received: by mproxy.gmail.com with SMTP id w41so438803cwb for ; Tue, 11 Jan 2005 07:52:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=MxAd+hgw9kZUR2wGVDaS6+/i/dzw3oPeucN7l6epqnLrBxH9trUnmeI0SM6YD44MtBGpjwkXIvqu78ChOn7w5HVGvuwhGpr6undFxu8sAdlpG8mvSS1/AbqIarj1x85Zv9kC6b0CDhJ6DWAqJ1JEqo5v8rLgIcQiHA4lYrl74g0= Received: by 10.11.118.11 with SMTP id q11mr438458cwc; Tue, 11 Jan 2005 07:52:52 -0800 (PST) Received: by 10.11.94.76 with HTTP; Tue, 11 Jan 2005 07:52:52 -0800 (PST) Message-ID: Date: Tue, 11 Jan 2005 10:52:52 -0500 From: Kristina Clair Reply-To: Kristina Clair To: linux-xfs@oss.sgi.com Subject: I/O error with setquota Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4722 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: kclair@gmail.com Precedence: bulk X-list: linux-xfs Hello, I'm happy to say that many of my previous problems with xfs were fixed by upgrading to the latest versions of xfs and xfs_progs. However, when I try to set quotas for certain users, I'm getting an I/O error: setquota: Can't write quota for X on /dev/lvmvg/lvol0: Input/output error I ran xfs_check which found some errors, and then xfs_repair, but even after that the error still occurs. It is only affecting a handful of users. Is this likely a hardware problem or a problem with setquota? Thanks, Kristina From owner-linux-xfs Tue Jan 11 11:59:49 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 11 Jan 2005 11:59:56 -0800 (PST) Received: from mail.partsinfinity.com (h-68-167-130-106.nycmny83.covad.net [68.167.130.106]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0BJxmFs024418 for ; Tue, 11 Jan 2005 11:59:49 -0800 Received: from new (h-68-166-225-202.nycmny83.covad.net [68.166.225.202]) by mail.partsinfinity.com (Postfix) with ESMTP id 86E6F25A2C for ; Tue, 11 Jan 2005 15:04:00 -0500 (EST) From: "Ignazio Calderone" Subject: Employment Links on your web site To: "Linux Xfs" Date: Tue, 11 Jan 2005 14:56:05 -0500 Message-Id: <20050111200400.86E6F25A2C@mail.partsinfinity.com> X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4723 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: ICalderone@JobSpin.com Precedence: bulk X-list: linux-xfs Hi this is Ignazio, how are you? I found your web site at sgi.com and thought it was great. The content is informative and the layout is easy to navigate. Please consider adding the following info to your web site: http://www.JobSpin.com JobSpin.com – The Best Job Search on the Internet. I think the information would compliment this area of your site the most: http://oss.sgi.com/archives/linux-xfs/2001-05/msg00969.html, but any area on your site would be great. Best regards, Ignazio Calderone JobSpin ICalderone@JobSpin.com http://www.jobspin.com/ 973-956-7227 From owner-linux-xfs Tue Jan 11 14:10:08 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 11 Jan 2005 14:10:10 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id j0BMA6Y8005449 for ; Tue, 11 Jan 2005 14:10:07 -0800 Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id JAA25335; Wed, 12 Jan 2005 09:09:55 +1100 Received: from wobbly.melbourne.sgi.com (localhost [127.0.0.1]) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id j0BM9rXE1273396; Wed, 12 Jan 2005 09:09:53 +1100 (EST) Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id j0BM9pjB1272897; Wed, 12 Jan 2005 09:09:51 +1100 (EST) Date: Wed, 12 Jan 2005 09:09:51 +1100 From: Nathan Scott To: Kristina Clair Cc: linux-xfs@oss.sgi.com Subject: Re: I/O error with setquota Message-ID: <20050112090951.A1273050@wobbly.melbourne.sgi.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from kclair@gmail.com on Tue, Jan 11, 2005 at 10:52:52AM -0500 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4724 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@sgi.com Precedence: bulk X-list: linux-xfs On Tue, Jan 11, 2005 at 10:52:52AM -0500, Kristina Clair wrote: > Is this likely a hardware problem or a problem with setquota? Its unlikely to be setquota - EIO ("I/O error") is most likely to be coming up from the device driver - so, hardware issue probably. cheers. -- Nathan From owner-linux-xfs Tue Jan 11 14:49:43 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 11 Jan 2005 14:49:45 -0800 (PST) Received: from mail.sandeen.net (sandeen.net [209.173.210.139]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0BMnhvp007874 for ; Tue, 11 Jan 2005 14:49:43 -0800 Received: from [10.199.4.46] (dfw-vgw1-200.raytheon.com [199.46.252.200]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sandeen.net (Postfix) with ESMTP id D3FC72800F4; Tue, 11 Jan 2005 16:49:36 -0600 (CST) Message-ID: <41E457FF.1070906@sgi.com> Date: Tue, 11 Jan 2005 16:49:35 -0600 From: Eric Sandeen User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nathan Scott Cc: Kristina Clair , linux-xfs@oss.sgi.com Subject: Re: I/O error with setquota References: <20050112090951.A1273050@wobbly.melbourne.sgi.com> In-Reply-To: <20050112090951.A1273050@wobbly.melbourne.sgi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4725 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: sandeen@sgi.com Precedence: bulk X-list: linux-xfs Nathan Scott wrote: > On Tue, Jan 11, 2005 at 10:52:52AM -0500, Kristina Clair wrote: > >>Is this likely a hardware problem or a problem with setquota? > > > Its unlikely to be setquota - EIO ("I/O error") is most likely to > be coming up from the device driver - so, hardware issue probably. > > cheers. > what does dmesg and/or /var/log/messages have to say when you see this error? -Eric From owner-linux-xfs Tue Jan 11 21:41:14 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 11 Jan 2005 21:41:16 -0800 (PST) Received: from bruce.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0C5fDD2027322 for ; Tue, 11 Jan 2005 21:41:14 -0800 Received: by bruce.melbourne.sgi.com (Postfix, from userid 38403) id 5BBF255BC4; Wed, 12 Jan 2005 16:26:59 +1100 (EST) To: linux-xfs@oss.sgi.com Subject: TAKE 907752 - xfstests Message-Id: <20050112052659.5BBF255BC4@bruce.melbourne.sgi.com> Date: Wed, 12 Jan 2005 16:26:59 +1100 (EST) From: fsgqa@bruce.melbourne.sgi.com (FSG QA) X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4726 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: fsgqa@bruce.melbourne.sgi.com Precedence: bulk X-list: linux-xfs Switch to dbench3 for benchmark runs, with xattr support enabled. Date: Wed Jan 12 16:38:47 AEDT 2005 Workarea: bruce.melbourne.sgi.com:/home/fsgqa/qa/xfs-cmds Inspected by: nathans The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-cmds/master-melb Modid: master-melb:xfs-cmds:21094a xfstests/common.dbench - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfstests/common.dbench.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h Add a repeated-growfs-while-fsstress'ing test to catch deadlocks. Date: Wed Jan 12 16:40:14 AEDT 2005 Workarea: bruce.melbourne.sgi.com:/home/fsgqa/qa/xfs-cmds Inspected by: nathans The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-cmds/master-melb Modid: master-melb:xfs-cmds:21095a xfstests/104 - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfstests/104 xfstests/104.out - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfstests/104.out xfstests/group - 1.68 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfstests/group.diff?r1=text&tr1=1.68&r2=text&tr2=1.67&f=h From owner-linux-xfs Wed Jan 12 14:05:32 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 12 Jan 2005 14:05:34 -0800 (PST) Received: from omx1.americas.sgi.com (omx1-ext.sgi.com [192.48.179.11]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0CM5VPV023677 for ; Wed, 12 Jan 2005 14:05:32 -0800 Received: from ledzep.americas.sgi.com (ledzep.americas.sgi.com [198.149.16.14]) by omx1.americas.sgi.com (8.12.10/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j0CM5VxT027477 for ; Wed, 12 Jan 2005 16:05:31 -0600 Received: from maine.americas.sgi.com (maine.americas.sgi.com [128.162.232.87]) by ledzep.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id j0CM5Upq7634514; Wed, 12 Jan 2005 16:05:30 -0600 (CST) Received: from hch by maine.americas.sgi.com with local (Exim 3.36 #1 (Debian)) id 1CoqcL-0006rW-00; Wed, 12 Jan 2005 16:05:29 -0600 To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@fido.engr.sgi.com Subject: TAKE 927929 - Make AIO work again Message-Id: From: Christoph Hellwig Date: Wed, 12 Jan 2005 16:05:29 -0600 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4728 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hch@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 841 Lines: 23 Date: Wed Jan 12 14:05:15 PST 2005 Workarea: maine.americas.sgi.com:/home/daisy40/hch/ptools/xfs-2.6.x Inspected by: nathans The following file(s) were checked into: bonnie.engr.sgi.com:/isms/linux/2.6.x-xfs Modid: xfs-linux:xfs-kern:185642a fs/xfs/linux-2.6/xfs_lrw.c - 1.219 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_lrw.c.diff?r1=text&tr1=1.219&r2=text&tr2=1.218&f=h - only wait for iocb completion for non-AIO requests fs/xfs/linux-2.6/xfs_file.c - 1.110 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_file.c.diff?r1=text&tr1=1.110&r2=text&tr2=1.109&f=h - add a flag to VOP_READ/VOP_WRITE to tell whether we are AIO fs/xfs/linux-2.6/xfs_vnode.h - 1.98 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_vnode.h.diff?r1=text&tr1=1.98&r2=text&tr2=1.97&f=h - add IO_ISAIO flag From owner-linux-xfs Wed Jan 12 14:39:17 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 12 Jan 2005 14:39:21 -0800 (PST) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0CMdH0Q027787 for ; Wed, 12 Jan 2005 14:39:17 -0800 Received: from ledzep.americas.sgi.com (ledzep.americas.sgi.com [198.149.16.14]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j0D05FHv030596 for ; Wed, 12 Jan 2005 16:05:16 -0800 Received: from maine.americas.sgi.com (maine.americas.sgi.com [128.162.232.87]) by ledzep.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id j0CMdFpq7636406; Wed, 12 Jan 2005 16:39:15 -0600 (CST) Received: from hch by maine.americas.sgi.com with local (Exim 3.36 #1 (Debian)) id 1Cor91-0008B5-00; Wed, 12 Jan 2005 16:39:15 -0600 To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@fido.engr.sgi.com Subject: PARTIAL TAKE 928382 - Stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere Message-Id: From: Christoph Hellwig Date: Wed, 12 Jan 2005 16:39:15 -0600 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4729 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hch@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 8073 Lines: 167 Date: Wed Jan 12 14:38:29 PST 2005 Workarea: maine.americas.sgi.com:/home/daisy40/hch/ptools/xfs-2.4.x Inspected by: nathans,viro@parcelfarce.linux.theplanet.co.uk The following file(s) were checked into: bonnie.engr.sgi.com:/isms/linux/2.4.x-xfs Modid: xfs-linux:xfs-kern:185644a fs/xfs/xfsidbg.c - 1.269 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfsidbg.c.diff?r1=text&tr1=1.269&r2=text&tr2=1.268&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_log.h - 1.72 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_log.h.diff?r1=text&tr1=1.72&r2=text&tr2=1.71&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_log.c - 1.302 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_log.c.diff?r1=text&tr1=1.302&r2=text&tr2=1.301&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_ialloc.c - 1.178 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_ialloc.c.diff?r1=text&tr1=1.178&r2=text&tr2=1.177&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_macros.c - 1.56 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_macros.c.diff?r1=text&tr1=1.56&r2=text&tr2=1.55&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_log_priv.h - 1.104 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_log_priv.h.diff?r1=text&tr1=1.104&r2=text&tr2=1.103&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_vnodeops.c - 1.638 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vnodeops.c.diff?r1=text&tr1=1.638&r2=text&tr2=1.637&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_dir2_block.c - 1.35 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir2_block.c.diff?r1=text&tr1=1.35&r2=text&tr2=1.34&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_dir2_block.h - 1.14 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir2_block.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_dir.c - 1.159 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir.c.diff?r1=text&tr1=1.159&r2=text&tr2=1.158&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_arch.h - 1.44 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_arch.h.diff?r1=text&tr1=1.44&r2=text&tr2=1.43&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_itable.c - 1.129 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_itable.c.diff?r1=text&tr1=1.129&r2=text&tr2=1.128&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_ialloc_btree.h - 1.26 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_ialloc_btree.h.diff?r1=text&tr1=1.26&r2=text&tr2=1.25&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_ialloc_btree.c - 1.78 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_ialloc_btree.c.diff?r1=text&tr1=1.78&r2=text&tr2=1.77&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_inode_item.c - 1.117 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_inode_item.c.diff?r1=text&tr1=1.117&r2=text&tr2=1.116&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_log_recover.c - 1.293 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_log_recover.c.diff?r1=text&tr1=1.293&r2=text&tr2=1.292&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_vfsops.c - 1.462 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vfsops.c.diff?r1=text&tr1=1.462&r2=text&tr2=1.461&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_bmap_btree.h - 1.66 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_bmap_btree.h.diff?r1=text&tr1=1.66&r2=text&tr2=1.65&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_bmap_btree.c - 1.145 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_bmap_btree.c.diff?r1=text&tr1=1.145&r2=text&tr2=1.144&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_dir2_sf.h - 1.19 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir2_sf.h.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_dir2_sf.c - 1.38 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir2_sf.c.diff?r1=text&tr1=1.38&r2=text&tr2=1.37&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_dir_leaf.c - 1.121 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir_leaf.c.diff?r1=text&tr1=1.121&r2=text&tr2=1.120&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_dir_leaf.h - 1.40 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir_leaf.h.diff?r1=text&tr1=1.40&r2=text&tr2=1.39&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_mount.h - 1.193 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.h.diff?r1=text&tr1=1.193&r2=text&tr2=1.192&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_mount.c - 1.354 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.c.diff?r1=text&tr1=1.354&r2=text&tr2=1.353&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_dir2_data.c - 1.24 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir2_data.c.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_dir2_data.h - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir2_data.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_inode.c - 1.409 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_inode.c.diff?r1=text&tr1=1.409&r2=text&tr2=1.408&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_inode.h - 1.198 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_inode.h.diff?r1=text&tr1=1.198&r2=text&tr2=1.197&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_dir2_leaf.c - 1.36 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir2_leaf.c.diff?r1=text&tr1=1.36&r2=text&tr2=1.35&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_dir2_leaf.h - 1.16 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir2_leaf.h.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_dir_sf.h - 1.26 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir_sf.h.diff?r1=text&tr1=1.26&r2=text&tr2=1.25&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_fsops.c - 1.101 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_fsops.c.diff?r1=text&tr1=1.101&r2=text&tr2=1.100&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_dir2_node.c - 1.41 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir2_node.c.diff?r1=text&tr1=1.41&r2=text&tr2=1.40&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/xfs_dinode.h - 1.73 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dinode.h.diff?r1=text&tr1=1.73&r2=text&tr2=1.72&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/linux-2.6/xfs_ioctl.c - 1.118 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_ioctl.c.diff?r1=text&tr1=1.118&r2=text&tr2=1.117&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/linux-2.4/xfs_ioctl.c - 1.113 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_ioctl.c.diff?r1=text&tr1=1.113&r2=text&tr2=1.112&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/linux-2.6/xfs_ksyms.c - 1.14 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_ksyms.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere fs/xfs/linux-2.4/xfs_ksyms.c - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_ksyms.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h - stop passing ARCH_CONVERT/ARCH_NOCONVERT around everywhere From owner-linux-xfs Wed Jan 12 15:53:17 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 12 Jan 2005 15:53:20 -0800 (PST) Received: from chook.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0CNrE2l010141 for ; Wed, 12 Jan 2005 15:53:16 -0800 Received: from chook.melbourne.sgi.com (localhost.localdomain [127.0.0.1]) by chook.melbourne.sgi.com (8.12.11/8.12.11) with ESMTP id j0CNr4SP000680; Thu, 13 Jan 2005 10:53:04 +1100 Received: (from nathans@localhost) by chook.melbourne.sgi.com (8.12.11/8.12.11/Submit) id j0CNr3gS000673; Thu, 13 Jan 2005 10:53:03 +1100 Date: Thu, 13 Jan 2005 10:53:03 +1100 From: Nathan Scott Message-Id: <200501122353.j0CNr3gS000673@chook.melbourne.sgi.com> To: sgi.bugs.xfs@engr.sgi.com, linux-xfs@oss.sgi.com Subject: TAKE 928388 - missed page->index type cast X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4730 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@chook.melbourne.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 623 Lines: 16 Fix page index to byte calculation result truncation in tracing code. Date: Thu Jan 13 10:52:20 AEDT 2005 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: hch@engr.sgi.com The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:21106a linux-2.6/xfs_aops.c - 1.82 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_aops.c.diff?r1=text&tr1=1.82&r2=text&tr2=1.81&f=h linux-2.4/xfs_aops.c - 1.86 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_aops.c.diff?r1=text&tr1=1.86&r2=text&tr2=1.85&f=h From owner-linux-xfs Wed Jan 12 15:59:11 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 12 Jan 2005 15:59:13 -0800 (PST) Received: from chook.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0CNxAXW011183 for ; Wed, 12 Jan 2005 15:59:11 -0800 Received: from chook.melbourne.sgi.com (localhost.localdomain [127.0.0.1]) by chook.melbourne.sgi.com (8.12.11/8.12.11) with ESMTP id j0CNx1CN002840; Thu, 13 Jan 2005 10:59:01 +1100 Received: (from nathans@localhost) by chook.melbourne.sgi.com (8.12.11/8.12.11/Submit) id j0CNx0MZ002838; Thu, 13 Jan 2005 10:59:00 +1100 Date: Thu, 13 Jan 2005 10:59:00 +1100 From: Nathan Scott Message-Id: <200501122359.j0CNx0MZ002838@chook.melbourne.sgi.com> To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@cthulhu.engr.sgi.com Subject: TAKE 928392 - readahead X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4731 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@chook.melbourne.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 471 Lines: 14 Remove write congestion check during metadata readahead. Date: Thu Jan 13 10:58:41 AEDT 2005 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: hch@engr.sgi.com The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:21108a linux-2.6/xfs_buf.c - 1.187 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_buf.c.diff?r1=text&tr1=1.187&r2=text&tr2=1.186&f=h From owner-linux-xfs Wed Jan 12 16:03:20 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 12 Jan 2005 16:03:21 -0800 (PST) Received: from chook.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0D03IQd011764 for ; Wed, 12 Jan 2005 16:03:19 -0800 Received: from chook.melbourne.sgi.com (localhost.localdomain [127.0.0.1]) by chook.melbourne.sgi.com (8.12.11/8.12.11) with ESMTP id j0D039nk004349; Thu, 13 Jan 2005 11:03:09 +1100 Received: (from nathans@localhost) by chook.melbourne.sgi.com (8.12.11/8.12.11/Submit) id j0D039rx004347; Thu, 13 Jan 2005 11:03:09 +1100 Date: Thu, 13 Jan 2005 11:03:09 +1100 From: Nathan Scott Message-Id: <200501130003.j0D039rx004347@chook.melbourne.sgi.com> To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@cthulhu.engr.sgi.com Subject: TAKE 923092 - hash table size tweak X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4732 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@chook.melbourne.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 462 Lines: 14 Ensure the cluster hash size does not exceed the inode hash size. Date: Thu Jan 13 11:02:41 AEDT 2005 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: hch@engr.sgi.com The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:21109a xfs_iget.c - 1.201 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_iget.c.diff?r1=text&tr1=1.201&r2=text&tr2=1.200&f=h From owner-linux-xfs Thu Jan 13 09:26:37 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 13 Jan 2005 09:26:42 -0800 (PST) Received: from kevlar.burdell.org (dsl027-162-124.atl1.dsl.speakeasy.net [216.27.162.124]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0DHQa18002992 for ; Thu, 13 Jan 2005 09:26:36 -0800 Received: by kevlar.burdell.org (Postfix, from userid 1189) id 2FCE566D14; Thu, 13 Jan 2005 12:16:06 -0500 (EST) Date: Thu, 13 Jan 2005 12:16:06 -0500 From: Sonny Rao To: Kristina Clair Cc: linux-xfs@oss.sgi.com Subject: Re: problems with xfs 2.6.13 on gentoo Message-ID: <20050113171606.GA21848@kevlar.burdell.org> References: <20050106153535.GA19574@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4733 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: sonny@burdell.org Precedence: bulk X-list: linux-xfs Content-Length: 669 Lines: 19 On Thu, Jan 06, 2005 at 10:45:46AM -0500, Kristina Clair wrote: > On Thu, 6 Jan 2005 15:35:35 +0000, Christoph Hellwig wrote: > > On Thu, Jan 06, 2005 at 10:10:24AM -0500, Kristina Clair wrote: > > > xfs_freeze - causes the disk to become completely inaccessible and the > > > machine to lock up. > > > > you did an xfs_freeze -u after you did your snapshot, no? Else this > > is expected behaviour. > > > > It is the initial xfs_freeze -f that locks up the machine... Not trying to insult your intelligence here, but are you running xfs_freeze on your root filesystem? I've done this before and seen exactly what you are describing. Sonny From owner-linux-xfs Thu Jan 13 23:42:58 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 13 Jan 2005 23:43:01 -0800 (PST) Received: from milnt01.it.sinter.gknplc.com ([212.177.16.100]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0E7guSa022705 for ; Thu, 13 Jan 2005 23:42:57 -0800 Received: by MILNT01 with Internet Mail Service (5.5.2657.72) id ; Fri, 14 Jan 2005 08:43:34 +0100 Message-ID: From: Meli Marco To: "'linux-xfs@oss.sgi.com'" Subject: xfs documentation Date: Fri, 14 Jan 2005 08:43:27 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4734 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: Marco.Meli@gknsintermetals.com Precedence: bulk X-list: linux-xfs Content-Length: 190 Lines: 7 Hi, I have Red Hat Linux installed with ext3 partition and I would like to update to xfs where can I found relative documentation step by step and what patchs I need? Thanks a lot. Marco. From owner-linux-xfs Fri Jan 14 00:25:50 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 14 Jan 2005 00:25:55 -0800 (PST) Received: from snark.thyrsus.com (dsl092-053-140.phl1.dsl.speakeasy.net [66.92.53.140]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0E8PnrG028338 for ; Fri, 14 Jan 2005 00:25:50 -0800 Received: from snark.thyrsus.com (localhost [127.0.0.1]) by snark.thyrsus.com (8.13.2/8.13.2) with ESMTP id j0E8NqYM003925 for ; Fri, 14 Jan 2005 03:23:52 -0500 Date: Fri, 14 Jan 2005 03:23:52 -0500 From: esr@thyrsus.com Message-Id: <200501140823.j0E8NqYM003925@snark.thyrsus.com> To: linux-xfs@oss.sgi.com Subject: problems in xfs_bmap.8, xfs_check.8 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4735 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: esr@thyrsus.com Precedence: bulk X-list: linux-xfs Content-Length: 3088 Lines: 101 This is automatically generated email about problems in a man page for which you appear to be responsible. If you are not the right person or list, tell me and I will attempt to correct my database. See http://catb.org/~esr/doclifter/problems.html for details on how and why these patches were generated. Feel free to email me with any questions. Note: These patches do not change the mod date of any manual page. You may wish to do that by hand. Problems with xfs_bmap.8: My records indicate that you have accepted this patch, so this is just a reminder. Please try to get a release with the patch incorporated to the Fedora folks in time for Fedora Core 4. 1. Unknown or invalid macro. That is, one that does not fit in the macro set that the man page seems to be using. This is a serious error; it often means part of your text is being lost or rendered incorrectly. --- xfs_bmap.8-orig 2004-07-09 06:59:14.210997800 -0400 +++ xfs_bmap.8 2004-07-09 06:59:59.299143360 -0400 @@ -12,10 +12,12 @@ in the file that do not have any corresponding blocks (\f2hole\f1s). Each line of the listings takes the following form: -.Ex -\f2extent\f1\f7: [\f1\f2startoffset\f1\f7..\f1\f2endoffset\f1\f7]: \c -\f1\f2startblock\f1\f7..\f1\f2endblock\f1 -.Ee +.nf +.ft CW + \f2extent\f1\f7: [\f1\f2startoffset\f1\f7..\f1\f2endoffset\f1\f7]: \c + \f1\f2startblock\f1\f7..\f1\f2endblock\f1 +.ft +.fi Holes are marked by replacing the \f2startblock..endblock\f1 with \f2hole\fP. All the file offsets and disk blocks are in units of 512-byte blocks, @@ -29,9 +31,11 @@ .PP If the \f3-l\f1 option is used, then -.Ex -\f1\f2\f1\f7 \f1\f2blocks\f1\f7 -.Ee +.nf +.ft CW + \f1\f2\f1\f7 \f1\f2blocks\f1\f7 +.ft +.fi will be appended to each line. \f1\f2Nblocks\f1\f7 is the length of the extent described on the line in units of 512-byte blocks. ----------------------------- Problems with xfs_check.8: My records indicate that you have accepted this patch, so this is just a reminder. Please try to get a release with the patch incorporated to the Fedora folks in time for Fedora Core 4. 1. Unknown or invalid macro. That is, one that does not fit in the macro set that the man page seems to be using. This is a serious error; it often means part of your text is being lost or rendered incorrectly. --- xfs_check.8-orig 2004-07-09 07:01:51.627066920 -0400 +++ xfs_check.8 2004-07-09 07:03:06.440693520 -0400 @@ -90,17 +90,21 @@ rather than produce useful output. If the filesystem is completely corrupt, a core dump might be produced instead of the message -.Ex -\f2xxx\f1\f7 is not a valid filesystem\f1 -.Ee +.nf +.ft CW + \f2xxx\f1\f7 is not a valid filesystem\f1 +.ft +.fi .PP If the filesystem is very large (has many files) then .I xfs_check might run out of memory. In this case the message -.Ex -out of memory -.Ee +.nf +.ft CW + out of memory +.ft +.fi is printed. .PP The following is a description of the most likely problems and the associated ----------------------------- -- Eric S. Raymond From owner-linux-xfs Fri Jan 14 03:59:22 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 14 Jan 2005 03:59:25 -0800 (PST) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0EBxLMZ019987 for ; Fri, 14 Jan 2005 03:59:22 -0800 Received: from ledzep.americas.sgi.com (ledzep.americas.sgi.com [198.149.16.14]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j0EDPXvq019356 for ; Fri, 14 Jan 2005 05:25:34 -0800 Received: from maine.americas.sgi.com (maine.americas.sgi.com [128.162.232.87]) by ledzep.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id j0EBwJpq7732236; Fri, 14 Jan 2005 05:58:20 -0600 (CST) Received: from hch by maine.americas.sgi.com with local (Exim 3.36 #1 (Debian)) id 1CpQ5s-0002Wi-00; Fri, 14 Jan 2005 05:58:20 -0600 To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@fido.engr.sgi.com Subject: TAKE 928382 - Remove INT_ZERO and INT_ISZERO Message-Id: From: Christoph Hellwig Date: Fri, 14 Jan 2005 05:58:20 -0600 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4736 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hch@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 5502 Lines: 111 Date: Fri Jan 14 03:57:33 PST 2005 Workarea: maine.americas.sgi.com:/home/daisy40/hch/ptools/xfs-2.6.x Inspected by: tes The following file(s) were checked into: bonnie.engr.sgi.com:/isms/linux/2.6.x-xfs Modid: xfs-linux:xfs-kern:185768a fs/xfs/xfsidbg.c - 1.270 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfsidbg.c.diff?r1=text&tr1=1.270&r2=text&tr2=1.269&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_log.c - 1.303 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_log.c.diff?r1=text&tr1=1.303&r2=text&tr2=1.302&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_ialloc.c - 1.179 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_ialloc.c.diff?r1=text&tr1=1.179&r2=text&tr2=1.178&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_da_btree.c - 1.151 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_da_btree.c.diff?r1=text&tr1=1.151&r2=text&tr2=1.150&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_dir2_block.c - 1.36 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir2_block.c.diff?r1=text&tr1=1.36&r2=text&tr2=1.35&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_arch.h - 1.45 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_arch.h.diff?r1=text&tr1=1.45&r2=text&tr2=1.44&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_log_recover.c - 1.294 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_log_recover.c.diff?r1=text&tr1=1.294&r2=text&tr2=1.293&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_dir_leaf.c - 1.122 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir_leaf.c.diff?r1=text&tr1=1.122&r2=text&tr2=1.121&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_btree.c - 1.108 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_btree.c.diff?r1=text&tr1=1.108&r2=text&tr2=1.107&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_dir2_data.c - 1.25 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir2_data.c.diff?r1=text&tr1=1.25&r2=text&tr2=1.24&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_inode.c - 1.410 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_inode.c.diff?r1=text&tr1=1.410&r2=text&tr2=1.409&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_dir2_leaf.c - 1.37 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir2_leaf.c.diff?r1=text&tr1=1.37&r2=text&tr2=1.36&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_attr_leaf.c - 1.79 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_attr_leaf.c.diff?r1=text&tr1=1.79&r2=text&tr2=1.78&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_alloc.c - 1.173 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_alloc.c.diff?r1=text&tr1=1.173&r2=text&tr2=1.172&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_fsops.c - 1.102 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_fsops.c.diff?r1=text&tr1=1.102&r2=text&tr2=1.101&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_bmap.c - 1.323 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_bmap.c.diff?r1=text&tr1=1.323&r2=text&tr2=1.322&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_alloc_btree.c - 1.82 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_alloc_btree.c.diff?r1=text&tr1=1.82&r2=text&tr2=1.81&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_dir2_node.c - 1.42 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir2_node.c.diff?r1=text&tr1=1.42&r2=text&tr2=1.41&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_attr.c - 1.119 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_attr.c.diff?r1=text&tr1=1.119&r2=text&tr2=1.118&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_dir2.c - 1.50 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dir2.c.diff?r1=text&tr1=1.50&r2=text&tr2=1.49&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/xfs_dinode.h - 1.74 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dinode.h.diff?r1=text&tr1=1.74&r2=text&tr2=1.73&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/quota/xfs_trans_dquot.c - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_trans_dquot.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/quota/xfs_quota_priv.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_quota_priv.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/quota/xfs_qm_syscalls.c - 1.15 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_qm_syscalls.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO fs/xfs/quota/xfs_dquot.c - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_dquot.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h - 0 is 0 in all endianess variant. No need for INT_ZERO and INT_ISZERO From owner-linux-xfs Fri Jan 14 07:24:10 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 14 Jan 2005 07:24:13 -0800 (PST) Received: from mail.automatix.de (www.automatix.de [213.131.230.237]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0EFO9DW003287 for ; Fri, 14 Jan 2005 07:24:10 -0800 Received: from uucp by mail.automatix.de with local-bsmtp (Exim 3.36 #1) id 1CpTJB-0006D7-00 for linux-xfs@oss.sgi.com; Fri, 14 Jan 2005 16:24:17 +0100 Received: from pc2.s.automatix.de ([192.168.11.12] ident=jojo) by s.automatix.de with esmtp (Exim 3.36 #1) id 1CpT4g-000659-00 for linux-xfs@oss.sgi.com; Fri, 14 Jan 2005 16:09:18 +0100 From: Juergen Sauer Reply-To: juergen.sauer@automatix.de Organization: AutomatiX GmbH To: "'linux-xfs@oss.sgi.com'" Subject: Re: xfs documentation Date: Fri, 14 Jan 2005 16:07:54 +0100 User-Agent: KMail/1.7.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4596448.bsjtTJNAph"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200501141607.57006.juergen.sauer@automatix.de> X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4737 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: juergen.sauer@automatix.de Precedence: bulk X-list: linux-xfs Content-Length: 2484 Lines: 92 --nextPart4596448.bsjtTJNAph Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Am Freitag, 14. Januar 2005 08:43 schrieb Meli Marco: > Hi, > I have Red Hat Linux installed with ext3 partition and I would like to > update to xfs where can I found relative documentation step by step and > what patchs I need? I don't think you need any patches. Since 2.4.22(?) Kernel XFS is already in the standard plain vanilla=20 kernel. This would be your upgrade path: 1. check, if your kernel is allready XFS-ready ? cat /proc/filesystems Looks like this nodev sysfs nodev rootfs nodev bdev nodev proc [...] nodev devpts nodev ramfs xfs nodev usbfs udf ntfs msdos vfat iso9660 nodev rpc_pipefs nodev nfs nodev nfs4 nodev nfsd - Try "modprobe xfs", if it's installed as module... No, xfs is missing: - get the current kernel matching your distribution/Kernel (2.4 or 2.6), get it from www.kernel.org, install it. - make cloneconfig, or make oldconfig after coping your working .config=20 into the source top-path. make menuconfig ; aktivate XFS support within filesystems. Make it as=20 module, if you don't need XFS on the rootfs. Make it permanent if needed=20 as rootfs. [rootfs is my prefered choice, Great !] - if not used as rootfs, ensure, the module is installed - Edit in the Toplevel Makefile the /boot setting for the new kernel, if=20 needed. make depend [for 2.4 series] make all bzlilo modules_install - wheanwhile Check your /etc/lilo.conf or /etc/grub... to get a new kernel= =20 loadable at boot time ...=20 - get the xfs tools & utilities for your distribution and install them. Boot. Yes, xfs is listed: get the xfs tools & utilities for your distribution and install them. - get a free harddisk (or usb-stick) for testing - partition the new disk - mkfs.xfs /dev/newharddisk-part Be happy ! Nice Weekend=20 Jojo=20 --=20 J=FCrgen Sauer - AutomatiX GmbH, +49-4209-4699, jojo@automatix.de ** ** Das Linux Systemhaus - Service - Support - Server - L=F6sungen ** ** http://www.automatix.de ICQ: #344389676 ** OpenOffice erhalten Sie hier kostenfrei http://de.openoffice.org/ --nextPart4596448.bsjtTJNAph Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQBB5+BMW7UKI9EqarERAgz/AJ4pXbS4p2Xx60E/ADdllDvzx8pVoQCg4N5L f3Fmhcq9fPnuJxpbQu5akWM= =T/pU -----END PGP SIGNATURE----- --nextPart4596448.bsjtTJNAph-- From owner-linux-xfs Sun Jan 16 07:12:42 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 16 Jan 2005 07:12:47 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0GFCghV005557 for ; Sun, 16 Jan 2005 07:12:42 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0GFCg4t005553 for linux-xfs@oss.sgi.com; Sun, 16 Jan 2005 07:12:42 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0GFCcVE005476 for ; Sun, 16 Jan 2005 07:12:40 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0GEbaJ1002813; Sun, 16 Jan 2005 06:37:36 -0800 Date: Sun, 16 Jan 2005 06:37:36 -0800 Message-Id: <200501161437.j0GEbaJ1002813@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 363] segfault of user-app while triggering dmapi event X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4739 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 556 Lines: 21 http://oss.sgi.com/bugzilla/show_bug.cgi?id=363 hch@xfs.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From hch@xfs.org 2005-16-01 06:37 PDT ------- Dean checked in the fix you suggested. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Sun Jan 16 07:12:43 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 16 Jan 2005 07:12:55 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0GFChR0005582 for ; Sun, 16 Jan 2005 07:12:43 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0GFChob005580 for linux-xfs@oss.sgi.com; Sun, 16 Jan 2005 07:12:43 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0GFCcVM005476 for ; Sun, 16 Jan 2005 07:12:41 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0GETdBD001903; Sun, 16 Jan 2005 06:29:39 -0800 Date: Sun, 16 Jan 2005 06:29:39 -0800 Message-Id: <200501161429.j0GETdBD001903@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 388] XFS on loop volume on raid device => filesystem corrupt X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4740 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 598 Lines: 21 http://oss.sgi.com/bugzilla/show_bug.cgi?id=388 hch@xfs.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From hch@xfs.org 2005-16-01 06:29 PDT ------- I've fixed current CVS to only do sector-sized I/O for loop devices on Linux 2.4 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Sun Jan 16 07:12:43 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 16 Jan 2005 07:12:55 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0GFCg7d005577 for ; Sun, 16 Jan 2005 07:12:42 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0GFCg6Z005576 for linux-xfs@oss.sgi.com; Sun, 16 Jan 2005 07:12:42 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0GFCcVK005476 for ; Sun, 16 Jan 2005 07:12:41 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0GET9XB001838; Sun, 16 Jan 2005 06:29:09 -0800 Date: Sun, 16 Jan 2005 06:29:09 -0800 Message-Id: <200501161429.j0GET9XB001838@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 365] Truncating a file over NFS+DMAPI hangs client X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4741 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 595 Lines: 22 http://oss.sgi.com/bugzilla/show_bug.cgi?id=365 hch@xfs.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From hch@xfs.org 2005-16-01 06:29 PDT ------- This is fixed in Linux 2.6.11-rc1, now ->setattr always has i_alloc_sem held. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Sun Jan 16 07:12:41 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 16 Jan 2005 07:12:56 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0GFCfoa005531 for ; Sun, 16 Jan 2005 07:12:41 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0GFCflm005530 for linux-xfs@oss.sgi.com; Sun, 16 Jan 2005 07:12:41 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0GFCcVA005476 for ; Sun, 16 Jan 2005 07:12:40 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0GEWw70002570; Sun, 16 Jan 2005 06:32:58 -0800 Date: Sun, 16 Jan 2005 06:32:58 -0800 Message-Id: <200501161432.j0GEWw70002570@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 344] Complete system freeze - XFS/NFS problem? (RH Fedora kernel) X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4742 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 510 Lines: 20 http://oss.sgi.com/bugzilla/show_bug.cgi?id=344 ------- Additional Comments From olaf@cbk.poznan.pl 2004-09-07 02:49 PDT ------- Created an attachment (id=132) --> (http://oss.sgi.com/bugzilla/attachment.cgi?id=132&action=view) Log with messages when freezed ------- Additional Comments From hch@xfs.org 2005-16-01 06:32 PDT ------- Does this still happen with a recent kernel? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Sun Jan 16 07:12:40 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 16 Jan 2005 07:12:45 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0GFCeOc005507 for ; Sun, 16 Jan 2005 07:12:40 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0GFCefT005506 for linux-xfs@oss.sgi.com; Sun, 16 Jan 2005 07:12:40 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0GFCcV6005476 for ; Sun, 16 Jan 2005 07:12:39 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0GEY6u4002665; Sun, 16 Jan 2005 06:34:06 -0800 Date: Sun, 16 Jan 2005 06:34:06 -0800 Message-Id: <200501161434.j0GEY6u4002665@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 345] Memory allocation failure X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4738 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 425 Lines: 17 http://oss.sgi.com/bugzilla/show_bug.cgi?id=345 ------- Additional Comments From hch@xfs.org 2005-16-01 06:34 PDT ------- We have fixed most of these memory allocation problems, and the rest can be worked around by increasing /proc/sys/vm/min_free_kbytes. Do you still see problems like this one? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Sun Jan 16 07:23:01 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 16 Jan 2005 07:23:04 -0800 (PST) Received: from pentafluge.infradead.org ([213.146.154.40]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0GFN0oo008008 for ; Sun, 16 Jan 2005 07:23:01 -0800 Received: from hch by pentafluge.infradead.org with local (Exim 4.43 #1 (Red Hat Linux)) id 1CqCF1-0006jR-D9; Sun, 16 Jan 2005 15:22:59 +0000 Date: Sun, 16 Jan 2005 15:22:59 +0000 From: Christoph Hellwig To: esr@thyrsus.com Cc: linux-xfs@oss.sgi.com Subject: Re: problems in xfs_bmap.8, xfs_check.8 Message-ID: <20050116152259.GA25814@infradead.org> References: <200501140823.j0E8NqYM003925@snark.thyrsus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501140823.j0E8NqYM003925@snark.thyrsus.com> User-Agent: Mutt/1.4.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4743 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hch@infradead.org Precedence: bulk X-list: linux-xfs Content-Length: 553 Lines: 16 On Fri, Jan 14, 2005 at 03:23:52AM -0500, esr@thyrsus.com wrote: > Problems with xfs_bmap.8: > > My records indicate that you have accepted this patch, so this is just > a reminder. Please try to get a release with the patch incorporated > to the Fedora folks in time for Fedora Core 4. Eric, you you please stop the #%@$! spam! We're really grateful that you pointed out the problem initially, but if you want a certain vendor (who in this case unfortunately doesn't cooperate with us a very well) to pull these updates bug them, not us. Thanks. From owner-linux-xfs Sun Jan 16 10:10:13 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 16 Jan 2005 10:10:18 -0800 (PST) Received: from snark.thyrsus.com (dsl092-053-140.phl1.dsl.speakeasy.net [66.92.53.140]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0GIACJo025941 for ; Sun, 16 Jan 2005 10:10:13 -0800 Received: from snark.thyrsus.com (localhost [127.0.0.1]) by snark.thyrsus.com (8.13.2/8.13.2) with ESMTP id j0GI7WZd021361; Sun, 16 Jan 2005 13:07:32 -0500 Received: (from esr@localhost) by snark.thyrsus.com (8.13.2/8.13.2/Submit) id j0GI7UIa021360; Sun, 16 Jan 2005 13:07:30 -0500 Date: Sun, 16 Jan 2005 13:07:30 -0500 From: "Eric S. Raymond" To: Christoph Hellwig Cc: linux-xfs@oss.sgi.com Subject: Re: problems in xfs_bmap.8, xfs_check.8 Message-ID: <20050116180730.GD21263@thyrsus.com> Reply-To: esr@thyrsus.com References: <200501140823.j0E8NqYM003925@snark.thyrsus.com> <20050116152259.GA25814@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050116152259.GA25814@infradead.org> User-Agent: Mutt/1.4.1i Organization: Eric Conspiracy Secret Labs X-Eric-Conspiracy: There is no conspiracy X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4744 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: esr@thyrsus.com Precedence: bulk X-list: linux-xfs Content-Length: 752 Lines: 21 Christoph Hellwig : > On Fri, Jan 14, 2005 at 03:23:52AM -0500, esr@thyrsus.com wrote: > > Problems with xfs_bmap.8: > > > > My records indicate that you have accepted this patch, so this is just > > a reminder. Please try to get a release with the patch incorporated > > to the Fedora folks in time for Fedora Core 4. > > Eric, you you please stop the #%@$! spam! > > We're really grateful that you pointed out the problem initially, > but if you want a certain vendor (who in this case unfortunately > doesn't cooperate with us a very well) to pull these updates bug them, > not us. > > Thanks. I've matked the record so you won't receive further notifications. -- Eric S. Raymond From owner-linux-xfs Sun Jan 16 11:53:23 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 16 Jan 2005 11:53:25 -0800 (PST) Received: from pentafluge.infradead.org ([213.146.154.40]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0GJrMxl005453 for ; Sun, 16 Jan 2005 11:53:23 -0800 Received: from hch by pentafluge.infradead.org with local (Exim 4.43 #1 (Red Hat Linux)) id 1CqGSg-0007V9-3c; Sun, 16 Jan 2005 19:53:22 +0000 Date: Sun, 16 Jan 2005 19:53:21 +0000 From: Christoph Hellwig To: "Eric S. Raymond" Cc: linux-xfs@oss.sgi.com Subject: Re: problems in xfs_bmap.8, xfs_check.8 Message-ID: <20050116195321.GA28808@infradead.org> References: <200501140823.j0E8NqYM003925@snark.thyrsus.com> <20050116152259.GA25814@infradead.org> <20050116180730.GD21263@thyrsus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050116180730.GD21263@thyrsus.com> User-Agent: Mutt/1.4.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4745 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hch@infradead.org Precedence: bulk X-list: linux-xfs Content-Length: 150 Lines: 5 On Sun, Jan 16, 2005 at 01:07:30PM -0500, Eric S. Raymond wrote: > I've matked the record so you won't receive further notifications. Thanks a lot. From owner-linux-xfs Sun Jan 16 12:12:41 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 16 Jan 2005 12:12:43 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0GKCe08008394 for ; Sun, 16 Jan 2005 12:12:40 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0GKCero008393 for linux-xfs@oss.sgi.com; Sun, 16 Jan 2005 12:12:40 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0GKCdVd008377 for ; Sun, 16 Jan 2005 12:12:39 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0GK1Dvl006830; Sun, 16 Jan 2005 12:01:13 -0800 Date: Sun, 16 Jan 2005 12:01:13 -0800 Message-Id: <200501162001.j0GK1Dvl006830@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 345] Memory allocation failure X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4746 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 720 Lines: 24 http://oss.sgi.com/bugzilla/show_bug.cgi?id=345 ------- Additional Comments From xfs@tobias.olsson.be 2005-16-01 12:01 PDT ------- I still see problems with this in 2.6.10. I will increase the value in /proc/ sys/vm/min_free_kbytes from 2048 -> 8192 and see if this makes a difference. I will get back to you if I see the error again. Silence means it was enough =) I moved the p2p-partition from xfs to reiserfs due to these problems, and even though the root fs is still xfs, the errors from that fs is much fewer and longer between. 2 days uptime and 3 errors is all I have. /Tobias ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Mon Jan 17 14:14:28 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 17 Jan 2005 14:14:34 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id j0HMEOMc016231 for ; Mon, 17 Jan 2005 14:14:27 -0800 Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id JAA24899; Tue, 18 Jan 2005 09:13:54 +1100 Received: from wobbly.melbourne.sgi.com (localhost [127.0.0.1]) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id j0HMDoXE1451562; Tue, 18 Jan 2005 09:13:51 +1100 (EST) Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id j0HMDjxV1452342; Tue, 18 Jan 2005 09:13:45 +1100 (EST) Date: Tue, 18 Jan 2005 09:13:45 +1100 From: Nathan Scott To: agruen@suse.de Cc: Thomas Luzat , acl-devel@bestbits.at, linux-xfs@oss.sgi.com, nfsv4@linux-nfs.org Subject: Re: Patches for NFSv4 support Message-ID: <20050118091345.B1432214@wobbly.melbourne.sgi.com> References: <1105961990.5065.9.camel@mojo-jojo.home.luzat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1105961990.5065.9.camel@mojo-jojo.home.luzat.com>; from thomas.luzat@gmx.net on Mon, Jan 17, 2005 at 12:39:50PM +0100 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4748 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 1175 Lines: 36 On Mon, Jan 17, 2005 at 12:39:50PM +0100, Thomas Luzat wrote: > Package: acl > Version: 2.2.26-1 > Severity: wishlist > > nfs-utils 1.0.7-1 supports NFSv4 now. To make the support more useful > please consider applying the acl patch(es) from > > http://www.citi.umich.edu/projects/nfsv4/linux/ > > Thanks! Hi Andreas, Got this request to merge these patches in today, but I'm unaware of any discussion regarding them as yet. Have you looked through these at all? From a quick high-level sort of look, it seems like the NFS4 ACL is alot more complex than the POSIX ACL, so they've (wisely) used a separate attribute, libacl extensions and new tools - nfs4_getfacl and nfs4_setfacl. It seems the separate attribute is required, but perhaps the tools could be merged to provide a more transparent user interface? Could do separate command line options, but it'd probably be better to query for each known ACL attribute name, and deal with each ACL type "on the fly" so to speak? Hmm, setfacl would be tricky though, any ideas? Or does it look OK as is? They're not really very complex tools, so I suppose having new ones might be for the best? cheers. -- Nathan From owner-linux-xfs Mon Jan 17 14:19:06 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 17 Jan 2005 14:19:08 -0800 (PST) Received: from pentafluge.infradead.org ([213.146.154.40]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0HMJ3qN017605 for ; Mon, 17 Jan 2005 14:19:06 -0800 Received: from hch by pentafluge.infradead.org with local (Exim 4.43 #1 (Red Hat Linux)) id 1CqfD8-00048u-Ml; Mon, 17 Jan 2005 22:18:58 +0000 Date: Mon, 17 Jan 2005 22:18:58 +0000 From: Christoph Hellwig To: Nathan Scott Cc: agruen@suse.de, Thomas Luzat , acl-devel@bestbits.at, linux-xfs@oss.sgi.com, nfsv4@linux-nfs.org Subject: Re: Patches for NFSv4 support Message-ID: <20050117221858.GA15887@infradead.org> References: <1105961990.5065.9.camel@mojo-jojo.home.luzat.com> <20050118091345.B1432214@wobbly.melbourne.sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050118091345.B1432214@wobbly.melbourne.sgi.com> User-Agent: Mutt/1.4.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4749 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hch@infradead.org Precedence: bulk X-list: linux-xfs Content-Length: 1132 Lines: 24 On Tue, Jan 18, 2005 at 09:13:45AM +1100, Nathan Scott wrote: > Hi Andreas, > > Got this request to merge these patches in today, but I'm unaware > of any discussion regarding them as yet. Have you looked through > these at all? > > >From a quick high-level sort of look, it seems like the NFS4 ACL is > alot more complex than the POSIX ACL, so they've (wisely) used a > separate attribute, libacl extensions and new tools - nfs4_getfacl > and nfs4_setfacl. > > It seems the separate attribute is required, but perhaps the tools > could be merged to provide a more transparent user interface? Could > do separate command line options, but it'd probably be better to > query for each known ACL attribute name, and deal with each ACL type > "on the fly" so to speak? Hmm, setfacl would be tricky though, any > ideas? Or does it look OK as is? They're not really very complex > tools, so I suppose having new ones might be for the best? NFSv4 ACLs are a horrible abomination. I'd rather see them handled in separate tools in a completely separate package so ordinary users don't clutter up their systems with the NFSv4 mess. From owner-linux-xfs Mon Jan 17 14:31:34 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 17 Jan 2005 14:31:36 -0800 (PST) Received: from pickle.fieldses.org (dsl093-002-214.det1.dsl.speakeasy.net [66.93.2.214]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0HMVXOs020510 for ; Mon, 17 Jan 2005 14:31:34 -0800 Received: from bfields by pickle.fieldses.org with local (Exim 4.43) id 1CqfPF-0007Gt-Ko; Mon, 17 Jan 2005 17:31:29 -0500 Date: Mon, 17 Jan 2005 17:31:29 -0500 To: Nathan Scott Cc: agruen@suse.de, linux-xfs@oss.sgi.com, acl-devel@bestbits.at, nfsv4@linux-nfs.org, Thomas Luzat Subject: Re: Patches for NFSv4 support Message-ID: <20050117223129.GL24830@fieldses.org> References: <1105961990.5065.9.camel@mojo-jojo.home.luzat.com> <20050118091345.B1432214@wobbly.melbourne.sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050118091345.B1432214@wobbly.melbourne.sgi.com> User-Agent: Mutt/1.5.6+20040907i From: "J. Bruce Fields" X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4750 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bfields@fieldses.org Precedence: bulk X-list: linux-xfs Content-Length: 2284 Lines: 48 On Tue, Jan 18, 2005 at 09:13:45AM +1100, Nathan Scott wrote: > Got this request to merge these patches in today, but I'm unaware > of any discussion regarding them as yet. Have you looked through > these at all? Actually, it would be better not to merge them as is--see below. > From a quick high-level sort of look, it seems like the NFS4 ACL is > alot more complex than the POSIX ACL, so they've (wisely) used a > separate attribute, libacl extensions and new tools - nfs4_getfacl > and nfs4_setfacl. > > It seems the separate attribute is required, but perhaps the tools > could be merged to provide a more transparent user interface? Could > do separate command line options, but it'd probably be better to > query for each known ACL attribute name, and deal with each ACL type > "on the fly" so to speak? Hmm, setfacl would be tricky though, any > ideas? Or does it look OK as is? They're not really very complex > tools, so I suppose having new ones might be for the best? With our patches you can actually manipulate nfsv4 acls with *either* the standard posix getfacl and setfacl *or* with the new nfs4_getfacl and nfs4_setfacl. In the former case (and in any case where some other application uses the existing libacl API) we have to map automatically between NFSv4 ACLs and POSIX ACLs. This is tricky and is the source of most of the complexity in the code. nfs4_getfacl and nfs4_setfacl allow the user to manipulate NFSv4 ACLs directly and necessarily have a different user interface. For the purposes of interoperating with other posixy platforms (like Solaris) that implement NFSv4, it is helpful if the NFSv4<->POSIX ACL mapping is consistent across platforms whenever possible. There are ongoing discussions about this, and we only recently arrived at a what I expect to be the final version of that mapping. The patches on our website still need a few more updates to agree with that final version, so they shouldn't be merged yet. I'll try to do that update sometime this week. Also, the nfs4_setfacl implementation isn't actually finished, and the NFSv4 client-side kernel patches aren't in yet (they'll probably be in 2.6.11 or 2.6.12). But comments on the libacl patches are certainly welcomed, as we'll probably want to merge them soon. --b. From owner-linux-xfs Mon Jan 17 14:52:58 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 17 Jan 2005 14:53:02 -0800 (PST) Received: from Cantor.suse.de (news.suse.de [195.135.220.2]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0HMqvjO025489 for ; Mon, 17 Jan 2005 14:52:58 -0800 Received: from hermes.suse.de (hermes-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 5F33E1359F73; Mon, 17 Jan 2005 23:52:52 +0100 (CET) Subject: Re: Patches for NFSv4 support From: Andreas Gruenbacher To: Nathan Scott Cc: Thomas Luzat , acl-devel@bestbits.at, linux-xfs@oss.sgi.com, nfsv4@linux-nfs.org In-Reply-To: <20050118091345.B1432214@wobbly.melbourne.sgi.com> References: <1105961990.5065.9.camel@mojo-jojo.home.luzat.com> <20050118091345.B1432214@wobbly.melbourne.sgi.com> Content-Type: text/plain Organization: SUSE Labs Message-Id: <1106002367.26732.19.camel@winden.suse.de> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 17 Jan 2005 23:52:47 +0100 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4751 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: agruen@suse.de Precedence: bulk X-list: linux-xfs Content-Length: 2035 Lines: 56 Hello Nathan, On Mon, 2005-01-17 at 23:13, Nathan Scott wrote: > On Mon, Jan 17, 2005 at 12:39:50PM +0100, Thomas Luzat wrote: > > Package: acl > > Version: 2.2.26-1 > > Severity: wishlist > > > > nfs-utils 1.0.7-1 supports NFSv4 now. To make the support more useful > > please consider applying the acl patch(es) from > > > > http://www.citi.umich.edu/projects/nfsv4/linux/ > > > > Thanks! > > Hi Andreas, > > Got this request to merge these patches in today, but I'm unaware > of any discussion regarding them as yet. Have you looked through > these at all? I haven't seen this code, yet. > From a quick high-level sort of look, it seems like the NFS4 ACL is > alot more complex than the POSIX ACL, so they've (wisely) used a > separate attribute, libacl extensions and new tools - nfs4_getfacl > and nfs4_setfacl. NFSv4 ACLs and POSIX ACLs are totally different. As things stand I'm not very sympathetic about NFSv4 ACLs, and by consequence about NFSv4. NFSv4 ACLs by themselves match CIFS ACLs much more closely than POSIX ACLs, and the mapping between (a subset of) NFSv4 ACLs and POSIX ACLs is outright horrible. It seems a recent draft of the mapping proposal can be found here: http://www.ietf.org/internet-drafts/draft-ietf-nfsv4-acl-mapping-02.txt We may or may not want to put the user-space utilities into the same package; there probably is quite a small overlap. > It seems the separate attribute is required, but perhaps the tools > could be merged to provide a more transparent user interface? Could > do separate command line options, but it'd probably be better to > query for each known ACL attribute name, and deal with each ACL type > "on the fly" so to speak? Hmm, setfacl would be tricky though, any > ideas? Or does it look OK as is? They're not really very complex > tools, so I suppose having new ones might be for the best? Not sure; I may be able to play with that stuff in the next weeks -- with low priority. Cheers, -- Andreas Gruenbacher SUSE Labs, SUSE LINUX GMBH From owner-linux-xfs Mon Jan 17 23:11:55 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 17 Jan 2005 23:11:59 -0800 (PST) Received: from colin2.muc.de (qmailr@colin2.muc.de [193.149.48.15]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id j0I7Bs1q026013 for ; Mon, 17 Jan 2005 23:11:54 -0800 Received: (qmail 77062 invoked by uid 3709); 18 Jan 2005 07:11:52 -0000 Date: 18 Jan 2005 08:11:52 +0100 Date: Tue, 18 Jan 2005 08:11:52 +0100 From: Andi Kleen To: akpm@osdl.org, nathans@sgi.com, linux-xfs@oss.sgi.com Subject: [PATCH] Convert XFS to unlocked_ioctl and compat_ioctl Message-ID: <20050118071152.GA76018@muc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4752 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: ak@muc.de Precedence: bulk X-list: linux-xfs Content-Length: 9283 Lines: 340 Convert the XFS ioctl handlers over to unlocked_ioctl and compat_ioctl. Signed-off-by: Andi Kleen diff -u linux-2.6.11-rc1-bk4/fs/xfs/linux-2.6/xfs_file.c-o linux-2.6.11-rc1-bk4/fs/xfs/linux-2.6/xfs_file.c --- linux-2.6.11-rc1-bk4/fs/xfs/linux-2.6/xfs_file.c-o 2005-01-04 12:13:18.000000000 +0100 +++ linux-2.6.11-rc1-bk4/fs/xfs/linux-2.6/xfs_file.c 2005-01-18 03:41:25.000000000 +0100 @@ -51,6 +51,7 @@ #include "xfs_inode.h" #include "xfs_error.h" #include "xfs_rw.h" +#include "xfs_ioctl32.h" #include #include @@ -415,20 +416,18 @@ } -STATIC int +STATIC long linvfs_ioctl( - struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) { int error; + struct inode *inode = filp->f_dentry->d_inode; vnode_t *vp = LINVFS_GET_VP(inode); - unlock_kernel(); VOP_IOCTL(vp, inode, filp, 0, cmd, (void __user *)arg, error); VMODIFY(vp); - lock_kernel(); /* NOTE: some of the ioctl's return positive #'s as a * byte count indicating success, such as @@ -439,21 +438,19 @@ return error; } -STATIC int +STATIC long linvfs_ioctl_invis( - struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) { int error; + struct inode *inode = filp->f_dentry->d_inode; vnode_t *vp = LINVFS_GET_VP(inode); - unlock_kernel(); ASSERT(vp); VOP_IOCTL(vp, inode, filp, IO_INVIS, cmd, (void __user *)arg, error); VMODIFY(vp); - lock_kernel(); /* NOTE: some of the ioctl's return positive #'s as a * byte count indicating success, such as @@ -495,7 +492,10 @@ .aio_read = linvfs_read, .aio_write = linvfs_write, .sendfile = linvfs_sendfile, - .ioctl = linvfs_ioctl, + .unlocked_ioctl = linvfs_ioctl, +#ifdef CONFIG_COMPAT + .compat_ioctl = xfs_compat_ioctl, +#endif .mmap = linvfs_file_mmap, .open = linvfs_open, .release = linvfs_release, @@ -511,7 +511,10 @@ .aio_read = linvfs_read_invis, .aio_write = linvfs_write_invis, .sendfile = linvfs_sendfile, - .ioctl = linvfs_ioctl_invis, + .unlocked_ioctl = linvfs_ioctl_invis, +#ifdef CONFIG_COMPAT + .compat_ioctl = xfs_compat_invis_ioctl, +#endif .mmap = linvfs_file_mmap, .open = linvfs_open, .release = linvfs_release, @@ -522,7 +525,7 @@ struct file_operations linvfs_dir_operations = { .read = generic_read_dir, .readdir = linvfs_readdir, - .ioctl = linvfs_ioctl, + .unlocked_ioctl = linvfs_ioctl, .fsync = linvfs_fsync, }; diff -u linux-2.6.11-rc1-bk4/fs/xfs/linux-2.6/xfs_ioctl32.c-o linux-2.6.11-rc1-bk4/fs/xfs/linux-2.6/xfs_ioctl32.c --- linux-2.6.11-rc1-bk4/fs/xfs/linux-2.6/xfs_ioctl32.c-o 2004-10-19 01:55:31.000000000 +0200 +++ linux-2.6.11-rc1-bk4/fs/xfs/linux-2.6/xfs_ioctl32.c 2005-01-18 03:44:20.000000000 +0100 @@ -37,10 +37,14 @@ #include #include #include +#include #include +#include "xfs.h" #include "xfs_types.h" #include "xfs_fs.h" +#include "xfs_vfs.h" +#include "xfs_vnode.h" #include "xfs_dfrag.h" #if defined(CONFIG_IA64) || defined(CONFIG_X86_64) @@ -54,12 +58,8 @@ __s32 ocount; /* output count pointer */ } xfs_fsop_bulkreq32_t; -static int -xfs_ioctl32_bulkstat( - unsigned int fd, - unsigned int cmd, - unsigned long arg, - struct file * file) +static unsigned long +xfs_ioctl32_bulkstat(unsigned long arg) { xfs_fsop_bulkreq32_t __user *p32 = (void __user *)arg; xfs_fsop_bulkreq_t __user *p = compat_alloc_user_space(sizeof(*p)); @@ -74,89 +74,90 @@ put_user(compat_ptr(addr), &p->ocount)) return -EFAULT; - return sys_ioctl(fd, cmd, (unsigned long)p); + return (unsigned long)p; } #endif -struct ioctl_trans xfs_ioctl32_trans[] = { - { XFS_IOC_DIOINFO, }, - { XFS_IOC_FSGEOMETRY_V1, }, - { XFS_IOC_FSGEOMETRY, }, - { XFS_IOC_GETVERSION, }, - { XFS_IOC_GETXFLAGS, }, - { XFS_IOC_SETXFLAGS, }, - { XFS_IOC_FSGETXATTR, }, - { XFS_IOC_FSSETXATTR, }, - { XFS_IOC_FSGETXATTRA, }, - { XFS_IOC_FSSETDM, }, - { XFS_IOC_GETBMAP, }, - { XFS_IOC_GETBMAPA, }, - { XFS_IOC_GETBMAPX, }, +static long +__xfs_compat_ioctl(int mode, struct file *f, unsigned cmd, unsigned long arg) +{ + int error; + struct inode *inode = f->f_dentry->d_inode; + vnode_t *vp = LINVFS_GET_VP(inode); + + switch (cmd) { + case XFS_IOC_DIOINFO: + case XFS_IOC_FSGEOMETRY_V1: + case XFS_IOC_FSGEOMETRY: + case XFS_IOC_GETVERSION: + case XFS_IOC_GETXFLAGS: + case XFS_IOC_SETXFLAGS: + case XFS_IOC_FSGETXATTR: + case XFS_IOC_FSSETXATTR: + case XFS_IOC_FSGETXATTRA: + case XFS_IOC_FSSETDM: + case XFS_IOC_GETBMAP: + case XFS_IOC_GETBMAPA: + case XFS_IOC_GETBMAPX: /* not handled - { XFS_IOC_FD_TO_HANDLE, }, - { XFS_IOC_PATH_TO_HANDLE, }, - { XFS_IOC_PATH_TO_HANDLE, }, - { XFS_IOC_PATH_TO_FSHANDLE, }, - { XFS_IOC_OPEN_BY_HANDLE, }, - { XFS_IOC_FSSETDM_BY_HANDLE, }, - { XFS_IOC_READLINK_BY_HANDLE, }, - { XFS_IOC_ATTRLIST_BY_HANDLE, }, - { XFS_IOC_ATTRMULTI_BY_HANDLE, }, + case XFS_IOC_FD_TO_HANDLE: + case XFS_IOC_PATH_TO_HANDLE: + case XFS_IOC_PATH_TO_HANDLE: + case XFS_IOC_PATH_TO_FSHANDLE: + case XFS_IOC_OPEN_BY_HANDLE: + case XFS_IOC_FSSETDM_BY_HANDLE: + case XFS_IOC_READLINK_BY_HANDLE: + case XFS_IOC_ATTRLIST_BY_HANDLE: + case XFS_IOC_ATTRMULTI_BY_HANDLE: */ - { XFS_IOC_FSCOUNTS, NULL, }, - { XFS_IOC_SET_RESBLKS, NULL, }, - { XFS_IOC_GET_RESBLKS, NULL, }, - { XFS_IOC_FSGROWFSDATA, NULL, }, - { XFS_IOC_FSGROWFSLOG, NULL, }, - { XFS_IOC_FSGROWFSRT, NULL, }, - { XFS_IOC_FREEZE, NULL, }, - { XFS_IOC_THAW, NULL, }, - { XFS_IOC_GOINGDOWN, NULL, }, - { XFS_IOC_ERROR_INJECTION, NULL, }, - { XFS_IOC_ERROR_CLEARALL, NULL, }, + case XFS_IOC_FSCOUNTS: + case XFS_IOC_SET_RESBLKS: + case XFS_IOC_GET_RESBLKS: + case XFS_IOC_FSGROWFSDATA: + case XFS_IOC_FSGROWFSLOG: + case XFS_IOC_FSGROWFSRT: + case XFS_IOC_FREEZE: + case XFS_IOC_THAW: + case XFS_IOC_GOINGDOWN: + case XFS_IOC_ERROR_INJECTION: + case XFS_IOC_ERROR_CLEARALL: + break; + #ifndef BROKEN_X86_ALIGNMENT /* xfs_flock_t and xfs_bstat_t have wrong u32 vs u64 alignment */ - { XFS_IOC_ALLOCSP, }, - { XFS_IOC_FREESP, }, - { XFS_IOC_RESVSP, }, - { XFS_IOC_UNRESVSP, }, - { XFS_IOC_ALLOCSP64, }, - { XFS_IOC_FREESP64, }, - { XFS_IOC_RESVSP64, }, - { XFS_IOC_UNRESVSP64, }, - { XFS_IOC_SWAPEXT, }, - { XFS_IOC_FSBULKSTAT_SINGLE, xfs_ioctl32_bulkstat }, - { XFS_IOC_FSBULKSTAT, xfs_ioctl32_bulkstat}, - { XFS_IOC_FSINUMBERS, xfs_ioctl32_bulkstat}, + case XFS_IOC_ALLOCSP: + case XFS_IOC_FREESP: + case XFS_IOC_RESVSP: + case XFS_IOC_UNRESVSP: + case XFS_IOC_ALLOCSP64: + case XFS_IOC_FREESP64: + case XFS_IOC_RESVSP64: + case XFS_IOC_UNRESVSP64: + case XFS_IOC_SWAPEXT: + break; + + case XFS_IOC_FSBULKSTAT_SINGLE: + case XFS_IOC_FSBULKSTAT: + case XFS_IOC_FSINUMBERS: + arg = xfs_ioctl32_bulkstat(arg); + break; #endif - { 0, }, -}; - -int __init -xfs_ioctl32_init(void) -{ - int error, i; - - for (i = 0; xfs_ioctl32_trans[i].cmd != 0; i++) { - error = register_ioctl32_conversion(xfs_ioctl32_trans[i].cmd, - xfs_ioctl32_trans[i].handler); - if (error) - goto fail; + default: + return -ENOIOCTLCMD; } - return 0; + VOP_IOCTL(vp, inode, f, mode, cmd, (void __user *)arg, error); + VMODIFY(vp); - fail: - while (--i) - unregister_ioctl32_conversion(xfs_ioctl32_trans[i].cmd); return error; } -void -xfs_ioctl32_exit(void) +long xfs_compat_ioctl(struct file *f, unsigned cmd, unsigned long arg) { - int i; + return __xfs_compat_ioctl(0, f, cmd, arg); +} - for (i = 0; xfs_ioctl32_trans[i].cmd != 0; i++) - unregister_ioctl32_conversion(xfs_ioctl32_trans[i].cmd); +long xfs_compat_invis_ioctl(struct file *f, unsigned cmd, unsigned long arg) +{ + return __xfs_compat_ioctl(IO_INVIS, f, cmd, arg); } diff -u linux-2.6.11-rc1-bk4/fs/xfs/linux-2.6/xfs_ioctl32.h-o linux-2.6.11-rc1-bk4/fs/xfs/linux-2.6/xfs_ioctl32.h --- linux-2.6.11-rc1-bk4/fs/xfs/linux-2.6/xfs_ioctl32.h-o 2004-10-19 01:55:31.000000000 +0200 +++ linux-2.6.11-rc1-bk4/fs/xfs/linux-2.6/xfs_ioctl32.h 2005-01-18 00:52:25.000000000 +0100 @@ -30,12 +30,5 @@ * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ */ -#include - -#ifdef CONFIG_COMPAT -extern int xfs_ioctl32_init(void); -extern void xfs_ioctl32_exit(void); -#else -static inline int xfs_ioctl32_init(void) { return 0; } -static inline void xfs_ioctl32_exit(void) { } -#endif +long xfs_compat_ioctl(struct file *f, unsigned cmd, unsigned long arg); +long xfs_compat_invis_ioctl(struct file *f, unsigned cmd, unsigned long arg); diff -u linux-2.6.11-rc1-bk4/fs/xfs/linux-2.6/xfs_super.c-o linux-2.6.11-rc1-bk4/fs/xfs/linux-2.6/xfs_super.c --- linux-2.6.11-rc1-bk4/fs/xfs/linux-2.6/xfs_super.c-o 2005-01-17 10:39:40.000000000 +0100 +++ linux-2.6.11-rc1-bk4/fs/xfs/linux-2.6/xfs_super.c 2005-01-17 15:12:51.000000000 +0100 @@ -947,10 +947,6 @@ goto undo_shaker; } - error = xfs_ioctl32_init(); - if (error) - goto undo_ioctl32; - error = register_filesystem(&xfs_fs_type); if (error) goto undo_register; @@ -958,9 +954,6 @@ return 0; undo_register: - xfs_ioctl32_exit(); - -undo_ioctl32: kmem_shake_deregister(xfs_inode_shaker); undo_shaker: @@ -979,7 +972,6 @@ vfs_exitquota(); XFS_DM_EXIT(&xfs_fs_type); unregister_filesystem(&xfs_fs_type); - xfs_ioctl32_exit(); kmem_shake_deregister(xfs_inode_shaker); xfs_cleanup(); pagebuf_terminate(); From owner-linux-xfs Tue Jan 18 13:12:50 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 18 Jan 2005 13:12:55 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0ILCoYD023472 for ; Tue, 18 Jan 2005 13:12:50 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0ILCoAP023471 for linux-xfs@oss.sgi.com; Tue, 18 Jan 2005 13:12:50 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0ILCmtt023454 for ; Tue, 18 Jan 2005 13:12:49 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0IL4KNP023097; Tue, 18 Jan 2005 13:04:20 -0800 Date: Tue, 18 Jan 2005 13:04:20 -0800 Message-Id: <200501182104.j0IL4KNP023097@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 344] Complete system freeze - XFS/NFS problem? (RH Fedora kernel) X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4753 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 1067 Lines: 27 http://oss.sgi.com/bugzilla/show_bug.cgi?id=344 ------- Additional Comments From hpj@novell.com 2005-18-01 13:04 PDT ------- I'm seeing something similar to this, using the 2.6.10 kernel with Fedora Core 3 patches. It's less frequent than in 2.6.9, but it still isn't fixed. I can trigger it pretty consistently by copying an 8 gigabyte file (containing /dev/random output) using an NFS client, from one NFS export to another, both on the same XFS filesystem. The filesystem resides on a software RAID-5 device. The kernel panic usually happens within 3 attempts. The crash does not happen if I perform the same operation (client file copy - same file - between NFS exports) on an ext3 filesystem. I'll see if I can get a trace, but I'm pessimistic. The last 60 lines shown in my local console are meaningless (seems like a crash in crash handler), NIC driver does not support netconsole, no SCSI devices for raw core dump support, etc. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Tue Jan 18 14:12:49 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 18 Jan 2005 14:12:53 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0IMCnHP028990 for ; Tue, 18 Jan 2005 14:12:49 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0IMCn1L028989 for linux-xfs@oss.sgi.com; Tue, 18 Jan 2005 14:12:49 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0IMCmx7028971 for ; Tue, 18 Jan 2005 14:12:48 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0ILDFZS023572; Tue, 18 Jan 2005 13:13:15 -0800 Date: Tue, 18 Jan 2005 13:13:15 -0800 Message-Id: <200501182113.j0ILDFZS023572@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 344] Complete system freeze - XFS/NFS problem? (RH Fedora kernel) X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4754 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 395 Lines: 17 http://oss.sgi.com/bugzilla/show_bug.cgi?id=344 hpj@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hpj@novell.com ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Tue Jan 18 14:35:13 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 18 Jan 2005 14:35:19 -0800 (PST) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0IMZDCb029896 for ; Tue, 18 Jan 2005 14:35:13 -0800 Received: from ledzep.americas.sgi.com (ledzep.americas.sgi.com [198.149.16.14]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j0J025fs017803 for ; Tue, 18 Jan 2005 16:02:05 -0800 Received: from maine.americas.sgi.com (maine.americas.sgi.com [128.162.232.87]) by ledzep.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id j0IMYBpq8001091; Tue, 18 Jan 2005 16:34:11 -0600 (CST) Received: from hch by maine.americas.sgi.com with local (Exim 3.36 #1 (Debian)) id 1Cr1vP-0005qd-00; Tue, 18 Jan 2005 16:34:11 -0600 To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@fido.engr.sgi.com Subject: TAKE 928101 - pagebuf_lock_value is also needed for trace builds Message-Id: From: Christoph Hellwig Date: Tue, 18 Jan 2005 16:34:11 -0600 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4755 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hch@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 661 Lines: 19 Date: Tue Jan 18 14:34:00 PST 2005 Workarea: maine.americas.sgi.com:/home/daisy40/hch/ptools/xfs-2.4.x Inspected by: nathans The following file(s) were checked into: bonnie.engr.sgi.com:/isms/linux/2.4.x-xfs Modid: xfs-linux:xfs-kern:185972a fs/xfs/linux-2.6/xfs_buf.c - 1.188 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_buf.c.diff?r1=text&tr1=1.188&r2=text&tr2=1.187&f=h - implement pagebuf_lock_value for XFS_BLI_TRACE also fs/xfs/linux-2.4/xfs_buf.c - 1.203 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_buf.c.diff?r1=text&tr1=1.203&r2=text&tr2=1.202&f=h - implement pagebuf_lock_value for XFS_BLI_TRACE also From owner-linux-xfs Tue Jan 18 15:01:36 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 18 Jan 2005 15:01:38 -0800 (PST) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0IN1ZCf030839 for ; Tue, 18 Jan 2005 15:01:36 -0800 Received: from ledzep.americas.sgi.com (ledzep.americas.sgi.com [198.149.16.14]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j0J0SRjD023550 for ; Tue, 18 Jan 2005 16:28:27 -0800 Received: from maine.americas.sgi.com (maine.americas.sgi.com [128.162.232.87]) by ledzep.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id j0IN1Xpq8000148; Tue, 18 Jan 2005 17:01:33 -0600 (CST) Received: from hch by maine.americas.sgi.com with local (Exim 3.36 #1 (Debian)) id 1Cr2Lt-0006ES-00; Tue, 18 Jan 2005 17:01:33 -0600 To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@fido.engr.sgi.com Subject: TAKE 928382 - cosmetic endianess checking fixup Message-Id: From: Christoph Hellwig Date: Tue, 18 Jan 2005 17:01:33 -0600 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4756 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hch@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 685 Lines: 19 Date: Tue Jan 18 15:01:20 PST 2005 Workarea: maine.americas.sgi.com:/home/daisy40/hch/ptools/xfs-2.4.x Inspected by: nathans The following file(s) were checked into: bonnie.engr.sgi.com:/isms/linux/2.4.x-xfs Modid: xfs-linux:xfs-kern:185976a fs/xfs/linux-2.6/xfs_ksyms.c - 1.15 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_ksyms.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h - stop testing for ARCH_CONVER/ACH_NOCONVERT in cpp conditionals fs/xfs/linux-2.4/xfs_ksyms.c - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_ksyms.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h - stop testing for ARCH_CONVER/ACH_NOCONVERT in cpp conditionals From owner-linux-xfs Tue Jan 18 23:00:22 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 18 Jan 2005 23:00:34 -0800 (PST) Received: from chook.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0J70Kd9027065 for ; Tue, 18 Jan 2005 23:00:21 -0800 Received: from chook.melbourne.sgi.com (localhost.localdomain [127.0.0.1]) by chook.melbourne.sgi.com (8.12.11/8.12.11) with ESMTP id j0J70E9f014027 for ; Wed, 19 Jan 2005 18:00:14 +1100 Received: (from nathans@localhost) by chook.melbourne.sgi.com (8.12.11/8.12.11/Submit) id j0J70D5E014025 for linux-xfs@oss.sgi.com; Wed, 19 Jan 2005 18:00:13 +1100 Date: Wed, 19 Jan 2005 18:00:13 +1100 From: Nathan Scott Message-Id: <200501190700.j0J70D5E014025@chook.melbourne.sgi.com> To: linux-xfs@oss.sgi.com Subject: TAKE 914873 - memory alloc flags fixes X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4757 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@chook.melbourne.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 734 Lines: 18 Fix mapping gfp_flags used on metadata buffer inode. Date: Wed Jan 19 17:59:32 AEDT 2005 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: hch@lst.de The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:21209a linux-2.6/xfs_buf.c - 1.189 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_buf.c.diff?r1=text&tr1=1.189&r2=text&tr2=1.188&f=h linux-2.6/kmem.h - 1.28 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/kmem.h.diff?r1=text&tr1=1.28&r2=text&tr2=1.27&f=h linux-2.4/xfs_buf.c - 1.204 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_buf.c.diff?r1=text&tr1=1.204&r2=text&tr2=1.203&f=h From owner-linux-xfs Tue Jan 18 23:05:46 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 18 Jan 2005 23:05:49 -0800 (PST) Received: from chook.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0J75ic8029060 for ; Tue, 18 Jan 2005 23:05:45 -0800 Received: from chook.melbourne.sgi.com (localhost.localdomain [127.0.0.1]) by chook.melbourne.sgi.com (8.12.11/8.12.11) with ESMTP id j0J75d3J014488 for ; Wed, 19 Jan 2005 18:05:39 +1100 Received: (from nathans@localhost) by chook.melbourne.sgi.com (8.12.11/8.12.11/Submit) id j0J75dBI014486 for linux-xfs@oss.sgi.com; Wed, 19 Jan 2005 18:05:39 +1100 Date: Wed, 19 Jan 2005 18:05:39 +1100 From: Nathan Scott Message-Id: <200501190705.j0J75dBI014486@chook.melbourne.sgi.com> To: linux-xfs@oss.sgi.com Subject: TAKE 904196 - preempt X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4758 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@chook.melbourne.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 914 Lines: 20 Fix preempt-related warnings - based on a Chris Wedgwood patch. Date: Wed Jan 19 18:05:14 AEDT 2005 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: hch@engr.sgi.com The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:21210a linux-2.6/xfs_linux.h - 1.127 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_linux.h.diff?r1=text&tr1=1.127&r2=text&tr2=1.126&f=h linux-2.6/xfs_vnode.c - 1.123 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_vnode.c.diff?r1=text&tr1=1.123&r2=text&tr2=1.122&f=h linux-2.6/xfs_stats.h - 1.12 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_stats.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h linux-2.4/xfs_vnode.c - 1.127 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_vnode.c.diff?r1=text&tr1=1.127&r2=text&tr2=1.126&f=h From owner-linux-xfs Wed Jan 19 00:12:55 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 19 Jan 2005 00:13:03 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0J8Ct0r007985 for ; Wed, 19 Jan 2005 00:12:55 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0J8CtoC007984 for linux-xfs@oss.sgi.com; Wed, 19 Jan 2005 00:12:55 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0J8CoZA007965 for ; Wed, 19 Jan 2005 00:12:51 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0J7iJAO006306; Tue, 18 Jan 2005 23:44:19 -0800 Date: Tue, 18 Jan 2005 23:44:19 -0800 Message-Id: <200501190744.j0J7iJAO006306@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 344] Complete system freeze - XFS/NFS problem? (RH Fedora kernel) X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4759 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 512 Lines: 17 http://oss.sgi.com/bugzilla/show_bug.cgi?id=344 ------- Additional Comments From olaf@cbk.poznan.pl 2005-18-01 23:44 PDT ------- The problem is 4K stack which is default in fedora and 8K in vanilla kernel. I don't have time to make too much tests, so I just use vanilla kernels on machines with XFS. Ask on the XFS list if anybody is doing anything to lower stacku usage, but I doubt. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Wed Jan 19 21:55:46 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 19 Jan 2005 21:55:55 -0800 (PST) Received: from chook.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0K5thOw027344 for ; Wed, 19 Jan 2005 21:55:44 -0800 Received: from chook.melbourne.sgi.com (localhost.localdomain [127.0.0.1]) by chook.melbourne.sgi.com (8.12.11/8.12.11) with ESMTP id j0K5tbN1018097 for ; Thu, 20 Jan 2005 16:55:37 +1100 Received: (from nathans@localhost) by chook.melbourne.sgi.com (8.12.11/8.12.11/Submit) id j0K5tbq1018075 for linux-xfs@oss.sgi.com; Thu, 20 Jan 2005 16:55:37 +1100 Date: Thu, 20 Jan 2005 16:55:37 +1100 From: Nathan Scott Message-Id: <200501200555.j0K5tbq1018075@chook.melbourne.sgi.com> To: linux-xfs@oss.sgi.com Subject: TAKE 904196 - Merge up to 2.4.29. X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4760 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@chook.melbourne.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 109365 Lines: 1464 Date: Thu Jan 20 16:33:11 AEDT 2005 Workarea: chook.melbourne.sgi.com:/build/nathans/2.4.x-xfs Inspected by: marcelo The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/linux/2.4.x-xfs-melb Modid: 2.4.x-xfs-melb:linux:21231a drivers/net/big_sur_ge.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/big_sur_ge.c drivers/net/big_sur_ge.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/big_sur_ge.h drivers/net/titan_ge.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/titan_ge.c include/linux/libata-compat.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/libata-compat.h drivers/net/titan_ge.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/titan_ge.h drivers/net/titan_mdio.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/titan_mdio.c drivers/net/titan_mdio.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/titan_mdio.h drivers/pcmcia/au1000_hydrogen3.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/pcmcia/au1000_hydrogen3.c drivers/pcmcia/au1000_pb1550.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/pcmcia/au1000_pb1550.c drivers/scsi/ahci.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/ahci.c drivers/sound/au1550_i2s.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/sound/au1550_i2s.c Documentation/tty.txt - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/Documentation/tty.txt drivers/sound/au1550_psc.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/sound/au1550_psc.c include/asm-mips/au1100_mmc.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/au1100_mmc.h include/asm-mips/au1550_spi.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/au1550_spi.h include/asm-mips/au1xxx_dbdma.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/au1xxx_dbdma.h include/asm-mips/au1xxx_psc.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/au1xxx_psc.h include/asm-mips/compiler.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/compiler.h arch/mips64/kernel/irq-rm7000.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/irq-rm7000.c arch/mips/vr41xx/common/pmu.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/common/pmu.c arch/mips/pmc-sierra/yosemite/dbg_io.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/yosemite/dbg_io.c arch/mips/pmc-sierra/stretch/setup.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/stretch/setup.h arch/mips/pmc-sierra/stretch/setup.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/stretch/setup.c arch/mips/pmc-sierra/stretch/reset.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/stretch/reset.c arch/mips/au1000/common/au1xxx_irqmap.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/common/au1xxx_irqmap.c arch/mips/pmc-sierra/stretch/prom.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/stretch/prom.c arch/mips/au1000/common/cputable.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/common/cputable.c arch/mips/au1000/common/dbdma.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/common/dbdma.c arch/mips/pmc-sierra/stretch/pci.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/stretch/pci.c arch/mips/pmc-sierra/stretch/pci-irq.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/stretch/pci-irq.c arch/mips/pmc-sierra/stretch/irq.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/stretch/irq.c arch/mips/pmc-sierra/stretch/irq-handler.S - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/stretch/irq-handler.S arch/mips/pmc-sierra/stretch/dbg_io.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/stretch/dbg_io.c arch/mips/pmc-sierra/stretch/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/stretch/Makefile arch/mips/pmc-sierra/big_sur/xilinx_irq.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/big_sur/xilinx_irq.h arch/mips/pmc-sierra/big_sur/setup.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/big_sur/setup.c arch/mips/pmc-sierra/big_sur/reset.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/big_sur/reset.c arch/mips/pmc-sierra/big_sur/prom.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/big_sur/prom.c arch/mips/pmc-sierra/big_sur/irq.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/big_sur/irq.c arch/mips/pmc-sierra/big_sur/int-handler.S - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/big_sur/int-handler.S arch/mips/au1000/db1x00/mirage_ts.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/db1x00/mirage_ts.c arch/mips/pmc-sierra/big_sur/big_sur_irq.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/big_sur/big_sur_irq.c arch/mips/pmc-sierra/big_sur/Makefile - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/big_sur/Makefile arch/mips/kernel/irq-rm7000.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/irq-rm7000.c arch/mips/defconfig-stretch - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-stretch include/asm-mips/dec/serial.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/dec/serial.h arch/mips/defconfig-db1550 - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-db1550 arch/mips/dec/prom/console.c - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/dec/prom/console.c include/asm-mips/pb1550.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/pb1550.h include/asm-mips64/compiler.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/compiler.h include/asm-mips64/dec/serial.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/dec/serial.h include/asm-mips64/vga.h - 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/vga.h CREDITS - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/CREDITS.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h Documentation/Changes - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/Documentation/Changes.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/Configure.help - 1.16 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/Documentation/Configure.help.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h Documentation/computone.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/Documentation/computone.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/filesystems/proc.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/Documentation/filesystems/proc.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/mips/time.README - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/Documentation/mips/time.README.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/networking/dl2k.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/Documentation/networking/dl2k.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/networking/e1000.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/Documentation/networking/e1000.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/parport.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/Documentation/parport.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/sysctl/vm.txt - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/Documentation/sysctl/vm.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h MAINTAINERS - 1.11 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/MAINTAINERS.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h Makefile - 1.15 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/Makefile.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/cris/drivers/serial.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/cris/drivers/serial.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/i386/defconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/i386/defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/i386/kernel/microcode.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/i386/kernel/microcode.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/i386/kernel/pci-irq.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/i386/kernel/pci-irq.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/ia32/binfmt_elf32.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ia64/ia32/binfmt_elf32.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/ia32/sys_ia32.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ia64/ia32/sys_ia32.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/mm/init.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ia64/mm/init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/kernel/setup.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/m68k/kernel/setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/au1000/common/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/common/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/common/clocks.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/common/clocks.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/common/dma.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/common/dma.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/au1000/common/irq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/common/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/au1000/common/pci_fixup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/common/pci_fixup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/au1000/common/power.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/common/power.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/common/prom.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/common/prom.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/common/reset.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/common/reset.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/au1000/common/setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/common/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/au1000/common/time.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/common/time.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/csb250/irqmap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/csb250/irqmap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/db1x00/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/db1x00/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/db1x00/board_setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/db1x00/board_setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/db1x00/irqmap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/db1x00/irqmap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/hydrogen3/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/hydrogen3/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/hydrogen3/board_setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/hydrogen3/board_setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/hydrogen3/irqmap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/hydrogen3/irqmap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/mtx-1/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/mtx-1/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/au1000/mtx-1/irqmap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/mtx-1/irqmap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/pb1000/board_setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/pb1000/board_setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/pb1000/irqmap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/pb1000/irqmap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/pb1100/board_setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/pb1100/board_setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/pb1100/irqmap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/pb1100/irqmap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/pb1500/board_setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/pb1500/board_setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/pb1500/irqmap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/pb1500/irqmap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/xxs1500/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/xxs1500/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/xxs1500/board_setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/xxs1500/board_setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/xxs1500/irqmap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/xxs1500/irqmap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/boot/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/boot/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/boot/addinitrd.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/boot/addinitrd.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/config-shared.in - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/config-shared.in.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/dec/ecc-berr.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/dec/ecc-berr.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/dec/prom/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/dec/prom/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/dec/prom/cmdline.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/dec/prom/cmdline.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/dec/prom/identify.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/dec/prom/identify.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/dec/prom/init.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/dec/prom/init.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/dec/setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/dec/setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/defconfig-atlas - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-atlas.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-bosporus - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-bosporus.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-capcella - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-capcella.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-cobalt - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-cobalt.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-csb250 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-csb250.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-db1000 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-db1000.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-db1100 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-db1100.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-db1500 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-db1500.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-ddb5476 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-ddb5476.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-ddb5477 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-ddb5477.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-decstation - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-decstation.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-e55 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-e55.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-eagle - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-eagle.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-ev64120 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-ev64120.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-ev96100 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-ev96100.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-hp-lj - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-hp-lj.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-hydrogen3 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-hydrogen3.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-ip22 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-ip22.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-it8172 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-it8172.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-ivr - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-ivr.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-jmr3927 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-jmr3927.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-lasat - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-lasat.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-malta - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-malta.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-mirage - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-mirage.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-mpc30x - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-mpc30x.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-mtx-1 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-mtx-1.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-nino - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-nino.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-ocelot - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-ocelot.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-osprey - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-osprey.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-pb1000 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-pb1000.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-pb1100 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-pb1100.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-pb1500 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-pb1500.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-rbtx4927 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-rbtx4927.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-rm200 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-rm200.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-sb1250-swarm - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-sb1250-swarm.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-sead - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-sead.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-tb0226 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-tb0226.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-tb0229 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-tb0229.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-ti1500 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-ti1500.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-workpad - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-workpad.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-xxs1500 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-xxs1500.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-yosemite - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-yosemite.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/galileo-boards/ev96100/time.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/galileo-boards/ev96100/time.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/jazz/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/jazz/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/jazz/jazzdma.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/jazz/jazzdma.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/kernel/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/kernel/cpu-probe.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/cpu-probe.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/kernel/gdb-low.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/gdb-low.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/kernel/head.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/head.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/kernel/irixelf.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/irixelf.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/kernel/irq_cpu.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/irq_cpu.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/kernel/old-time.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/old-time.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/kernel/proc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/proc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/kernel/scall_o32.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/scall_o32.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/kernel/semaphore.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/semaphore.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/kernel/setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/kernel/signal.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/signal.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/kernel/smp.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/smp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/kernel/syscall.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/syscall.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/kernel/sysirix.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/sysirix.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/kernel/time.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/time.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/kernel/traps.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/kernel/traps.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/lasat/ds1603.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/lasat/ds1603.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/lasat/image/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/lasat/image/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/ld.script.in - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/ld.script.in.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/lib/dump_tlb.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/lib/dump_tlb.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/lib/r3k_dump_tlb.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/lib/r3k_dump_tlb.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/lib/strlen_user.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/lib/strlen_user.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/lib/strncpy_user.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/lib/strncpy_user.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/lib/strnlen_user.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/lib/strnlen_user.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/math-emu/cp1emu.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/math-emu/cp1emu.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/mm/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/mm/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/mm/c-r3k.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/mm/c-r3k.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mm/c-r4k.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/mm/c-r4k.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mm/c-sb1.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/mm/c-sb1.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mm/c-tx39.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/mm/c-tx39.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/mm/ioremap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/mm/ioremap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/mm/pg-r4k.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/mm/pg-r4k.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mm/sc-ip22.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/mm/sc-ip22.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/mm/sc-r5k.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/mm/sc-r5k.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/mm/sc-rm7k.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/mm/sc-rm7k.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/mm/tlb-r4k.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/mm/tlb-r4k.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/mm/tlb-sb1.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/mm/tlb-sb1.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/momentum/jaguar_atx/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/momentum/jaguar_atx/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/momentum/jaguar_atx/int-handler.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/momentum/jaguar_atx/int-handler.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/momentum/ocelot_c/int-handler.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/momentum/ocelot_c/int-handler.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/momentum/ocelot_g/int-handler.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/momentum/ocelot_g/int-handler.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/momentum/ocelot_g/irq.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/momentum/ocelot_g/irq.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pci/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pci/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pci/pci.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pci/pci.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pmc-sierra/yosemite/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/yosemite/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pmc-sierra/yosemite/ht-irq.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/yosemite/ht-irq.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pmc-sierra/yosemite/ht.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/yosemite/ht.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pmc-sierra/yosemite/irq-handler.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/yosemite/irq-handler.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pmc-sierra/yosemite/irq.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/pmc-sierra/yosemite/irq.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/ramdisk/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/ramdisk/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/sgi-ip22/ip22-setup.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/sgi-ip22/ip22-setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/sgi-ip27/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/sgi-ip27/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/sgi-ip27/ip27-init.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/sgi-ip27/ip27-init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/sgi-ip27/ip27-memory.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/sgi-ip27/ip27-memory.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/sgi-ip27/ip27-timer.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/sgi-ip27/ip27-timer.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/sibyte/cfe/setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/sibyte/cfe/setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/sibyte/cfe/smp.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/sibyte/cfe/smp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/sibyte/sb1250/irq_handler.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/sibyte/sb1250/irq_handler.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/sibyte/sb1250/smp.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/sibyte/sb1250/smp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/sibyte/swarm/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/sibyte/swarm/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/casio-e55/ide-e55.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/casio-e55/ide-e55.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/casio-e55/setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/casio-e55/setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/common/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/common/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/vr41xx/common/cmu.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/common/cmu.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/vr41xx/common/ksyms.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/common/ksyms.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/common/pciu.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/common/pciu.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/common/pciu.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/common/pciu.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/common/serial.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/common/serial.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/vr41xx/common/vrc4173.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/common/vrc4173.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/ibm-workpad/ide-workpad.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/ibm-workpad/ide-workpad.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/ibm-workpad/setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/ibm-workpad/setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/nec-eagle/ide-eagle.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/nec-eagle/ide-eagle.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/nec-eagle/setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/nec-eagle/setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/tanbac-tb0226/setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/tanbac-tb0226/setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/tanbac-tb0229/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/tanbac-tb0229/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/tanbac-tb0229/reboot.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/tanbac-tb0229/reboot.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/tanbac-tb0229/setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/tanbac-tb0229/setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/victor-mpc30x/ide-mpc30x.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/victor-mpc30x/ide-mpc30x.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/victor-mpc30x/setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/victor-mpc30x/setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/zao-capcella/ide-capcella.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/zao-capcella/ide-capcella.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/vr41xx/zao-capcella/setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/vr41xx/zao-capcella/setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/Makefile - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips64/boot/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/boot/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips64/defconfig-atlas - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/defconfig-atlas.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips64/defconfig-decstation - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/defconfig-decstation.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips64/defconfig-ip22 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/defconfig-ip22.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips64/defconfig-ip27 - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/defconfig-ip27.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips64/defconfig-jaguar - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/defconfig-jaguar.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips64/defconfig-malta - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/defconfig-malta.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips64/defconfig-ocelotc - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/defconfig-ocelotc.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips64/defconfig-sb1250-swarm - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/defconfig-sb1250-swarm.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips64/defconfig-sead - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/defconfig-sead.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips64/kernel/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/kernel/cpu-probe.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/cpu-probe.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips64/kernel/gdb-low.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/gdb-low.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/kernel/ioctl32.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/ioctl32.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips64/kernel/irq_cpu.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/irq_cpu.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/kernel/linux32.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/linux32.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips64/kernel/mips64_ksyms.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/mips64_ksyms.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/kernel/proc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/proc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips64/kernel/scall_64.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/scall_64.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/kernel/scall_n32.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/scall_n32.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/kernel/scall_o32.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/scall_o32.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/kernel/semaphore.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/semaphore.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/kernel/setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/kernel/signal.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/signal.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips64/kernel/signal32.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/signal32.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips64/kernel/signal_n32.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/signal_n32.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/kernel/smp.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/smp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips64/kernel/syscall.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/syscall.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips64/kernel/time.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/time.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips64/kernel/traps.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/kernel/traps.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/ld.script.elf32.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/ld.script.elf32.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/ld.script.elf64 - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/ld.script.elf64.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/lib/dump_tlb.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/lib/dump_tlb.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/lib/strlen_user.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/lib/strlen_user.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/lib/strncpy_user.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/lib/strncpy_user.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/lib/strnlen_user.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/lib/strnlen_user.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/mm/c-r4k.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/mm/c-r4k.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips64/mm/c-sb1.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/mm/c-sb1.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips64/mm/pg-r4k.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/mm/pg-r4k.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips64/mm/sc-ip22.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/mm/sc-ip22.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/mm/sc-r5k.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/mm/sc-r5k.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/mm/sc-rm7k.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/mm/sc-rm7k.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/mm/tlb-r4k.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/mm/tlb-r4k.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips64/mm/tlb-sb1.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips64/mm/tlb-sb1.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/parisc/kernel/ioctl32.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/parisc/kernel/ioctl32.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/parisc/kernel/sys_parisc32.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/parisc/kernel/sys_parisc32.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/8xx_io/uart.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ppc/8xx_io/uart.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/configs/apus_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ppc/configs/apus_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/configs/briq_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ppc/configs/briq_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/configs/common_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ppc/configs/common_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/configs/ibmchrp_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ppc/configs/ibmchrp_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/configs/pal4_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ppc/configs/pal4_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/configs/pmac_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ppc/configs/pmac_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/configs/pplus_defconfig - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ppc/configs/pplus_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/defconfig - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ppc/defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc/kernel/traps.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ppc/kernel/traps.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc64/kernel/ioctl32.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ppc64/kernel/ioctl32.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc64/kernel/signal.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ppc64/kernel/signal.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc64/kernel/signal32.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ppc64/kernel/signal32.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc64/kernel/sys_ppc32.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ppc64/kernel/sys_ppc32.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/s390/defconfig - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/s390/defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/s390x/kernel/exec32.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/s390x/kernel/exec32.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/s390x/kernel/linux32.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/s390x/kernel/linux32.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sparc64/defconfig - 1.8 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/sparc64/defconfig.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/sparc64/kernel/binfmt_aout32.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/sparc64/kernel/binfmt_aout32.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sparc64/kernel/binfmt_elf32.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/sparc64/kernel/binfmt_elf32.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sparc64/kernel/ioctl32.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/sparc64/kernel/ioctl32.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/sparc64/kernel/smp.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/sparc64/kernel/smp.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sparc64/kernel/sys_sparc32.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/sparc64/kernel/sys_sparc32.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/sparc64/kernel/trampoline.S - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/sparc64/kernel/trampoline.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/x86_64/ia32/ia32_binfmt.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/x86_64/ia32/ia32_binfmt.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/x86_64/ia32/ia32_ioctl.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/x86_64/ia32/ia32_ioctl.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/x86_64/ia32/ia32entry.S - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/x86_64/ia32/ia32entry.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/x86_64/ia32/ptrace32.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/x86_64/ia32/ptrace32.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/x86_64/ia32/socket32.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/x86_64/ia32/socket32.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/x86_64/ia32/sys_ia32.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/x86_64/ia32/sys_ia32.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/x86_64/kernel/setup.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/x86_64/kernel/setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/x86_64/kernel/signal.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/x86_64/kernel/signal.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/acpi/bus.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/acpi/bus.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/atm/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/atm/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/block/DAC960.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/block/DAC960.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/block/floppy.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/block/floppy.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/bluetooth/hci_ldisc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/bluetooth/hci_ldisc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/cdrom/cdrom.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/cdrom/cdrom.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/amiserial.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/amiserial.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/au1x00-serial.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/au1x00-serial.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/console.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/console.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/cyclades.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/cyclades.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/dz.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/dz.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/epca.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/epca.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/esp.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/esp.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/generic_serial.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/generic_serial.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/hvc_console.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/hvc_console.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/ip2/i2ellis.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/ip2/i2ellis.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/ip2/i2ellis.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/ip2/i2ellis.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/ip2/i2lib.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/ip2/i2lib.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/ip2/ip2types.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/ip2/ip2types.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/ip2main.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/ip2main.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/isicom.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/isicom.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/istallion.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/istallion.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/ite_gpio.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/ite_gpio.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/lcd.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/lcd.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/lp.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/lp.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/moxa.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/moxa.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/mux.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/mux.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/mxser.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/mxser.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/n_hdlc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/n_hdlc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/n_r3964.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/n_r3964.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/n_tty.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/n_tty.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/pcmcia/synclink_cs.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/pcmcia/synclink_cs.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/pcxx.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/pcxx.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/pdc_console.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/pdc_console.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/pty.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/pty.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/random.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/random.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/rio/riointr.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/rio/riointr.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/riscom8.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/riscom8.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/rocket.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/rocket.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/selection.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/selection.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/ser_a2232.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/ser_a2232.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/serial.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/serial.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/serial167.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/serial167.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/serial_amba.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/serial_amba.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/serial_tx3912.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/serial_tx3912.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/serial_txx927.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/serial_txx927.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/sgiserial.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/sgiserial.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/sh-sci.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/sh-sci.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/specialix.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/specialix.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/stallion.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/stallion.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/sx.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/sx.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/synclink.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/synclink.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/synclinkmp.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/synclinkmp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/tty_io.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/tty_io.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/char/tty_ioctl.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/tty_ioctl.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/vac-serial.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/vac-serial.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/vme_scc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/vme_scc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/vt.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/char/vt.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/hotplug/cpqphp_pci.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/hotplug/cpqphp_pci.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/i2c/i2c-core.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/i2c/i2c-core.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/i2c/i2c-proc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/i2c/i2c-proc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/ide/raid/hptraid.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/ide/raid/hptraid.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/isdn/eicon/fourbri.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/isdn/eicon/fourbri.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/isdn/isdn_tty.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/isdn/isdn_tty.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/macintosh/macserial.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/macintosh/macserial.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/video/bttv-if.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/media/video/bttv-if.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/video/tvmixer.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/media/video/tvmixer.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/3c505.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/3c505.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/3c59x.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/3c59x.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/8139cp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/8139cp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/8390.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/8390.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/Config.in - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/Config.in.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/au1000_eth.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/au1000_eth.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/declance.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/declance.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/dl2k.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/dl2k.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/dl2k.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/dl2k.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/e1000/e1000.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/e1000/e1000.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/e1000/e1000_ethtool.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/e1000/e1000_ethtool.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/e1000/e1000_hw.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/e1000/e1000_hw.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/e1000/e1000_hw.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/e1000/e1000_hw.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/e1000/e1000_main.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/e1000/e1000_main.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/e1000/e1000_osdep.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/e1000/e1000_osdep.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/e1000/e1000_param.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/e1000/e1000_param.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/eexpress.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/eexpress.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/gt64240eth.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/gt64240eth.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/gt64240eth.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/gt64240eth.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/hamradio/6pack.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/hamradio/6pack.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/hamradio/mkiss.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/hamradio/mkiss.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/irda/irtty.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/irda/irtty.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/jazzsonic.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/jazzsonic.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/mv64340_eth.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/mv64340_eth.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/ne.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/ne.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/pcnet32.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/pcnet32.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/ppp_async.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/ppp_async.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/ppp_synctty.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/ppp_synctty.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/sb1250-mac.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/sb1250-mac.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/sgiseeq.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/sgiseeq.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/slip.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/slip.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/strip.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/strip.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/sungem.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/sungem.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/tg3.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/tg3.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/wan/8253x/8253xsyn.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/wan/8253x/8253xsyn.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wan/8253x/8253xtty.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/wan/8253x/8253xtty.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wan/8253x/8253xutl.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/wan/8253x/8253xutl.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wan/pc300_tty.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/wan/pc300_tty.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/wan/sdla.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/wan/sdla.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wan/sdla_chdlc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/wan/sdla_chdlc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wan/x25_asy.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/wan/x25_asy.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wd.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/wd.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/parport/ieee1284.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/parport/ieee1284.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/parport/parport_arc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/parport/parport_arc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/parport/parport_gsc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/parport/parport_gsc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/parport/parport_pc.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/parport/parport_pc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/parport/parport_sunbpp.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/parport/parport_sunbpp.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/parport/probe.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/parport/probe.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/pcmcia/au1000_db1x00.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/pcmcia/au1000_db1x00.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/pcmcia/au1000_generic.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/pcmcia/au1000_generic.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/pcmcia/au1000_pb1x00.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/pcmcia/au1000_pb1x00.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/pcmcia/au1000_xxs1500.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/pcmcia/au1000_xxs1500.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/pcmcia/ricoh.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/pcmcia/ricoh.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/s390/char/con3215.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/s390/char/con3215.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/s390/char/tubtty.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/s390/char/tubtty.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/s390/net/ctctty.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/s390/net/ctctty.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/sbus/char/aurora.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/sbus/char/aurora.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/sbus/char/sab82532.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/sbus/char/sab82532.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/sbus/char/su.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/sbus/char/su.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/sbus/char/zs.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/sbus/char/zs.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/Config.in - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/Config.in.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/Makefile - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/aacraid/README - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/aacraid/README.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/advansys.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/advansys.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/dpt/dpti_ioctl.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/dpt/dpti_ioctl.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/dpt_i2o.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/dpt_i2o.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/dpti.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/dpti.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/ide-scsi.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/ide-scsi.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/scsi_error.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/scsi_error.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/sg.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/sg.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/st.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/st.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/sym53c8xx_2/sym_glue.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/sym53c8xx_2/sym_glue.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/sym53c8xx_2/sym_misc.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/sym53c8xx_2/sym_misc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/sound/Config.in - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/sound/Config.in.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/sound/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/sound/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/sound/swarm_cs4297a.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/sound/swarm_cs4297a.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/sound/via82cxxx_audio.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/sound/via82cxxx_audio.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/tc/zs.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/tc/zs.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/acm.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/acm.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/bluetooth.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/bluetooth.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/gadget/Config.in - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/gadget/Config.in.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/gadget/ether.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/gadget/ether.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/gadget/zero.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/gadget/zero.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/host/ehci-q.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/host/ehci-q.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/host/usb-ohci.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/host/usb-ohci.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/host/usb-ohci.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/host/usb-ohci.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/serial/digi_acceleport.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/serial/digi_acceleport.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/serial/ftdi_sio.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/serial/ftdi_sio.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/serial/io_edgeport.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/serial/io_edgeport.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/serial/io_ti.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/serial/io_ti.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/serial/keyspan_pda.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/serial/keyspan_pda.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/serial/mct_u232.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/serial/mct_u232.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/serial/usbserial.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/serial/usbserial.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/fbmem.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/video/fbmem.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/radeonfb.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/video/radeonfb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/binfmt_aout.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/binfmt_aout.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/binfmt_elf.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/binfmt_elf.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/coda/upcall.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/coda/upcall.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/dquot.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/dquot.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/exec.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/exec.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/intermezzo/cache.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/intermezzo/cache.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/intermezzo/dcache.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/intermezzo/dcache.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/intermezzo/dir.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/intermezzo/dir.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/intermezzo/fileset.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/intermezzo/fileset.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/intermezzo/journal_xfs.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/intermezzo/journal_xfs.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/intermezzo/methods.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/intermezzo/methods.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/intermezzo/psdev.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/intermezzo/psdev.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/intermezzo/replicator.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/intermezzo/replicator.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/intermezzo/super.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/intermezzo/super.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/intermezzo/vfs.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/intermezzo/vfs.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/isofs/inode.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/isofs/inode.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/jfs/inode.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/jfs/inode.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/jfs/jfs_imap.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/jfs/jfs_imap.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/jfs/jfs_logmgr.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/jfs/jfs_logmgr.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/jfs/jfs_mount.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/jfs/jfs_mount.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/jfs/jfs_xtree.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/jfs/jfs_xtree.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/namei.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/namei.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/nfs/dir.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/nfs/dir.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/nfs/unlink.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/nfs/unlink.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/proc/array.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/proc/array.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/proc/base.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/proc/base.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/proc/generic.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/proc/generic.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/proc/proc_tty.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/fs/proc/proc_tty.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/au1000.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/au1000.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/au1000_dma.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/au1000_dma.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/au1000_pcmcia.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/au1000_pcmcia.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/checksum.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/checksum.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/cpu.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/cpu.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/db1x00.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/db1x00.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/dec/prom.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/dec/prom.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/delay.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/delay.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/div64.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/div64.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/mipsregs.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/mipsregs.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/mmu_context.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/mmu_context.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/param.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/param.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/pgtable-bits.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/pgtable-bits.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/prefetch.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/prefetch.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/processor.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/processor.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/serial.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/serial.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/sgiarcs.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/sgiarcs.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/siginfo.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/siginfo.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/smp.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/smp.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/uaccess.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/uaccess.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/unaligned.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/unaligned.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/unistd.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/unistd.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/vr41xx/tb0229.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/vr41xx/tb0229.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/vr41xx/vr41xx.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/vr41xx/vr41xx.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/vr41xx/vrc4173.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/vr41xx/vrc4173.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/war.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips/war.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips64/checksum.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/checksum.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips64/cpu.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/cpu.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips64/dec/prom.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/dec/prom.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips64/delay.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/delay.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips64/mipsregs.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/mipsregs.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips64/mmu_context.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/mmu_context.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips64/param.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/param.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips64/prefetch.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/prefetch.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips64/processor.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/processor.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips64/sgiarcs.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/sgiarcs.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips64/siginfo.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/siginfo.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips64/smp.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/smp.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips64/uaccess.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/uaccess.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips64/unaligned.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/unaligned.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips64/unistd.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/unistd.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips64/war.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-mips64/war.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sparc/elf.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-sparc/elf.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-x86_64/socket32.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/asm-x86_64/socket32.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/auto_fs4.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/auto_fs4.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/cd1400.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/cd1400.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/cdk.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/cdk.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/coda.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/coda.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/comstats.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/comstats.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/delay.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/delay.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/fb.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/fb.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/i2c.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/i2c.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/if_arp.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/if_arp.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/if_ether.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/if_ether.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/intermezzo_fs.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/intermezzo_fs.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/iso_fs.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/iso_fs.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/istallion.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/istallion.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/mii.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/mii.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/mm.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/mm.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/netfilter.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/netfilter.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/netfilter_ipv4/ip_conntrack_core.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/netfilter_ipv4/ip_conntrack_core.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/netfilter_ipv4/ip_nat.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/netfilter_ipv4/ip_nat.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/netlink.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/netlink.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/pci_ids.h - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/pci_ids.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/proc_fs.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/proc_fs.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/sc26198.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/sc26198.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/scc.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/scc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/sched.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/sched.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/sctp.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/sctp.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/socket.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/socket.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/spinlock.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/spinlock.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/stallion.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/stallion.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/swap.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/swap.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/sysctl.h - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/sysctl.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/tty.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/tty.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/tty_ldisc.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/tty_ldisc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/usb_ch9.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/usb_ch9.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/usb_gadget.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/usb_gadget.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/net/inet_ecn.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/net/inet_ecn.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/net/ip.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/net/ip.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/net/ip_vs.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/net/ip_vs.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/net/sctp/command.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/net/sctp/command.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/net/sctp/compat.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/net/sctp/compat.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/net/sctp/constants.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/net/sctp/constants.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/net/sctp/sctp.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/net/sctp/sctp.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/net/sctp/sm.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/net/sctp/sm.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/net/sctp/structs.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/net/sctp/structs.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/net/sctp/tsnmap.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/net/sctp/tsnmap.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/net/sctp/ulpevent.h - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/net/sctp/ulpevent.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/net/sctp/ulpqueue.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/net/sctp/ulpqueue.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/net/udp.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/net/udp.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h kernel/fork.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/kernel/fork.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h kernel/sysctl.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/kernel/sysctl.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h lib/rwsem-spinlock.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/lib/rwsem-spinlock.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h mm/memory.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/mm/memory.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h mm/mmap.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/mm/mmap.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h mm/mremap.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/mm/mremap.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h mm/vmscan.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/mm/vmscan.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/802/p8022.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/802/p8022.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/802/psnap.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/802/psnap.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/8021q/vlan_dev.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/8021q/vlan_dev.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/Config.in - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/Config.in.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/bluetooth/rfcomm/tty.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/bluetooth/rfcomm/tty.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/core/neighbour.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/core/neighbour.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/core/netfilter.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/core/netfilter.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/core/scm.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/core/scm.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/decnet/dn_neigh.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/decnet/dn_neigh.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/af_inet.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/af_inet.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv4/icmp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/icmp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/igmp.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/igmp.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/ipv4/ip_options.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/ip_options.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv4/ip_output.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/ip_output.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv4/ip_sockglue.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/ip_sockglue.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/ipvs/ip_vs_conn.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/ipvs/ip_vs_conn.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv4/ipvs/ip_vs_core.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/ipvs/ip_vs_core.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv4/ipvs/ip_vs_ctl.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/ipvs/ip_vs_ctl.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv4/ipvs/ip_vs_sync.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/ipvs/ip_vs_sync.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/netfilter/Config.in - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/netfilter/Config.in.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv4/netfilter/ip_conntrack_core.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/netfilter/ip_conntrack_core.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/netfilter/ip_conntrack_standalone.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/netfilter/ip_conntrack_standalone.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/ipv4/netfilter/ip_fw_compat_masq.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/netfilter/ip_fw_compat_masq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv4/netfilter/ip_nat_core.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/netfilter/ip_nat_core.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv4/netfilter/ip_nat_rule.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/netfilter/ip_nat_rule.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv4/netfilter/ip_nat_standalone.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/netfilter/ip_nat_standalone.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/netfilter/ip_tables.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/netfilter/ip_tables.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/ipv4/netfilter/ipt_MASQUERADE.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/netfilter/ipt_MASQUERADE.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/netfilter/ipt_REJECT.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/netfilter/ipt_REJECT.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv4/raw.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/raw.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv4/tcp_input.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/tcp_input.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/ipv4/udp.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv4/udp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv6/af_inet6.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv6/af_inet6.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv6/datagram.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv6/datagram.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv6/mcast.c - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv6/mcast.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/ipv6/netfilter/ip6_tables.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv6/netfilter/ip6_tables.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/ipv6/netfilter/ip6t_LOG.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv6/netfilter/ip6t_LOG.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv6/netfilter/ip6t_dst.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv6/netfilter/ip6t_dst.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv6/netfilter/ip6t_esp.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv6/netfilter/ip6t_esp.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv6/netfilter/ip6t_eui64.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv6/netfilter/ip6t_eui64.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv6/netfilter/ip6t_frag.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv6/netfilter/ip6t_frag.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv6/netfilter/ip6t_hbh.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv6/netfilter/ip6t_hbh.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv6/netfilter/ip6t_ipv6header.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv6/netfilter/ip6t_ipv6header.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv6/netfilter/ip6t_multiport.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv6/netfilter/ip6t_multiport.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv6/netfilter/ip6t_rt.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv6/netfilter/ip6t_rt.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv6/sit.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/ipv6/sit.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/irda/ircomm/ircomm_tty.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/irda/ircomm/ircomm_tty.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/netlink/af_netlink.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/netlink/af_netlink.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/netsyms.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/netsyms.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/rose/rose_route.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/rose/rose_route.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/sched/cls_tcindex.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sched/cls_tcindex.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/sched/sch_dsmark.c - 1.6 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sched/sch_dsmark.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/sctp/associola.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/associola.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sctp/bind_addr.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/bind_addr.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/sctp/command.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/command.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/sctp/debug.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/debug.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/sctp/endpointola.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/endpointola.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/sctp/input.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/input.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/sctp/inqueue.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/inqueue.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/sctp/ipv6.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/ipv6.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sctp/objcnt.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/objcnt.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/sctp/output.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/output.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sctp/outqueue.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/outqueue.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sctp/proc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/proc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/sctp/protocol.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/protocol.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sctp/sm_make_chunk.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/sm_make_chunk.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sctp/sm_sideeffect.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/sm_sideeffect.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sctp/sm_statefuns.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/sm_statefuns.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sctp/sm_statetable.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/sm_statetable.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/sctp/socket.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/socket.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sctp/ssnmap.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/ssnmap.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/sctp/transport.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/transport.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sctp/tsnmap.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/tsnmap.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/sctp/ulpevent.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/ulpevent.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sctp/ulpqueue.c - 1.5 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/ulpqueue.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/socket.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/socket.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/defconfig-pb1550 - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/defconfig-pb1550.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/au1000/pb1550/irqmap.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/pb1550/irqmap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/pb1550/init.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/pb1550/init.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/pb1550/board_setup.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/pb1550/board_setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/au1000/pb1550/Makefile - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/mips/au1000/pb1550/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/configs/prpmc750_defconfig - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ppc/configs/prpmc750_defconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/gadget/gadget_chips.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/gadget/gadget_chips.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/forcedeth.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/forcedeth.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/sctp/chunk.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sctp/chunk.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/cpm2_io/uart.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/arch/ppc/cpm2_io/uart.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h split-patches/kdb-common - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/split-patches/kdb-common.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h split-patches/dmapi-enable - 1.7 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/split-patches/dmapi-enable.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h split-patches/acl-backport - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/split-patches/acl-backport.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h split-patches/cache_defs - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/split-patches/cache_defs.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/sata_promise.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/sata_promise.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/sata_sil.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/sata_sil.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/sata_sis.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/sata_sis.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/DocBook/libata.tmpl - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/Documentation/DocBook/libata.tmpl.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/sata_svw.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/sata_svw.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/sata_sx4.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/sata_sx4.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/libata.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/libata.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/libata-scsi.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/libata-scsi.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/libata-core.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/libata-core.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/sata_via.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/sata_via.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/sata_vsc.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/sata_vsc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/gadget/epautoconf.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/gadget/epautoconf.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/sched/sch_netem.c - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/net/sched/sch_netem.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/gadget/rndis.c - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/gadget/rndis.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/gadget/rndis.h - 1.4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/usb/gadget/rndis.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/block/sx8.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/block/sx8.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/ata.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/ata.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/libata.h - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/include/linux/libata.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/sata_uli.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/sata_uli.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/acpi/motherboard.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/acpi/motherboard.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wireless/prism54/isl_38xx.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/wireless/prism54/isl_38xx.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wireless/prism54/isl_38xx.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/wireless/prism54/isl_38xx.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wireless/prism54/isl_ioctl.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/wireless/prism54/isl_ioctl.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wireless/prism54/islpci_dev.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/wireless/prism54/islpci_dev.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wireless/prism54/islpci_dev.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/wireless/prism54/islpci_dev.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wireless/prism54/islpci_hotplug.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/wireless/prism54/islpci_hotplug.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wireless/prism54/prismcompat.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/wireless/prism54/prismcompat.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wireless/prism54/prismcompat24.h - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/net/wireless/prism54/prismcompat24.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/ata_piix.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/ata_piix.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/sata_nv.c - 1.2 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/drivers/scsi/sata_nv.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h From owner-linux-xfs Thu Jan 20 03:30:19 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 03:30:22 -0800 (PST) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0KBUJKL015329 for ; Thu, 20 Jan 2005 03:30:19 -0800 Received: from flecktone.americas.sgi.com (flecktone.americas.sgi.com [198.149.16.15]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j0KCvP9f006318 for ; Thu, 20 Jan 2005 04:57:25 -0800 Received: from maine.americas.sgi.com (maine.americas.sgi.com [128.162.232.87]) by flecktone.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id j0KBTHF3355379; Thu, 20 Jan 2005 05:29:17 -0600 (CST) Received: from hch by maine.americas.sgi.com with local (Exim 3.36 #1 (Debian)) id 1CraV3-0000ie-00; Thu, 20 Jan 2005 05:29:17 -0600 To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@fido.engr.sgi.com Subject: TAKE 928382 - cleanup byteswap in xfsidbg Message-Id: From: Christoph Hellwig Date: Thu, 20 Jan 2005 05:29:17 -0600 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4762 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hch@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 934 Lines: 23 Date: Thu Jan 20 03:29:00 PST 2005 Workarea: maine.americas.sgi.com:/home/daisy40/hch/ptools/xfs-2.6.x Inspected by: nathans The following file(s) were checked into: bonnie.engr.sgi.com:/isms/linux/2.6.x-xfs Modid: xfs-linux:xfs-kern:186085a fs/xfs/xfsidbg.c - 1.271 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfsidbg.c.diff?r1=text&tr1=1.271&r2=text&tr2=1.270&f=h - Always swap inodes/superblocks before calling the display routines. This way we can avoid conditional endian swaps fs/xfs/linux-2.6/xfs_ksyms.c - 1.16 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_ksyms.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h - export two routines to byteswap inodes/superblocks for xfsidbg fs/xfs/linux-2.4/xfs_ksyms.c - 1.13 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_ksyms.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h - export two routines to byteswap inodes/superblocks for xfsidbg From owner-linux-xfs Thu Jan 20 09:49:11 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 09:49:12 -0800 (PST) Received: from postal1.et.byu.edu (postal1.et.byu.edu [128.187.122.131]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0KHnANX010247 for ; Thu, 20 Jan 2005 09:49:10 -0800 Received: from lewis.et.byu.edu (lewis.et.byu.edu [128.187.112.50]) by postal1.et.byu.edu (8.12.10/8.12.10) with ESMTP id j0KHn4iO006345 for ; Thu, 20 Jan 2005 10:49:04 -0700 Date: Thu, 20 Jan 2005 10:49:04 -0700 (MST) From: David Dougall To: linux-xfs@oss.sgi.com Subject: incorrect quota usage Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.38 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4763 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: davidd@et.byu.edu Precedence: bulk X-list: linux-xfs Content-Length: 1161 Lines: 24 I have run xfs filesystem for years with no real issues, but in the last few weeks I have had a bug pop up that is becoming increasingly common. I run linux 2.4.26 with patches for xfs acls and device-mapper(for LVM2). I have run this kernel for several months without problem. I just added device mapper patch and moved filesystems to LVM2 a few weeks ago. Anyway, I am seeing what appears to be corruption on certain group quotas. I see the following: # quota -v -g it350proj Disk quotas for group it350proj (gid 15699): Filesystem blocks quota limit grace files quota limit grace /dev/mapper/vggrp1-lvol0 18014398509480540* 102400 112640 1 0 0 /dev/mapper/vggrp2-lvol0 0 0 0 0 0 0 That usage is most certainly incorrect. Not all groups have this problem and I have not had it reported with any user quotas. I did and xfs_repair last week because it was reported to me on other groups. So either it did not fix the problem or it has been corrupted since then. Please advise on what may be causing this or how to fix it. --David Dougall From owner-linux-xfs Thu Jan 20 11:12:43 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 11:12:46 -0800 (PST) Received: from e3.ny.us.ibm.com (e3.ny.us.ibm.com [32.97.182.143]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0KJCaj3012560; Thu, 20 Jan 2005 11:12:43 -0800 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e3.ny.us.ibm.com (8.12.10/8.12.10) with ESMTP id j0KJCU7j003193; Thu, 20 Jan 2005 14:12:30 -0500 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay02.pok.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j0KJCUXM288298; Thu, 20 Jan 2005 14:12:30 -0500 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j0KJCUEt025971; Thu, 20 Jan 2005 14:12:30 -0500 Received: from joust (joust.beaverton.ibm.com [9.47.17.65]) by d01av02.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j0KJCU4W025966; Thu, 20 Jan 2005 14:12:30 -0500 Received: by joust (Postfix, from userid 1000) id 0D8204F99A; Thu, 20 Jan 2005 11:12:29 -0800 (PST) Date: Thu, 20 Jan 2005 11:12:29 -0800 From: Nishanth Aravamudan To: xfs-master@oss.sgi.com, nathans@sgi.com Cc: linux-xfs@oss.sgi.com, kernel-janitors@lists.osdl.org Subject: [PATCH 11/40] fs/xfs_buf: replace schedule_timeout() with msleep() Message-ID: <20050120191229.GL5393@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4764 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nacc@us.ibm.com Precedence: bulk X-list: linux-xfs Content-Length: 957 Lines: 31 Hi, Please consider applying. Description: Use msleep() instead of schedule_timeout() to guarantee the task delays as expected. The current code uses TASK_INTERRUPTIBLE, but does not check for signals, so I believe the change to msleep() is appropriate. Signed-off-by: Nishanth Aravamudan --- 2.6.11-rc1-kj-v/fs/xfs/linux-2.6/xfs_buf.c 2005-01-15 16:55:41.000000000 -0800 +++ 2.6.11-rc1-kj/fs/xfs/linux-2.6/xfs_buf.c 2005-01-18 11:09:34.000000000 -0800 @@ -54,6 +54,7 @@ #include #include #include +#include #include "xfs_linux.h" @@ -1689,8 +1690,7 @@ pagebuf_daemon( if (current->flags & PF_FREEZE) refrigerator(PF_FREEZE); - set_current_state(TASK_INTERRUPTIBLE); - schedule_timeout((xfs_buf_timer_centisecs * HZ) / 100); + msleep(xfs_buf_timer_centisecs * 10); age = (xfs_buf_age_centisecs * HZ) / 100; spin_lock(&pbd_delwrite_lock); From owner-linux-xfs Thu Jan 20 11:14:26 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 11:14:29 -0800 (PST) Received: from e2.ny.us.ibm.com (e2.ny.us.ibm.com [32.97.182.142]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0KJEQ1h013004; Thu, 20 Jan 2005 11:14:26 -0800 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e2.ny.us.ibm.com (8.12.10/8.12.10) with ESMTP id j0KJEKSK031135; Thu, 20 Jan 2005 14:14:20 -0500 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay02.pok.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j0KJEKXM150938; Thu, 20 Jan 2005 14:14:20 -0500 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j0KJEKWG031141; Thu, 20 Jan 2005 14:14:20 -0500 Received: from joust (joust.beaverton.ibm.com [9.47.17.65]) by d01av02.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j0KJEKsg031123; Thu, 20 Jan 2005 14:14:20 -0500 Received: by joust (Postfix, from userid 1000) id 312F54F99A; Thu, 20 Jan 2005 11:14:19 -0800 (PST) Date: Thu, 20 Jan 2005 11:14:19 -0800 From: Nishanth Aravamudan To: xfs-master@oss.sgi.com, nathans@sgi.com Cc: linux-xfs@oss.sgi.com, kernel-janitors@lists.osdl.org Subject: [PATCH 12/40] fs/xfs_super: replace schedule_timeout() with msleep_interruptible() Message-ID: <20050120191419.GM5393@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4765 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nacc@us.ibm.com Precedence: bulk X-list: linux-xfs Content-Length: 1507 Lines: 44 Hi, Please consider applying. Description: Use msleep_interruptible() instead of schedule_timeout(). The current code is not wrong; however a change to msleep_interruptible() has two major benefits: 1) consistency across the kernel and 2) uses human-sensible time units (msecs). Change the units of timeleft appropriately to msecs. Signed-off-by: Nishanth Aravamudan --- 2.6.11-rc1-kj-v/fs/xfs/linux-2.6/xfs_super.c 2005-01-15 16:55:41.000000000 -0800 +++ 2.6.11-rc1-kj/fs/xfs/linux-2.6/xfs_super.c 2005-01-18 11:12:02.000000000 -0800 @@ -73,6 +73,7 @@ #include #include #include +#include STATIC struct quotactl_ops linvfs_qops; STATIC struct super_operations linvfs_sops; @@ -484,10 +485,9 @@ xfssyncd( wake_up(&vfsp->vfs_wait_sync_task); INIT_LIST_HEAD(&tmp); - timeleft = (xfs_syncd_centisecs * HZ) / 100; + timeleft = xfs_syncd_centisecs * 10; for (;;) { - set_current_state(TASK_INTERRUPTIBLE); - timeleft = schedule_timeout(timeleft); + timeleft = msleep_interruptible(timeleft); /* swsusp */ if (current->flags & PF_FREEZE) refrigerator(PF_FREEZE); @@ -502,7 +502,7 @@ xfssyncd( */ if (!timeleft || list_empty(&vfsp->vfs_sync_list)) { if (!timeleft) - timeleft = (xfs_syncd_centisecs * HZ) / 100; + timeleft = xfs_syncd_centisecs * 10; INIT_LIST_HEAD(&vfsp->vfs_sync_work.w_list); list_add_tail(&vfsp->vfs_sync_work.w_list, &vfsp->vfs_sync_list); From owner-linux-xfs Thu Jan 20 16:07:52 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 16:07:58 -0800 (PST) Received: from ext-nj2gw-1.online-age.net (ext-nj2gw-1.online-age.net [216.35.73.163]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0L07nxS001279 for ; Thu, 20 Jan 2005 16:07:52 -0800 Received: from int-nj2gw-1.online-age.net (int-nj2gw-1 [3.159.236.65]) by ext-nj2gw-1.online-age.net (8.12.9/8.12.9/990426-RLH) with ESMTP id j0L07faM008532 for ; Thu, 20 Jan 2005 19:07:42 -0500 (EST) Received: from uswaumsxb4medge.am.med.ge.com (localhost [127.0.0.1]) by int-nj2gw-1.online-age.net (8.12.9/8.12.8/990426-RLH) with ESMTP id j0L07eOV023017 for ; Thu, 20 Jan 2005 19:07:41 -0500 (EST) Received: from uswaumsxb3medge.am.med.ge.com (uswaumsxb3medge.med.ge.com [3.57.24.74]) by uswaumsxb4medge.am.med.ge.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id DKLTGTQF; Thu, 20 Jan 2005 18:07:40 -0600 Received: from ct.ct.med.ge.com (uswaucs03 [3.57.24.237]) by uswaumsxb3medge.am.med.ge.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id DK3Q36VQ; Thu, 20 Jan 2005 18:07:37 -0600 Received: from [3.57.108.2] (ctt.med.ge.com [3.70.206.2]) by ct.ct.med.ge.com (8.8.8+Sun/8.8.8) with ESMTP id SAA26656 for ; Thu, 20 Jan 2005 18:07:33 -0600 (CST) Message-ID: <41F04806.4050603@med.ge.com> Date: Thu, 20 Jan 2005 18:08:38 -0600 From: James Foris Reply-To: james.foris@med.ge.com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041229 Fedora/1.7.5-2.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: linux-xfs@oss.sgi.com Subject: extended attributes, XFS, and 2.6.11-rc1 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4766 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: james.foris@med.ge.com Precedence: bulk X-list: linux-xfs Content-Length: 1307 Lines: 41 Could someone please check and let me know if this is something I have done to myself, or a bug in the mainline linux kerel release: I have a pretty stock i686/i686smp build of 2.6.11-rc1-bk5 from kernel.org. The XFS configuration options are: CONFIG_XFS_FS=m CONFIG_XFS_RT=y CONFIG_XFS_QUOTA=y CONFIG_XFS_POSIX_ACL=y CONFIG_XFS_SECURITY=y The test: 1. make/mount an XFS("/xfs") and an EXT2 ("/ext2") file system. 2. Create test directories under each ("/xfs/test", "/ext2/test"). 3. Change the attributes of each directory to be syncronous. ("chattr -R +S /xfs/test /ext2/test") 4. copy a file into both directories ("cp /etc/inittab /xfs/test; cp /etc/inittab /ext2/test") What I see from here is that any attempt to edit (I use vi) the file "/xfs/test/inittab" starts with a message about a swap file failure, and will not let me save any changes. I can rename the file and delete the file. I simply can not overwrite the file. No such problems exist on my ext2 partition, and the problem goes away if I "chattr -R -S /xfs/test". This has appeared sometime since 2.6.10-bk3 (the last kernel I built/tested), which was built with the same configuration options as 2.6.11-rc1-bk5. I do not think that this is a bad build... but I could be wrong. Does anyone else see this too ? Jim Foris From owner-linux-xfs Thu Jan 20 17:09:27 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 17:09:29 -0800 (PST) Received: from rockridge.uits.indiana.edu (rockridge.uits.indiana.edu [129.79.1.74]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0L19RvD009842 for ; Thu, 20 Jan 2005 17:09:27 -0800 Received: from iu-mssg-smtp04.ads.iu.edu (iu-mssg-smtp04.exchange.iu.edu [129.79.1.223]) by rockridge.uits.indiana.edu (8.12.10/8.12.10/IUPO) with ESMTP id j0L19NHd027496 for ; Thu, 20 Jan 2005 20:09:24 -0500 (EST) Received: from iu-mssg-mbx05.ads.iu.edu ([129.79.1.214]) by iu-mssg-smtp04.ads.iu.edu with Microsoft SMTPSVC(5.0.2195.6713); Thu, 20 Jan 2005 20:09:25 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Subject: defrag xfs Date: Thu, 20 Jan 2005 20:09:25 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: defrag xfs Thread-Index: AcT/VdjxzMx3gOJWQ9uekW3HFE/iYQ== From: "Wilkins, Vern" To: X-OriginalArrivalTime: 21 Jan 2005 01:09:25.0523 (UTC) FILETIME=[D93DDE30:01C4FF55] X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by oss.sgi.com id j0L19RvD009844 X-archive-position: 4767 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: vwilkins@indiana.edu Precedence: bulk X-list: linux-xfs Content-Length: 822 Lines: 16 root@vw-linux /data # df -h /dev/sdb4 Filesystem Size Used Avail Use% Mounted on /dev/sdb4 40G 22G 19G 55% /data root@vw-linux /data # xfs_db -r /dev/sdb4 xfs_db> frag actual 62504, ideal 440, fragmentation factor 99.30% xfs_db> Are there any recent efforts to have a defrag utility for XFS on Linux? I've seen a few discussions about this, but it appears there isn't much demand for a defrag utility for any journaling filesystems on Linux. This partition has been in use only about a year, and is only moderately used for editing mp3's and large mpg's. I'll admit I haven't seen anything this bad on other partitions such as / or /usr, but I've encountered situations like this enough, with all journaling filesystems, that it really gets frustrating not being able to defrag. Vern From owner-linux-xfs Thu Jan 20 19:01:09 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 19:01:13 -0800 (PST) Received: from relay01.roc.ny.frontiernet.net (relay01.roc.ny.frontiernet.net [66.133.131.34]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0L318oZ015381 for ; Thu, 20 Jan 2005 19:01:09 -0800 Received: from filter01.roc.ny.frontiernet.net (filter01.roc.ny.frontiernet.net [66.133.131.176]) by relay01.roc.ny.frontiernet.net (Postfix) with ESMTP id 02B9A100F7; Fri, 21 Jan 2005 03:01:08 +0000 (UTC) Received: from relay01.roc.ny.frontiernet.net ([66.133.131.34]) by filter01.roc.ny.frontiernet.net (filter01.roc.ny.frontiernet.net [66.133.131.176]) (amavisd-new, port 10024) with LMTP id 10585-18-35; Fri, 21 Jan 2005 03:01:07 +0000 (UTC) Received: from [192.168.1.100] (67-137-109-11.dsl2.brv.mn.frontiernet.net [67.137.109.11]) by relay01.roc.ny.frontiernet.net (Postfix) with ESMTP id 17DEC10002; Fri, 21 Jan 2005 03:01:04 +0000 (UTC) Message-ID: <41F0706F.2080601@xfs.org> Date: Thu, 20 Jan 2005 21:01:03 -0600 From: Steve Lord User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Wilkins, Vern" Cc: linux-xfs@oss.sgi.com Subject: Re: defrag xfs References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: by amavisd-new-20040701 (2.0) at filter01.roc.ny.frontiernet.net X-Virus-Status: Clean X-archive-position: 4768 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: lord@xfs.org Precedence: bulk X-list: linux-xfs Content-Length: 1420 Lines: 39 Wilkins, Vern wrote: > root@vw-linux /data # df -h /dev/sdb4 > Filesystem Size Used Avail Use% Mounted on > /dev/sdb4 40G 22G 19G 55% /data > root@vw-linux /data # xfs_db -r /dev/sdb4 > xfs_db> frag > actual 62504, ideal 440, fragmentation factor 99.30% > xfs_db> > > > Are there any recent efforts to have a defrag utility for XFS on Linux? I've seen a few discussions about this, but it appears there isn't much demand for a defrag utility for any journaling filesystems on Linux. > > This partition has been in use only about a year, and is only moderately used for editing mp3's and large mpg's. I'll admit I haven't seen anything this bad on other partitions such as / or /usr, but I've encountered situations like this enough, with all journaling filesystems, that it really gets frustrating not being able to defrag. > > Vern > > You mean like this: xfs_fsr(8) NAME xfs_fsr - filesystem reorganizer for XFS SYNOPSIS xfs_fsr [-v] [-t seconds] [-f leftoff] [-m mtab] xfs_fsr [-v] [xfsdev | file] ... DESCRIPTION xfs_fsr is applicable only to XFS filesystems. xfs_fsr improves the organization of mounted filesystems. The reorga- nization algorithm operates on one file at a time, compacting or oth- erwise improving the layout of the file extents (contiguous blocks of file data). Steve From owner-linux-xfs Thu Jan 20 19:14:10 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 19:14:13 -0800 (PST) Received: from plounts.uits.indiana.edu (plounts.uits.indiana.edu [129.79.1.73]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0L3EAkV016165 for ; Thu, 20 Jan 2005 19:14:10 -0800 Received: from iu-mssg-smtp02.ads.iu.edu (iu-mssg-smtp02.exchange.iu.edu [129.79.1.219]) by plounts.uits.indiana.edu (8.12.10/8.12.10/IUPO) with ESMTP id j0L3E5iD027067 for ; Thu, 20 Jan 2005 22:14:07 -0500 (EST) Received: from iu-mssg-mbx05.ads.iu.edu ([129.79.1.214]) by iu-mssg-smtp02.ads.iu.edu with Microsoft SMTPSVC(5.0.2195.6713); Thu, 20 Jan 2005 22:14:07 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Subject: RE: defrag xfs Date: Thu, 20 Jan 2005 22:14:07 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: defrag xfs Thread-Index: AcT/ZXUnOzgxv+ctQHm/QFkUKDGKaQAANES2 From: "Wilkins, Vern" To: X-OriginalArrivalTime: 21 Jan 2005 03:14:07.0915 (UTC) FILETIME=[451847B0:01C4FF67] X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by oss.sgi.com id j0L3EAkV016168 X-archive-position: 4769 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: vwilkins@indiana.edu Precedence: bulk X-list: linux-xfs Content-Length: 2040 Lines: 78 Is this available for Linux? I was aware of it on Irix, but I've never seen it included with the xfs utilities I use on Linux. Maybe some source code that I can compile for Linux? Thanks, Vern /bin /bin/xfs_copy /bin/xfs_db /bin/xfs_admin /bin/xfs_check /bin/xfs_ncheck /bin/xfs_growfs /bin/xfs_info /bin/xfs_io /bin/xfs_bmap /bin/xfs_freeze /bin/xfs_logprint /bin/xfs_mkfile /bin/xfs_rtcp /sbin /sbin/fsck.xfs /sbin/mkfs.xfs /sbin/xfs_repair -----Original Message----- From: Steve Lord [mailto:lord@xfs.org] Sent: Thu 1/20/2005 10:01 PM To: Wilkins, Vern Cc: linux-xfs@oss.sgi.com Subject: Re: defrag xfs Wilkins, Vern wrote: > root@vw-linux /data # df -h /dev/sdb4 > Filesystem Size Used Avail Use% Mounted on > /dev/sdb4 40G 22G 19G 55% /data > root@vw-linux /data # xfs_db -r /dev/sdb4 > xfs_db> frag > actual 62504, ideal 440, fragmentation factor 99.30% > xfs_db> > > > Are there any recent efforts to have a defrag utility for XFS on Linux? I've seen a few discussions about this, but it appears there isn't much demand for a defrag utility for any journaling filesystems on Linux. > > This partition has been in use only about a year, and is only moderately used for editing mp3's and large mpg's. I'll admit I haven't seen anything this bad on other partitions such as / or /usr, but I've encountered situations like this enough, with all journaling filesystems, that it really gets frustrating not being able to defrag. > > Vern > > You mean like this: xfs_fsr(8) NAME xfs_fsr - filesystem reorganizer for XFS SYNOPSIS xfs_fsr [-v] [-t seconds] [-f leftoff] [-m mtab] xfs_fsr [-v] [xfsdev | file] ... DESCRIPTION xfs_fsr is applicable only to XFS filesystems. xfs_fsr improves the organization of mounted filesystems. The reorga- nization algorithm operates on one file at a time, compacting or oth- erwise improving the layout of the file extents (contiguous blocks of file data). Steve From owner-linux-xfs Thu Jan 20 19:18:49 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 19:18:56 -0800 (PST) Received: from relay01.roc.ny.frontiernet.net (relay01.roc.ny.frontiernet.net [66.133.131.34]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0L3Iln7019867 for ; Thu, 20 Jan 2005 19:18:48 -0800 Received: from filter01.roc.ny.frontiernet.net (filter01.roc.ny.frontiernet.net [66.133.131.176]) by relay01.roc.ny.frontiernet.net (Postfix) with ESMTP id 4414310000; Fri, 21 Jan 2005 03:18:47 +0000 (UTC) Received: from relay01.roc.ny.frontiernet.net ([66.133.131.34]) by filter01.roc.ny.frontiernet.net (filter01.roc.ny.frontiernet.net [66.133.131.176]) (amavisd-new, port 10024) with LMTP id 13152-08-68; Fri, 21 Jan 2005 03:18:47 +0000 (UTC) Received: from [192.168.1.100] (67-137-109-11.dsl2.brv.mn.frontiernet.net [67.137.109.11]) by relay01.roc.ny.frontiernet.net (Postfix) with ESMTP id 7AAF810043; Fri, 21 Jan 2005 03:18:44 +0000 (UTC) Message-ID: <41F07494.1060501@xfs.org> Date: Thu, 20 Jan 2005 21:18:44 -0600 From: Steve Lord User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Wilkins, Vern" Cc: linux-xfs@oss.sgi.com Subject: Re: defrag xfs References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: by amavisd-new-20040701 (2.0) at filter01.roc.ny.frontiernet.net X-Virus-Status: Clean X-archive-position: 4770 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: lord@xfs.org Precedence: bulk X-list: linux-xfs Content-Length: 319 Lines: 12 Wilkins, Vern wrote: > Is this available for Linux? I was aware of it on Irix, but I've never seen it included with the xfs utilities I use on Linux. Maybe some source code that I can compile for Linux? > > Thanks, > Vern > That was on linux, it comes with the xfsdump rpm, not the xfsprogs, not sure why. Steve From owner-linux-xfs Thu Jan 20 19:27:02 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 19:27:04 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id j0L3R1sa023206 for ; Thu, 20 Jan 2005 19:27:02 -0800 Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id OAA26700; Fri, 21 Jan 2005 14:26:53 +1100 Received: from frodo.melbourne.sgi.com (root@frodo.melbourne.sgi.com [134.14.55.153]) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id j0L3QoXE1545470; Fri, 21 Jan 2005 14:26:51 +1100 (EST) Received: from frodo.melbourne.sgi.com (nathans@localhost [127.0.0.1]) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) with ESMTP id j0L3NaJC001646; Fri, 21 Jan 2005 14:23:37 +1100 Received: (from nathans@localhost) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) id j0L3NZhe001644; Fri, 21 Jan 2005 14:23:35 +1100 Date: Fri, 21 Jan 2005 14:23:35 +1100 From: Nathan Scott To: Steve Lord Cc: "Wilkins, Vern" , linux-xfs@oss.sgi.com Subject: Re: defrag xfs Message-ID: <20050121032335.GA864@frodo> References: <41F07494.1060501@xfs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41F07494.1060501@xfs.org> User-Agent: Mutt/1.5.3i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4771 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 521 Lines: 21 On Thu, Jan 20, 2005 at 09:18:44PM -0600, Steve Lord wrote: > Wilkins, Vern wrote: > >Is this available for Linux? I was aware of it on Irix, but I've never > >seen it included with the xfs utilities I use on Linux. Maybe some source > >code that I can compile for Linux? > > > >Thanks, > >Vern > > > > That was on linux, it comes with the xfsdump rpm, not the xfsprogs, not > sure why. Hysterical raisins - it requires libattr (uses EA syscalls) ... and several years ago that was a problem. cheers. -- Nathan From owner-linux-xfs Thu Jan 20 19:40:58 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 19:41:01 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id j0L3eulQ023860 for ; Thu, 20 Jan 2005 19:40:57 -0800 Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id OAA27053; Fri, 21 Jan 2005 14:40:48 +1100 Received: from frodo.melbourne.sgi.com (root@frodo.melbourne.sgi.com [134.14.55.153]) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id j0L3elXE1544479; Fri, 21 Jan 2005 14:40:47 +1100 (EST) Received: from frodo.melbourne.sgi.com (nathans@localhost [127.0.0.1]) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) with ESMTP id j0L3bWJC001685; Fri, 21 Jan 2005 14:37:33 +1100 Received: (from nathans@localhost) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) id j0L3bVUD001683; Fri, 21 Jan 2005 14:37:31 +1100 Date: Fri, 21 Jan 2005 14:37:31 +1100 From: Nathan Scott To: David Dougall Cc: linux-xfs@oss.sgi.com Subject: Re: incorrect quota usage Message-ID: <20050121033731.GB864@frodo> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4772 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 1021 Lines: 29 On Thu, Jan 20, 2005 at 10:49:04AM -0700, David Dougall wrote: > ... > few weeks I have had a bug pop up that is becoming increasingly common. I Oh? Any ideas what might be happening wrt system activity to trigger the problem more often now? > ... > /dev/mapper/vggrp1-lvol0 > 18014398509480540* 102400 112640 1 0 > ... > That usage is most certainly incorrect. Not all groups have this problem > and I have not had it reported with any user quotas. I did and xfs_repair > last week because it was reported to me on other groups. So either it did > not fix the problem or it has been corrupted since then. > Please advise on what may be causing this or how to fix it. You can fix it by switching quotaoff(8), unmounting and mounting again - that will redo the quotacheck during that last mount step and should recalculate the correct value. Not sure how it got this way though. You wouldn't happen to know a reliable way of reproducing this would you? cheers. -- Nathan From owner-linux-xfs Thu Jan 20 19:53:00 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 19:53:01 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id j0L3qwvq024567 for ; Thu, 20 Jan 2005 19:52:59 -0800 Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id OAA27279; Fri, 21 Jan 2005 14:52:49 +1100 Received: from frodo.melbourne.sgi.com (root@frodo.melbourne.sgi.com [134.14.55.153]) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id j0L3qkXE1544173; Fri, 21 Jan 2005 14:52:47 +1100 (EST) Received: from frodo.melbourne.sgi.com (nathans@localhost [127.0.0.1]) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) with ESMTP id j0L3nWJC001723; Fri, 21 Jan 2005 14:49:32 +1100 Received: (from nathans@localhost) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) id j0L3nUvk001721; Fri, 21 Jan 2005 14:49:30 +1100 Date: Fri, 21 Jan 2005 14:49:30 +1100 From: Nathan Scott To: James Foris Cc: linux-xfs@oss.sgi.com Subject: Re: extended attributes, XFS, and 2.6.11-rc1 Message-ID: <20050121034930.GC864@frodo> References: <41F04806.4050603@med.ge.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41F04806.4050603@med.ge.com> User-Agent: Mutt/1.5.3i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4773 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 277 Lines: 12 On Thu, Jan 20, 2005 at 06:08:38PM -0600, James Foris wrote: > Could someone please check and let me know if this is something I have done > to myself, or > a bug in the mainline linux kerel release: I can't reproduce this with CVS. Trying mainline... cheers. -- Nathan From owner-linux-xfs Thu Jan 20 20:24:14 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 20:24:16 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id j0L4OClv028934 for ; Thu, 20 Jan 2005 20:24:13 -0800 Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id PAA27836; Fri, 21 Jan 2005 15:24:04 +1100 Received: from frodo.melbourne.sgi.com (root@frodo.melbourne.sgi.com [134.14.55.153]) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id j0L4O1XE1542965; Fri, 21 Jan 2005 15:24:02 +1100 (EST) Received: from frodo.melbourne.sgi.com (nathans@localhost [127.0.0.1]) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) with ESMTP id j0L4KlJC001859; Fri, 21 Jan 2005 15:20:47 +1100 Received: (from nathans@localhost) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) id j0L4KjJo001857; Fri, 21 Jan 2005 15:20:45 +1100 Date: Fri, 21 Jan 2005 15:20:45 +1100 From: Nathan Scott To: James Foris , linux-xfs@oss.sgi.com Subject: Re: extended attributes, XFS, and 2.6.11-rc1 Message-ID: <20050121042045.GA1827@frodo> References: <41F04806.4050603@med.ge.com> <20050121034930.GC864@frodo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050121034930.GC864@frodo> User-Agent: Mutt/1.5.3i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4774 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 567 Lines: 19 On Fri, Jan 21, 2005 at 02:49:30PM +1100, Nathan Scott wrote: > On Thu, Jan 20, 2005 at 06:08:38PM -0600, James Foris wrote: > > Could someone please check and let me know if this is something I have done > > to myself, or > > a bug in the mainline linux kerel release: > > I can't reproduce this with CVS. Trying mainline... > ... which is busted. :| I think not an XFS problem, we've not changed anything there for sometime. At first blush, I'd guess this is the compat_ioctl changes, maybe - could you try with those backed out James? cheers. -- Nathan From owner-linux-xfs Thu Jan 20 20:43:50 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 20:43:52 -0800 (PST) Received: from kevlar.burdell.org (dsl027-162-124.atl1.dsl.speakeasy.net [216.27.162.124]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0L4ho34029671 for ; Thu, 20 Jan 2005 20:43:50 -0800 Received: by kevlar.burdell.org (Postfix, from userid 1189) id 3981066C84; Thu, 20 Jan 2005 23:32:37 -0500 (EST) Date: Thu, 20 Jan 2005 23:32:37 -0500 From: Sonny Rao To: Steve Lord Cc: linux-xfs@oss.sgi.com Subject: Re: defrag xfs Message-ID: <20050121043237.GA28699@kevlar.burdell.org> References: <41F07494.1060501@xfs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41F07494.1060501@xfs.org> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4775 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: sonny@burdell.org Precedence: bulk X-list: linux-xfs Content-Length: 479 Lines: 18 On Thu, Jan 20, 2005 at 09:18:44PM -0600, Steve Lord wrote: > Wilkins, Vern wrote: > >Is this available for Linux? I was aware of it on Irix, but I've never > >seen it included with the xfs utilities I use on Linux. Maybe some source > >code that I can compile for Linux? > > > >Thanks, > >Vern > > > > That was on linux, it comes with the xfsdump rpm, not the xfsprogs, not > sure why. Does this mean that it is possible to write a utility to shrink XFS volumes? Sonny From owner-linux-xfs Thu Jan 20 21:12:33 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 21:12:37 -0800 (PST) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0L5CXF7030783 for ; Thu, 20 Jan 2005 21:12:33 -0800 Received: from taniwha.stupidest.org (adsl-67-124-117-154.dsl.snfc21.pacbell.net [67.124.117.154]) by pimout2-ext.prodigy.net (8.12.10 milter /8.12.10) with ESMTP id j0L5CTdc411588; Fri, 21 Jan 2005 00:12:29 -0500 Received: by taniwha.stupidest.org (Postfix, from userid 38689) id 2672B116349C; Thu, 20 Jan 2005 21:12:28 -0800 (PST) Date: Thu, 20 Jan 2005 21:12:28 -0800 From: Chris Wedgwood To: Sonny Rao Cc: Steve Lord , linux-xfs@oss.sgi.com Subject: Re: defrag xfs Message-ID: <20050121051228.GA28161@taniwha.stupidest.org> References: <41F07494.1060501@xfs.org> <20050121043237.GA28699@kevlar.burdell.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050121043237.GA28699@kevlar.burdell.org> X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4776 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: cw@f00f.org Precedence: bulk X-list: linux-xfs Content-Length: 308 Lines: 11 On Thu, Jan 20, 2005 at 11:32:37PM -0500, Sonny Rao wrote: > Does this mean that it is possible to write a utility to shrink XFS > volumes? this is really becoming a FAQ.. it's possible but difficult and ideally will require some kernel help. it would also have some restrictions on what could be done From owner-linux-xfs Thu Jan 20 21:52:28 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 21:52:32 -0800 (PST) Received: from mail07.syd.optusnet.com.au (mail07.syd.optusnet.com.au [211.29.132.188]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0L5qRl5031878 for ; Thu, 20 Jan 2005 21:52:28 -0800 Received: from saturn (c211-28-166-127.eburwd2.vic.optusnet.com.au [211.28.166.127]) by mail07.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j0L5qFwD022484; Fri, 21 Jan 2005 16:52:16 +1100 Received: from [192.168.1.54] (helo=kennedy ident=Debian-exim) by saturn with esmtp (Exim 3.35 #1 (Debian)) id 1CrriR-0000Ex-00; Fri, 21 Jan 2005 16:52:15 +1100 Received: from localhost ([127.0.0.1] helo=kennedy ident=stewart) by kennedy with esmtp (Exim 4.34) id 1CrrdG-0003t5-Es; Fri, 21 Jan 2005 16:46:54 +1100 Subject: Re: defrag xfs From: Stewart Smith To: Sonny Rao Cc: Steve Lord , linux-xfs@oss.sgi.com In-Reply-To: <20050121043237.GA28699@kevlar.burdell.org> References: <41F07494.1060501@xfs.org> <20050121043237.GA28699@kevlar.burdell.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-V6B61NvsriqVJxe+z/j9" Date: Fri, 21 Jan 2005 16:46:52 +1100 Message-Id: <1106286413.8580.66.camel@kennedy> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4777 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: stewart@flamingspork.com Precedence: bulk X-list: linux-xfs Content-Length: 1198 Lines: 42 --=-V6B61NvsriqVJxe+z/j9 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2005-01-20 at 23:32 -0500, Sonny Rao wrote: > Does this mean that it is possible to write a utility to shrink XFS > volumes?=20 Yes - it's possible. Just nobody has done it yet. The guys with more XFS knowledge than me could provide more pointers. But as I understand it, you basically want to do the following: disable allocation in the last ag find all inodes that have space allocated in that ag (requires looking at all inodes) 'defrag' them (i.e. into all but last ag) check that the last ag really has no used blocks change the size of the last ag on disk (or remove it) re-enable allocating into the last ag so it's as "simple" as that :) --=20 Stewart Smith (stewart@flamingspork.com) http://www.flamingspork.com/ --=-V6B61NvsriqVJxe+z/j9 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQBB8JdMFtJC9tN9SokRAtu6AJ97w5hYgUtUkv/Oy4A3nOdEGx0JIwCfSHER a6kwGZUvFijLS5gO/OWyiXU= =AW2M -----END PGP SIGNATURE----- --=-V6B61NvsriqVJxe+z/j9-- From owner-linux-xfs Thu Jan 20 21:59:44 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 21:59:45 -0800 (PST) Received: from kevlar.burdell.org (dsl027-162-124.atl1.dsl.speakeasy.net [216.27.162.124]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0L5xhra032361 for ; Thu, 20 Jan 2005 21:59:44 -0800 Received: by kevlar.burdell.org (Postfix, from userid 1189) id 8845A66C84; Fri, 21 Jan 2005 00:48:30 -0500 (EST) Date: Fri, 21 Jan 2005 00:48:30 -0500 From: Sonny Rao To: Stewart Smith Cc: linux-xfs@oss.sgi.com Subject: Re: defrag xfs Message-ID: <20050121054830.GA29637@kevlar.burdell.org> References: <41F07494.1060501@xfs.org> <20050121043237.GA28699@kevlar.burdell.org> <1106286413.8580.66.camel@kennedy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1106286413.8580.66.camel@kennedy> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4778 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: sonny@burdell.org Precedence: bulk X-list: linux-xfs Content-Length: 1085 Lines: 28 On Fri, Jan 21, 2005 at 04:46:52PM +1100, Stewart Smith wrote: > On Thu, 2005-01-20 at 23:32 -0500, Sonny Rao wrote: > > Does this mean that it is possible to write a utility to shrink XFS > > volumes? > > Yes - it's possible. Just nobody has done it yet. The guys with more XFS > knowledge than me could provide more pointers. But as I understand it, > you basically want to do the following: > > disable allocation in the last ag > find all inodes that have space allocated in that ag (requires looking > at all inodes) > 'defrag' them (i.e. into all but last ag) > check that the last ag really has no used blocks > change the size of the last ag on disk (or remove it) > re-enable allocating into the last ag > > > so it's as "simple" as that :) Interesting, since xfs_fsr already works online, I assume the only remaining kernel function requirement is to allow locking off allocation to a particular AG while the extents and metadata are moved off? Then I assume there's some bookkeeping to get rid of refs to that AG, which I guess might be fairly difficult ? Sonny From owner-linux-xfs Thu Jan 20 22:02:04 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 22:02:06 -0800 (PST) Received: from kevlar.burdell.org (dsl027-162-124.atl1.dsl.speakeasy.net [216.27.162.124]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0L623cl000340 for ; Thu, 20 Jan 2005 22:02:04 -0800 Received: by kevlar.burdell.org (Postfix, from userid 1189) id 0246E66C84; Fri, 21 Jan 2005 00:50:50 -0500 (EST) Date: Fri, 21 Jan 2005 00:50:51 -0500 From: Sonny Rao To: Chris Wedgwood Cc: linux-xfs@oss.sgi.com Subject: Re: defrag xfs Message-ID: <20050121055051.GB29637@kevlar.burdell.org> References: <41F07494.1060501@xfs.org> <20050121043237.GA28699@kevlar.burdell.org> <20050121051228.GA28161@taniwha.stupidest.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050121051228.GA28161@taniwha.stupidest.org> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4779 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: sonny@burdell.org Precedence: bulk X-list: linux-xfs Content-Length: 784 Lines: 21 On Thu, Jan 20, 2005 at 09:12:28PM -0800, Chris Wedgwood wrote: > On Thu, Jan 20, 2005 at 11:32:37PM -0500, Sonny Rao wrote: > > > Does this mean that it is possible to write a utility to shrink XFS > > volumes? > > this is really becoming a FAQ.. > > it's possible but difficult and ideally will require some kernel > help. it would also have some restrictions on what could be done Yeah, my apologies if this question has been answered before, but as you point out, this is something that is desired by a great many people. Far be it for me to pertend I understand all of the issues involved, but as a project I'd find it an interesting one to at least work on. Maybe just a "simpler" off-line version would be easier to write, and wouldn't require kernel changes? Sonny From owner-linux-xfs Thu Jan 20 22:32:33 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 22:32:37 -0800 (PST) Received: from one.firstfloor.org (one.firstfloor.org [213.235.205.2]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0L6WW6r001475 for ; Thu, 20 Jan 2005 22:32:32 -0800 Received: by one.firstfloor.org (Postfix, from userid 502) id D2FAFD033F; Fri, 21 Jan 2005 07:32:29 +0100 (CET) To: Sonny Rao Cc: linux-xfs@oss.sgi.com Subject: Re: defrag xfs References: <41F07494.1060501@xfs.org> <20050121043237.GA28699@kevlar.burdell.org> <1106286413.8580.66.camel@kennedy> <20050121054830.GA29637@kevlar.burdell.org> From: Andi Kleen Date: Fri, 21 Jan 2005 07:32:29 +0100 In-Reply-To: <20050121054830.GA29637@kevlar.burdell.org> (Sonny Rao's message of "Fri, 21 Jan 2005 00:48:30 -0500") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4780 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: ak@muc.de Precedence: bulk X-list: linux-xfs Content-Length: 966 Lines: 23 Sonny Rao writes: > > Interesting, since xfs_fsr already works online, I assume the only > remaining kernel function requirement is to allow locking off > allocation to a particular AG while the extents and metadata are moved > off? Then I assume there's some bookkeeping to get rid of refs to > that AG, which I guess might be fairly difficult ? One issue is that you cannot move inodes. The inode number contains the AG number, and you would need to renumber the inode which would be fairly intrusive and visible to user space. One problem used to be that XFS couldn't free any inodes. so you couldn't get them out of AGs. But SGI added that recently, so it may be more feasible now. However to be interesting it would need online shrink, and that will add lots of interesting races, because basically all operations would need to check for their AG going away under them. Also changing inode numbers in this case would be nasty. -Andi From owner-linux-xfs Thu Jan 20 22:45:35 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 22:45:38 -0800 (PST) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0L6jYuV002135 for ; Thu, 20 Jan 2005 22:45:34 -0800 Received: from taniwha.stupidest.org (adsl-67-124-117-154.dsl.snfc21.pacbell.net [67.124.117.154]) by pimout2-ext.prodigy.net (8.12.10 milter /8.12.10) with ESMTP id j0L6jWdc030816; Fri, 21 Jan 2005 01:45:33 -0500 Received: by taniwha.stupidest.org (Postfix, from userid 38689) id 92C1111634AA; Thu, 20 Jan 2005 22:45:32 -0800 (PST) Date: Thu, 20 Jan 2005 22:45:32 -0800 From: Chris Wedgwood To: Sonny Rao Cc: linux-xfs@oss.sgi.com Subject: Re: defrag xfs Message-ID: <20050121064532.GA28594@taniwha.stupidest.org> References: <41F07494.1060501@xfs.org> <20050121043237.GA28699@kevlar.burdell.org> <20050121051228.GA28161@taniwha.stupidest.org> <20050121055051.GB29637@kevlar.burdell.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050121055051.GB29637@kevlar.burdell.org> X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4781 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: cw@f00f.org Precedence: bulk X-list: linux-xfs Content-Length: 1472 Lines: 34 On Fri, Jan 21, 2005 at 12:50:51AM -0500, Sonny Rao wrote: > Yeah, my apologies if this question has been answered before, but as > you point out, this is something that is desired by a great many > people. From what I can tell, it comes up often from people playing with XFS on their desktop (because it's cool and has more buzzwords than ext3). People generally resize to bigger sizes, because they accumulate data for various reasons, grow the business or whatever. I really don't hear many good reasons for shrinking the fs other than "I didn't think about the sizes I needed and now /pr0n could really use some of the space I'm not using in /var". I suspect if there was any real commerical interest in this (ie. someone would fund it's development) there are about a dozen people who could take a crack at this right now. > Far be it for me to pertend I understand all of the issues involved, > but as a project I'd find it an interesting one to at least work on. Steve Lord has given a description of what is required somewhere on the list. I also have something I made somewhere on how this might be done without too many kernel changes. > Maybe just a "simpler" off-line version would be easier to write, > and wouldn't require kernel changes? My initial thoughts are that would probably be quite a bit harder as you would need to use libxfs to do all sorts of fs-magic in userspace that we already do in the kernel with pretty well tested code-paths. From owner-linux-xfs Thu Jan 20 23:13:35 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 23:13:39 -0800 (PST) Received: from kevlar.burdell.org (dsl027-162-124.atl1.dsl.speakeasy.net [216.27.162.124]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0L7DY7T003246 for ; Thu, 20 Jan 2005 23:13:34 -0800 Received: by kevlar.burdell.org (Postfix, from userid 1189) id 1D07266C84; Fri, 21 Jan 2005 02:02:21 -0500 (EST) Date: Fri, 21 Jan 2005 02:02:21 -0500 From: Sonny Rao To: Andi Kleen Cc: linux-xfs@oss.sgi.com Subject: Re: defrag xfs Message-ID: <20050121070221.GA30287@kevlar.burdell.org> References: <41F07494.1060501@xfs.org> <20050121043237.GA28699@kevlar.burdell.org> <1106286413.8580.66.camel@kennedy> <20050121054830.GA29637@kevlar.burdell.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4782 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: sonny@burdell.org Precedence: bulk X-list: linux-xfs Content-Length: 1768 Lines: 40 On Fri, Jan 21, 2005 at 07:32:29AM +0100, Andi Kleen wrote: > Sonny Rao writes: > > > > Interesting, since xfs_fsr already works online, I assume the only > > remaining kernel function requirement is to allow locking off > > allocation to a particular AG while the extents and metadata are moved > > off? Then I assume there's some bookkeeping to get rid of refs to > > that AG, which I guess might be fairly difficult ? > > One issue is that you cannot move inodes. The inode number contains > the AG number, and you would need to renumber the inode which > would be fairly intrusive and visible to user space. Ack, this is bad. I think JFS has a similar issue where inode numbers are related to their ag numbers (shifted to the MSBs), but IIRC JFS ags are dynamically allocated, so maybe less of a problem there ? > One problem used to be that XFS couldn't free any inodes. so you > couldn't get them out of AGs. But SGI added that recently, so it may > be more feasible now. So you're saying one possible solution is to make copies of the inodes in other AGs and then free them after that? Of course this is contingent on being able to get exclusive access to all these inodes, etc. > However to be interesting it would need online shrink, and that will > add lots of interesting races, because basically all operations > would need to check for their AG going away under them. Also changing > inode numbers in this case would be nasty. As I don't really know the XFS code, I'm guessing there is no per-AG lock and that "m_peraglock" is just protecting the list of AGs itself? What about holding that lock and waiting for all transactions to complete like in xfs_freeze ? (Apologies if I'm talking out of my ass here) Sonny From owner-linux-xfs Thu Jan 20 23:19:31 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 23:19:33 -0800 (PST) Received: from kevlar.burdell.org (dsl027-162-124.atl1.dsl.speakeasy.net [216.27.162.124]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0L7JUsP003763 for ; Thu, 20 Jan 2005 23:19:31 -0800 Received: by kevlar.burdell.org (Postfix, from userid 1189) id 7862D66C84; Fri, 21 Jan 2005 02:08:17 -0500 (EST) Date: Fri, 21 Jan 2005 02:08:17 -0500 From: Sonny Rao To: Chris Wedgwood Cc: linux-xfs@oss.sgi.com Subject: Re: defrag xfs Message-ID: <20050121070817.GB30287@kevlar.burdell.org> References: <41F07494.1060501@xfs.org> <20050121043237.GA28699@kevlar.burdell.org> <20050121051228.GA28161@taniwha.stupidest.org> <20050121055051.GB29637@kevlar.burdell.org> <20050121064532.GA28594@taniwha.stupidest.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050121064532.GA28594@taniwha.stupidest.org> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4783 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: sonny@burdell.org Precedence: bulk X-list: linux-xfs Content-Length: 1805 Lines: 45 On Thu, Jan 20, 2005 at 10:45:32PM -0800, Chris Wedgwood wrote: > On Fri, Jan 21, 2005 at 12:50:51AM -0500, Sonny Rao wrote: > > > Yeah, my apologies if this question has been answered before, but as > > you point out, this is something that is desired by a great many > > people. > > >From what I can tell, it comes up often from people playing with XFS > on their desktop (because it's cool and has more buzzwords than ext3). > > People generally resize to bigger sizes, because they accumulate data > for various reasons, grow the business or whatever. > > I really don't hear many good reasons for shrinking the fs other than > "I didn't think about the sizes I needed and now /pr0n could really > use some of the space I'm not using in /var". > > I suspect if there was any real commerical interest in this > (ie. someone would fund it's development) there are about a dozen > people who could take a crack at this right now. Sure, I agree with everything you say here. It just bugs me from a completeness standpoint that XFS and JFS can't do it right now. Call it an itch. > > Far be it for me to pertend I understand all of the issues involved, > > but as a project I'd find it an interesting one to at least work on. > > Steve Lord has given a description of what is required somewhere on > the list. I also have something I made somewhere on how this might be > done without too many kernel changes. > > > Maybe just a "simpler" off-line version would be easier to write, > > and wouldn't require kernel changes? > > My initial thoughts are that would probably be quite a bit harder as > you would need to use libxfs to do all sorts of fs-magic in userspace > that we already do in the kernel with pretty well tested code-paths. > Cool, I'll search the archives, thanks. Sonny From owner-linux-xfs Thu Jan 20 23:36:24 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 20 Jan 2005 23:36:26 -0800 (PST) Received: from pimout3-ext.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0L7aNp1004679 for ; Thu, 20 Jan 2005 23:36:24 -0800 Received: from taniwha.stupidest.org (adsl-67-124-117-154.dsl.snfc21.pacbell.net [67.124.117.154]) by pimout3-ext.prodigy.net (8.12.10 milter /8.12.10) with ESMTP id j0L7aHoB289764; Fri, 21 Jan 2005 02:36:17 -0500 Received: by taniwha.stupidest.org (Postfix, from userid 38689) id ED197116349C; Thu, 20 Jan 2005 23:36:16 -0800 (PST) Date: Thu, 20 Jan 2005 23:36:16 -0800 From: Chris Wedgwood To: Sonny Rao Cc: linux-xfs@oss.sgi.com Subject: Re: defrag xfs Message-ID: <20050121073616.GA28939@taniwha.stupidest.org> References: <41F07494.1060501@xfs.org> <20050121043237.GA28699@kevlar.burdell.org> <20050121051228.GA28161@taniwha.stupidest.org> <20050121055051.GB29637@kevlar.burdell.org> <20050121064532.GA28594@taniwha.stupidest.org> <20050121070817.GB30287@kevlar.burdell.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050121070817.GB30287@kevlar.burdell.org> X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4784 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: cw@f00f.org Precedence: bulk X-list: linux-xfs Content-Length: 552 Lines: 16 On Fri, Jan 21, 2005 at 02:08:17AM -0500, Sonny Rao wrote: > Sure, I agree with everything you say here. It just bugs me from a > completeness standpoint that XFS and JFS can't do it right now. Call > it an itch. The Namesys people were sponsored/paid for their work on the reiserfs resizer. Ted Tso was paid to write the e2fs resizer with the agreement that he be able to release it sometime later. If people wanted to dontate (paypal or whatever) to a fund I'm sure we could get someone to do this for XFS. The same is probably true for JFS. From owner-linux-xfs Fri Jan 21 00:55:17 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 21 Jan 2005 00:55:19 -0800 (PST) Received: from kevlar.burdell.org (dsl027-162-124.atl1.dsl.speakeasy.net [216.27.162.124]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0L8tHmt011400 for ; Fri, 21 Jan 2005 00:55:17 -0800 Received: by kevlar.burdell.org (Postfix, from userid 1189) id 6EB1566C84; Fri, 21 Jan 2005 03:44:03 -0500 (EST) Date: Fri, 21 Jan 2005 03:44:03 -0500 From: Sonny Rao To: linux-xfs@oss.sgi.com Subject: Re: defrag xfs Message-ID: <20050121084403.GB31662@kevlar.burdell.org> References: <41F07494.1060501@xfs.org> <20050121043237.GA28699@kevlar.burdell.org> <20050121051228.GA28161@taniwha.stupidest.org> <20050121055051.GB29637@kevlar.burdell.org> <20050121064532.GA28594@taniwha.stupidest.org> <20050121070817.GB30287@kevlar.burdell.org> <20050121073616.GA28939@taniwha.stupidest.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050121073616.GA28939@taniwha.stupidest.org> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4785 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: sonny@burdell.org Precedence: bulk X-list: linux-xfs Content-Length: 856 Lines: 23 On Thu, Jan 20, 2005 at 11:36:16PM -0800, Chris Wedgwood wrote: > On Fri, Jan 21, 2005 at 02:08:17AM -0500, Sonny Rao wrote: > > > Sure, I agree with everything you say here. It just bugs me from a > > completeness standpoint that XFS and JFS can't do it right now. Call > > it an itch. > > The Namesys people were sponsored/paid for their work on the reiserfs > resizer. > > Ted Tso was paid to write the e2fs resizer with the agreement that he > be able to release it sometime later. > > If people wanted to dontate (paypal or whatever) to a fund I'm sure we > could get someone to do this for XFS. The same is probably true for > JFS. I see your point here. Is that something people would be willing to donate to ? I would be willing to donate myself, but I don't know how much it would take overall. Should we even worry about that? Sonny From owner-linux-xfs Fri Jan 21 06:47:44 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 21 Jan 2005 06:47:49 -0800 (PST) Received: from relay02.roc.ny.frontiernet.net (relay02.roc.ny.frontiernet.net [66.133.131.35]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0LElhbh027564 for ; Fri, 21 Jan 2005 06:47:43 -0800 Received: from filter02.roc.ny.frontiernet.net (filter02.roc.ny.frontiernet.net [66.133.131.177]) by relay02.roc.ny.frontiernet.net (Postfix) with ESMTP id AA6151015A; Fri, 21 Jan 2005 14:47:42 +0000 (UTC) Received: from relay02.roc.ny.frontiernet.net ([66.133.131.35]) by filter02.roc.ny.frontiernet.net (filter02.roc.ny.frontiernet.net [66.133.131.177]) (amavisd-new, port 10024) with LMTP id 32119-31-82; Fri, 21 Jan 2005 14:47:42 +0000 (UTC) Received: from [192.168.1.100] (67-137-109-11.dsl2.brv.mn.frontiernet.net [67.137.109.11]) by relay02.roc.ny.frontiernet.net (Postfix) with ESMTP id 6A3ADFF05; Fri, 21 Jan 2005 14:47:37 +0000 (UTC) Message-ID: <41F11609.4020907@xfs.org> Date: Fri, 21 Jan 2005 08:47:37 -0600 From: Steve Lord User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sonny Rao Cc: Andi Kleen , linux-xfs@oss.sgi.com Subject: Re: defrag xfs References: <41F07494.1060501@xfs.org> <20050121043237.GA28699@kevlar.burdell.org> <1106286413.8580.66.camel@kennedy> <20050121054830.GA29637@kevlar.burdell.org> <20050121070221.GA30287@kevlar.burdell.org> In-Reply-To: <20050121070221.GA30287@kevlar.burdell.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: by amavisd-new-20040701 (2.0) at filter02.roc.ny.frontiernet.net X-Virus-Status: Clean X-archive-position: 4786 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: lord@xfs.org Precedence: bulk X-list: linux-xfs Content-Length: 4090 Lines: 97 Sonny Rao wrote: > On Fri, Jan 21, 2005 at 07:32:29AM +0100, Andi Kleen wrote: > >>Sonny Rao writes: >> >>>Interesting, since xfs_fsr already works online, I assume the only >>>remaining kernel function requirement is to allow locking off >>>allocation to a particular AG while the extents and metadata are moved >>>off? Then I assume there's some bookkeeping to get rid of refs to >>>that AG, which I guess might be fairly difficult ? >> >>One issue is that you cannot move inodes. The inode number contains >>the AG number, and you would need to renumber the inode which >>would be fairly intrusive and visible to user space. > > > Ack, this is bad. I think JFS has a similar issue where inode numbers > are related to their ag numbers (shifted to the MSBs), but IIRC JFS > ags are dynamically allocated, so maybe less of a problem there ? > > >>One problem used to be that XFS couldn't free any inodes. so you >>couldn't get them out of AGs. But SGI added that recently, so it may >>be more feasible now. > > > So you're saying one possible solution is to make copies of the inodes > in other AGs and then free them after that? Of course this is > contingent on being able to get exclusive access to all these inodes, > etc. > > > >>However to be interesting it would need online shrink, and that will >>add lots of interesting races, because basically all operations >>would need to check for their AG going away under them. Also changing >>inode numbers in this case would be nasty. > > > As I don't really know the XFS code, I'm guessing there is no per-AG > lock and that "m_peraglock" is just protecting the list of AGs itself? > > What about holding that lock and waiting for all transactions to > complete like in xfs_freeze ? (Apologies if I'm talking out of my ass here) > > Sonny > I did describe how to do this once, but I no longer have that email, so I have to recreate. 1. Add to the kernel the ability to turn off new allocations to an allocation group. You do need some special under the cover allocations into the group to work though, in freeing up the space in the allocation group, btree splits for the free space may be required, these still need to work in the interim. 2. Find all the directories with inodes or blocks in the allocation group - this requires walking all the extents of all the directory inodes..... so not fast. Note that just because an inode is not in the last allocation group does not mean it has no disk blocks there. 3. Recreate these directories from user space with a temp name, link all their contents over to the new directory, switch the names of the two inodes atomically inside the kernel, remove the old links and directory. There needs to be logic to detect new files appearing in the old directory, these need to be renamed to the new parent. There are now only file blocks and inodes in the allocation group. 4. Repeat the above process with files who's inode or extents are in the allocation group. If just the inode is there (unlikely), then no need to move blocks. xfs_fsr contains most of the logic for this. 5. Fix up the superblock counters so that the allocation group count shrinks. Note this could be applied to several allocation groups at once. As Andi pointed out, this results in the inode numbers changing, so there is no way to do while the filesystem is exported, it also probably messes with backups - they would need redoing afterwards. There are several months of effort in this to get it all right and working robustly. Given the low price of storage nowadays, it is a lot cheaper to buy another disk than to pay someone to do this. At current rates for an experienced xfs developer, you are talking about 120 Gbytes/hour at current prices ;-) Now, what would be really neat is for a layer underneath the filesystem to dynamically detect failing storage (smart?), take some storage from a free pool of drives, and remap the filesystem blocks out to the new space while it is live. Steve From owner-linux-xfs Fri Jan 21 07:40:58 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 21 Jan 2005 07:41:05 -0800 (PST) Received: from postal1.et.byu.edu (postal1.et.byu.edu [128.187.122.131]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0LFewMX030325 for ; Fri, 21 Jan 2005 07:40:58 -0800 Received: from lewis.et.byu.edu (lewis.et.byu.edu [128.187.112.50]) by postal1.et.byu.edu (8.12.10/8.12.10) with ESMTP id j0LFeqiO015574; Fri, 21 Jan 2005 08:40:52 -0700 Date: Fri, 21 Jan 2005 08:40:52 -0700 (MST) From: David Dougall To: Nathan Scott cc: linux-xfs@oss.sgi.com Subject: Re: incorrect quota usage In-Reply-To: <20050121033731.GB864@frodo> Message-ID: References: <20050121033731.GB864@frodo> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.38 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4787 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: davidd@et.byu.edu Precedence: bulk X-list: linux-xfs Content-Length: 1655 Lines: 47 "More often"??? It has never happened until a few weeks ago. It is just in the past few days that it is getting annoying. We rebuilt all of our filesystems a few weeks ago. New disks/new filesystem, etc. Something about this change is obviously what triggered it. I have not found a pattern for why it is happening. I am not even sure if it changes from one day to the next or if users just notice it at different times. I will keep better track of that. I will try unmounting,mounting, etc as you suggest. Thanks --David Dougall On Fri, 21 Jan 2005, Nathan Scott wrote: > On Thu, Jan 20, 2005 at 10:49:04AM -0700, David Dougall wrote: > > ... > > few weeks I have had a bug pop up that is becoming increasingly common. I > > Oh? Any ideas what might be happening wrt system activity to > trigger the problem more often now? > > > ... > > /dev/mapper/vggrp1-lvol0 > > 18014398509480540* 102400 112640 1 0 > > ... > > That usage is most certainly incorrect. Not all groups have this problem > > and I have not had it reported with any user quotas. I did and xfs_repair > > last week because it was reported to me on other groups. So either it did > > not fix the problem or it has been corrupted since then. > > Please advise on what may be causing this or how to fix it. > > You can fix it by switching quotaoff(8), unmounting and mounting > again - that will redo the quotacheck during that last mount step > and should recalculate the correct value. > > Not sure how it got this way though. You wouldn't happen to know > a reliable way of reproducing this would you? > > cheers. > > -- > Nathan > > > From owner-linux-xfs Fri Jan 21 11:16:40 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 21 Jan 2005 11:16:46 -0800 (PST) Received: from kevlar.burdell.org (dsl027-162-124.atl1.dsl.speakeasy.net [216.27.162.124]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0LJGbgM008670 for ; Fri, 21 Jan 2005 11:16:40 -0800 Received: by kevlar.burdell.org (Postfix, from userid 1189) id 6E35B66CE3; Fri, 21 Jan 2005 14:05:21 -0500 (EST) Date: Fri, 21 Jan 2005 14:05:21 -0500 From: Sonny Rao To: Steve Lord Cc: linux-xfs@oss.sgi.com Subject: Re: defrag xfs Message-ID: <20050121190521.GA15073@kevlar.burdell.org> References: <41F07494.1060501@xfs.org> <20050121043237.GA28699@kevlar.burdell.org> <1106286413.8580.66.camel@kennedy> <20050121054830.GA29637@kevlar.burdell.org> <20050121070221.GA30287@kevlar.burdell.org> <41F11609.4020907@xfs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41F11609.4020907@xfs.org> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4789 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: sonny@burdell.org Precedence: bulk X-list: linux-xfs Content-Length: 2943 Lines: 64 On Fri, Jan 21, 2005 at 08:47:37AM -0600, Steve Lord wrote: > Sonny Rao wrote: > I did describe how to do this once, but I no longer have that email, so > I have to recreate. > > 1. Add to the kernel the ability to turn off new allocations to an > allocation group. You do need some special under the cover > allocations into the group to work though, in freeing up the > space in the allocation group, btree splits for the free space > may be required, these still need to work in the interim. > > 2. Find all the directories with inodes or blocks in the allocation > group - this requires walking all the extents of all the directory > inodes..... so not fast. Note that just because an inode is not in > the last allocation group does not mean it has no disk blocks there. > > 3. Recreate these directories from user space with a temp name, link all > their contents over to the new directory, switch the names of the > two inodes atomically inside the kernel, remove the old links and > directory. There needs to be logic to detect new files appearing in > the old directory, these need to be renamed to the new parent. > > There are now only file blocks and inodes in the allocation group. > > 4. Repeat the above process with files who's inode or extents are in > the allocation group. If just the inode is there (unlikely), then > no need to move blocks. xfs_fsr contains most of the logic for this. > > 5. Fix up the superblock counters so that the allocation group count > shrinks. Note this could be applied to several allocation > groups at once. > > As Andi pointed out, this results in the inode numbers changing, so > there is no way to do while the filesystem is exported, it also probably > messes with backups - they would need redoing afterwards. > > There are several months of effort in this to get it all right and > working robustly. > > Given the low price of storage nowadays, it is a lot cheaper to buy > another disk than to pay someone to do this. At current rates for > an experienced xfs developer, you are talking about 120 Gbytes/hour > at current prices ;-) I Guess I won't be paying for it anytime soon :) > Now, what would be really neat is for a layer underneath the filesystem > to dynamically detect failing storage (smart?), take some storage from > a free pool of drives, and remap the filesystem blocks out to the new > space while it is live. Hmm, I would think one might be able to do something like this by writing an EVMS/LVM2 plugin which communicated with smartd and could begin a migration to another device when an error is detected. EVMS already supports dynamic bad-block-relocation. In reality it's fairly useles since modern drives do this for you anyway and won't report bad writes until they have actually run out of extra space. But what you're proposing makes much more sense. Thanks for the explanation. Sonny From owner-linux-xfs Fri Jan 21 11:13:03 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 21 Jan 2005 11:13:06 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0LJD3oT008431 for ; Fri, 21 Jan 2005 11:13:03 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0LJD265008430 for linux-xfs@oss.sgi.com; Fri, 21 Jan 2005 11:13:02 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0LJD1xL008414 for ; Fri, 21 Jan 2005 11:13:01 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0LIXGYo006916; Fri, 21 Jan 2005 10:33:16 -0800 Date: Fri, 21 Jan 2005 10:33:16 -0800 Message-Id: <200501211833.j0LIXGYo006916@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 290] XFS Kernel Memory Leak X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4788 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 953 Lines: 28 http://oss.sgi.com/bugzilla/show_bug.cgi?id=290 erek@necrotec.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major Status|RESOLVED |REOPENED Resolution|WORKSFORME | ------- Additional Comments From erek@necrotec.com 2005-21-01 10:33 PDT ------- i'm using Kernel 2.6.7 and 2.6.8.1.. and every night that updatedb would run.. i'd go from 450MB Free to 120MB Free and 568KB Swap Used.. (using the command free to view memory statistics).. i tried the perl script provided previously and witnessed the same memory usage.. and after ctrl-c'ing it the memory was never reclaimed... there is still a problem in my opinion... ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Fri Jan 21 11:50:40 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 21 Jan 2005 11:50:45 -0800 (PST) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0LJodI0009986 for ; Fri, 21 Jan 2005 11:50:40 -0800 Received: by wproxy.gmail.com with SMTP id 69so26275wri for ; Fri, 21 Jan 2005 11:50:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=dNLkuQXOnORTfK0hMvHtStY2nEFOxM5oUomUBC43hOslom2KkcNhslrhLailRo+rcFJaqw5hC75uHpRMhWmage6LztpS0RGVAqw+DxYsdwVT2SfazOU81FNvAUva1XQikL6FQeWMZ3J2tJvJS8TK4Os9R3ip7RsW4rJYsHe1f8I= Received: by 10.54.42.62 with SMTP id p62mr581689wrp; Fri, 21 Jan 2005 11:50:34 -0800 (PST) Received: by 10.54.2.40 with HTTP; Fri, 21 Jan 2005 11:50:34 -0800 (PST) Message-ID: <87f94c370501211150141bb6d8@mail.gmail.com> Date: Fri, 21 Jan 2005 14:50:34 -0500 From: Greg Freemyer Reply-To: Greg Freemyer To: Sonny Rao Subject: Re: defrag xfs Cc: Steve Lord , linux-xfs@oss.sgi.com In-Reply-To: <20050121190521.GA15073@kevlar.burdell.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41F07494.1060501@xfs.org> <20050121043237.GA28699@kevlar.burdell.org> <1106286413.8580.66.camel@kennedy> <20050121054830.GA29637@kevlar.burdell.org> <20050121070221.GA30287@kevlar.burdell.org> <41F11609.4020907@xfs.org> <20050121190521.GA15073@kevlar.burdell.org> X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4790 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: greg.freemyer@gmail.com Precedence: bulk X-list: linux-xfs Content-Length: 5129 Lines: 119 On Fri, 21 Jan 2005 14:05:21 -0500, Sonny Rao wrote: > On Fri, Jan 21, 2005 at 08:47:37AM -0600, Steve Lord wrote: > > Sonny Rao wrote: > > > I did describe how to do this once, but I no longer have that email, so > > I have to recreate. > > > > 1. Add to the kernel the ability to turn off new allocations to an > > allocation group. You do need some special under the cover > > allocations into the group to work though, in freeing up the > > space in the allocation group, btree splits for the free space > > may be required, these still need to work in the interim. > > > > 2. Find all the directories with inodes or blocks in the allocation > > group - this requires walking all the extents of all the directory > > inodes..... so not fast. Note that just because an inode is not in > > the last allocation group does not mean it has no disk blocks there. > > > > 3. Recreate these directories from user space with a temp name, link all > > their contents over to the new directory, switch the names of the > > two inodes atomically inside the kernel, remove the old links and > > directory. There needs to be logic to detect new files appearing in > > the old directory, these need to be renamed to the new parent. > > > > There are now only file blocks and inodes in the allocation group. > > > > 4. Repeat the above process with files who's inode or extents are in > > the allocation group. If just the inode is there (unlikely), then > > no need to move blocks. xfs_fsr contains most of the logic for this. > > > > 5. Fix up the superblock counters so that the allocation group count > > shrinks. Note this could be applied to several allocation > > groups at once. > > > > As Andi pointed out, this results in the inode numbers changing, so > > there is no way to do while the filesystem is exported, it also probably > > messes with backups - they would need redoing afterwards. > > > > There are several months of effort in this to get it all right and > > working robustly. > > > > Given the low price of storage nowadays, it is a lot cheaper to buy > > another disk than to pay someone to do this. At current rates for > > an experienced xfs developer, you are talking about 120 Gbytes/hour > > at current prices ;-) > > I Guess I won't be paying for it anytime soon :) > > > Now, what would be really neat is for a layer underneath the filesystem > > to dynamically detect failing storage (smart?), take some storage from > > a free pool of drives, and remap the filesystem blocks out to the new > > space while it is live. > > Hmm, I would think one might be able to do something like this by > writing an EVMS/LVM2 plugin which communicated with smartd and could > begin a migration to another device when an error is detected. EVMS > already supports dynamic bad-block-relocation. In reality it's fairly > useles since modern drives do this for you anyway and won't report > bad writes until they have actually run out of extra space. But what > you're proposing makes much more sense. > > Thanks for the explanation. > > Sonny > > sg3_utils also has some disk re-mapping capabilities. sg = SCSI Generic (I think) Below is a quote from another mailing list: ===== Looking at the settings of the "read write error recovery" mode page on /dev/sdl may be instructive. ['sginfo -e /dev/sdl' from sg3_utils.] The PER bit seems to be set (otherwise a recovered error should not have been reported) but the ARRE and AWRE bits are probably clear. Those bits control the automatic reaasignment of a block when a recovered error occurs as reported in your case. Assuming the problem occurred on a read and that the ARRE it is clear then you may want to reassign that block. To check its current state you might try: sg_dd if=/dev/sdl skip=0x25e6e3 of=. bs=512 count=1 blk_sgio=1 If that recovered error persists (or worse) rather than formatting the disk, reassigning that block is more surgical. sg_reassign has be added to sg3_utils recently (v1.12 beta at www.torque.net/sg) to do this. In your case: sg_reassign -a 0x25e6e3 /dev/sdl If successful the replaced sector should go into the "grown" defect list ('sginfo -G /dev/sdl'). This utility may be worth trying before and after the sg_reassign. Another way to accomplish the same thing is to set the ARRE bit (and the AWRE while you are at it) and do another read of that block. The reported additonal sense message should change to something like "Recovered data: data auto-reallocated". Reading the whole disk might be wise (to see if that lba was a lone case). More generally this is not a good sign concerning the health of that disk. No data has been lost _yet_ but it had to work hard to recovery it. Any entries in the "grown" defect list is not a good sign. Also with smartmontools you might like to try 'smartctl -a /dev/sdl' and examine the "Error counter log" and compare that does some of your other drives that are not reporting problems. A long self test may also be appropriate: 'smartctl -t long /dev/sdl'. Doug Gilbert ===== Greg -- Greg Freemyer From owner-linux-xfs Fri Jan 21 16:59:43 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 21 Jan 2005 16:59:44 -0800 (PST) Received: from colin2.muc.de (qmailr@colin2.muc.de [193.149.48.15]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id j0M0xfGM001447 for ; Fri, 21 Jan 2005 16:59:42 -0800 Received: (qmail 98642 invoked by uid 3709); 22 Jan 2005 00:59:40 -0000 Date: 22 Jan 2005 01:59:40 +0100 Date: Sat, 22 Jan 2005 01:59:40 +0100 From: Andi Kleen To: Steve Lord Cc: Sonny Rao , linux-xfs@oss.sgi.com Subject: Re: defrag xfs Message-ID: <20050122005940.GA97072@muc.de> References: <41F07494.1060501@xfs.org> <20050121043237.GA28699@kevlar.burdell.org> <1106286413.8580.66.camel@kennedy> <20050121054830.GA29637@kevlar.burdell.org> <20050121070221.GA30287@kevlar.burdell.org> <41F11609.4020907@xfs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41F11609.4020907@xfs.org> User-Agent: Mutt/1.4.1i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4791 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: ak@muc.de Precedence: bulk X-list: linux-xfs Content-Length: 442 Lines: 11 > Now, what would be really neat is for a layer underneath the filesystem > to dynamically detect failing storage (smart?), take some storage from > a free pool of drives, and remap the filesystem blocks out to the new > space while it is live. Aka drivers/md/dm-bbr.c. It's not in mainline (yet?), but somewhere in the DM patchkits. However it obviously only works for write errors, to handle read errors you need a RAID level >0. -Andi From owner-linux-xfs Fri Jan 21 20:43:57 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 21 Jan 2005 20:43:59 -0800 (PST) Received: from postal1.et.byu.edu (postal1.et.byu.edu [128.187.122.131]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0M4hveD010032 for ; Fri, 21 Jan 2005 20:43:57 -0800 Received: from lewis.et.byu.edu (lewis.et.byu.edu [128.187.112.50]) by postal1.et.byu.edu (8.12.10/8.12.10) with ESMTP id j0M4hoiO009352; Fri, 21 Jan 2005 21:43:51 -0700 Date: Fri, 21 Jan 2005 21:43:50 -0700 (MST) From: David Dougall To: Nathan Scott cc: linux-xfs@oss.sgi.com Subject: Re: incorrect quota usage In-Reply-To: <20050121033731.GB864@frodo> Message-ID: References: <20050121033731.GB864@frodo> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.38 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4792 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: davidd@et.byu.edu Precedence: bulk X-list: linux-xfs Content-Length: 1305 Lines: 40 Well, I unmounted, mounted with default options(quota was not listed in /proc/mounts), unmounted and remounted with usrquota,grpquota and I still have the same problem. --David Dougall On Fri, 21 Jan 2005, Nathan Scott wrote: > On Thu, Jan 20, 2005 at 10:49:04AM -0700, David Dougall wrote: > > ... > > few weeks I have had a bug pop up that is becoming increasingly common. I > > Oh? Any ideas what might be happening wrt system activity to > trigger the problem more often now? > > > ... > > /dev/mapper/vggrp1-lvol0 > > 18014398509480540* 102400 112640 1 0 > > ... > > That usage is most certainly incorrect. Not all groups have this problem > > and I have not had it reported with any user quotas. I did and xfs_repair > > last week because it was reported to me on other groups. So either it did > > not fix the problem or it has been corrupted since then. > > Please advise on what may be causing this or how to fix it. > > You can fix it by switching quotaoff(8), unmounting and mounting > again - that will redo the quotacheck during that last mount step > and should recalculate the correct value. > > Not sure how it got this way though. You wouldn't happen to know > a reliable way of reproducing this would you? > > cheers. > > -- > Nathan > > > From owner-linux-xfs Sat Jan 22 14:13:07 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sat, 22 Jan 2005 14:13:11 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0MMD7Df032343 for ; Sat, 22 Jan 2005 14:13:07 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0MMD7IU032342 for linux-xfs@oss.sgi.com; Sat, 22 Jan 2005 14:13:07 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0MMD6M0032325 for ; Sat, 22 Jan 2005 14:13:06 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0MLquTq031934; Sat, 22 Jan 2005 13:52:56 -0800 Date: Sat, 22 Jan 2005 13:52:56 -0800 Message-Id: <200501222152.j0MLquTq031934@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 290] XFS Kernel Memory Leak X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4794 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 1053 Lines: 31 http://oss.sgi.com/bugzilla/show_bug.cgi?id=290 erek@necrotec.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID ------- Additional Comments From erek@necrotec.com 2005-22-01 13:52 PDT ------- well.. this isn't a bug specific to XFS Filesystem... i changed my root partition to ext3 and unmounted all XFS partitions... needless to say.. running updatedb revealed the same problems...memory usage exploding through the roof.. http://bugs.gentoo.org/show_bug.cgi?id=36855 this puts some more insight into the topic.. but.. i ran "emerge sync" (uses rsync).. and the ram used up was _not_ able to be reclaimed... i guess "Resolving this as INVALID" makes sense cause it's not specific to XFS as far as i can see... ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Sat Jan 22 18:34:36 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sat, 22 Jan 2005 18:34:40 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0N2YaDH013456 for ; Sat, 22 Jan 2005 18:34:36 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0N2Yaup013455 for linux-xfs@oss.sgi.com; Sat, 22 Jan 2005 18:34:36 -0800 Received: from pimout3-ext.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0N2YYs0013441 for ; Sat, 22 Jan 2005 18:34:34 -0800 Received: from taniwha.stupidest.org (adsl-67-124-117-154.dsl.snfc21.pacbell.net [67.124.117.154]) by pimout3-ext.prodigy.net (8.12.10 milter /8.12.10) with ESMTP id j0N2YSoB115308; Sat, 22 Jan 2005 21:34:32 -0500 Received: by taniwha.stupidest.org (Postfix, from userid 38689) id AFBDC1135AE2; Sat, 22 Jan 2005 18:34:26 -0800 (PST) Date: Sat, 22 Jan 2005 18:34:26 -0800 From: Chris Wedgwood To: erek@necrotec.com Cc: xfs-master@oss.sgi.com Subject: Re: [Bug 290] XFS Kernel Memory Leak Message-ID: <20050123023426.GA4185@taniwha.stupidest.org> References: <200501222152.j0MLquTq031934@oss.sgi.com> <200501211833.j0LIXGYo006916@oss.sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501222152.j0MLquTq031934@oss.sgi.com> <200501211833.j0LIXGYo006916@oss.sgi.com> X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4795 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: cw@f00f.org Precedence: bulk X-list: linux-xfs Content-Length: 755 Lines: 20 On Fri, Jan 21, 2005 at 10:33:16AM -0800, bugzilla-daemon@oss.sgi.com wrote: > i'm using Kernel 2.6.7 and 2.6.8.1.. and every night that updatedb > would run.. i'd go from 450MB Free to 120MB Free and 568KB Swap > Used.. (using the command free to view memory statistics).. that's normal & expected this is how linux and pretty much all moderns OSs work. they cache disk/file data with what would be otherwise unused memory On Sat, Jan 22, 2005 at 01:52:56PM -0800, bugzilla-daemon@oss.sgi.com wrote: > this puts some more insight into the topic.. but.. i ran "emerge > sync" (uses rsync).. and the ram used up was _not_ able to be > reclaimed... if something needs the memory, it will be released from the bugger/page-cache and used as required From owner-linux-xfs Sun Jan 23 16:26:32 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 23 Jan 2005 16:26:33 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id j0O0QUY8031505 for ; Sun, 23 Jan 2005 16:26:31 -0800 Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id LAA26519; Mon, 24 Jan 2005 11:26:19 +1100 Received: from wobbly.melbourne.sgi.com (localhost [127.0.0.1]) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id j0O0QIXE1633787; Mon, 24 Jan 2005 11:26:18 +1100 (EST) Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id j0O0QFmf1632017; Mon, 24 Jan 2005 11:26:15 +1100 (EST) Date: Mon, 24 Jan 2005 11:26:15 +1100 From: Nathan Scott To: David Dougall Cc: linux-xfs@oss.sgi.com Subject: Re: incorrect quota usage Message-ID: <20050124112615.A1604791@wobbly.melbourne.sgi.com> References: <20050121033731.GB864@frodo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from davidd@et.byu.edu on Fri, Jan 21, 2005 at 08:40:52AM -0700 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4796 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 788 Lines: 29 On Fri, Jan 21, 2005 at 08:40:52AM -0700, David Dougall wrote: > "More often"??? Well, yes - thats what you said, right? ... "last few weeks I have had a bug pop up that is becoming increasingly common." On Fri, Jan 21, 2005 at 09:43:50PM -0700, David Dougall wrote: > Well, I unmounted, mounted with default options(quota was not listed in > /proc/mounts), unmounted and remounted with usrquota,grpquota and I still > have the same problem. > --David Dougall > Here is what I actually suggested (below); sounds like you missed the quotaoff(8) step before unmounting? > > > > You can fix it by switching quotaoff(8), unmounting and mounting > > again - that will redo the quotacheck during that last mount step > > and should recalculate the correct value. > > cheers. -- Nathan From owner-linux-xfs Sun Jan 23 17:18:42 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 23 Jan 2005 17:18:44 -0800 (PST) Received: from kevlar.burdell.org (dsl027-162-124.atl1.dsl.speakeasy.net [216.27.162.124]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0O1IfLG004736 for ; Sun, 23 Jan 2005 17:18:42 -0800 Received: by kevlar.burdell.org (Postfix, from userid 1189) id C1FB966CD4; Sun, 23 Jan 2005 20:07:07 -0500 (EST) Date: Sun, 23 Jan 2005 20:07:07 -0500 From: Sonny Rao To: Steve Lord Cc: linux-xfs@oss.sgi.com Subject: Re: defrag xfs Message-ID: <20050124010707.GB754@kevlar.burdell.org> References: <41F07494.1060501@xfs.org> <20050121043237.GA28699@kevlar.burdell.org> <1106286413.8580.66.camel@kennedy> <20050121054830.GA29637@kevlar.burdell.org> <20050121070221.GA30287@kevlar.burdell.org> <41F11609.4020907@xfs.org> <20050121190521.GA15073@kevlar.burdell.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050121190521.GA15073@kevlar.burdell.org> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4797 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: sonny@burdell.org Precedence: bulk X-list: linux-xfs Content-Length: 413 Lines: 12 One more question, I read in the original docs that the minimum number of AGs is 8, is that enforced or assumed anywhere? A few cursory greps through xfsprogs didn't indicate anything that seemed like a lower bound. If there is such a limit, then obiously there could be a problem when shrinking a filesystem with only 8 AGs (though one could argue such a filesystem is so small that who cares, etc.) Sonny From owner-linux-xfs Sun Jan 23 17:43:14 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 23 Jan 2005 17:43:16 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id j0O1hCi1007212 for ; Sun, 23 Jan 2005 17:43:13 -0800 Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id MAA27910; Mon, 24 Jan 2005 12:43:03 +1100 Received: from frodo.melbourne.sgi.com (root@frodo.melbourne.sgi.com [134.14.55.153]) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id j0O1h1XE1635745; Mon, 24 Jan 2005 12:43:01 +1100 (EST) Received: from frodo.melbourne.sgi.com (nathans@localhost [127.0.0.1]) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) with ESMTP id j0O1deDi001279; Mon, 24 Jan 2005 12:39:41 +1100 Received: (from nathans@localhost) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) id j0O1dZTP001277; Mon, 24 Jan 2005 12:39:36 +1100 Date: Mon, 24 Jan 2005 12:39:32 +1100 From: Nathan Scott To: Sonny Rao Cc: Steve Lord , linux-xfs@oss.sgi.com Subject: Re: defrag xfs Message-ID: <20050124013930.GA810@frodo> References: <41F07494.1060501@xfs.org> <20050121043237.GA28699@kevlar.burdell.org> <1106286413.8580.66.camel@kennedy> <20050121054830.GA29637@kevlar.burdell.org> <20050121070221.GA30287@kevlar.burdell.org> <41F11609.4020907@xfs.org> <20050121190521.GA15073@kevlar.burdell.org> <20050124010707.GB754@kevlar.burdell.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050124010707.GB754@kevlar.burdell.org> User-Agent: Mutt/1.5.3i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4798 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 371 Lines: 14 On Sun, Jan 23, 2005 at 08:07:07PM -0500, Sonny Rao wrote: > One more question, I read in the original docs that the minimum number > of AGs is 8, is that enforced or assumed anywhere? > > A few cursory greps through xfsprogs didn't indicate anything that > seemed like a lower bound. There is no lower bound (well, iow, 1 AG is the minimum :). cheers. -- Nathan From owner-linux-xfs Wed Jan 26 07:52:32 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 26 Jan 2005 07:52:33 -0800 (PST) Received: from postal1.et.byu.edu (postal1.et.byu.edu [128.187.122.131]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0QFqV0S020597 for ; Wed, 26 Jan 2005 07:52:32 -0800 Received: from lewis.et.byu.edu (lewis.et.byu.edu [128.187.112.50]) by postal1.et.byu.edu (8.12.10/8.12.10) with ESMTP id j0QFqPiO027066; Wed, 26 Jan 2005 08:52:25 -0700 Date: Wed, 26 Jan 2005 08:52:25 -0700 (MST) From: David Dougall To: Nathan Scott cc: linux-xfs@oss.sgi.com Subject: Re: incorrect quota usage In-Reply-To: <20050124112615.A1604791@wobbly.melbourne.sgi.com> Message-ID: References: <20050121033731.GB864@frodo> <20050124112615.A1604791@wobbly.melbourne.sgi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.38 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4801 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: davidd@et.byu.edu Precedence: bulk X-list: linux-xfs Content-Length: 1215 Lines: 43 You are correct. When I did the quotaoff first and then remounted, it fixed the problem. Also, it appears likely that all of the corruption happened at once and people just started reporting the problems later. So I do not believe it is an ongoing bug in the system, just a one-time corruption. Thanks so much. --David Dougall On Mon, 24 Jan 2005, Nathan Scott wrote: > On Fri, Jan 21, 2005 at 08:40:52AM -0700, David Dougall wrote: > > "More often"??? > > Well, yes - thats what you said, right? ... > > "last few weeks I have had a bug pop up that is becoming increasingly > common." > > On Fri, Jan 21, 2005 at 09:43:50PM -0700, David Dougall wrote: > > Well, I unmounted, mounted with default options(quota was not listed in > > /proc/mounts), unmounted and remounted with usrquota,grpquota and I still > > have the same problem. > > --David Dougall > > > > Here is what I actually suggested (below); sounds like you missed > the quotaoff(8) step before unmounting? > > > > > > > You can fix it by switching quotaoff(8), unmounting and mounting > > > again - that will redo the quotacheck during that last mount step > > > and should recalculate the correct value. > > > > > cheers. > > -- > Nathan > > > From owner-linux-xfs Wed Jan 26 14:36:52 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 26 Jan 2005 14:36:57 -0800 (PST) Received: from cs.usask.ca (cs.usask.ca [128.233.101.16]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0QMaq9D018205 for ; Wed, 26 Jan 2005 14:36:52 -0800 Received: from [128.233.109.121] (caissa.usask.ca [128.233.109.121]) by cs.usask.ca (Postfix) with ESMTP id 2996255BFC for ; Wed, 26 Jan 2005 16:36:51 -0600 (CST) Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: linux-xfs@oss.sgi.com From: Jason Hlady Subject: Problem restoring destroyed, important XFS filesystem from tape backup using xfsrestore Date: Wed, 26 Jan 2005 16:36:51 -0600 X-Mailer: Apple Mail (2.619) X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4802 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hlady@cs.usask.ca Precedence: bulk X-list: linux-xfs Content-Length: 10605 Lines: 268 Hi there, I'm not even sure if this is the right mailing list for my problem, but I was hoping that someone here could at least point me to the correct set of people who might help me get the data back off the tapes. I have graduate students facing the loss of months and years of work, and I would appreciate any help that could be ferried my way. I have had a catastrophic RAID failure on a 700GB XFS filesystem (OS = Mandrake 9.1 on IBM x340) and am looking to try and restore from tape. I have had backups running on my Ultrium LTO tape drive. All of the dumps that we have done in the past two years seem to have this same restoring problem. We hadn't checked whether we could restore from the tapes recently, since we had successfully managed to dump and resture using xfsdump and xfsrestore years earlier :( . I apologize in advance for the length/verbosity of this email. I just wanted to provide some information in advance. The version of xfsdump used to create those dumps was xfsdump-2.0.3-1mdk. The command used to generate the xfsdump was /sbin/xfsdump -f /dev/tape -l 0 -F -m -b 245760 -o -L label -M label2 We believe that the data was successfully dumped onto the tapes, as we have logs of the data dumping process, i.e. 1.1 lode:/birl [Tape File: 1] 08:46:58 - 19:47:04 lode:/birl Level=0 TapeCart=2701 TapeFile=1 Completed=(Tue Jan 4 19:47:04 CST 20 05) /sbin/xfsdump: using minimum scsi tape (drive_minrmt) strategy /sbin/xfsdump: version 3.0 - Running single-threaded /sbin/xfsdump: WARNING: most recent level 0 dump was interrupted, but not resuming that d ump since resume (-R) option not specified /sbin/xfsdump: dump date: Tue Jan 4 08:47:00 2005 /sbin/xfsdump: session id: a8ff599e-4741-4db6-82bb-999a716ddeee /sbin/xfsdump: session label: "2701" /sbin/xfsdump: ino map phase 1: skipping (no subtrees specified) /sbin/xfsdump: ino map phase 2: constructing initial dump list /sbin/xfsdump: ino map phase 3: skipping (no pruning necessary) /sbin/xfsdump: ino map phase 4: skipping (size estimated in phase 2) /sbin/xfsdump: ino map phase 5: skipping (only one dump stream) /sbin/xfsdump: ino map construction complete /sbin/xfsdump: estimated dump size: 524121412864 bytes /sbin/xfsdump: preparing drive /sbin/xfsdump: WARNING: media may contain data. Overwrite option specified /sbin/xfsdump: creating dump session media file 0 (media 0, file 0) /sbin/xfsdump: dumping ino map /sbin/xfsdump: dumping directories /sbin/xfsdump: dumping non-directory files /sbin/xfsdump: ending media file /sbin/xfsdump: media file size 319242240 bytes /sbin/xfsdump: creating dump session media file 1 (media 0, file 1) /sbin/xfsdump: dumping ino map /sbin/xfsdump: dumping directories /sbin/xfsdump: dumping non-directory files /sbin/xfsdump: ending media file /sbin/xfsdump: media file size 317521920 bytes /sbin/xfsdump: creating dump session media file 2 (media 0, file 2) /sbin/xfsdump: dumping ino map /sbin/xfsdump: dumping directories /sbin/xfsdump: dumping non-directory files /sbin/xfsdump: ending media file /sbin/xfsdump: media file size 327106560 bytes /sbin/xfsdump: creating dump session media file 473 (media 0, file 473) /sbin/xfsdump: dumping ino map /sbin/xfsdump: dumping directories /sbin/xfsdump: dumping non-directory files /sbin/xfsdump: ending media file /sbin/xfsdump: media file size 318996480 bytes /sbin/xfsdump: creating dump session media file 474 (media 0, file 474) /sbin/xfsdump: dumping ino map /sbin/xfsdump: dumping directories /sbin/xfsdump: dumping non-directory files /sbin/xfsdump: tape media error on write operation /sbin/xfsdump: no more data can be written to this tape /sbin/xfsdump: ending media file /sbin/xfsdump: media file size 79134720 bytes /sbin/xfsdump: WARNING: media change decline will be treated as a request to stop using d rive: can resume later /sbin/xfsdump: dump size (non-dir files) : 129800399672 bytes /sbin/xfsdump: NOTE: dump interrupted: 39604 seconds elapsed: may resume later using -R o ption /sbin/xfsdump: Dump Status: INTERRUPT When I try and restore from the tapes, however, using xfsrestore, I get significant errors. Specifically, [root@snowbank]xfsrestore -i -f /dev/nst0 . xfsrestore: using scsi tape (drive_scsitape) strategy xfsrestore: version 3.0 - Running single-threaded xfsrestore: searching media for dump xfsrestore: preparing drive xfsrestore: bad media file header at BOT indicates foreign or corrupted tape xfsrestore: media object not useful ============================ change media dialog ============================= please change media in drive 1: media change declined (timeout in 3600 sec) 2: media changed (default) -> 1 media change aborted --------------------------------- end dialog --------------------------------- This occurs regardless of which of the several tapes from the last 8 months I try, making it quite unlikely that all of the tapes are corrupted. This is the maximally verbose output from xfsrestore... root@snowbank restore]# xfsrestore -v5 -i -f /dev/nst0 . xfsrestore: RLIMIT_AS org cur 0xffffffffffffffff max 0xffffffffffffffff xfsrestore: RLIMIT_STACK org cur 0x800000 max 0xffffffffffffffff xfsrestore: raising stack size soft limit from 0x800000 to 0x2000000 xfsrestore: RLIMIT_STACK new cur 0x2000000 max 0xffffffffffffffff xfsrestore: RLIMIT_DATA org cur 0xffffffffffffffff max 0xffffffffffffffff xfsrestore: RLIMIT_FSIZE org cur 0xffffffffffffffff max 0xffffffffffffffff xfsrestore: RLIMIT_FSIZE now cur 0xffffffffffffffff max 0xffffffffffffffff xfsrestore: RLIMIT_CPU cur 0xffffffffffffffff max 0xffffffffffffffff xfsrestore: RLIMIT_CPU now cur 0xffffffffffffffff max 0xffffffffffffffff xfsrestore: INTGENMAX == 2147483647 (0x7fffffff) xfsrestore: UINTGENMAX == 4294967295 (0xffffffff) xfsrestore: OFF64MAX == 9223372036854775807 (0x7fffffffffffffff) xfsrestore: OFFMAX == -1 (0x7fffffff) xfsrestore: SIZEMAX == 4294967295 (0xffffffff) xfsrestore: INOMAX == 4294967295 (0xffffffff) xfsrestore: TIMEMAX == 2147483647 (0x7fffffff) xfsrestore: SIZE64MAX == 18446744073709551615 (0xffffffffffffffff) xfsrestore: INO64MAX == 18446744073709551615 (0xffffffffffffffff) xfsrestore: UINT64MAX == 18446744073709551615 (0xffffffffffffffff) xfsrestore: INT64MAX == 9223372036854775807 (0x7fffffffffffffff) xfsrestore: UINT32MAX == 4294967295 (0xffffffff) xfsrestore: INT32MAX == 2147483647 (0x7fffffff) xfsrestore: INT16MAX == 32767 (0x7fff) xfsrestore: UINT16MAX == 65535 (0xffff) xfsrestore: getpagesize( ) returns 4096 xfsrestore: parent pid is 3811 xfsrestore: using scsi tape (drive_scsitape) strategy xfsrestore: tty fd: 0; terminal interrupt character: (03) xfsrestore: version 3.0 - Running single-threaded xfsrestore: sizeof( pers_desc_t ) == 328, pgsz == 4096, perssz == 20480 xfsrestore: restore destination path converted from . to /snowbank/users/hlady/restore ::::::::::: persistent inventory media file tree at initialization ::::::::::: session inventory unknown ...................... end persistent inventory display ...................... xfsrestore: drive op: init xfsrestore: drive op: sync xfsrestore: Media_create xfsrestore: checking and validating command line dump id/label xfsrestore: searching media for dump xfsrestore: Media_mfile_next: purp==0 pos==0 xfsrestore: drive op: begin read xfsrestore: preparing drive xfsrestore: tape op: opening drive xfsrestore: tape op: get status xfsrestore: tape status = bot wprot onl xfsrestore: tape op: get block size info xfsrestore: max=1048576 cur=0 xfsrestore: variable block size tape drive at /dev/nst0 xfsrestore: tape op: get block size info xfsrestore: max=1048576 cur=0 xfsrestore: recommended tape media file size set to 0x10000000 bytes xfsrestore: recommended tape media mark separation set to 0x1000000 bytes xfsrestore: determining tape record size: trying 1048576 (0x100000) bytes xfsrestore: tape op: get status xfsrestore: tape status = bot wprot onl xfsrestore: tape positioned at BOT: doing redundant rewind xfsrestore: tape op: rewind 0 xfsrestore: tape op: get status xfsrestore: tape status = bot wprot onl xfsrestore: tape op: reading 1048576 bytes xfsrestore: tape op read of 1048576 bytes short: nread == 1024 xfsrestore: tape op: get status xfsrestore: tape status = wprot onl xfsrestore: nread > 0 and not EOD, not EOT, and not at a file mark on variable blocksize drive indicates correct blocksize found xfsrestore: validating media file header xfsrestore: validate_media_file_hdr gh_magic xFSdump0 gh_version 33554432 gh_checksum 4032098677 gh_timestamp 704502593 gh_ipaddr 14125681969463296000 gh_hostname lode.usask.ca gh_dumplabel xfsrestore: bad media file header checksum xfsrestore: bad media file header at BOT indicates foreign or corrupted tape xfsrestore: tape op: rewind 0 xfsrestore: tape op: get status xfsrestore: tape status = bot wprot onl xfsrestore: drive op: get device class xfsrestore: media object not useful xfsrestore: drive op: eject media xfsrestore: tape op: closing drive ============================ change media dialog ============================= please change media in drive 1: media change declined (timeout in 3600 sec) 2: media changed (default) -> 1 media change aborted --------------------------------- end dialog --------------------------------- Note that lode.usask.ca is the name of the host. I have also put xfsrestore -b 245760 -i -f /dev/nst0 . I think that -b 245760 (in my original dump parameters) is actually a completely incorrect blocksize which xfsdump was simply ignoring. If we do that the verbose output complains that the blocksize is wrong, which is consistent with it ignoring -b 245760 and in the verbose output of "xfsrestore -i -f /dev/nst0 ." it explicitly says that it has the correct block size. Should we believe this (i.e the line that says "xfsrestore: nread > 0 and not EOD, not EOT, and not at a file mark on variable blocksize drive indicates correct blocksize found" for the regular xfsrestore -i command)? Can ANYONE offer any suggestions or assistance? Please let me know if I need to provide more/different data, or take this to a different mailing list/forum/whathaveyou. Thank you in advance (and graduate students thank you too!) Jason -------------- Jason Hlady, B. Sc., M. Sc. (Chem), Adv. Cert. (Comp. Sci.) Programmer/Analyst (Bioinformatics/HPC Specialist) U of Saskatchewan, Bioinformatics Research Laboratory (BIRL) hlady@cs.usask.ca (306) 966-2075 From owner-linux-xfs Wed Jan 26 15:34:17 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 26 Jan 2005 15:34:20 -0800 (PST) Received: from boing.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0QNYFSc022364 for ; Wed, 26 Jan 2005 15:34:16 -0800 Received: from boing.melbourne.sgi.com (localhost [127.0.0.1]) by boing.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id j0QNY7VV1809459; Thu, 27 Jan 2005 10:34:07 +1100 (AEDT) Received: (from tes@localhost) by boing.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id j0QNY5uo1810237; Thu, 27 Jan 2005 10:34:05 +1100 (AEDT) Date: Thu, 27 Jan 2005 10:34:05 +1100 From: Tim Shimmin To: Jason Hlady Cc: linux-xfs@oss.sgi.com Subject: Re: Problem restoring destroyed, important XFS filesystem from tape backup using xfsrestore Message-ID: <20050127103405.A730632@boing.melbourne.sgi.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from hlady@cs.usask.ca on Wed, Jan 26, 2005 at 04:36:51PM -0600 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4803 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: tes@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 2323 Lines: 56 Hi Jason, On Wed, Jan 26, 2005 at 04:36:51PM -0600, Jason Hlady wrote: > Hi there, > > I'm not even sure if this is the right mailing list for my problem, but > I was hoping that someone here could at least point me to the correct > set of people who might help me get the data back off the tapes. You've asked at the right place. > I > have graduate students facing the loss of months and years of work, and > I would appreciate any help that could be ferried my way. > > I have had a catastrophic RAID failure on a 700GB XFS filesystem (OS = > Mandrake 9.1 on IBM x340) and am looking to try and restore from tape. > I have had backups running on my Ultrium LTO tape drive. All of the > dumps that we have done in the past two years seem to have this same > restoring problem. We hadn't checked whether we could restore from the > tapes recently, since we had successfully managed to dump and resture > using xfsdump and xfsrestore years earlier :( . > > I apologize in advance for the length/verbosity of this email. I just > wanted to provide some information in advance. > I understand your concern with such large data. But as it says on the back of The Hitch Hikers Guide to the Galaxy, DON'T PANIC :-) And don't destroy those tapes ;-) Looking thru your email, it really looks like a block size problem on reading of the tapes. I have seen similar problems in the past. My first suggestion is to use the same strategy and blocksize in the restore as you did in the dump. That is use "-m -b 245760". You said you tried "-b 245760" but you should also use the same strategy "-m". The minrmt strategy doesn't rely on all the status info from the drive. From memory, the "-b" option shouldn't be ignored as you suspected. If this doesn't work don't despair. In the worst case, I can find an old program which I have somewhere, which hunts for headers and extracts data which I used a while ago on a blocksize problem on an IRIX dump (have no idea how that IRIX one happened - od(1)'ing on that dump it was in a strange format). I also have something which looks at the headers to confirm the blocksize that was used. It has been a while... (We know the dump format, so if the data is there, we should be able to extract it ;-) BTW, how come your dumps are always interrupted? --Tim From owner-linux-xfs Wed Jan 26 15:47:32 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 26 Jan 2005 15:47:37 -0800 (PST) Received: from pd3mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0QNlWA5024503 for ; Wed, 26 Jan 2005 15:47:32 -0800 Received: from pd5mr3so.prod.shaw.ca (pd5mr3so-qfe3.prod.shaw.ca [10.0.141.144]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IAY00JSF7F7G5H0@l-daemon> for linux-xfs@oss.sgi.com; Wed, 26 Jan 2005 16:47:31 -0700 (MST) Received: from pn2ml1so.prod.shaw.ca ([10.0.121.145]) by pd5mr3so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IAY00EM47C16T90@pd5mr3so.prod.shaw.ca> for linux-xfs@oss.sgi.com; Wed, 26 Jan 2005 16:45:37 -0700 (MST) Received: from caissa (S0106000c6e81b59e.ss.shawcable.net [70.64.168.125]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with SMTP id <0IAY00D177C1P6@l-daemon> for linux-xfs@oss.sgi.com; Wed, 26 Jan 2005 16:45:37 -0700 (MST) Date: Wed, 26 Jan 2005 17:49:00 -0600 From: Jason Hlady Subject: Re: Problem restoring destroyed, important XFS filesystem from tape backup using xfsrestore To: Tim Shimmin Cc: linux-xfs@oss.sgi.com Message-id: <00dd01c50401$9c7fd970$7da84046@caissa> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2742.200 X-Mailer: Microsoft Outlook Express 6.00.2741.2600 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit X-Priority: 3 X-MSMail-priority: Normal References: <20050127103405.A730632@boing.melbourne.sgi.com> X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4804 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hlady@cs.usask.ca Precedence: bulk X-list: linux-xfs Content-Length: 3337 Lines: 94 ----- Original Message ----- From: "Tim Shimmin" To: "Jason Hlady" Cc: Sent: Wednesday, January 26, 2005 5:34 PM Subject: Re: Problem restoring destroyed, important XFS filesystem from tape backup using xfsrestore > Hi Jason, > > On Wed, Jan 26, 2005 at 04:36:51PM -0600, Jason Hlady wrote: > > Hi there, > > > > I'm not even sure if this is the right mailing list for my problem, but > > I was hoping that someone here could at least point me to the correct > > set of people who might help me get the data back off the tapes. > > You've asked at the right place. Thank goodness! > > > I > > have graduate students facing the loss of months and years of work, and > > I would appreciate any help that could be ferried my way. > > > > I have had a catastrophic RAID failure on a 700GB XFS filesystem (OS = > > Mandrake 9.1 on IBM x340) and am looking to try and restore from tape. > > I have had backups running on my Ultrium LTO tape drive. All of the > > dumps that we have done in the past two years seem to have this same > > restoring problem. We hadn't checked whether we could restore from the > > tapes recently, since we had successfully managed to dump and resture > > using xfsdump and xfsrestore years earlier :( . > > > > I apologize in advance for the length/verbosity of this email. I just > > wanted to provide some information in advance. > > > > I understand your concern with such large data. > But as it says on the back of The Hitch Hikers Guide to the Galaxy, > DON'T PANIC :-) And don't destroy those tapes ;-) > Ok. :-) I wish I had a towel--it would be really useful. :-) The tapes are safe, and there are lots of them. > Looking thru your email, it really looks like a block size problem on > reading of the tapes. I have seen similar problems in the past. > > My first suggestion is to use the same strategy and blocksize in the > restore as you did in the dump. That is use "-m -b 245760". > You said you tried "-b 245760" but you should also use the same > strategy "-m". > The minrmt strategy doesn't rely on all the status info from the drive. Right. We have tried the -m -b 245760 option, and that doesn't work either (I can get a verbose printout of what that's doing when I get to work tomorrow.) > > >From memory, the "-b" option shouldn't be ignored as you suspected. > > If this doesn't work don't despair. > In the worst case, I can find an old program which I have somewhere, > which hunts for headers and extracts data which I used a while ago > on a blocksize problem on an IRIX dump (have no idea how that IRIX one > happened - od(1)'ing on that dump it was in a strange format). > I also have something which looks at the headers to confirm the > blocksize that was used. It has been a while... > (We know the dump format, so if the data is there, we should be able > to extract it ;-) Oh, this is making me feel much better. :-) We have write protected the tapes, compiled the xfsrestore source and tried to hack the source, to no success yet. Someone who actually knows what is going on would be much appreciated right now. > > BTW, how come your dumps are always interrupted? These are level 0s of a 700GB system, so they don't all fit on one tape, and must be resumed on multiple tapes. Jason > > --Tim > From owner-linux-xfs Thu Jan 27 05:11:53 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 27 Jan 2005 05:11:56 -0800 (PST) Received: from ALPHA8.ITS.MONASH.EDU.AU (alpha8.its.monash.edu.au [130.194.1.8]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0RDBq39020145 for ; Thu, 27 Jan 2005 05:11:53 -0800 Received: from localhost ([130.194.13.87]) by vaxh.its.monash.edu.au (PMDF V5.2-31 #39306) with ESMTP id <01LK45KVGZ948WW0I8@vaxh.its.monash.edu.au> for linux-xfs@oss.sgi.com; Fri, 28 Jan 2005 00:11:41 +1100 Received: from curly.its.monash.edu.au (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with ESMTP id DD75DAB542 for ; Fri, 28 Jan 2005 00:11:40 +1100 (EST) Received: from orion.vcp.monash.edu.au (orion.vcp.monash.edu.au [130.194.229.65]) by curly.its.monash.edu.au (Postfix) with ESMTP id BCE3F4FB04 for ; Fri, 28 Jan 2005 00:11:40 +1100 (EST) Received: from orion.vcp.monash.edu.au (localhost [127.0.0.1]) by orion.vcp.monash.edu.au (SGI-8.12.5/8.12.5) with ESMTP id j0RDCZOM005425 for ; Fri, 28 Jan 2005 00:12:35 +1100 (EDT) Received: from localhost (david@localhost) by orion.vcp.monash.edu.au (SGI-8.12.5/8.12.5/Submit) with ESMTP id j0RDCYUp002856 for ; Fri, 28 Jan 2005 00:12:35 +1100 (EDT) Date: Fri, 28 Jan 2005 00:12:34 +1100 From: David Chalmers Subject: XFS into RedHat AS 3.1 X-X-Sender: david@orion.vcp.monash.edu.au To: linux-xfs@oss.sgi.com Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT X-Authentication-warning: orion.vcp.monash.edu.au: david owned process doing -bs X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4805 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: david.chalmers@vcp.monash.edu.au Precedence: bulk X-list: linux-xfs Content-Length: 466 Lines: 17 Dear XFS people, What is the best (simplest) way to get XFS support into Redhat Enterprise AS 3.1? I currently have the 2.4.21-27.0.2.ELsmp kernel. Thanks David _____________________________________________________________________________ David Chalmers Lab: 9903 9110 Victorian College of Pharmacy Fax: 9903 9582 381 Royal Pde, Parkville, Vic 3053 Australia _____________________________________________________________________________ From owner-linux-xfs Thu Jan 27 08:06:34 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 27 Jan 2005 08:06:37 -0800 (PST) Received: from sommereik.ii.uib.no (IDENT:U2FsdGVkX1+wjP/3dXLU/N8PIU55BtX0PgSmr0+5YDg@sommereik.ii.uib.no [129.177.16.236]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0RG6W79027514 for ; Thu, 27 Jan 2005 08:06:34 -0800 Received: from loko.ii.uib.no ([129.177.20.21]:39813) by sommereik.ii.uib.no with esmtps (TLSv1:AES256-SHA:256) (Exim 4.43) id 1CuCAA-0005vY-In; Thu, 27 Jan 2005 17:06:30 +0100 Received: (from janfrode@localhost) by loko.ii.uib.no (8.12.11/8.12.11/Submit) id j0RG3iLv025548; Thu, 27 Jan 2005 17:03:44 +0100 Date: Thu, 27 Jan 2005 17:03:44 +0100 From: Jan-Frode Myklebust To: David Chalmers Cc: linux-xfs@oss.sgi.com Subject: Re: XFS into RedHat AS 3.1 Message-ID: <20050127160344.GC24946@ii.uib.no> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4806 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: Jan-Frode.Myklebust@bccs.uib.no Precedence: bulk X-list: linux-xfs Content-Length: 610 Lines: 21 On Fri, Jan 28, 2005 at 12:12:34AM +1100, David Chalmers wrote: > > What is the best (simplest) way to get XFS support into Redhat Enterprise > AS 3.1? I currently have the 2.4.21-27.0.2.ELsmp kernel. The SGI-provided RHEL-kernels are lagging too much, and forward-porting their patches got to be too much work/complicate for us. We've moved to running the Fedora Core 3 kernels on our RHEL-servers. So, I'd recommend one of: 1 - Fedora Core 3 kernel-rpms (boot with selinux=0) 2 - plain 2.6 kernels from kernel.org 3 - plain 2.4 kernels from kernel.org We do #1 and #2 on various servers. -jf From owner-linux-xfs Thu Jan 27 08:29:13 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 27 Jan 2005 08:29:16 -0800 (PST) Received: from julesburg.uits.indiana.edu (julesburg.uits.indiana.edu [129.79.1.75]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0RGTDI9000432 for ; Thu, 27 Jan 2005 08:29:13 -0800 Received: from iu-mssg-smtp04.ads.iu.edu (iu-mssg-smtp04.exchange.iu.edu [129.79.1.223]) by julesburg.uits.indiana.edu (8.12.10/8.12.10/IUPO) with ESMTP id j0RGT5sc003208 for ; Thu, 27 Jan 2005 11:29:09 -0500 (EST) Received: from iu-mssg-mbx05.ads.iu.edu ([129.79.1.214]) by iu-mssg-smtp04.ads.iu.edu with Microsoft SMTPSVC(5.0.2195.6713); Thu, 27 Jan 2005 11:29:10 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Subject: RE: XFS into RedHat AS 3.1 Date: Thu, 27 Jan 2005 11:29:10 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: XFS into RedHat AS 3.1 Thread-Index: AcUEijK0QxyNr5OERwKLPrc5C1PLRQAAWJ7j From: "Wilkins, Vern" To: X-OriginalArrivalTime: 27 Jan 2005 16:29:10.0998 (UTC) FILETIME=[54D39760:01C5048D] X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by oss.sgi.com id j0RGTEI9000435 X-archive-position: 4807 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: vwilkins@indiana.edu Precedence: bulk X-list: linux-xfs Content-Length: 1656 Lines: 44 If you go with the vanilla kernel, I'd suggest a good bit of patching. I haven't used RedHat in a long time, but vendors tend to distribute kernels that are heavily patched with bug fixes, additional features, security fixes, etc. If you switch to a vanilla kernel, you are probably going to be missing something significant. The vanilla 2.6.10 has a number of significant vulnerabilities. At the very least, you might want to look at grsecurity.net for their security patch, even if you don't use the grsecurity features (which I strongly recommend using). There are several patches for 2.6.10 on the grsecurity site, but one of them is primarily fixes to known vulnerabilities. That patch doesn't address all the known vulnerabilities in 2.6.10, but it does address quite a few. They also have patches for 2.4.x. Vern -----Original Message----- From: linux-xfs-bounce@oss.sgi.com on behalf of Jan-Frode Myklebust Sent: Thu 1/27/2005 11:03 AM To: David Chalmers Cc: linux-xfs@oss.sgi.com Subject: Re: XFS into RedHat AS 3.1 On Fri, Jan 28, 2005 at 12:12:34AM +1100, David Chalmers wrote: > > What is the best (simplest) way to get XFS support into Redhat Enterprise > AS 3.1? I currently have the 2.4.21-27.0.2.ELsmp kernel. The SGI-provided RHEL-kernels are lagging too much, and forward-porting their patches got to be too much work/complicate for us. We've moved to running the Fedora Core 3 kernels on our RHEL-servers. So, I'd recommend one of: 1 - Fedora Core 3 kernel-rpms (boot with selinux=0) 2 - plain 2.6 kernels from kernel.org 3 - plain 2.4 kernels from kernel.org We do #1 and #2 on various servers. -jf From owner-linux-xfs Thu Jan 27 12:13:30 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 27 Jan 2005 12:13:34 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0RKDUt9014260 for ; Thu, 27 Jan 2005 12:13:30 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0RKDUrW014259 for linux-xfs@oss.sgi.com; Thu, 27 Jan 2005 12:13:30 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0RKDSRE014243 for ; Thu, 27 Jan 2005 12:13:28 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0RKCI3t014103; Thu, 27 Jan 2005 12:12:18 -0800 Date: Thu, 27 Jan 2005 12:12:18 -0800 Message-Id: <200501272012.j0RKCI3t014103@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 345] Memory allocation failure X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4808 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 1576 Lines: 45 http://oss.sgi.com/bugzilla/show_bug.cgi?id=345 ------- Additional Comments From xfs@tobias.olsson.be 2005-27-01 12:12 PDT ------- Got it again, but much more seldom now. Still, this is just a root partition, and almost no writes are made to it, and the writes that are made are very small. I'm also curious as to how dangerous these messages are. Is it a warning message, or is it a failure message indicating a failed write. I'll try to run a xfs_fsr for a couple of hours to defragment the drive, and see if that helps. mrtg: page allocation failure. order:4, mode:0xd0 [] dump_stack+0x1e/0x20 [] __alloc_pages+0x1a4/0x330 [] __get_free_pages+0x22/0x50 [] kmem_getpages+0x1d/0xc0 [] cache_grow+0x96/0x130 [] cache_alloc_refill+0x141/0x200 [] __kmalloc+0x6c/0x80 [] kmem_alloc+0x51/0xd0 [] xfs_iread_extents+0x52/0x110 [] xfs_bmapi+0x1e3/0x13d0 [] xfs_iomap+0x175/0x490 [] linvfs_get_block_core+0x91/0x270 [] linvfs_get_block+0x3e/0x40 [] __block_prepare_write+0x1a3/0x360 [] block_prepare_write+0x32/0x40 [] generic_file_buffered_write+0x180/0x560 [] xfs_write+0x842/0xa40 [] linvfs_write+0x8f/0xa0 [] do_sync_write+0xa5/0xe0 [] vfs_write+0xad/0x160 [] sys_write+0x4b/0x80 [] syscall_call+0x7/0xb ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Thu Jan 27 21:10:09 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 27 Jan 2005 21:10:17 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id j0S5A6A3002220 for ; Thu, 27 Jan 2005 21:10:08 -0800 Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id QAA17151; Fri, 28 Jan 2005 16:09:52 +1100 Received: from frodo.melbourne.sgi.com (root@frodo.melbourne.sgi.com [134.14.55.153]) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id j0S59lXE1750267; Fri, 28 Jan 2005 16:09:49 +1100 (EST) Received: from frodo.melbourne.sgi.com (nathans@localhost [127.0.0.1]) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) with ESMTP id j0S56K7u002092; Fri, 28 Jan 2005 16:06:20 +1100 Received: (from nathans@localhost) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) id j0S56Ep5002090; Fri, 28 Jan 2005 16:06:14 +1100 Date: Fri, 28 Jan 2005 16:06:14 +1100 From: Nathan Scott To: Anton Altaparmakov , Andrew Morton Cc: viro@parcelfarce.linux.theplanet.co.uk, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-xfs@oss.sgi.com Subject: Re: Advice sought on how to lock multiple pages in ->prepare_write and ->writepage Message-ID: <20050128050614.GC1799@frodo> References: <1106822924.30098.27.camel@imp.csi.cam.ac.uk> <20050127165822.291dbd2d.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050127165822.291dbd2d.akpm@osdl.org> User-Agent: Mutt/1.5.3i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4809 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 1785 Lines: 45 Hi Anton, On Thu, Jan 27, 2005 at 04:58:22PM -0800, Andrew Morton wrote: > Anton Altaparmakov wrote: > > > > What would you propose can I do to perform the required zeroing in a > > deadlock safe manner whilst also ensuring that it cannot happen that a > > concurrent ->readpage() will cause me to miss a page and thus end up > > with non-initialized/random data on disk for that page? > > The only thing I can think of is to lock all the pages. There's no other > place in the kernel above you which locks multiple pagecache pages, but we > can certainly adopt the convention that multiple-page-locking must proceed > in ascending file offset order. > > ... > > Not very pretty though. > Just putting up my hand to say "yeah, us too" - we could also make use of that functionality, so we can grok existing XFS filesystems that have blocksizes larger than the page size. Were you looking at using an i_blkbits value larger than pageshift, Anton? There's many places where generic code does 1 << i_blkbits that'll need careful auditing, I think. A lock-in-page-index-order approach seems the simplest way to prevent page deadlocks as Andrew suggested, and always starting to lock pages at the lowest block- aligned file offset (rather than taking a page lock, dropping it, locking earlier pages, reaquiring the later one, etc) - that can't really be done inside the filesystems though.. So it's probably something that should be handled in generic page cache code such that the locking is done in common places for all filesystems using large i_blkbits values, and such that locking is done before the filesystem-specific read/writepage(s) routines are called, so that they don't have to be changed to do page locking any differently. cheers. -- Nathan From owner-linux-xfs Fri Jan 28 03:08:33 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 28 Jan 2005 03:08:38 -0800 (PST) Received: from ppsw-2.csi.cam.ac.uk (ppsw-2.csi.cam.ac.uk [131.111.8.132]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0SB8Whk024864 for ; Fri, 28 Jan 2005 03:08:33 -0800 Received: from hermes-1.csi.cam.ac.uk ([131.111.8.51]:49924) by ppsw-2.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.152]:25) with esmtpa (EXTERNAL:aia21) id 1CuTzH-0004rb-6w (Exim 4.44) (return-path ); Fri, 28 Jan 2005 11:08:27 +0000 Received: from aia21 (helo=localhost) by hermes-1.csi.cam.ac.uk (hermes.cam.ac.uk) with local-esmtp id 1CuTz8-0002U8-Bb (Exim 4.43) (return-path ); Fri, 28 Jan 2005 11:08:18 +0000 Date: Fri, 28 Jan 2005 11:08:18 +0000 (GMT) From: Anton Altaparmakov To: Nathan Scott cc: Andrew Morton , viro@parcelfarce.linux.theplanet.co.uk, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-xfs@oss.sgi.com Subject: Re: Advice sought on how to lock multiple pages in ->prepare_write and ->writepage In-Reply-To: <20050128050614.GC1799@frodo> Message-ID: References: <1106822924.30098.27.camel@imp.csi.cam.ac.uk> <20050127165822.291dbd2d.akpm@osdl.org> <20050128050614.GC1799@frodo> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ X-Cam-AntiVirus: No virus found X-Cam-SpamDetails: Not scanned X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4810 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: aia21@cam.ac.uk Precedence: bulk X-list: linux-xfs Content-Length: 5675 Lines: 107 Hi Nathan, On Fri, 28 Jan 2005, Nathan Scott wrote: > On Thu, Jan 27, 2005 at 04:58:22PM -0800, Andrew Morton wrote: > > Anton Altaparmakov wrote: > > > > > > What would you propose can I do to perform the required zeroing in a > > > deadlock safe manner whilst also ensuring that it cannot happen that a > > > concurrent ->readpage() will cause me to miss a page and thus end up > > > with non-initialized/random data on disk for that page? > > > > The only thing I can think of is to lock all the pages. There's no other > > place in the kernel above you which locks multiple pagecache pages, but we > > can certainly adopt the convention that multiple-page-locking must proceed > > in ascending file offset order. > > > > ... > > > > Not very pretty though. > > Just putting up my hand to say "yeah, us too" - we could also make > use of that functionality, so we can grok existing XFS filesystems > that have blocksizes larger than the page size. > > Were you looking at using an i_blkbits value larger than pageshift, > Anton? There's many places where generic code does 1 << i_blkbits > that'll need careful auditing, I think. No, definitely not. The inode and superblock block size are always set to 512 bytes for NTFS (in present code). The NTFS driver does the translation from "page->index + offset" to "byte offset" to "logical block + offset in the block" everywhere. This allows both reading and writing to occur in 512 byte granularity (the smallest logical block size allowed on NTFS). So if the user is reading only 1 byte, I only need to read in that page and if the user is writing only 1 byte into a non-sparse/preallocated file, I can only write out 512 bytes (prepare/commit write) or a page (writepage). But the real reason for why I have to stick with 512 bytes is that NTFS stores all its metadata (including the on-disk inodes, the directory indices, the boot record, the volume label and flags, etc) inside regular files. And the contents of the metadata are organised like flat database files containing fixed length records - but depending on the metadata the size is different - (which in turn contain variable length records) and each fixed length record is protected at a 512 byte granularity with fixups which ensure that partial writes due to power failure or disk failure are detected. These fixups need to be applied every time metadata records are written. And when the fixups are applied, the metadata appears corrupt. So we do: apply fixups, write, take away fixups. This means that we have to lock each metadata record for exclusive access while this is happening otherwise someone could look at the record and see it in a corrupt state... And since two adjacent records are not usually related to each other at all we cannot just lock multiple records at once (given the page is already locked) otherwise we would deadlock immediately and hence we cannot write out more than one record at once. Which in turn means we need to maintain a 512 byte granularity at the write level. Anyway, this is slightly off topic. I hope the above makes some sense... > A lock-in-page-index-order approach seems the simplest way to prevent > page deadlocks as Andrew suggested, and always starting to lock pages at > the lowest block- aligned file offset (rather than taking a page lock, > dropping it, locking earlier pages, reaquiring the later one, etc) - > that can't really be done inside the filesystems though. Indeed. But I don't think we would want to write out whole logical blocks at once unless it was actuall all dirty data. Why write out loads when you can get away with as little as 512 bytes or PAGE_CACHE_SIZE in majority of cases? In NTFS the logical block size can go into the mega bytes (in theory) and if we were forced to do such large writes every time performance would degrade really badly for most usage scenarios. > So it's probably something that should be handled in generic page > cache code such that the locking is done in common places for all > filesystems using large i_blkbits values, and such that locking is > done before the filesystem-specific read/writepage(s) routines are > called, so that they don't have to be changed to do page locking > any differently. Yes, this would have advantages. In fact this may be the point where we would actually make PAGE_CACHE_SIZE dynamic (but presumably only in multiples of PAGE_SIZE) but that is a rather big project in its own right. For NTFS, I would prefer to not use a large i_blkbits as explained above. However, I do not see why the VFS cannot provide one or more library/helper functions to do "lock multiple pages with start_index, end_index, already_locked_page, writeback_control/NULL, etc". NTFS would then just call this from prepare_write and writepage/writepages. And the compression engine (once we implement write to compressed files) may well need to use this, too. And if XFS would find it useful then having a VFS based helper function would be sensible. I am going to go ahead and cook something up for NTFS and bounce it off you to see if it fits in with your requirements. If it does than we can put it in the VFS rather than in NTFS otherwise we can perhaps come up with a compromise that works for both of us (and anyone else who would like to use this)... Best regards, Anton -- Anton Altaparmakov (replace at with @) Unix Support, Computing Service, University of Cambridge, CB2 3QH, UK Linux NTFS maintainer / IRC: #ntfs on irc.freenode.net WWW: http://linux-ntfs.sf.net/ & http://www-stu.christs.cam.ac.uk/~aia21/ From owner-linux-xfs Fri Jan 28 05:11:40 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 28 Jan 2005 05:11:46 -0800 (PST) Received: from mail.linux-sxs.org (mail.linux-sxs.org [64.116.183.6]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0SDBbhB032562 for ; Fri, 28 Jan 2005 05:11:39 -0800 Received: from mail.linux-sxs.org (localhost [127.0.0.1]) by mail.linux-sxs.org (8.13.2/8.13.2/Debian-1) with ESMTP id j0SDBsP1019969 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 28 Jan 2005 08:11:57 -0500 Received: from localhost (netllama@localhost) by mail.linux-sxs.org (8.13.2/8.13.2/Submit) with ESMTP id j0SDBlHV019963; Fri, 28 Jan 2005 08:11:48 -0500 X-Authentication-Warning: mail.linux-sxs.org: netllama owned process doing -bs Date: Fri, 28 Jan 2005 08:11:44 -0500 (EST) From: Net Llama! To: David Chalmers cc: linux-xfs@oss.sgi.com Subject: Re: XFS into RedHat AS 3.1 In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: milter-sender/0.62.837 (localhost [127.0.0.1]); Fri, 28 Jan 2005 08:12:03 -0500 Received-SPF: pass (mail.linux-sxs.org: localhost is always allowed.) X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4811 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: netllama@linux-sxs.org Precedence: bulk X-list: linux-xfs Content-Length: 545 Lines: 14 On Fri, 28 Jan 2005, David Chalmers wrote: > Dear XFS people, > > What is the best (simplest) way to get XFS support into Redhat Enterprise > AS 3.1? I currently have the 2.4.21-27.0.2.ELsmp kernel. I'd imagine getting Redhat to release AS-3.1 might be a good start, since it doesn't exist yet. Did you mean AS-2.1 or AS3? -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Lonni J Friedman netllama@linux-sxs.org Linux Step-by-step & TyGeMo http://netllama.ipfox.com From owner-linux-xfs Fri Jan 28 05:13:32 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 28 Jan 2005 05:13:36 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0SDDWk2000604 for ; Fri, 28 Jan 2005 05:13:32 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0SDDWUj000603 for linux-xfs@oss.sgi.com; Fri, 28 Jan 2005 05:13:32 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0SDDV4b000588 for ; Fri, 28 Jan 2005 05:13:31 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0SCPYiq031214; Fri, 28 Jan 2005 04:25:34 -0800 Date: Fri, 28 Jan 2005 04:25:34 -0800 Message-Id: <200501281225.j0SCPYiq031214@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 383] Write to an XFS file system generates errno 990 X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4812 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 961 Lines: 34 http://oss.sgi.com/bugzilla/show_bug.cgi?id=383 krisztian.ivancso@true.hu changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151 is|0 |1 obsolete| | ------- Additional Comments From krisztian.ivancso@true.hu 2005-25-01 02:50 PDT ------- Created an attachment (id=151) --> (http://oss.sgi.com/bugzilla/attachment.cgi?id=151&action=view) part of syslog I have similar write problem with xfs. I use a 4.4 TB soft raid5. I use xfsprogs 2.6.20. xfs_check output is: out of memory. ------- Additional Comments From krisztian.ivancso@true.hu 2005-28-01 04:25 PDT ------- (From update of attachment 151) It seems that the source of the problem is promise sx4 card. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Fri Jan 28 11:52:11 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 28 Jan 2005 11:52:13 -0800 (PST) Received: from smtp1.ActiveState.com (gw.activestate.com [209.17.183.249]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0SJqAkI022932 for ; Fri, 28 Jan 2005 11:52:11 -0800 Received: from rock.activestate.com (rock.ActiveState.com [192.168.3.223]) by smtp1.ActiveState.com (8.12.10/8.12.10) with ESMTP id j0SJq5tS029175 for ; Fri, 28 Jan 2005 11:52:05 -0800 (envelope-from daves@activestate.com) Received: from [127.0.0.1] (localhost [127.0.0.1]) by rock.activestate.com (8.12.11/8.12.11) with ESMTP id j0SJq4Gu025259 for ; Fri, 28 Jan 2005 11:52:04 -0800 (envelope-from daves@activestate.com) Message-ID: <41FA97E4.7010902@activestate.com> Date: Fri, 28 Jan 2005 11:52:04 -0800 From: David Sparks Reply-To: daves@activestate.com User-Agent: Mozilla Thunderbird 0.8 (X11/20040920) X-Accept-Language: en-us, en MIME-Version: 1.0 To: linux-xfs@oss.sgi.com Subject: multiple machines mounting same partition via SAN X-Enigmail-Version: 0.86.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4814 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: daves@activestate.com Precedence: bulk X-list: linux-xfs Content-Length: 670 Lines: 20 I'm testing a new SAN here ... I connected 2 machines and both mounted the same partition in R/W mode. I was expecting something like this to happen: xfs_force_shutdown(sdb1,0x1) called from line 353 of file fs/xfs/xfs_rw.c. Return address = 0xffffffff80202e0b Filesystem "sdb1": I/O Error Detected. Shutting down filesystem: sdb1 Please umount the filesystem, and rectify the problem(s) xfs_force_shutdown(sdb1,0x1) called from line 353 of file fs/xfs/xfs_rw.c. Return address = 0xffffffff80202e0b Ok, good. What I'm actually interested in is having one machine mount the partition in RW and another in RO mode. Is this a sane configuration? Thanks, ds From owner-linux-xfs Fri Jan 28 11:48:48 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 28 Jan 2005 11:48:52 -0800 (PST) Received: from mail.cambrianventures.com (206.173.21.243.ptr.us.xo.net [206.173.21.243]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id j0SJmlPE022370 for ; Fri, 28 Jan 2005 11:48:48 -0800 Received: (qmail 26818 invoked from network); 28 Jan 2005 19:47:29 -0000 Received: from unknown (HELO wds19.cosmixcorp.com) (206.173.21.85) by ns0.cambrianventures.com with SMTP; 28 Jan 2005 19:47:29 -0000 Subject: ls: reading directory .: Input/output error From: Douglass Judd To: linux-xfs@oss.sgi.com Content-Type: text/plain Message-Id: <1106941376.13349.322.camel@sedna.cambrianventures.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-1) Date: Fri, 28 Jan 2005 11:42:56 -0800 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4813 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: doug@cambrianventures.com Precedence: bulk X-list: linux-xfs Content-Length: 6262 Lines: 154 Hello, I'm using XFS on a large 8 disk RAID-5 partition. I was running a MySQL process that was doing some random access (reads and writes) on a couple of files. I then kicked off an scp job that was copying a few gigabytes worth of data in about 5000 files to this machine when I lost the filesystem. Any attempt to read resulted in input/output errors: [doug@wds12 webcache]$ ls ls: reading directory .: Input/output error Something similar happened before, so I upgraded to the 2.6.10 kernel after reading the thread "RE: Unknown Issue" (http://oss.sgi.com/archives/linux-xfs/2004-12/msg00048.html) hoping that it would solve my problems. The 3dm daemon reported no errors with the disk array and /var/log/messages had the following lines in it: Jan 28 10:47:40 wds12 kernel: xfs_force_shutdown(sda1,0x8) called from line 1091 of file fs/xfs/xfs_trans.c. Return address = 0xffffffff8021cb48 Jan 28 10:47:40 wds12 kernel: Filesystem "sda1": Corruption of in-memory data detected. Shutting down filesystem: sda1 Jan 28 10:47:40 wds12 kernel: Please umount the filesystem, and rectify the problem(s) Here's my system configuration: Hardware: Tyan S2882G3NR Thunder K8S Pro Motherboard 2 - AMD Opteron processors 3ware 9500S-8 RAID Controller 8 - Western Digital 2500SD 250GB disk drives OS: 2.6.10 Kernel, built with these options ... - Processor Family: AMD Opteron/Athalon64 - Symmetric multi-processing support - Preemptible kernel I ran xfs_check and here's what it reported: [root@wds12 log]# xfs_check /dev/sda1 bad format 2 for inode 1208 type 0 bad format 2 for inode 1209 type 0 bad format 2 for inode 1210 type 0 bad format 2 for inode 1211 type 0 bad format 2 for inode 1212 type 0 bad format 2 for inode 1213 type 0 bad format 2 for inode 1214 type 0 bad format 2 for inode 1215 type 0 ir_freecount/free mismatch, inode chunk 0/1152, freecount 64 nfree 56 bad format 2 for inode 268436760 type 0 bad format 2 for inode 268436761 type 0 bad format 2 for inode 268436762 type 0 bad format 2 for inode 268436763 type 0 bad format 2 for inode 268436767 type 0 ir_freecount/free mismatch, inode chunk 1/1248, freecount 52 nfree 47 bad format 2 for inode 268454488 type 0 bad format 2 for inode 268454489 type 0 bad format 2 for inode 268454490 type 0 bad format 2 for inode 268454491 type 0 bad format 2 for inode 268454492 type 0 bad format 2 for inode 268454494 type 0 bad format 2 for inode 268454495 type 0 ir_freecount/free mismatch, inode chunk 1/18976, freecount 64 nfree 57 bad format 2 for inode 536872216 type 0 bad format 2 for inode 536872217 type 0 bad format 2 for inode 536872218 type 0 bad format 2 for inode 536872219 type 0 bad format 2 for inode 536872220 type 0 bad format 2 for inode 536872221 type 0 bad format 2 for inode 536872222 type 0 bad format 2 for inode 536872223 type 0 ir_freecount/free mismatch, inode chunk 2/1248, freecount 8 nfree 0 bad format 2 for inode 536889880 type 0 bad format 2 for inode 536889881 type 0 bad format 2 for inode 536889883 type 0 bad format 2 for inode 536889886 type 0 bad format 2 for inode 536889887 type 0 ir_freecount/free mismatch, inode chunk 2/18912, freecount 64 nfree 59 bad format 2 for inode 805325336 type 0 bad format 2 for inode 805325337 type 0 bad format 2 for inode 805325338 type 0 bad format 2 for inode 805325339 type 0 bad format 2 for inode 805325340 type 0 bad format 2 for inode 805325341 type 0 bad format 2 for inode 805325342 type 0 bad format 2 for inode 805325343 type 0 ir_freecount/free mismatch, inode chunk 3/18912, freecount 64 nfree 56 bad format 2 for inode 1073743128 type 0 bad format 2 for inode 1073743129 type 0 bad format 2 for inode 1073743130 type 0 bad format 2 for inode 1073743131 type 0 bad format 2 for inode 1073743132 type 0 bad format 2 for inode 1073743133 type 0 bad format 2 for inode 1073743134 type 0 bad format 2 for inode 1073743135 type 0 ir_freecount/free mismatch, inode chunk 4/1248, freecount 64 nfree 56 bad format 2 for inode 1073760824 type 0 bad format 2 for inode 1073760825 type 0 bad format 2 for inode 1073760826 type 0 bad format 2 for inode 1073760827 type 0 ir_freecount/free mismatch, inode chunk 4/18944, freecount 64 nfree 60 bad format 2 for inode 1342178584 type 0 bad format 2 for inode 1342178585 type 0 bad format 2 for inode 1342178586 type 0 bad format 2 for inode 1342178587 type 0 bad format 2 for inode 1342178588 type 0 bad format 2 for inode 1342178589 type 0 bad format 2 for inode 1342178590 type 0 bad format 2 for inode 1342178591 type 0 ir_freecount/free mismatch, inode chunk 5/1248, freecount 59 nfree 51 bad format 2 for inode 1342196280 type 0 bad format 2 for inode 1342196281 type 0 bad format 2 for inode 1342196282 type 0 bad format 2 for inode 1342196283 type 0 bad format 2 for inode 1342196284 type 0 bad format 2 for inode 1342196285 type 0 bad format 2 for inode 1342196286 type 0 bad format 2 for inode 1342196287 type 0 ir_freecount/free mismatch, inode chunk 5/18944, freecount 64 nfree 56 bad format 2 for inode 1610614011 type 0 bad format 2 for inode 1610614012 type 0 bad format 2 for inode 1610614013 type 0 bad format 2 for inode 1610614014 type 0 ir_freecount/free mismatch, inode chunk 6/1216, freecount 64 nfree 60 bad format 2 for inode 1610631704 type 0 bad format 2 for inode 1610631705 type 0 bad format 2 for inode 1610631706 type 0 bad format 2 for inode 1610631707 type 0 bad format 2 for inode 1610631708 type 0 bad format 2 for inode 1610631709 type 0 bad format 2 for inode 1610631710 type 0 bad format 2 for inode 1610631711 type 0 ir_freecount/free mismatch, inode chunk 6/18nk count allocated inode 1213 has 0 link count allocated inode 1214 has 0 link count allocated inode 1215 has 0 link count allocated inode 268436760 has 0 link count allocated inode 268436761 has 0 link count allocated inode 268436762 has 0 link count allocated inode 268436763 has 0 link count [... 150 lines like this ...] I haven't run xfs_repair yet. Is there anything more I can do to diagnose this problem? - Doug P.S. I'm here in Mountain View, CA so if someone want's to swing by and have a look, feel free! :) From owner-linux-xfs Fri Jan 28 12:19:27 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 28 Jan 2005 12:19:29 -0800 (PST) Received: from mail00hq.adic.com ([63.81.117.10]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0SKJQSm028828 for ; Fri, 28 Jan 2005 12:19:27 -0800 Received: from mail02hq.adic.com ([172.16.9.18]) by mail00hq.adic.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 28 Jan 2005 12:19:21 -0800 Received: from [172.16.82.67] ([172.16.82.67]) by mail02hq.adic.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 28 Jan 2005 12:19:20 -0800 Message-ID: <41FA9E39.9060506@xfs.org> Date: Fri, 28 Jan 2005 14:19:05 -0600 From: Steve Lord User-Agent: Mozilla Thunderbird 0.9 (X11/20041127) X-Accept-Language: en-us, en MIME-Version: 1.0 To: daves@activestate.com CC: linux-xfs@oss.sgi.com Subject: Re: multiple machines mounting same partition via SAN References: <41FA97E4.7010902@activestate.com> In-Reply-To: <41FA97E4.7010902@activestate.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Jan 2005 20:19:20.0779 (UTC) FILETIME=[A682B1B0:01C50576] X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4815 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: lord@xfs.org Precedence: bulk X-list: linux-xfs Content-Length: 1160 Lines: 34 David Sparks wrote: > I'm testing a new SAN here ... I connected 2 machines and both mounted > the same partition in R/W mode. I was expecting something like this to > happen: > > xfs_force_shutdown(sdb1,0x1) called from line 353 of file > fs/xfs/xfs_rw.c. Return address = 0xffffffff80202e0b > Filesystem "sdb1": I/O Error Detected. Shutting down filesystem: sdb1 > Please umount the filesystem, and rectify the problem(s) > xfs_force_shutdown(sdb1,0x1) called from line 353 of file > fs/xfs/xfs_rw.c. Return address = 0xffffffff80202e0b > > Ok, good. > > What I'm actually interested in is having one machine mount the > partition in RW and another in RO mode. Is this a sane configuration? > > Thanks, > > ds > Nope Each host caches metadata and filedata in memory. Once the RW machine has modified metadata or data, what is going to tell the RO machine that things have changed and that cached information is stale? In pretty short order you are going to hit the same sort of error as in the above case. It is either read only everywhere, or you go buy a commercial shared fs, or look at gfs and what ever else may be out there. Steve From owner-linux-xfs Fri Jan 28 12:31:50 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 28 Jan 2005 12:31:54 -0800 (PST) Received: from mbe0.msomt.modwest.com (mbe0.msomt.modwest.com [216.220.25.82]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0SKVnVK030096 for ; Fri, 28 Jan 2005 12:31:50 -0800 Received: from d216-220-25-60.dynip.modwest.com (d216-220-25-60.dynip.modwest.com [216.220.25.60]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mbe0.msomt.modwest.com (Postfix) with ESMTP id 20E0C5F3C9E for ; Fri, 28 Jan 2005 13:31:48 -0700 (MST) Date: Fri, 28 Jan 2005 13:36:26 -0700 From: Michael Loftis To: linux-xfs@oss.sgi.com Subject: Re: multiple machines mounting same partition via SAN Message-ID: In-Reply-To: <41FA97E4.7010902@activestate.com> References: <41FA97E4.7010902@activestate.com> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Modwest-MailScanner: Found to be clean X-MailScanner-From: mloftis@wgops.com X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4816 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: mloftis@wgops.com Precedence: bulk X-list: linux-xfs Content-Length: 511 Lines: 27 --On Friday, January 28, 2005 11:52 -0800 David Sparks wrote: > Ok, good. > > What I'm actually interested in is having one machine mount the partition > in RW and another in RO mode. Is this a sane configuration? No. You could mount everyone RO but even that might be dicey. To do any RW mounts you need soemthing like GFS or Lustre or some other clustering filesystem > > Thanks, > > ds > > > -- GPG/PGP --> 0xE736BD7E 5144 6A2D 977A 6651 DFBE 1462 E351 88B9 E736 BD7E From owner-linux-xfs Fri Jan 28 14:53:58 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 28 Jan 2005 14:54:01 -0800 (PST) Received: from e4.ny.us.ibm.com (e4.ny.us.ibm.com [32.97.182.144]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0SMrp4u006641 for ; Fri, 28 Jan 2005 14:53:58 -0800 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e4.ny.us.ibm.com (8.12.10/8.12.10) with ESMTP id j0SMrjFM026677 for ; Fri, 28 Jan 2005 17:53:45 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay02.pok.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j0SMrjFF285052 for ; Fri, 28 Jan 2005 17:53:45 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j0SMri8O030662 for ; Fri, 28 Jan 2005 17:53:45 -0500 Received: from d01ml604.pok.ibm.com (d01ml604.pok.ibm.com [9.56.227.90]) by d01av03.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j0SMriQO030651; Fri, 28 Jan 2005 17:53:44 -0500 In-Reply-To: <20050128050614.GC1799@frodo> To: Nathan Scott Cc: Anton Altaparmakov , Andrew Morton , linux-fsdevel@vger.kernel.org, linux-xfs@oss.sgi.com, viro@parcelfarce.linux.theplanet.co.uk MIME-Version: 1.0 Subject: Re: Advice sought on how to lock multiple pages in ->prepare_write and ->writepage X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 Message-ID: From: Bryan Henderson Date: Fri, 28 Jan 2005 14:53:41 -0800 X-MIMETrack: Serialize by Router on D01ML604/01/M/IBM(Build V70_M4_01112005 Beta 3|January 11, 2005) at 01/28/2005 17:53:44, Serialize complete at 01/28/2005 17:53:44 Content-Type: text/plain; charset="US-ASCII" X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4817 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hbryan@us.ibm.com Precedence: bulk X-list: linux-xfs Content-Length: 729 Lines: 15 >Just putting up my hand to say "yeah, us too" - we could also make >use of that functionality, so we can grok existing XFS filesystems >that have blocksizes larger than the page size. IBM Storage Tank has block size > page size and has the same problem. This is one of several ways that Storage Tank isn't generic enough to use generic_file_write() and generic_file_read(), so it doesn't. That's not a terrible way to go, by the way. At some point, making the generic interface complex enough to handle every possible filesystem becomes worse than every filesystem driver having its own code. -- Bryan Henderson IBM Almaden Research Center San Jose CA Filesystems From owner-linux-xfs Fri Jan 28 18:01:34 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 28 Jan 2005 18:01:37 -0800 (PST) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0T21XVc019453 for ; Fri, 28 Jan 2005 18:01:33 -0800 Received: from flecktone.americas.sgi.com (flecktone.americas.sgi.com [198.149.16.15]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j0T3TtI5001844 for ; Fri, 28 Jan 2005 19:29:55 -0800 Received: from poppy-e236.americas.sgi.com (poppy-e236.americas.sgi.com [128.162.236.207]) by flecktone.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id j0T20VF3945963; Fri, 28 Jan 2005 20:00:31 -0600 (CST) Received: from penguin.americas.sgi.com (penguin.americas.sgi.com [128.162.240.135]) by poppy-e236.americas.sgi.com (8.12.9/SGI-server-1.8) with ESMTP id j0T20UVw24198750; Fri, 28 Jan 2005 20:00:31 -0600 (CST) Date: Fri, 28 Jan 2005 19:56:00 -0600 (CST) From: Eric Sandeen X-X-Sender: sandeen@penguin.americas.sgi.com To: Jan-Frode Myklebust cc: David Chalmers , Subject: Re: XFS into RedHat AS 3.1 In-Reply-To: <20050127160344.GC24946@ii.uib.no> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4818 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: sandeen@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 545 Lines: 17 On Thu, 27 Jan 2005, Jan-Frode Myklebust wrote: > On Fri, Jan 28, 2005 at 12:12:34AM +1100, David Chalmers wrote: > > > > What is the best (simplest) way to get XFS support into Redhat Enterprise > > AS 3.1? I currently have the 2.4.21-27.0.2.ELsmp kernel. > > The SGI-provided RHEL-kernels are lagging too much, and Sorry about that... I guess there is more of a "market" for this than I realized... I do have a 27.0.2 kernel + xfs that we ship with our cxfs linux client, and I could put that out there. I'll try to do it soon. -Eric From owner-linux-xfs Fri Jan 28 18:07:08 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 28 Jan 2005 18:07:13 -0800 (PST) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0T278Uj019971 for ; Fri, 28 Jan 2005 18:07:08 -0800 Received: from flecktone.americas.sgi.com (flecktone.americas.sgi.com [198.149.16.15]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j0T3ZUn4002439 for ; Fri, 28 Jan 2005 19:35:31 -0800 Received: from poppy-e236.americas.sgi.com (poppy-e236.americas.sgi.com [128.162.236.207]) by flecktone.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id j0T267F3946787; Fri, 28 Jan 2005 20:06:07 -0600 (CST) Received: from penguin.americas.sgi.com (penguin.americas.sgi.com [128.162.240.135]) by poppy-e236.americas.sgi.com (8.12.9/SGI-server-1.8) with ESMTP id j0T267Vw25475430; Fri, 28 Jan 2005 20:06:07 -0600 (CST) Date: Fri, 28 Jan 2005 20:01:36 -0600 (CST) From: Eric Sandeen X-X-Sender: sandeen@penguin.americas.sgi.com To: Michael Loftis cc: linux-xfs@oss.sgi.com Subject: Re: multiple machines mounting same partition via SAN In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4819 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: sandeen@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 573 Lines: 19 On Fri, 28 Jan 2005, Michael Loftis wrote: > --On Friday, January 28, 2005 11:52 -0800 David Sparks > wrote: > > > Ok, good. > > > > What I'm actually interested in is having one machine mount the partition > > in RW and another in RO mode. Is this a sane configuration? > > No. You could mount everyone RO but even that might be dicey. To do any > RW mounts you need soemthing like GFS or Lustre or some other clustering > filesystem SGI even has one they could sell you... you wouldn't even have to reformat your xfs disks. :) -Eric From owner-linux-xfs Sun Jan 30 11:13:43 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 30 Jan 2005 11:13:48 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0UJDg9F005050 for ; Sun, 30 Jan 2005 11:13:42 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0UJDggx005049 for linux-xfs@oss.sgi.com; Sun, 30 Jan 2005 11:13:42 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0UJDfgc005033 for ; Sun, 30 Jan 2005 11:13:41 -0800 Received: (from apache@localhost) by oss.sgi.com (8.13.0/8.12.8/Submit) id j0UIoeAx004320; Sun, 30 Jan 2005 10:50:40 -0800 Date: Sun, 30 Jan 2005 10:50:40 -0800 Message-Id: <200501301850.j0UIoeAx004320@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 345] Memory allocation failure X-Bugzilla-Reason: AssignedTo X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-Virus-Status: Clean X-archive-position: 4820 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 5276 Lines: 133 http://oss.sgi.com/bugzilla/show_bug.cgi?id=345 ------- Additional Comments From moe@blagblagblag.org 2005-30-01 10:50 PDT ------- I have seen a similar problem on an NFS server. It is serving boxes providing www, ftp, and rsync services. 3Ware (3w-9xxx) RAID controller card 2 gigs RAM 2.8GHz P4 Dual e1000 Fedora Core 2 The system was very unstable, but the most recent kernel-2.6.10-1.741_FC3 has made things better. I'm still getting: nfsd: page allocation failure. order:5, mode:0xd0 [] __alloc_pages+0x2b3/0x2d1 [] __get_free_pages+0x18/0x24 [] kmem_getpages+0x15/0x98 [] cache_grow+0x129/0x25b [] cache_alloc_refill+0x1f8/0x22a [] __kmalloc+0x64/0x76 [] kmem_alloc+0x49/0x9e [xfs] [] xfs_iread_extents+0x78/0xc9 [xfs] [] xfs_bmapi+0x2cc/0x1117 [xfs] [] _pagebuf_map_pages+0x1a/0x7f [xfs] [] xfs_buf_get_flags+0xb0/0x108 [xfs] [] kmem_zone_alloc+0x3c/0x80 [xfs] [] xfs_da_buf_make+0x21/0x13b [xfs] [] kmem_zone_alloc+0x3c/0x80 [xfs] [] xfs_da_read_buf+0x2b/0x31 [xfs] [] xfs_iomap+0x23b/0x3ed [xfs] [] xfs_bmap+0x1a/0x1e [xfs] [] linvfs_get_block_core+0x6d/0x22f [xfs] [] memmove+0xe/0x22 [] try_to_free_buffers+0x121/0x131 [] linvfs_get_block+0x13/0x17 [xfs] [] do_mpage_readpage+0xf7/0x353 [] radix_tree_node_alloc+0x10/0x41 [] radix_tree_insert+0x6d/0xe2 [] mpage_readpages+0x91/0xfc [] linvfs_get_block+0x0/0x17 [xfs] [] __rmqueue+0xb7/0x106 [] linvfs_readpages+0x12/0x14 [xfs] [] linvfs_get_block+0x0/0x17 [xfs] [] read_pages+0x33/0xdd [] buffered_rmqueue+0x1cc/0x1ef [] __alloc_pages+0x2c5/0x2d1 [] do_page_cache_readahead+0x248/0x267 [] page_cache_readahead+0x13c/0x1ab [] do_generic_mapping_read+0xcf/0x328 [] generic_file_sendfile+0x42/0x55 [] nfsd_read_actor+0x0/0xa9 [nfsd] [] xfs_sendfile+0x116/0x156 [xfs] [] nfsd_read_actor+0x0/0xa9 [nfsd] [] linvfs_sendfile+0x27/0x2d [xfs] [] nfsd_read_actor+0x0/0xa9 [nfsd] [] nfsd_read+0x31e/0x4aa [nfsd] [] nfsd_read_actor+0x0/0xa9 [nfsd] [] nfsd3_proc_read+0xd0/0x12b [nfsd] [] nfs3svc_decode_readargs+0x0/0x15d [nfsd] [] nfsd_dispatch+0xbf/0x17e [nfsd] [] svc_process+0x336/0x572 [sunrpc] [] nfsd+0x1e4/0x400 [nfsd] [] nfsd+0x0/0x400 [nfsd] [] kernel_thread_helper+0x5/0xb nfsd: page allocation failure. order:5, mode:0xd0 [] __alloc_pages+0x2b3/0x2d1 [] __get_free_pages+0x18/0x24 [] kmem_getpages+0x15/0x98 [] cache_grow+0x129/0x25b [] cache_alloc_refill+0x1f8/0x22a [] __kmalloc+0x64/0x76 [] kmem_alloc+0x49/0x9e [xfs] [] xfs_iread_extents+0x78/0xc9 [xfs] [] xfs_bmapi+0x2cc/0x1117 [xfs] [] _pagebuf_lookup_pages+0x26a/0x2a8 [xfs] [] _pagebuf_map_pages+0x1a/0x7f [xfs] [] xfs_buf_get_flags+0xb0/0x108 [xfs] [] xfs_da_buf_make+0x21/0x13b [xfs] [] xfs_bmbt_get_state+0xa/0x18 [xfs] [] xfs_bmap_do_search_extents+0x27c/0x324 [xfs] [] xfs_bmap_search_extents+0x42/0x9b [xfs] [] do_IRQ+0x70/0x7a [] xfs_iomap+0x23b/0x3ed [xfs] [] xfs_bmap+0x1a/0x1e [xfs] [] linvfs_get_block_core+0x6d/0x22f [xfs] [] radix_tree_delete+0x120/0x14a [] linvfs_get_block+0x13/0x17 [xfs] [] do_mpage_readpage+0xf7/0x353 [] radix_tree_node_alloc+0x10/0x41 [] radix_tree_insert+0x6d/0xe2 [] mpage_readpages+0x91/0xfc [] linvfs_get_block+0x0/0x17 [xfs] [] shrink_slab+0x7d/0x161 [] linvfs_readpages+0x12/0x14 [xfs] [] linvfs_get_block+0x0/0x17 [xfs] [] read_pages+0x33/0xdd [] buffered_rmqueue+0x1cc/0x1ef [] __alloc_pages+0x2c5/0x2d1 [] do_page_cache_readahead+0x248/0x267 [] page_cache_readahead+0x13c/0x1ab [] do_generic_mapping_read+0xcf/0x328 [] generic_file_sendfile+0x42/0x55 [] nfsd_read_actor+0x0/0xa9 [nfsd] [] xfs_sendfile+0x116/0x156 [xfs] [] nfsd_read_actor+0x0/0xa9 [nfsd] [] linvfs_sendfile+0x27/0x2d [xfs] [] nfsd_read_actor+0x0/0xa9 [nfsd] [] nfsd_read+0x31e/0x4aa [nfsd] [] nfsd_read_actor+0x0/0xa9 [nfsd] [] nfsd3_proc_read+0xd0/0x12b [nfsd] [] nfs3svc_decode_readargs+0x0/0x15d [nfsd] [] nfsd_dispatch+0xbf/0x17e [nfsd] [] svc_process+0x336/0x572 [sunrpc] [] common_interrupt+0x1a/0x20 [] nfsd+0x1e4/0x400 [nfsd] [] nfsd+0x0/0x400 [nfsd] [] kernel_thread_helper+0x5/0xb Fedora doesn't officially support XFS: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=144054 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From owner-linux-xfs Sun Jan 30 11:42:09 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 30 Jan 2005 11:42:13 -0800 (PST) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0UJg8Gr006134 for ; Sun, 30 Jan 2005 11:42:09 -0800 Received: by wproxy.gmail.com with SMTP id 67so485706wri for ; Sun, 30 Jan 2005 11:42:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=BeaYOsxrS6anaqhVVv0GSJ39M8Z9BJXhyEcM8Xi1KXi3iDUWrl9AkgPF7ZiU5ErlkbHddwCI7mu3aZcxqtRAognNce+pD83CtjH97zpCdhU7OXKCOVV8zhSiSY9AD/Dhn0OtWS8gpB7Tqrd1pz29y7PBefz81/zVyLC9GGqHqCw= Received: by 10.54.1.36 with SMTP id 36mr84643wra; Sun, 30 Jan 2005 11:42:02 -0800 (PST) Received: by 10.54.25.15 with HTTP; Sun, 30 Jan 2005 11:42:02 -0800 (PST) Message-ID: <2bf8aba0501301142169146eb@mail.gmail.com> Date: Sun, 30 Jan 2005 11:42:02 -0800 From: Randy Gobbel Reply-To: gobbel@acm.org To: linux-xfs@oss.sgi.com Subject: Corrupted log after crash Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4821 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: randy.gobbel@gmail.com Precedence: bulk X-list: linux-xfs Content-Length: 3660 Lines: 118 After a crash, I'm unable to mount my XFS filesystem. This is the version of XFS in Linux kernel 2.6.9 with Debian patches. The hardware is a RAID5, running from a RocketRaid 374 (kernel module hpt374) with 4 120GB drives. xfs_check /dev/sda gives me this: * ERROR: mismatched uuid in log * SB : 0ec97cf8-6f1d-42bf-9c17-b7632b4a8570 * log: ccbf9118-6f1d-42a3-f517-b7631758a670 ERROR: The filesystem has valuable metadata changes in a log which needs to be replayed. Mount the filesystem to replay the log, and unmount it before re-running xfs_check. If you are unable to mount the filesystem, then use the xfs_repair -L option to destroy the log and attempt a repair. Note that destroying the log may cause corruption -- please attempt a mount of the filesystem before doing this. xfs_repair -n /dev/sda gives me this output: Phase 1 - find and verify superblock... Phase 2 - using internal log - scan filesystem freespace and inode maps... - found root inode chunk Phase 3 - for each AG... - scan (but don't clear) agi unlinked lists... - process known inodes and perform inode discovery... - agno = 0 - agno = 1 - agno = 2 - agno = 3 - agno = 4 - agno = 5 - agno = 6 - agno = 7 - agno = 8 - agno = 9 - agno = 10 - agno = 11 - agno = 12 - agno = 13 - agno = 14 - agno = 15 - process newly discovered inodes... Phase 4 - check for duplicate blocks... - setting up duplicate extent list... - check for inodes claiming duplicate blocks... - agno = 0 - agno = 1 - agno = 2 - agno = 3 - agno = 4 - agno = 5 - agno = 6 - agno = 7 - agno = 8 - agno = 9 - agno = 10 - agno = 11 - agno = 12 - agno = 13 - agno = 14 - agno = 15 No modify flag set, skipping phase 5 Phase 6 - check inode connectivity... - traversing filesystem starting at / ... - traversal finished ... - traversing all unattached subtrees ... - traversals finished ... - moving disconnected inodes to lost+found ... Phase 7 - verify link counts... No modify flag set, skipping filesystem flush and exiting. xfs_logprint -t /dev/sda gives me: xfs_logprint: data device: 0x800 log device: 0x800 daddr: 351662432 length: 262144 * ERROR: mismatched uuid in log * SB : 0ec97cf8-6f1d-42bf-9c17-b7632b4a8570 * log: ccbf9118-6f1d-42a3-f517-b7631758a670 log tail: 778594215 head: 2271 state: xfs_logprint /dev/sda gives: xfs_logprint: data device: 0x800 log device: 0x800 daddr: 351662432 length: 262144 Header 0x3b wanted 0xfeedbabe ********************************************************************** * ERROR: header cycle=59 block=2272 * ********************************************************************** Bad log record header Any suggestions? It looks like most of the log is probably ok, despite the UUID mismatch. How much am I likely to lose if I run xfs_repair -L ? There should not have been much activity on this filesystem for about 1/2 hour before the crash. The symptoms appear similar to what is described in Bug #194. The thread beginning with http://oss.sgi.com/archives/linux-xfs/2001-07/msg01060.html also describes identical symptoms (also on a system with a RAID5). I see that there are a number of changes to xfs between kernels 2.6.9 and 2.6.10. Are any of these likely to be relevant? -Randy From owner-linux-xfs Sun Jan 30 13:50:57 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 30 Jan 2005 13:50:58 -0800 (PST) Received: from shell.wgops.com (postfix@shell.wgops.com [66.92.192.108]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0ULoufU014262 for ; Sun, 30 Jan 2005 13:50:56 -0800 Received: from [10.1.2.77] (localhost [127.0.0.1]) by shell.wgops.com (Postfix) with ESMTP id 2E2B525467 for ; Sun, 30 Jan 2005 14:50:44 -0700 (MST) Date: Sun, 30 Jan 2005 14:51:16 -0700 From: Michael Loftis To: linux-xfs@oss.sgi.com Subject: Re: Corrupted log after crash Message-ID: <46840DF4A67B3D2458DEC874@[10.1.2.77]> In-Reply-To: <2bf8aba0501301142169146eb@mail.gmail.com> References: <2bf8aba0501301142169146eb@mail.gmail.com> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-MailScanner-Information: Please contact support@wgops.com X-MailScanner: WGOPS clean X-MailScanner-From: mloftis@wgops.com X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4822 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: mloftis@wgops.com Precedence: bulk X-list: linux-xfs Content-Length: 723 Lines: 14 Sounds to me like someone is lying (some of your hardware that is)...Either the IDE drives are lying, the highpoitn ctonroller/rocketraid is lying or possibly the kernel driver. What is the lie? The lie is about when a disk write is actually committed to disk. XFS, JFS, and EXT3 all count on the hardware actually having the log safely on disk when they say it is. Lots of lower end RAID hardware lies about this. Easiest way is to try completely turning off write caching if the controller allows it. Linux already does a pretty good job of write caching, so you may (probably won't) notice performance changes. Could still be a bug in XFS, but it really does kind of seem like a lying piece of hardware. From owner-linux-xfs Mon Jan 31 01:58:33 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 31 Jan 2005 01:58:37 -0800 (PST) Received: from snort.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0V9wVE1030005 for ; Mon, 31 Jan 2005 01:58:32 -0800 Received: from snort.melbourne.sgi.com (localhost [127.0.0.1]) by snort.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id j0V9wO0J532476; Mon, 31 Jan 2005 20:58:24 +1100 (EST) Received: (from nathans@localhost) by snort.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id j0V9wMiH532629; Mon, 31 Jan 2005 20:58:22 +1100 (EST) Date: Mon, 31 Jan 2005 20:58:22 +1100 (EST) From: Nathan Scott Message-Id: <200501310958.j0V9wMiH532629@snort.melbourne.sgi.com> To: linux-xfs@oss.sgi.com, agruen@suse.de Subject: TAKE 907752 - acl/attr PATH_MAX use X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4823 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@snort.melbourne.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 1564 Lines: 31 Replace use of _POSIX_PATH_MAX with the larger PATH_MAX - thanks to Andree Leidenfrost. Date: Mon Jan 31 20:57:28 AEDT 2005 Workarea: snort.melbourne.sgi.com:/home/nathans/xfs-cmds Inspected by: agruen@suse.de The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-cmds/master-melb Modid: master-melb:xfs-cmds:21322a acl/VERSION - 1.69 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/acl/VERSION.diff?r1=text&tr1=1.69&r2=text&tr2=1.68&f=h acl/doc/CHANGES - 1.76 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/acl/doc/CHANGES.diff?r1=text&tr1=1.76&r2=text&tr2=1.75&f=h acl/debian/changelog - 1.63 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/acl/debian/changelog.diff?r1=text&tr1=1.63&r2=text&tr2=1.62&f=h attr/VERSION - 1.51 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/attr/VERSION.diff?r1=text&tr1=1.51&r2=text&tr2=1.50&f=h attr/doc/CHANGES - 1.59 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/attr/doc/CHANGES.diff?r1=text&tr1=1.59&r2=text&tr2=1.58&f=h attr/debian/changelog - 1.52 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/attr/debian/changelog.diff?r1=text&tr1=1.52&r2=text&tr2=1.51&f=h attr/setfattr/setfattr.c - 1.18 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/attr/setfattr/setfattr.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h acl/setfacl/setfacl.c - 1.15 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/acl/setfacl/setfacl.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h acl/getfacl/getfacl.c - 1.16 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/acl/getfacl/getfacl.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h From owner-linux-xfs Mon Jan 31 09:07:49 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 31 Jan 2005 09:07:51 -0800 (PST) Received: from julesburg.uits.indiana.edu (julesburg.uits.indiana.edu [129.79.1.75]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0VH7mCs009620 for ; Mon, 31 Jan 2005 09:07:49 -0800 Received: from iu-mssg-smtp02.ads.iu.edu (iu-mssg-smtp02.exchange.iu.edu [129.79.1.219]) by julesburg.uits.indiana.edu (8.12.10/8.12.10/IUPO) with ESMTP id j0VH7bsi029874 for ; Mon, 31 Jan 2005 12:07:45 -0500 (EST) Received: from iu-mssg-mbx05.ads.iu.edu ([129.79.1.214]) by iu-mssg-smtp02.ads.iu.edu with Microsoft SMTPSVC(5.0.2195.6713); Mon, 31 Jan 2005 12:07:37 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Subject: xfs caching and data loss Date: Mon, 31 Jan 2005 12:07:37 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: xfs caching and data loss Thread-Index: AcUHt10Eu4JGu5pZQvyLtLblgDaxeg== From: "Wilkins, Vern" To: X-OriginalArrivalTime: 31 Jan 2005 17:07:37.0560 (UTC) FILETIME=[5D4C0580:01C507B7] X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by oss.sgi.com id j0VH7nCs009623 X-archive-position: 4824 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: vwilkins@indiana.edu Precedence: bulk X-list: linux-xfs Content-Length: 851 Lines: 8 I've read as much as I could find on XFS, and have used XFS extensively on production systems, for quite a long time, with virtually no problems whatsoever. Still, I regularly hear comments about the increased risk of data loss with XFS, due to it's aggressive caching. This really doesn't make sense to me based on what I know about XFS. Could someone explain to me, is this a myth, something that carried over from older versions, or is it a reality. If it is a real risk, is the risk greater than with other filesystems such as reiser3, ext3, jfs, etc, and to what degree? I don't see this being much of an issue on servers anyway, since who wouldn't have a production server on a UPS, but still it seems the data loss/caching issue is one of the only negatives (real or not), that I see regularly mentioned in regards to XFS. Thanks, Vern From owner-linux-xfs Mon Jan 31 10:02:48 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 31 Jan 2005 10:02:50 -0800 (PST) Received: from cooper.uws.edu.au (cooper.uws.edu.au [137.154.210.65]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0VI2k3d012712 for ; Mon, 31 Jan 2005 10:02:47 -0800 Received: from cooper.uws.edu.au (localhost [127.0.0.1]) by cooper.uws.edu.au (8.12.10/8.12.10/UWS-STF-POST-1.9) with ESMTP id j0VI2jfK001487 for ; Tue, 1 Feb 2005 05:02:45 +1100 (EST) Received: from jekyll.uws.edu.au (jekyll.uws.edu.au [137.154.182.18]) by cooper.uws.edu.au (8.12.10/8.12.10/UWS-STF-PRE-1.9) with ESMTP id j0VI2jwF001484 for ; Tue, 1 Feb 2005 05:02:45 +1100 (EST) Received: from jekyll.uws.edu.au (localhost [127.0.0.1]) by jekyll.uws.edu.au (8.12.10+Sun/8.12.10/JEKYLL-$Revision: 1.0 $) with ESMTP id j0VI2ibq026039 for ; Tue, 1 Feb 2005 05:02:45 +1100 (EST) Received: from localhost (david@localhost) by jekyll.uws.edu.au (8.12.10+Sun/8.12.10/Submit) with ESMTP id j0VI2iCn026036 for ; Tue, 1 Feb 2005 05:02:44 +1100 (EST) Date: Tue, 1 Feb 2005 05:02:44 +1100 (EST) From: David J N Begley Reply-To: David J N Begley To: linux-xfs@oss.sgi.com Subject: Re: xfs caching and data loss In-Reply-To: Message-ID: References: X-No-Archive: Yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4825 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: d.begley@uws.edu.au Precedence: bulk X-list: linux-xfs Content-Length: 5277 Lines: 103 On Mon, 31 Jan 2005, Wilkins, Vern wrote: > I've read as much as I could find on XFS, and have used XFS extensively on > production systems, for quite a long time, with virtually no problems > whatsoever. Still, I regularly hear comments about the increased risk of > data loss with XFS, due to it's aggressive caching. I am coming at this same issue/question from a slightly different perspective; I have almost no XFS experience, though am considering deploying the file system on some production machines (I am trying to find time to conduct some realistic simulations to test performance of XFS versus others for our applications). Subsequently, I am reading all I can about XFS' design and people's real-world experiences with the file system. > Could someone explain to me, is this a myth, something that carried over > from older versions, or is it a reality. Whilst more experienced users/designers are more qualified to comment here than I, hopefully by putting my thoughts in writing someone can correct my train of thought and in the process, help us both (and others). Pretty much any system risks data loss due to unexpected power loss - this could be because data sent from app to FS has not yet been flushed from buffers/cache, ditto for underlying device code (be it real device drivers or pseudo drivers such as logical volume managers). Add to that transmission of data between hardware components then finally the successful writing of said data to a physical disk - all without considering a physical disk fault caused by power loss. In that sense, from what I can tell XFS risks data loss (data intended to be sent to the disk but it never made it before the power disappeared) - though so does any other file system (only the amount varies). > If it is a real risk, is the risk greater than with other filesystems such > as reiser3, ext3, jfs, etc, and to what degree? This is probably the more important issue - the risk of losing data on the disk due to incomplete transactions (meta data updated but data itself not on the disk). It is this issue which (I suspect) more than anything else raises concern in admins' minds than any aggressive caching. To use the ext3-related terminology, the main Linux journal file systems could be categorised as three types: - data=journal; highest theoretical protection, lowest theoretical performance except in certain circumstances; all data and metadata written to journal before main file system - data=ordered; reasonable/high protection, reasonable/high performance; data forced to disk prior to the associated metadata committed to journal - data=writeback; lowest protection, highest theoretical performance; metadata and associated data written to disk in non-reasonably- deterministic order (ie., after crash old data may appear in files) Obviously ext3 offers all three modes though defaults to "ordered". I have (through unintended experience) nothing but positive things to say about ext3's reliability in ordered mode (even on ATA disks in a standard PC). Reiser3 on standard Linux 2.4 kernels is more akin to ext3's "writeback" mode, whilst on Linux 2.6 kernels it apparently also supports "ordered" mode (note, some distributors, such as SuSE, have added "ordered" mode to Reiser3 on their 2.4-based systems). This brings us to XFS. From what I can tell, XFS is also more like ext3's "writeback" mode - this is (in part) why under some circumstances, files will appear to contain zeros for "no apparent reason" after an unclean shutdown/restart (that is, metadata written to disk prior to the data itself). From my reading of experiences posted on the Web, people seem to claim this "data loss" happens more often with XFS than with other file systems - hence the claim that XFS loses data more often (though as above, this is probably more due to the order of updates being written to the disk than merely "aggressive caching"). So why would I bother even considering XFS? Scalable performance - though this is yet to be proven (after I complete my simulation tests). > I don't see this being much of an issue on servers anyway, since who > wouldn't have a production server on a UPS, but still it seems the data > loss/caching issue is one of the only negatives (real or not), that I see > regularly mentioned in regards to XFS. Unfortunately the "just use a UPS" response is not as useful as you may think; for example, the rooms into which I will have to place our servers all have remote aircon alarms/monitoring, UPS, backup generators, etc. None of this protects you against a catastrophic UPS failure, or a tight-arse facilities manager who won't provide you with access to the UPS' monitoring signals so you can shutdown cleanly before power is lost. Of course, real failure may only be once a year or even more rare, but if it leads to the loss of important data then that's one loss too many - hence people freaking out about XFS (even if the real incidents of loss are few). Sorry for the long reply, especially if I've managed to completely screw-up any details - but as above, I figure it's better to put my thoughts in writing so someone can correct me and help us both. Cheers.. -- "You win again, gravity!" - Zapp Brannigan (Futurama) From owner-linux-xfs Mon Jan 31 11:12:11 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 31 Jan 2005 11:12:16 -0800 (PST) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0VJCA96017663 for ; Mon, 31 Jan 2005 11:12:11 -0800 Received: from [192.168.13.232] (84-104-102-193.cable.quicknet.nl [84.104.102.193]) (authenticated bits=0) by smtp-vbr2.xs4all.nl (8.12.11/8.12.11) with ESMTP id j0VJC7S1028912; Mon, 31 Jan 2005 20:12:08 +0100 (CET) (envelope-from seth.mos@xs4all.nl) Message-ID: <41FE8305.8030703@xs4all.nl> Date: Mon, 31 Jan 2005 20:12:05 +0100 From: Seth Mos User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David J N Begley , linux-xfs@oss.sgi.com, vwilkins@indiana.edu Subject: Re: xfs caching and data loss References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Status: Clean X-archive-position: 4826 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: seth.mos@xs4all.nl Precedence: bulk X-list: linux-xfs Content-Length: 1766 Lines: 44 David J N Begley wrote: > On Mon, 31 Jan 2005, Wilkins, Vern wrote: Note: Biased response below. > Of course, real failure may only be once a year or even more rare, but if it > leads to the loss of important data then that's one loss too many - hence > people freaking out about XFS (even if the real incidents of loss are few). I agree with you that the risk of losing data should be higher then I have encountered so far. It's even worse. The database server we had running under Red Hat 7.3 using XFS for the 190GB filesystem containing our Progress 9 databases suffered both kernel crashes and UPS failures but it never led to problems. This was all during daytime with people actively working in it. We currently run RHEL 2.1 on the same host with ext3 for the database filesystem (data=ordered). We had one power failure, at night, with nobody logged in, with nobody active in the database and the backup running (tape and rsync), only doing reads. When I came into the entirely dark server room the next morning (not much I could do at 3:45 anyways) the databases residing on this supposedly "safe" "journaled" "robust" "supported" filesystem were damaged beyond repair and we had to restore them. People can tell me all they want about what's better and what not but I don't trust it. Not now and not never. Backups are a good thing. My luck was that at 3:34 the rsync of the production database to the remote (well 500m actually) backupserver was done. This meant that we could restore about 20GB of databases in about 30-45 minutes and let people login again without dataloss. All it takes is a bit of static and some coffee on the keyboard, to which I have lost far more then XFS in the past 3 years. Kind regards, Seth From owner-linux-xfs Mon Jan 31 11:21:17 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 31 Jan 2005 11:21:20 -0800 (PST) Received: from mail.cambrianventures.com (206.173.21.243.ptr.us.xo.net [206.173.21.243]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id j0VJLGUF018749 for ; Mon, 31 Jan 2005 11:21:17 -0800 Received: (qmail 7999 invoked from network); 31 Jan 2005 19:19:39 -0000 Received: from unknown (HELO wds19.cosmixcorp.com) (206.173.21.85) by ns0.cambrianventures.com with SMTP; 31 Jan 2005 19:19:39 -0000 Subject: Re: ls: reading directory .: Input/output error From: Douglass Judd To: linux-xfs@oss.sgi.com In-Reply-To: <1106941376.13349.322.camel@sedna.cambrianventures.com> References: <1106941376.13349.322.camel@sedna.cambrianventures.com> Content-Type: text/plain Message-Id: <1107198908.21953.5.camel@sedna.cambrianventures.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-1) Date: Mon, 31 Jan 2005 11:15:08 -0800 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4827 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: doug@cambrianventures.com Precedence: bulk X-list: linux-xfs Content-Length: 17086 Lines: 435 Here's some more info ... [root@wds12 data]# xfs_info /dev/sda1 meta-data=/data isize=256 agcount=32, agsize=13350830 blks = sectsz=512 data = bsize=4096 blocks=427226560, imaxpct=25 = sunit=0 swidth=0 blks, unwritten=1 naming =version 2 bsize=4096 log =internal bsize=4096 blocks=32768, version=1 = sectsz=512 sunit=0 blks realtime =none extsz=65536 blocks=0, rtextents=0 [root@wds12 /]# xfs_repair -n /dev/sda1 Phase 1 - find and verify superblock... Phase 2 - using internal log - scan filesystem freespace and inode maps... ir_freecount/free mismatch, inode chunk 0/1152, freecount 64 nfree 56 ir_freecount/free mismatch, inode chunk 1/1248, freecount 52 nfree 47 ir_freecount/free mismatch, inode chunk 1/18976, freecount 64 nfree 57 ir_freecount/free mismatch, inode chunk 2/1248, freecount 8 nfree 0 ir_freecount/free mismatch, inode chunk 2/18912, freecount 64 nfree 59 ir_freecount/free mismatch, inode chunk 4/1248, freecount 64 nfree 56 ir_freecount/free mismatch, inode chunk 4/18944, freecount 64 nfree 57 ir_freecount/free mismatch, inode chunk 5/1248, freecount 59 nfree 51 ir_freecount/free mismatch, inode chunk 6/1216, freecount 64 nfree 60 ir_freecount/free mismatch, inode chunk 6/18912, freecount 64 nfree 56 ir_freecount/free mismatch, inode chunk 7/1248, freecount 64 nfree 56 ir_freecount/free mismatch, inode chunk 7/18944, freecount 64 nfree 57 ir_freecount/free mismatch, inode chunk 8/1248, freecount 64 nfree 58 ir_freecount/free mismatch, inode chunk 8/18912, freecount 64 nfree 59 ir_freecount/free mismatch, inode chunk 9/1248, freecount 64 nfree 57 ir_freecount/free mismatch, inode chunk 9/18880, freecount 64 nfree 60 ir_freecount/free mismatch, inode chunk 10/18944, freecount 64 nfree 57 ir_freecount/free mismatch, inode chunk 11/18944, freecount 64 nfree 57 ir_freecount/free mismatch, inode chunk 12/1248, freecount 64 nfree 58 ir_freecount/free mismatch, inode chunk 13/1248, freecount 64 nfree 59 ir_freecount/free mismatch, inode chunk 13/18976, freecount 64 nfree 56 ir_freecount/free mismatch, inode chunk 14/1248, freecount 30 nfree 22 ir_freecount/free mismatch, inode chunk 14/18912, freecount 64 nfree 60 ir_freecount/free mismatch, inode chunk 15/1248, freecount 64 nfree 59 - found root inode chunk Phase 3 - for each AG... - scan (but don't clear) agi unlinked lists... - process known inodes and perform inode discovery... - agno = 0 imap claims a free inode 1208 is in use, would correct imap and clear inode imap claims a free inode 1209 is in use, would correct imap and clear inode imap claims a free inode 1210 is in use, would correct imap and clear inode imap claims a free inode 1211 is in use, would correct imap and clear inode imap claims a free inode 1212 is in use, would correct imap and clear inode imap claims a free inode 1213 is in use, would correct imap and clear inode imap claims a free inode 1214 is in use, would correct imap and clear inode imap claims a free inode 1215 is in use, would correct imap and clear inode - agno = 1 imap claims a free inode 268436760 is in use, would correct imap and clear inode imap claims a free inode 268436761 is in use, would correct imap and clear inode imap claims a free inode 268436762 is in use, would correct imap and clear inode imap claims a free inode 268436763 is in use, would correct imap and clear inode imap claims a free inode 268436767 is in use, would correct imap and clear inode imap claims a free inode 268454488 is in use, would correct imap and clear inode imap claims a free inode 268454489 is in use, would correct imap and clear inode imap claims a free inode 268454490 is in use, would correct imap and clear inode imap claims a free inode 268454491 is in use, would correct imap and clear inode imap claims a free inode 268454492 is in use, would correct imap and clear inode imap claims a free inode 268454494 is in use, would correct imap and clear inode imap claims a free inode 268454495 is in use, would correct imap and clear inode - agno = 2 imap claims a free inode 536872216 is in use, would correct imap and clear inode imap claims a free inode 536872217 is in use, would correct imap and clear inode imap claims a free inode 536872218 is in use, would correct imap and clear inode imap claims a free inode 536872219 is in use, would correct imap and clear inode imap claims a free inode 536872220 is in use, would correct imap and clear inode imap claims a free inode 536872221 is in use, would correct imap and clear inode imap claims a free inode 536872222 is in use, would correct imap and clear inode imap claims a free inode 536872223 is in use, would correct imap and clear inode imap claims a free inode 536889880 is in use, would correct imap and clear inode imap claims a free inode 536889881 is in use, would correct imap and clear inode imap claims a free inode 536889883 is in use, would correct imap and clear inode imap claims a free inode 536889886 is in use, would correct imap and clear inode imap claims a free inode 536889887 is in use, would correct imap and clear inode - agno = 3 - agno = 4 imap claims a free inode 1073743128 is in use, would correct imap and clear inode imap claims a free inode 1073743129 is in use, would correct imap and clear inode imap claims a free inode 1073743130 is in use, would correct imap and clear inode imap claims a free inode 1073743131 is in use, would correct imap and clear inode imap claims a free inode 1073743132 is in use, would correct imap and clear inode imap claims a free inode 1073743133 is in use, would correct imap and clear inode imap claims a free inode 1073743134 is in use, would correct imap and clear inode imap claims a free inode 1073743135 is in use, would correct imap and clear inode imap claims a free inode 1073760825 is in use, would correct imap and clear inode imap claims a free inode 1073760826 is in use, would correct imap and clear inode imap claims a free inode 1073760827 is in use, would correct imap and clear inode imap claims a free inode 1073760828 is in use, would correct imap and clear inode imap claims a free inode 1073760829 is in use, would correct imap and clear inode imap claims a free inode 1073760830 is in use, would correct imap and clear inode imap claims a free inode 1073760831 is in use, would correct imap and clear inode - agno = 5 imap claims a free inode 1342178584 is in use, would correct imap and clear inode imap claims a free inode 1342178585 is in use, would correct imap and clear inode imap claims a free inode 1342178586 is in use, would correct imap and clear inode imap claims a free inode 1342178587 is in use, would correct imap and clear inode imap claims a free inode 1342178588 is in use, would correct imap and clear inode imap claims a free inode 1342178589 is in use, would correct imap and clear inode imap claims a free inode 1342178590 is in use, would correct imap and clear inode imap claims a free inode 1342178591 is in use, would correct imap and clear inode - agno = 6 imap claims a free inode 1610614011 is in use, would correct imap and clear inode imap claims a free inode 1610614012 is in use, would correct imap and clear inode imap claims a free inode 1610614013 is in use, would correct imap and clear inode imap claims a free inode 1610614014 is in use, would correct imap and clear inode imap claims a free inode 1610631704 is in use, would correct imap and clear inode imap claims a free inode 1610631705 is in use, would correct imap and clear inode imap claims a free inode 1610631706 is in use, would correct imap and clear inode imap claims a free inode 1610631707 is in use, would correct imap and clear inode imap claims a free inode 1610631708 is in use, would correct imap and clear inode imap claims a free inode 1610631709 is in use, would correct imap and clear inode imap claims a free inode 1610631710 is in use, would correct imap and clear inode imap claims a free inode 1610631711 is in use, would correct imap and clear inode - agno = 7 imap claims a free inode 1879049496 is in use, would correct imap and clear inode imap claims a free inode 1879049497 is in use, would correct imap and clear inode imap claims a free inode 1879049498 is in use, would correct imap and clear inode imap claims a free inode 1879049499 is in use, would correct imap and clear inode imap claims a free inode 1879049500 is in use, would correct imap and clear inode imap claims a free inode 1879049501 is in use, would correct imap and clear inode imap claims a free inode 1879049502 is in use, would correct imap and clear inode imap claims a free inode 1879049503 is in use, would correct imap and clear inode imap claims a free inode 1879067192 is in use, would correct imap and clear inode imap claims a free inode 1879067193 is in use, would correct imap and clear inode imap claims a free inode 1879067194 is in use, would correct imap and clear inode imap claims a free inode 1879067196 is in use, would correct imap and clear inode imap claims a free inode 1879067197 is in use, would correct imap and clear inode imap claims a free inode 1879067198 is in use, would correct imap and clear inode imap claims a free inode 1879067199 is in use, would correct imap and clear inode - agno = 8 imap claims a free inode 2147484952 is in use, would correct imap and clear inode imap claims a free inode 2147484953 is in use, would correct imap and clear inode imap claims a free inode 2147484954 is in use, would correct imap and clear inode imap claims a free inode 2147484955 is in use, would correct imap and clear inode imap claims a free inode 2147484956 is in use, would correct imap and clear inode imap claims a free inode 2147484959 is in use, would correct imap and clear inode imap claims a free inode 2147502616 is in use, would correct imap and clear inode imap claims a free inode 2147502618 is in use, would correct imap and clear inode imap claims a free inode 2147502619 is in use, would correct imap and clear inode imap claims a free inode 2147502620 is in use, would correct imap and clear inode imap claims a free inode 2147502623 is in use, would correct imap and clear inode - agno = 9 imap claims a free inode 2415920408 is in use, would correct imap and clear inode imap claims a free inode 2415920409 is in use, would correct imap and clear inode imap claims a free inode 2415920410 is in use, would correct imap and clear inode imap claims a free inode 2415920411 is in use, would correct imap and clear inode imap claims a free inode 2415920412 is in use, would correct imap and clear inode imap claims a free inode 2415920414 is in use, would correct imap and clear inode imap claims a free inode 2415920415 is in use, would correct imap and clear inode imap claims a free inode 2415938040 is in use, would correct imap and clear inode imap claims a free inode 2415938041 is in use, would correct imap and clear inode imap claims a free inode 2415938042 is in use, would correct imap and clear inode imap claims a free inode 2415938044 is in use, would correct imap and clear inode - agno = 10 imap claims a free inode 2684373560 is in use, would correct imap and clear inode imap claims a free inode 2684373561 is in use, would correct imap and clear inode imap claims a free inode 2684373562 is in use, would correct imap and clear inode imap claims a free inode 2684373564 is in use, would correct imap and clear inode imap claims a free inode 2684373565 is in use, would correct imap and clear inode imap claims a free inode 2684373566 is in use, would correct imap and clear inode imap claims a free inode 2684373567 is in use, would correct imap and clear inode - agno = 11 imap claims a free inode 2952809016 is in use, would correct imap and clear inode imap claims a free inode 2952809017 is in use, would correct imap and clear inode imap claims a free inode 2952809018 is in use, would correct imap and clear inode imap claims a free inode 2952809020 is in use, would correct imap and clear inode imap claims a free inode 2952809021 is in use, would correct imap and clear inode imap claims a free inode 2952809022 is in use, would correct imap and clear inode imap claims a free inode 2952809023 is in use, would correct imap and clear inode - agno = 12 imap claims a free inode 3221226776 is in use, would correct imap and clear inode imap claims a free inode 3221226778 is in use, would correct imap and clear inode imap claims a free inode 3221226780 is in use, would correct imap and clear inode imap claims a free inode 3221226781 is in use, would correct imap and clear inode imap claims a free inode 3221226782 is in use, would correct imap and clear inode imap claims a free inode 3221226783 is in use, would correct imap and clear inode - agno = 13 imap claims a free inode 3489662232 is in use, would correct imap and clear inode imap claims a free inode 3489662233 is in use, would correct imap and clear inode imap claims a free inode 3489662234 is in use, would correct imap and clear inode imap claims a free inode 3489662235 is in use, would correct imap and clear inode imap claims a free inode 3489662238 is in use, would correct imap and clear inode imap claims a free inode 3489679960 is in use, would correct imap and clear inode imap claims a free inode 3489679961 is in use, would correct imap and clear inode imap claims a free inode 3489679962 is in use, would correct imap and clear inode imap claims a free inode 3489679963 is in use, would correct imap and clear inode imap claims a free inode 3489679964 is in use, would correct imap and clear inode imap claims a free inode 3489679965 is in use, would correct imap and clear inode imap claims a free inode 3489679966 is in use, would correct imap and clear inode imap claims a free inode 3489679967 is in use, would correct imap and clear inode - agno = 14 imap claims a free inode 3758097688 is in use, would correct imap and clear inode imap claims a free inode 3758097689 is in use, would correct imap and clear inode imap claims a free inode 3758097690 is in use, would correct imap and clear inode imap claims a free inode 3758097691 is in use, would correct imap and clear inode imap claims a free inode 3758097692 is in use, would correct imap and clear inode imap claims a free inode 3758097693 is in use, would correct imap and clear inode imap claims a free inode 3758097694 is in use, would correct imap and clear inode imap claims a free inode 3758097695 is in use, would correct imap and clear inode imap claims a free inode 3758115352 is in use, would correct imap and clear inode imap claims a free inode 3758115356 is in use, would correct imap and clear inode imap claims a free inode 3758115357 is in use, would correct imap and clear inode imap claims a free inode 3758115358 is in use, would correct imap and clear inode - agno = 15 imap claims a free inode 4026533145 is in use, would correct imap and clear inode imap claims a free inode 4026533146 is in use, would correct imap and clear inode imap claims a free inode 4026533149 is in use, would correct imap and clear inode imap claims a free inode 4026533150 is in use, would correct imap and clear inode imap claims a free inode 4026533151 is in use, would correct imap and clear inode - agno = 16 - agno = 17 - agno = 18 - agno = 19 - agno = 20 - agno = 21 - agno = 22 - agno = 23 - agno = 24 - agno = 25 - agno = 26 - agno = 27 - agno = 28 - agno = 29 - agno = 30 - agno = 31 - process newly discovered inodes... Phase 4 - check for duplicate blocks... - setting up duplicate extent list... - check for inodes claiming duplicate blocks... - agno = 0 - agno = 1 - agno = 2 - agno = 3 - agno = 4 - agno = 5 - agno = 6 - agno = 7 - agno = 8 - agno = 9 - agno = 10 - agno = 11 - agno = 12 - agno = 13 - agno = 14 - agno = 15 - agno = 16 - agno = 17 - agno = 18 - agno = 19 - agno = 20 - agno = 21 - agno = 22 - agno = 23 - agno = 24 - agno = 25 - agno = 26 - agno = 27 - agno = 28 - agno = 29 - agno = 30 - agno = 31 No modify flag set, skipping phase 5 Phase 6 - check inode connectivity... - traversing filesystem starting at / ... - traversal finished ... - traversing all unattached subtrees ... - traversals finished ... - moving disconnected inodes to lost+found ... Phase 7 - verify link counts... No modify flag set, skipping filesystem flush and exiting. From owner-linux-xfs Mon Jan 31 14:04:12 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 31 Jan 2005 14:04:14 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id j0VM4Adk005693 for ; Mon, 31 Jan 2005 14:04:11 -0800 Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id JAA24125; Tue, 1 Feb 2005 09:03:45 +1100 Received: from frodo.melbourne.sgi.com (root@frodo.melbourne.sgi.com [134.14.55.153]) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id j0VM3fXE1858778; Tue, 1 Feb 2005 09:03:42 +1100 (EST) Received: from frodo.melbourne.sgi.com (nathans@localhost [127.0.0.1]) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) with ESMTP id j0VM07Vg009526; Tue, 1 Feb 2005 09:00:07 +1100 Received: (from nathans@localhost) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) id j0VM02wa009524; Tue, 1 Feb 2005 09:00:02 +1100 Date: Tue, 1 Feb 2005 09:00:02 +1100 From: Nathan Scott To: Bryan Henderson Cc: Anton Altaparmakov , Andrew Morton , linux-fsdevel@vger.kernel.org, linux-xfs@oss.sgi.com, viro@parcelfarce.linux.theplanet.co.uk Subject: Re: Advice sought on how to lock multiple pages in ->prepare_write and ->writepage Message-ID: <20050131220002.GB9377@frodo> References: <20050128050614.GC1799@frodo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4828 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 1125 Lines: 26 On Fri, Jan 28, 2005 at 02:53:41PM -0800, Bryan Henderson wrote: > >Just putting up my hand to say "yeah, us too" - we could also make > >use of that functionality, so we can grok existing XFS filesystems > >that have blocksizes larger than the page size. > > IBM Storage Tank has block size > page size and has the same problem. This > is one of several ways that Storage Tank isn't generic enough to use > generic_file_write() and generic_file_read(), so it doesn't. That's not a > terrible way to go, by the way. At some point, making the generic > interface complex enough to handle every possible filesystem becomes worse > than every filesystem driver having its own code. Supporting blocksizes larger than the pagesize is a pretty common thing on other Unices, I don't see any reason why there shouldn't be support for this in the generic routines. Especially if there are tricky aspects to interacting with the page cache and getting the locking right. OOC, have you folks measured any performance improvements at all using larger IOs (doing multi-page bios?) with larger blocksizes? thanks. -- Nathan From owner-linux-xfs Mon Jan 31 15:06:23 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 31 Jan 2005 15:06:25 -0800 (PST) Received: from snort.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0VN6LSe009598 for ; Mon, 31 Jan 2005 15:06:22 -0800 Received: from snort.melbourne.sgi.com (localhost [127.0.0.1]) by snort.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id j0VN6B0J1946054; Tue, 1 Feb 2005 10:06:11 +1100 (EST) Received: (from nathans@localhost) by snort.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id j0VN69rG1945954; Tue, 1 Feb 2005 10:06:09 +1100 (EST) Date: Tue, 1 Feb 2005 10:06:09 +1100 (EST) From: Nathan Scott Message-Id: <200501312306.j0VN69rG1945954@snort.melbourne.sgi.com> To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: TAKE 923968 - fix 2.6 builds X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4829 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@snort.melbourne.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 471 Lines: 15 Fix selection of EXPORTFS when using XFS to get a good build when XFS=y and EXPORTFS=m. Date: Tue Feb 1 10:05:40 AEDT 2005 Workarea: snort.melbourne.sgi.com:/home/nathans/xfs-linux Inspected by: hch@engr.sgi.com The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:21326a Kconfig - 1.3 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h From owner-linux-xfs Mon Jan 31 15:46:44 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 31 Jan 2005 15:46:46 -0800 (PST) Received: from e3.ny.us.ibm.com (e3.ny.us.ibm.com [32.97.182.143]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0VNkNru011321 for ; Mon, 31 Jan 2005 15:46:43 -0800 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e3.ny.us.ibm.com (8.12.10/8.12.10) with ESMTP id j0VNkHZW017068 for ; Mon, 31 Jan 2005 18:46:17 -0500 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay04.pok.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j0VNkHa6122042 for ; Mon, 31 Jan 2005 18:46:17 -0500 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j0VNkHhw013577 for ; Mon, 31 Jan 2005 18:46:17 -0500 Received: from d01ml604.pok.ibm.com (d01ml604.pok.ibm.com [9.56.227.90]) by d01av01.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j0VNkHSe013571; Mon, 31 Jan 2005 18:46:17 -0500 In-Reply-To: <20050131220002.GB9377@frodo> To: Nathan Scott Cc: Anton Altaparmakov , Andrew Morton , linux-fsdevel@vger.kernel.org, linux-xfs@oss.sgi.com, viro@parcelfarce.linux.theplanet.co.uk MIME-Version: 1.0 Subject: Re: Advice sought on how to lock multiple pages in ->prepare_write and ->writepage X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 Message-ID: From: Bryan Henderson Date: Mon, 31 Jan 2005 15:46:15 -0800 X-MIMETrack: Serialize by Router on D01ML604/01/M/IBM(Build V70_M4_01112005 Beta 3|January 11, 2005) at 01/31/2005 18:46:17, Serialize complete at 01/31/2005 18:46:17 Content-Type: text/plain; charset="US-ASCII" X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4830 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hbryan@us.ibm.com Precedence: bulk X-list: linux-xfs Content-Length: 974 Lines: 22 >OOC, have you folks measured any performance improvements at all >using larger IOs (doing multi-page bios?) with larger blocksizes? First, let me clarify that by "larger I/O" you mean a larger unit of I/O submitted to the block layer (doing multi-page bios), because people often say "larger I/O" to mean larger units of I/O from Linux to the device, and the two are only barely coupled. Blocksize > page size doesn't mean multi-page bios as long as VM is still managing the file cache. VM pages in and out one page at a time. To get multi-page bios (in any natural way), you need to throw out not only the generic file read/write routines, but the page cache as well. Every time I've looked at multi-page bios, I've been unable to see any reason that they would be faster than multiple single-page bios. But I haven't seen any experiments. -- Bryan Henderson IBM Almaden Research Center San Jose CA Filesystems From owner-linux-xfs Mon Jan 31 16:23:15 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 31 Jan 2005 16:23:28 -0800 (PST) Received: from kevlar.burdell.org (dsl027-162-124.atl1.dsl.speakeasy.net [216.27.162.124]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j110NE7q017059 for ; Mon, 31 Jan 2005 16:23:14 -0800 Received: by kevlar.burdell.org (Postfix, from userid 1189) id E94F666CEF; Mon, 31 Jan 2005 19:10:53 -0500 (EST) Date: Mon, 31 Jan 2005 19:10:53 -0500 From: Sonny Rao To: Bryan Henderson Cc: Anton Altaparmakov , Andrew Morton , linux-fsdevel@vger.kernel.org, linux-xfs@oss.sgi.com, viro@parcelfarce.linux.theplanet.co.uk Subject: Re: Advice sought on how to lock multiple pages in ->prepare_write and ->writepage Message-ID: <20050201001053.GB11044@kevlar.burdell.org> References: <20050131220002.GB9377@frodo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4831 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: sonny@burdell.org Precedence: bulk X-list: linux-xfs Content-Length: 1671 Lines: 39 On Mon, Jan 31, 2005 at 03:46:15PM -0800, Bryan Henderson wrote: > To get multi-page bios (in any natural way), you need to throw out not > only the generic file read/write routines, but the page cache as well. > > Every time I've looked at multi-page bios, I've been unable to see any > reason that they would be faster than multiple single-page bios. But I > haven't seen any experiments. Well, I've certainly seen issues where certain filesystems will throw down lots of smaller bios and rely on the io-schedulers to merge them, but the io-schedulers don't do a perfect job of making the largest requests possible. This is especially true in the case of a large fast raid array with fast writeback caching. Here's an example output of iostat from a sequential write (overwriting, not appending) to a 7 disk raid-0 array. Apologies for the long lines. Ext3 (writeback mode) Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util sdc 0.00 21095.60 21.00 244.40 168.00 170723.20 84.00 85361.60 643.90 11.15 42.15 3.45 91.60 We see 21k merges per second going on, and an average request size of only 643 sectors where the device can handle up to 1Mb (2048 sectors). Here is iostat from the same test w/ JFS instead: Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util sdc 0.00 1110.58 0.00 97.80 0.00 201821.96 0.00 100910.98 2063.53 117.09 1054.11 10.21 99.84 So, in this case I think it is making a difference 1k merges and a big difference in throughput, though there could be other issues. Sonny From owner-linux-xfs Mon Jan 31 17:29:35 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 31 Jan 2005 17:29:37 -0800 (PST) Received: from parcelfarce.linux.theplanet.co.uk (IDENT:93@parcelfarce.linux.theplanet.co.uk [195.92.249.252]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j111TVY6020526 for ; Mon, 31 Jan 2005 17:29:34 -0800 Received: from willy by parcelfarce.linux.theplanet.co.uk with local (Exim 4.33) id 1Cvmr3-0003n2-U5; Tue, 01 Feb 2005 01:29:23 +0000 Date: Tue, 1 Feb 2005 01:29:20 +0000 From: Matthew Wilcox To: Bryan Henderson Cc: Nathan Scott , Anton Altaparmakov , Andrew Morton , linux-fsdevel@vger.kernel.org, linux-xfs@oss.sgi.com, viro@parcelfarce.linux.theplanet.co.uk Subject: Re: Advice sought on how to lock multiple pages in ->prepare_write and ->writepage Message-ID: <20050201012920.GA9412@parcelfarce.linux.theplanet.co.uk> References: <20050128050614.GC1799@frodo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4832 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: matthew@wil.cx Precedence: bulk X-list: linux-xfs Content-Length: 1298 Lines: 24 On Fri, Jan 28, 2005 at 02:53:41PM -0800, Bryan Henderson wrote: > >Just putting up my hand to say "yeah, us too" - we could also make > >use of that functionality, so we can grok existing XFS filesystems > >that have blocksizes larger than the page size. > > IBM Storage Tank has block size > page size and has the same problem. This > is one of several ways that Storage Tank isn't generic enough to use > generic_file_write() and generic_file_read(), so it doesn't. That's not a > terrible way to go, by the way. At some point, making the generic > interface complex enough to handle every possible filesystem becomes worse > than every filesystem driver having its own code. That's certainly true; but it might make sense to write a multipage_file_read() and multipage_file_write() that can be shared between the filesystems that do need this complexity. -- "Next the statesmen will invent cheap lies, putting the blame upon the nation that is attacked, and every man will be glad of those conscience-soothing falsities, and will diligently study them, and refuse to examine any refutations of them; and thus he will by and by convince himself that the war is just, and will thank God for the better sleep he enjoys after this process of grotesque self-deception." -- Mark Twain From owner-linux-xfs Mon Jan 31 17:33:28 2005 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 31 Jan 2005 17:33:33 -0800 (PST) Received: from e5.ny.us.ibm.com (e5.ny.us.ibm.com [32.97.182.145]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j111XRT4021207 for ; Mon, 31 Jan 2005 17:33:28 -0800 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e5.ny.us.ibm.com (8.12.10/8.12.10) with ESMTP id j111XMXB032495 for ; Mon, 31 Jan 2005 20:33:22 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay04.pok.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j111XMa6127994 for ; Mon, 31 Jan 2005 20:33:22 -0500 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j111XMJ2020185 for ; Mon, 31 Jan 2005 20:33:22 -0500 Received: from d01ml604.pok.ibm.com (d01ml604.pok.ibm.com [9.56.227.90]) by d01av04.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j111XLDV020182; Mon, 31 Jan 2005 20:33:21 -0500 In-Reply-To: <20050201001053.GB11044@kevlar.burdell.org> To: Sonny Rao Cc: Anton Altaparmakov , Andrew Morton , linux-fsdevel@vger.kernel.org, linux-fsdevel-owner@vger.kernel.org, linux-xfs@oss.sgi.com, viro@parcelfarce.linux.theplanet.co.uk MIME-Version: 1.0 Subject: Re: Advice sought on how to lock multiple pages in ->prepare_write and ->writepage X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 Message-ID: From: Bryan Henderson Date: Mon, 31 Jan 2005 17:32:31 -0800 X-MIMETrack: Serialize by Router on D01ML604/01/M/IBM(Build V70_M4_01112005 Beta 3|January 11, 2005) at 01/31/2005 20:33:21, Serialize complete at 01/31/2005 20:33:21 Content-Type: text/plain; charset="US-ASCII" X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 4833 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: hbryan@us.ibm.com Precedence: bulk X-list: linux-xfs Content-Length: 2200 Lines: 50 Thanks for the numbers, though there are enough variables here that it's hard to make any hard conclusions. When I've seen these comparisons in the past, it turned out to be one of two things: 1) The system with the smaller I/Os (I/O = unit seen by the device) had more CPU time per megabyte in the code path to start I/O, so that it started less I/O. The small I/Os are a consequence of the lower throughput, not a cause. You can often rule this out just by looking at CPU utilization. 2) The system with the smaller I/Os had a window tuning problem in which it was waiting for previous I/O to complete before starting more, with queues not full, and thus starting less I/O. Some devices, with good intentions, suck the Linux queue dry, one tiny I/O at a time, and then perform miserably processing those tiny I/Os. Properly tuned, the device would buffer fewer I/Os and thus let the queues build inside Linux and thus cause Linux to send larger I/Os. People have done ugly queue plugging algorithms to try to defeat this queue sucking by withholding I/O from a device willing to take it. Others defeat it by withholding I/O from a willing Linux block layer, instead saving up I/O and submitting it in large bios. >Ext3 (writeback mode) > >Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await >svctm %util >sdc 0.00 21095.60 21.00 244.40 168.00 170723.20 84.00 85361.60 643.90 11.15 42.15 > 3.45 91.60 > >We see 21k merges per second going on, and an average request size of >only 643 sectors where the device can handle up to 1Mb (2048 sectors). > >Here is iostat from the same test w/ JFS instead: > >Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await >svctm %util >sdc 0.00 1110.58 0.00 97.80 0.00 201821.96 0.00 100910.98 2063.53 117.09 1054.11 >10.21 99.84 > >So, in this case I think it is making a difference 1k merges and a big difference in >throughput, though there could be other issues. -- Bryan Henderson IBM Almaden Research Center San Jose CA Filesystems