From owner-linux-xfs@oss.sgi.com Thu Feb 2 00:40:46 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 02 Feb 2006 00:40:48 -0800 (PST) Received: from ishtar.tlinx.org (ishtar.tlinx.org [64.81.245.74]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k128ekm2032391 for ; Thu, 2 Feb 2006 00:40:46 -0800 Received: from [192.168.3.20] (shiva [192.168.3.20]) by ishtar.tlinx.org (8.13.3/8.12.10/SuSE Linux 0.7) with ESMTP id k128fhtM001948 for ; Thu, 2 Feb 2006 00:41:43 -0800 Message-ID: <43E1C5C6.9080005@tlinx.org> Date: Thu, 02 Feb 2006 00:41:42 -0800 From: "L. A. Walsh" User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Linux-Xfs Subject: xfs_check: sb_fdblocks x, counted x+1 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 7284 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: xfs@tlinx.org Precedence: bulk X-list: linux-xfs I had (have) some strangeness in a root filesystem. After going into single-user and going read-only on the root filesystem, xfs_check tells me that I have a 1 block discrepancy in my fdblocks. xfs_repair runs but doesn't seem to do anything: it ran, but it's not clear it changed anything. Rerunning xfs_check brings up the same message. I tried running xfs_repair with & w/o the "-d" option. I also tried xfs_repair -n (&-f dev) to check the exit status. The return status was fine -- supposedly indicating no corruption, but no change in xfs_check. Anyone know why I would get a persistent message out of xfs_check? Thanks, Linda From owner-linux-xfs@oss.sgi.com Thu Feb 2 08:01:47 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 02 Feb 2006 08:01:48 -0800 (PST) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k12G1km2025546 for ; Thu, 2 Feb 2006 08:01:47 -0800 Received: by zproxy.gmail.com with SMTP id x3so405896nzd for ; Thu, 02 Feb 2006 08:02:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oflh+0WTUT9ASnxzqEDOmrLxfUvOPv82YfKW/c7ewG8iOdN1CTt5rCIGWUnCq70JX5t6WVin2QCCyaZjMIRe0ThVmiLfVRZgcil7I+Xj2zSD7i0NHeiXTQaJfm8/rX7Av3US31lJsavVebE2DggyQqAC25uxTQdUsiPLDoREUZI= Received: by 10.65.59.15 with SMTP id m15mr289289qbk; Thu, 02 Feb 2006 07:02:21 -0800 (PST) Received: by 10.65.160.3 with HTTP; Thu, 2 Feb 2006 07:02:21 -0800 (PST) Message-ID: Date: Thu, 2 Feb 2006 15:02:21 +0000 From: Roger Willcocks To: linux-xfs@oss.sgi.com Subject: bad inode causes xfs_bulkstat to loop MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by oss.sgi.com id k12G1lm2025549 X-archive-position: 7285 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: willcor@gmail.com Precedence: bulk X-list: linux-xfs xfs_bulkstat can get into a tight loop if there are bad inodes. (Seen running xfs_fsr - it took 100% of one cpu on a dual cpu machine. Worked fine after xfs_repair.) It looks like the 'break' caused by the xfs_itobp call in xfs_bulkstat returning an error means no terminating condition is set for the outer loop. The break looks slightly suspicious anyway - shouldn't the inode simply be ignored? (Ref. the comment at the top of xfs_bulkstat_single). Perhaps add 'ubleft = 0; rval = error;' before the break (as happens if the formatter returns 'bulkstat_rv_giveup') ? -- Rger From owner-linux-xfs@oss.sgi.com Thu Feb 2 13:54:37 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 02 Feb 2006 13:54:43 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k12LsZm2028057 for ; Thu, 2 Feb 2006 13:54:37 -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 IAA21106; Fri, 3 Feb 2006 08:55:28 +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 k12Ltckt8954235; Fri, 3 Feb 2006 08:55:39 +1100 (EST) Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id k12LtZhp8902136; Fri, 3 Feb 2006 08:55:35 +1100 (EST) Date: Fri, 3 Feb 2006 08:55:35 +1100 From: Nathan Scott To: Roger Willcocks Cc: linux-xfs@oss.sgi.com Subject: Re: bad inode causes xfs_bulkstat to loop Message-ID: <20060203085534.C8951948@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 willcor@gmail.com on Thu, Feb 02, 2006 at 03:02:21PM +0000 X-archive-position: 7287 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: 847 Lines: 26 On Thu, Feb 02, 2006 at 03:02:21PM +0000, Roger Willcocks wrote: > xfs_bulkstat can get into a tight loop if there are bad inodes. (Seen > running xfs_fsr - it took 100% of one cpu on a dual cpu machine. > Worked fine after xfs_repair.) > > It looks like the 'break' caused by the xfs_itobp call in xfs_bulkstat > returning an error means no terminating condition is set for the outer > loop. > > The break looks slightly suspicious anyway - shouldn't the inode > simply be ignored? (Ref. the comment at the top of > xfs_bulkstat_single). Ayup, I think you're right. > Perhaps add 'ubleft = 0; rval = error;' before the break (as happens > if the formatter returns 'bulkstat_rv_giveup') ? Sounds about right - since you've got an FS handy which is giving you this problem, could you try that change out and report back? thanks. -- Nathan From owner-linux-xfs@oss.sgi.com Thu Feb 2 22:18:50 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 02 Feb 2006 22:18:55 -0800 (PST) Received: from larry.melbourne.sgi.com ([61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k136Imm2024546 for ; Thu, 2 Feb 2006 22:18:49 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id RAA03711; Fri, 3 Feb 2006 17:19:32 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16346) id 8672A494E42E; Fri, 3 Feb 2006 17:19:30 +1100 (EST) To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: PARTIAL TAKE 946630 - Contention on incore superblock lock Message-Id: <20060203061930.8672A494E42E@chook.melbourne.sgi.com> Date: Fri, 3 Feb 2006 17:19:30 +1100 (EST) From: dgc@sgi.com (David Chinner) X-archive-position: 7288 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: dgc@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 1798 Lines: 42 When running parallel I/O threads on machines with lots of CPUs, the incore superblock lock becomes the limiting factor for buffered write throughput. Make the contended fields in the incore superblock use per-cpu counters so that there is no global lock to limit scalability. Date: Fri Feb 3 17:14:33 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/dgc/isms/2.6.x-xfs Inspected by: nathans The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb Modid: xfs-linux-melb:xfs-kern:25106a fs/xfs/xfs_vfsops.c - 1.494 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vfsops.c.diff?r1=text&tr1=1.494&r2=text&tr2=1.493&f=h - Aggregate per-cpu sb counters before reporting current state to userspace. fs/xfs/xfs_mount.h - 1.214 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.h.diff?r1=text&tr1=1.214&r2=text&tr2=1.213&f=h - Introduce per-cpu superblock counters. fs/xfs/xfs_mount.c - 1.370 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.c.diff?r1=text&tr1=1.370&r2=text&tr2=1.369&f=h - Introduce per-cpu superblock counters. fs/xfs/xfs_fsops.c - 1.112 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_fsops.c.diff?r1=text&tr1=1.112&r2=text&tr2=1.111&f=h - Aggregate per-cpu sb counters before reporting current state to userspace. fs/xfs/linux-2.6/xfs_linux.h - 1.139 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_linux.h.diff?r1=text&tr1=1.139&r2=text&tr2=1.138&f=h - Enable per-cpu sb counters for multi-processor configurations. fs/xfs/linux-2.4/xfs_linux.h - 1.151 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_linux.h.diff?r1=text&tr1=1.151&r2=text&tr2=1.150&f=h - Ensure per-cpu sb counters are not enabled. From owner-linux-xfs@oss.sgi.com Thu Feb 2 22:57:06 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 02 Feb 2006 22:57:11 -0800 (PST) Received: from smtp108.sbc.mail.mud.yahoo.com (smtp108.sbc.mail.mud.yahoo.com [68.142.198.207]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k136v5m2027194 for ; Thu, 2 Feb 2006 22:57:06 -0800 Received: (qmail 24315 invoked from network); 3 Feb 2006 06:58:04 -0000 Received: from unknown (HELO stupidest.org) (cwedgwood@sbcglobal.net@70.132.18.199 with login) by smtp108.sbc.mail.mud.yahoo.com with SMTP; 3 Feb 2006 06:58:03 -0000 Received: by taniwha.stupidest.org (Postfix, from userid 38689) id 2C0A751FB82; Thu, 2 Feb 2006 22:57:47 -0800 (PST) Date: Thu, 2 Feb 2006 22:57:47 -0800 From: Chris Wedgwood To: "L. A. Walsh" Cc: Linux-Xfs Subject: Re: xfs_check: sb_fdblocks x, counted x+1 Message-ID: <20060203065747.GA17620@taniwha.stupidest.org> References: <43E1C5C6.9080005@tlinx.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43E1C5C6.9080005@tlinx.org> X-archive-position: 7289 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: 207 Lines: 8 On Thu, Feb 02, 2006 at 12:41:42AM -0800, L. A. Walsh wrote: > Anyone know why I would get a persistent message out of > xfs_check? Don't run it. Especially not on a mounted filesystem, even mounted RO. From owner-linux-xfs@oss.sgi.com Sat Feb 4 17:53:34 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sat, 04 Feb 2006 17:53:35 -0800 (PST) Received: from ishtar.tlinx.org (ishtar.tlinx.org [64.81.245.74]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k151rXm2020959 for ; Sat, 4 Feb 2006 17:53:34 -0800 Received: from [192.168.3.20] (shiva [192.168.3.20]) by ishtar.tlinx.org (8.13.3/8.12.10/SuSE Linux 0.7) with ESMTP id k151rSiZ031513; Sat, 4 Feb 2006 17:53:28 -0800 Message-ID: <43E55A98.8050104@tlinx.org> Date: Sat, 04 Feb 2006 17:53:28 -0800 From: "L. A. Walsh" User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Chris Wedgwood CC: Linux-Xfs Subject: Re: validating root filesystem ... References: <43E1C5C6.9080005@tlinx.org> <20060203065747.GA17620@taniwha.stupidest.org> In-Reply-To: <20060203065747.GA17620@taniwha.stupidest.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 7293 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: xfs@tlinx.org Precedence: bulk X-list: linux-xfs Content-Length: 820 Lines: 28 Chris Wedgwood wrote: > On Thu, Feb 02, 2006 at 12:41:42AM -0800, L. A. Walsh wrote: > >> Anyone know why I would get a persistent message out of >> xfs_check? >> > Don't run it. Especially not on a mounted filesystem, even mounted > RO. > > --- Hi Chris...then, this begs the question: How should one check or repair a root file system? I believe I understand that mounting a root file system "ro" will still replay any outstanding log operations. However, after those operations are played, if we only have "r/o" specified in the mount options, then future actions on the disk should be limited to "read" operations, no? Isn't the journal only used when "writing" to disk"? I'm not clear why xfs_check or xfs_repair shouldn't be usable to validate the root disk image. Thanks, Linda From owner-linux-xfs@oss.sgi.com Sun Feb 5 16:43:11 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 05 Feb 2006 16:43:19 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k160h8m2007287 for ; Sun, 5 Feb 2006 16:43:09 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id LAA07858 for ; Mon, 6 Feb 2006 11:44:06 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id 9BAC5494A260; Mon, 6 Feb 2006 11:44:04 +1100 (EST) To: linux-xfs@oss.sgi.com Subject: TAKE 904196 - Merge up to 2.6.16-rc2. Message-Id: <20060206004404.9BAC5494A260@chook.melbourne.sgi.com> Date: Mon, 6 Feb 2006 11:44:04 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7294 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: 230246 Lines: 2846 Date: Mon Feb 6 11:34:36 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/2.6.x-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:25118a drivers/edac/amd76x_edac.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/edac/amd76x_edac.c Documentation/DocBook/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/DocBook/.gitignore fs/cifs/cifsacl.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifsacl.h fs/9p/vfs_addr.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/9p/vfs_addr.c drivers/video/backlight/hp680_bl.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/backlight/hp680_bl.c drivers/usb/media/et61x251_tas5130d1b.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/et61x251_tas5130d1b.c drivers/usb/media/et61x251_sensor.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/et61x251_sensor.h drivers/usb/media/et61x251_core.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/et61x251_core.c Documentation/drivers/edac/edac.txt - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/drivers/edac/edac.txt drivers/usb/media/et61x251.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/et61x251.h drivers/scsi/aic7xxx/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/.gitignore arch/um/include/skas/mmu-skas.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/skas/mmu-skas.h drivers/scsi/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/.gitignore arch/x86_64/boot/tools/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/boot/tools/.gitignore arch/x86_64/boot/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/boot/.gitignore lib/iomap_copy.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/iomap_copy.c arch/um/os-Linux/util.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/util.c drivers/acpi/resources/rsinfo.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/rsinfo.c arch/um/os-Linux/skas/process.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/skas/process.c arch/um/os-Linux/skas/mem.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/skas/mem.c arch/x86_64/kernel/acpi/processor.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/acpi/processor.c kernel/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/.gitignore drivers/acpi/utilities/utresrc.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utresrc.c drivers/edac/i82875p_edac.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/edac/i82875p_edac.c include/asm-xtensa/futex.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-xtensa/futex.h arch/um/include/skas/mode-skas.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/skas/mode-skas.h arch/i386/kernel/acpi/processor.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/acpi/processor.c Documentation/powerpc/booting-without-of.txt - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/powerpc/booting-without-of.txt Documentation/scsi/ChangeLog.megaraid_sas - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/scsi/ChangeLog.megaraid_sas arch/um/include/skas/mode_kern_skas.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/skas/mode_kern_skas.h arch/um/include/skas/proc_mm.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/skas/proc_mm.h arch/um/include/skas/skas.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/skas/skas.h arch/um/include/skas/stub-data.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/skas/stub-data.h arch/um/include/skas/uaccess-skas.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/skas/uaccess-skas.h Documentation/usb/et61x251.txt - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/usb/et61x251.txt arch/x86_64/lib/iomap_copy.S - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/lib/iomap_copy.S arch/powerpc/kernel/vdso64/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/vdso64/.gitignore Documentation/vm/page_migration - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/vm/page_migration arch/um/include/tt/debug.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/tt/debug.h arch/um/include/tt/mmu-tt.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/tt/mmu-tt.h arch/um/include/tt/mode-tt.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/tt/mode-tt.h arch/um/include/tt/mode_kern_tt.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/tt/mode_kern_tt.h arch/um/include/tt/tt.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/tt/tt.h arch/um/include/tt/uaccess-tt.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/tt/uaccess-tt.h include/asm-sh/microdev.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/microdev.h arch/powerpc/kernel/vdso32/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/vdso32/.gitignore arch/powerpc/boot/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/boot/.gitignore drivers/edac/Kconfig - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/edac/Kconfig drivers/edac/Makefile - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/edac/Makefile arch/um/include/skas/mm_id.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/skas/mm_id.h drivers/edac/e752x_edac.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/edac/e752x_edac.c drivers/edac/e7xxx_edac.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/edac/e7xxx_edac.c drivers/edac/edac_mc.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/edac/edac_mc.c drivers/edac/i82860_edac.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/edac/i82860_edac.c scripts/genksyms/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/genksyms/.gitignore scripts/kconfig/lxdialog/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/kconfig/lxdialog/.gitignore drivers/md/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/.gitignore drivers/edac/edac_mc.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/edac/edac_mc.h drivers/edac/r82600_edac.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/edac/r82600_edac.c drivers/input/misc/ixp4xx-beeper.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/misc/ixp4xx-beeper.c arch/ia64/kernel/acpi-processor.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/acpi-processor.c drivers/net/wan/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/.gitignore drivers/ieee1394/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ieee1394/.gitignore include/linux/io.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/io.h arch/um/include/longjmp.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/longjmp.h include/asm-i386/edac.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/edac.h include/asm-x86_64/edac.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/edac.h Documentation/filesystems/xfs.txt - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/filesystems/xfs.txt.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h Documentation/kernel-doc-nano-HOWTO.txt - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kernel-doc-nano-HOWTO.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/kernel-parameters.txt - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kernel-parameters.txt.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h Documentation/power/interface.txt - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/power/interface.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/power/swsusp.txt - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/power/swsusp.txt.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h Documentation/scsi/aic79xx.txt - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/scsi/aic79xx.txt.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/scsi/aic7xxx.txt - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/scsi/aic7xxx.txt.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h Documentation/sound/alsa/ALSA-Configuration.txt - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/sound/alsa/ALSA-Configuration.txt.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl - 1.15 - changed 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.15&r2=text&tr2=1.14&f=h Documentation/sysctl/vm.txt - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/sysctl/vm.txt.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h MAINTAINERS - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/MAINTAINERS.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h Makefile - 1.35 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Makefile.diff?r1=text&tr1=1.35&r2=text&tr2=1.34&f=h arch/alpha/kernel/asm-offsets.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/asm-offsets.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/alpha/kernel/entry.S - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/entry.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/alpha/kernel/irq.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/irq.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/alpha/kernel/osf_sys.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/osf_sys.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/arm/boot/compressed/head.S - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/boot/compressed/head.S.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/arm/configs/iq80321_defconfig - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/iq80321_defconfig.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/arm/kernel/calls.S - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/calls.S.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/arm/kernel/entry-armv.S - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/entry-armv.S.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/arm/kernel/entry-common.S - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/entry-common.S.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/arm/kernel/signal.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/signal.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/arm/mm/ioremap.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mm/ioremap.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/arm/mm/mm-armv.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mm/mm-armv.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/arm26/Kconfig - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm26/Kconfig.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/arm26/kernel/fiq.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm26/kernel/fiq.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm26/kernel/signal.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm26/kernel/signal.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/Kconfig - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Kconfig.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h arch/i386/Makefile - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Makefile.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h arch/i386/defconfig - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/defconfig.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/i386/kernel/acpi/Makefile - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/acpi/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/kernel/acpi/boot.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/acpi/boot.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h arch/i386/kernel/cpu/centaur.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/centaur.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/i386/kernel/cpu/cpufreq/Kconfig - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/Kconfig.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/i386/kernel/cpu/cpufreq/p4-clockmod.c - 1.11 - changed 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.11&r2=text&tr2=1.10&f=h arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c - 1.14 - changed 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.14&r2=text&tr2=1.13&f=h arch/i386/kernel/cpu/mtrr/main.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/mtrr/main.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/i386/kernel/entry.S - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/entry.S.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h arch/i386/kernel/i8259.c - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/i8259.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h arch/i386/kernel/io_apic.c - 1.26 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/io_apic.c.diff?r1=text&tr1=1.26&r2=text&tr2=1.25&f=h arch/i386/kernel/irq.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/irq.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/i386/kernel/mpparse.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/mpparse.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/i386/kernel/reboot.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/reboot.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h arch/i386/kernel/signal.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/signal.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/i386/kernel/smp.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/smp.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/i386/kernel/smpboot.c - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/smpboot.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h arch/i386/kernel/timers/timer_tsc.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/timers/timer_tsc.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/i386/kernel/traps.c - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/traps.c.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h arch/i386/kernel/vmlinux.lds.S - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/vmlinux.lds.S.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/i386/pci/irq.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/pci/irq.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/ia64/Makefile - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/Makefile.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/ia64/defconfig - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/defconfig.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/ia64/ia32/sys_ia32.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/ia32/sys_ia32.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/ia64/kernel/Makefile - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/Makefile.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/ia64/kernel/acpi-ext.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/acpi-ext.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/kernel/acpi.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/acpi.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h arch/ia64/kernel/mca.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/mca.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/ia64/kernel/mca_asm.S - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/mca_asm.S.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kernel/perfmon.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/perfmon.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/ia64/kernel/smp.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/smp.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/ia64/kernel/traps.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/traps.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/ia64/kernel/unaligned.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/unaligned.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kernel/unwind.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/unwind.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/ia64/kernel/vmlinux.lds.S - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/vmlinux.lds.S.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/ia64/pci/pci.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/pci/pci.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/ia64/sn/kernel/mca.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/mca.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/mips/kernel/gdb-stub.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/gdb-stub.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc/configs/power3_defconfig - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/configs/power3_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/s390/defconfig - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/defconfig.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/s390/kernel/compat_signal.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/compat_signal.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/s390/kernel/compat_wrapper.S - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/compat_wrapper.S.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/s390/kernel/entry.S - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/entry.S.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/s390/kernel/entry64.S - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/entry64.S.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/s390/kernel/signal.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/signal.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/s390/kernel/syscalls.S - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/syscalls.S.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/s390/kernel/time.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/time.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/s390/lib/Makefile - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/lib/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/sh/Kconfig - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/Kconfig.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/sh/boards/unknown/Makefile - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/unknown/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/boards/unknown/io.c - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/unknown/io.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/boards/unknown/mach.c - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/unknown/mach.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/boards/unknown/setup.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/unknown/setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/kernel/Makefile - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/sh/kernel/cpu/Makefile - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/cpu/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/sh/kernel/entry.S - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/entry.S.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/sh/kernel/process.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/process.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/sh/kernel/setup.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/setup.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/sparc/kernel/entry.S - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/entry.S.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/sparc/kernel/rtrap.S - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/rtrap.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sparc/kernel/signal.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/signal.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/sparc/kernel/sparc_ksyms.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/sparc_ksyms.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/sparc/kernel/systbls.S - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/systbls.S.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/sparc/math-emu/math.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/math-emu/math.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sparc/mm/iommu.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/mm/iommu.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/sparc64/defconfig - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/defconfig.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/sparc64/kernel/entry.S - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/entry.S.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/sparc64/kernel/process.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/process.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/sparc64/kernel/rtrap.S - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/rtrap.S.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/sparc64/kernel/setup.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/setup.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/sparc64/kernel/signal.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/signal.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/sparc64/kernel/signal32.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/signal32.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/sparc64/kernel/sparc64_ksyms.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/sparc64_ksyms.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/sparc64/kernel/sys32.S - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/sys32.S.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/sparc64/kernel/sys_sparc32.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/sys_sparc32.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/sparc64/kernel/systbls.S - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/systbls.S.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/sparc64/kernel/time.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/time.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/sparc64/prom/console.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/prom/console.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sparc64/solaris/entry64.S - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/solaris/entry64.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/Kconfig - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/Kconfig.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/um/Makefile - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/Makefile.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/um/drivers/chan_kern.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/chan_kern.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/um/drivers/daemon_kern.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/daemon_kern.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/drivers/daemon_user.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/daemon_user.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/um/drivers/fd.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/fd.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/um/drivers/line.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/line.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/um/drivers/mcast_kern.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/mcast_kern.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/drivers/mconsole_kern.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/mconsole_kern.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/um/drivers/net_kern.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/net_kern.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/um/drivers/slip_kern.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/slip_kern.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/drivers/slirp_kern.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/slirp_kern.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/drivers/ssl.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/ssl.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/um/drivers/ubd_kern.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/ubd_kern.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/um/include/kern_util.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/kern_util.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/um/include/mode_kern.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/mode_kern.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/include/os.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/os.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/um/include/time_user.h - 1.4 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/time_user.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/include/user.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/user.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/include/user_util.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/user_util.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/um/kernel/Makefile - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/Makefile.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/um/kernel/exec_kern.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/exec_kern.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/um/kernel/process_kern.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/process_kern.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/um/kernel/reboot.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/reboot.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/um/kernel/sigio_user.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/sigio_user.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/um/kernel/signal_kern.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/signal_kern.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/um/kernel/skas/Makefile - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/Makefile.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/um/kernel/skas/include/proc_mm.h - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/proc_mm.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/kernel/skas/include/skas.h - 1.10 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/skas.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/um/kernel/skas/mem_user.c - 1.6 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/mem_user.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/um/kernel/skas/mmu.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/mmu.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/um/kernel/skas/process.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/process.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/um/kernel/skas/process_kern.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/process_kern.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/um/kernel/time_kern.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/time_kern.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/um/kernel/tt/exec_kern.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/exec_kern.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/kernel/tt/gdb.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/gdb.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/um/kernel/tt/include/debug.h - 1.3 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/include/debug.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/tt/include/tt.h - 1.5 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/include/tt.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/um/kernel/tt/process_kern.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/process_kern.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/um/kernel/tt/ptproxy/ptrace.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/ptproxy/ptrace.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/kernel/tt/ptproxy/sysdep.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/ptproxy/sysdep.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/um/kernel/tt/syscall_kern.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/syscall_kern.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/um/kernel/tt/trap_user.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/trap_user.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/um/kernel/user_util.c - 1.7 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/user_util.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/um/os-Linux/Makefile - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/Makefile.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/um/os-Linux/process.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/process.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/um/sys-i386/ldt.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/sys-i386/ldt.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/x86_64/defconfig - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/defconfig.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/x86_64/ia32/ia32entry.S - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/ia32/ia32entry.S.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/x86_64/kernel/acpi/Makefile - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/acpi/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/x86_64/kernel/io_apic.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/io_apic.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/x86_64/kernel/mpparse.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/mpparse.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/x86_64/kernel/setup64.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/setup64.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/x86_64/lib/Makefile - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/lib/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/Kconfig - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/Kconfig.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/Makefile - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/Makefile.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/acpi/Kconfig - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/Kconfig.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/acpi/asus_acpi.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/asus_acpi.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/acpi/dispatcher/dsfield.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/dispatcher/dsfield.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/dispatcher/dsinit.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/dispatcher/dsinit.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/dispatcher/dsmethod.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/dispatcher/dsmethod.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/dispatcher/dsmthdat.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/dispatcher/dsmthdat.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/dispatcher/dsobject.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/dispatcher/dsobject.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/dispatcher/dsopcode.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/dispatcher/dsopcode.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/acpi/dispatcher/dsutils.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/dispatcher/dsutils.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/dispatcher/dswexec.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/dispatcher/dswexec.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/dispatcher/dswload.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/dispatcher/dswload.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/dispatcher/dswscope.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/dispatcher/dswscope.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/dispatcher/dswstate.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/dispatcher/dswstate.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/acpi/ec.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/ec.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/acpi/events/evevent.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/events/evevent.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/events/evgpe.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/events/evgpe.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/events/evgpeblk.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/events/evgpeblk.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/acpi/events/evmisc.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/events/evmisc.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/events/evregion.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/events/evregion.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/events/evrgnini.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/events/evrgnini.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/events/evsci.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/events/evsci.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/events/evxface.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/events/evxface.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/acpi/events/evxfevnt.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/events/evxfevnt.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/acpi/events/evxfregn.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/events/evxfregn.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/executer/exconfig.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exconfig.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/executer/exconvrt.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exconvrt.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/executer/excreate.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/excreate.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/executer/exdump.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exdump.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/executer/exfield.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exfield.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/executer/exfldio.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exfldio.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/executer/exmisc.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exmisc.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/executer/exmutex.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exmutex.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/executer/exnames.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exnames.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/executer/exoparg1.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exoparg1.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/executer/exoparg2.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exoparg2.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/executer/exoparg3.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exoparg3.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/executer/exoparg6.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exoparg6.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/executer/exprep.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exprep.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/executer/exregion.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exregion.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/executer/exresnte.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exresnte.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/executer/exresolv.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exresolv.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/executer/exresop.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exresop.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/executer/exstore.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exstore.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/acpi/executer/exstoren.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exstoren.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/acpi/executer/exstorob.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exstorob.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/executer/exsystem.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exsystem.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/executer/exutils.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/executer/exutils.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/hardware/hwacpi.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/hardware/hwacpi.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/hardware/hwgpe.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/hardware/hwgpe.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/acpi/hardware/hwregs.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/hardware/hwregs.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/hardware/hwsleep.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/hardware/hwsleep.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/hardware/hwtimer.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/hardware/hwtimer.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/namespace/nsaccess.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsaccess.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/namespace/nsalloc.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsalloc.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/namespace/nsdump.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsdump.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/namespace/nsdumpdv.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsdumpdv.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/namespace/nseval.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nseval.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/namespace/nsinit.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsinit.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/namespace/nsload.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsload.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/namespace/nsnames.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsnames.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/namespace/nsobject.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsobject.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/namespace/nsparse.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsparse.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/namespace/nssearch.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nssearch.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/namespace/nsutils.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsutils.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/acpi/namespace/nswalk.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nswalk.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/namespace/nsxfeval.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsxfeval.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/acpi/namespace/nsxfname.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsxfname.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/acpi/namespace/nsxfobj.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/namespace/nsxfobj.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/osl.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/osl.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/acpi/parser/psargs.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/parser/psargs.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/parser/psopcode.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/parser/psopcode.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/acpi/parser/psparse.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/parser/psparse.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/acpi/parser/psscope.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/parser/psscope.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/parser/pstree.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/parser/pstree.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/parser/psutils.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/parser/psutils.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/parser/pswalk.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/parser/pswalk.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/parser/psxface.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/parser/psxface.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/pci_irq.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/pci_irq.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/acpi/pci_link.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/pci_link.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/acpi/pci_root.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/pci_root.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/resources/Makefile - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/resources/rsaddr.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/rsaddr.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/resources/rscalc.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/rscalc.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/resources/rscreate.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/rscreate.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/resources/rsdump.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/rsdump.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/resources/rsio.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/rsio.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/resources/rsirq.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/rsirq.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/resources/rslist.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/rslist.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/resources/rsmemory.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/rsmemory.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/resources/rsmisc.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/rsmisc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/resources/rsutils.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/rsutils.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/resources/rsxface.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/rsxface.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/acpi/scan.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/scan.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/acpi/sleep/poweroff.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/sleep/poweroff.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/sleep/sleep.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/sleep/sleep.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/tables/tbconvrt.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/tables/tbconvrt.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/tables/tbget.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/tables/tbget.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/tables/tbgetall.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/tables/tbgetall.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/tables/tbinstal.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/tables/tbinstal.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/tables/tbrsdt.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/tables/tbrsdt.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/tables/tbutils.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/tables/tbutils.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/tables/tbxface.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/tables/tbxface.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/tables/tbxfroot.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/tables/tbxfroot.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/utilities/Makefile - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/utilities/utalloc.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utalloc.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/utilities/utcopy.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utcopy.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/utilities/utdebug.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utdebug.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/utilities/utdelete.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utdelete.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/utilities/uteval.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/uteval.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/acpi/utilities/utglobal.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utglobal.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/acpi/utilities/utinit.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utinit.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/utilities/utmath.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utmath.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/utilities/utmisc.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utmisc.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/acpi/utilities/utobject.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utobject.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/utilities/utxface.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utxface.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/char/Kconfig - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/Kconfig.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h drivers/char/agp/amd64-agp.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/agp/amd64-agp.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/char/agp/ati-agp.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/agp/ati-agp.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/char/agp/frontend.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/agp/frontend.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/char/agp/intel-agp.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/agp/intel-agp.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/char/agp/isoch.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/agp/isoch.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/drm/drmP.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drmP.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/char/drm/i810_dma.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/i810_dma.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/char/drm/i810_drv.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/i810_drv.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/char/drm/i830_dma.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/i830_dma.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/char/drm/i830_drv.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/i830_drv.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/char/drm/radeon_cp.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/radeon_cp.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/char/hangcheck-timer.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/hangcheck-timer.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/keyboard.c - 1.24 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/keyboard.c.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h drivers/char/vt.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/vt.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/cpufreq/cpufreq.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cpufreq/cpufreq.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/cpufreq/cpufreq_userspace.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cpufreq/cpufreq_userspace.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/input/joystick/a3d.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/joystick/a3d.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/input/joystick/db9.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/joystick/db9.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/input/joystick/gamecon.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/joystick/gamecon.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/input/joystick/grip.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/joystick/grip.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/input/joystick/iforce/iforce-main.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/joystick/iforce/iforce-main.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/input/joystick/iforce/iforce-packets.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/joystick/iforce/iforce-packets.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/input/joystick/iforce/iforce-usb.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/joystick/iforce/iforce-usb.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/input/joystick/sidewinder.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/joystick/sidewinder.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/input/joystick/tmdc.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/joystick/tmdc.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/input/joystick/turbografx.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/joystick/turbografx.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/input/joystick/twidjoy.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/joystick/twidjoy.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/input/misc/Kconfig - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/misc/Kconfig.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/input/misc/Makefile - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/misc/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/input/mouse/psmouse-base.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/mouse/psmouse-base.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/input/mousedev.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/mousedev.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/macintosh/macio_asic.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/macio_asic.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/md/dm-ioctl.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/dm-ioctl.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/md/dm-table.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/dm-table.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/md/dm.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/dm.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/md/md.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/md.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/media/video/hexium_orion.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/hexium_orion.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/message/fusion/Makefile - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/message/fusion/mptbase.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/mptbase.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/message/fusion/mptbase.h - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/mptbase.h.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/message/fusion/mptscsih.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/mptscsih.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h drivers/message/fusion/mptscsih.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/mptscsih.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/mtd/maps/tsunami_flash.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/tsunami_flash.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/Kconfig - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/Kconfig.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/net/acenic.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/acenic.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/net/b44.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/b44.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/net/bonding/bond_main.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/bonding/bond_main.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/net/e1000/e1000.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/e1000/e1000.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/net/e1000/e1000_ethtool.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/e1000/e1000_ethtool.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/net/e1000/e1000_hw.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/e1000/e1000_hw.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/net/e1000/e1000_hw.h - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/e1000/e1000_hw.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/net/e1000/e1000_main.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/e1000/e1000_main.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/net/e1000/e1000_osdep.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/e1000/e1000_osdep.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/e1000/e1000_param.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/e1000/e1000_param.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/net/lp486e.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/lp486e.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/tg3.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tg3.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h drivers/net/tg3.h - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tg3.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/net/wireless/airo.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/airo.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/net/wireless/atmel.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/atmel.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/net/wireless/orinoco_cs.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/orinoco_cs.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/net/wireless/ray_cs.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/ray_cs.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/net/wireless/wavelan_cs.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/wavelan_cs.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/pci/hotplug/Kconfig - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/Kconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/pci/hotplug/ibmphp_core.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/ibmphp_core.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/pci/pci.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/pci.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/pci/quirks.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/quirks.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/pci/setup-res.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/setup-res.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/pnp/card.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/card.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/s390/Kconfig - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/Kconfig.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/block/dasd.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/s390/block/dasd_3370_erp.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_3370_erp.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/s390/block/dasd_3990_erp.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_3990_erp.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/s390/block/dasd_9336_erp.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_9336_erp.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/s390/block/dasd_9343_erp.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_9343_erp.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/s390/block/dasd_devmap.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_devmap.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/s390/block/dasd_diag.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_diag.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/s390/block/dasd_diag.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_diag.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/s390/block/dasd_eckd.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_eckd.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/s390/block/dasd_eckd.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_eckd.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/s390/block/dasd_erp.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_erp.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/block/dasd_fba.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_fba.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/s390/block/dasd_fba.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_fba.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/s390/block/dasd_genhd.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_genhd.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/s390/block/dasd_int.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_int.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/s390/block/dasd_ioctl.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_ioctl.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/s390/block/dasd_proc.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_proc.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/s390/char/con3215.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/con3215.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/s390/char/tape_34xx.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/tape_34xx.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/s390/char/tape_core.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/tape_core.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/s390/cio/airq.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/airq.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/s390/cio/blacklist.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/blacklist.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/s390/cio/ccwgroup.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/ccwgroup.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/s390/cio/chsc.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/chsc.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/s390/cio/cio.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/cio.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/s390/cio/css.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/css.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/s390/cio/device.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/device.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/s390/cio/device_ops.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/device_ops.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/s390/cio/qdio.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/qdio.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/s390/cio/qdio.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/qdio.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/s390/net/ctcmain.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/ctcmain.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/s390/net/ctctty.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/ctctty.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/s390/net/ctctty.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/ctctty.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/s390/net/cu3088.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/cu3088.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/net/fsm.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/fsm.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/s390/net/fsm.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/fsm.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/s390/net/iucv.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/iucv.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/s390/net/lcs.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/lcs.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/s390/net/lcs.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/lcs.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/s390/net/netiucv.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/netiucv.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/s390/net/qeth.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/qeth.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/s390/net/qeth_mpc.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/qeth_mpc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/net/qeth_mpc.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/qeth_mpc.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/s390/s390mach.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/s390mach.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/s390/scsi/zfcp_aux.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_aux.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/s390/scsi/zfcp_ccw.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_ccw.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/s390/scsi/zfcp_def.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_def.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/s390/scsi/zfcp_erp.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_erp.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/s390/scsi/zfcp_ext.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_ext.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/s390/scsi/zfcp_fsf.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_fsf.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/s390/scsi/zfcp_qdio.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_qdio.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/s390/scsi/zfcp_scsi.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_scsi.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/s390/scsi/zfcp_sysfs_adapter.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_sysfs_adapter.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/s390/scsi/zfcp_sysfs_driver.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_sysfs_driver.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/scsi/zfcp_sysfs_port.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_sysfs_port.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/s390/scsi/zfcp_sysfs_unit.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_sysfs_unit.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/scsi/aic7xxx/Kconfig.aic79xx - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/Kconfig.aic79xx.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/aic7xxx/aic79xx.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/aic7xxx/aic79xx.reg - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx.reg.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/aic7xxx/aic79xx.seq - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx.seq.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/aic7xxx/aic79xx_core.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx_core.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/aic7xxx/aic79xx_inline.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx_inline.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/aic7xxx/aic79xx_osm.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx_osm.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/scsi/aic7xxx/aic79xx_osm.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx_osm.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/scsi/aic7xxx/aic79xx_osm_pci.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx_osm_pci.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/aic7xxx/aic79xx_pci.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx_pci.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/scsi/aic7xxx/aic79xx_reg.h_shipped - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx_reg.h_shipped.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/aic7xxx/aic79xx_reg_print.c_shipped - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx_reg_print.c_shipped.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/aic7xxx/aic79xx_seq.h_shipped - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx_seq.h_shipped.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/aic7xxx/aicasm/aicasm.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aicasm/aicasm.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/aic7xxx/aicasm/aicasm_gram.y - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aicasm/aicasm_gram.y.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/aic7xxx/aicasm/aicasm_scan.l - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aicasm/aicasm_scan.l.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/ata_piix.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ata_piix.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/scsi/dc395x.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/dc395x.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/scsi/ide-scsi.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ide-scsi.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/scsi/ips.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ips.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/scsi/libata-core.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/libata-core.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h drivers/scsi/libata-scsi.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/libata-scsi.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h drivers/scsi/qla1280.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla1280.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/scsi/sata_promise.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sata_promise.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h drivers/scsi/sata_svw.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sata_svw.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/scsi/scsi_error.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_error.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/scsi/scsi_lib.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_lib.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/scsi/sg.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sg.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/scsi/st.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/st.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/serial/21285.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/21285.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/serial/8250.c - 1.27 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250.c.diff?r1=text&tr1=1.27&r2=text&tr2=1.26&f=h drivers/serial/8250_acpi.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250_acpi.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/serial/8250_pci.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250_pci.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/serial/Kconfig - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/Kconfig.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/serial/clps711x.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/clps711x.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/serial/sa1100.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sa1100.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/serial/serial_core.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/serial_core.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h drivers/serial/suncore.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/suncore.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/serial/sunsab.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sunsab.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/serial/sunsu.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sunsu.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/usb/Makefile - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/Makefile.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/usb/class/cdc-acm.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/class/cdc-acm.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/usb/class/usblp.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/class/usblp.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/usb/core/message.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/core/message.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/usb/core/urb.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/core/urb.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/usb/gadget/inode.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/inode.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/usb/gadget/net2280.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/net2280.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/usb/gadget/zero.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/gadget/zero.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/usb/host/ehci-sched.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ehci-sched.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/usb/host/ohci-hcd.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-hcd.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h drivers/usb/host/ohci-pci.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-pci.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/usb/host/ohci-q.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-q.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h drivers/usb/input/hid-core.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/hid-core.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h drivers/usb/input/hiddev.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/hiddev.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/usb/input/usbkbd.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/usbkbd.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/usb/media/Kconfig - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/Kconfig.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/usb/media/Makefile - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/Makefile.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/usb/media/ov511.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/ov511.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/usb/misc/auerswald.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/misc/auerswald.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/usb/serial/ftdi_sio.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/ftdi_sio.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/usb/serial/ftdi_sio.h - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/ftdi_sio.h.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/usb/serial/pl2303.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/pl2303.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/usb/serial/pl2303.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/pl2303.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/usb/storage/initializers.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/storage/initializers.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/storage/initializers.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/storage/initializers.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/storage/unusual_devs.h - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/storage/unusual_devs.h.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h drivers/usb/usb-skeleton.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/usb-skeleton.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/video/i810/i810.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/i810/i810.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/video/i810/i810_main.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/i810/i810_main.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/video/sbuslib.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/sbuslib.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/video/sbuslib.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/sbuslib.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/Kconfig - 1.27 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/Kconfig.diff?r1=text&tr1=1.27&r2=text&tr2=1.26&f=h fs/Makefile - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/Makefile.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h fs/bio.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/bio.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h fs/buffer.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/buffer.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h fs/cifs/CHANGES - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/CHANGES.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/cifs/README - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/README.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/cifs/cifs_debug.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifs_debug.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/cifs/cifs_fs_sb.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifs_fs_sb.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/cifs/cifsencrypt.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifsencrypt.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/cifs/cifsfs.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifsfs.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h fs/cifs/cifsfs.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifsfs.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/cifs/cifsglob.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifsglob.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/cifs/cifspdu.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifspdu.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/cifs/cifsproto.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifsproto.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/cifs/cifssmb.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifssmb.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/cifs/connect.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/connect.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h fs/cifs/dir.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/dir.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/cifs/file.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/file.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h fs/cifs/inode.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/inode.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h fs/cifs/misc.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/misc.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h fs/cifs/transport.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/transport.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/cifs/xattr.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/xattr.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/compat.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/compat.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h fs/exec.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/exec.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h fs/exportfs/expfs.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/exportfs/expfs.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/ext2/inode.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/inode.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h fs/ext3/inode.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/inode.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h fs/hfs/bfind.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/bfind.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/hfs/bnode.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/bnode.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/hfs/brec.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/brec.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/hfs/btree.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/btree.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/hfs/catalog.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/catalog.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/hfs/dir.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/dir.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/hfs/inode.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/inode.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h fs/hfs/mdb.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/mdb.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/hfs/super.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/super.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/hugetlbfs/inode.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hugetlbfs/inode.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h fs/inode.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/inode.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h fs/jbd/checkpoint.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jbd/checkpoint.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/jbd/commit.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jbd/commit.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h fs/lockd/clntproc.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/lockd/clntproc.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h fs/namei.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/namei.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h fs/nfs/direct.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfs/direct.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h fs/nfsctl.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfsctl.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/nfsd/nfs4proc.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfsd/nfs4proc.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h fs/nfsd/nfs4state.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfsd/nfs4state.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h fs/nfsd/nfs4xdr.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfsd/nfs4xdr.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h fs/nfsd/nfsproc.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfsd/nfsproc.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/nfsd/nfssvc.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfsd/nfssvc.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/nfsd/vfs.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfsd/vfs.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h fs/open.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/open.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h fs/proc/proc_misc.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/proc/proc_misc.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h fs/reiserfs/dir.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/dir.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/reiserfs/file.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/file.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h fs/reiserfs/fix_node.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/fix_node.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/reiserfs/inode.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/inode.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h fs/reiserfs/journal.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/journal.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h fs/reiserfs/namei.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/namei.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h fs/reiserfs/procfs.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/procfs.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/reiserfs/super.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/super.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h fs/select.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/select.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/smbfs/dir.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/smbfs/dir.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/stat.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/stat.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/acpi/acconfig.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acconfig.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/acpi/acdebug.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acdebug.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/acpi/acdisasm.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acdisasm.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/acpi/acdispat.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acdispat.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/acpi/acevents.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acevents.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/acpi/acexcep.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acexcep.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/acpi/acglobal.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acglobal.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/acpi/achware.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/achware.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/acpi/acinterp.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acinterp.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/acpi/aclocal.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/aclocal.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/acpi/acmacros.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acmacros.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/acpi/acnamesp.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acnamesp.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/acpi/acobject.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acobject.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/acpi/acoutput.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acoutput.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/acpi/acparser.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acparser.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/acpi/acpi.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acpi.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/acpi/acpi_drivers.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acpi_drivers.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/acpi/acpiosxf.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acpiosxf.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/acpi/acpixf.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acpixf.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/acpi/acresrc.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acresrc.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/acpi/acstruct.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acstruct.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/acpi/actables.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/actables.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/acpi/actbl.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/actbl.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/acpi/actbl1.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/actbl1.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/acpi/actbl2.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/actbl2.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/acpi/actypes.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/actypes.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/acpi/acutils.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acutils.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/acpi/amlcode.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/amlcode.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/acpi/amlresrc.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/amlresrc.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/acpi/platform/acenv.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/platform/acenv.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/acpi/platform/acgcc.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/platform/acgcc.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/acpi/platform/aclinux.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/platform/aclinux.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/acpi/processor.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/processor.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-alpha/dma-mapping.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-alpha/dma-mapping.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-arm/arch-pxa/pxa-regs.h - 1.12 - changed 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.12&r2=text&tr2=1.11&f=h include/asm-arm/mach/map.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/mach/map.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-arm/pgtable.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/pgtable.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/asm-arm26/bitops.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm26/bitops.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-arm26/hardirq.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm26/hardirq.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-arm26/posix_types.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm26/posix_types.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm26/system.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm26/system.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-i386/acpi.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/acpi.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h include/asm-i386/kmap_types.h - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/kmap_types.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h include/asm-i386/mach-default/irq_vectors.h - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/mach-default/irq_vectors.h.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h include/asm-i386/page.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/page.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-i386/ptrace.h - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/ptrace.h.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h include/asm-i386/signal.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/signal.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-i386/thread_info.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/thread_info.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/asm-i386/unistd.h - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/unistd.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h include/asm-ia64/semaphore.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/semaphore.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/topology.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/topology.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-s390/dasd.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/dasd.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-s390/qdio.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/qdio.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-s390/thread_info.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/thread_info.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-s390/unistd.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/unistd.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/asm-sh/cpu-sh3/mmu_context.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/cpu-sh3/mmu_context.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-sh/cpu-sh4/mmu_context.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/cpu-sh4/mmu_context.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sh/ioctls.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/ioctls.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sh/irq.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/irq.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/asm-sh/processor.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/processor.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-sparc/oplib.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/oplib.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-sparc/thread_info.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/thread_info.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-sparc/unistd.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/unistd.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/asm-sparc64/oplib.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/oplib.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-sparc64/spinlock.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/spinlock.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/asm-sparc64/thread_info.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/thread_info.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-sparc64/unistd.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/unistd.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/asm-um/io.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-um/io.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-um/smp.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-um/smp.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-um/thread_info.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-um/thread_info.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-um/unistd.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-um/unistd.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-x86_64/ia32_unistd.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/ia32_unistd.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-x86_64/mpspec.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/mpspec.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/asm-x86_64/unistd.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/unistd.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/linux/acpi.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/acpi.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/linux/agpgart.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/agpgart.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/blkdev.h - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/blkdev.h.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h include/linux/console.h - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/console.h.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h include/linux/cpufreq.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/cpufreq.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/linux/device-mapper.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/device-mapper.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/fcntl.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/fcntl.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/fs.h - 1.24 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/fs.h.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h include/linux/if_ether.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/if_ether.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/kernel.h - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kernel.h.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h include/linux/libata.h - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/libata.h.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h include/linux/lockd/lockd.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/lockd/lockd.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/mm.h - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mm.h.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h include/linux/mm_inline.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mm_inline.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/mmzone.h - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mmzone.h.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h include/linux/namei.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/namei.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/netfilter_ipv6/ip6t_ah.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv6/ip6t_ah.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/netfilter_ipv6/ip6t_esp.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv6/ip6t_esp.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/netfilter_ipv6/ip6t_frag.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv6/ip6t_frag.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/netfilter_ipv6/ip6t_opts.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv6/ip6t_opts.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/netfilter_ipv6/ip6t_rt.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv6/ip6t_rt.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/nfsd/nfsd.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/nfsd/nfsd.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/linux/nfsd/xdr4.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/nfsd/xdr4.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/linux/pci.h - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/pci.h.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h include/linux/pci_ids.h - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/pci_ids.h.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h include/linux/poll.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/poll.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/posix-timers.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/posix-timers.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/reboot.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/reboot.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/reiserfs_fs.h - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/reiserfs_fs.h.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h include/linux/reiserfs_fs_sb.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/reiserfs_fs_sb.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/linux/sched.h - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/sched.h.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h include/linux/security.h - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/security.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h include/linux/serial_core.h - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/serial_core.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h include/linux/skbuff.h - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/skbuff.h.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h include/linux/slab.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/slab.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/linux/sunrpc/auth.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/sunrpc/auth.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/sunrpc/svc.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/sunrpc/svc.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/linux/swap.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/swap.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/linux/sysctl.h - 1.29 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/sysctl.h.diff?r1=text&tr1=1.29&r2=text&tr2=1.28&f=h include/linux/time.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/time.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/linux/topology.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/topology.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/linux/types.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/types.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/usb_ch9.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/usb_ch9.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/videodev2.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/videodev2.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/net/iw_handler.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/iw_handler.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/net/route.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/route.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/net/sctp/sctp.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/sctp/sctp.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/net/sctp/structs.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/sctp/structs.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/scsi/scsi_device.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/scsi/scsi_device.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/scsi/scsi_host.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/scsi/scsi_host.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h init/main.c - 1.29 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/init/main.c.diff?r1=text&tr1=1.29&r2=text&tr2=1.28&f=h kernel/compat.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/compat.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h kernel/exit.c - 1.28 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/exit.c.diff?r1=text&tr1=1.28&r2=text&tr2=1.27&f=h kernel/fork.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/fork.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h kernel/itimer.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/itimer.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h kernel/kallsyms.c - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/kallsyms.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h kernel/module.c - 1.27 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/module.c.diff?r1=text&tr1=1.27&r2=text&tr2=1.26&f=h kernel/posix-timers.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/posix-timers.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h kernel/power/console.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/power/console.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h kernel/power/disk.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/power/disk.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h kernel/power/main.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/power/main.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h kernel/power/power.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/power/power.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h kernel/power/swsusp.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/power/swsusp.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h kernel/printk.c - 1.26 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/printk.c.diff?r1=text&tr1=1.26&r2=text&tr2=1.25&f=h kernel/sched.c - 1.28 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/sched.c.diff?r1=text&tr1=1.28&r2=text&tr2=1.27&f=h kernel/signal.c - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/signal.c.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h kernel/sys.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/sys.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h kernel/sysctl.c - 1.27 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/sysctl.c.diff?r1=text&tr1=1.27&r2=text&tr2=1.26&f=h kernel/time.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/time.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h kernel/user.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/user.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h lib/Makefile - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/Makefile.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h mm/filemap.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/filemap.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h mm/memory.c - 1.25 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/memory.c.diff?r1=text&tr1=1.25&r2=text&tr2=1.24&f=h mm/mprotect.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/mprotect.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h mm/oom_kill.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/oom_kill.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h mm/page-writeback.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/page-writeback.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h mm/page_alloc.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/page_alloc.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h mm/rmap.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/rmap.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h mm/shmem.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/shmem.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h mm/slab.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/slab.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h mm/swap.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/swap.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h mm/swap_state.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/swap_state.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h mm/swapfile.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/swapfile.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h mm/vmscan.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/vmscan.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h net/Kconfig - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/Kconfig.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h net/bridge/br_if.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/br_if.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h net/bridge/br_private.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/br_private.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/bridge/netfilter/ebt_ip.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/netfilter/ebt_ip.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/bridge/netfilter/ebt_log.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/netfilter/ebt_log.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/core/dev.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/dev.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h net/core/filter.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/filter.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h net/core/pktgen.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/pktgen.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h net/core/skbuff.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/skbuff.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h net/ipv4/igmp.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/igmp.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h net/ipv4/netfilter/Makefile - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/Makefile.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h net/ipv4/raw.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/raw.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h net/ipv4/route.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/route.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h net/ipv4/tcp_ipv4.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/tcp_ipv4.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h net/ipv6/addrconf.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/addrconf.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h net/ipv6/anycast.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/anycast.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h net/ipv6/ip6_flowlabel.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/ip6_flowlabel.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h net/ipv6/mcast.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/mcast.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h net/ipv6/netfilter/Makefile - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/ipv6/netfilter/ip6t_dst.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_dst.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv6/netfilter/ip6t_eui64.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_eui64.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/ipv6/netfilter/ip6t_frag.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_frag.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv6/netfilter/ip6t_hbh.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_hbh.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv6/netfilter/ip6t_ipv6header.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_ipv6header.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/ipv6/netfilter/ip6t_owner.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_owner.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/ipv6/netfilter/ip6t_rt.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_rt.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv6/tcp_ipv6.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/tcp_ipv6.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h net/key/af_key.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/key/af_key.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h net/packet/af_packet.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/packet/af_packet.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h net/rxrpc/krxtimod.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/rxrpc/krxtimod.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/rxrpc/proc.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/rxrpc/proc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/sched/sch_prio.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_prio.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/sched/sch_sfq.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sched/sch_sfq.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/sctp/input.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/input.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h net/sctp/inqueue.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/inqueue.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/sctp/proc.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/proc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/sctp/sm_make_chunk.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/sm_make_chunk.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h net/sctp/sm_sideeffect.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/sm_sideeffect.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h net/sctp/sm_statefuns.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/sm_statefuns.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h net/sctp/socket.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/socket.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h net/sctp/sysctl.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/sysctl.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h net/sctp/transport.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/transport.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h net/sunrpc/auth.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sunrpc/auth.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h net/sunrpc/auth_gss/auth_gss.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sunrpc/auth_gss/auth_gss.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h net/sunrpc/auth_unix.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sunrpc/auth_unix.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/sunrpc/rpc_pipe.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sunrpc/rpc_pipe.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h net/sunrpc/sched.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sunrpc/sched.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h net/sunrpc/svcsock.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sunrpc/svcsock.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h scripts/kernel-doc - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/kernel-doc.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h security/selinux/hooks.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/selinux/hooks.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h security/selinux/include/objsec.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/selinux/include/objsec.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h sound/core/info.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/info.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h sound/drivers/serial-u16550.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/drivers/serial-u16550.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h sound/isa/cmi8330.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/cmi8330.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h sound/isa/cs423x/cs4236.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/cs423x/cs4236.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h sound/isa/es18xx.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/es18xx.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h sound/isa/gus/gusclassic.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/gus/gusclassic.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h sound/isa/opl3sa2.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/opl3sa2.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h sound/isa/opti9xx/opti92x-ad1848.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/opti9xx/opti92x-ad1848.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h sound/isa/sb/sb16.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/sb/sb16.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h sound/isa/sscape.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/sscape.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h sound/isa/wavefront/wavefront.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/wavefront/wavefront.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h sound/isa/wavefront/wavefront_synth.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/wavefront/wavefront_synth.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h sound/oss/trident.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/trident.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h sound/pci/ac97/ac97_patch.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ac97/ac97_patch.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h sound/pci/ali5451/ali5451.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ali5451/ali5451.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h sound/pci/cs46xx/dsp_spos_scb_lib.c - 1.8 - changed 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.8&r2=text&tr2=1.7&f=h sound/pci/emu10k1/emumixer.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/emu10k1/emumixer.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h sound/pci/intel8x0.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/intel8x0.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h sound/pci/trident/trident.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/trident/trident.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h sound/pci/via82xx.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/via82xx.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h sound/pci/ymfpci/ymfpci_main.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ymfpci/ymfpci_main.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h sound/ppc/pmac.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/ppc/pmac.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h sound/sparc/cs4231.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/sparc/cs4231.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h sound/usb/usbaudio.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/usb/usbaudio.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/usb/media/w9968cf.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/w9968cf.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/usb/media/w9968cf.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/w9968cf.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h Documentation/usb/w9968cf.txt - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/usb/w9968cf.txt.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pci/msi.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/msi.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/ide/pci/sgiioc4.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/sgiioc4.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/scsi/qla2xxx/qla_def.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_def.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/scsi/qla2xxx/qla_gbl.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_gbl.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/scsi/qla2xxx/qla_init.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_init.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/scsi/qla2xxx/qla_isr.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_isr.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/scsi/qla2xxx/qla_os.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_os.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/usb/misc/emi62.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/misc/emi62.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/s390/char/keyboard.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/keyboard.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/char/con3270.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/con3270.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/md/raid6main.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/raid6main.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/parisc/configs/c3000_defconfig - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/configs/c3000_defconfig.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/parisc/configs/a500_defconfig - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/configs/a500_defconfig.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h sound/pci/bt87x.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/bt87x.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/arm/mach-integrator/integrator_cp.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-integrator/integrator_cp.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/pci/msi.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/msi.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h Documentation/kdb/kdb.mm - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb.mm.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h Documentation/kdb/kdb_bp.man - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_bp.man.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h Documentation/kdb/kdb_bt.man - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_bt.man.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h Documentation/kdb/kdb_env.man - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_env.man.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h Documentation/kdb/kdb_ll.man - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_ll.man.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h Documentation/kdb/kdb_md.man - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_md.man.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h Documentation/kdb/kdb_rd.man - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_rd.man.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h Documentation/kdb/kdb_sr.man - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_sr.man.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h Documentation/kdb/kdb_ss.man - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_ss.man.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h Documentation/kdb/slides - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/slides.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h kdb/Makefile - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/Makefile.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h kdb/kdbmain.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdbmain.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h kdb/modules/kdbm_vm.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_vm.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h kdb/modules/kdbm_task.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_task.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h include/linux/dis-asm.h - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/dis-asm.h.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h include/linux/kdb.h - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kdb.h.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h include/linux/kdbprivate.h - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kdbprivate.h.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h kdb/modules/kdbm_pg.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_pg.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h kdb/modules/Makefile - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/Makefile.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h kdb/ChangeLog - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/ChangeLog.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h kdb/kdbsupport.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdbsupport.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h kdb/kdb_bp.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_bp.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h kdb/kdb_bt.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_bt.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h kdb/kdb_id.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_id.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h kdb/kdb_io.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_io.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h kdb/kdb_cmds - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_cmds.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h kdb/modules/kdbm_x86.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_x86.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h include/asm-i386/kdbprivate.h - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/kdbprivate.h.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/i386/kdb/ChangeLog - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/ChangeLog.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h arch/i386/kdb/Makefile - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/Makefile.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/i386/kdb/i386-dis.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/i386-dis.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/i386/kdb/kdba_bp.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdba_bp.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/i386/kdb/kdba_bt.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdba_bt.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/i386/kdb/kdba_id.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdba_id.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/i386/kdb/kdba_io.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdba_io.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/i386/kdb/kdbasupport.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdbasupport.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/i386/kdb/pc_keyb.h - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/pc_keyb.h.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h include/asm-i386/kdb.h - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/kdb.h.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/net/e100.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/e100.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h net/sunrpc/auth_gss/svcauth_gss.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sunrpc/auth_gss/svcauth_gss.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/pci/hotplug/rpadlpar_core.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/rpadlpar_core.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/pci/hotplug/rpaphp.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/rpaphp.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/pci/hotplug/rpaphp_core.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/rpaphp_core.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/pci/hotplug/rpaphp_pci.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/rpaphp_pci.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/pci/hotplug/shpchp.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/shpchp.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/pci/hotplug/shpchp_ctrl.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/shpchp_ctrl.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/s390/block/dasd_cmb.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_cmb.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/misc/ibmasm/uart.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/misc/ibmasm/uart.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/s390/char/tape_class.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/tape_class.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/char/tape_class.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/tape_class.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/s390/cio/cmf.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/cmf.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/hfs/hfs_fs.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfs/hfs_fs.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/hfsplus/bfind.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/bfind.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/hfsplus/bnode.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/bnode.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/hfsplus/brec.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/brec.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/hfsplus/btree.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/btree.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/hfsplus/catalog.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/catalog.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/hfsplus/dir.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/dir.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/hfsplus/extents.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/extents.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/hfsplus/hfsplus_fs.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/hfsplus_fs.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/hfsplus/hfsplus_raw.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/hfsplus_raw.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/hfsplus/inode.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/inode.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h fs/hfsplus/options.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/options.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/hfsplus/super.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/super.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/hfsplus/unicode.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/unicode.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/hfsplus/wrapper.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/hfsplus/wrapper.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/isdn/hisax/teles_cs.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hisax/teles_cs.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/isdn/hisax/hfc_usb.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hisax/hfc_usb.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/linux/syscalls.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/syscalls.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/i386/pci/mmconfig.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/pci/mmconfig.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/net/wireless/prism54/isl_ioctl.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/prism54/isl_ioctl.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/net/wireless/prism54/islpci_eth.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/prism54/islpci_eth.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/pci/hotplug/rpaphp_slot.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/rpaphp_slot.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/serial/sh-sci.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sh-sci.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/serial/sh-sci.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sh-sci.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/x86_64/pci/mmconfig.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/pci/mmconfig.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/scsi/scsi_transport_spi.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/scsi/scsi_transport_spi.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/core/netpoll.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/netpoll.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h sound/pci/au88x0/au88x0_eq.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/au88x0/au88x0_eq.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/configs/zx1_defconfig - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/configs/zx1_defconfig.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h split-patches/dmapi-enable - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/dmapi-enable.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h split-patches/series - 1.31 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/series.diff?r1=text&tr1=1.31&r2=text&tr2=1.30&f=h arch/arm/configs/bast_defconfig - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/bast_defconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/arm/configs/s3c2410_defconfig - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/s3c2410_defconfig.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/s390/net/qeth_fs.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/qeth_fs.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/ipmi/ipmi_si_intf.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/ipmi/ipmi_si_intf.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/net/s2io.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/s2io.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/s390/crypto/z90common.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/crypto/z90common.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/s390/crypto/z90crypt.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/crypto/z90crypt.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/s390/crypto/z90hardware.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/crypto/z90hardware.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/s390/crypto/z90main.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/crypto/z90main.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/s390/net/qeth_main.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/qeth_main.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/s390/net/qeth_proc.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/qeth_proc.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/net/qeth_sys.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/qeth_sys.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/serial/amba-pl010.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/amba-pl010.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/serial/amba-pl011.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/amba-pl011.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/serial/s3c2410.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/s3c2410.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h fs/cifs/rfc1002pdu.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/rfc1002pdu.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-s3c2410/map.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/map.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-s3c2410/regs-serial.h - 1.6 - changed 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.6&r2=text&tr2=1.5&f=h include/asm-arm/arch-s3c2410/uncompress.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/uncompress.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/rmap.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/rmap.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h kernel/auditsc.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/auditsc.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h kernel/audit.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/audit.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h mm/hugetlb.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/hugetlb.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h mm/prio_tree.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/prio_tree.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h mm/mempolicy.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/mempolicy.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/char/drm/drm_pciids.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drm_pciids.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/linux/reiserfs_xattr.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/reiserfs_xattr.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/mempolicy.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mempolicy.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h Documentation/kdb/kdb_ps.man - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_ps.man.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/usb/input/touchkitusb.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/touchkitusb.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/i386/kdb/kdb_cmds - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdb_cmds.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h fs/reiserfs/xattr.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/xattr.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-i386/bfd.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/bfd.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/arm/mach-s3c2410/mach-smdk2410.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/mach-smdk2410.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/arm/mach-ixp4xx/common.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp4xx/common.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/asm-i386/ansidecl.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/ansidecl.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/mtd/nand/diskonchip.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/diskonchip.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/mtd/nand/au1550nd.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/au1550nd.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/s390/net/ctcdbug.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/ctcdbug.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/s390/net/ctcdbug.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/ctcdbug.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/serial/cpm_uart/cpm_uart_core.c - 1.10 - changed 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.10&r2=text&tr2=1.9&f=h Documentation/usb/sn9c102.txt - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/usb/sn9c102.txt.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/md/kcopyd.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/kcopyd.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/md/dm-snap.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/dm-snap.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/md/dm-snap.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/dm-snap.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/md/dm-log.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/dm-log.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/serial/serial_lh7a40x.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/serial_lh7a40x.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/serial/sn_console.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sn_console.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/usb/media/sn9c102.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/sn9c102.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/media/sn9c102_core.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/sn9c102_core.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/usb/media/sn9c102_pas106b.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/sn9c102_pas106b.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/media/sn9c102_sensor.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/sn9c102_sensor.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/media/sn9c102_tas5110c1b.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/sn9c102_tas5110c1b.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/media/sn9c102_tas5130d1b.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/sn9c102_tas5130d1b.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/media/w9968cf_vpp.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/w9968cf_vpp.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/hpet.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/hpet.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/sh64/kernel/time.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh64/kernel/time.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/ipv4/netfilter/ipt_realm.c - 1.5 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ipt_realm.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/sh/kernel/cpu/bus.c - 1.4 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/cpu/bus.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/sh/cchips/voyagergx/irq.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/cchips/voyagergx/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/cchips/voyagergx/consistent.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/cchips/voyagergx/consistent.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-sh/bus-sh.h - 1.4 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/bus-sh.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-sh64/ioctls.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh64/ioctls.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/RCU/RTFP.txt - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/RCU/RTFP.txt.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/RCU/checklist.txt - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/RCU/checklist.txt.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/RCU/listRCU.txt - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/RCU/listRCU.txt.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/RCU/rcu.txt - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/RCU/rcu.txt.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-m32r/unistd.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m32r/unistd.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/arm/configs/ep80219_defconfig - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/ep80219_defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/arm/configs/iq31244_defconfig - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/iq31244_defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/arm/configs/iq80331_defconfig - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/iq80331_defconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-m32r/cache.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m32r/cache.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-s3c2410/cpu.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/cpu.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/arm/mach-s3c2410/devs.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/devs.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/arm/mach-s3c2410/dma.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/dma.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/video/amba-clcd.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/amba-clcd.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/ibmvscsi/rpa_vscsi.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ibmvscsi/rpa_vscsi.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/ibmvscsi/iseries_vscsi.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ibmvscsi/iseries_vscsi.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/i386/Kconfig.debug - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Kconfig.debug.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/scsi/ibmvscsi/ibmvscsi.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ibmvscsi/ibmvscsi.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/ibmvscsi/ibmvscsi.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ibmvscsi/ibmvscsi.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/pci/hotplug/acpiphp_ibm.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pci/hotplug/acpiphp_ibm.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/mv643xx_eth.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/mv643xx_eth.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/cpufreq/cpufreq_ondemand.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cpufreq/cpufreq_ondemand.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/char/drm/i915_mem.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/i915_mem.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/drm/i915_drv.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/i915_drv.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/drm/i915_drm.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/i915_drm.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/char/drm/i915_dma.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/i915_dma.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/block/ub.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/ub.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/acpi/sleep/wakeup.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/sleep/wakeup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/motherboard.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/motherboard.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/um/os-Linux/time.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/time.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/kernel/skas/uaccess.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/uaccess.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/um/kernel/physmem.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/physmem.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/Kconfig.debug - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/Kconfig.debug.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/configs/tiger_defconfig - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/configs/tiger_defconfig.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h security/seclvl.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/seclvl.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/acpi/video.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/video.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/um/kernel/tt/include/uaccess-tt.h - 1.5 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/include/uaccess-tt.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/um/kernel/tt/include/mmu-tt.h - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/tt/include/mmu-tt.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/kernel/skas/include/uaccess-skas.h - 1.7 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/uaccess-skas.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/um/kernel/skas/include/mode_kern-skas.h - 1.4 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/mode_kern-skas.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/kernel/skas/include/mode-skas.h - 1.4 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/mode-skas.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/kernel/skas/include/mmu-skas.h - 1.5 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/mmu-skas.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/sh/configs/microdev_defconfig - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/configs/microdev_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/boards/superh/microdev/setup.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/superh/microdev/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/boards/superh/microdev/irq.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/superh/microdev/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/sh/boards/superh/microdev/io.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/superh/microdev/io.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv4/netfilter/ipt_hashlimit.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ipt_hashlimit.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/mtd/nand/rtc_from4.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/rtc_from4.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/mtd/nand/s3c2410.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/nand/s3c2410.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/serial_8250.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/serial_8250.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-sh/microdev/irq.h - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/microdev/irq.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sh/microdev/io.h - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/microdev/io.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sh/irq-sh73180.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/irq-sh73180.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/pnp/pnpacpi/core.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/pnpacpi/core.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/pnp/pnpacpi/rsparser.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/pnp/pnpacpi/rsparser.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-s3c2410/sleep.S - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/sleep.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/ahci.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ahci.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/scsi/aic7xxx/aic79xx_pci.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic79xx_pci.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/aic7xxx/aic7xxx_pci.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aic7xxx/aic7xxx_pci.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/serial/8250_early.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250_early.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/serial/crisv10.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/crisv10.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/serial/imx.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/imx.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/serial/m32r_sio.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/m32r_sio.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/atm/speedtch.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/atm/speedtch.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/host/hc_crisv10.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/hc_crisv10.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/sn/pci/pcibr/pcibr_provider.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/pci/pcibr/pcibr_provider.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/sn/pci/pci_dma.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/pci/pci_dma.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/sn/kernel/io_init.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/io_init.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/sn/include/xtalk/hubdev.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/include/xtalk/hubdev.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/cifs/readdir.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/readdir.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/i386/kernel/quirks.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/quirks.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/cpu/intel_cacheinfo.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/intel_cacheinfo.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/infiniband/ulp/ipoib/ipoib_vlan.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/ulp/ipoib/ipoib_vlan.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/infiniband/ulp/ipoib/ipoib_verbs.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/ulp/ipoib/ipoib_verbs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/infiniband/ulp/ipoib/ipoib_multicast.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/ulp/ipoib/ipoib_multicast.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/infiniband/ulp/ipoib/ipoib_main.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/ulp/ipoib/ipoib_main.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/infiniband/ulp/ipoib/ipoib_ib.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/ulp/ipoib/ipoib_ib.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/infiniband/ulp/ipoib/ipoib.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/ulp/ipoib/ipoib.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h Documentation/feature-removal-schedule.txt - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/feature-removal-schedule.txt.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/pci/ca0106/ca0106_main.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/ca0106/ca0106_main.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h sound/oss/au1550_ac97.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/au1550_ac97.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/os-Linux/signal.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/signal.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/sk98lin/skethtool.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sk98lin/skethtool.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/infiniband/hw/mthca/mthca_qp.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/hw/mthca/mthca_qp.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/infiniband/hw/mthca/mthca_provider.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/hw/mthca/mthca_provider.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/processor_core.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/processor_core.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/acpi/processor_idle.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/processor_idle.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/acpi/processor_perflib.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/processor_perflib.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/processor_thermal.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/processor_thermal.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/processor_throttling.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/processor_throttling.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/configs/iq80332_defconfig - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/iq80332_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/infiniband/hw/mthca/mthca_memfree.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/hw/mthca/mthca_memfree.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/drm/ati_pcigart.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/ati_pcigart.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/char/drm/drm_auth.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drm_auth.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/char/drm/drm_bufs.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drm_bufs.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/drm/drm_context.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drm_context.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/drm/drm_drv.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drm_drv.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/drm/drm_fops.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drm_fops.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/drm/drm_ioctl.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drm_ioctl.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/drm/drm_irq.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drm_irq.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/infiniband/hw/mthca/mthca_memfree.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/hw/mthca/mthca_memfree.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/drm/drm_proc.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drm_proc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/drm/drm_stub.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drm_stub.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/char/drm/drm_vm.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drm_vm.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/infiniband/hw/mthca/mthca_mcg.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/hw/mthca/mthca_mcg.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/infiniband/hw/mthca/mthca_main.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/hw/mthca/mthca_main.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/infiniband/hw/mthca/mthca_eq.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/hw/mthca/mthca_eq.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/infiniband/hw/mthca/mthca_dev.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/hw/mthca/mthca_dev.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/infiniband/hw/mthca/mthca_cq.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/hw/mthca/mthca_cq.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/infiniband/hw/mthca/mthca_cmd.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/hw/mthca/mthca_cmd.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/infiniband/hw/mthca/mthca_av.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/hw/mthca/mthca_av.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-frv/unistd.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-frv/unistd.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/infiniband/core/verbs.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/core/verbs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/infiniband/core/user_mad.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/core/user_mad.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/infiniband/core/sysfs.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/core/sysfs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc/syslib/mv64x60.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/mv64x60.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/infiniband/core/sa_query.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/core/sa_query.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/infiniband/core/device.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/core/device.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/frv/kernel/signal.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/frv/kernel/signal.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/serial/mpsc.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/mpsc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-frv/thread_info.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-frv/thread_info.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/configs/katana_defconfig - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/configs/katana_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/host/ohci-au1xxx.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-au1xxx.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/media/sn9c102_hv7131d.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/sn9c102_hv7131d.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/media/sn9c102_mi0343.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/sn9c102_mi0343.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/backlight/Kconfig - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/backlight/Kconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/backlight/Makefile - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/backlight/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/proc/mmu.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/proc/mmu.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-arm/arch-s3c2410/debug-macro.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/debug-macro.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/input/touchscreen/mk712.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/touchscreen/mk712.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h sound/pci/hda/patch_realtek.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/hda/patch_realtek.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/pci/hda/hda_intel.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/hda/hda_intel.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/cpufreq/cpufreq_conservative.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cpufreq/cpufreq_conservative.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/acpi/acpi_memhotplug.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/acpi_memhotplug.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/drivers/slip_common.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/slip_common.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h kdb/modules/kdbm_sched.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_sched.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/bnx2.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/bnx2.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/bnx2.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/bnx2.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/bnx2_fw.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/bnx2_fw.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/xp.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/xp.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-ia64/kdbprivate.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/kdbprivate.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-ia64/kdb_break.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/kdb_break.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-ia64/kdb.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/kdb.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-ia64/bfd.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/bfd.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-ia64/ansidecl.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/ansidecl.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ppc/configs/mpc834x_sys_defconfig - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/configs/mpc834x_sys_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/s390/net/claw.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/claw.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/net/claw.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/claw.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/s390/net/ctcmain.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/ctcmain.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/s390/net/qeth_eddp.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/qeth_eddp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/s390/net/qeth_eddp.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/qeth_eddp.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/s390/net/qeth_tso.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/qeth_tso.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/serial/cp2101.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/cp2101.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/serial/jsm/jsm_neo.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/jsm/jsm_neo.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/kernel/xpc_main.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/xpc_main.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/sn/kernel/xpc_channel.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/xpc_channel.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/kernel/xp_main.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/xp_main.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ia64/kdb/kdbasupport.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdbasupport.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kdb/kdba_pod.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_pod.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kdb/kdba_jmp.S - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_jmp.S.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kdb/kdba_io.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_io.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kdb/kdba_id.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_id.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kdb/kdba_fru.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_fru.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kdb/kdba_bt.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_bt.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kdb/kdba_bp.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_bp.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kdb/kdb_cmds - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdb_cmds.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kdb/ia64.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kdb/ia64-opc.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64-opc.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kdb/ia64-opc.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64-opc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kdb/ia64-dis.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64-dis.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kdb/ia64-asmtab.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64-asmtab.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kdb/ia64-asmtab.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64-asmtab.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kdb/cpu-ia64-opc.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/cpu-ia64-opc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kdb/Makefile - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/kdb/ChangeLog - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ChangeLog.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/host/uhci-q.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/uhci-q.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/media/pwc/pwc-ctrl.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/pwc/pwc-ctrl.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/syscall_table.S - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/syscall_table.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/filesystems/relayfs.txt - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/filesystems/relayfs.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/relayfs/inode.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/relayfs/inode.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/relayfs/buffers.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/relayfs/buffers.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/relayfs/relay.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/relayfs/relay.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h sound/pci/rme9652/hdspm.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/rme9652/hdspm.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h sound/pci/hda/patch_sigmatel.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/hda/patch_sigmatel.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/drm/via_dma.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/via_dma.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/drm/via_drv.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/via_drv.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/drm/via_irq.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/via_irq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/tcp_htcp.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/tcp_htcp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/fib_trie.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/fib_trie.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/char/tpm/tpm_infineon.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/tpm/tpm_infineon.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/acpi/pdc_intel.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/pdc_intel.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/acpi/acopcode.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acopcode.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/acpi/acnames.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/acpi/acnames.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/nfsd/nfs4recover.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfsd/nfs4recover.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/inotify.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/inotify.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/kernel/signal.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/signal.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/net/ieee80211.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/ieee80211.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-omap1/serial.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap1/serial.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/acpi/glue.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/glue.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/misc/ldusb.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/misc/ldusb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/media/sn9c102_ov7630.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/media/sn9c102_ov7630.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/host/isp116x-hcd.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/isp116x-hcd.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/atm/xusbatm.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/atm/xusbatm.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/atm/usbatm.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/atm/usbatm.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/atm/usbatm.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/atm/usbatm.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/atm/cxacru.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/atm/cxacru.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/infiniband/core/cm.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/core/cm.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/plat-omap/clock.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/plat-omap/clock.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/plat-omap/gpio.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/plat-omap/gpio.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/plat-omap/mcbsp.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/plat-omap/mcbsp.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/plat-omap/ocpi.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/plat-omap/ocpi.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/infiniband/core/ucm.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/core/ucm.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/infiniband/core/uverbs.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/core/uverbs.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/infiniband/core/uverbs_cmd.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/core/uverbs_cmd.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/infiniband/core/uverbs_main.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/core/uverbs_main.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/kernel/acpi/cstate.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/acpi/cstate.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/skge.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/skge.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/message/fusion/mptfc.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/mptfc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/message/fusion/mptspi.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/mptspi.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/kernel/uncached.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/uncached.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/um/kernel/skas/include/stub-data.h - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/stub-data.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/kernel/skas/include/mm_id.h - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/include/mm_id.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/configs/bamboo_defconfig - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/configs/bamboo_defconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h .gitignore - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/.gitignore.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ieee80211/ieee80211_rx.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ieee80211/ieee80211_rx.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ieee80211/ieee80211_wx.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ieee80211/ieee80211_wx.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/os-Linux/tt.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/tt.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/RCU/rcuref.txt - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/RCU/rcuref.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/RCU/whatisRCU.txt - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/RCU/whatisRCU.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/os-Linux/start_up.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/start_up.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/scsi_transport_sas.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_transport_sas.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv4/inet_diag.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/inet_diag.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/fuse.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/fuse.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/kernel/syscall.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/syscall.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/dccp/ipv4.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/dccp/ipv4.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/um/Kconfig.i386 - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/Kconfig.i386.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/parser/psloop.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/parser/psloop.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv4/netfilter/ip_conntrack_proto_gre.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_conntrack_proto_gre.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/dccp/ackvec.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/dccp/ackvec.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/acpi/utilities/utcache.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utcache.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/acpi/utilities/utmutex.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utmutex.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/acpi/utilities/utstate.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/utilities/utstate.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h sound/pci/hda/patch_si3054.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/hda/patch_si3054.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/configs/collie_defconfig - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/collie_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/.gitignore - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/.gitignore.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/megaraid/megaraid_sas.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/megaraid/megaraid_sas.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/megaraid/megaraid_sas.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/megaraid/megaraid_sas.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/s390/scsi/zfcp_dbf.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_dbf.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/input/yealink.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/yealink.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wireless/ipw2200.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/ipw2200.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wireless/ipw2100.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/ipw2100.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wireless/hostap/hostap_wlan.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/hostap/hostap_wlan.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/wireless/hostap/hostap_proc.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/hostap/hostap_proc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/drm/savage_bci.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/savage_bci.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wireless/hostap/hostap_ioctl.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/hostap/hostap_ioctl.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/wireless/hostap/hostap_info.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/hostap/hostap_info.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wireless/hostap/hostap_config.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/hostap/hostap_config.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wireless/hostap/hostap_common.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/hostap/hostap_common.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wireless/hostap/hostap_ap.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/hostap/hostap_ap.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/wireless/hostap/hostap_ap.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/hostap/hostap_ap.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/wireless/hostap/hostap_80211_tx.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/hostap/hostap_80211_tx.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/wireless/hostap/hostap_80211_rx.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/hostap/hostap_80211_rx.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wireless/hostap/hostap_80211.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/hostap/hostap_80211.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wireless/hostap/hostap.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/hostap/hostap.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wireless/hostap/Makefile - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/hostap/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/wireless/hostap/Kconfig - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/hostap/Kconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/spider_net_ethtool.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/spider_net_ethtool.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/spider_net.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/spider_net.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/spider_net.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/spider_net.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/drm/savage_drv.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/savage_drv.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/usb/net/asix.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/net/asix.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/chelsio/sge.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/chelsio/sge.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/chelsio/sge.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/chelsio/sge.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/fuse/inode.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/fuse/inode.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/fuse/fuse_i.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/fuse/fuse_i.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/fuse/file.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/fuse/file.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/cassini.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/cassini.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/9p/vfs_inode.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/9p/vfs_inode.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/9p/vfs_file.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/9p/vfs_file.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/9p/v9fs_vfs.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/9p/v9fs_vfs.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/9p/Makefile - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/9p/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/infiniband/hw/mthca/mthca_srq.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/hw/mthca/mthca_srq.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-i386/futex.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/futex.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/rdma/ib_verbs.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/rdma/ib_verbs.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/message/fusion/mptsas.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/mptsas.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h scripts/kconfig/.gitignore - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/kconfig/.gitignore.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ia64/kernel/cpufreq/Makefile - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/cpufreq/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ia64/kernel/cpufreq/acpi-cpufreq.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/cpufreq/acpi-cpufreq.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ia64/sn/sn_feature_sets.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn_feature_sets.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/net/ieee80211_crypt.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/ieee80211_crypt.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/i810/i810-i2c.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/i810/i810-i2c.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/cyblafb.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/cyblafb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h scripts/.gitignore - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/.gitignore.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/infiniband/ulp/srp/ib_srp.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/ulp/srp/ib_srp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/infiniband/ulp/srp/ib_srp.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/ulp/srp/ib_srp.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/tlclk.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/tlclk.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h block/ll_rw_blk.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/block/ll_rw_blk.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h block/elevator.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/block/elevator.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h kernel/rcutorture.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/rcutorture.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/os-Linux/uaccess.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/uaccess.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/os-Linux/main.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/main.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/os-Linux/helper.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/helper.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-um/ldt-x86_64.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-um/ldt-x86_64.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-powerpc/unistd.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-powerpc/unistd.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-powerpc/thread_info.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-powerpc/thread_info.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-omap1/clock.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap1/clock.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-omap1/clock.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap1/clock.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-omap2/clock.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap2/clock.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-omap2/clock.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap2/clock.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-omap2/serial.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap2/serial.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-omap2/timer-gp.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap2/timer-gp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-powerpc/lppaca.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-powerpc/lppaca.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-powerpc/kexec.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-powerpc/kexec.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/Makefile.cpu - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Makefile.cpu.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/configs/gensparse_defconfig - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/configs/gensparse_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/.gitignore - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/.gitignore.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/powerpc/kernel/systbl.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/systbl.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/kernel/signal_64.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/signal_64.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/kernel/signal_32.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/signal_32.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/arch-omap/clock.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/clock.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/host/pci-quirks.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/pci-quirks.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/usb/host/ehci-pci.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ehci-pci.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/kernel/entry_64.S - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/entry_64.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/powerpc/kernel/entry_32.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/entry_32.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/configs/pseries_defconfig - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/configs/pseries_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/configs/ppc64_defconfig - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/configs/ppc64_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/powerpc/configs/maple_defconfig - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/configs/maple_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/configs/iseries_defconfig - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/configs/iseries_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/configs/g5_defconfig - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/configs/g5_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/configs/cell_defconfig - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/configs/cell_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/mtd/rfd_ftl.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/rfd_ftl.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h split-patches/early-biovec-merge - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/early-biovec-merge.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h split-patches/pagevec-exports - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/pagevec-exports.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h split-patches/kdb-v4.4-2.6.15-common-1 - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.15-common-1.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h split-patches/kdb-v4.4-2.6.15-ia64-1 - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.15-ia64-1.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h split-patches/kdb-v4.4-2.6.15-i386-1 - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.15-i386-1.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/atm/ueagle-atm.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/atm/ueagle-atm.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h sound/pci/pcxhr/pcxhr.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/pcxhr/pcxhr.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h sound/pci/cs5535audio/cs5535audio.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/pci/cs5535audio/cs5535audio.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/input/touchscreen/ads7846.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/touchscreen/ads7846.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/message/fusion/lsi/mpi_log_fc.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/lsi/mpi_log_fc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/zone.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/zone.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/zone.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/zone.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/user_reg.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/user_reg.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/user_reg.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/user_reg.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/subscr.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/subscr.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/storage/libusual.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/storage/libusual.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/subscr.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/subscr.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/socket.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/socket.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/ref.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/ref.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/ref.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/ref.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/port.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/port.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/powerpc/kernel/legacy_serial.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/legacy_serial.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/port.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/port.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/node_subscr.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/node_subscr.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/node_subscr.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/node_subscr.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/node.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/node.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/node.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/node.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/netlink.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/netlink.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/net.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/net.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/net.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/net.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/name_table.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/name_table.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/name_table.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/name_table.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/name_distr.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/name_distr.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/name_distr.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/name_distr.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/msg.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/msg.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/msg.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/msg.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/link.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/link.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/link.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/link.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/handler.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/handler.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/eth_media.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/eth_media.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/discover.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/discover.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/discover.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/discover.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/dbg.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/dbg.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/dbg.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/dbg.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/core.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/core.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/core.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/core.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/config.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/config.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/config.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/config.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/cluster.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/cluster.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/cluster.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/cluster.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/bearer.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/bearer.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/bearer.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/bearer.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/bcast.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/bcast.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/bcast.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/bcast.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/addr.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/addr.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/addr.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/addr.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/sn/ioc3.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/sn/ioc3.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/tipc/Kconfig - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/tipc/Kconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/netfilter/xt_realm.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/netfilter/xt_realm.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv6/netfilter/ip6t_policy.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_policy.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv4/netfilter/ipt_policy.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ipt_policy.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/dccp/ipv6.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/dccp/ipv6.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h kernel/hrtimer.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/hrtimer.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/tipc_config.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/tipc_config.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/netfilter/x_tables.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter/x_tables.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/ktime.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ktime.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/hrtimer.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/hrtimer.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/serial/at91_serial.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/at91_serial.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/sky2.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sky2.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wireless/hostap/hostap_main.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/hostap/hostap_main.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/tpm/tpm_bios.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/tpm/tpm_bios.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/synclink_gt.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/synclink_gt.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-sh/irq-sh7780.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/irq-sh7780.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-powerpc/pmac_pfunc.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-powerpc/pmac_pfunc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-ia64/sn/xpc.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/xpc.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/drm/via_dmablit.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/via_dmablit.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/s390/s390_rdev.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/s390_rdev.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/powerpc/platforms/powermac/pfunc_core.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/powermac/pfunc_core.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/os-Linux/trap.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/trap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/os-Linux/skas/Makefile - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/skas/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/powerpc/platforms/pseries/pci_dlpar.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/pseries/pci_dlpar.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/kernel/cpu/clock.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/cpu/clock.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/kernel/cpu/irq/ipr.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/kernel/cpu/irq/ipr.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h From owner-linux-xfs@oss.sgi.com Sun Feb 5 18:22:48 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 05 Feb 2006 18:22:53 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k162Mkm2019562 for ; Sun, 5 Feb 2006 18:22:47 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id NAA09955 for ; Mon, 6 Feb 2006 13:23:43 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id D9A42494A260; Mon, 6 Feb 2006 13:23:43 +1100 (EST) To: linux-xfs@oss.sgi.com Subject: TAKE 904196 - fix KDB modules Message-Id: <20060206022343.D9A42494A260@chook.melbourne.sgi.com> Date: Mon, 6 Feb 2006 13:23:43 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7296 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: 891 Lines: 20 Fix up some KDB module compilation issues. Date: Mon Feb 6 13:23:32 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/2.6.x-xfs Inspected by: nathans 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:25120a split-patches/fix-kdb-modules - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/fix-kdb-modules kdb/modules/kdbm_vm.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_vm.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h kdb/modules/kdbm_pg.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_pg.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h split-patches/series - 1.32 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/series.diff?r1=text&tr1=1.32&r2=text&tr2=1.31&f=h From owner-linux-xfs@oss.sgi.com Sun Feb 5 19:20:54 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 05 Feb 2006 19:21:00 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k163Kqm2023987 for ; Sun, 5 Feb 2006 19:20:54 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id OAA11267; Mon, 6 Feb 2006 14:21:45 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id D4A5E494A260; Mon, 6 Feb 2006 14:21:43 +1100 (EST) To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: TAKE 949073 - zone cleanups Message-Id: <20060206032143.D4A5E494A260@chook.melbourne.sgi.com> Date: Mon, 6 Feb 2006 14:21:43 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7297 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: 1507 Lines: 28 Cleanup the use of zones/slabs, more consistent and allows flags to be passed. Date: Mon Feb 6 14:21:10 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: dgc The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:25122a xfs_vfsops.c - 1.495 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vfsops.c.diff?r1=text&tr1=1.495&r2=text&tr2=1.494&f=h xfs_trans.h - 1.137 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_trans.h.diff?r1=text&tr1=1.137&r2=text&tr2=1.136&f=h linux-2.6/xfs_super.c - 1.354 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.c.diff?r1=text&tr1=1.354&r2=text&tr2=1.353&f=h linux-2.4/xfs_super.c - 1.321 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_super.c.diff?r1=text&tr1=1.321&r2=text&tr2=1.320&f=h linux-2.6/xfs_buf.c - 1.220 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_buf.c.diff?r1=text&tr1=1.220&r2=text&tr2=1.219&f=h linux-2.6/kmem.h - 1.35 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/kmem.h.diff?r1=text&tr1=1.35&r2=text&tr2=1.34&f=h linux-2.4/xfs_buf.c - 1.215 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_buf.c.diff?r1=text&tr1=1.215&r2=text&tr2=1.214&f=h linux-2.4/kmem.h - 1.30 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/kmem.h.diff?r1=text&tr1=1.30&r2=text&tr2=1.29&f=h From owner-linux-xfs@oss.sgi.com Sun Feb 5 19:23:32 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 05 Feb 2006 19:23:33 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k163NUm2024340 for ; Sun, 5 Feb 2006 19:23:31 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id OAA11333; Mon, 6 Feb 2006 14:24:24 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id 5A4A9494A260; Mon, 6 Feb 2006 14:24:24 +1100 (EST) To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: TAKE 949149 - fix mutex diagnostic Message-Id: <20060206032424.5A4A9494A260@chook.melbourne.sgi.com> Date: Mon, 6 Feb 2006 14:24:24 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7298 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: 478 Lines: 14 Fix a mutex_destroy diagnostic about a locked-mutex-on-destroy from quota code. Date: Mon Feb 6 14:24:09 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: dgc The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:25123a quota/xfs_qm.c - 1.33 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_qm.c.diff?r1=text&tr1=1.33&r2=text&tr2=1.32&f=h From owner-linux-xfs@oss.sgi.com Mon Feb 6 08:38:46 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 06 Feb 2006 08:38:49 -0800 (PST) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.197]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k16Gcjm2007972 for ; Mon, 6 Feb 2006 08:38:45 -0800 Received: by uproxy.gmail.com with SMTP id h2so871194ugf for ; Mon, 06 Feb 2006 08:39:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Etogkxwc401MeynGl3VcKE9QbszTmWaLl1bqbhNAl1ABuH8Bd4CfCCK90sb1HLpbniO+knBikkBAGmxef2xPfv+gQjZmyhFOx1Whz4A0bFwPi7eIv3HwPp3/aWADHxpmTUPDDHEY0IoL0m41bbwBJG4VImpLBNgqSrAeFknAlkE= Received: by 10.49.80.10 with SMTP id h10mr1250861nfl; Mon, 06 Feb 2006 07:01:19 -0800 (PST) Received: by 10.48.48.13 with HTTP; Mon, 6 Feb 2006 07:01:12 -0800 (PST) Message-ID: Date: Mon, 6 Feb 2006 10:01:12 -0500 From: Ross Macduff To: linux-xfs Subject: assertion error in xfs_repair MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by oss.sgi.com id k16Gckm2007976 X-archive-position: 7300 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: ross.macduff@gmail.com Precedence: bulk X-list: linux-xfs Content-Length: 1065 Lines: 33 Hello linux-xfs list members, A problem has crept up with a hardware raid-level 5 platform that has an xfs file system on it. In an attempt to clean things up I ran xfs_repair on it. Things proceed smoothly until phase 6 is reached at which point it dies: Phase 6 - check inode connectivity... - resetting contents of realtime bitmap and summary inodes - ensuring existence of lost+found directory - traversing filesystem starting at / ... - traversal finished ... - traversing all unattached subtrees ... rebuilding directory inode 131 xfs_repair: phase6.c:2591: longform_dir2_rebuild_finish: Assertion `error == 0' failed. Aborted I have installed the most recent versions of the xfsprogs rpm (2.7.11-1), and all the other rpms available at ftp://oss.sgi.com/projects/xfs/cmd_rpms/RPMS/i386. More details... OS: Fedora Core 2 kernel: 2.6.10-1.771_FC2smp I have searched through this list's archives and have found people with a similar problem but no applicable solution. Any help would be much appreciated. Ross From owner-linux-xfs@oss.sgi.com Mon Feb 6 10:57:49 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 06 Feb 2006 10:57:56 -0800 (PST) Received: from mail-relay-3.tiscali.it (mail-relay-3.tiscali.it [213.205.33.43]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k16Ivim2023173 for ; Mon, 6 Feb 2006 10:57:49 -0800 Received: from dreamland.darkstar.lan (84.222.34.115) by mail-relay-3.tiscali.it (7.2.069.1) id 438439FE00939BA8; Mon, 6 Feb 2006 18:21:12 +0100 Received: by dreamland.darkstar.lan (Postfix, from userid 1000) id E03FD21CCA; Mon, 6 Feb 2006 18:21:41 +0100 (CET) Date: Mon, 6 Feb 2006 18:21:41 +0100 From: Luca To: linux-kernel@vger.kernel.org Cc: linux-xfs@oss.sgi.com Subject: [BUG] Linux 2.6.16-rcX breaks mutt Message-ID: <20060206172141.GA15133@dreamland.darkstar.lan> Reply-To: kronos@kronoz.cjb.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11+cvs20060126 X-archive-position: 7301 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: kronos@kronoz.cjb.net Precedence: bulk X-list: linux-xfs Content-Length: 5385 Lines: 137 Hi, I found out that mutt when running with a 2.6.16-rcX kernel is unable to discover new mails in mboxes other than the main one. On my system mail is downloaded using fetchmail, which hands the mails to procmail; procmail then saves the mails in the correct mbox (for example each mailing list has its own mbox). Using mutt, the 'c' key is used to changed mbox and it defaults to the first mbox that has new mail. With kernel 2.6.16 'c' has no effects (mutt seems to think that there's no new mail). I think that the problem is related to the changes in: fs/xfs/linux-2.6/xfs_iops.c I've done a simple test with working and non working system: * With kernel 2.6.16-rc2 Empty file: kronos:~/Mail/Lists$ stat ML-testml-February-2006 File: `ML-testml-February-2006' Size: 994 Blocks: 8 IO Block: 4096 regular file Device: 306h/774d Inode: 26045738 Links: 1 Access: (0600/-rw-------) Uid: ( 1000/ kronos) Gid: ( 100/ users) Access: 2006-02-05 18:42:52.185598250 +0100 Modify: 2006-02-05 18:42:53.189661000 +0100 Change: 2006-02-05 18:42:53.189661000 +0100 Mutt opened: kronos:~/Mail/Lists$ stat ML-testml-February-2006 File: `ML-testml-February-2006' Size: 994 Blocks: 8 IO Block: 4096 regular file Device: 306h/774d Inode: 26045738 Links: 1 Access: (0600/-rw-------) Uid: ( 1000/ kronos) Gid: ( 100/ users) Access: 2006-02-05 18:43:05.338420250 +0100 Modify: 2006-02-05 18:42:53.000000000 +0100 Change: 2006-02-05 18:43:05.338420250 +0100 New mail: kronos:~/Mail/Lists$ stat ML-testml-February-2006 File: `ML-testml-February-2006' Size: 1940 Blocks: 8 IO Block: 4096 regular file Device: 306h/774d Inode: 26045738 Links: 1 Access: (0600/-rw-------) Uid: ( 1000/ kronos) Gid: ( 100/ users) Access: 2006-02-05 18:43:05.338420250 +0100 Modify: 2006-02-05 18:43:31.960084000 +0100 Change: 2006-02-05 18:43:31.960084000 +0100 Mutt opened: kronos:~/Mail/Lists$ stat ML-testml-February-2006 File: `ML-testml-February-2006' Size: 1940 Blocks: 8 IO Block: 4096 regular file Device: 306h/774d Inode: 26045738 Links: 1 Access: (0600/-rw-------) Uid: ( 1000/ kronos) Gid: ( 100/ users) Access: 2006-02-05 18:43:59.073778500 +0100 Modify: 2006-02-05 18:43:31.000000000 +0100 Change: 2006-02-05 18:43:59.073778500 +0100 * With kernel 2.6.15 Before: kronos:~/Mail/Lists$ stat ML-testml-February-2006 File: `ML-testml-February-2006' Size: 0 Blocks: 0 IO Block: 4096 regular empty file Device: 306h/774d Inode: 26045738 Links: 1 Access: (0600/-rw-------) Uid: ( 1000/ kronos) Gid: ( 100/ users) Access: 2006-02-05 18:46:13.186160000 +0100 Modify: 2006-02-05 18:46:06.000000000 +0100 Change: 2006-02-05 18:46:13.198160750 +0100 New mail: kronos:~/Mail/Lists$ stat ML-testml-February-2006 File: `ML-testml-February-2006' Size: 1187 Blocks: 8 IO Block: 4096 regular file Device: 306h/774d Inode: 26045738 Links: 1 Access: (0600/-rw-------) Uid: ( 1000/ kronos) Gid: ( 100/ users) Access: 2006-02-05 18:46:13.186160000 +0100 Modify: 2006-02-06 17:38:24.547425000 +0100 Change: 2006-02-06 17:38:24.547425000 +0100 Mutt opened: kronos:~/Mail/Lists$ stat ML-testml-February-2006 File: `ML-testml-February-2006' Size: 1187 Blocks: 8 IO Block: 4096 regular file Device: 306h/774d Inode: 26045738 Links: 1 Access: (0600/-rw-------) Uid: ( 1000/ kronos) Gid: ( 100/ users) Access: 2006-02-05 18:46:13.000000000 +0100 Modify: 2006-02-06 17:38:24.000000000 +0100 Change: 2006-02-06 17:38:36.856194250 +0100 Note that with 2.6.15 the atime of the mbox is unchanged after opening mutt, while with 2.6.16-rc2 it does change (I guess that's what confuses mutt). Also, looking at strace mutt reads the mbox (so atime changes) but immediatly resets atime using utime: stat64("/home/kronos/Mail/Lists/ML-testml-February-2006", {st_dev=makedev(3, 6), st_ino=26045738, st_mode=S_IFREG|0600, st_nlink=1, st_uid=1000, st_gid=100, st_blksize=4096, st_blocks=8, st_size=2159, st_atime=2006/02/05-18:46:13, st_mtime=2006/02/06-17:39:07, st_ctime=2006/02/06-18:01:12}) = 0 stat64("/home/kronos/Mail/Lists/ML-testml-February-2006", {st_dev=makedev(3, 6), st_ino=26045738, st_mode=S_IFREG|0600, st_nlink=1, st_uid=1000, st_gid=100, st_blksize=4096, st_blocks=8, st_size=2159, st_atime=2006/02/05-18:46:13, st_mtime=2006/02/06-17:39:07, st_ctime=2006/02/06-18:01:12}) = 0 open("/home/kronos/Mail/Lists/ML-testml-February-2006", O_RDONLY|O_LARGEFILE) = 4 fstat64(4, {st_dev=makedev(3, 6), st_ino=26045738, st_mode=S_IFREG|0600, st_nlink=1, st_uid=1000, st_gid=100, st_blksize=4096, st_blocks=8, st_size=2159, st_atime=2006/02/05-18:46:13, st_mtime=2006/02/06-17:39:07, st_ctime=2006/02/06-18:01:12}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f76000 read(4, "From kronos@kronoz.cjb.net Mon "..., 4096) = 2159 close(4) = 0 munmap(0xb7f76000, 4096) = 0 utime("/home/kronos/Mail/Lists/ML-testml-February-2006", [2006/02/05-18:46:13, 2006/02/06-17:39:07]) = 0 Luca (Please CC me) -- Home: http://kronoz.cjb.net "La Via prosegue senza fine." Bilbo Baggins - Il Signore degli Anelli - J.R.R. Tolkien From owner-linux-xfs@oss.sgi.com Mon Feb 6 13:32:07 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 06 Feb 2006 13:32:18 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k16LW4m2005389 for ; Mon, 6 Feb 2006 13:32:06 -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 IAA07556; Tue, 7 Feb 2006 08:32:51 +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 k16LX0kt9061209; Tue, 7 Feb 2006 08:33:01 +1100 (EST) Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id k16LWvKt9090083; Tue, 7 Feb 2006 08:32:57 +1100 (EST) Date: Tue, 7 Feb 2006 08:32:57 +1100 From: Nathan Scott To: Luca Cc: linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com Subject: Re: [BUG] Linux 2.6.16-rcX breaks mutt Message-ID: <20060207083256.D9093411@wobbly.melbourne.sgi.com> References: <20060206172141.GA15133@dreamland.darkstar.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20060206172141.GA15133@dreamland.darkstar.lan>; from kronos@kronoz.cjb.net on Mon, Feb 06, 2006 at 06:21:41PM +0100 X-archive-position: 7302 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: 547 Lines: 23 On Mon, Feb 06, 2006 at 06:21:41PM +0100, Luca wrote: > Hi, Hi Luca, > I found out that mutt when running with a 2.6.16-rcX kernel is unable to > discover new mails in mboxes other than the main one. > ... > I think that the problem is related to the changes in: > fs/xfs/linux-2.6/xfs_iops.c Indeed, there have been some atime related changes recently. > I've done a simple test with working and non working system: Thanks for the details, I should be able to reproduce and fix it from that - I'll get back to you soon. cheers. -- Nathan From owner-linux-xfs@oss.sgi.com Mon Feb 6 15:32:44 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 06 Feb 2006 15:32:54 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k16NWgm2011783 for ; Mon, 6 Feb 2006 15:32:43 -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 KAA11050; Tue, 7 Feb 2006 10:33:34 +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 k16NXdkt9099779; Tue, 7 Feb 2006 10:33: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 k16NUuQB000994; Tue, 7 Feb 2006 10:30:57 +1100 Received: (from nathans@localhost) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) id k16NUkWS000992; Tue, 7 Feb 2006 10:30:46 +1100 Date: Tue, 7 Feb 2006 10:30:46 +1100 From: Nathan Scott To: Luca Cc: linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com Subject: Re: [BUG] Linux 2.6.16-rcX breaks mutt Message-ID: <20060206233046.GC791@frodo> References: <20060206172141.GA15133@dreamland.darkstar.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060206172141.GA15133@dreamland.darkstar.lan> User-Agent: Mutt/1.5.3i X-archive-position: 7304 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: 860 Lines: 30 Hi Luca, On Mon, Feb 06, 2006 at 06:21:41PM +0100, Luca wrote: > Hi, > I found out that mutt when running with a 2.6.16-rcX kernel is unable to > discover new mails in mboxes other than the main one. > ... > I've done a simple test with working and non working system: I constructed a test case based on your description, and this patch fixes it for me - could you try it out & let me know how it goes in yoour case? thanks. -- Nathan --- fs/xfs/linux-2.6/xfs_iops.c.orig 2006-02-07 10:49:34.143620000 +1100 +++ fs/xfs/linux-2.6/xfs_iops.c 2006-02-07 10:49:57.785097500 +1100 @@ -673,6 +673,8 @@ linvfs_setattr( if (ia_valid & ATTR_ATIME) { vattr.va_mask |= XFS_AT_ATIME; vattr.va_atime = attr->ia_atime; + if (ia_valid & ATTR_ATIME_SET) + inode->i_atime = attr->ia_atime; } if (ia_valid & ATTR_MTIME) { vattr.va_mask |= XFS_AT_MTIME; From owner-linux-xfs@oss.sgi.com Mon Feb 6 18:38:31 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 06 Feb 2006 18:38:36 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k172cTm2031713 for ; Mon, 6 Feb 2006 18:38:30 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id NAA15514; Tue, 7 Feb 2006 13:39:13 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16346) id 33895494E434; Tue, 7 Feb 2006 13:39:12 +1100 (EST) To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: TAKE 949210 - accounting error in XFS writeback control Message-Id: <20060207023912.33895494E434@chook.melbourne.sgi.com> Date: Tue, 7 Feb 2006 13:39:12 +1100 (EST) From: dgc@sgi.com (David Chinner) X-archive-position: 7306 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: dgc@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 615 Lines: 17 Account for the page we just wrote when we detect congestion during the clustering of extra pages in a buffered write. Date: Tue Feb 7 13:38:24 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/dgc/isms/2.6.x-xfs Inspected by: nathans The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb Modid: xfs-linux-melb:xfs-kern:25130a fs/xfs/linux-2.6/xfs_aops.c - 1.113 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_aops.c.diff?r1=text&tr1=1.113&r2=text&tr2=1.112&f=h - Account for page written when we detect congestion during clustering. From owner-linux-xfs@oss.sgi.com Mon Feb 6 22:39:44 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 06 Feb 2006 22:39:49 -0800 (PST) Received: from smtp101.sbc.mail.mud.yahoo.com (smtp101.sbc.mail.mud.yahoo.com [68.142.198.200]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k176dhm2029513 for ; Mon, 6 Feb 2006 22:39:43 -0800 Received: (qmail 35295 invoked from network); 7 Feb 2006 06:40:40 -0000 Received: from unknown (HELO stupidest.org) (cwedgwood@sbcglobal.net@70.132.6.22 with login) by smtp101.sbc.mail.mud.yahoo.com with SMTP; 7 Feb 2006 06:40:40 -0000 Received: by taniwha.stupidest.org (Postfix, from userid 38689) id AE90451FB80; Mon, 6 Feb 2006 22:40:38 -0800 (PST) Date: Mon, 6 Feb 2006 22:40:38 -0800 From: Chris Wedgwood To: "L. A. Walsh" Cc: Linux-Xfs Subject: Re: validating root filesystem ... Message-ID: <20060207064038.GA12561@taniwha.stupidest.org> References: <43E1C5C6.9080005@tlinx.org> <20060203065747.GA17620@taniwha.stupidest.org> <43E55A98.8050104@tlinx.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43E55A98.8050104@tlinx.org> X-archive-position: 7307 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: 219 Lines: 7 On Sat, Feb 04, 2006 at 05:53:28PM -0800, L. A. Walsh wrote: > How should one check or repair a root file system? my suggestion is have an small alternate root to boot to, failing that boot from a CD or USB token From owner-linux-xfs@oss.sgi.com Mon Feb 6 23:13:07 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 06 Feb 2006 23:13:13 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k177D5m2002794 for ; Mon, 6 Feb 2006 23:13:06 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id SAA21301; Tue, 7 Feb 2006 18:13:57 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id 84D20494E435; Tue, 7 Feb 2006 18:13:55 +1100 (EST) To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: TAKE 949214 - utimes vs atime Message-Id: <20060207071355.84D20494E435@chook.melbourne.sgi.com> Date: Tue, 7 Feb 2006 18:13:55 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7308 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: 625 Lines: 16 Fix missing inode atime update from the utime syscall. Date: Tue Feb 7 18:13:33 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: dgc,tes The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:25136a linux-2.6/xfs_iops.c - 1.239 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_iops.c.diff?r1=text&tr1=1.239&r2=text&tr2=1.238&f=h linux-2.4/xfs_iops.c - 1.219 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_iops.c.diff?r1=text&tr1=1.219&r2=text&tr2=1.218&f=h From owner-linux-xfs@oss.sgi.com Mon Feb 6 23:50:03 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 06 Feb 2006 23:50:07 -0800 (PST) Received: from mail.davidb.org (mail.davidb.org [66.93.32.219]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k177o3m2005125 for ; Mon, 6 Feb 2006 23:50:03 -0800 Received: from davidb by mail.davidb.org with local (Exim 4.54 #1 (Debian)) id 1F6NcI-0008LM-Ie; Mon, 06 Feb 2006 23:50:26 -0800 Date: Mon, 6 Feb 2006 23:50:26 -0800 From: David Brown To: Chris Wedgwood Cc: "L. A. Walsh" , Linux-Xfs Subject: Re: validating root filesystem ... Message-ID: <20060207075026.GA31984@old.davidb.org> Mail-Followup-To: Chris Wedgwood , "L. A. Walsh" , Linux-Xfs References: <43E1C5C6.9080005@tlinx.org> <20060203065747.GA17620@taniwha.stupidest.org> <43E55A98.8050104@tlinx.org> <20060207064038.GA12561@taniwha.stupidest.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060207064038.GA12561@taniwha.stupidest.org> User-Agent: Mutt/1.5.11 X-archive-position: 7309 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: davidb@davidb.org Precedence: bulk X-list: linux-xfs Content-Length: 643 Lines: 19 On Mon, Feb 06, 2006 at 10:40:38PM -0800, Chris Wedgwood wrote: > On Sat, Feb 04, 2006 at 05:53:28PM -0800, L. A. Walsh wrote: > > > How should one check or repair a root file system? > > my suggestion is have an small alternate root to boot to, failing that > boot from a CD or USB token I've had good results with R.I.P. Linux So far it has booted on every machine I've tried it on. It can boot from CD or USB drive, and runs out of ramdisk. It includes all of the xfs tools, so I've even used it when I pushed everything off of ext3 and brought it back into xfs. Dave From owner-linux-xfs@oss.sgi.com Tue Feb 7 03:27:29 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 07 Feb 2006 03:27:30 -0800 (PST) Received: from elfstone.noviforum.si (elfstone.noviforum.si [193.189.169.107]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k17BRSm2030473 for ; Tue, 7 Feb 2006 03:27:28 -0800 Received: from localhost (localhost [127.0.0.1]) by elfstone.noviforum.si (ESMTP) with ESMTP id 3702A1B920 for ; Tue, 7 Feb 2006 12:26:57 +0100 (CET) Received: from dacun.noviforum.si (dacun.noviforum.si [192.168.2.26]) by elfstone.noviforum.si (ESMTP) with ESMTP id 0D4B61B912 for ; Tue, 7 Feb 2006 12:26:57 +0100 (CET) Subject: errors in kernel log From: Gorazd Golob To: linux-xfs@oss.sgi.com Content-Type: text/plain Date: Tue, 07 Feb 2006 12:28:26 +0100 Message-Id: <1139311706.6567.3.camel@dacun.noviforum.si> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Content-Transfer-Encoding: 7bit X-archive-position: 7310 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: gorazd.golob@noviforum.si Precedence: bulk X-list: linux-xfs Content-Length: 2232 Lines: 53 re! I'm seeing some strange errors regarding xfs partition. Kernel is vanilla 2.6.12.6. Is this already solved in new versions? tnx, Gorazd [ 3021.289363] Filesystem "sda4": XFS internal error xfs_btree_check_sblock at line 342 of file fs/xfs/xfs_btree.c. Caller 0xffffffff802803f1 [ 3021.314276] [ 3021.314277] Call Trace:{xfs_btree_check_sblock+200} {xfs_alloc_lookup+303} [ 3021.314285] {xfs_alloc_ag_vextent+169} {xfs_alloc_vextent+696} [ 3021.314293] {xfs_bmapi+5098} {xfs_bmbt_get_state+9} [ 3021.314300] {xfs_iomap_write_allocate+648} {xfs_iomap+706} [ 3021.314313] {linvfs_release_page+182} {xfs_map_blocks+66} [ 3021.314335] {xfs_page_state_convert+679} {__pagevec_free+33} [ 3021.314343] {linvfs_writepage+179} {mpage_writepages+459} [ 3021.314352] {linvfs_writepage+0} {__writeback_single_inode+486} [ 3021.314360] {del_timer_sync+33} {del_singleshot_timer_sync+22} [ 3021.314366] {schedule_timeout+174} {process_timeout+0} [ 3021.314372] {sync_sb_inodes+503} {writeback_inodes+146} [ 3021.314380] {balance_dirty_pages_ratelimited +283} [ 3021.314384] {generic_file_buffered_write +1152} [ 3021.314389] {__up_write+49} {xfs_write+1863} [ 3021.314397] {__up_read+33} {__pagevec_free+33} [ 3021.314405] {release_pages+381} {linvfs_write+248} [ 3021.314411] {free_pages_and_swap_cache+118} {anon_vma_unlink+93} [ 3021.314419] {autoremove_wake_function+0} {vfs_write+192} [ 3021.314425] {sys_write+83} {system_call+126} [ 3021.314431] From owner-linux-xfs@oss.sgi.com Tue Feb 7 05:39:03 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 07 Feb 2006 05:39:08 -0800 (PST) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k17Dd2m2010297 for ; Tue, 7 Feb 2006 05:39:03 -0800 Received: from spindle.corp.sgi.com (spindle.corp.sgi.com [198.29.75.13]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id k17Fh3Sv031050 for ; Tue, 7 Feb 2006 07:43:03 -0800 Received: from [127.0.0.1] (sshgate.corp.sgi.com [198.149.36.12]) by spindle.corp.sgi.com (SGI-8.12.5/8.12.9/generic_config-1.2) with ESMTP id k17DdwhO22646194; Tue, 7 Feb 2006 05:39:58 -0800 (PST) Message-ID: <43E8A333.10802@sgi.com> Date: Tue, 07 Feb 2006 07:40:03 -0600 From: Eric Sandeen User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gorazd Golob CC: linux-xfs@oss.sgi.com Subject: Re: errors in kernel log References: <1139311706.6567.3.camel@dacun.noviforum.si> In-Reply-To: <1139311706.6567.3.camel@dacun.noviforum.si> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 7311 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: 2856 Lines: 67 Gorazd Golob wrote: > re! > > I'm seeing some strange errors regarding xfs partition. Kernel is > vanilla 2.6.12.6. Is this already solved in new versions? This indicates that xfs read some metadata from disk that was not in the form expected. It's probably the result of something else that went wrong previously (any other interesting IO related errors before this?) I don't know of any recent bugs that could have caused this but I could be wrong.. I'd suggest running xfs_repair, and to be really safe about it, run it first with -n, or on a dd'd copy of the partition just to be sure the results of the repair will be acceptable... -Eric > tnx, Gorazd > > [ 3021.289363] Filesystem "sda4": XFS internal error > xfs_btree_check_sblock at line 342 of file fs/xfs/xfs_btree.c. Caller > 0xffffffff802803f1 > [ 3021.314276] > [ 3021.314277] Call Trace:{xfs_btree_check_sblock+200} > {xfs_alloc_lookup+303} > [ 3021.314285] {xfs_alloc_ag_vextent+169} > {xfs_alloc_vextent+696} > [ 3021.314293] {xfs_bmapi+5098} > {xfs_bmbt_get_state+9} > [ 3021.314300] {xfs_iomap_write_allocate+648} > {xfs_iomap+706} > [ 3021.314313] {linvfs_release_page+182} > {xfs_map_blocks+66} > [ 3021.314335] {xfs_page_state_convert+679} > {__pagevec_free+33} > [ 3021.314343] {linvfs_writepage+179} > {mpage_writepages+459} > [ 3021.314352] {linvfs_writepage+0} > {__writeback_single_inode+486} > [ 3021.314360] {del_timer_sync+33} > {del_singleshot_timer_sync+22} > [ 3021.314366] {schedule_timeout+174} > {process_timeout+0} > [ 3021.314372] {sync_sb_inodes+503} > {writeback_inodes+146} > [ 3021.314380] {balance_dirty_pages_ratelimited > +283} > [ 3021.314384] {generic_file_buffered_write > +1152} > [ 3021.314389] {__up_write+49} > {xfs_write+1863} > [ 3021.314397] {__up_read+33} > {__pagevec_free+33} > [ 3021.314405] {release_pages+381} > {linvfs_write+248} > [ 3021.314411] {free_pages_and_swap_cache+118} > {anon_vma_unlink+93} > [ 3021.314419] {autoremove_wake_function+0} > {vfs_write+192} > [ 3021.314425] {sys_write+83} > {system_call+126} > [ 3021.314431] > > > From owner-linux-xfs@oss.sgi.com Tue Feb 7 06:14:39 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 07 Feb 2006 06:14:43 -0800 (PST) Received: from elfstone.noviforum.si (elfstone.noviforum.si [193.189.169.107]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k17EEcm2012886 for ; Tue, 7 Feb 2006 06:14:39 -0800 Received: from localhost (localhost [127.0.0.1]) by elfstone.noviforum.si (ESMTP) with ESMTP id 272431B91D; Tue, 7 Feb 2006 15:14:06 +0100 (CET) Received: from dacun.noviforum.si (dacun.noviforum.si [192.168.2.26]) by elfstone.noviforum.si (ESMTP) with ESMTP id E27411B912; Tue, 7 Feb 2006 15:14:05 +0100 (CET) Subject: Re: errors in kernel log From: Gorazd Golob To: Eric Sandeen Cc: linux-xfs@oss.sgi.com In-Reply-To: <43E8A333.10802@sgi.com> References: <1139311706.6567.3.camel@dacun.noviforum.si> <43E8A333.10802@sgi.com> Content-Type: text/plain Date: Tue, 07 Feb 2006 15:15:36 +0100 Message-Id: <1139321736.6567.15.camel@dacun.noviforum.si> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Content-Transfer-Encoding: 7bit X-archive-position: 7312 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: gorazd.golob@noviforum.si Precedence: bulk X-list: linux-xfs Content-Length: 3216 Lines: 78 hi! I was just writting with dd to one file (~40Gb) (kind of perf test for sata controller). And those messages started to appear during the write. thanks, Gorazd On Tue, 2006-02-07 at 07:40 -0600, Eric Sandeen wrote: > Gorazd Golob wrote: > > re! > > > > I'm seeing some strange errors regarding xfs partition. Kernel is > > vanilla 2.6.12.6. Is this already solved in new versions? > > This indicates that xfs read some metadata from disk that was not in the > form expected. It's probably the result of something else that went > wrong previously (any other interesting IO related errors before this?) > I don't know of any recent bugs that could have caused this but I > could be wrong.. > > I'd suggest running xfs_repair, and to be really safe about it, run it > first with -n, or on a dd'd copy of the partition just to be sure the > results of the repair will be acceptable... > > -Eric > > > tnx, Gorazd > > > > [ 3021.289363] Filesystem "sda4": XFS internal error > > xfs_btree_check_sblock at line 342 of file fs/xfs/xfs_btree.c. Caller > > 0xffffffff802803f1 > > [ 3021.314276] > > [ 3021.314277] Call Trace:{xfs_btree_check_sblock+200} > > {xfs_alloc_lookup+303} > > [ 3021.314285] {xfs_alloc_ag_vextent+169} > > {xfs_alloc_vextent+696} > > [ 3021.314293] {xfs_bmapi+5098} > > {xfs_bmbt_get_state+9} > > [ 3021.314300] {xfs_iomap_write_allocate+648} > > {xfs_iomap+706} > > [ 3021.314313] {linvfs_release_page+182} > > {xfs_map_blocks+66} > > [ 3021.314335] {xfs_page_state_convert+679} > > {__pagevec_free+33} > > [ 3021.314343] {linvfs_writepage+179} > > {mpage_writepages+459} > > [ 3021.314352] {linvfs_writepage+0} > > {__writeback_single_inode+486} > > [ 3021.314360] {del_timer_sync+33} > > {del_singleshot_timer_sync+22} > > [ 3021.314366] {schedule_timeout+174} > > {process_timeout+0} > > [ 3021.314372] {sync_sb_inodes+503} > > {writeback_inodes+146} > > [ 3021.314380] {balance_dirty_pages_ratelimited > > +283} > > [ 3021.314384] {generic_file_buffered_write > > +1152} > > [ 3021.314389] {__up_write+49} > > {xfs_write+1863} > > [ 3021.314397] {__up_read+33} > > {__pagevec_free+33} > > [ 3021.314405] {release_pages+381} > > {linvfs_write+248} > > [ 3021.314411] {free_pages_and_swap_cache+118} > > {anon_vma_unlink+93} > > [ 3021.314419] {autoremove_wake_function+0} > > {vfs_write+192} > > [ 3021.314425] {sys_write+83} > > {system_call+126} > > [ 3021.314431] > > > > > > > > From owner-linux-xfs@oss.sgi.com Tue Feb 7 06:48:16 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 07 Feb 2006 06:48:22 -0800 (PST) Received: from mail-relay-3.tiscali.it (mail-relay-3.tiscali.it [213.205.33.43]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k17EmBm2014949 for ; Tue, 7 Feb 2006 06:48:16 -0800 Received: from dreamland.darkstar.lan (84.222.33.26) by mail-relay-3.tiscali.it (7.2.069.1) id 438439FE0095F5DA; Tue, 7 Feb 2006 15:49:03 +0100 Received: by dreamland.darkstar.lan (Postfix, from userid 1000) id 4D3FB17214; Tue, 7 Feb 2006 15:49:38 +0100 (CET) Date: Tue, 7 Feb 2006 15:49:37 +0100 From: Luca To: Nathan Scott Cc: linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com Subject: Re: [BUG] Linux 2.6.16-rcX breaks mutt Message-ID: <20060207144937.GA3302@dreamland.darkstar.lan> Reply-To: kronos@kronoz.cjb.net References: <20060206172141.GA15133@dreamland.darkstar.lan> <20060206233046.GC791@frodo> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060206233046.GC791@frodo> User-Agent: Mutt/1.5.11+cvs20060126 X-archive-position: 7313 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: kronos@kronoz.cjb.net Precedence: bulk X-list: linux-xfs Content-Length: 1112 Lines: 35 Il Tue, Feb 07, 2006 at 10:30:46AM +1100, Nathan Scott ha scritto: > Hi Luca, > > On Mon, Feb 06, 2006 at 06:21:41PM +0100, Luca wrote: > > Hi, > > I found out that mutt when running with a 2.6.16-rcX kernel is unable to > > discover new mails in mboxes other than the main one. > > ... > > I've done a simple test with working and non working system: > > I constructed a test case based on your description, and this patch > fixes it for me - could you try it out & let me know how it goes in > yoour case? Tested now, it's working. > --- fs/xfs/linux-2.6/xfs_iops.c.orig 2006-02-07 10:49:34.143620000 +1100 > +++ fs/xfs/linux-2.6/xfs_iops.c 2006-02-07 10:49:57.785097500 +1100 > @@ -673,6 +673,8 @@ linvfs_setattr( > if (ia_valid & ATTR_ATIME) { > vattr.va_mask |= XFS_AT_ATIME; > vattr.va_atime = attr->ia_atime; > + if (ia_valid & ATTR_ATIME_SET) > + inode->i_atime = attr->ia_atime; > } > if (ia_valid & ATTR_MTIME) { > vattr.va_mask |= XFS_AT_MTIME; thanks, Luca -- Home: http://kronoz.cjb.net La somma dell'intelligenza sulla terra e` una costante. La popolazione e` in aumento. From owner-linux-xfs@oss.sgi.com Tue Feb 7 16:34:28 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 07 Feb 2006 16:34:32 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k180YQm2006248 for ; Tue, 7 Feb 2006 16:34:27 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id LAA13542; Wed, 8 Feb 2006 11:35:17 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id 4B34F494E431; Wed, 8 Feb 2006 11:35:16 +1100 (EST) To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: TAKE 949290 - fsck Message-Id: <20060208003516.4B34F494E431@chook.melbourne.sgi.com> Date: Wed, 8 Feb 2006 11:35:16 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7315 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: 1198 Lines: 24 Make fsck.xfs provide more assistance to the unwary user. Date: Wed Feb 8 11:33:07 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-cmds Inspected by: mjancar@suse.de The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-cmds/master-melb Modid: master-melb:xfs-cmds:25138a xfsprogs/fsck/xfs_fsck.sh - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/fsck/xfs_fsck.sh xfsprogs/VERSION - 1.145 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/VERSION.diff?r1=text&tr1=1.145&r2=text&tr2=1.144&f=h xfsprogs/doc/CHANGES - 1.192 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/doc/CHANGES.diff?r1=text&tr1=1.192&r2=text&tr2=1.191&f=h xfsprogs/fsck/xfs_fsck.c - 1.7 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/fsck/xfs_fsck.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h xfsprogs/fsck/Makefile - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/fsck/Makefile.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h xfsprogs/debian/changelog - 1.131 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/debian/changelog.diff?r1=text&tr1=1.131&r2=text&tr2=1.130&f=h From owner-linux-xfs@oss.sgi.com Tue Feb 7 20:35:58 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 07 Feb 2006 20:36:02 -0800 (PST) Received: from omx1.americas.sgi.com (omx1-ext.sgi.com [192.48.179.11]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k184Zwm2030285 for ; Tue, 7 Feb 2006 20:35:58 -0800 Received: from omx2.sgi.com ([198.149.32.25]) by omx1.americas.sgi.com (8.12.10/8.12.9/linux-outbound_gateway-1.1) with ESMTP id k184auOX016029 for ; Tue, 7 Feb 2006 22:36:56 -0600 Received: from bruce.melbourne.sgi.com (bruce.melbourne.sgi.com [134.14.54.176]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id k186e2BP024750 for ; Tue, 7 Feb 2006 22:40:03 -0800 Received: by bruce.melbourne.sgi.com (Postfix, from userid 38403) id 0709A545B; Wed, 8 Feb 2006 16:06:13 +1100 (EST) To: linux-xfs@oss.sgi.com Subject: TAKE 907752 - xfstests Message-Id: <20060208050613.0709A545B@bruce.melbourne.sgi.com> Date: Wed, 8 Feb 2006 16:06:13 +1100 (EST) From: fsgqa@bruce.melbourne.sgi.com (FSG QA) X-archive-position: 7316 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 Content-Length: 1074 Lines: 26 Couple more QA tests - one ENOSPC condition, one bulkstat error case. Date: Wed Feb 8 15:36:21 AEDT 2006 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:25142a xfstests/109 - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfstests/109 xfstests/109.out - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfstests/109.out xfstests/111 - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfstests/111 xfstests/111.out - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfstests/111.out xfstests/src/itrash.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfstests/src/itrash.c xfstests/group - 1.82 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfstests/group.diff?r1=text&tr1=1.82&r2=text&tr2=1.81&f=h xfstests/src/Makefile - 1.35 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfstests/src/Makefile.diff?r1=text&tr1=1.35&r2=text&tr2=1.34&f=h From owner-linux-xfs@oss.sgi.com Wed Feb 8 02:21:48 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 08 Feb 2006 02:21:58 -0800 (PST) Received: from pentafluge.infradead.org (pentafluge.infradead.org [213.146.154.40]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k18ALlm2001803 for ; Wed, 8 Feb 2006 02:21:48 -0800 Received: from hch by pentafluge.infradead.org with local (Exim 4.54 #1 (Red Hat Linux)) id 1F6lVw-0002UQ-Vy; Wed, 08 Feb 2006 09:21:29 +0000 Date: Wed, 8 Feb 2006 09:21:28 +0000 From: Christoph Hellwig To: David Chinner Cc: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: Re: PARTIAL TAKE 946630 - Contention on incore superblock lock Message-ID: <20060208092128.GA9543@infradead.org> References: <20060203061930.8672A494E42E@chook.melbourne.sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060203061930.8672A494E42E@chook.melbourne.sgi.com> User-Agent: Mutt/1.4.2.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html X-archive-position: 7317 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: 763 Lines: 14 On Fri, Feb 03, 2006 at 05:19:30PM +1100, David Chinner wrote: > When running parallel I/O threads on machines with lots of > CPUs, the incore superblock lock becomes the limiting factor > for buffered write throughput. Make the contended fields in > the incore superblock use per-cpu counters so that there is > no global lock to limit scalability. This looks like it's wrong in case of hotplug cpus. Various functions only iterate over all online cpus, e.g. to initialize structures and update the ondisk counters on unmount. It would oops when adding a new cpu online due to uninitialized spinlocks or corrupt the filesystems when removing cpus while a filesystem is mounted. Changing all for_each_online_cpu to for_each_possible_cpu should fix all this. From owner-linux-xfs@oss.sgi.com Wed Feb 8 03:05:09 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 08 Feb 2006 03:05:11 -0800 (PST) Received: from gw-eur5.philips.com (gw-eur5.philips.com [161.85.125.12]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k18B58m2004598 for ; Wed, 8 Feb 2006 03:05:08 -0800 Received: from gw-eur4.philips.com (gw-eur4.philips.com [161.85.125.10]) by gw-eur5.philips.com (Postfix) with ESMTP id 625246144C for ; Wed, 8 Feb 2006 10:06:06 +0000 (UTC) Received: from smtpscan-eur5.philips.com (smtpscan-eur5.mail.philips.com [130.144.57.168]) by gw-eur4.philips.com (Postfix) with ESMTP id B8C624971C for ; Wed, 8 Feb 2006 10:06:00 +0000 (UTC) Received: from smtpscan-eur5.philips.com (localhost [127.0.0.1]) by localhost.philips.com (Postfix) with ESMTP id ACA9470 for ; Wed, 8 Feb 2006 10:05:54 +0000 (GMT) Received: from smtprelay-eur2.philips.com (smtprelay-eur2.philips.com [130.144.57.171]) by smtpscan-eur5.philips.com (Postfix) with ESMTP id 8659961 for ; Wed, 8 Feb 2006 10:05:38 +0000 (GMT) Received: from ehvrmh02.diamond.philips.com (ehvrmh02-srv.diamond.philips.com [130.139.27.125]) by smtprelay-eur2.philips.com (Postfix) with ESMTP id C8DD342 for ; Wed, 8 Feb 2006 10:05:38 +0000 (GMT) Subject: SGI 02 To: linux-xfs@oss.sgi.com X-Mailer: Lotus Notes Release 6.0.3 September 26, 2003 Message-ID: From: Honson Lee Date: Wed, 8 Feb 2006 11:04:14 +0100 X-MIMETrack: Serialize by Router on ehvrmh02/H/SERVER/PHILIPS(Release 6.5.3FP1HF291 | September 19, 2005) at 08/02/2006 11:04:17 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-archive-position: 7318 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: honson.lee@philips.com Precedence: bulk X-list: linux-xfs Content-Length: 713 Lines: 26 Hi, there Forgive me to bother you for a minute as I know this is non-support activity. I was given an SGI 02 machine from where I work, a give-away clearance. Since all the licence and operation system are taken away, I wonder is there still anything I can do with the computer, the hardware. Is it possible to install it Linux or any other operating system? Would appreciate if you can give some advice or hints from any other sources. Kind regards Honson Lee Consultant PD Philips Design -------------------------------------------------- Emmasingel 24, bldg HWD-6 5611AZ Eindhoven The Netherlands Tel : (31) 40-275 90 83 email: Honson.Lee@philips.com -------------------------------------------------- From owner-linux-xfs@oss.sgi.com Wed Feb 8 06:05:44 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 08 Feb 2006 06:06:11 -0800 (PST) Received: from mail.vcc.de (mail.vcc.de [217.111.2.122]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k18E5im2020867 for ; Wed, 8 Feb 2006 06:05:44 -0800 Received: from localhost (localhost [127.0.0.1]) by mail.vcc.de (Postfix) with ESMTP id C77551C8198; Wed, 8 Feb 2006 14:07:33 +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 10658-09; Wed, 8 Feb 2006 14:07:31 +0100 (CET) Received: from [192.9.209.64] (wolverine.vcc.de [217.111.2.200]) by mail.vcc.de (Postfix) with ESMTP id 956AE1C8193; Wed, 8 Feb 2006 14:07:31 +0100 (CET) Message-ID: <43E9ED47.3080007@opticalart.de> Date: Wed, 08 Feb 2006 14:08:23 +0100 From: Frank Hellmann User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Honson Lee CC: linux-xfs@oss.sgi.com Subject: Re: SGI 02 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 7319 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 Content-Length: 1457 Lines: 58 Hi Honson Lee, you can get yourself a free Support Folio account at SGIs website and download the IRIX 6.5.22 from there: https://support.sgi.com/register_request or check out the Debian Linux O2 install howtos: http://caradhras.ccslab.aueb.gr/index.html Haven't done it myself, but it looks at least experimental. So good luck with it... Cheers, Frank... Honson Lee wrote: >Hi, there > >Forgive me to bother you for a minute as I know this is non-support >activity. > >I was given an SGI 02 machine from where I work, a give-away clearance. >Since all the licence and operation system are taken away, I wonder is >there still anything I can do with the computer, the hardware. >Is it possible to install it Linux or any other operating system? > >Would appreciate if you can give some advice or hints from any other >sources. > >Kind regards > >Honson Lee >Consultant PD >Philips Design >-------------------------------------------------- >Emmasingel 24, bldg HWD-6 >5611AZ Eindhoven >The Netherlands >Tel : (31) 40-275 90 83 >email: Honson.Lee@philips.com >-------------------------------------------------- > > > > > -- -------------------------------------------------------------------------- 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@oss.sgi.com Wed Feb 8 23:29:35 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 08 Feb 2006 23:29:37 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k197TUm2031475 for ; Wed, 8 Feb 2006 23:29:34 -0800 Received: from snort.melbourne.sgi.com (snort.melbourne.sgi.com [134.14.54.149]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id SAA23681; Thu, 9 Feb 2006 18:30:07 +1100 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 k197U6dM104674063; Thu, 9 Feb 2006 18:30:06 +1100 (EST) Received: (from dgc@localhost) by snort.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id k197U4Mb104673493; Thu, 9 Feb 2006 18:30:04 +1100 (EST) Date: Thu, 9 Feb 2006 18:30:04 +1100 From: David Chinner To: Christoph Hellwig Cc: David Chinner , linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: Re: PARTIAL TAKE 946630 - Contention on incore superblock lock Message-ID: <20060209073004.GC43335175@melbourne.sgi.com> References: <20060203061930.8672A494E42E@chook.melbourne.sgi.com> <20060208092128.GA9543@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060208092128.GA9543@infradead.org> User-Agent: Mutt/1.4.2.1i X-archive-position: 7321 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: dgc@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 1832 Lines: 49 On Wed, Feb 08, 2006 at 09:21:28AM +0000, Christoph Hellwig wrote: > On Fri, Feb 03, 2006 at 05:19:30PM +1100, David Chinner wrote: > > When running parallel I/O threads on machines with lots of > > CPUs, the incore superblock lock becomes the limiting factor > > for buffered write throughput. Make the contended fields in > > the incore superblock use per-cpu counters so that there is > > no global lock to limit scalability. > > This looks like it's wrong in case of hotplug cpus. Yup, I know. There's even a comment to say that it doesn't yet support hotplug CPUs. I need to add a notifier chain function that initialises/destroys and then rebalances the per-cpu stuff when an event occurs. > Changing all for_each_online_cpu to > for_each_possible_cpu should fix all this. I can't find that function in 2.6.16-rc2. I see: #define for_each_cpu(cpu) for_each_cpu_mask((cpu), cpu_possible_map) #define for_each_online_cpu(cpu) for_each_cpu_mask((cpu), cpu_online_map) #define for_each_present_cpu(cpu) for_each_cpu_mask((cpu), cpu_present_map) Do you mean for_each_cpu()? If that is the case, then that means we balance over a per-cpu list of NR_CPUs rather than the number of CPUS actually in the machine. That is bad because we distribute counts to cpus that don't even exist in most machines and hence would never get used, leading to excessive rebalancing due to the existing cpus running the counters dry far faster.... And cpu_present_map is the same as cpu_possible_map for machines that do not support hotplug cpus, so that's to be avoided as well. In light of this, what choice do I have if I only want to balance across the actual present CPUs? The only thing that I can see will work is for_each_online_cpu().... Cheers, Dave. -- Dave Chinner R&D Software Enginner SGI Australian Software Group From owner-linux-xfs@oss.sgi.com Fri Feb 10 06:30:22 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 10 Feb 2006 06:30:27 -0800 (PST) Received: from mailout.stusta.mhn.de (emailhub.stusta.mhn.de [141.84.69.5]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1AEULm2007816 for ; Fri, 10 Feb 2006 06:30:21 -0800 Received: (qmail 27601 invoked from network); 10 Feb 2006 12:31:14 -0000 Received: from r063144.stusta.swh.mhn.de (10.150.63.144) by mailout.stusta.mhn.de with SMTP; 10 Feb 2006 12:31:14 -0000 Received: by r063144.stusta.swh.mhn.de (Postfix, from userid 1000) id E5B67147A3E; Fri, 10 Feb 2006 13:31:14 +0100 (CET) Date: Fri, 10 Feb 2006 13:31:14 +0100 From: Adrian Bunk To: Andrew Morton , xfs-masters@oss.sgi.com Cc: linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com Subject: [-mm patch] fs/xfs/linux-2.6/xfs_linux.h: #if CONFIG_SMP -> #ifdef CONFIG_SMP Message-ID: <20060210123114.GC19918@stusta.de> References: <20060207220627.345107c3.akpm@osdl.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060207220627.345107c3.akpm@osdl.org> User-Agent: Mutt/1.5.11 X-archive-position: 7323 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: bunk@stusta.de Precedence: bulk X-list: linux-xfs Content-Length: 1511 Lines: 46 On Tue, Feb 07, 2006 at 10:06:27PM -0800, Andrew Morton wrote: >... > Changes since 2.6.16-rc1-mm5: >... > git-xfs.patch >... > Git trees >... When compiling with gcc 4.0 and CONFIG_SMP unset, there are tons of the following warnings: <-- snip --> ... CC fs/xfs/quota/xfs_dquot_item.o In file included from fs/xfs/xfs.h:20, from fs/xfs/quota/xfs_dquot_item.c:18: fs/xfs/linux-2.6/xfs_linux.h:103:5: warning: "CONFIG_SMP" is not defined CC fs/xfs/quota/xfs_trans_dquot.o In file included from fs/xfs/xfs.h:20, from fs/xfs/quota/xfs_trans_dquot.c:18: fs/xfs/linux-2.6/xfs_linux.h:103:5: warning: "CONFIG_SMP" is not defined CC fs/xfs/quota/xfs_qm_syscalls.o In file included from fs/xfs/xfs.h:20, from fs/xfs/quota/xfs_qm_syscalls.c:21: fs/xfs/linux-2.6/xfs_linux.h:103:5: warning: "CONFIG_SMP" is not defined ... <-- snip --> Signed-off-by: Adrian Bunk --- linux-2.6.16-rc2-mm1-full/fs/xfs/linux-2.6/xfs_linux.h.old 2006-02-10 12:17:32.000000000 +0100 +++ linux-2.6.16-rc2-mm1-full/fs/xfs/linux-2.6/xfs_linux.h 2006-02-10 12:18:05.000000000 +0100 @@ -100,7 +100,7 @@ */ #undef HAVE_REFCACHE /* reference cache not needed for NFS in 2.6 */ #define HAVE_SENDFILE /* sendfile(2) exists in 2.6, but not in 2.4 */ -#if CONFIG_SMP +#ifdef CONFIG_SMP #define HAVE_PERCPU_SB /* per cpu superblock counters are a 2.6 feature */ #else #undef HAVE_PERCPU_SB /* per cpu superblock counters are a 2.6 feature */ From owner-linux-xfs@oss.sgi.com Sun Feb 12 14:27:51 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 12 Feb 2006 14:27:53 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1CMRnm2028399 for ; Sun, 12 Feb 2006 14:27:50 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id JAA18267 for ; Mon, 13 Feb 2006 09:28:36 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id C19C749BFB05; Mon, 13 Feb 2006 09:28:34 +1100 (EST) To: linux-xfs@oss.sgi.com Subject: TAKE 949073, 946630 - fix zone flags, fix !SMP warnings Message-Id: <20060212222834.C19C749BFB05@chook.melbourne.sgi.com> Date: Mon, 13 Feb 2006 09:28:34 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7329 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: 1176 Lines: 33 Flag the XFS inode cache as in need of spreading also. Date: Sun Feb 12 09:41:54 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: dgc The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:25170a linux-2.6/xfs_super.c - 1.355 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.c.diff?r1=text&tr1=1.355&r2=text&tr2=1.354&f=h When compiling with gcc 4.0 and CONFIG_SMP unset, there are many warnings along the lines: xfs_linux.h:103:5: warning: "CONFIG_SMP" is not defined. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Date: Mon Feb 13 09:26:52 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: bunk@stusta.de,akpm@osdl.org,agruen@suse.de,dgc@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:25171a linux-2.6/xfs_linux.h - 1.140 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_linux.h.diff?r1=text&tr1=1.140&r2=text&tr2=1.139&f=h From owner-linux-xfs@oss.sgi.com Sun Feb 12 19:47:53 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 12 Feb 2006 19:47:59 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1D3lom2022584 for ; Sun, 12 Feb 2006 19:47:51 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id OAA25031 for ; Mon, 13 Feb 2006 14:48:45 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id 29A014967722; Mon, 13 Feb 2006 14:48:14 +1100 (EST) To: linux-xfs@oss.sgi.com Subject: TAKE 904196 - Merge up to 2.6.16-rc3. Message-Id: <20060213034814.29A014967722@chook.melbourne.sgi.com> Date: Mon, 13 Feb 2006 14:48:14 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7330 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: 165518 Lines: 2032 Date: Mon Feb 13 14:45:54 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/2.6.x-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:25182a drivers/parport/parport_ip32.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parport/parport_ip32.c .gitignore.rej - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/.gitignore.rej Documentation/unshare.txt - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/unshare.txt Documentation/cputopology.txt - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/cputopology.txt arch/arm/mach-s3c2410/s3c2410-gpio.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/s3c2410-gpio.c drivers/hwmon/f71805f.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/hwmon/f71805f.c drivers/macintosh/windfarm_max6690_sensor.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/windfarm_max6690_sensor.c drivers/macintosh/windfarm_pm112.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/windfarm_pm112.c Documentation/hwmon/f71805f - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/hwmon/f71805f drivers/macintosh/windfarm_smu_sat.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/windfarm_smu_sat.c drivers/base/topology.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/topology.c include/asm-mips/mach-cobalt/mach-gt64120.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-cobalt/mach-gt64120.h Documentation/i2c/busses/i2c-sis96x - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/i2c/busses/i2c-sis96x include/asm-mips/mach-cobalt/cpu-feature-overrides.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-cobalt/cpu-feature-overrides.h arch/arm/mach-s3c2410/s3c2400.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/s3c2400.h drivers/s390/block/dasd_eer.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_eer.c arch/sparc64/boot/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/boot/.gitignore include/asm-mips/mach-cobalt/cobalt.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-cobalt/cobalt.h arch/arm/mach-s3c2410/s3c2400-gpio.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/s3c2400-gpio.c include/asm-arm/arch-s3c2410/h1940-latch.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/h1940-latch.h CREDITS - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/CREDITS.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h Documentation/driver-model/overview.txt - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/driver-model/overview.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/networking/ip-sysctl.txt - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/networking/ip-sysctl.txt.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h Documentation/parport-lowlevel.txt - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/parport-lowlevel.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/x86_64/boot-options.txt - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/x86_64/boot-options.txt.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h MAINTAINERS - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/MAINTAINERS.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h Makefile - 1.36 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Makefile.diff?r1=text&tr1=1.36&r2=text&tr2=1.35&f=h arch/alpha/kernel/smp.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/alpha/kernel/smp.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/arm/Kconfig - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/Kconfig.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/arm/kernel/calls.S - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/calls.S.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/arm/kernel/entry-armv.S - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/entry-armv.S.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/arm/mach-clps711x/Kconfig - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-clps711x/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mm/proc-xscale.S - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mm/proc-xscale.S.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/cris/Makefile - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/cris/arch-v10/kernel/ptrace.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/arch-v10/kernel/ptrace.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/cris/kernel/setup.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/cris/kernel/setup.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/i386/Kconfig - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Kconfig.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h arch/i386/Makefile - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Makefile.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h arch/i386/kernel/acpi/boot.c - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/acpi/boot.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h arch/i386/kernel/apic.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/apic.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/i386/kernel/cpu/amd.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/amd.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/i386/kernel/cpu/centaur.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/centaur.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/kernel/cpu/common.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/common.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/i386/kernel/cpu/cyrix.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/cyrix.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/i386/kernel/cpu/nexgen.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/nexgen.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/kernel/cpu/rise.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/rise.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/i386/kernel/cpu/transmeta.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/transmeta.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/i386/kernel/cpu/umc.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/umc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/i386/kernel/entry.S - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/entry.S.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h arch/i386/kernel/head.S - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/head.S.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/i386/kernel/i8259.c - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/i8259.c.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h arch/i386/kernel/io_apic.c - 1.27 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/io_apic.c.diff?r1=text&tr1=1.27&r2=text&tr2=1.26&f=h arch/i386/kernel/irq.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/irq.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/i386/kernel/nmi.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/nmi.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/i386/kernel/process.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/process.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/i386/kernel/reboot.c - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/reboot.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h arch/i386/kernel/smp.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/smp.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h arch/i386/kernel/smpboot.c - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/smpboot.c.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h arch/i386/kernel/traps.c - 1.24 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/traps.c.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h arch/i386/kernel/vmlinux.lds.S - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/vmlinux.lds.S.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/i386/mach-voyager/voyager_smp.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/mach-voyager/voyager_smp.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/ia64/Kconfig - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/Kconfig.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/ia64/dig/setup.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/dig/setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ia64/ia32/ia32_signal.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/ia32/ia32_signal.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/ia64/kernel/efi.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/efi.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/ia64/kernel/entry.S - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/entry.S.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/ia64/kernel/fsys.S - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/fsys.S.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/ia64/kernel/head.S - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/head.S.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/ia64/kernel/sal.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/sal.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kernel/setup.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/setup.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/ia64/kernel/time.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/time.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/ia64/sn/Makefile - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/sn/kernel/Makefile - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/kernel/bte.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/bte.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/ia64/sn/kernel/irq.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/irq.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/ia64/sn/kernel/mca.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/mca.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ia64/sn/kernel/setup.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/setup.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/ia64/sn/kernel/sn2/Makefile - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/sn2/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/kernel/sn2/sn2_smp.c - 1.13 - changed 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.13&r2=text&tr2=1.12&f=h arch/m68k/fpsp040/bindec.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/bindec.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/binstr.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/binstr.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/bugfix.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/bugfix.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/decbin.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/decbin.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/do_func.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/do_func.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/fpsp.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/fpsp.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/gen_except.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/gen_except.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/get_op.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/get_op.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/kernel_ex.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/kernel_ex.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/res_func.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/res_func.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/round.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/round.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/sacos.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/sacos.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/sasin.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/sasin.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/satan.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/satan.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/satanh.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/satanh.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/scale.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/scale.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/scosh.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/scosh.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/setox.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/setox.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/sgetem.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/sgetem.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/sint.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/sint.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/skeleton.S - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/skeleton.S.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/m68k/fpsp040/slog2.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/slog2.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/slogn.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/slogn.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/smovecr.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/smovecr.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/srem_mod.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/srem_mod.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/ssin.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/ssin.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/ssinh.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/ssinh.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/stan.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/stan.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/stanh.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/stanh.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/sto_res.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/sto_res.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/stwotox.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/stwotox.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/tbldo.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/tbldo.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/util.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/util.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/x_bsun.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/x_bsun.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/x_fline.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/x_fline.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/x_operr.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/x_operr.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/x_ovfl.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/x_ovfl.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/x_snan.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/x_snan.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/x_store.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/x_store.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/x_unfl.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/x_unfl.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/x_unimp.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/x_unimp.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68k/fpsp040/x_unsupp.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/fpsp040/x_unsupp.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m68knommu/kernel/process.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/kernel/process.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/mips/Kconfig - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/Kconfig.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/mips/Makefile - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/Makefile.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/mips/au1000/common/reset.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/common/reset.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/cobalt/int-handler.S - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/cobalt/int-handler.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/cobalt/irq.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/cobalt/irq.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/cobalt/reset.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/cobalt/reset.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/cobalt/setup.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/cobalt/setup.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/ddb5xxx/ddb5074/setup.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ddb5xxx/ddb5074/setup.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/ddb5xxx/ddb5476/setup.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ddb5xxx/ddb5476/setup.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/ddb5xxx/ddb5477/setup.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ddb5xxx/ddb5477/setup.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/mips/dec/setup.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/dec/setup.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/gt64120/momenco_ocelot/setup.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/gt64120/momenco_ocelot/setup.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/ite-boards/generic/it8172_setup.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/ite-boards/generic/it8172_setup.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/jazz/setup.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/jazz/setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/jmr3927/rbhma3100/setup.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/jmr3927/rbhma3100/setup.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/kernel/cpu-probe.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/cpu-probe.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/mips/kernel/genex.S - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/genex.S.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/kernel/process.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/process.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/mips/kernel/ptrace32.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/ptrace32.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/mips/kernel/reset.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/reset.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/kernel/scall32-o32.S - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/scall32-o32.S.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/mips/kernel/scall64-64.S - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/scall64-64.S.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/mips/kernel/scall64-n32.S - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/scall64-n32.S.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/mips/kernel/scall64-o32.S - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/scall64-o32.S.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/mips/kernel/signal.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/signal.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/mips/kernel/signal32.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/signal32.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/mips/kernel/signal_n32.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/signal_n32.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/mips/kernel/syscall.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/syscall.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/mips/kernel/traps.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/traps.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/mips/kernel/vmlinux.lds.S - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/vmlinux.lds.S.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/mips/lasat/reset.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/lasat/reset.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/lasat/setup.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/lasat/setup.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/mips/lib-32/dump_tlb.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/lib-32/dump_tlb.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/math-emu/dp_simple.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/math-emu/dp_simple.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/math-emu/sp_simple.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/math-emu/sp_simple.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mips-boards/atlas/atlas_setup.c - 1.5 - changed 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.5&r2=text&tr2=1.4&f=h arch/mips/mips-boards/generic/reset.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mips-boards/generic/reset.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/mips-boards/sead/sead_setup.c - 1.5 - changed 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.5&r2=text&tr2=1.4&f=h arch/mips/mm/c-r4k.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/c-r4k.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/mips/mm/cache.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/cache.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/mips/momentum/ocelot_c/setup.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/ocelot_c/setup.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/mips/momentum/ocelot_g/setup.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/ocelot_g/setup.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/pci/Makefile - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/Makefile.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/mips/sgi-ip22/ip22-reset.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip22/ip22-reset.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/sgi-ip22/ip22-setup.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip22/ip22-setup.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/mips/sgi-ip27/ip27-reset.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip27/ip27-reset.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/sgi-ip32/ip32-reset.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip32/ip32-reset.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/sgi-ip32/ip32-setup.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sgi-ip32/ip32-setup.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/mips/sibyte/cfe/setup.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sibyte/cfe/setup.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/sibyte/sb1250/prom.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sibyte/sb1250/prom.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/sibyte/sb1250/setup.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sibyte/sb1250/setup.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/sni/setup.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sni/setup.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_prom.c - 1.4 - changed 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.4&r2=text&tr2=1.3&f=h arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c - 1.7 - changed 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.7&r2=text&tr2=1.6&f=h arch/parisc/Kconfig - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/Kconfig.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/parisc/hpux/entry_hpux.S - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/hpux/entry_hpux.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/parisc/hpux/sys_hpux.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/hpux/sys_hpux.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/parisc/kernel/drivers.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/drivers.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/parisc/kernel/parisc_ksyms.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/parisc_ksyms.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/parisc/kernel/pci.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/pci.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/parisc/kernel/perf.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/perf.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/parisc/kernel/perf_images.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/perf_images.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/parisc/kernel/process.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/process.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/parisc/kernel/ptrace.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/ptrace.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/parisc/kernel/signal.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/signal.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/parisc/kernel/signal32.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/signal32.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/parisc/kernel/syscall.S - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/syscall.S.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/parisc/kernel/syscall_table.S - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/syscall_table.S.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/parisc/kernel/traps.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/traps.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/parisc/math-emu/decode_exc.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/math-emu/decode_exc.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/parisc/mm/init.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/mm/init.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/ppc/kernel/head_8xx.S - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/head_8xx.S.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ppc/kernel/misc.S - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/misc.S.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/ppc/kernel/ppc_ksyms.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/ppc_ksyms.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/ppc/platforms/4xx/ebony.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/4xx/ebony.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/ppc/platforms/4xx/ocotea.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/4xx/ocotea.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/s390/defconfig - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/defconfig.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/s390/kernel/compat_linux.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/compat_linux.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/s390/kernel/compat_signal.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/compat_signal.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/s390/kernel/compat_wrapper.S - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/compat_wrapper.S.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/s390/kernel/smp.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/smp.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/s390/kernel/sys_s390.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/sys_s390.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/s390/kernel/syscalls.S - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/syscalls.S.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/s390/kernel/traps.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/traps.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/sparc/kernel/entry.S - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/entry.S.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/sparc/kernel/process.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/process.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/sparc/kernel/systbls.S - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/systbls.S.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/sparc64/defconfig - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/defconfig.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/sparc64/kernel/entry.S - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/entry.S.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/sparc64/kernel/systbls.S - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/systbls.S.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/sparc64/solaris/systbl.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/solaris/systbl.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/drivers/chan_user.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/chan_user.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/um/drivers/net_kern.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/net_kern.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/um/kernel/skas/process.c - 1.11 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/skas/process.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/um/kernel/um_arch.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/kernel/um_arch.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/um/os-Linux/drivers/tuntap_user.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/drivers/tuntap_user.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/v850/kernel/simcons.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/v850/kernel/simcons.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/x86_64/defconfig - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/defconfig.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/x86_64/ia32/ia32entry.S - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/ia32/ia32entry.S.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/x86_64/ia32/sys_ia32.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/ia32/sys_ia32.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/x86_64/kernel/apic.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/apic.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/x86_64/kernel/entry.S - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/entry.S.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/x86_64/kernel/io_apic.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/io_apic.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/x86_64/kernel/nmi.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/nmi.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/x86_64/kernel/pci-dma.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/pci-dma.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/x86_64/kernel/pci-gart.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/pci-gart.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/x86_64/kernel/pci-nommu.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/pci-nommu.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/x86_64/kernel/process.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/process.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/x86_64/kernel/setup.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/setup.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/x86_64/kernel/smpboot.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/smpboot.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/x86_64/kernel/time.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/time.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/x86_64/kernel/traps.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/traps.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/x86_64/kernel/vmlinux.lds.S - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/vmlinux.lds.S.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/x86_64/kernel/x8664_ksyms.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/x8664_ksyms.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/x86_64/lib/clear_page.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/lib/clear_page.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/x86_64/lib/copy_page.S - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/lib/copy_page.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/x86_64/lib/copy_user.S - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/lib/copy_user.S.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/x86_64/lib/memcpy.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/lib/memcpy.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/x86_64/lib/memset.S - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/lib/memset.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/x86_64/mm/fault.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/mm/fault.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/Makefile - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/Makefile.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/base/Makefile - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/Makefile.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/base/base.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/base.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/base/bus.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/bus.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/base/power/resume.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/power/resume.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/base/power/shutdown.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/power/shutdown.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/base/power/suspend.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/power/suspend.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/base/power/sysfs.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/power/sysfs.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/base/sys.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/sys.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/block/Kconfig - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/Kconfig.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/block/cciss.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/cciss.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h drivers/block/umem.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/umem.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/char/Kconfig - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/Kconfig.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h drivers/char/cyclades.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/cyclades.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/char/drm/drmP.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drmP.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/char/esp.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/esp.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/char/ip2/i2cmd.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/ip2/i2cmd.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/ip2main.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/ip2main.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/char/ipmi/ipmi_msghandler.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/ipmi/ipmi_msghandler.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/char/keyboard.c - 1.25 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/keyboard.c.diff?r1=text&tr1=1.25&r2=text&tr2=1.24&f=h drivers/char/rio/cirrus.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/rio/cirrus.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/rio/defaults.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/rio/defaults.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/rio/link.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/rio/link.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/rio/list.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/rio/list.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/rio/parmmap.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/rio/parmmap.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/rio/phb.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/rio/phb.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/rio/pkt.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/rio/pkt.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/rio/qbuf.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/rio/qbuf.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/rio/riotypes.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/rio/riotypes.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/rio/rup.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/rio/rup.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/rio/sam.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/rio/sam.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/rocket.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/rocket.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/char/ser_a2232.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/ser_a2232.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/char/sx.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/sx.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/char/tipar.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/tipar.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/char/tty_io.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/tty_io.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h drivers/char/watchdog/pcwd.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/watchdog/pcwd.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/char/watchdog/sa1100_wdt.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/watchdog/sa1100_wdt.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/i2c/busses/Kconfig - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/Kconfig.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/i2c/busses/i2c-i801.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-i801.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/i2c/i2c-core.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/i2c-core.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/ide/Kconfig - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/Kconfig.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h drivers/ide/ide-disk.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-disk.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h drivers/ide/ide-io.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-io.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/ide/ide-iops.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-iops.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/ide/ide-probe.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-probe.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/ide/ide.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h drivers/ide/pci/aec62xx.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/aec62xx.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/ide/pci/hpt366.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/hpt366.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/ide/pci/pdc202xx_new.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/pdc202xx_new.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/ide/pci/pdc202xx_old.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/pdc202xx_old.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/ide/pci/piix.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/piix.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/isdn/hisax/Kconfig - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hisax/Kconfig.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/isdn/hisax/hisax.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/hisax/hisax.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/isdn/sc/ioctl.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/sc/ioctl.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/macintosh/Makefile - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/md/md.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/md.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h drivers/md/raid0.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/raid0.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/md/raid5.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/raid5.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h drivers/media/dvb/b2c2/Kconfig - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/b2c2/Kconfig.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/media/dvb/frontends/Kconfig - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/Kconfig.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/media/dvb/frontends/Makefile - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/Makefile.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/media/dvb/frontends/at76c651.c - 1.7 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/at76c651.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/media/dvb/ttpci/av7110.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/av7110.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/media/dvb/ttpci/av7110.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/av7110.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/media/dvb/ttpci/av7110_ir.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/ttpci/av7110_ir.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/media/video/bttv-driver.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/bttv-driver.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/media/video/saa7134/saa7134-cards.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/saa7134-cards.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/media/video/saa7134/saa7134.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/saa7134.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/media/video/stradis.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/stradis.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/media/video/tda9887.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/tda9887.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/media/video/tvaudio.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/tvaudio.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/message/i2o/i2o_scsi.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/i2o/i2o_scsi.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/mtd/chips/Kconfig - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/chips/Kconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/mtd/maps/dc21285.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/maps/dc21285.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/3c59x.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/3c59x.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/net/8139too.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/8139too.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/net/Kconfig - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/Kconfig.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h drivers/net/bonding/bond_main.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/bonding/bond_main.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/net/hamradio/baycom_par.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/hamradio/baycom_par.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/net/ppp_generic.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ppp_generic.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/net/r8169.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/r8169.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/net/sis900.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sis900.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/tg3.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tg3.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h drivers/net/tg3.h - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tg3.h.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/net/wan/dscc4.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/dscc4.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/net/wan/wanxl.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/wanxl.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/net/wireless/Kconfig - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/Kconfig.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/net/wireless/orinoco_cs.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/orinoco_cs.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/parisc/ccio-dma.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parisc/ccio-dma.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/parisc/dino.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parisc/dino.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/parisc/hppb.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parisc/hppb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/parisc/iosapic.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parisc/iosapic.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/parisc/lasi.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parisc/lasi.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/parisc/lba_pci.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parisc/lba_pci.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/parisc/sba_iommu.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parisc/sba_iommu.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/parisc/superio.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parisc/superio.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/parisc/wax.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parisc/wax.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/parport/Kconfig - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parport/Kconfig.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/parport/Makefile - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parport/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/parport/ieee1284.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parport/ieee1284.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/parport/parport_gsc.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parport/parport_gsc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/parport/parport_serial.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parport/parport_serial.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/parport/probe.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parport/probe.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/s390/block/Kconfig - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/Kconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/block/Makefile - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/s390/block/dasd.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/s390/block/dasd_3990_erp.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_3990_erp.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/s390/block/dasd_eckd.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_eckd.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/s390/block/dasd_int.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_int.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/s390/char/sclp.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/char/sclp.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/cio/chsc.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/chsc.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/s390/cio/chsc.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/chsc.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/scsi/aacraid/commsup.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aacraid/commsup.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/scsi/mac53c94.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/mac53c94.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/sata_sil.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sata_sil.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/scsi/scsi.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/scsi/sg.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sg.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h drivers/serial/21285.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/21285.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/serial/68328serial.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/68328serial.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/serial/68360serial.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/68360serial.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/serial/8250.c - 1.28 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250.c.diff?r1=text&tr1=1.28&r2=text&tr2=1.27&f=h drivers/serial/8250_pci.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250_pci.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/serial/Kconfig - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/Kconfig.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h drivers/serial/mcfserial.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/mcfserial.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/serial/mux.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/mux.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/serial/pmac_zilog.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/pmac_zilog.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/serial/sa1100.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sa1100.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/serial/serial_core.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/serial_core.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h drivers/serial/sunsab.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sunsab.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/serial/sunsu.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sunsu.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/serial/sunzilog.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sunzilog.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/serial/v850e_uart.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/v850e_uart.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/tc/tc.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/tc/tc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/telephony/ixj.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/telephony/ixj.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/usb/host/ohci-hcd.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-hcd.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h drivers/usb/host/ohci-pci.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-pci.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/usb/host/ohci-q.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-q.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h drivers/usb/input/hid-core.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/hid-core.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h drivers/usb/input/usbkbd.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/usbkbd.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/video/Kconfig - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/Kconfig.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h drivers/video/console/sticore.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/console/sticore.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/video/fbmem.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/fbmem.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h drivers/video/pmag-ba-fb.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/pmag-ba-fb.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/video/pmagb-b-fb.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/pmagb-b-fb.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/Kconfig - 1.28 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/Kconfig.diff?r1=text&tr1=1.28&r2=text&tr2=1.27&f=h fs/buffer.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/buffer.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h fs/compat.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/compat.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h fs/compat_ioctl.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/compat_ioctl.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h fs/dcache.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/dcache.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h fs/direct-io.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/direct-io.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h fs/ext2/acl.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/acl.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h fs/ext2/ialloc.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/ialloc.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h fs/ext2/super.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/super.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h fs/ext3/acl.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext3/acl.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/fat/file.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/fat/file.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/fat/misc.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/fat/misc.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/fcntl.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/fcntl.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h fs/file.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/file.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/jbd/transaction.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jbd/transaction.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h fs/jffs/intrep.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jffs/intrep.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/libfs.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/libfs.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h fs/namei.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/namei.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h fs/namespace.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/namespace.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h fs/nfs/nfsroot.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfs/nfsroot.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/nfsd/nfs4proc.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/nfsd/nfs4proc.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h fs/proc/proc_misc.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/proc/proc_misc.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h fs/quota_v2.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/quota_v2.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/reiserfs/hashes.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/hashes.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/reiserfs/super.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/super.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h fs/select.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/select.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/stat.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/stat.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/super.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/super.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h fs/udf/balloc.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/udf/balloc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/udf/namei.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/udf/namei.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/ufs/inode.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ufs/inode.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/ufs/super.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ufs/super.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h fs/ufs/truncate.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ufs/truncate.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-alpha/system.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-alpha/system.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-arm/checksum.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/checksum.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-cris/bitops.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-cris/bitops.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-h8300/bitops.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-h8300/bitops.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/asm-i386/kmap_types.h - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/kmap_types.h.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h include/asm-i386/mach-default/irq_vectors.h - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/mach-default/irq_vectors.h.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h include/asm-i386/ptrace.h - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/ptrace.h.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h include/asm-i386/system.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/system.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/asm-i386/topology.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/topology.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/asm-i386/unistd.h - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/unistd.h.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h include/asm-ia64/ide.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/ide.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/processor.h - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/processor.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h include/asm-ia64/sal.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sal.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-ia64/sn/bte.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/bte.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-ia64/sn/intr.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/intr.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-ia64/system.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/system.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/asm-ia64/topology.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/topology.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/asm-ia64/unistd.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/unistd.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h include/asm-m68knommu/hardirq.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68knommu/hardirq.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/bitops.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/bitops.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-mips/byteorder.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/byteorder.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/cacheflush.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/cacheflush.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-mips/cobalt/cobalt.h - 1.4 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/cobalt/cobalt.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/io.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/io.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-mips/r4kcache.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/r4kcache.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-mips/reboot.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/reboot.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/string.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/string.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/thread_info.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/thread_info.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/asm-mips/tx4927/tx4927.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/tx4927/tx4927.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/tx4927/tx4927_pci.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/tx4927/tx4927_pci.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-mips/uaccess.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/uaccess.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/asm-mips/unistd.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/unistd.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/asm-parisc/atomic.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/atomic.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-parisc/cacheflush.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/cacheflush.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/asm-parisc/grfioctl.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/grfioctl.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-parisc/pci.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/pci.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/asm-parisc/pgalloc.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/pgalloc.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-parisc/pgtable.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/pgtable.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/asm-parisc/rt_sigframe.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/rt_sigframe.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-parisc/unistd.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/unistd.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/asm-s390/bitops.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/bitops.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-s390/dasd.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/dasd.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-s390/io.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/io.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-s390/setup.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/setup.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-s390/smp.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/smp.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-s390/uaccess.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/uaccess.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/asm-s390/unistd.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/unistd.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h include/asm-sparc/unistd.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/unistd.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/asm-sparc64/unistd.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/unistd.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/asm-v850/bitops.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-v850/bitops.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-x86_64/apic.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/apic.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/asm-x86_64/cpufeature.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/cpufeature.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-x86_64/hardirq.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/hardirq.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-x86_64/ia32_unistd.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/ia32_unistd.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-x86_64/numa.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/numa.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-x86_64/proto.h - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/proto.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h include/asm-x86_64/system.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/system.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/asm-x86_64/topology.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/topology.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h include/asm-x86_64/unistd.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/unistd.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h include/linux/bitops.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/bitops.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/linux/compat.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/compat.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/linux/console.h - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/console.h.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h include/linux/cpumask.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/cpumask.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/linux/dcache.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/dcache.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/linux/dvb/video.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/dvb/video.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/elevator.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/elevator.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/linux/elfcore.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/elfcore.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/i2c.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/i2c.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/linux/i2o.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/i2o.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/linux/ide.h - 1.24 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ide.h.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h include/linux/jbd.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/jbd.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/linux/kbd_kern.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kbd_kern.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/list.h - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/list.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h include/linux/mm.h - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mm.h.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h include/linux/mtd/map.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mtd/map.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/linux/namespace.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/namespace.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/netlink.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netlink.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/linux/parport.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/parport.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/pci_ids.h - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/pci_ids.h.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h include/linux/quotaops.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/quotaops.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/linux/rcupdate.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/rcupdate.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/linux/sched.h - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/sched.h.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h include/linux/security.h - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/security.h.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h include/linux/smp.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/smp.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/suspend.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/suspend.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/linux/sysctl.h - 1.30 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/sysctl.h.diff?r1=text&tr1=1.30&r2=text&tr2=1.29&f=h include/linux/time.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/time.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/linux/tty.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/tty.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/linux/tty_flip.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/tty_flip.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/ufs_fs.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ufs_fs.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/ufs_fs_sb.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ufs_fs_sb.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/videodev2.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/videodev2.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/net/irda/irlap.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/irda/irlap.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/net/sctp/structs.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/sctp/structs.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h include/net/sock.h - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/sock.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h init/Kconfig - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/init/Kconfig.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h init/initramfs.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/init/initramfs.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h init/main.c - 1.30 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/init/main.c.diff?r1=text&tr1=1.30&r2=text&tr2=1.29&f=h ipc/shm.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/ipc/shm.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h kernel/compat.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/compat.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h kernel/exit.c - 1.29 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/exit.c.diff?r1=text&tr1=1.29&r2=text&tr2=1.28&f=h kernel/fork.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/fork.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h kernel/intermodule.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/intermodule.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h kernel/kallsyms.c - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/kallsyms.c.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h kernel/module.c - 1.28 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/module.c.diff?r1=text&tr1=1.28&r2=text&tr2=1.27&f=h kernel/panic.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/panic.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h kernel/power/console.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/power/console.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h kernel/power/power.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/power/power.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h kernel/power/swsusp.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/power/swsusp.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h kernel/printk.c - 1.27 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/printk.c.diff?r1=text&tr1=1.27&r2=text&tr2=1.26&f=h kernel/sched.c - 1.29 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/sched.c.diff?r1=text&tr1=1.29&r2=text&tr2=1.28&f=h kernel/signal.c - 1.24 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/signal.c.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h kernel/sys.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/sys.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h kernel/time.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/time.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h kernel/timer.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/timer.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h lib/kobject.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/kobject.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h mm/page_alloc.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/page_alloc.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h mm/slab.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/slab.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h mm/swap.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/swap.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h mm/swapfile.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/swapfile.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h mm/vmscan.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/vmscan.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h net/802/psnap.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/802/psnap.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/Kconfig - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/Kconfig.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h net/bridge/br_if.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/br_if.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h net/bridge/br_input.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/br_input.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h net/bridge/br_netfilter.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/br_netfilter.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h net/bridge/br_private.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/br_private.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h net/bridge/br_stp_bpdu.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/br_stp_bpdu.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/bridge/netfilter/ebtables.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/netfilter/ebtables.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h net/core/dev.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/dev.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h net/core/rtnetlink.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/rtnetlink.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h net/core/utils.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/utils.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h net/ipv4/devinet.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/devinet.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h net/ipv4/fib_semantics.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/fib_semantics.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h net/ipv4/icmp.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/icmp.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h net/ipv4/igmp.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/igmp.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h net/ipv4/netfilter/arp_tables.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/arp_tables.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h net/ipv4/netfilter/ip_conntrack_tftp.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_conntrack_tftp.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h net/ipv4/netfilter/ip_nat_standalone.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_nat_standalone.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h net/ipv4/netfilter/ip_tables.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_tables.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h net/ipv4/netfilter/ipt_ULOG.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ipt_ULOG.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h net/ipv4/proc.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/proc.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/ipv4/tcp_input.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/tcp_input.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h net/ipv4/xfrm4_policy.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/xfrm4_policy.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h net/ipv6/addrconf.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/addrconf.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h net/ipv6/af_inet6.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/af_inet6.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h net/ipv6/mcast.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/mcast.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h net/ipv6/netfilter/ip6_tables.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6_tables.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h net/ipv6/proc.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/proc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv6/raw.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/raw.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h net/ipv6/xfrm6_policy.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/xfrm6_policy.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h net/irda/irda_device.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/irda/irda_device.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/irda/irnet/irnet_irda.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/irda/irnet/irnet_irda.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/netlink/af_netlink.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/netlink/af_netlink.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h net/sctp/output.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/output.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h net/sctp/outqueue.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/sctp/outqueue.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h net/socket.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/socket.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h net/xfrm/xfrm_policy.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/xfrm/xfrm_policy.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h security/selinux/Kconfig - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/selinux/Kconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h security/selinux/Makefile - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/selinux/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h security/selinux/avc.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/selinux/avc.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h security/selinux/hooks.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/selinux/hooks.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h sound/oss/dmasound/tas_common.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/dmasound/tas_common.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h sound/oss/emu10k1/recmgr.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/oss/emu10k1/recmgr.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h sound/ppc/pmac.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/ppc/pmac.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h sound/ppc/tumbler.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/ppc/tumbler.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h lib/int_sqrt.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/int_sqrt.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/dvb/bt8xx/bt878.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/bt8xx/bt878.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/dvb/bt8xx/bt878.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/bt8xx/bt878.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/parisc/kernel/signal32.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/signal32.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/video4linux/CARDLIST.saa7134 - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/video4linux/CARDLIST.saa7134.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-x86_64/hpet.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/hpet.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/wan/pci200syn.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wan/pci200syn.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/video/cx88/cx88-core.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/cx88-core.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/media/video/cx88/cx88-cards.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/cx88-cards.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/media/video/cx88/Makefile - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/Makefile.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/md/raid6main.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/raid6main.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/i2c/busses/i2c-parport.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-parport.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/i2c/busses/i2c-parport-light.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-parport-light.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-parisc/compat_ucontext.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/compat_ucontext.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/macintosh/Kconfig - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/Kconfig.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h Documentation/kdb/kdb.mm - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb.mm.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h Documentation/kdb/kdb_bp.man - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_bp.man.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h Documentation/kdb/kdb_bt.man - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_bt.man.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h Documentation/kdb/kdb_env.man - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_env.man.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h Documentation/kdb/kdb_ll.man - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_ll.man.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h Documentation/kdb/kdb_md.man - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_md.man.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h Documentation/kdb/kdb_rd.man - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_rd.man.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h Documentation/kdb/kdb_sr.man - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_sr.man.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h Documentation/kdb/kdb_ss.man - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_ss.man.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h Documentation/kdb/slides - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/slides.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h kdb/Makefile - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/Makefile.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h kdb/kdbmain.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdbmain.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h kdb/modules/kdbm_vm.c - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_vm.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h kdb/modules/kdbm_task.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_task.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h include/linux/dis-asm.h - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/dis-asm.h.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h include/linux/kdb.h - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kdb.h.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h include/linux/kdbprivate.h - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kdbprivate.h.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h kdb/modules/kdbm_pg.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_pg.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h kdb/modules/Makefile - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/Makefile.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h kdb/ChangeLog - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/ChangeLog.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h kdb/kdbsupport.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdbsupport.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h kdb/kdb_bp.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_bp.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h kdb/kdb_bt.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_bt.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h kdb/kdb_id.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_id.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h kdb/kdb_io.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_io.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h kdb/kdb_cmds - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_cmds.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h kdb/modules/kdbm_x86.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_x86.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h include/asm-i386/kdbprivate.h - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/kdbprivate.h.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/i386/kdb/ChangeLog - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/ChangeLog.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h arch/i386/kdb/Makefile - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/Makefile.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/i386/kdb/i386-dis.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/i386-dis.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/i386/kdb/kdba_bp.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdba_bp.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/i386/kdb/kdba_bt.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdba_bt.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/i386/kdb/kdba_id.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdba_id.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/i386/kdb/kdba_io.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdba_io.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/i386/kdb/kdbasupport.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdbasupport.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/i386/kdb/pc_keyb.h - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/pc_keyb.h.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h include/asm-i386/kdb.h - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/kdb.h.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h drivers/net/e100.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/e100.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/serial/au1x00_uart.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/au1x00_uart.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/serial/dz.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/dz.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/serial/ip22zilog.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/ip22zilog.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-mips/hazards.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/hazards.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-mips/mach-au1x00/au1000.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-au1x00/au1000.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/arm/mm/cache-v6.S - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mm/cache-v6.S.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/cdrom/viocd.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cdrom/viocd.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h crypto/scatterwalk.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/crypto/scatterwalk.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/x86_64/kernel/mce.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/mce.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/s390/mm/cmm.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/mm/cmm.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-s390/timer.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/timer.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/syscalls.h - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/syscalls.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/mips/vr41xx/common/pmu.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/vr41xx/common/pmu.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/pmc-sierra/yosemite/setup.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pmc-sierra/yosemite/setup.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/mips/pmc-sierra/yosemite/prom.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pmc-sierra/yosemite/prom.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/mips/pci/ops-gt64111.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/ops-gt64111.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/pci/fixup-cobalt.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/fixup-cobalt.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/momentum/jaguar_atx/setup.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/jaguar_atx/setup.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/mips/mm/init.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/init.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/mips/gt64120/ev64120/setup.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/gt64120/ev64120/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/au1000/common/setup.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/au1000/common/setup.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/mips/configs/ip32_defconfig - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/ip32_defconfig.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/net/wireless/prism54/isl_ioctl.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/prism54/isl_ioctl.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/serial/sh-sci.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sh-sci.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/x86_64/pci/mmconfig.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/pci/mmconfig.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc/platforms/spruce.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/spruce.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/parisc/configs/b180_defconfig - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/configs/b180_defconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h split-patches/dmapi-enable - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/dmapi-enable.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h split-patches/series - 1.33 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/series.diff?r1=text&tr1=1.33&r2=text&tr2=1.32&f=h arch/arm/configs/s3c2410_defconfig - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/s3c2410_defconfig.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/arm/mach-s3c2410/Makefile - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/Makefile.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/arm/mach-s3c2410/mach-h1940.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/mach-h1940.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/arm/oprofile/common.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/oprofile/common.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/momentum/jaguar_atx/ja-console.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/jaguar_atx/ja-console.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/ipmi/ipmi_si_intf.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/ipmi/ipmi_si_intf.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/serial/amba-pl010.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/amba-pl010.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/serial/s3c2410.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/s3c2410.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/asm-arm/arch-omap/io.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-omap/io.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-arm/arch-s3c2410/hardware.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-s3c2410/hardware.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-arm/arch-s3c2410/regs-gpio.h - 1.10 - changed 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.10&r2=text&tr2=1.9&f=h ipc/mqueue.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/ipc/mqueue.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h mm/hugetlb.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/hugetlb.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/ppc/platforms/4xx/bubinga.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/4xx/bubinga.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/syslib/ocp.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/ocp.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h mm/mempolicy.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/mempolicy.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/linux/reiserfs_acl.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/reiserfs_acl.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h Documentation/kdb/kdb_ps.man - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_ps.man.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h net/bridge/br_sysfs_if.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/br_sysfs_if.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/kdb/kdb_cmds - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdb_cmds.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/asm-i386/bfd.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/bfd.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/arm/mach-pxa/pxa27x.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-pxa/pxa27x.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-i386/ansidecl.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/ansidecl.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/serial/cpm_uart/cpm_uart_core.c - 1.11 - changed 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.11&r2=text&tr2=1.10&f=h drivers/serial/serial_lh7a40x.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/serial_lh7a40x.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/serial/sn_console.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sn_console.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/sh64/kernel/sh_ksyms.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh64/kernel/sh_ksyms.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-s3c2410/gpio.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/gpio.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/sh/boards/renesas/rts7751r2d/io.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/boards/renesas/rts7751r2d/io.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/syslib/ppc85xx_setup.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/ppc85xx_setup.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc/platforms/85xx/sbc8560.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/85xx/sbc8560.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ppc/platforms/85xx/mpc85xx_cds_common.c - 1.11 - changed 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.11&r2=text&tr2=1.10&f=h arch/ppc/platforms/85xx/mpc8540_ads.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/85xx/mpc8540_ads.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h kernel/kprobes.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/kprobes.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/linux/mmc/protocol.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mmc/protocol.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/mmc/mmc.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mmc/mmc.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/arm/configs/enp2611_defconfig - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/enp2611_defconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/arm/configs/ixdp2400_defconfig - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/ixdp2400_defconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/arm/configs/ixdp2401_defconfig - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/ixdp2401_defconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/arm/configs/ixdp2801_defconfig - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/ixdp2801_defconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/arm/mach-imx/mx1ads.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-imx/mx1ads.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/arm/mach-ixp2000/enp2611.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp2000/enp2611.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/arm/mach-ixp2000/ixdp2400.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp2000/ixdp2400.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/arm/mach-ixp2000/ixdp2x01.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp2000/ixdp2x01.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/arm/mach-s3c2410/clock.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/clock.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/arm/mach-s3c2410/clock.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/clock.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/arm/mach-s3c2410/cpu.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/cpu.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/arm/mach-s3c2410/devs.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/devs.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/i386/Kconfig.debug - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Kconfig.debug.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/net/mv643xx_eth.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/mv643xx_eth.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/gianfar_ethtool.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/gianfar_ethtool.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/gianfar.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/gianfar.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/net/gianfar.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/gianfar.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/mmc/pxamci.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/pxamci.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/mmc/mmci.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/mmci.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/mmc/mmc_block.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/mmc_block.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/mmc/mmc.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/mmc.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/mmc/Kconfig - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/Kconfig.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/message/i2o/pci.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/i2o/pci.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/md/raid10.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/raid10.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/x86_64/Kconfig.debug - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/Kconfig.debug.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/parisc/Kconfig.debug - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/Kconfig.debug.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ia64/sn/kernel/sn2/sn_hwperf.c - 1.7 - changed 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.7&r2=text&tr2=1.6&f=h arch/m32r/kernel/m32r_ksyms.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/m32r_ksyms.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/m32r/kernel/setup.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/setup.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kernel/mca_drv.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/mca_drv.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/dvb/frontends/at76c651.h - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/at76c651.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h security/keys/keyctl.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/security/keys/keyctl.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/media/dvb/frontends/tda80xx.c - 1.6 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/tda80xx.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/dvb/frontends/tda80xx.h - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/tda80xx.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/block/pktcdvd.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/pktcdvd.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/media/video/saa7134/saa7134-dvb.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/saa7134/saa7134-dvb.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/mmc/wbsd.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/wbsd.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc/platforms/4xx/xilinx_ml300.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/4xx/xilinx_ml300.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/momentum/ocelot_3/setup.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/momentum/ocelot_3/setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h lib/kobject_uevent.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/kobject_uevent.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/pktcdvd.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/pktcdvd.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/nodemask.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/nodemask.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/interrupt.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/interrupt.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/mach-s3c2410/sleep.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-s3c2410/sleep.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/serial/8250_early.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250_early.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/serial/imx.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/imx.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/serial/m32r_sio.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/m32r_sio.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/serial/m32r_sio.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/m32r_sio.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/pci/pcibr/Makefile - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/pci/pcibr/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ia64/sn/pci/Makefile - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/pci/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/sn/kernel/klconflib.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/klconflib.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ia64/sn/kernel/io_init.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/io_init.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/i386/kernel/cpu/intel_cacheinfo.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/intel_cacheinfo.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h Documentation/feature-removal-schedule.txt - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/feature-removal-schedule.txt.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/um/include/registers.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/registers.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/bridge/netfilter/ebt_ulog.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/netfilter/ebt_ulog.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/frontends/nxt2002.h - 1.3 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/nxt2002.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/frontends/nxt2002.c - 1.6 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/nxt2002.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/um/os-Linux/sys-i386/registers.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/sys-i386/registers.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/um/os-Linux/sys-x86_64/registers.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/sys-x86_64/registers.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/um/sys-x86_64/ptrace_user.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/sys-x86_64/ptrace_user.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/x86_64/mm/srat.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/mm/srat.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/acpi/processor_idle.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/processor_idle.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-mips/mach-ip32/cpu-feature-overrides.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-ip32/cpu-feature-overrides.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/char/drm/drm_stub.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drm_stub.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/char/drm/drm_sysfs.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drm_sysfs.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/i2c/algos/i2c-algo-sibyte.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/algos/i2c-algo-sibyte.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc/platforms/ev64260.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/ev64260.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/platforms/chestnut.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/chestnut.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/platforms/4xx/luan.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/4xx/luan.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/scsi_transport_iscsi.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_transport_iscsi.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/video/backlight/backlight.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/backlight/backlight.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/video/backlight/lcd.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/backlight/lcd.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/oprofile/common.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/oprofile/common.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/oprofile/Makefile - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/oprofile/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/debugfs/file.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/debugfs/file.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/proc/mmu.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/proc/mmu.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/i386/oprofile/backtrace.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/oprofile/backtrace.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/kernel/signal-common.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/signal-common.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/kernel/topology.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/topology.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-frv/bitops.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-frv/bitops.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/b2c2/flexcop-common.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/b2c2/flexcop-common.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/b2c2/flexcop-dma.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/b2c2/flexcop-dma.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/b2c2/flexcop-fe-tuner.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/b2c2/flexcop-fe-tuner.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/media/dvb/b2c2/flexcop-misc.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/b2c2/flexcop-misc.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/b2c2/flexcop-pci.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/b2c2/flexcop-pci.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/b2c2/flexcop-reg.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/b2c2/flexcop-reg.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h Documentation/i2c/busses/i2c-sis69x - 1.3 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/i2c/busses/i2c-sis69x.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/frontends/dvb-pll.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/dvb-pll.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/dvb/frontends/dvb-pll.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/dvb-pll.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/video/cx88/cx88-input.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/cx88-input.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/x86_64/kernel/pmtimer.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/pmtimer.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/sys-x86_64/user-offsets.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/sys-x86_64/user-offsets.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/video/tuner-core.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/tuner-core.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv4/multipath_wrandom.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/multipath_wrandom.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h kernel/cpuset.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/cpuset.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h kdb/modules/kdbm_sched.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_sched.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ppc/syslib/ppc83xx_setup.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/syslib/ppc83xx_setup.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ppc/platforms/radstone_ppc7d.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/radstone_ppc7d.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ppc/platforms/83xx/mpc834x_sys.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/83xx/mpc834x_sys.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/video/nvidia/nvidia.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/nvidia/nvidia.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/parisc/pdc_stable.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parisc/pdc_stable.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/serial/ioc4_serial.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/ioc4_serial.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/serial/jsm/jsm.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/jsm/jsm.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/serial/jsm/jsm_driver.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/jsm/jsm_driver.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/serial/jsm/jsm_tty.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/jsm/jsm_tty.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ia64/sn/kernel/xpc_main.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/xpc_main.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/i386/kernel/syscall_table.S - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/syscall_table.S.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h Documentation/hwmon/it87 - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/hwmon/it87.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/hwmon/sysfs-interface - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/hwmon/sysfs-interface.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h sound/arm/aaci.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/arm/aaci.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h Documentation/video4linux/CARDLIST.cx88 - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/video4linux/CARDLIST.cx88.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/inotify.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/inotify.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/hwmon/Kconfig - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/hwmon/Kconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/hwmon/Makefile - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/hwmon/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/hwmon/it87.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/hwmon/it87.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/hwmon/lm77.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/hwmon/lm77.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/kexec.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kexec.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-omap1/board-generic.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap1/board-generic.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-omap1/board-h2.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap1/board-h2.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-omap1/board-h3.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap1/board-h3.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-omap1/board-innovator.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap1/board-innovator.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-omap1/board-netstar.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap1/board-netstar.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-omap1/board-osk.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap1/board-osk.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-omap1/board-perseus2.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap1/board-perseus2.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-omap1/board-voiceblue.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap1/board-voiceblue.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-omap1/io.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap1/io.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/ide/pci/it821x.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/it821x.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/infiniband/core/ucm.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/core/ucm.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/media/dvb/dvb-usb/Kconfig - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-usb/Kconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/dvb-usb/cxusb.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-usb/cxusb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/xtensa/platform-iss/console.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/xtensa/platform-iss/console.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/dvb/dvb-usb/digitv.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-usb/digitv.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/dvb/dvb-usb/dtt200u.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-usb/dtt200u.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/dvb/dvb-usb/dvb-usb-firmware.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-usb/dvb-usb-firmware.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/dvb-usb/dvb-usb.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-usb/dvb-usb.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/dvb/dvb-usb/vp7045-fe.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-usb/vp7045-fe.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/dvb/dvb-usb/vp7045.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-usb/vp7045.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/message/i2o/core.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/i2o/core.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-x86_64/kexec.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/kexec.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/s390/kernel/machine_kexec.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/machine_kexec.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/ppc/platforms/4xx/bamboo.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/4xx/bamboo.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h .gitignore - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/.gitignore.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/os-Linux/start_up.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/start_up.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/sata_mv.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sata_mv.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/dccp/ccids/lib/tfrc_equation.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/dccp/ccids/lib/tfrc_equation.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv4/netfilter/ip_conntrack_netlink.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_conntrack_netlink.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/linux/netfilter_ipv4/ipt_connbytes.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv4/ipt_connbytes.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/tulip/uli526x.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tulip/uli526x.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/plat-omap/sram.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/plat-omap/sram.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/fuse/dev.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/fuse/dev.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/hwmon/w83792d.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/hwmon/w83792d.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h lib/ts_bm.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/ts_bm.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h lib/spinlock_debug.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/spinlock_debug.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/i2c/busses/i2c-pxa.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-pxa.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/9p/vfs_inode.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/9p/vfs_inode.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/9p/mux.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/9p/mux.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/netfilter/nfnetlink_log.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/netfilter/nfnetlink_log.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/netfilter/nfnetlink_queue.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/netfilter/nfnetlink_queue.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h fs/9p/conv.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/9p/conv.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/mips/configs/qemu_defconfig - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/qemu_defconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/dvb-usb/vp702x.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-usb/vp702x.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/dvb-usb/vp702x.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/dvb-usb/vp702x.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/base/memory.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/base/memory.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h block/scsi_ioctl.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/block/scsi_ioctl.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h block/ll_rw_blk.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/block/ll_rw_blk.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h block/elevator.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/block/elevator.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/netfilter/nf_conntrack_ftp.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/netfilter/nf_conntrack_ftp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/netfilter/nf_conntrack_core.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/netfilter/nf_conntrack_core.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/net/netfilter/nf_conntrack_l3proto.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/netfilter/nf_conntrack_l3proto.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/macintosh/windfarm.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/windfarm.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/macintosh/windfarm_core.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/windfarm_core.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/macintosh/windfarm_pid.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/windfarm_pid.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/macintosh/windfarm_pid.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/windfarm_pid.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/macintosh/windfarm_pm81.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/windfarm_pm81.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/macintosh/windfarm_pm91.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/windfarm_pm91.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/macintosh/windfarm_smu_controls.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/windfarm_smu_controls.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/macintosh/windfarm_smu_sensors.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/windfarm_smu_sensors.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/dvb/frontends/nxt200x.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/dvb/frontends/nxt200x.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/video/cx25840/cx25840-core.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx25840/cx25840-core.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/media/video/cx88/Kconfig - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/Kconfig.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/media/video/em28xx/em28xx-core.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/em28xx/em28xx-core.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/video/em28xx/em28xx-i2c.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/em28xx/em28xx-i2c.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/video/em28xx/em28xx-video.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/em28xx/em28xx-video.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/media/video/tvp5150.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/tvp5150.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/mmc/au1xmmc.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/au1xmmc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/platforms/4xx/yucca.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/4xx/yucca.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/powerpc/platforms/pseries/setup.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/pseries/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-powerpc/unistd.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-powerpc/unistd.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-powerpc/thread_info.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-powerpc/thread_info.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-powerpc/smu.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-powerpc/smu.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-omap1/board-palmte.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap1/board-palmte.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-omap2/board-generic.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap2/board-generic.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-omap2/board-h4.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-omap2/board-h4.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-powerpc/prom.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-powerpc/prom.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/platforms/powermac/setup.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/powermac/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-realview/core.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-realview/core.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/platforms/powermac/pci.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/powermac/pci.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/platforms/powermac/low_i2c.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/powermac/low_i2c.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-powerpc/dma-mapping.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-powerpc/dma-mapping.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/Makefile.cpu - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Makefile.cpu.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-powerpc/compat.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-powerpc/compat.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/platforms/chrp/time.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/chrp/time.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/platforms/chrp/setup.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/chrp/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/platforms/chrp/pci.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/chrp/pci.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/platforms/chrp/chrp.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/chrp/chrp.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/powerpc/platforms/cell/Makefile - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/cell/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/mm/mem.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/mm/mem.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/mm/lmb.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/mm/lmb.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/cobalt/mach-gt64120.h - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/cobalt/mach-gt64120.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/abi.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/abi.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/powerpc/kernel/udbg_16550.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/udbg_16550.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/kernel/time.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/time.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/kernel/systbl.S - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/systbl.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/powerpc/kernel/smp.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/smp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/kernel/signal_64.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/signal_64.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/powerpc/kernel/signal_32.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/signal_32.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/powerpc/kernel/setup_64.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/setup_64.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/powerpc/kernel/rtas_flash.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/rtas_flash.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/powerpc/kernel/rtas.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/rtas.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/kernel/prom_init.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/prom_init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/kernel/prom.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/prom.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/serial/8250_au1x00.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250_au1x00.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/powerpc/kernel/iommu.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/iommu.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/powerpc/kernel/head_64.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/head_64.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/kernel/fpu.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/fpu.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/kernel/Makefile - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/Makefile - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/Kconfig - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/Kconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/kernel/rtlx.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/rtlx.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/tx4938/toshiba_rbtx4938/setup.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/tx4938/toshiba_rbtx4938/setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/philips/pnx8550/common/setup.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/philips/pnx8550/common/setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/philips/pnx8550/common/platform.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/philips/pnx8550/common/platform.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/pci/pci-bcm1480.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pci/pci-bcm1480.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/mips-boards/sim/sim_setup.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mips-boards/sim/sim_setup.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/oprofile/op_model_mipsxx.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/oprofile/op_model_mipsxx.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/gianfar_mii.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/gianfar_mii.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h split-patches/kdb-v4.4-2.6.15-common-1 - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.15-common-1.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h split-patches/kdb-v4.4-2.6.15-i386-1 - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.15-i386-1.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/spi/spi_butterfly.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/spi/spi_butterfly.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/filesystems/configfs/configfs_example.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/filesystems/configfs/configfs_example.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/filesystems/ocfs2.txt - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/filesystems/ocfs2.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/usb/core/driver.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/core/driver.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/bonding/bond_sysfs.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/bonding/bond_sysfs.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h scripts/kconfig/lxdialog/check-lxdialog.sh - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/kconfig/lxdialog/check-lxdialog.sh.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h scripts/kconfig/lxdialog/Makefile - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/scripts/kconfig/lxdialog/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/video/compat_ioctl32.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/compat_ioctl32.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/pci-error-recovery.txt - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/pci-error-recovery.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/media/video/cx88/cx88-alsa.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/media/video/cx88/cx88-alsa.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/spi/butterfly - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/spi/butterfly.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/configfs/configfs_internal.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/configfs/configfs_internal.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/powerpc/kernel/prom_parse.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/prom_parse.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/configfs/dir.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/configfs/dir.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/configfs/file.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/configfs/file.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/configfs/inode.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/configfs/inode.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/configfs/mount.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/configfs/mount.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/configfs/symlink.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/configfs/symlink.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/buffer_head_io.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/buffer_head_io.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/cluster/heartbeat.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/cluster/heartbeat.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/configs/at91rm9200dk_defconfig - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/at91rm9200dk_defconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/configs/at91rm9200ek_defconfig - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/at91rm9200ek_defconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/configs/csb337_defconfig - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/csb337_defconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/configs/csb637_defconfig - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/configs/csb637_defconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/cluster/tcp.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/cluster/tcp.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/dlm/dlmcommon.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/dlm/dlmcommon.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/kernel/sys_oabi-compat.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/sys_oabi-compat.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/spi/Kconfig - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/spi/Kconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/sn/ioc3.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/sn/ioc3.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ocfs2/dlm/dlmdomain.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/dlm/dlmdomain.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/netfilter/nf_conntrack_netlink.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/netfilter/nf_conntrack_netlink.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h net/ipv6/netfilter/ip6t_policy.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_policy.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/ipv4/netfilter/ipt_policy.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ipt_policy.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h mm/slob.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/slob.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/netfilter_ipv6/ip6t_policy.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv6/ip6t_policy.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/netfilter_ipv4/ipt_policy.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv4/ipt_policy.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/dlm/dlmmaster.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/dlm/dlmmaster.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/dlm/dlmrecovery.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/dlm/dlmrecovery.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/dlm/dlmunlock.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/dlm/dlmunlock.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/ioc3.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ioc3.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/linux/configfs.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/configfs.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/sky2.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sky2.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/sky2.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sky2.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/watchdog/sbc_epx_c3.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/watchdog/sbc_epx_c3.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/dlm/userdlm.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/dlm/userdlm.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/extent_map.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/extent_map.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/file.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/file.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/inode.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/inode.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/inode.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/inode.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/journal.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/journal.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/x86_64/kernel/pci-swiotlb.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/pci-swiotlb.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/mutex.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/mutex.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/powerpc/platforms/pseries/eeh_driver.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/pseries/eeh_driver.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/platforms/85xx/tqm85xx.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/platforms/85xx/tqm85xx.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/powerpc/sysdev/dart_iommu.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/sysdev/dart_iommu.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/uptodate.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/uptodate.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/uptodate.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/uptodate.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/sysfile.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/sysfile.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/super.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/super.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/ocfs2.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/ocfs2.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/os-Linux/skas/process.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/skas/process.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/um/os-Linux/skas/mem.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/skas/mem.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/edac/i82875p_edac.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/edac/i82875p_edac.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/powerpc/booting-without-of.txt - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/powerpc/booting-without-of.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/edac/Kconfig - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/edac/Kconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/edac/e752x_edac.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/edac/e752x_edac.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/edac/edac_mc.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/edac/edac_mc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h From owner-linux-xfs@oss.sgi.com Sun Feb 12 20:18:21 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 12 Feb 2006 20:18:26 -0800 (PST) Received: from DFTR-DFYU (190.173.12.61.ap.zero-isp.NET [61.12.173.190]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1D4ICm2025668 for ; Sun, 12 Feb 2006 20:18:21 -0800 Received: from DFTR-DFYU ([192.168.11.10]) by DFTR-DFYU with Microsoft SMTPSVC(6.0.3790.0); Mon, 13 Feb 2006 11:31:17 +0900 To: linux-xfs@oss.sgi.com X-Mailer: DM-SenderEX Message-ID: <20060213.0231170796@mediaxx2002-yahoo.co.jp> Date: Mon, 13 Feb 2006 11:31:17 +0900 From: media-X Subject: =?ISO-2022-JP?B?GyRCTCQ+NUJ6OS05cCIoJU0lQyVIJVMlOCVNJTkkTjR6GyhC?= =?ISO-2022-JP?B?GyRCPGohKhsoQg==?= MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP X-OriginalArrivalTime: 13 Feb 2006 02:31:17.0984 (UTC) FILETIME=[9192EE00:01C63045] X-archive-position: 7331 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: mediaxx2002@yahoo.co.jp Precedence: bulk X-list: linux-xfs Content-Length: 1358 Lines: 40 $BFMA3$N%a!<%k<:Ni$7$^$9(B mail$BITMW$NJ}$O$9$_$^$;$s$,2<5-%a!<%k%"%I%l%9$r%/%j%C%/$7(B $BAw?.$7$F$/$@$5$$!#$4LLE]$*$+$1$7$^$9$,$h$m$7$/$*4j$$$$$?$7$^$9!#(B $B!!!!!!!}!&!~!<"!!&""(B $B!!!!%M%C%H%S%8%M%9$N@.8y(B $BGd$j>e$2%"%C%W$K$O$3$NJ}K!$7$+$"$j$^$;$s(B $B!!!!!!!|!uBV$NJ}!&!&KX$I$NJ}$,$=$&$G$9$,!#(B $B%"%/%;%9%"%C%W$7Gd$j>e$2$rA}$d$7$?$$$H;W$&$,;W$&$h$&$K(B $B$$$+$J$$!#(B $B$$$m$$$m%S%8%M%9$r$7$F$_$?$,EPO?E]$l$@$C$?!#(B $B!!!!!!!!!!!!(B $B!!!!!!!!!!!}!~!<"!""(B $BBeM}E92CLA4uK>$5$l$kJ}B3=P$N%=%U%H$G$9!#(B $B$?$@:#$N$H$3$mBeM}E9$OJg=8$7$F$$$^$;$s!#(B $B!!!!!!!!!!!}!~!<"!""!!!!(B $BA4$F@kEAITB-$G$9!"@kEA$5$($9$l$P%"%/%;%9$,A}$(%5%$%H$b(B $B8!:w%(%s%8%s$N>eIt$KI=<($5$l$^$9!#(B $B$G$9$,@kEA$O6HeLxD.(B3-4-36 TEL 0774-55-6726 From owner-linux-xfs@oss.sgi.com Tue Feb 14 14:33:39 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 14 Feb 2006 14:33:44 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1EMXbm2010059 for ; Tue, 14 Feb 2006 14:33:38 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id JAA17239; Wed, 15 Feb 2006 09:34:26 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id E7BBD49E4039; Wed, 15 Feb 2006 09:34:24 +1100 (EST) To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: TAKE 949659 - dmapi module dependency Message-Id: <20060214223424.E7BBD49E4039@chook.melbourne.sgi.com> Date: Wed, 15 Feb 2006 09:34:24 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7333 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: 2737 Lines: 47 Remove direct dependency between dmapi.ko and xfs.ko causing dmapi.ko to be held in "[permanent]" mode by the xfs module. Date: Wed Feb 15 09:33:13 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: bobo@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:25191a dmapi/xfs_dm_fsops.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/dmapi/xfs_dm_fsops.c dmapi/xfs_dm_bhv.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/dmapi/xfs_dm_bhv.c dmapi/xfs_dm.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/dmapi/xfs_dm.h xfs_rw.h - 1.78 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_rw.h.diff?r1=text&tr1=1.78&r2=text&tr2=1.77&f=h xfs_dmapi.c - 1.142 - renamed to dmapi/xfs_dm.c 1.1 http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_dmapi.c.diff?r1=text&tr1=1.142&r2=text&tr2=1.141&f=h dmapi/Makefile - 1.26 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/dmapi/Makefile.diff?r1=text&tr1=1.26&r2=text&tr2=1.25&f=h Makefile-linux-2.6 - 1.201 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/Makefile-linux-2.6.diff?r1=text&tr1=1.201&r2=text&tr2=1.200&f=h Makefile-linux-2.4 - 1.214 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/Makefile-linux-2.4.diff?r1=text&tr1=1.214&r2=text&tr2=1.213&f=h linux-2.6/xfs_super.h - 1.66 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.h.diff?r1=text&tr1=1.66&r2=text&tr2=1.65&f=h linux-2.6/xfs_super.c - 1.356 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.c.diff?r1=text&tr1=1.356&r2=text&tr2=1.355&f=h linux-2.4/xfs_super.h - 1.71 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_super.h.diff?r1=text&tr1=1.71&r2=text&tr2=1.70&f=h linux-2.4/xfs_super.c - 1.322 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_super.c.diff?r1=text&tr1=1.322&r2=text&tr2=1.321&f=h linux-2.6/xfs_ksyms.c - 1.38 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_ksyms.c.diff?r1=text&tr1=1.38&r2=text&tr2=1.37&f=h linux-2.4/xfs_ksyms.c - 1.33 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_ksyms.c.diff?r1=text&tr1=1.33&r2=text&tr2=1.32&f=h dmapi/Makefile-linux-2.4 - 1.5 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/dmapi/Makefile-linux-2.4.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h dmapi/Makefile-linux-2.6 - 1.5 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/dmapi/Makefile-linux-2.6.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h Kconfig - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h From owner-linux-xfs@oss.sgi.com Tue Feb 14 20:50:28 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 14 Feb 2006 20:50:30 -0800 (PST) Received: from hotmail.com (bay113-f13.bay113.hotmail.com [65.54.168.23]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1F4oRm2015827 for ; Tue, 14 Feb 2006 20:50:28 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 14 Feb 2006 19:04:23 -0800 Message-ID: Received: from 65.54.168.200 by by113fd.bay113.hotmail.msn.com with HTTP; Wed, 15 Feb 2006 03:04:22 GMT X-Originating-IP: [200.116.39.190] X-Originating-Email: [lost29@hotmail.com] X-Sender: lost29@hotmail.com From: "anonimo ominona" To: linux-xfs@oss.sgi.com Subject: xfs Date: Wed, 15 Feb 2006 03:04:22 +0000 Mime-Version: 1.0 Content-Type: text/html; charset=iso-8859-1; format=flowed X-OriginalArrivalTime: 15 Feb 2006 03:04:23.0391 (UTC) FILETIME=[85CB7EF0:01C631DC] X-archive-position: 7334 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: lost29@hotmail.com Precedence: bulk X-list: linux-xfs Content-Length: 698 Lines: 6
Hello
 
Does XFS work on 32 bit PC's (32 bit processors)?
 
Thank you for your time


Visita MSN Latino Noticias: Todo lo que pasa en el mundo y en tu país, ¡en tu idioma! Clic aquí From owner-linux-xfs@oss.sgi.com Wed Feb 15 06:17:07 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 15 Feb 2006 06:17:10 -0800 (PST) Received: from mail.slab.de (argonath.slab.de [80.152.26.162]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1FEH6m2011438 for ; Wed, 15 Feb 2006 06:17:06 -0800 Received: from localhost (localhost [127.0.0.1]) by mail.slab.de (Postfix) with ESMTP id 916079596 for ; Wed, 15 Feb 2006 14:15:53 +0100 (CET) Received: from mail.slab.de ([127.0.0.1]) by localhost (lorien [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31122-02 for ; Wed, 15 Feb 2006 14:15:52 +0100 (CET) Received: from [192.168.124.109] (elwe.slab.de [192.168.124.109]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Lars Soltau", Issuer "Thawte Personal Freemail Issuing CA" (verified OK)) by mail.slab.de (Postfix) with ESMTP id C045D8F for ; Wed, 15 Feb 2006 14:15:52 +0100 (CET) Message-ID: <43F32968.4000702@slab.de> Date: Wed, 15 Feb 2006 14:15:20 +0100 From: Lars Soltau Organization: sLAB GmbH & Co. KG User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 X-Accept-Language: en-gb, de-de, de, en MIME-Version: 1.0 To: linux-xfs@oss.sgi.com Subject: xfsdump failure - failed to get bulkstat information for root node Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 7336 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: l.soltau@slab.de Precedence: bulk X-list: linux-xfs Content-Length: 748 Lines: 17 I have installed SuSE 10.0 and created several XFS filesystems. I cannot, however, backup any of them with xfsdump, getting this error: xfsdump: using file dump (drive_simple) strategy xfsdump: version 2.2.30 (dump format 3.0) - Running single-threaded xfsdump: unable to determine uuid of fs mounted at /: invalid argument xfsdump: level 0 dump of numenor:/ xfsdump: dump date: Wed Feb 15 14:06:05 2006 xfsdump: session id: 44d3fcab-20d5-49ec-8b88-8810d0114472 xfsdump: session label: "" xfsdump: ERROR: failed to get bulkstat information for root inode xfsdump: Dump Status: ERROR I booted the system from CD and checked all filesystems - xfscheck reports no errors. xfsadmin can read the UUID just fine. Any idea what might go wrong here? From owner-linux-xfs@oss.sgi.com Wed Feb 15 07:39:16 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 15 Feb 2006 07:39:24 -0800 (PST) Received: from web37110.mail.mud.yahoo.com (web37110.mail.mud.yahoo.com [209.191.85.112]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1FFdFm2017730 for ; Wed, 15 Feb 2006 07:39:15 -0800 Received: (qmail 37757 invoked by uid 60001); 15 Feb 2006 14:40:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=E64UU20vuXkydLci9MF69nCFWArvHt1SncI8NA8eLaVA1fN1DgUywYSIkVZ7jWsEnIbpDL50NYhZsVOP2T2iV3VKuxSk5K1qxSdamBk8HawfFXjQrwFjq8pQLbpSLCGmRubBZux1tSKUcr6d8O/FLXk1+5dqvvOMtNidtqZlldQ= ; Message-ID: <20060215144007.37755.qmail@web37110.mail.mud.yahoo.com> Received: from [202.156.6.92] by web37110.mail.mud.yahoo.com via HTTP; Wed, 15 Feb 2006 06:40:07 PST Date: Wed, 15 Feb 2006 06:40:07 -0800 (PST) From: Jason Ang Subject: Sudden missing of LVM volume in Darma DNS OS 3.3B To: linux-xfs@oss.sgi.com MIME-Version: 1.0 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 7bit X-archive-position: 7337 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: jcph_ang@yahoo.com Precedence: bulk X-list: linux-xfs Content-Length: 608 Lines: 19 Hi, I have encounter some problem when administrating the XFS. Is there any way that I can do to recover the missing LVM volume which suddenly gone missing? I do not know what went wrong it just show the following error message. Pls assist. Error message: pvdisplay -- ERROR "pv_read(): read"no VALID physical volume "/dev/md/0" Appreciate if you can reponse back to me really fast, need it urgently! Many thanks!!! Regards, Cynthia Leong --------------------------------- Relax. Yahoo! Mail virus scanning helps detect nasty viruses! [[HTML alternate version deleted]] From owner-linux-xfs@oss.sgi.com Wed Feb 15 11:48:03 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 15 Feb 2006 11:48:04 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1FJm1m2006548 for ; Wed, 15 Feb 2006 11:48: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 GAA13656; Thu, 16 Feb 2006 06:48:45 +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 k1FJmukt9351894; Thu, 16 Feb 2006 06:48:57 +1100 (EST) Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id k1FJmsbr9354888; Thu, 16 Feb 2006 06:48:54 +1100 (EST) Date: Thu, 16 Feb 2006 06:48:54 +1100 From: Nathan Scott To: Lars Soltau Cc: linux-xfs@oss.sgi.com Subject: Re: xfsdump failure - failed to get bulkstat information for root node Message-ID: <20060216064853.B9355386@wobbly.melbourne.sgi.com> References: <43F32968.4000702@slab.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <43F32968.4000702@slab.de>; from l.soltau@slab.de on Wed, Feb 15, 2006 at 02:15:20PM +0100 X-archive-position: 7338 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: 983 Lines: 27 On Wed, Feb 15, 2006 at 02:15:20PM +0100, Lars Soltau wrote: > I have installed SuSE 10.0 and created several XFS filesystems. I > cannot, however, backup any of them with xfsdump, getting this error: > > xfsdump: using file dump (drive_simple) strategy > xfsdump: version 2.2.30 (dump format 3.0) - Running single-threaded > xfsdump: unable to determine uuid of fs mounted at /: invalid argument Here's the first error - looks like a failed geometry ioctl - is the filesystem being dumped a mounted XFS filesystem? > xfsdump: level 0 dump of numenor:/ > xfsdump: dump date: Wed Feb 15 14:06:05 2006 > xfsdump: session id: 44d3fcab-20d5-49ec-8b88-8810d0114472 > xfsdump: session label: "" > xfsdump: ERROR: failed to get bulkstat information for root inode > xfsdump: Dump Status: ERROR > > I booted the system from CD and checked all filesystems - xfscheck > reports no errors. xfsadmin can read the UUID just fine. Any idea what > might go wrong here? cheers. -- Nathan From owner-linux-xfs@oss.sgi.com Wed Feb 15 19:09:27 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 15 Feb 2006 19:09:35 -0800 (PST) Received: from ash25e.internode.on.net (ash25e.internode.on.net [203.16.214.182]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1G39Qm2013102 for ; Wed, 15 Feb 2006 19:09:27 -0800 Received: from saturn (ppp163-199.static.internode.on.net [150.101.163.199]) by ash25e.internode.on.net (8.13.5/8.13.5) with ESMTP id k1G23djY049440; Thu, 16 Feb 2006 12:33:39 +1030 (CST) (envelope-from stewart@flamingspork.com) Received: from localhost.localdomain (unknown [192.168.1.100]) by saturn (Postfix) with ESMTP id C37861403C55; Thu, 16 Feb 2006 13:03:38 +1100 (EST) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id C62CA145901D; Thu, 16 Feb 2006 13:05:04 +1100 (EST) Subject: Re: xfs From: Stewart Smith To: anonimo ominona Cc: linux-xfs@oss.sgi.com In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-68DQzw3+uQFdEsqbWIBC" Date: Thu, 16 Feb 2006 13:05:04 +1100 Message-Id: <1140055504.15450.0.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 X-archive-position: 7339 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: 691 Lines: 30 --=-68DQzw3+uQFdEsqbWIBC Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2006-02-15 at 03:04 +0000, anonimo ominona wrote: > Hello >=20=20 > Does XFS work on 32 bit PC's (32 bit processors)? yes, extremely well too. --=20 Stewart Smith (stewart@flamingspork.com) http://www.flamingspork.com/ --=-68DQzw3+uQFdEsqbWIBC Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQBD893QKglWCUL+FDoRAiQfAJ0bHAyfls2BriMnA4rN5rgWgzu62QCeOVnW ov+aYon1fMNPT26+cM6evk4= =vI1W -----END PGP SIGNATURE----- --=-68DQzw3+uQFdEsqbWIBC-- From owner-linux-xfs@oss.sgi.com Wed Feb 15 19:45:25 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 15 Feb 2006 19:45:26 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1G3jNm2015538 for ; Wed, 15 Feb 2006 19:45:24 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id OAA24948; Thu, 16 Feb 2006 14:46:09 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16346) id 4701E49E5DE2; Thu, 16 Feb 2006 14:46:07 +1100 (EST) To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: TAKE 949726 - Add hotplug cpu support to per-cpu superblock counters Message-Id: <20060216034607.4701E49E5DE2@chook.melbourne.sgi.com> Date: Thu, 16 Feb 2006 14:46:07 +1100 (EST) From: dgc@sgi.com (David Chinner) X-archive-position: 7340 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: dgc@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 1117 Lines: 28 Add support for hotplug CPUs to the per-CPU superblock counters by registering a notifier callback that listens to CPU up/down events to modify the counters appropriately. Date: Thu Feb 16 14:45:10 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/dgc/isms/2.6.x-xfs Inspected by: nathans The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb Modid: xfs-linux-melb:xfs-kern:25214a fs/xfs/xfs_mount.h - 1.215 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.h.diff?r1=text&tr1=1.215&r2=text&tr2=1.214&f=h - Add cpu notifier chain handling for hot plug cpus for the per-cpu superblock counters. fs/xfs/xfs_mount.c - 1.371 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.c.diff?r1=text&tr1=1.371&r2=text&tr2=1.370&f=h - Add cpu notifier chain handling for hot plug cpus for the per-cpu superblock counters. fs/xfs/linux-2.6/xfs_linux.h - 1.141 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_linux.h.diff?r1=text&tr1=1.141&r2=text&tr2=1.140&f=h - Include headers for notifier chain handling. From owner-linux-xfs@oss.sgi.com Thu Feb 16 01:30:00 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 16 Feb 2006 01:30:04 -0800 (PST) Received: from mail.slab.de (argonath.slab.de [80.152.26.162]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1G9Txm2013757 for ; Thu, 16 Feb 2006 01:30:00 -0800 Received: from localhost (localhost [127.0.0.1]) by mail.slab.de (Postfix) with ESMTP id B724195B0; Thu, 16 Feb 2006 10:30:53 +0100 (CET) Received: from mail.slab.de ([127.0.0.1]) by localhost (lorien [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12042-04; Thu, 16 Feb 2006 10:30:52 +0100 (CET) Received: from [192.168.124.109] (elwe.slab.de [192.168.124.109]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Lars Soltau", Issuer "Thawte Personal Freemail Issuing CA" (verified OK)) by mail.slab.de (Postfix) with ESMTP id E43DA8F; Thu, 16 Feb 2006 10:30:52 +0100 (CET) Message-ID: <43F44629.4070800@slab.de> Date: Thu, 16 Feb 2006 10:30:17 +0100 From: Lars Soltau Organization: sLAB GmbH & Co. KG User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 X-Accept-Language: en-gb, de-de, de, en MIME-Version: 1.0 To: Nathan Scott Cc: linux-xfs@oss.sgi.com Subject: Re: xfsdump failure - failed to get bulkstat information for root node References: <43F32968.4000702@slab.de> <20060216064853.B9355386@wobbly.melbourne.sgi.com> In-Reply-To: <20060216064853.B9355386@wobbly.melbourne.sgi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 7341 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: l.soltau@slab.de Precedence: bulk X-list: linux-xfs Content-Length: 880 Lines: 25 Nathan Scott wrote: >On Wed, Feb 15, 2006 at 02:15:20PM +0100, Lars Soltau wrote: > > >>I have installed SuSE 10.0 and created several XFS filesystems. I >>cannot, however, backup any of them with xfsdump, getting this error: >> >>xfsdump: using file dump (drive_simple) strategy >>xfsdump: version 2.2.30 (dump format 3.0) - Running single-threaded >>xfsdump: unable to determine uuid of fs mounted at /: invalid argument >> >> > >Here's the first error - looks like a failed geometry ioctl - >is the filesystem being dumped a mounted XFS filesystem? > > Yes it is. I've read in the xfsdump man page that xfsdump only dumps mounted filesystems. So if the geometry ioctl is failing, why can xfs_admin read the UUID but xfsdump can't? I guess I'll download the source for xfsdump and try to find out what exactly is the cause for the "invalid argument" error above. From owner-linux-xfs@oss.sgi.com Thu Feb 16 05:14:22 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 16 Feb 2006 05:14:31 -0800 (PST) Received: from mail.slab.de (argonath.slab.de [80.152.26.162]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1GDEMm2001275 for ; Thu, 16 Feb 2006 05:14:22 -0800 Received: from localhost (localhost [127.0.0.1]) by mail.slab.de (Postfix) with ESMTP id 8DC1195B1; Thu, 16 Feb 2006 14:15:16 +0100 (CET) Received: from mail.slab.de ([127.0.0.1]) by localhost (lorien [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14685-03; Thu, 16 Feb 2006 14:15:15 +0100 (CET) Received: from [192.168.124.109] (elwe.slab.de [192.168.124.109]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Lars Soltau", Issuer "Thawte Personal Freemail Issuing CA" (verified OK)) by mail.slab.de (Postfix) with ESMTP id A824A95B0; Thu, 16 Feb 2006 14:15:15 +0100 (CET) Message-ID: <43F47ABF.7030202@slab.de> Date: Thu, 16 Feb 2006 14:14:39 +0100 From: Lars Soltau Organization: sLAB GmbH & Co. KG User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 X-Accept-Language: en-gb, de-de, de, en MIME-Version: 1.0 To: Christoph Hellwig Cc: linux-xfs@oss.sgi.com Subject: Re: xfsdump failure - failed to get bulkstat information for root node References: <43F32968.4000702@slab.de> <20060216120745.GA9800@infradead.org> In-Reply-To: <20060216120745.GA9800@infradead.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 7342 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: l.soltau@slab.de Precedence: bulk X-list: linux-xfs Content-Length: 675 Lines: 22 Christoph Hellwig wrote: >On Wed, Feb 15, 2006 at 02:15:20PM +0100, Lars Soltau wrote: > > >>I booted the system from CD and checked all filesystems - xfscheck >>reports no errors. xfsadmin can read the UUID just fine. Any idea what >>might go wrong here? >> >> > >Are you running 32bit userland on a 64bit ernel? > > That turned out to be the problem. Just this once I wanted to stay on the user's side of the fence, install a distribution and be done with it. SuSE 10.0 seems to contain a mix of 32bit and 64bit libraries/executables, so I ended up recompiling acl, attr, dmapi, xfsprogs and xfsdump - that fixed the problem. Thanks for your help, people. From owner-linux-xfs@oss.sgi.com Thu Feb 16 05:21:44 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 16 Feb 2006 05:21:50 -0800 (PST) Received: from pentafluge.infradead.org (pentafluge.infradead.org [213.146.154.40]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1GDLhm2002121 for ; Thu, 16 Feb 2006 05:21:44 -0800 Received: from hch by pentafluge.infradead.org with local (Exim 4.54 #1 (Red Hat Linux)) id 1F9hvF-0002ZR-LX; Thu, 16 Feb 2006 12:07:45 +0000 Date: Thu, 16 Feb 2006 12:07:45 +0000 From: Christoph Hellwig To: Lars Soltau Cc: linux-xfs@oss.sgi.com Subject: Re: xfsdump failure - failed to get bulkstat information for root node Message-ID: <20060216120745.GA9800@infradead.org> References: <43F32968.4000702@slab.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43F32968.4000702@slab.de> User-Agent: Mutt/1.4.2.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html X-archive-position: 7343 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: 891 Lines: 20 On Wed, Feb 15, 2006 at 02:15:20PM +0100, Lars Soltau wrote: > I have installed SuSE 10.0 and created several XFS filesystems. I > cannot, however, backup any of them with xfsdump, getting this error: > > xfsdump: using file dump (drive_simple) strategy > xfsdump: version 2.2.30 (dump format 3.0) - Running single-threaded > xfsdump: unable to determine uuid of fs mounted at /: invalid argument > xfsdump: level 0 dump of numenor:/ > xfsdump: dump date: Wed Feb 15 14:06:05 2006 > xfsdump: session id: 44d3fcab-20d5-49ec-8b88-8810d0114472 > xfsdump: session label: "" > xfsdump: ERROR: failed to get bulkstat information for root inode > xfsdump: Dump Status: ERROR > > I booted the system from CD and checked all filesystems - xfscheck > reports no errors. xfsadmin can read the UUID just fine. Any idea what > might go wrong here? Are you running 32bit userland on a 64bit ernel? From owner-linux-xfs@oss.sgi.com Thu Feb 16 06:44:44 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 16 Feb 2006 06:44:48 -0800 (PST) Received: from pentafluge.infradead.org (pentafluge.infradead.org [213.146.154.40]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1GEihm2008261 for ; Thu, 16 Feb 2006 06:44:43 -0800 Received: from hch by pentafluge.infradead.org with local (Exim 4.54 #1 (Red Hat Linux)) id 1F9kO2-0003HY-5C for linux-xfs@oss.sgi.com; Thu, 16 Feb 2006 14:45:38 +0000 Date: Thu, 16 Feb 2006 14:45:38 +0000 From: Christoph Hellwig To: linux-xfs@oss.sgi.com Subject: fs/xfs/xfs_dmapi.c vanished from CVS? Message-ID: <20060216144537.GA12409@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html X-archive-position: 7344 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: 185 Lines: 4 I tried to rediff and send an older patch, but fs/xfs/xfs_dmapi.c in the CVS tree vanished. It's still in the SuSE kernel, though including the related hacks. What's the story here? From owner-linux-xfs@oss.sgi.com Thu Feb 16 08:33:37 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 16 Feb 2006 08:33:38 -0800 (PST) Received: from mx1.suse.de (ns1.suse.de [195.135.220.2]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1GGXam2020569 for ; Thu, 16 Feb 2006 08:33:36 -0800 Received: from Relay1.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id EEE1CEDBF; Thu, 16 Feb 2006 16:21:23 +0100 (CET) X-Authentication-Warning: verdi.suse.de: ak set sender to ak@suse.de using -f To: Lars Soltau Cc: linux-xfs@oss.sgi.com Subject: Re: xfsdump failure - failed to get bulkstat information for root node References: <43F32968.4000702@slab.de> <20060216120745.GA9800@infradead.org> <43F47ABF.7030202@slab.de> From: Andi Kleen Date: 16 Feb 2006 16:21:17 +0100 In-Reply-To: <43F47ABF.7030202@slab.de> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-archive-position: 7345 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@suse.de Precedence: bulk X-list: linux-xfs Content-Length: 596 Lines: 18 Lars Soltau writes: > SuSE 10.0 seems to contain a mix of 32bit and 64bit > libraries/executables, It's not correct. A standard 64bit SUSE 10.0 doesn't contain 32bit xfs programs. The only 32bit programs included are the compat libraries and some programs that need it (grub, firefox, openoffice, wine, eclipse, amarok, some optional binary only crud) Of course you can install near any other 32bit programs or rpms if you want, but that would be your own doing then. I guess you just installed the xfsprogs rpm from the wrong repository (32bit instead of 64bit) -Andi From owner-linux-xfs@oss.sgi.com Thu Feb 16 10:49:41 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 16 Feb 2006 10:49:42 -0800 (PST) Received: from omx1.americas.sgi.com (omx1-ext.sgi.com [192.48.179.11]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1GInem2030405 for ; Thu, 16 Feb 2006 10:49:40 -0800 Received: from internal-mail-relay1.corp.sgi.com (internal-mail-relay1.corp.sgi.com [198.149.32.52]) by omx1.americas.sgi.com (8.12.10/8.12.9/linux-outbound_gateway-1.1) with ESMTP id k1GIoYOX027168 for ; Thu, 16 Feb 2006 12:50:35 -0600 Received: from [128.162.232.50] (stout.americas.sgi.com [128.162.232.50]) by internal-mail-relay1.corp.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id k1GItSYX3197555; Thu, 16 Feb 2006 10:55:29 -0800 (PST) Message-ID: <43F4C979.3080802@sgi.com> Date: Thu, 16 Feb 2006 12:50:33 -0600 From: Eric Sandeen User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christoph Hellwig CC: linux-xfs@oss.sgi.com Subject: Re: fs/xfs/xfs_dmapi.c vanished from CVS? References: <20060216144537.GA12409@infradead.org> In-Reply-To: <20060216144537.GA12409@infradead.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 7347 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: 409 Lines: 11 Christoph Hellwig wrote: > I tried to rediff and send an older patch, but fs/xfs/xfs_dmapi.c in the > CVS tree vanished. It's still in the SuSE kernel, though including the > related hacks. What's the story here? > http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_rw.h.diff?r1=text&tr1=1.78&r2=text&tr2=1.77&f=h xfs_dmapi.c - 1.142 - renamed to dmapi/xfs_dm.c 1.1 from nathan's most recent change... From owner-linux-xfs@oss.sgi.com Thu Feb 16 10:46:21 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 16 Feb 2006 10:46:26 -0800 (PST) Received: from omx1.americas.sgi.com (omx1-ext.sgi.com [192.48.179.11]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1GIkKm2030063 for ; Thu, 16 Feb 2006 10:46:21 -0800 Received: from internal-mail-relay1.corp.sgi.com (internal-mail-relay1.corp.sgi.com [198.149.32.52]) by omx1.americas.sgi.com (8.12.10/8.12.9/linux-outbound_gateway-1.1) with ESMTP id k1GIlEOX026862 for ; Thu, 16 Feb 2006 12:47:14 -0600 Received: from [128.162.232.50] (stout.americas.sgi.com [128.162.232.50]) by internal-mail-relay1.corp.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id k1GIq7YX3194085; Thu, 16 Feb 2006 10:52:08 -0800 (PST) Message-ID: <43F4C8B0.3040507@sgi.com> Date: Thu, 16 Feb 2006 12:47:12 -0600 From: Eric Sandeen User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andi Kleen CC: Lars Soltau , linux-xfs@oss.sgi.com Subject: Re: xfsdump failure - failed to get bulkstat information for root node References: <43F32968.4000702@slab.de> <20060216120745.GA9800@infradead.org> <43F47ABF.7030202@slab.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 7346 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: 759 Lines: 28 Andi Kleen wrote: > Lars Soltau writes: > > >>SuSE 10.0 seems to contain a mix of 32bit and 64bit >>libraries/executables, > > > It's not correct. A standard 64bit SUSE 10.0 doesn't contain 32bit xfs programs. > > The only 32bit programs included are the compat libraries and > some programs that need it (grub, firefox, openoffice, wine, eclipse, > amarok, some optional binary only crud) > > Of course you can install near any other 32bit programs > or rpms if you want, but that would be your own doing then. > > I guess you just installed the xfsprogs rpm from the wrong repository > (32bit instead of 64bit) > > -Andi > FWIW we've fixed up the compat interfaces for most calls, but unfortunately not that one, yet. -Eric From owner-linux-xfs@oss.sgi.com Thu Feb 16 10:59:42 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 16 Feb 2006 10:59:49 -0800 (PST) Received: from pentafluge.infradead.org (pentafluge.infradead.org [213.146.154.40]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1GIxSm2031622 for ; Thu, 16 Feb 2006 10:59:41 -0800 Received: from hch by pentafluge.infradead.org with local (Exim 4.54 #1 (Red Hat Linux)) id 1F9oMY-0004eB-GS; Thu, 16 Feb 2006 19:00:22 +0000 Date: Thu, 16 Feb 2006 19:00:22 +0000 From: Christoph Hellwig To: Eric Sandeen Cc: Christoph Hellwig , linux-xfs@oss.sgi.com Subject: Re: fs/xfs/xfs_dmapi.c vanished from CVS? Message-ID: <20060216190022.GA17824@infradead.org> References: <20060216144537.GA12409@infradead.org> <43F4C979.3080802@sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43F4C979.3080802@sgi.com> User-Agent: Mutt/1.4.2.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html X-archive-position: 7348 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: 11991 Lines: 504 On Thu, Feb 16, 2006 at 12:50:33PM -0600, Eric Sandeen wrote: > Christoph Hellwig wrote: > >I tried to rediff and send an older patch, but fs/xfs/xfs_dmapi.c in the > >CVS tree vanished. It's still in the SuSE kernel, though including the > >related hacks. What's the story here? > > > > http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_rw.h.diff?r1=text&tr1=1.78&r2=text&tr2=1.77&f=h > xfs_dmapi.c - 1.142 - renamed to dmapi/xfs_dm.c 1.1 > > from nathan's most recent change... A thanks, must be the 1^16th location of the dmapi code in the Linux tree :) And here's the patch: -- Use xfs_vtoi and xfs_vfstom in the dmapi code instead of opencoding behaviour lookups. Signed-off-by: Christoph Hellwig Index: xfs-2.6.x/fs/xfs/dmapi/xfs_dm.c =================================================================== --- xfs-2.6.x.orig/fs/xfs/dmapi/xfs_dm.c 2006-02-16 03:47:52.000000000 +0100 +++ xfs-2.6.x/fs/xfs/dmapi/xfs_dm.c 2006-02-16 19:58:24.000000000 +0100 @@ -182,7 +182,7 @@ /* Returns positive errors to XFS */ XFS_BHV_LOOKUP(vp, bdp); - ip = XFS_BHVTOI(bdp); + ip = xfs_vtoi(vp); do { dmstate = ip->i_iocore.io_dmstate; if (locktype) @@ -254,20 +254,17 @@ #ifdef DEBUG_RIGHTS STATIC int -xfs_bdp_to_hexhandle( - bhv_desc_t *bdp, +xfs_vp_to_hexhandle( + vnode_t *vp, u_int type, char *buffer) { dm_handle_t handle; - vnode_t *vp; u_char *ip; int length; int error; int i; - vp = BHV_TO_VNODE(bdp); - if ((error = dm_vp_to_handle(vp, &handle))) return(error); @@ -825,14 +822,13 @@ STATIC int xfs_dm_f_get_eventlist( - bhv_desc_t *bdp, + xfs_inode_t *ip, dm_right_t right, u_int nelem, dm_eventset_t *eventsetp, /* in kernel space! */ u_int *nelemp) /* in kernel space! */ { dm_eventset_t eventset; - xfs_inode_t *ip; if (right < DM_RIGHT_SHARED) return(EACCES); @@ -844,7 +840,6 @@ all other object types, the bits will already be zero. Handy, huh? */ - ip = XFS_BHVTOI(bdp); eventset = ip->i_d.di_dmevmask; /* Now copy the event mask and event count back to the caller. We @@ -867,7 +862,8 @@ STATIC int xfs_dm_f_set_eventlist( - bhv_desc_t *bdp, + vnode_t *vp, + xfs_inode_t *ip, dm_right_t right, dm_eventset_t *eventsetp, /* in kernel space! */ u_int maxevent) @@ -875,8 +871,6 @@ dm_eventset_t eventset; dm_eventset_t max_mask; dm_eventset_t valid_events; - vnode_t *vp; - xfs_inode_t *ip; xfs_trans_t *tp; xfs_mount_t *mp; int error; @@ -889,7 +883,6 @@ return(EINVAL); max_mask = (1 << maxevent) - 1; - vp = BHV_TO_VNODE(bdp); if (VN_ISDIR(vp)) { valid_events = DM_XFS_VALID_DIRECTORY_EVENTS; } else { /* file or symlink */ @@ -906,7 +899,6 @@ max_mask &= ~(1 <i_mount; tp = xfs_trans_alloc(mp, XFS_TRANS_SET_DMATTRS); error = xfs_trans_reserve(tp, 0, XFS_ICHANGE_LOG_RES(mp), 0, 0, 0); @@ -932,19 +924,17 @@ STATIC int xfs_dm_fs_get_eventlist( - bhv_desc_t *bdp, + xfs_mount_t *mp, dm_right_t right, u_int nelem, dm_eventset_t *eventsetp, /* in kernel space! */ u_int *nelemp) /* in kernel space! */ { dm_eventset_t eventset; - xfs_mount_t *mp; if (right < DM_RIGHT_SHARED) return(EACCES); - mp = XFS_BHVTOI(bdp)->i_mount; eventset = mp->m_dmevmask; /* Now copy the event mask and event count back to the caller. We @@ -968,21 +958,19 @@ STATIC int xfs_dm_fs_set_eventlist( - bhv_desc_t *bdp, + xfs_mount_t *mp, dm_right_t right, dm_eventset_t *eventsetp, /* in kernel space! */ u_int maxevent) { dm_eventset_t eventset; dm_eventset_t max_mask; - xfs_mount_t *mp; if (right < DM_RIGHT_EXCL) return(EACCES); eventset = *eventsetp; - mp = XFS_BHVTOI(bdp)->i_mount; if (maxevent >= sizeof(mp->m_dmevmask) * NBBY) return(EINVAL); max_mask = (1 << maxevent) - 1; @@ -1001,15 +989,13 @@ STATIC int xfs_dm_direct_ok( - bhv_desc_t *bdp, + xfs_inode_t *ip, dm_off_t off, dm_size_t len, void __user *bufp) { xfs_mount_t *mp; - xfs_inode_t *ip; - ip = XFS_BHVTOI(bdp); mp = ip->i_mount; /* Realtime files can ONLY do direct I/O. */ @@ -1068,7 +1054,7 @@ struct file *file; struct inode *inode = LINVFS_GET_IP(vp); struct dentry *dentry; - bhv_desc_t *xbdp; + xfs_inode_t *ip; if ((off < 0) || (off > i_size_read(inode)) || !S_ISREG(inode->i_mode)) return EINVAL; @@ -1085,8 +1071,8 @@ */ oflags |= O_LARGEFILE | O_NONBLOCK; - XFS_BHV_LOOKUP(vp, xbdp); - if (xfs_dm_direct_ok(xbdp, off, len, bufp)) + ip = xfs_vtoi(vp); + if (xfs_dm_direct_ok(ip, off, len, bufp)) oflags |= O_DIRECT; if (fflag & O_SYNC) @@ -1162,12 +1148,9 @@ { #ifdef DEBUG_RIGHTS char buffer[sizeof(dm_handle_t) * 2 + 1]; - bhv_desc_t *bdp; vnode_t *vp = LINVFS_GET_VP(inode); - XFS_BHV_LOOKUP(vp, bdp); - - if (!xfs_bdp_to_hexhandle(bdp, type, buffer)) { + if (!xfs_vp_to_hexhandle(vp, type, buffer)) { printf("dm_downgrade_right: old %d new %d type %d handle %s\n", right, DM_RIGHT_SHARED, type, buffer); } else { @@ -1205,7 +1188,6 @@ xfs_filblks_t fsb_length; dm_off_t startoff; int elem; - bhv_desc_t *xbdp; vnode_t *vp = LINVFS_GET_VP(inode); xfs_bmbt_irec_t *bmp = NULL; u_int bmpcnt = 50; @@ -1223,9 +1205,7 @@ if (copy_from_user( &startoff, offp, sizeof(startoff))) return(-EFAULT); - XFS_BHV_LOOKUP(vp, xbdp); - - ip = XFS_BHVTOI(xbdp); + ip = xfs_vtoi(vp); mp = ip->i_mount; ASSERT(mp); @@ -1342,7 +1322,6 @@ int nelems; u_int statstruct_sz; dm_attrloc_t loc; - bhv_desc_t *mp_bdp; xfs_mount_t *mp; vnode_t *vp = LINVFS_GET_VP(inode); vfs_t *vfsp = vp->v_vfsp; @@ -1384,9 +1363,8 @@ return(-E2BIG); } - mp_bdp = bhv_lookup(VFS_BHVHEAD(vfsp), &xfs_vfsops); - ASSERT(mp_bdp); - mp = XFS_BHVTOM(mp_bdp); + mp = xfs_vfstom(vfsp); + ASSERT(mp); /* Build the on-disk version of the attribute name. */ @@ -1456,7 +1434,6 @@ int nelems; u_int statstruct_sz; dm_attrloc_t loc; - bhv_desc_t *mp_bdp; xfs_mount_t *mp; vnode_t *vp = LINVFS_GET_VP(inode); vfs_t *vfsp = vp->v_vfsp; @@ -1490,9 +1467,8 @@ return(-E2BIG); } - mp_bdp = bhv_lookup(VFS_BHVHEAD(vfsp), &xfs_vfsops); - ASSERT(mp_bdp); - mp = XFS_BHVTOM(mp_bdp); + mp = xfs_vfstom(vfsp); + ASSERT(mp); /* @@ -1753,7 +1729,6 @@ dm_dioinfo_t dio; xfs_mount_t *mp; xfs_inode_t *ip; - bhv_desc_t *xbdp; vnode_t *vp = LINVFS_GET_VP(inode); /* Returns negative errors to DMAPI */ @@ -1761,9 +1736,7 @@ if (right < DM_RIGHT_SHARED) return(-EACCES); - XFS_BHV_LOOKUP(vp, xbdp); - - ip = XFS_BHVTOI(xbdp); + ip = xfs_vtoi(vp); mp = ip->i_mount; dio.d_miniosz = dio.d_mem = MIN_DIO_SIZE(mp); @@ -1799,7 +1772,6 @@ int error = 0; dm_attrloc_t loc; dm_attrloc_t prev_loc; - bhv_desc_t *mp_bdp; vnode_t *vp = LINVFS_GET_VP(inode); vfs_t *vfsp = vp->v_vfsp; uint dir_gen = 0; @@ -1820,12 +1792,11 @@ if ((inode->i_mode & S_IFMT) != S_IFDIR) return(-EINVAL); - mp_bdp = bhv_lookup(VFS_BHVHEAD(vfsp), &xfs_vfsops); - ASSERT(mp_bdp); dp = xfs_vtoi(vp); ASSERT(dp); - mp = XFS_BHVTOM(mp_bdp); + mp = xfs_vfstom(vfsp); + ASSERT(mp); if (buflen < DM_STAT_SIZE(dm_stat_t, 0)) { *rvp = 1; /* tell caller to try again */ @@ -2011,18 +1982,16 @@ u_int *nelemp) { int error; - bhv_desc_t *xbdp; vnode_t *vp = LINVFS_GET_VP(inode); + xfs_inode_t *ip = xfs_vtoi(vp); /* Returns negative errors to DMAPI */ - XFS_BHV_LOOKUP(vp, xbdp); - if (type == DM_FSYS_OBJ) { - error = xfs_dm_fs_get_eventlist(xbdp, right, nelem, + error = xfs_dm_fs_get_eventlist(ip->i_mount, right, nelem, eventsetp, nelemp); } else { - error = xfs_dm_f_get_eventlist(xbdp, right, nelem, + error = xfs_dm_f_get_eventlist(ip, right, nelem, eventsetp, nelemp); } return(-error); /* Returns negative error to DMAPI */ @@ -2040,7 +2009,6 @@ dm_stat_t stat; xfs_inode_t *ip; xfs_mount_t *mp; - bhv_desc_t *xbdp; vnode_t *vp = LINVFS_GET_VP(inode); /* Returns negative errors to DMAPI */ @@ -2048,11 +2016,9 @@ if (right < DM_RIGHT_SHARED) return(-EACCES); - XFS_BHV_LOOKUP(vp, xbdp); - /* Find the mount point. */ - ip = XFS_BHVTOI(xbdp); + ip = xfs_vtoi(vp); mp = ip->i_mount; xfs_ilock(ip, XFS_ILOCK_SHARED); @@ -2083,7 +2049,6 @@ dm_region_t region; xfs_inode_t *ip; u_int elem; - bhv_desc_t *xbdp; vnode_t *vp = LINVFS_GET_VP(inode); /* Returns negative errors to DMAPI */ @@ -2091,9 +2056,7 @@ if (right < DM_RIGHT_SHARED) return(-EACCES); - XFS_BHV_LOOKUP(vp, xbdp); - - ip = XFS_BHVTOI(xbdp); + ip = xfs_vtoi(vp); evmask = ip->i_d.di_dmevmask; /* read the mask "atomically" */ /* Get the file's current managed region flags out of the @@ -2340,7 +2303,6 @@ uint lock_flags; xfs_fsize_t realsize; u_int bsize; - bhv_desc_t *xbdp; vnode_t *vp = LINVFS_GET_VP(inode); /* Returns negative errors to DMAPI */ @@ -2348,9 +2310,7 @@ if (right < DM_RIGHT_SHARED) return(-EACCES); - XFS_BHV_LOOKUP(vp, xbdp); - - ip = XFS_BHVTOI(xbdp); + ip = xfs_vtoi(vp); if ((ip->i_d.di_mode & S_IFMT) != S_IFREG) return(-EINVAL); @@ -2406,7 +2366,7 @@ return -EBUSY; XFS_BHV_LOOKUP(vp, xbdp); - xip = XFS_BHVTOI(xbdp); + xip = xfs_vtoi(vp); mp = xip->i_mount; bsize = mp->m_sb.sb_blocksize; if (off & (bsize-1)) { @@ -2494,12 +2454,9 @@ { #ifdef DEBUG_RIGHTS char buffer[sizeof(dm_handle_t) * 2 + 1]; - bhv_desc_t *bdp; vnode_t *vp = LINVFS_GET_VP(inode); - XFS_BHV_LOOKUP(vp, bdp); - - if (!xfs_bdp_to_hexhandle(bdp, type, buffer)) { + if (!xfs_vp_to_hexhandle(vp, type, buffer)) { printf("dm_release_right: old %d type %d handle %s\n", right, type, buffer); } else { @@ -2554,12 +2511,9 @@ { #ifdef DEBUG_RIGHTS char buffer[sizeof(dm_handle_t) * 2 + 1]; - bhv_desc_t *bdp; vnode_t *vp = LINVFS_GET_VP(inode); - XFS_BHV_LOOKUP(vp, bdp); - - if (!xfs_bdp_to_hexhandle(bdp, type, buffer)) { + if (!xfs_vp_to_hexhandle(vp, type, buffer)) { printf("dm_request_right: old %d new %d type %d flags 0x%x " "handle %s\n", right, newright, type, flags, buffer); } else { @@ -2625,17 +2579,15 @@ u_int maxevent) { int error; - bhv_desc_t *xbdp; vnode_t *vp = LINVFS_GET_VP(inode); + xfs_inode_t *ip = xfs_vtoi(vp); /* Returns negative errors to DMAPI */ - XFS_BHV_LOOKUP(vp, xbdp); - if (type == DM_FSYS_OBJ) { - error = xfs_dm_fs_set_eventlist(xbdp, right, eventsetp, maxevent); + error = xfs_dm_fs_set_eventlist(ip->i_mount, right, eventsetp, maxevent); } else { - error = xfs_dm_f_set_eventlist(xbdp, right, eventsetp, maxevent); + error = xfs_dm_f_set_eventlist(vp, ip, right, eventsetp, maxevent); } return(-error); /* Return negative error to DMAPI */ } @@ -2744,7 +2696,6 @@ dm_eventset_t mr_mask; int error; u_int exactflag; - bhv_desc_t *xbdp; vnode_t *vp = LINVFS_GET_VP(inode); /* Returns negative errors to DMAPI */ @@ -2785,8 +2736,7 @@ bits, add in the new ones, and update the file's mask. */ - XFS_BHV_LOOKUP(vp, xbdp); - ip = XFS_BHVTOI(xbdp); + ip = xfs_vtoi(vp); if (new_mask & prohibited_mr_events(vp)) { /* If the change is simply to remove the READ @@ -2874,12 +2824,9 @@ { #ifdef DEBUG_RIGHTS char buffer[sizeof(dm_handle_t) * 2 + 1]; - bhv_desc_t *bdp; vnode_t *vp = LINVFS_GET_VP(inode); - XFS_BHV_LOOKUP(vp, bdp); - - if (!xfs_bdp_to_hexhandle(bdp, type, buffer)) { + if (!xfs_vp_to_hexhandle(vp, type, buffer)) { printf("dm_upgrade_right: old %d new %d type %d handle %s\n", right, DM_RIGHT_EXCL, type, buffer); } else { @@ -3040,7 +2987,6 @@ { vnode_t *vp; xfs_inode_t *ip; - bhv_desc_t *bdp; int error = 0; dm_eventtype_t max_event = DM_EVENT_READ; vrwlock_t locktype; @@ -3075,8 +3021,7 @@ return -EACCES; } - XFS_BHV_LOOKUP(vp, bdp); - ip = XFS_BHVTOI(bdp); + ip = xfs_vtoi(vp); /* Figure out how much of the file is being requested by the user. */ offset = 0; /* beginning of file, for now */ From owner-linux-xfs@oss.sgi.com Thu Feb 16 11:01:34 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 16 Feb 2006 11:01:36 -0800 (PST) Received: from omx1.americas.sgi.com (omx1-ext.sgi.com [192.48.179.11]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1GJ1Xm2032141 for ; Thu, 16 Feb 2006 11:01:33 -0800 Received: from imr2.americas.sgi.com (imr2.americas.sgi.com [198.149.16.18]) by omx1.americas.sgi.com (8.12.10/8.12.9/linux-outbound_gateway-1.1) with ESMTP id k1GJ2SOX028003 for ; Thu, 16 Feb 2006 13:02:28 -0600 Received: from [128.162.232.50] (stout.americas.sgi.com [128.162.232.50]) by imr2.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id k1GJJJa514682511; Thu, 16 Feb 2006 11:19:19 -0800 (PST) Message-ID: <43F4CC41.3030402@sgi.com> Date: Thu, 16 Feb 2006 13:02:25 -0600 From: Eric Sandeen User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Sandeen CC: Andi Kleen , Lars Soltau , linux-xfs@oss.sgi.com Subject: Re: xfsdump failure - failed to get bulkstat information for root node References: <43F32968.4000702@slab.de> <20060216120745.GA9800@infradead.org> <43F47ABF.7030202@slab.de> <43F4C8B0.3040507@sgi.com> In-Reply-To: <43F4C8B0.3040507@sgi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 7349 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: 252 Lines: 9 Eric Sandeen wrote: > FWIW we've fixed up the compat interfaces for most calls, but > unfortunately not that one, yet. Er, I take that back.. I think that's the XFS_IOC_FSGEOMETRY_V1 call, which i thought was working in compat mode.... Hrm. -Eric From owner-linux-xfs@oss.sgi.com Thu Feb 16 11:23:22 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 16 Feb 2006 11:23:25 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1GJNKm2001473 for ; Thu, 16 Feb 2006 11:23:21 -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 GAA13659; Fri, 17 Feb 2006 06:24:02 +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 k1GJOEkt9387535; Fri, 17 Feb 2006 06:24:14 +1100 (EST) Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id k1GJOC7h9321314; Fri, 17 Feb 2006 06:24:12 +1100 (EST) Date: Fri, 17 Feb 2006 06:24:12 +1100 From: Nathan Scott To: Christoph Hellwig Cc: Eric Sandeen , linux-xfs@oss.sgi.com Subject: Re: fs/xfs/xfs_dmapi.c vanished from CVS? Message-ID: <20060217062412.A9349752@wobbly.melbourne.sgi.com> References: <20060216144537.GA12409@infradead.org> <43F4C979.3080802@sgi.com> <20060216190022.GA17824@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20060216190022.GA17824@infradead.org>; from hch@infradead.org on Thu, Feb 16, 2006 at 07:00:22PM +0000 X-archive-position: 7350 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: 996 Lines: 29 On Thu, Feb 16, 2006 at 07:00:22PM +0000, Christoph Hellwig wrote: > On Thu, Feb 16, 2006 at 12:50:33PM -0600, Eric Sandeen wrote: > > Christoph Hellwig wrote: > > >I tried to rediff and send an older patch, but fs/xfs/xfs_dmapi.c in the > > >CVS tree vanished. It's still in the SuSE kernel, though including the > > >related hacks. What's the story here? > > > > > > > http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_rw.h.diff?r1=text&tr1=1.78&r2=text&tr2=1.77&f=h > > xfs_dmapi.c - 1.142 - renamed to dmapi/xfs_dm.c 1.1 > > > > from nathan's most recent change... > > A thanks, must be the 1^16th location of the dmapi code in the Linux tree :) Heh. The problem was xfs_dmapi.c calling dmapi.ko symbols directly, which meant the dmapi module had to be loaded all the time, which was reported as an issue from a certain distro. > Use xfs_vtoi and xfs_vfstom in the dmapi code instead of opencoding > behaviour lookups. Thanks Christoph, I'll get that merged. cheers. -- Nathan From owner-linux-xfs@oss.sgi.com Thu Feb 16 11:31:06 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 16 Feb 2006 11:31:08 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1GJV4m2002302 for ; Thu, 16 Feb 2006 11:31:05 -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 GAA13935; Fri, 17 Feb 2006 06:31:50 +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 k1GJW1kt9356590; Fri, 17 Feb 2006 06:32:01 +1100 (EST) Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id k1GJVw8J9370581; Fri, 17 Feb 2006 06:31:58 +1100 (EST) Date: Fri, 17 Feb 2006 06:31:57 +1100 From: Nathan Scott To: bjd Cc: linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com Subject: Re: kernel oops: trying to mount a corrupted xfs partition (2.6.16-rc3) Message-ID: <20060217063157.B9349752@wobbly.melbourne.sgi.com> References: <20060216183629.GA5672@skyscraper.unix9.prv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20060216183629.GA5672@skyscraper.unix9.prv>; from bjdouma@xs4all.nl on Thu, Feb 16, 2006 at 07:36:29PM +0100 X-archive-position: 7351 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: 891 Lines: 29 On Thu, Feb 16, 2006 at 07:36:29PM +0100, bjd wrote: > Trying to mount a corrupted xfs partition hanging off a Promise > PDC20267 FastTrak100/Ukltra100 controller. > > The partition contains a test Linux system that, due to an in- > complete install, had to be halted by brute force (i.e. power off). Any idea how/at what point it became corrupted? > After a reboot and xfs_repair the filesystem proved to be mildly > corrupted, but recoverable. > This filesystem has not been repaired, if it had you would not be going into log recovery when you mount it (xfs_repair clears out the log). > XFS mounting filesystem hda3 > Starting XFS recovery on filesystem: hda3 (logdev: internal) > EIP: 0060:[xlog_recover_do_inode_trans+473/2688] Tainted: P VLI This indicates you are running recovery - run xfs_repair first if you know the filesystem is corrupt. cheers. -- Nathan From owner-linux-xfs@oss.sgi.com Thu Feb 16 11:44:37 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 16 Feb 2006 11:44:39 -0800 (PST) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1GJiam2004069 for ; Thu, 16 Feb 2006 11:44:37 -0800 Received: from skyscraper.xs4all.nl (a213-84-253-228.adsl.xs4all.nl [213.84.253.228]) by smtp-vbr1.xs4all.nl (8.13.3/8.13.3) with ESMTP id k1GIaT5t024798; Thu, 16 Feb 2006 19:36:29 +0100 (CET) (envelope-from root@skyscraper.xs4all.nl) Received: (from root@localhost) by skyscraper.xs4all.nl (8.12.6/8.12.6) id k1GIaTNa005791; Thu, 16 Feb 2006 19:36:29 +0100 Date: Thu, 16 Feb 2006 19:36:29 +0100 From: bjd To: linux-kernel@vger.kernel.org Cc: linux-xfs@oss.sgi.com Subject: kernel oops: trying to mount a corrupted xfs partition (2.6.16-rc3) Message-ID: <20060216183629.GA5672@skyscraper.unix9.prv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Disclaimer: sorry X-Operating-System: human brain v1.04E11 Organization: A training zoo X-archive-position: 7353 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: bjdouma@xs4all.nl Precedence: bulk X-list: linux-xfs Content-Length: 3712 Lines: 68 Trying to mount a corrupted xfs partition hanging off a Promise PDC20267 FastTrak100/Ukltra100 controller. The partition contains a test Linux system that, due to an in- complete install, had to be halted by brute force (i.e. power off). After a reboot and xfs_repair the filesystem proved to be mildly corrupted, but recoverable. The oops is replicable. Anyone else I need to CC to? XFS mounting filesystem hda3 Starting XFS recovery on filesystem: hda3 (logdev: internal) Unable to handle kernel paging request at virtual address 40000010 printing eip: c022d0b9 *pde = 00000000 Oops: 0000 [#1] PREEMPT Modules linked in: sunkbd serport mousedev usbhid uhci_hcd snd_seq snd_via82xx gameport snd_mpu401_uart snd_emu10k1 snd_rawmidi snd_ac97_codec snd_ac97_bus snd_seq_device snd_util_mem snd_hwdep nvidia v4l1_compat i2c_viapro i2c_via bttv snd_bt87x snd_pcm snd_timer snd snd_page_alloc msp3400 tuner tda9887 video_buf firmware_class compat_ioctl32 v4l2_common btcx_risc ir_common tveeprom videodev i2c_dev i2c_algo_bit rtc udf ide_cd cdrom video thermal processor fan container button battery ac nls_utf8 nls_iso8859_15 nls_iso8859_1 nfsd 8250_pnp 8250_pci 8250 serial_core sk98lin dummy nfs lockd sunrpc loop floppy evdev pcspkr usbcore CPU: 0 EIP: 0060:[xlog_recover_do_inode_trans+473/2688] Tainted: P VLI EFLAGS: 00010297 (2.6.16-rc3 #2) EIP is at xlog_recover_do_inode_trans+0x1d9/0xa80 eax: 40000010 ebx: e774ed40 ecx: 00000010 edx: 00000000 esi: e92dd1c0 edi: 00000000 ebp: 00000080 esp: e7041aa4 ds: 007b es: 007b ss: 0068 Process mount (pid: 2515, threadinfo=e7040000 task=e9a0d550) Stack: <0>e9f93f08 00000010 00000040 00000000 00004000 c0359515 e9a0d550 c041b160 00000001 00010000 0880433e 40c00000 e9a569c0 c03a2a00 00000000 40000010 e9f93f08 e91cdc00 00000000 00000040 00000000 00000286 0010bffe e774eda4 Call Trace: [schedule+1205/1664] schedule+0x4b5/0x680 [xlog_recover_do_trans+288/384] xlog_recover_do_trans+0x120/0x180 [kmem_zalloc+31/80] kmem_zalloc+0x1f/0x50 [xlog_recover_commit_trans+57/80] xlog_recover_commit_trans+0x39/0x50 [xlog_recover_process_data+378/528] xlog_recover_process_data+0x17a/0x210 [xlog_do_recovery_pass+1744/2864] xlog_do_recovery_pass+0x6d0/0xb30 [xlog_do_log_recovery+143/208] xlog_do_log_recovery+0x8f/0xd0 [xlog_do_recover+59/416] xlog_do_recover+0x3b/0x1a0 [xlog_recover+219/240] xlog_recover+0xdb/0xf0 [xfs_log_mount+165/320] xfs_log_mount+0xa5/0x140 [xfs_mountfs+2064/4128] xfs_mountfs+0x810/0x1020 [__sched_text_start+7/12] __down_failed+0x7/0xc [xfs_setsize_buftarg_flags+64/208] xfs_setsize_buftarg_flags+0x40/0xd0 [xfs_buf_rele+37/224] xfs_buf_rele+0x25/0xe0 [xfs_readsb+409/560] xfs_readsb+0x199/0x230 [xfs_ioinit+38/80] xfs_ioinit+0x26/0x50 [xfs_mount+1001/1744] xfs_mount+0x3e9/0x6d0 [linvfs_fill_super+161/512] linvfs_fill_super+0xa1/0x200 [snprintf+39/48] snprintf+0x27/0x30 [disk_name+98/208] disk_name+0x62/0xd0 [sb_set_blocksize+46/96] sb_set_blocksize+0x2e/0x60 [get_sb_bdev+245/336] get_sb_bdev+0xf5/0x150 [linvfs_get_sb+47/64] linvfs_get_sb+0x2f/0x40 [linvfs_fill_super+0/512] linvfs_fill_super+0x0/0x200 [do_kern_mount+174/400] do_kern_mount+0xae/0x190 [do_new_mount+131/224] do_new_mount+0x83/0xe0 [do_mount+580/608] do_mount+0x244/0x260 [exact_copy_from_user+50/112] exact_copy_from_user+0x32/0x70 [copy_mount_options+96/192] copy_mount_options+0x60/0xc0 [sys_mount+159/224] sys_mount+0x9f/0xe0 [sysenter_past_esp+84/117] sysenter_past_esp+0x54/0x75 Code: 24 70 8b 6c 24 74 83 c4 78 c3 0f b7 44 24 5a 8b 4c 24 40 c7 44 24 38 00 00 00 00 89 0c 24 89 44 24 04 e8 2b b1 01 00 89 44 24 3c <0f> b7 00 89 c2 c1 e8 08 c1 e2 08 09 c2 66 81 fa 4e 49 75 67 8b From owner-linux-xfs@oss.sgi.com Thu Feb 16 11:42:07 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 16 Feb 2006 11:42:11 -0800 (PST) Received: from smtp-8.smtp.ucla.edu (smtp-8.smtp.ucla.edu [169.232.47.137]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1GJg7m2003598 for ; Thu, 16 Feb 2006 11:42:07 -0800 Received: from potato.cts.ucla.edu (potato.cts.ucla.edu [149.142.36.49]) by smtp-8.smtp.ucla.edu (8.13.4/8.13.4) with ESMTP id k1GIUYoB021562 for ; Thu, 16 Feb 2006 10:30:35 -0800 Received: from potato.cts.ucla.edu (localhost [127.0.0.1]) by potato.cts.ucla.edu (8.13.4/8.13.4/Debian-3) with ESMTP id k1GIUYIu022522 for ; Thu, 16 Feb 2006 10:30:34 -0800 Received: from localhost (cbs@localhost) by potato.cts.ucla.edu (8.13.4/8.13.4/Submit) with ESMTP id k1GIUYa4022519 for ; Thu, 16 Feb 2006 10:30:34 -0800 X-Authentication-Warning: potato.cts.ucla.edu: cbs owned process doing -bs Date: Thu, 16 Feb 2006 10:30:34 -0800 (PST) From: Chris Stromsoe To: linux-xfs@oss.sgi.com Subject: oops, 2.6.15.4 + qla1280+md+xfs+quota (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Probable-Spam: no X-Scanned-By: smtp.ucla.edu on 169.232.47.137 X-archive-position: 7352 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: cbs@cts.ucla.edu Precedence: bulk X-list: linux-xfs Content-Length: 3952 Lines: 99 I sent this to lkml yesterday. Short description of the problem -- xfs on 2.6.15.4 without quota enabled is ok. When I try to mount with "quota", the entire machine hangs. Details are below. -Chris ---------- Forwarded message ---------- Date: Thu, 16 Feb 2006 03:10:00 -0800 (PST) From: Chris Stromsoe To: linux-kernel@vger.kernel.org Subject: oops, 2.6.15.4 + qla1280+md+xfs+quota I have a 2.6.15.4 system that was running fine. Internal drives are using the Fusion MPT driver. I have two external JBODs with 12 disks each. Each JBOD has two channels, 6 disks per channel, and each channel is connected to a QLogic ISP 10160 controller. Each of the JBODs is built as an md raid5 (md1 and md2). Both raid5s are mirrored (md3). I had an ext3 filesystem running fine. I unmounted md3, ran "mkfs.xfs /dev/md3 && mount /dev/md3" and the system hung. md is built in, qla1280 and xfs are both modules. mount options in fstab are rw, quota, noatime -- possibly also noexec and nosuid, but I don't think they were enabled. XFS is built with XFS quota support; I've tried also with and without generic quota support. 4K stacks are enabled, if that matters. Full .config and dmesg output are at http://hashbrown.cts.ucla.edu/pub/oops-200602/ (config is with generic quota, dmesg has xfs loaded as a module and /dev/md3 mounted without quota set). I added "defaults" and removed "quota" from fstab for /dev/md3 and was able to mount the partition normally. It's not responsive to sysrq on the serial console. The last output (without generic quota) was: XFS mounting filesystem md3 XFS quotacheck md3: Please wait. Unable to handle kernel paging request at virtual address 00100178 printing eip: c0114f5a *pde = 00000000 Oops: 0000 [#1] SMP Modules linked in: xfs e1000 bonding qla1280 st CPU: 0 EIP: 0060:[] Not tainted VLI EFLAGS: 00010006 (2.6.15.4) EIP is at do_page_fault+0x93/0x545 eax: eb7ac000 ebx: 00000001 ecx: 0000007b edx: 00100100 esi: 000001ff edi: c0114ec7 ebp: eb7ac0e8 esp: eb7ac094 ds: 007b es: 007b ss: 0068 Unable to handle kernel paging request at virtual address 00100178 printing eip: Unable to handle kernel paging request at virtual address 00100178 printing eip: Unable to handle kernel NULL pointer dereference at virtual address 00000078 printing eip: Unable to handle kernel paging request at virtual address 00100178 printing eip: Unable to handle kernel paging request at virtual address 00100178 printing eip: Unable to handle kernel paging request at virtual address 00100178 printing eip: Unable to handle kernel paging request at virtual address bebaee76 printing eip: Unable to handle kernel paging request at virtual address 00100178 printing eip: Unable to handle kernel paging request at virtual address bebaee76 printing eip: Unable to handle kernel paging request at virtual address 00100178 printing eip: Unable to handle kernel paging request at virtual address 00100178 printing eip: Unable to handle kernel paging request at virtual address 00100178 printing eip: Unable to handle kernel paging request at virtual address 00100178 printing eip: Unable to handle kernel paging request at virtual address 00100178 printing eip: Unable to handle kernel paging request at virtual address 00100178 printing eip: Unable to handle kernel paging request at virtual address 00100178 printing eip: As soon as I mount the partition with quota in fstab, the machine hangs. The oops is not always the same. During one test run, I saw a number of "BUG: soft lockup detected on CPU#0" errors. The above oops is the only one I managed to capture. -Chris - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ From owner-linux-xfs@oss.sgi.com Thu Feb 16 12:45:02 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 16 Feb 2006 12:45:10 -0800 (PST) Received: from larry.melbourne.sgi.com ([61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1GKj1m2013523 for ; Thu, 16 Feb 2006 12:45: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 HAA15522; Fri, 17 Feb 2006 07:45:34 +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 k1GKjikt9299384; Fri, 17 Feb 2006 07:45:45 +1100 (EST) Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id k1GKjeob9388516; Fri, 17 Feb 2006 07:45:40 +1100 (EST) Date: Fri, 17 Feb 2006 07:45:40 +1100 From: Nathan Scott To: Chris Stromsoe Cc: linux-xfs@oss.sgi.com, linux-kernel@vger.kernel.org Subject: Re: oops, 2.6.15.4 + qla1280+md+xfs+quota (fwd) Message-ID: <20060217074540.E9364782@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 cbs@cts.ucla.edu on Thu, Feb 16, 2006 at 10:30:34AM -0800 X-archive-position: 7354 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: 4632 Lines: 115 On Thu, Feb 16, 2006 at 10:30:34AM -0800, Chris Stromsoe wrote: > I sent this to lkml yesterday. Short description of the problem -- xfs on > 2.6.15.4 without quota enabled is ok. When I try to mount with "quota", > the entire machine hangs. Details are below. Could you try without 4Kstacks just for grins? Thanks. There was a stack abuse accidentally introduced in the XFS quota mount path a month or two back - I have a fix for that pending so that may just be it. EIP is at a whacky spot, and your stack trace is all messed up - not sure how we'd get into that situation on a mount with quotas, unless something really bizzare happened (like a stack overflow). cheers. > ---------- Forwarded message ---------- > Date: Thu, 16 Feb 2006 03:10:00 -0800 (PST) > From: Chris Stromsoe > To: linux-kernel@vger.kernel.org > Subject: oops, 2.6.15.4 + qla1280+md+xfs+quota > > I have a 2.6.15.4 system that was running fine. Internal drives are using the > Fusion MPT driver. I have two external JBODs with 12 disks each. Each JBOD has > two channels, 6 disks per channel, and each channel is connected to a QLogic > ISP 10160 controller. > > Each of the JBODs is built as an md raid5 (md1 and md2). Both raid5s are > mirrored (md3). I had an ext3 filesystem running fine. > > I unmounted md3, ran "mkfs.xfs /dev/md3 && mount /dev/md3" and the system hung. > md is built in, qla1280 and xfs are both modules. mount options in fstab are > rw, quota, noatime -- possibly also noexec and nosuid, but I don't think they > were enabled. XFS is built with XFS quota support; I've tried also with and > without generic quota support. 4K stacks are enabled, if that matters. Full > .config and dmesg output are at http://hashbrown.cts.ucla.edu/pub/oops-200602/ > (config is with generic quota, dmesg has xfs loaded as a module and /dev/md3 > mounted without quota set). > > I added "defaults" and removed "quota" from fstab for /dev/md3 and was able to > mount the partition normally. > > It's not responsive to sysrq on the serial console. The last output (without > generic quota) was: > > XFS mounting filesystem md3 > XFS quotacheck md3: Please wait. > Unable to handle kernel paging request at virtual address 00100178 > printing eip: > c0114f5a > *pde = 00000000 > Oops: 0000 [#1] > SMP > Modules linked in: xfs e1000 bonding qla1280 st > CPU: 0 > EIP: 0060:[] Not tainted VLI > EFLAGS: 00010006 (2.6.15.4) > EIP is at do_page_fault+0x93/0x545 > eax: eb7ac000 ebx: 00000001 ecx: 0000007b edx: 00100100 > esi: 000001ff edi: c0114ec7 ebp: eb7ac0e8 esp: eb7ac094 > ds: 007b es: 007b ss: 0068 > Unable to handle kernel paging request at virtual address 00100178 > printing eip: > Unable to handle kernel paging request at virtual address 00100178 > printing eip: > Unable to handle kernel NULL pointer dereference at virtual address 00000078 > printing eip: > Unable to handle kernel paging request at virtual address 00100178 > printing eip: > Unable to handle kernel paging request at virtual address 00100178 > printing eip: > Unable to handle kernel paging request at virtual address 00100178 > printing eip: > Unable to handle kernel paging request at virtual address bebaee76 > printing eip: > Unable to handle kernel paging request at virtual address 00100178 > printing eip: > Unable to handle kernel paging request at virtual address bebaee76 > printing eip: > Unable to handle kernel paging request at virtual address 00100178 > printing eip: > Unable to handle kernel paging request at virtual address 00100178 > printing eip: > Unable to handle kernel paging request at virtual address 00100178 > printing eip: > Unable to handle kernel paging request at virtual address 00100178 > printing eip: > Unable to handle kernel paging request at virtual address 00100178 > printing eip: > Unable to handle kernel paging request at virtual address 00100178 > printing eip: > Unable to handle kernel paging request at virtual address 00100178 > printing eip: > > > As soon as I mount the partition with quota in fstab, the machine hangs. The > oops is not always the same. During one test run, I saw a number of "BUG: soft > lockup detected on CPU#0" errors. The above oops is the only one I managed to > capture. > > > > -Chris > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > > -- Nathan From owner-linux-xfs@oss.sgi.com Thu Feb 16 13:34:37 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 16 Feb 2006 13:34:42 -0800 (PST) Received: from smtp-5.smtp.ucla.edu (smtp-5.smtp.ucla.edu [169.232.47.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1GLYbm2018661 for ; Thu, 16 Feb 2006 13:34:37 -0800 Received: from potato.cts.ucla.edu (potato.cts.ucla.edu [149.142.36.49]) by smtp-5.smtp.ucla.edu (8.13.4/8.13.4) with ESMTP id k1GLZQeP027373; Thu, 16 Feb 2006 13:35:27 -0800 Received: from potato.cts.ucla.edu (localhost [127.0.0.1]) by potato.cts.ucla.edu (8.13.4/8.13.4/Debian-3) with ESMTP id k1GLZPsP024878; Thu, 16 Feb 2006 13:35:25 -0800 Received: from localhost (cbs@localhost) by potato.cts.ucla.edu (8.13.4/8.13.4/Submit) with ESMTP id k1GLZPxK024875; Thu, 16 Feb 2006 13:35:25 -0800 X-Authentication-Warning: potato.cts.ucla.edu: cbs owned process doing -bs Date: Thu, 16 Feb 2006 13:35:25 -0800 (PST) From: Chris Stromsoe To: Nathan Scott cc: linux-xfs@oss.sgi.com, linux-kernel@vger.kernel.org Subject: Re: oops, 2.6.15.4 + qla1280+md+xfs+quota (fwd) In-Reply-To: <20060217074540.E9364782@wobbly.melbourne.sgi.com> Message-ID: References: <20060217074540.E9364782@wobbly.melbourne.sgi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Probable-Spam: no X-Scanned-By: smtp.ucla.edu on 169.232.47.138 X-archive-position: 7355 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: cbs@cts.ucla.edu Precedence: bulk X-list: linux-xfs Content-Length: 5221 Lines: 127 On Fri, 17 Feb 2006, Nathan Scott wrote: > On Thu, Feb 16, 2006 at 10:30:34AM -0800, Chris Stromsoe wrote: >> I sent this to lkml yesterday. Short description of the problem -- xfs >> on 2.6.15.4 without quota enabled is ok. When I try to mount with >> "quota", the entire machine hangs. Details are below. > > Could you try without 4Kstacks just for grins? Thanks. There was a > stack abuse accidentally introduced in the XFS quota mount path a month > or two back - I have a fix for that pending so that may just be it. I rebuilt with the same config, but without 4K stacks. I have the xfs partition mounted with quota enabled, and everything looks ok. I don't have any content on the partition yet, but this is further than I got yesterday. If you have patches to fix the 4K/8K issue, I'm willing to test them to see if they do fix the problem with 4K stacks. > EIP is at a whacky spot, and your stack trace is all messed up - not > sure how we'd get into that situation on a mount with quotas, unless > something really bizzare happened (like a stack overflow). All of the stack traces I got back while testing were different, and none made much sense. -Chris > cheers. > >> ---------- Forwarded message ---------- >> Date: Thu, 16 Feb 2006 03:10:00 -0800 (PST) >> From: Chris Stromsoe >> To: linux-kernel@vger.kernel.org >> Subject: oops, 2.6.15.4 + qla1280+md+xfs+quota >> >> I have a 2.6.15.4 system that was running fine. Internal drives are using the >> Fusion MPT driver. I have two external JBODs with 12 disks each. Each JBOD has >> two channels, 6 disks per channel, and each channel is connected to a QLogic >> ISP 10160 controller. >> >> Each of the JBODs is built as an md raid5 (md1 and md2). Both raid5s are >> mirrored (md3). I had an ext3 filesystem running fine. >> >> I unmounted md3, ran "mkfs.xfs /dev/md3 && mount /dev/md3" and the system hung. >> md is built in, qla1280 and xfs are both modules. mount options in fstab are >> rw, quota, noatime -- possibly also noexec and nosuid, but I don't think they >> were enabled. XFS is built with XFS quota support; I've tried also with and >> without generic quota support. 4K stacks are enabled, if that matters. Full >> .config and dmesg output are at http://hashbrown.cts.ucla.edu/pub/oops-200602/ >> (config is with generic quota, dmesg has xfs loaded as a module and /dev/md3 >> mounted without quota set). >> >> I added "defaults" and removed "quota" from fstab for /dev/md3 and was able to >> mount the partition normally. >> >> It's not responsive to sysrq on the serial console. The last output (without >> generic quota) was: >> >> XFS mounting filesystem md3 >> XFS quotacheck md3: Please wait. >> Unable to handle kernel paging request at virtual address 00100178 >> printing eip: >> c0114f5a >> *pde = 00000000 >> Oops: 0000 [#1] >> SMP >> Modules linked in: xfs e1000 bonding qla1280 st >> CPU: 0 >> EIP: 0060:[] Not tainted VLI >> EFLAGS: 00010006 (2.6.15.4) >> EIP is at do_page_fault+0x93/0x545 >> eax: eb7ac000 ebx: 00000001 ecx: 0000007b edx: 00100100 >> esi: 000001ff edi: c0114ec7 ebp: eb7ac0e8 esp: eb7ac094 >> ds: 007b es: 007b ss: 0068 >> Unable to handle kernel paging request at virtual address 00100178 >> printing eip: >> Unable to handle kernel paging request at virtual address 00100178 >> printing eip: >> Unable to handle kernel NULL pointer dereference at virtual address 00000078 >> printing eip: >> Unable to handle kernel paging request at virtual address 00100178 >> printing eip: >> Unable to handle kernel paging request at virtual address 00100178 >> printing eip: >> Unable to handle kernel paging request at virtual address 00100178 >> printing eip: >> Unable to handle kernel paging request at virtual address bebaee76 >> printing eip: >> Unable to handle kernel paging request at virtual address 00100178 >> printing eip: >> Unable to handle kernel paging request at virtual address bebaee76 >> printing eip: >> Unable to handle kernel paging request at virtual address 00100178 >> printing eip: >> Unable to handle kernel paging request at virtual address 00100178 >> printing eip: >> Unable to handle kernel paging request at virtual address 00100178 >> printing eip: >> Unable to handle kernel paging request at virtual address 00100178 >> printing eip: >> Unable to handle kernel paging request at virtual address 00100178 >> printing eip: >> Unable to handle kernel paging request at virtual address 00100178 >> printing eip: >> Unable to handle kernel paging request at virtual address 00100178 >> printing eip: >> >> >> As soon as I mount the partition with quota in fstab, the machine hangs. The >> oops is not always the same. During one test run, I saw a number of "BUG: soft >> lockup detected on CPU#0" errors. The above oops is the only one I managed to >> capture. >> >> >> >> -Chris >> - >> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> Please read the FAQ at http://www.tux.org/lkml/ >> >> > > -- > Nathan > From owner-linux-xfs@oss.sgi.com Thu Feb 16 18:26:58 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 16 Feb 2006 18:27:00 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1H2Qum2016145 for ; Thu, 16 Feb 2006 18:26:57 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id NAA24347; Fri, 17 Feb 2006 13:27:45 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id 5C24B49BFAF6; Fri, 17 Feb 2006 13:27:43 +1100 (EST) To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: TAKE 949659 - dmapi module Message-Id: <20060217022743.5C24B49BFAF6@chook.melbourne.sgi.com> Date: Fri, 17 Feb 2006 13:27:43 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7356 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: 1269 Lines: 33 Fix non-debug builds with dmapi access to xfs_fs_type symbol. Date: Fri Feb 17 13:22:30 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: nathans The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:25223a linux-2.6/xfs_super.c - 1.357 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.c.diff?r1=text&tr1=1.357&r2=text&tr2=1.356&f=h linux-2.4/xfs_super.c - 1.323 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_super.c.diff?r1=text&tr1=1.323&r2=text&tr2=1.322&f=h Disable dmapi module probing at mount time by default. Date: Fri Feb 17 13:26:51 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: bobo,dgc The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:25224a linux-2.6/xfs_globals.c - 1.67 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_globals.c.diff?r1=text&tr1=1.67&r2=text&tr2=1.66&f=h linux-2.4/xfs_globals.c - 1.75 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_globals.c.diff?r1=text&tr1=1.75&r2=text&tr2=1.74&f=h From owner-linux-xfs@oss.sgi.com Thu Feb 16 21:04:35 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 16 Feb 2006 21:04:40 -0800 (PST) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1H54Zm2031104 for ; Thu, 16 Feb 2006 21:04:35 -0800 Received: from spindle.corp.sgi.com (spindle.corp.sgi.com [198.29.75.13]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id k1H79vDM015017 for ; Thu, 16 Feb 2006 23:09:57 -0800 Received: from [127.0.0.1] (sshgate.corp.sgi.com [198.149.36.12]) by spindle.corp.sgi.com (SGI-8.12.5/8.12.9/generic_config-1.2) with ESMTP id k1H55QhO24399878; Thu, 16 Feb 2006 21:05:26 -0800 (PST) Message-ID: <43F55996.2050307@sgi.com> Date: Thu, 16 Feb 2006 23:05:26 -0600 From: Eric Sandeen User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Sandeen CC: Andi Kleen , Lars Soltau , linux-xfs@oss.sgi.com Subject: Re: xfsdump failure - failed to get bulkstat information for root node References: <43F32968.4000702@slab.de> <20060216120745.GA9800@infradead.org> <43F47ABF.7030202@slab.de> <43F4C8B0.3040507@sgi.com> <43F4CC41.3030402@sgi.com> In-Reply-To: <43F4CC41.3030402@sgi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 7357 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: 586 Lines: 22 Eric Sandeen wrote: > Eric Sandeen wrote: > >> FWIW we've fixed up the compat interfaces for most calls, but >> unfortunately not that one, yet. > > > Er, I take that back.. I think that's the XFS_IOC_FSGEOMETRY_V1 call, > which i thought was working in compat mode.... Hrm. > > -Eric > Hm, despite the proper natural alignment of all members of the ioctl arg struct for XFS_IOC_FSGEOMETRY_V1, on x86_64 there is a bit of padding at the end which causes a size mismatch & EINVAL. I bet that's not the last struct with a problem, either. :( Will take some auditing. -Eric From owner-linux-xfs@oss.sgi.com Fri Feb 17 04:01:51 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 17 Feb 2006 04:01:53 -0800 (PST) Received: from mail.lst.de (verein.lst.de [213.95.11.210]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1HC1om2032746 for ; Fri, 17 Feb 2006 04:01:50 -0800 Received: from verein.lst.de (localhost [127.0.0.1]) by mail.lst.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id k1HAnpRT028048 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Fri, 17 Feb 2006 11:49:52 +0100 Received: (from hch@localhost) by verein.lst.de (8.12.3/8.12.3/Debian-6.6) id k1HAnpqP028046 for linux-xfs@oss.sgi.com; Fri, 17 Feb 2006 11:49:51 +0100 Date: Fri, 17 Feb 2006 11:49:51 +0100 From: Christoph Hellwig To: linux-xfs@oss.sgi.com Subject: [PATCH] uuid endian swapping fix Message-ID: <20060217104951.GA28012@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Scanned-By: MIMEDefang 2.39 X-archive-position: 7358 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@lst.de Precedence: bulk X-list: linux-xfs Content-Length: 579 Lines: 19 uu_timelow is a 32bit field and needs to be swapped with be32_to_cpu. Signed-off-by: Christoph Hellwig Index: xfs-2.6.x/fs/xfs/support/uuid.c =================================================================== --- xfs-2.6.x.orig/fs/xfs/support/uuid.c 2006-02-16 15:11:30.000000000 +0100 +++ xfs-2.6.x/fs/xfs/support/uuid.c 2006-02-16 16:04:07.000000000 +0100 @@ -50,7 +50,7 @@ fsid[0] = (be16_to_cpu(uup->uu_clockseq) << 16) | be16_to_cpu(uup->uu_timemid); - fsid[1] = be16_to_cpu(uup->uu_timelow); + fsid[1] = be32_to_cpu(uup->uu_timelow); } void From owner-linux-xfs@oss.sgi.com Fri Feb 17 08:53:59 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 17 Feb 2006 08:54:00 -0800 (PST) Received: from linux01.gwdg.de (linux01.gwdg.de [134.76.13.21]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1HGrvm2030654 for ; Fri, 17 Feb 2006 08:53:58 -0800 Received: from linux01.gwdg.de (localhost [127.0.0.1]) by linux01.gwdg.de (8.13.3/8.13.3/SuSE Linux 0.7) with ESMTP id k1HGsnkP025186; Fri, 17 Feb 2006 17:54:52 +0100 Received: from localhost (jengelh@localhost) by linux01.gwdg.de (8.13.3/8.13.3/Submit) with ESMTP id k1HGsnlJ025176; Fri, 17 Feb 2006 17:54:49 +0100 Date: Fri, 17 Feb 2006 17:54:49 +0100 (MET) From: Jan Engelhardt To: Nathan Scott cc: bjd , linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com Subject: Re: kernel oops: trying to mount a corrupted xfs partition (2.6.16-rc3) In-Reply-To: <20060217063157.B9349752@wobbly.melbourne.sgi.com> Message-ID: References: <20060216183629.GA5672@skyscraper.unix9.prv> <20060217063157.B9349752@wobbly.melbourne.sgi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-archive-position: 7360 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: jengelh@linux01.gwdg.de Precedence: bulk X-list: linux-xfs Content-Length: 387 Lines: 15 >> XFS mounting filesystem hda3 >> Starting XFS recovery on filesystem: hda3 (logdev: internal) >> EIP: 0060:[xlog_recover_do_inode_trans+473/2688] Tainted: P VLI > >This indicates you are running recovery - run xfs_repair first >if you know the filesystem is corrupt. > How does one know a filesystem got "corrupt enough" to require xfs_repair first? Jan Engelhardt -- From owner-linux-xfs@oss.sgi.com Fri Feb 17 14:19:32 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 17 Feb 2006 14:19:37 -0800 (PST) Received: from smtp-4.smtp.ucla.edu (smtp-4.smtp.ucla.edu [169.232.46.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1HMJWm2028575 for ; Fri, 17 Feb 2006 14:19:32 -0800 Received: from potato.cts.ucla.edu (potato.cts.ucla.edu [149.142.36.49]) by smtp-4.smtp.ucla.edu (8.13.4/8.13.4) with ESMTP id k1HKu8Ll030290 for ; Fri, 17 Feb 2006 12:56:08 -0800 Received: from potato.cts.ucla.edu (localhost [127.0.0.1]) by potato.cts.ucla.edu (8.13.4/8.13.4/Debian-3) with ESMTP id k1HKu73w008931 for ; Fri, 17 Feb 2006 12:56:08 -0800 Received: from localhost (cbs@localhost) by potato.cts.ucla.edu (8.13.4/8.13.4/Submit) with ESMTP id k1HKu7N3008928 for ; Fri, 17 Feb 2006 12:56:07 -0800 X-Authentication-Warning: potato.cts.ucla.edu: cbs owned process doing -bs Date: Fri, 17 Feb 2006 12:56:07 -0800 (PST) From: Chris Stromsoe To: linux-xfs@oss.sgi.com Subject: questions about project quota Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Probable-Spam: no X-Scanned-By: smtp.ucla.edu on 169.232.46.138 X-archive-position: 7361 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: cbs@cts.ucla.edu Precedence: bulk X-list: linux-xfs Content-Length: 3824 Lines: 110 I'm looking to roll out a black-box web hosting system. All user management is done off box. Users will not have direct access and will not have traditional Unix UID/GID available. I'm testing XFS with project quotas to enforce resource limits. I have several observations and some questions. 1) How many projects can I have? I need to maintain between 30k (to start) and 70k (not likely to ever go over) trees. 2) Can the project ID be an arbitrary integer? I'd like to use the inode number of the root of the quota tree as the project ID. Trying to use 1207959680 (as an example) seems to work, but then "xfs_quota -x -c df" complaints that the ID from /etc/projects doesn't match -- xfs_quota: project ID 1207959680 (/etc/projects) doesn't match ID 128 (/users/html/t/te/test) 3) Does the ID get cleared if I rename a tree? Or the quota? I set a 15M bhard pquota on an ID, then renamed the tree. After rename, the quota seemed to be cleared. When I renamed the tree back, the quota did not reapply. When I re-assigned the project ID to the project, it started showing up with double the amount of storage actually used. When I assigned the same ID to a different path, the usage as reported with df/free when with the ID even though the path was an empty directory. 4) How is /etc/projid supposed to be used? I set names for the projects I'm using, but I can't see how the names are actually used. Do the project names only apply to the -d flag to xfs_quota? cbs:~ > cat /etc/projects 1:/users/html/t/te/test cbs:~ > cat /etc/projid 1:test cbs:~ > sudo xfs_quota -x -c 'quota -p test' xfs_quota: cannot find project test 5) Certain commands report incorrect data. How does xfs_dump calculate the amount of spaced used that gets reported by df/free? cbs:~ > sudo xfs_quota -x -c 'free' Filesystem 1K-blocks Used Available Use% Pathname /dev/md3 355466304 15996 355450308 1% /users /dev/md3 355466304 30896 355450308 1% /users/html/t/te/test cbs:~ > du -sk /users/html/t/te/test/ 0 /users/html/t/te/test/ 6) Commands seem to work differently when run interactively vs. the command line. cbs:~ > sudo xfs_quota -x xfs_quota> state xfs_quota> quit cbs:~ > sudo xfs_quota -x -c 'state' User quota state on /users (/dev/md3) Accounting: OFF Enforcement: OFF Inode: #133 (3 blocks, 3 extents) Group quota state on /users (/dev/md3) Accounting: OFF Enforcement: OFF Inode: #134 (3 blocks, 3 extents) Project quota state on /users (/dev/md3) Accounting: ON Enforcement: ON Inode: #134 (3 blocks, 3 extents) Blocks grace time: [7 days] Inodes grace time: [7 days] Realtime Blocks grace time: [7 days] 7) The man page for xfs_quota states that "project -c" must be used to create a managed tree using a tree defined in /etc/projects. Actual usage seems to be "project -s". Is it possible to use the name as referenced from /etc/projid instead of the ID number? Or the full directory tree path (ie, /users/t/te/test)? With 30K+ trees, referring to everything by number is going to get complicated. 8) Can the output tools include the project "name" instead of ID? And the path to the tree being reported on? (Note that this is the same project above that "free" reports as using 30896K) cbs@adzuki:~ > sudo xfs_quota -x -c 'report -p' Project quota on /users (/dev/md3) Blocks Project ID Used Soft Hard Warn/Grace ---------- -------------------------------------------------- 1 12 0 0 00 [--------] 9) Any chance that /etc/project and /etc/projid will ever be stored in format more easily in-place editable with scripts than flat-file (bdb, gdbm, xyz)? Thanks. -Chris From owner-linux-xfs@oss.sgi.com Sat Feb 18 07:06:41 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sat, 18 Feb 2006 07:06:51 -0800 (PST) Received: from pentafluge.infradead.org (pentafluge.infradead.org [213.146.154.40]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1IF6em2024614 for ; Sat, 18 Feb 2006 07:06:41 -0800 Received: from hch by pentafluge.infradead.org with local (Exim 4.54 #1 (Red Hat Linux)) id 1FASad-0000m0-3m; Sat, 18 Feb 2006 13:57:35 +0000 Date: Sat, 18 Feb 2006 13:57:35 +0000 From: Christoph Hellwig To: Lars Soltau Cc: linux-xfs@oss.sgi.com Subject: Re: xfsdump failure - failed to get bulkstat information for root node Message-ID: <20060218135735.GA2965@infradead.org> References: <43F32968.4000702@slab.de> <20060216120745.GA9800@infradead.org> <43F47ABF.7030202@slab.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43F47ABF.7030202@slab.de> User-Agent: Mutt/1.4.2.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html X-archive-position: 7362 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: 632 Lines: 12 On Thu, Feb 16, 2006 at 02:14:39PM +0100, Lars Soltau wrote: > That turned out to be the problem. Just this once I wanted to stay on > the user's side of the fence, install a distribution and be done with > it. SuSE 10.0 seems to contain a mix of 32bit and 64bit > libraries/executables, so I ended up recompiling acl, attr, dmapi, > xfsprogs and xfsdump - that fixed the problem. The xfs ioctls have unfortunately not been designed with support for 32bit applications on 64bit in mind. And while there's a compat layer it only supports a subset of the ioctls. Hopefully one day the API will get a revision to support this. From owner-linux-xfs@oss.sgi.com Sun Feb 19 13:29:13 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 19 Feb 2006 13:29:17 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1JLTBm2013631 for ; Sun, 19 Feb 2006 13:29:12 -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 IAA04085; Mon, 20 Feb 2006 08:29:46 +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 k1JLTtkt9475879; Mon, 20 Feb 2006 08:29:56 +1100 (EST) Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id k1JLTksV9482023; Mon, 20 Feb 2006 08:29:46 +1100 (EST) Date: Mon, 20 Feb 2006 08:29:46 +1100 From: Nathan Scott To: Jan Engelhardt Cc: bjd , linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com Subject: Re: kernel oops: trying to mount a corrupted xfs partition (2.6.16-rc3) Message-ID: <20060220082946.A9478997@wobbly.melbourne.sgi.com> References: <20060216183629.GA5672@skyscraper.unix9.prv> <20060217063157.B9349752@wobbly.melbourne.sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jengelh@linux01.gwdg.de on Fri, Feb 17, 2006 at 05:54:49PM +0100 X-archive-position: 7365 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: 675 Lines: 21 On Fri, Feb 17, 2006 at 05:54:49PM +0100, Jan Engelhardt wrote: > >> XFS mounting filesystem hda3 > >> Starting XFS recovery on filesystem: hda3 (logdev: internal) > >> EIP: 0060:[xlog_recover_do_inode_trans+473/2688] Tainted: P VLI > > > >This indicates you are running recovery - run xfs_repair first > >if you know the filesystem is corrupt. > > > How does one know a filesystem got "corrupt enough" to require xfs_repair > first? Any corruption should be repaired. You'd notice corruption by either running repair (as the bug reporter here had asserted), or via the filesystem shutting down when the ondisk corruption was encountered. cheers. -- Nathan From owner-linux-xfs@oss.sgi.com Sun Feb 19 14:44:56 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 19 Feb 2006 14:45:00 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1JMism2018443 for ; Sun, 19 Feb 2006 14:44:56 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id JAA05931; Mon, 20 Feb 2006 09:45:37 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id DE3D849E5E6E; Mon, 20 Feb 2006 09:45:35 +1100 (EST) To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: PARTIAL TAKE 943272 - UUID fix Message-Id: <20060219224535.DE3D849E5E6E@chook.melbourne.sgi.com> Date: Mon, 20 Feb 2006 09:45:35 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7366 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: 544 Lines: 18 UUID endianess fix. uu_timelow is a 32bit field and needs to be swapped with be32_to_cpu. Signed-off-by: Christoph Hellwig Date: Mon Feb 20 09:45:00 AEDT 2006 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:25232a support/uuid.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/support/uuid.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h From owner-linux-xfs@oss.sgi.com Sun Feb 19 15:22:43 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 19 Feb 2006 15:22:49 -0800 (PST) Received: from nwo.kernelslacker.org (c-66-31-106-233.hsd1.ma.comcast.net [66.31.106.233]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1JNMcm2021116 for ; Sun, 19 Feb 2006 15:22:43 -0800 Received: from nwo.kernelslacker.org (localhost.localdomain [127.0.0.1]) by nwo.kernelslacker.org (8.13.5/8.13.5) with ESMTP id k1JLqCRE016069; Sun, 19 Feb 2006 16:52:12 -0500 Received: (from davej@localhost) by nwo.kernelslacker.org (8.13.5/8.13.5/Submit) id k1JLq94Z016068; Sun, 19 Feb 2006 16:52:09 -0500 X-Authentication-Warning: nwo.kernelslacker.org: davej set sender to davej@redhat.com using -f Date: Sun, 19 Feb 2006 16:52:09 -0500 From: Dave Jones To: Nathan Scott Cc: Jan Engelhardt , bjd , linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com Subject: Re: kernel oops: trying to mount a corrupted xfs partition (2.6.16-rc3) Message-ID: <20060219215209.GB7974@redhat.com> Mail-Followup-To: Dave Jones , Nathan Scott , Jan Engelhardt , bjd , linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com References: <20060216183629.GA5672@skyscraper.unix9.prv> <20060217063157.B9349752@wobbly.melbourne.sgi.com> <20060220082946.A9478997@wobbly.melbourne.sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060220082946.A9478997@wobbly.melbourne.sgi.com> User-Agent: Mutt/1.4.2.1i X-archive-position: 7367 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: davej@redhat.com Precedence: bulk X-list: linux-xfs Content-Length: 4234 Lines: 77 On Mon, Feb 20, 2006 at 08:29:46AM +1100, Nathan Scott wrote: > On Fri, Feb 17, 2006 at 05:54:49PM +0100, Jan Engelhardt wrote: > > >> XFS mounting filesystem hda3 > > >> Starting XFS recovery on filesystem: hda3 (logdev: internal) > > >> EIP: 0060:[xlog_recover_do_inode_trans+473/2688] Tainted: P VLI > > > > > >This indicates you are running recovery - run xfs_repair first > > >if you know the filesystem is corrupt. > > > > > How does one know a filesystem got "corrupt enough" to require xfs_repair > > first? > > Any corruption should be repaired. You'd notice corruption by > either running repair (as the bug reporter here had asserted), > or via the filesystem shutting down when the ondisk corruption > was encountered. Just for kicks, I just hacked this up.. #!/bin/bash wget http://www.digitaldwarf.be/products/mangle.c gcc mangle.c -o mangle dd if=/dev/zero of=data.img count=70000 while [ 1 ]; do mkfs.xfs -f data.img >/dev/null ./mangle data.img $RANDOM sudo mount -t xfs data.img mntpt -o loop sudo ls -R mntpt sudo umount mntpt done xfs wins the award for 'noisiest fs in the face of corruption' :-) After a few dozen backtraces from xfs_corruption_error, this fell out... divide error: 0000 [1] SMP last sysfs file: /devices/pci0000:00/0000:00:1d.7/usb1/1-0:1.0/bAlternateSetting CPU 3 Modules linked in: loop xfs exportfs relayfs snd_usb_audio snd_usb_lib hwmon_vid hwmon i2c_isa snd_seq_midi vfat fat usb_storage radeon drm ppdev autofs4 nfs lockd nfs_acl rfcomm l2cap bluetooth sunrpc ip_conntrack_netbios_ns ipt_REJECT xt_state ip_conntrack nfnetlink xt_tcpudp iptable_filter ip_tables x_tables video button battery ac ipv6 lp parport_pc parport floppy nvram uhci_hcd ehci_hcd sg snd_emu10k1_synth snd_emux_synth snd_seq_virmidi snd_seq_midi_emul snd_intel8x0 snd_seq_dummy snd_seq_oss snd_emu10k1 snd_seq_midi_event snd_seq snd_rawmidi snd_pcm_oss snd_mixer_oss snd_ac97_codec snd_ac97_bus snd_seq_device snd_util_mem snd_pcm snd_hwdep snd_timer emu10k1_gp gameport i2c_i801 snd soundcore e1000 i2c_core snd_page_alloc e752x_edac edac_mc dm_snapshot dm_zero dm_mirror dm_mod ext3 jbd ata_piix libata sd_mod scsi_mod Pid: 15299, comm: mount Not tainted 2.6.15-1.1963_FC5 #1 RIP: 0010:[] {:xfs:xfs_mountfs+1031} RSP: 0000:ffff81001bacfa28 EFLAGS: 00010246 RAX: 0000000000000800 RBX: 0000000000000000 RCX: 0000000000000000 RDX: 0000000000000000 RSI: 00000000000000aa RDI: ffff81002f1115f8 RBP: ffff81002f1115f8 R08: 0000000000000008 R09: 0000000000000003 R10: 0000000000000001 R11: ffff81002f1115f8 R12: ffff8100162fa188 R13: ffff81002f111650 R14: ffffffffffffffff R15: ffff81003ab16c78 FS: 00002b2a25b01380(0000) GS:ffff81003fe4adf0(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b CR2: 000000392bb17560 CR3: 00000000195b9000 CR4: 00000000000006e0 Process mount (pid: 15299, threadinfo ffff81001bace000, task ffff810038a0a820) Stack: 000000003ecf72f8 ffff81003ab16c78 0000000000000000 000000001dcd52ea 0000000000000000 0000000000000002 ffff81003205dc08 ffff810031be8010 dead4ead00000001 00000000ffffffff Call Trace: {:xfs:xfs_setsize_buftarg_flags+48} {:xfs:xfs_mount+1880} {:xfs:linvfs_fill_super+0} {:xfs:linvfs_fill_super+145} {bd_claim+131} {get_sb_bdev+271} {selinux_sb_copy_data+328} {do_kern_mount+156} {do_mount+1755} {mntput_no_expire+25} {link_path_walk+211} {poison_obj+38} {cache_free_debugcheck+547} {do_path_lookup+610} {audit_getname+145} {bad_range+20} {get_page_from_freelist+710} {__alloc_pages+112} {sys_mount+140} {tracesys+209} Code: 48 f7 f3 48 0f af c1 41 0f b6 4d 7b 48 d3 e0 48 89 85 d0 03 RIP {:xfs:xfs_mountfs+1031} RSP (The kernel is based on 2.6.16rc4) Dave From owner-linux-xfs@oss.sgi.com Sun Feb 19 16:49:18 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 19 Feb 2006 16:49:26 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1K0nFm2032087 for ; Sun, 19 Feb 2006 16:49:16 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id LAA08818 for ; Mon, 20 Feb 2006 11:50:01 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id 2CA984967724; Mon, 20 Feb 2006 11:50:00 +1100 (EST) To: linux-xfs@oss.sgi.com Subject: TAKE 904196 - 2.6.16-rc4 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/Subject: TAKE 904196.diff?r1=text&tr1=2.6&r2=text&tr2=2.5&f=h Message-Id: <20060220005000.2CA984967724@chook.melbourne.sgi.com> Date: Mon, 20 Feb 2006 11:50:00 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7369 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: 72803 Lines: 910 Merge up to 2.6.16-rc4, KDB updated too. Date: Mon Feb 20 11:48:48 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/2.6.x-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:25234a include/asm-generic/mman.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-generic/mman.h Documentation/fujitsu/frv/kernel-ABI.txt - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/fujitsu/frv/kernel-ABI.txt split-patches/kdb-v4.4-2.6.16-rc4-ia64-1 - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.16-rc4-ia64-1 arch/i386/boot/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/boot/.gitignore kdb/modules/kdbm_xpc.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_xpc.c arch/i386/boot/tools/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/boot/tools/.gitignore arch/i386/kernel/.gitignore - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/.gitignore include/asm-mips/mach-rm200/timex.h - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-rm200/timex.h split-patches/kdb-v4.4-2.6.16-rc4-common-1 - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.16-rc4-common-1 split-patches/kdb-v4.4-2.6.16-rc4-i386-1 - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.16-rc4-i386-1 Documentation/kernel-parameters.txt - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kernel-parameters.txt.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h Makefile - 1.37 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Makefile.diff?r1=text&tr1=1.37&r2=text&tr2=1.36&f=h arch/arm/kernel/calls.S - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/calls.S.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/arm/kernel/setup.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/setup.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/h8300/Kconfig - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/Kconfig.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/i386/Makefile - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Makefile.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h arch/i386/kernel/cpu/transmeta.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/transmeta.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/kernel/entry.S - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/entry.S.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h arch/i386/kernel/i8259.c - 1.24 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/i8259.c.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h arch/i386/kernel/io_apic.c - 1.28 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/io_apic.c.diff?r1=text&tr1=1.28&r2=text&tr2=1.27&f=h arch/i386/kernel/irq.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/irq.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/i386/kernel/reboot.c - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/reboot.c.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h arch/i386/kernel/smp.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/smp.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h arch/i386/kernel/smpboot.c - 1.24 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/smpboot.c.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h arch/i386/kernel/timers/timer_tsc.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/timers/timer_tsc.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/i386/kernel/traps.c - 1.25 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/traps.c.diff?r1=text&tr1=1.25&r2=text&tr2=1.24&f=h arch/i386/kernel/vmlinux.lds.S - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/vmlinux.lds.S.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/i386/kernel/vsyscall-sysenter.S - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/vsyscall-sysenter.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/ia64/Makefile - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/Makefile.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/ia64/kernel/acpi.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/acpi.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h arch/ia64/kernel/entry.S - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/entry.S.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/ia64/kernel/ia64_ksyms.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/ia64_ksyms.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kernel/mca.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/mca.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/ia64/kernel/setup.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/setup.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/ia64/kernel/smp.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/smp.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/ia64/kernel/smpboot.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/smpboot.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/ia64/kernel/time.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/time.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/ia64/kernel/traps.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/traps.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/ia64/kernel/unwind.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/unwind.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/ia64/kernel/vmlinux.lds.S - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/vmlinux.lds.S.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/ia64/sn/kernel/setup.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/setup.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/ia64/sn/kernel/sn2/prominfo_proc.c - 1.8 - changed 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.8&r2=text&tr2=1.7&f=h arch/ia64/sn/kernel/sn2/sn2_smp.c - 1.14 - changed 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.14&r2=text&tr2=1.13&f=h arch/ia64/sn/kernel/sn2/sn_proc_fs.c - 1.8 - changed 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.8&r2=text&tr2=1.7&f=h arch/ia64/sn/kernel/sn2/timer.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/sn2/timer.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/m68k/Kconfig - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/Kconfig.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/m68knommu/Kconfig - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68knommu/Kconfig.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/mips/Makefile - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/Makefile.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/mips/kernel/process.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/process.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/mips/kernel/scall32-o32.S - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/scall32-o32.S.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/mips/kernel/signal32.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/signal32.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/mips/kernel/signal_n32.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/signal_n32.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/mips/mm/c-r4k.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/c-r4k.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/mips/mm/c-tx39.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/c-tx39.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/parisc/Kconfig - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/Kconfig.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/parisc/kernel/syscall_table.S - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/parisc/kernel/syscall_table.S.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/s390/Kconfig - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/Kconfig.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/s390/kernel/compat_linux.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/compat_linux.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/s390/kernel/compat_wrapper.S - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/compat_wrapper.S.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/s390/kernel/process.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/process.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/s390/kernel/setup.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/setup.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/s390/kernel/smp.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/smp.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/s390/kernel/syscalls.S - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/syscalls.S.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/s390/lib/delay.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/lib/delay.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/sh/Kconfig - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sh/Kconfig.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/sparc/kernel/systbls.S - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc/kernel/systbls.S.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/sparc64/kernel/sys_sparc32.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/sys_sparc32.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/sparc64/kernel/systbls.S - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/systbls.S.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/v850/Kconfig - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/v850/Kconfig.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/x86_64/defconfig - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/defconfig.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h arch/x86_64/kernel/apic.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/apic.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/x86_64/kernel/entry.S - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/entry.S.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/x86_64/kernel/head.S - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/head.S.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/x86_64/kernel/io_apic.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/io_apic.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h arch/x86_64/kernel/mpparse.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/mpparse.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/x86_64/kernel/nmi.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/nmi.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/x86_64/kernel/time.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/time.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/x86_64/mm/k8topology.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/mm/k8topology.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/x86_64/mm/numa.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/mm/numa.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/acpi/resources/rscalc.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/resources/rscalc.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/bluetooth/bt3c_cs.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/bluetooth/bt3c_cs.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/char/esp.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/esp.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/char/keyboard.c - 1.26 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/keyboard.c.diff?r1=text&tr1=1.26&r2=text&tr2=1.25&f=h drivers/char/tty_io.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/tty_io.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h drivers/cpufreq/cpufreq.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/cpufreq/cpufreq.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/i2c/busses/i2c-isa.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/i2c/busses/i2c-isa.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/ide/ide-taskfile.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/ide-taskfile.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/input/keyboard/Makefile - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/keyboard/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/input/misc/Makefile - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/misc/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/input/mouse/logips2pp.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/mouse/logips2pp.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/input/serio/Makefile - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/serio/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/isdn/i4l/isdn_tty.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/isdn/i4l/isdn_tty.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/message/fusion/mptbase.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/mptbase.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/message/fusion/mptbase.h - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/mptbase.h.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h drivers/message/fusion/mptctl.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/mptctl.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/message/fusion/mptctl.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/mptctl.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/message/fusion/mptscsih.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/message/fusion/mptscsih.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h drivers/net/Kconfig - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/Kconfig.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h drivers/net/appletalk/cops.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/appletalk/cops.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/bonding/bond_main.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/bonding/bond_main.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/net/sis190.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sis190.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/net/tokenring/smctr.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tokenring/smctr.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/wireless/atmel.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/atmel.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/net/wireless/wavelan_cs.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/wavelan_cs.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/parisc/ccio-dma.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parisc/ccio-dma.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/parisc/sba_iommu.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/parisc/sba_iommu.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/s390/cio/device.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/device.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/s390/cio/device_pgid.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/device_pgid.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/s390/cio/device_status.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/device_status.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/net/lcs.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/lcs.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/s390/net/lcs.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/lcs.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/net/qeth.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/qeth.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/s390/scsi/zfcp_def.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_def.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/s390/scsi/zfcp_erp.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_erp.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/s390/scsi/zfcp_ext.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_ext.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/s390/scsi/zfcp_fsf.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_fsf.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/s390/scsi/zfcp_scsi.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_scsi.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/s390/scsi/zfcp_sysfs_adapter.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_sysfs_adapter.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/scsi/aacraid/aachba.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aacraid/aachba.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/scsi/aacraid/aacraid.h - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aacraid/aacraid.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/scsi/aacraid/commctrl.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aacraid/commctrl.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/scsi/aacraid/comminit.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aacraid/comminit.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/scsi/aacraid/commsup.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aacraid/commsup.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/scsi/aacraid/dpcsup.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aacraid/dpcsup.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/aacraid/linit.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/aacraid/linit.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/scsi/gdth.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/gdth.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/scsi/libata-core.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/libata-core.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h drivers/scsi/megaraid.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/megaraid.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/scsi/megaraid.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/megaraid.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/scsi/scsi_lib.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_lib.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h drivers/scsi/scsi_scan.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_scan.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/scsi/scsi_sysfs.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_sysfs.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/scsi/sym53c8xx_2/sym_hipd.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sym53c8xx_2/sym_hipd.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/serial/8250.c - 1.29 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250.c.diff?r1=text&tr1=1.29&r2=text&tr2=1.28&f=h drivers/serial/Kconfig - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/Kconfig.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h drivers/usb/host/ohci-hcd.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-hcd.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h drivers/usb/host/ohci-pci.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-pci.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/usb/host/ohci-q.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-q.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h drivers/usb/input/hid-core.c - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/hid-core.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h drivers/usb/input/usbkbd.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/usbkbd.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/usb/misc/Kconfig - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/misc/Kconfig.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/usb/serial/pl2303.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/pl2303.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/usb/serial/pl2303.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/serial/pl2303.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/usb/storage/unusual_devs.h - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/storage/unusual_devs.h.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h drivers/video/neofb.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/neofb.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/cifs/file.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/file.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h fs/compat.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/compat.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h fs/exec.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/exec.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h fs/ext2/xattr.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ext2/xattr.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/jbd/checkpoint.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jbd/checkpoint.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/jbd/commit.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/jbd/commit.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h fs/lockd/clntlock.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/lockd/clntlock.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/lockd/svc4proc.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/lockd/svc4proc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/lockd/svcproc.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/lockd/svcproc.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/proc/proc_misc.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/proc/proc_misc.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h fs/select.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/select.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-alpha/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-alpha/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-arm/smp.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/smp.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-arm/unistd.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/unistd.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h include/asm-arm26/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm26/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-cris/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-cris/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-h8300/mman.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-h8300/mman.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-i386/kmap_types.h - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/kmap_types.h.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h include/asm-i386/mach-default/irq_vectors.h - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/mach-default/irq_vectors.h.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h include/asm-i386/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-i386/ptrace.h - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/ptrace.h.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h include/asm-i386/thread_info.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/thread_info.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/asm-i386/topology.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/topology.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/asm-ia64/acpi.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/acpi.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/asm-ia64/machvec_sn2.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/machvec_sn2.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-ia64/mman.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/mman.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/arch.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/arch.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/asm-ia64/sn/bte.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/bte.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-ia64/timex.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/timex.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-m68k/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68k/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/cpu.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/cpu.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/gcc/sgidefs.h - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/gcc/sgidefs.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-mips/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-mips/r4kcache.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/r4kcache.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-mips/uaccess.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/uaccess.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/asm-mips/unistd.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/unistd.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/asm-parisc/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-parisc/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-s390/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-s390/smp.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/smp.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-sh/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sh/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-sparc/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-sparc/unistd.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc/unistd.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h include/asm-sparc64/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-sparc64/unistd.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/unistd.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h include/asm-v850/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-v850/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-x86_64/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-x86_64/proto.h - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/proto.h.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h include/linux/console.h - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/console.h.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h include/linux/jbd.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/jbd.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/linux/kernel.h - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kernel.h.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h include/linux/lockd/lockd.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/lockd/lockd.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/linux/mm.h - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mm.h.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h include/linux/netfilter.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/linux/netfilter_ipv4.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/netfilter_ipv4.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/linux/ptrace.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ptrace.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/linux/sched.h - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/sched.h.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h include/linux/sysctl.h - 1.31 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/sysctl.h.diff?r1=text&tr1=1.31&r2=text&tr2=1.30&f=h include/linux/timex.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/timex.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/net/bluetooth/rfcomm.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/bluetooth/rfcomm.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/net/ip.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/ip.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/net/irda/irda.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/irda/irda.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/net/xfrm.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/xfrm.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h include/scsi/scsi.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/scsi/scsi.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h include/video/neomagic.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/video/neomagic.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h init/main.c - 1.31 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/init/main.c.diff?r1=text&tr1=1.31&r2=text&tr2=1.30&f=h kernel/exit.c - 1.30 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/exit.c.diff?r1=text&tr1=1.30&r2=text&tr2=1.29&f=h kernel/fork.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/fork.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h kernel/kallsyms.c - 1.24 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/kallsyms.c.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h kernel/module.c - 1.29 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/module.c.diff?r1=text&tr1=1.29&r2=text&tr2=1.28&f=h kernel/power/swsusp.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/power/swsusp.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h kernel/printk.c - 1.28 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/printk.c.diff?r1=text&tr1=1.28&r2=text&tr2=1.27&f=h kernel/ptrace.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/ptrace.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h kernel/sched.c - 1.30 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/sched.c.diff?r1=text&tr1=1.30&r2=text&tr2=1.29&f=h kernel/signal.c - 1.25 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/signal.c.diff?r1=text&tr1=1.25&r2=text&tr2=1.24&f=h kernel/sysctl.c - 1.28 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/sysctl.c.diff?r1=text&tr1=1.28&r2=text&tr2=1.27&f=h kernel/timer.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/timer.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h lib/radix-tree.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/radix-tree.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h mm/madvise.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/madvise.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h mm/memory.c - 1.26 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/memory.c.diff?r1=text&tr1=1.26&r2=text&tr2=1.25&f=h mm/page_alloc.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/page_alloc.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h mm/swap.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/swap.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h mm/swapfile.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/swapfile.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h net/802/p8023.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/802/p8023.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/atm/signaling.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/atm/signaling.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/bluetooth/hci_sock.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bluetooth/hci_sock.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h net/bluetooth/rfcomm/core.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bluetooth/rfcomm/core.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h net/bridge/br_netfilter.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/br_netfilter.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h net/bridge/br_stp_if.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/br_stp_if.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/core/datagram.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/datagram.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h net/ipv4/icmp.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/icmp.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h net/ipv4/ip_gre.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/ip_gre.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h net/ipv4/ip_output.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/ip_output.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h net/ipv4/ipip.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/ipip.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h net/ipv4/netfilter/ip_nat_standalone.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_nat_standalone.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h net/ipv6/icmp.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/icmp.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h net/ipv6/raw.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/raw.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h net/xfrm/xfrm_policy.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/xfrm/xfrm_policy.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h drivers/ide/pci/sgiioc4.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ide/pci/sgiioc4.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/scsi/qla2xxx/qla_def.h - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_def.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/scsi/qla2xxx/qla_gbl.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_gbl.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/scsi/qla2xxx/qla_init.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_init.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h drivers/scsi/qla2xxx/qla_iocb.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_iocb.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/scsi/qla2xxx/qla_isr.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_isr.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/scsi/qla2xxx/qla_mbx.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_mbx.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/scsi/qla2xxx/qla_os.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_os.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/scsi/qla2xxx/qla_rscn.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_rscn.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/scsi/qla2xxx/qla_sup.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_sup.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/ia64/sn/kernel/sn2/timer_interrupt.c - 1.5 - changed 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.5&r2=text&tr2=1.4&f=h Documentation/kdb/kdb.mm - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb.mm.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h Documentation/kdb/kdb_bp.man - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_bp.man.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h Documentation/kdb/kdb_bt.man - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_bt.man.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h Documentation/kdb/kdb_env.man - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_env.man.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h Documentation/kdb/kdb_ll.man - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_ll.man.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h Documentation/kdb/kdb_md.man - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_md.man.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h Documentation/kdb/kdb_rd.man - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_rd.man.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h Documentation/kdb/kdb_sr.man - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_sr.man.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h Documentation/kdb/kdb_ss.man - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_ss.man.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h Documentation/kdb/slides - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/slides.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h kdb/Makefile - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/Makefile.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h kdb/kdbmain.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdbmain.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h kdb/modules/kdbm_vm.c - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_vm.c.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h kdb/modules/kdbm_task.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_task.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h include/linux/dis-asm.h - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/dis-asm.h.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h include/linux/kdb.h - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kdb.h.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h include/linux/kdbprivate.h - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kdbprivate.h.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h kdb/modules/kdbm_pg.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_pg.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h kdb/modules/Makefile - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/Makefile.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h kdb/ChangeLog - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/ChangeLog.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h kdb/kdbsupport.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdbsupport.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h kdb/kdb_bp.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_bp.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h kdb/kdb_bt.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_bt.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h kdb/kdb_id.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_id.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h kdb/kdb_io.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_io.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h kdb/kdb_cmds - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_cmds.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h kdb/modules/kdbm_x86.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_x86.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h include/asm-i386/kdbprivate.h - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/kdbprivate.h.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h arch/i386/kdb/ChangeLog - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/ChangeLog.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h arch/i386/kdb/Makefile - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/Makefile.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/i386/kdb/i386-dis.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/i386-dis.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/i386/kdb/kdba_bp.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdba_bp.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/i386/kdb/kdba_bt.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdba_bt.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h arch/i386/kdb/kdba_id.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdba_id.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/i386/kdb/kdba_io.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdba_io.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/i386/kdb/kdbasupport.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdbasupport.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h arch/i386/kdb/pc_keyb.h - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/pc_keyb.h.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h include/asm-i386/kdb.h - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/kdb.h.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h include/asm-mips/mach-generic/timex.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/mach-generic/timex.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/sata_vsc.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sata_vsc.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h split-patches/series - 1.34 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/series.diff?r1=text&tr1=1.34&r2=text&tr2=1.33&f=h drivers/s390/net/qeth_main.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/qeth_main.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h mm/hugetlb.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/hugetlb.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h mm/mempolicy.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/mempolicy.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/char/drm/drm_pciids.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/drm_pciids.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h Documentation/kdb/kdb_ps.man - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_ps.man.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/scsi/ipr.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ipr.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/scsi/ipr.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/ipr.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/i386/kdb/kdb_cmds - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdb_cmds.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/video/gbefb.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/gbefb.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-i386/bfd.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/bfd.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/h8300/Kconfig.cpu - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/Kconfig.cpu.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/reiserfs/xattr_acl.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/reiserfs/xattr_acl.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-i386/ansidecl.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/ansidecl.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/scsi/3w-9xxx.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/3w-9xxx.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/serial/sn_console.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sn_console.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/char/hpet.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/hpet.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h net/ipv4/xfrm4_output.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/xfrm4_output.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-m32r/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m32r/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-iop3xx/iop321-setup.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-iop3xx/iop321-setup.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/arm/mach-iop3xx/iop331-setup.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-iop3xx/iop331-setup.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-i386/kdebug.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/kdebug.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/i386/Kconfig.debug - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Kconfig.debug.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h drivers/mmc/mmci.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mmc/mmci.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ia64/Kconfig.debug - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/Kconfig.debug.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/block/pktcdvd.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/pktcdvd.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/serial/8250_early.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250_early.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/ia64/sn/pci/pcibr/pcibr_provider.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/pci/pcibr/pcibr_provider.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/sn/pci/pcibr/pcibr_dma.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/pci/pcibr/pcibr_dma.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/sn/pci/pcibr/pcibr_ate.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/pci/pcibr/pcibr_ate.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/pci/pci_dma.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/pci/pci_dma.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ia64/sn/kernel/io_init.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/io_init.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/asm-frv/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-frv/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/infiniband/ulp/ipoib/ipoib_multicast.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/ulp/ipoib/ipoib_multicast.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/infiniband/ulp/ipoib/ipoib.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/ulp/ipoib/ipoib.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/x86_64/mm/srat.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/mm/srat.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/scsi/scsi_transport_iscsi.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/scsi/scsi_transport_iscsi.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/arm/kernel/smp.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/smp.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/infiniband/hw/mthca/mthca_dev.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/hw/mthca/mthca_dev.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/infiniband/hw/mthca/mthca_cmd.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/hw/mthca/mthca_cmd.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-frv/unistd.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-frv/unistd.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/infiniband/core/mad.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/infiniband/core/mad.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/frv/Kconfig - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/frv/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/frv/Makefile - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/frv/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/frv/kernel/break.S - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/frv/kernel/break.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/frv/kernel/entry-table.S - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/frv/kernel/entry-table.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/frv/kernel/entry.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/frv/kernel/entry.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/frv/kernel/head.S - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/frv/kernel/head.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/frv/kernel/irq.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/frv/kernel/irq.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/frv/mm/kmap.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/frv/mm/kmap.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/scsi/scsi_transport_iscsi.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/scsi_transport_iscsi.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-frv/uaccess.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-frv/uaccess.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-frv/system.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-frv/system.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-frv/spr-regs.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-frv/spr-regs.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/proc/mmu.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/proc/mmu.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/i386/oprofile/backtrace.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/oprofile/backtrace.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/mips/kernel/signal-common.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/signal-common.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-frv/atomic.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-frv/atomic.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-frv/cacheflush.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-frv/cacheflush.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-frv/io.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-frv/io.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h kernel/cpuset.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/cpuset.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h kdb/modules/kdbm_sched.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_sched.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-ia64/kdbprivate.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/kdbprivate.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-ia64/kdb_break.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/kdb_break.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-ia64/kdb.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/kdb.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-ia64/bfd.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/bfd.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h include/asm-ia64/ansidecl.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/ansidecl.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/s390/net/qeth_eddp.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/net/qeth_eddp.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/scsi/qla2xxx/qla_attr.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/qla2xxx/qla_attr.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/sn/kernel/xpc_partition.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/xpc_partition.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/sn/kernel/xpc_main.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/xpc_main.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/sn/kernel/xpc_channel.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/xpc_channel.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/sn/kernel/tiocx.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/tiocx.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/usb/host/sl811_cs.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/sl811_cs.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/kdb/kdbasupport.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdbasupport.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kdb/kdba_pod.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_pod.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kdb/kdba_jmp.S - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_jmp.S.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kdb/kdba_io.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_io.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kdb/kdba_id.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_id.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kdb/kdba_fru.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_fru.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kdb/kdba_bt.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_bt.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kdb/kdba_bp.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_bp.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kdb/kdb_cmds - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdb_cmds.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kdb/ia64.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kdb/ia64-opc.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64-opc.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kdb/ia64-opc.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64-opc.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kdb/ia64-dis.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64-dis.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kdb/ia64-asmtab.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64-asmtab.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kdb/ia64-asmtab.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64-asmtab.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kdb/cpu-ia64-opc.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/cpu-ia64-opc.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kdb/Makefile - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/Makefile.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/ia64/kdb/ChangeLog - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ChangeLog.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h Documentation/hwmon/w83627hf - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/hwmon/w83627hf.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/kprobes.txt - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kprobes.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/char/tpm/tpm_infineon.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/tpm/tpm_infineon.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/hwmon/it87.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/hwmon/it87.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/arm/mach-integrator/platsmp.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-integrator/platsmp.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/hwmon/w83781d.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/hwmon/w83781d.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/usb/misc/ldusb.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/misc/ldusb.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/plat-omap/pm.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/plat-omap/pm.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-xtensa/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-xtensa/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/skge.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/skge.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-ia64/sn/pcibr_provider.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/pcibr_provider.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/sata_mv.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sata_mv.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h net/ipv4/netfilter.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-powerpc/mman.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-powerpc/mman.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/megaraid/megaraid_sas.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/megaraid/megaraid_sas.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/megaraid/megaraid_sas.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/megaraid/megaraid_sas.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/s390/scsi/zfcp_dbf.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/scsi/zfcp_dbf.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h net/ipv6/netfilter/ip6t_REJECT.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/netfilter/ip6t_REJECT.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/fuse/file.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/fuse/file.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/fuse/dev.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/fuse/dev.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/netfilter/Kconfig - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/netfilter/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/input/mouse/trackpoint.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/mouse/trackpoint.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/input/mouse/trackpoint.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/mouse/trackpoint.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/video/s3c2410fb.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/s3c2410fb.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/sn_feature_sets.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/sn_feature_sets.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/netlink/genetlink.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/netlink/genetlink.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/netfilter/nf_conntrack_proto_udp.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/netfilter/nf_conntrack_proto_udp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/netfilter/nf_conntrack_proto_tcp.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/netfilter/nf_conntrack_proto_tcp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h net/netfilter/nf_conntrack_core.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/netfilter/nf_conntrack_core.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h kernel/power/snapshot.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/power/snapshot.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/scsi/iscsi_if.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/scsi/iscsi_if.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h Documentation/mips/AU1xxx_IDE.README - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/mips/AU1xxx_IDE.README.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-ixp4xx/nslu2-setup.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp4xx/nslu2-setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-realview/platsmp.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-realview/platsmp.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-powerpc/pgalloc.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-powerpc/pgalloc.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/Makefile.cpu - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Makefile.cpu.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/usb/host/pci-quirks.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/pci-quirks.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/iscsi_tcp.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/iscsi_tcp.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/scsi/iscsi_tcp.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/iscsi_tcp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/mips/kernel/smp_mt.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/smp_mt.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h split-patches/kdb-v4.4-2.6.15-common-1 - 1.4 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.15-common-1.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h split-patches/kdb-v4.4-2.6.15-ia64-1 - 1.3 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.15-ia64-1.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h split-patches/kdb-v4.4-2.6.15-i386-1 - 1.4 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.15-i386-1.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h Documentation/cpu-hotplug.txt - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/cpu-hotplug.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/input/touchscreen/ads7846.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/touchscreen/ads7846.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ocfs2/dlm/dlmcommon.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/dlm/dlmcommon.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/kernel/sys_oabi-compat.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/sys_oabi-compat.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ocfs2/dlm/dlmconvert.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/dlm/dlmconvert.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h kernel/hrtimer.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/hrtimer.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ocfs2/dlm/dlmlock.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/dlm/dlmlock.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h fs/ocfs2/dlm/dlmmaster.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/dlm/dlmmaster.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ocfs2/dlm/dlmrecovery.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/dlm/dlmrecovery.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/linux/ktime.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/ktime.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/hwmon/vt8231.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/hwmon/vt8231.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/sky2.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sky2.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-ia64/sn/xpc.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/xpc.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ocfs2/journal.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/journal.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/ocfs2/journal.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ocfs2/journal.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/scsi/ChangeLog.megaraid_sas - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/scsi/ChangeLog.megaraid_sas.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/input/misc/ixp4xx-beeper.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/input/misc/ixp4xx-beeper.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h split-patches/fix-kdb-modules - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/fix-kdb-modules.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/macintosh/windfarm_smu_sat.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/macintosh/windfarm_smu_sat.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h From owner-linux-xfs@oss.sgi.com Sun Feb 19 23:20:42 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 19 Feb 2006 23:21:24 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [216.148.227.153]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1K7KTm2032133 for ; Sun, 19 Feb 2006 23:20:42 -0800 Received: from [192.168.1.101] (c-71-198-107-69.hsd1.ca.comcast.net[71.198.107.69]) by comcast.net (rwcrmhc13) with ESMTP id <20060220072103m13002gdc1e>; Mon, 20 Feb 2006 07:21:15 +0000 Message-ID: <43F96DE9.7070209@namesys.com> Date: Sun, 19 Feb 2006 23:21:13 -0800 From: Hans Reiser User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sonny Rao , Chris Mason CC: Dave Jones , Nathan Scott , Jan Engelhardt , bjd , linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com, reiserfs-list@namesys.com, Vitaly Fertman Subject: Re: kernel oops: trying to mount a corrupted xfs partition (2.6.16-rc3) References: <20060216183629.GA5672@skyscraper.unix9.prv> <20060217063157.B9349752@wobbly.melbourne.sgi.com> <20060220082946.A9478997@wobbly.melbourne.sgi.com> <20060219215209.GB7974@redhat.com> <20060220070916.GA8101@kevlar.burdell.org> In-Reply-To: <20060220070916.GA8101@kevlar.burdell.org> X-Enigmail-Version: 0.90.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-archive-position: 7370 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: reiser@namesys.com Precedence: bulk X-list: linux-xfs Content-Length: 1680 Lines: 75 Thanks kindly Sonny, Chris is this bug known/fixed? Hans Sonny Rao wrote: >On Sun, Feb 19, 2006 at 04:52:09PM -0500, Dave Jones wrote: > > > >>Just for kicks, I just hacked this up.. >> >>#!/bin/bash >>wget http://www.digitaldwarf.be/products/mangle.c >>gcc mangle.c -o mangle >> >>dd if=/dev/zero of=data.img count=70000 >> >>while [ 1 ]; >>do >> mkfs.xfs -f data.img >/dev/null >> ./mangle data.img $RANDOM >> sudo mount -t xfs data.img mntpt -o loop >> sudo ls -R mntpt >> sudo umount mntpt >>done >> >> > >Cool script, you might want to multiply $RANDOM by some factor (I used >8) to catch some more stuff, I know JFS, for example, doesn't put >anything in the first 32k, so the first time I ran it on JFS it did >nothing ;-) > > >Reiserfs folks, > >I also found an infinte loop in Reiserfs on 2.6.15, if the Reiser >folks are interested, I've gziped the fs and put it here: > >http://burdell.org/~sonny/data.img.breaks.reiserfs.gz > >The fs is only 52k when zipped, so its not too bad to download. > >This is under stock 2.6.15, sorry I can't post dmesg output because I >end up having to reboot when it happens and don't have time to debug >right now. It looks like it's in the journal replay code where it >keeps trying to grab some block with a ridiculously large offset. > > > > >>xfs wins the award for 'noisiest fs in the face of corruption' :-) >>After a few dozen backtraces from xfs_corruption_error, >>this fell out... >> >>divide error: 0000 [1] SMP >> >> > > > > >>(The kernel is based on 2.6.16rc4) >> >> > >I see a similar breakage (divide error) on x86 using 2.6.15 > >Sonny > > > > From owner-linux-xfs@oss.sgi.com Mon Feb 20 00:11:12 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 20 Feb 2006 00:11:20 -0800 (PST) Received: from kevlar.burdell.org (dsl092-073-214.bos1.dsl.speakeasy.net [66.92.73.214]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1K8BBm2004942 for ; Mon, 20 Feb 2006 00:11:12 -0800 Received: by kevlar.burdell.org (Postfix, from userid 1189) id 35C9666CD1; Mon, 20 Feb 2006 02:09:16 -0500 (EST) Date: Mon, 20 Feb 2006 02:09:16 -0500 From: Sonny Rao To: Dave Jones , Nathan Scott , Jan Engelhardt , bjd , linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com Cc: reiserfs-list@namesys.com Subject: Re: kernel oops: trying to mount a corrupted xfs partition (2.6.16-rc3) Message-ID: <20060220070916.GA8101@kevlar.burdell.org> Mail-Followup-To: Sonny Rao , Dave Jones , Nathan Scott , Jan Engelhardt , bjd , linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com, reiserfs-list@namesys.com References: <20060216183629.GA5672@skyscraper.unix9.prv> <20060217063157.B9349752@wobbly.melbourne.sgi.com> <20060220082946.A9478997@wobbly.melbourne.sgi.com> <20060219215209.GB7974@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060219215209.GB7974@redhat.com> User-Agent: Mutt/1.4.2.1i X-archive-position: 7371 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: 1518 Lines: 54 On Sun, Feb 19, 2006 at 04:52:09PM -0500, Dave Jones wrote: > Just for kicks, I just hacked this up.. > > #!/bin/bash > wget http://www.digitaldwarf.be/products/mangle.c > gcc mangle.c -o mangle > > dd if=/dev/zero of=data.img count=70000 > > while [ 1 ]; > do > mkfs.xfs -f data.img >/dev/null > ./mangle data.img $RANDOM > sudo mount -t xfs data.img mntpt -o loop > sudo ls -R mntpt > sudo umount mntpt > done Cool script, you might want to multiply $RANDOM by some factor (I used 8) to catch some more stuff, I know JFS, for example, doesn't put anything in the first 32k, so the first time I ran it on JFS it did nothing ;-) Reiserfs folks, I also found an infinte loop in Reiserfs on 2.6.15, if the Reiser folks are interested, I've gziped the fs and put it here: http://burdell.org/~sonny/data.img.breaks.reiserfs.gz The fs is only 52k when zipped, so its not too bad to download. This is under stock 2.6.15, sorry I can't post dmesg output because I end up having to reboot when it happens and don't have time to debug right now. It looks like it's in the journal replay code where it keeps trying to grab some block with a ridiculously large offset. > > xfs wins the award for 'noisiest fs in the face of corruption' :-) > After a few dozen backtraces from xfs_corruption_error, > this fell out... > > divide error: 0000 [1] SMP > (The kernel is based on 2.6.16rc4) I see a similar breakage (divide error) on x86 using 2.6.15 Sonny From owner-linux-xfs@oss.sgi.com Mon Feb 20 12:04:38 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 20 Feb 2006 12:04:39 -0800 (PST) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1KK4bm2007740 for ; Mon, 20 Feb 2006 12:04:38 -0800 Received: by zproxy.gmail.com with SMTP id j2so1048270nzf for ; Mon, 20 Feb 2006 12:05:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LfflbeLRLXViQdQVgQrTOImhbGNtrcA3nkmZT41P5OnCl5u/Vmn5OeECwAqCDnLTOs6d8pmvqC9k9oKoG3JM0UgnXMmfntvJYuBSrdfBT5sp3PUttNHwzlX6AqcQfaqFxDfcCZ6MGpAPeRWU82viuxCdwJDwuEJdLeA6WSg9tss= Received: by 10.64.91.20 with SMTP id o20mr763635qbb; Mon, 20 Feb 2006 11:38:02 -0800 (PST) Received: by 10.65.160.8 with HTTP; Mon, 20 Feb 2006 11:38:02 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 19:38:02 +0000 From: "Roger Willcocks" To: linux-xfs@oss.sgi.com Subject: typo in xfs_rtalloc MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by oss.sgi.com id k1KK4cm2007743 X-archive-position: 7372 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: willcor@gmail.com Precedence: bulk X-list: linux-xfs Content-Length: 467 Lines: 16 Just stumbled across this while looking for something else: xfs_rtalloc.c / 2045 /* * Lock out other callers by grabbing the bitmap inode lock. */ if ((error = xfs_trans_iget(mp, tp, 0, mp->m_sb.sb_rbmino, XFS_ILOCK_EXCL, &ip))) the third and fourth arguments to xfs_trans_iget appear to be transposed (compared with a similar call fourteen lines later). -- Roger From owner-linux-xfs@oss.sgi.com Mon Feb 20 13:32:09 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 20 Feb 2006 13:32:12 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1KLW7m2017852 for ; Mon, 20 Feb 2006 13:32: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 IAA03337; Tue, 21 Feb 2006 08:32:44 +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 k1KLWtkt9507363; Tue, 21 Feb 2006 08:32:56 +1100 (EST) Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id k1KLWqaD9504510; Tue, 21 Feb 2006 08:32:52 +1100 (EST) Date: Tue, 21 Feb 2006 08:32:52 +1100 From: Nathan Scott To: Roger Willcocks Cc: linux-xfs@oss.sgi.com Subject: Re: typo in xfs_rtalloc Message-ID: <20060221083251.G9484650@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 willcor@gmail.com on Mon, Feb 20, 2006 at 07:38:02PM +0000 X-archive-position: 7373 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: 603 Lines: 19 On Mon, Feb 20, 2006 at 07:38:02PM +0000, Roger Willcocks wrote: > Just stumbled across this while looking for something else: > > xfs_rtalloc.c / 2045 > > /* > * Lock out other callers by grabbing the bitmap inode lock. > */ > if ((error = xfs_trans_iget(mp, tp, 0, mp->m_sb.sb_rbmino, > XFS_ILOCK_EXCL, &ip))) > > the third and fourth arguments to xfs_trans_iget appear to be > transposed (compared with a similar call fourteen lines later). Yep - thanks Roger, I'll get that fixed up. -- Nathan From owner-linux-xfs@oss.sgi.com Mon Feb 20 18:07:15 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 20 Feb 2006 18:07:25 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1L27Em2008708 for ; Mon, 20 Feb 2006 18:07:15 -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 NAA09526; Tue, 21 Feb 2006 13:07:58 +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 k1L27wkt9507468; Tue, 21 Feb 2006 13:08: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 k1L24sGj001670; Tue, 21 Feb 2006 13:04:55 +1100 Received: (from nathans@localhost) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) id k1L24mtn001668; Tue, 21 Feb 2006 13:04:48 +1100 Date: Tue, 21 Feb 2006 13:04:47 +1100 From: Nathan Scott To: Sonny Rao , Dave Jones , Jan Engelhardt , bjd , linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com Subject: Re: kernel oops: trying to mount a corrupted xfs partition (2.6.16-rc3) Message-ID: <20060221020447.GB1588@frodo> References: <20060216183629.GA5672@skyscraper.unix9.prv> <20060217063157.B9349752@wobbly.melbourne.sgi.com> <20060220082946.A9478997@wobbly.melbourne.sgi.com> <20060219215209.GB7974@redhat.com> <20060220070916.GA8101@kevlar.burdell.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060220070916.GA8101@kevlar.burdell.org> User-Agent: Mutt/1.5.3i Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by oss.sgi.com id k1L27Fm2008714 X-archive-position: 7374 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: 2097 Lines: 63 On Mon, Feb 20, 2006 at 02:09:16AM -0500, Sonny Rao wrote: > On Sun, Feb 19, 2006 at 04:52:09PM -0500, Dave Jones wrote: > > > Just for kicks, I just hacked this up.. > > > > #!/bin/bash > > wget http://www.digitaldwarf.be/products/mangle.c > > gcc mangle.c -o mangle > > > > dd if=/dev/zero of=data.img count=70000 > > > > while [ 1 ]; > > do > > mkfs.xfs -f data.img >/dev/null > > ./mangle data.img $RANDOM > > sudo mount -t xfs data.img mntpt -o loop > > sudo ls -R mntpt > > sudo umount mntpt > > done > ... > > > > xfs wins the award for 'noisiest fs in the face of corruption' :-) > > After a few dozen backtraces from xfs_corruption_error, > > this fell out... > > > > divide error: 0000 [1] SMP > > > > (The kernel is based on 2.6.16rc4) > > I see a similar breakage (divide error) on x86 using 2.6.15 From a quick look at the image you sent me Sonny, I guess this is the same problem Dave was seeing too -- a divide by zero when we're working out some of the per-mount constants during mount(2). There is probably one or two other superblock fields that could use more verification, but this will do for now. cheers. -- Nathan Index: xfs-linux/xfs_mount.c =================================================================== --- xfs-linux.orig/xfs_mount.c +++ xfs-linux/xfs_mount.c @@ -268,9 +268,12 @@ xfs_mount_validate_sb( sbp->sb_blocklog > XFS_MAX_BLOCKSIZE_LOG || sbp->sb_inodesize < XFS_DINODE_MIN_SIZE || sbp->sb_inodesize > XFS_DINODE_MAX_SIZE || + sbp->sb_inodelog < XFS_DINODE_MIN_LOG || + sbp->sb_inodelog > XFS_DINODE_MAX_LOG || + (sbp->sb_blocklog - sbp->sb_inodelog != sbp->sb_inopblog) || (sbp->sb_rextsize * sbp->sb_blocksize > XFS_MAX_RTEXTSIZE) || (sbp->sb_rextsize * sbp->sb_blocksize < XFS_MIN_RTEXTSIZE) || - sbp->sb_imax_pct > 100)) { + (sbp->sb_imax_pct > 100 || sbp->sb_imax_pct < 1))) { cmn_err(CE_WARN, "XFS: SB sanity check 1 failed"); XFS_CORRUPTION_ERROR("xfs_mount_validate_sb(3)", XFS_ERRLEVEL_LOW, mp, sbp); From owner-linux-xfs@oss.sgi.com Mon Feb 20 20:10:11 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 20 Feb 2006 20:10:17 -0800 (PST) Received: from kevlar.burdell.org (dsl092-073-214.bos1.dsl.speakeasy.net [66.92.73.214]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1L4A9m2015795 for ; Mon, 20 Feb 2006 20:10:11 -0800 Received: by kevlar.burdell.org (Postfix, from userid 1189) id 43E9666CD2; Mon, 20 Feb 2006 23:06:20 -0500 (EST) Date: Mon, 20 Feb 2006 23:06:20 -0500 From: Sonny Rao To: Nathan Scott Cc: Dave Jones , Jan Engelhardt , bjd , linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com Subject: Re: kernel oops: trying to mount a corrupted xfs partition (2.6.16-rc3) Message-ID: <20060221040620.GA2176@kevlar.burdell.org> References: <20060216183629.GA5672@skyscraper.unix9.prv> <20060217063157.B9349752@wobbly.melbourne.sgi.com> <20060220082946.A9478997@wobbly.melbourne.sgi.com> <20060219215209.GB7974@redhat.com> <20060220070916.GA8101@kevlar.burdell.org> <20060221020447.GB1588@frodo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060221020447.GB1588@frodo> User-Agent: Mutt/1.4.2.1i X-archive-position: 7375 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: 1354 Lines: 43 On Tue, Feb 21, 2006 at 01:04:47PM +1100, Nathan Scott wrote: > On Mon, Feb 20, 2006 at 02:09:16AM -0500, Sonny Rao wrote: > > On Sun, Feb 19, 2006 at 04:52:09PM -0500, Dave Jones wrote: > > > > > Just for kicks, I just hacked this up.. > > > > > > #!/bin/bash > > > wget http://www.digitaldwarf.be/products/mangle.c > > > gcc mangle.c -o mangle > > > > > > dd if=/dev/zero of=data.img count=70000 > > > > > > while [ 1 ]; > > > do > > > mkfs.xfs -f data.img >/dev/null > > > ./mangle data.img $RANDOM > > > sudo mount -t xfs data.img mntpt -o loop > > > sudo ls -R mntpt > > > sudo umount mntpt > > > done > > ... > > > > > > xfs wins the award for 'noisiest fs in the face of corruption' :-) > > > After a few dozen backtraces from xfs_corruption_error, > > > this fell out... > > > > > > divide error: 0000 [1] SMP > > > > > > > (The kernel is based on 2.6.16rc4) > > > > I see a similar breakage (divide error) on x86 using 2.6.15 > > From a quick look at the image you sent me Sonny, I guess this is > the same problem Dave was seeing too -- a divide by zero when we're > working out some of the per-mount constants during mount(2). There > is probably one or two other superblock fields that could use more > verification, but this will do for now. yep, this patch fixes it Sonny From owner-linux-xfs@oss.sgi.com Mon Feb 20 21:36:05 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 20 Feb 2006 21:36:10 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1L5a3m2024422 for ; Mon, 20 Feb 2006 21:36:04 -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 QAA13692; Tue, 21 Feb 2006 16:36:50 +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 k1L5avkt9519798; Tue, 21 Feb 2006 16:37:00 +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 k1L5XuGj002231; Tue, 21 Feb 2006 16:33:57 +1100 Received: (from nathans@localhost) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) id k1L5Xrg3002229; Tue, 21 Feb 2006 16:33:53 +1100 Date: Tue, 21 Feb 2006 16:33:53 +1100 From: Nathan Scott To: Chris Stromsoe Cc: linux-xfs@oss.sgi.com Subject: Re: questions about project quota Message-ID: <20060221053353.GA2131@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-archive-position: 7376 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: 4448 Lines: 119 Hi Chris, (lotsa questions, so some of my answers are terse). On Fri, Feb 17, 2006 at 12:56:07PM -0800, Chris Stromsoe wrote: > I'm looking to roll out a black-box web hosting system. All user > management is done off box. Users will not have direct access and will > not have traditional Unix UID/GID available. I'm testing XFS with project > quotas to enforce resource limits. I have several observations and some > questions. > > 1) How many projects can I have? I need to maintain between 30k (to > start) and 70k (not likely to ever go over) trees. The project ID is a 16 bit value in the xfs inode. So, 65536. There is the possibility of expanding this to 32, and I'd wondered how long it would take before someone got bitten by this. "Not very" was the answer there I guess. :) All the quota/XFS interfaces allow for a 32 bit value, its just internally its chopped in half. Theres padding available ondisk, its just a Simple Matter Of Programming (i.e. send a patch). > 2) Can the project ID be an arbitrary integer? I'd like to use the inode Arbitrary within its limited range, yes. > number of the root of the quota tree as the project ID. Trying to use So, no that wouldn't work. ;) > 3) Does the ID get cleared if I rename a tree? Or the quota? I set a 15M It shouldn't. rename(2) is a directory (naming) operation, and the underlying inodes are unchanged (where the project ID lives), so the project ID should be preserved (unless mv(1) is copying or something?). > bhard pquota on an ID, then renamed the tree. After rename, the quota > seemed to be cleared. When I renamed the tree back, the quota did not > reapply. When I re-assigned the project ID to the project, it started > showing up with double the amount of storage actually used. When I > assigned the same ID to a different path, the usage as reported with > df/free when with the ID even though the path was an empty directory. Er, hmm, that doesn't sound right. > 4) How is /etc/projid supposed to be used? I set names for the projects As described in the man page. > cbs:~ > cat /etc/projid > 1:test I think that should read "test:1"? > I'm using, but I can't see how the names are actually used. Do the > project names only apply to the -d flag to xfs_quota? Can't remember off the top of my head. > 5) Certain commands report incorrect data. How does xfs_dump calculate > the amount of spaced used that gets reported by df/free? Not sure what you mean there. > cbs:~ > sudo xfs_quota -x -c 'free' > Filesystem 1K-blocks Used Available Use% Pathname > /dev/md3 355466304 15996 355450308 1% /users > /dev/md3 355466304 30896 355450308 1% > /users/html/t/te/test > > cbs:~ > du -sk /users/html/t/te/test/ > 0 /users/html/t/te/test/ Not setup properly? (guessing). > 6) Commands seem to work differently when run interactively vs. the > command line. IIRC, in interactive mode theres a concept of a "current mount/path", and from the command line things tend to apply to all mounts/path. > Is it possible to use the name as referenced from /etc/projid instead of > the ID number? Or the full directory tree path (ie, /users/t/te/test)? > With 30K+ trees, referring to everything by number is going to get > complicated. Pretty sure you can refer by name (not path, unless you use path as name). Been awhile since I looked. Maybe your setup issue again preventing that? > 8) Can the output tools include the project "name" instead of ID? And the Yeah, I think they do. > path to the tree being reported on? (Note that this is the same project > above that "free" reports as using 30896K) > > cbs@adzuki:~ > sudo xfs_quota -x -c 'report -p' > Project quota on /users (/dev/md3) > Blocks > Project ID Used Soft Hard Warn/Grace > ---------- -------------------------------------------------- > 1 12 0 0 00 [--------] Sounds like theres some mismatch between your config files. > 9) Any chance that /etc/project and /etc/projid will ever be stored in > format more easily in-place editable with scripts than flat-file (bdb, > gdbm, xyz)? xfs_quota is all trivial userspace code - so, you can do what you like in terms of implementing a different data store. The kernel only cares about the numeric identifiers. cheers. -- Nathan From owner-linux-xfs@oss.sgi.com Mon Feb 20 22:01:53 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 20 Feb 2006 22:01:56 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1L61pm2026131 for ; Mon, 20 Feb 2006 22:01:52 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id RAA14253; Tue, 21 Feb 2006 17:02:38 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id 7E2D849E5E81; Tue, 21 Feb 2006 17:02:36 +1100 (EST) To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: TAKE 949821 - iget rtalloc fix Message-Id: <20060221060236.7E2D849E5E81@chook.melbourne.sgi.com> Date: Tue, 21 Feb 2006 17:02:36 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7377 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: 510 Lines: 15 Fix a realtime allocator regression introduced by an old iget race fix. Noticed by Roger Willcocks. Date: Tue Feb 21 17:02:11 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: willcor@gmail.com The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:25257a xfs_rtalloc.c - 1.97 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_rtalloc.c.diff?r1=text&tr1=1.97&r2=text&tr2=1.96&f=h From owner-linux-xfs@oss.sgi.com Mon Feb 20 22:04:19 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 20 Feb 2006 22:04:20 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1L64Hm2026789 for ; Mon, 20 Feb 2006 22:04:18 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id RAA14292; Tue, 21 Feb 2006 17:05:04 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id 76CA749E5E81; Tue, 21 Feb 2006 17:05:04 +1100 (EST) To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: TAKE 947206 - dmapi bhv lookups Message-Id: <20060221060504.76CA749E5E81@chook.melbourne.sgi.com> Date: Tue, 21 Feb 2006 17:05:04 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7378 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: 535 Lines: 18 Use xfs_vtoi and xfs_vfstom in the dmapi code instead of opencoding behaviour lookups. Signed-off-by: Christoph Hellwig Date: Tue Feb 21 17:04:40 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: bobo,hch The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:25258a dmapi/xfs_dm.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/dmapi/xfs_dm.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h From owner-linux-xfs@oss.sgi.com Tue Feb 21 16:12:24 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 21 Feb 2006 16:12:28 -0800 (PST) Received: from anchor-fallback-95.mail.demon.net (anchor-fallback-95.mail.demon.net [194.217.242.82]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1M0CNm2011361 for ; Tue, 21 Feb 2006 16:12:24 -0800 Received: from anchor-post-35.mail.demon.net ([194.217.242.85]:3070 "EHLO anchor-post-35.mail.demon.net") by anchor-fallback-95.mail.demon.net with ESMTP id S493021AbWBUWUL (ORCPT ); Tue, 21 Feb 2006 22:20:11 +0000 Received: from munton.demon.co.uk ([62.49.24.21] helo=intrepid.munton.demon.co.uk) by anchor-post-35.mail.demon.net with esmtp (Exim 4.42) id 1FBfrU-000Nx2-GV for linux-xfs@oss.sgi.com; Tue, 21 Feb 2006 22:20:00 +0000 From: Simon Munton To: linux-xfs@oss.sgi.com Subject: Patch to fix segmentation fault in libattr Date: Tue, 21 Feb 2006 22:19:59 +0000 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602212219.59512.simon@munton.demon.co.uk> X-archive-position: 7379 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: simon@munton.demon.co.uk Precedence: bulk X-list: linux-xfs Content-Length: 1235 Lines: 38 Hi I found that using the attr command with the -l option could cause a segmentation fault. I tracked the problem down to the attr_list function in libattr.c. This contains a loop that uses the value from the listxattr call to determine when the loop finishes. However, this value is overwritten in the loop by the call to getxattr. The same problem also appears to be in attr_listf. Following is patch to fix the problem. Regards Simon Munton --- attr-2.4.28/libattr/libattr.c.orig 2006-01-13 03:16:52.000000000 +0000 +++ attr-2.4.28/libattr/libattr.c 2006-02-21 14:36:25.000000000 +0000 @@ -290,6 +290,8 @@ end_offset = buffersize & ~(8-1); /* 8 byte align */ for (l = lbuf; l != lbuf + length; l = strchr(l, '\0') + 1) { + int length; + if (api_unconvert(name, l, flags)) continue; if (flags & ATTR_DONTFOLLOW) @@ -333,6 +335,8 @@ end_offset = buffersize & ~(8-1); /* 8 byte align */ for (l = lbuf; l != lbuf + c; l = strchr(l, '\0') + 1) { + int c; + if (api_unconvert(name, l, flags)) continue; c = fgetxattr(fd, l, NULL, 0); From owner-linux-xfs@oss.sgi.com Tue Feb 21 16:54:38 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 21 Feb 2006 16:54:43 -0800 (PST) Received: from smtp105.sbc.mail.mud.yahoo.com (smtp105.sbc.mail.mud.yahoo.com [68.142.198.204]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1M0sbm2018510 for ; Tue, 21 Feb 2006 16:54:37 -0800 Received: (qmail 73812 invoked from network); 22 Feb 2006 00:55:27 -0000 Received: from unknown (HELO stupidest.org) (cwedgwood@sbcglobal.net@70.132.6.22 with login) by smtp105.sbc.mail.mud.yahoo.com with SMTP; 22 Feb 2006 00:55:27 -0000 Received: by taniwha.stupidest.org (Postfix, from userid 38689) id 07A7551FAC0; Tue, 21 Feb 2006 16:55:26 -0800 (PST) Date: Tue, 21 Feb 2006 16:55:26 -0800 From: Chris Wedgwood To: Simon Munton Cc: linux-xfs@oss.sgi.com Subject: Re: Patch to fix segmentation fault in libattr Message-ID: <20060222005525.GA27170@taniwha.stupidest.org> References: <200602212219.59512.simon@munton.demon.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200602212219.59512.simon@munton.demon.co.uk> X-archive-position: 7380 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: 453 Lines: 10 On Tue, Feb 21, 2006 at 10:19:59PM +0000, Simon Munton wrote: > I tracked the problem down to the attr_list function in > libattr.c. This contains a loop that uses the value from the > listxattr call to determine when the loop finishes. However, this > value is overwritten in the loop by the call to getxattr. Wouldn't it be better to also rename one of the variables so there is no confusion? You could also try building with -Wshadow after that. From owner-linux-xfs@oss.sgi.com Tue Feb 21 18:08:08 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 21 Feb 2006 18:08:13 -0800 (PST) Received: from larry.melbourne.sgi.com ([61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1M286m2024203 for ; Tue, 21 Feb 2006 18:08: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 NAA10863; Wed, 22 Feb 2006 13:08:41 +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 k1M28pkt9514985; Wed, 22 Feb 2006 13:08:52 +1100 (EST) Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id k1M28lFL9509993; Wed, 22 Feb 2006 13:08:47 +1100 (EST) Date: Wed, 22 Feb 2006 13:08:47 +1100 From: Nathan Scott To: Simon Munton Cc: linux-xfs@oss.sgi.com Subject: Re: Patch to fix segmentation fault in libattr Message-ID: <20060222130846.D9508366@wobbly.melbourne.sgi.com> References: <200602212219.59512.simon@munton.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200602212219.59512.simon@munton.demon.co.uk>; from simon@munton.demon.co.uk on Tue, Feb 21, 2006 at 10:19:59PM +0000 X-archive-position: 7381 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: 577 Lines: 20 On Tue, Feb 21, 2006 at 10:19:59PM +0000, Simon Munton wrote: > Hi > > I found that using the attr command with the -l option could cause a > segmentation fault. > > I tracked the problem down to the attr_list function in libattr.c. This > contains a loop that uses the value from the listxattr call to determine when > the loop finishes. However, this value is overwritten in the loop by the call > to getxattr. Good catch, thanks! I'll get that fixed up (tend to agree with Chris re shadow variables - so I'll make it clear with separate ones). cheers. -- Nathan From owner-linux-xfs@oss.sgi.com Tue Feb 21 18:18:07 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 21 Feb 2006 18:18:08 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1M2I5m2024989 for ; Tue, 21 Feb 2006 18:18:06 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id NAA11125 for ; Wed, 22 Feb 2006 13:18:57 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id 246AE49E5E81; Wed, 22 Feb 2006 13:18:57 +1100 (EST) To: linux-xfs@oss.sgi.com Subject: TAKE 907752 - attr Message-Id: <20060222021857.246AE49E5E81@chook.melbourne.sgi.com> Date: Wed, 22 Feb 2006 13:18:57 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7382 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: 2027 Lines: 53 attr package build updates for the GNU/Hurd (reported via Debian). Date: Wed Feb 22 11:14:10 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-cmds Inspected by: nathans,mbanck@debian.org The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-cmds/master-melb Modid: master-melb:xfs-cmds:25261a attr/doc/CHANGES - 1.72 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/attr/doc/CHANGES.diff?r1=text&tr1=1.72&r2=text&tr2=1.71&f=h attr/libattr/Makefile - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/attr/libattr/Makefile.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h attr/debian/changelog - 1.63 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/attr/debian/changelog.diff?r1=text&tr1=1.63&r2=text&tr2=1.62&f=h Fix a possible segfault from the attr list compat interfaces, thanks to Simon Munton. Date: Wed Feb 22 13:15:44 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-cmds Inspected by: simon@munton.demon.co.uk The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-cmds/master-melb Modid: master-melb:xfs-cmds:25263a attr/libattr/libattr.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/attr/libattr/libattr.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h Bump attr version number for recent changes. Date: Wed Feb 22 13:17:37 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/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:25264a attr/VERSION - 1.61 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/attr/VERSION.diff?r1=text&tr1=1.61&r2=text&tr2=1.60&f=h attr/doc/CHANGES - 1.73 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/attr/doc/CHANGES.diff?r1=text&tr1=1.73&r2=text&tr2=1.72&f=h attr/debian/changelog - 1.64 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/attr/debian/changelog.diff?r1=text&tr1=1.64&r2=text&tr2=1.63&f=h From owner-linux-xfs@oss.sgi.com Wed Feb 22 08:31:03 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 22 Feb 2006 08:31:11 -0800 (PST) Received: from alageremail2.agere.com (alageremail2.agere.com [192.19.192.110]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1MGV2m2012502 for ; Wed, 22 Feb 2006 08:31:02 -0800 Received: from alerelay.agere.com (alerelay.agere.com [135.14.190.33]) by alageremail2.agere.com (8.13.4/8.13.4) with ESMTP id k1MFOe3W020540 for ; Wed, 22 Feb 2006 10:24:40 -0500 (EST) Received: from paumailf01.ags.agere.com (paumailf01.agere.com [135.14.186.245]) by alerelay.agere.com (8.11.6+Sun/8.11.6) with ESMTP id k1MFOeA07363 for ; Wed, 22 Feb 2006 10:24:40 -0500 (EST) Received: from IIBMAILU01.ags.agere.com ([135.36.176.64]) by paumailf01.ags.agere.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Feb 2006 10:24:31 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: Using ktrace in XFS X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Wed, 22 Feb 2006 20:54:28 +0530 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Using ktrace in XFS Thread-Index: AcY3xBIEw1npCrU0SsOQlaTUNTTdGw== From: "Bhattiprolu, Ravikumar \(Ravikumar\)" To: X-OriginalArrivalTime: 22 Feb 2006 15:24:31.0640 (UTC) FILETIME=[1410C980:01C637C4] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by oss.sgi.com id k1MGV3m2012505 X-archive-position: 7383 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: ravikb@agere.com Precedence: bulk X-list: linux-xfs Content-Length: 225 Lines: 8 Hi All, I am new to XFS and trying to understand the xfs sources. Can someone tell me how can I use ktrace to follow the function call sequence and see that on command prompt or in some log file? Thanks and regards, Ravi From owner-linux-xfs@oss.sgi.com Wed Feb 22 12:05:57 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 22 Feb 2006 12:05:59 -0800 (PST) Received: from mail.lst.de (verein.lst.de [213.95.11.210]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1MK5um2004490 for ; Wed, 22 Feb 2006 12:05:56 -0800 Received: from verein.lst.de (localhost [127.0.0.1]) by mail.lst.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id k1MK6lRT028569 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 22 Feb 2006 21:06:47 +0100 Received: (from hch@localhost) by verein.lst.de (8.12.3/8.12.3/Debian-6.6) id k1MK6lLF028567 for linux-xfs@oss.sgi.com; Wed, 22 Feb 2006 21:06:47 +0100 Date: Wed, 22 Feb 2006 21:06:47 +0100 From: Christoph Hellwig To: linux-xfs@oss.sgi.com Subject: [PATCH] cosmetic xfs_aops.c cleanup Message-ID: <20060222200647.GB28502@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Scanned-By: MIMEDefang 2.39 X-archive-position: 7385 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@lst.de Precedence: bulk X-list: linux-xfs Content-Length: 11311 Lines: 417 - move xfs_count_page_state to the top of the file to avoid a forward-prototype - move linvfs_writepage and linvfs_release_page up a little so they're just behind xfs_page_state_convert(). This makes it more easy to follow the code when introducing a writepages method (and makes the diffs for that smaller) Signed-off-by: Christoph Hellwig Index: xfs-2.6.x/fs/xfs/linux-2.6/xfs_aops.c =================================================================== --- xfs-2.6.x.orig/fs/xfs/linux-2.6/xfs_aops.c 2006-02-17 14:48:13.000000000 +0100 +++ xfs-2.6.x/fs/xfs/linux-2.6/xfs_aops.c 2006-02-21 21:20:21.000000000 +0100 @@ -43,7 +43,32 @@ #include #include -STATIC void xfs_count_page_state(struct page *, int *, int *, int *); + +STATIC void +xfs_count_page_state( + struct page *page, + int *delalloc, + int *unmapped, + int *unwritten) +{ + struct buffer_head *bh, *head; + + *delalloc = *unmapped = *unwritten = 0; + + bh = head = page_buffers(page); + do { + if (buffer_uptodate(bh) && !buffer_mapped(bh)) + (*unmapped) = 1; + else if (buffer_unwritten(bh) && !buffer_delay(bh)) + clear_buffer_unwritten(bh); + else if (buffer_unwritten(bh)) + (*unwritten) = 1; + else if (buffer_delay(bh)) + (*delalloc) = 1; + } while ((bh = bh->b_this_page) != head); +} + + #if defined(XFS_RW_TRACE) void @@ -1040,6 +1065,154 @@ return err; } +/* + * writepage: Called from one of two places: + * + * 1. we are flushing a delalloc buffer head. + * + * 2. we are writing out a dirty page. Typically the page dirty + * state is cleared before we get here. In this case is it + * conceivable we have no buffer heads. + * + * For delalloc space on the page we need to allocate space and + * flush it. For unmapped buffer heads on the page we should + * allocate space if the page is uptodate. For any other dirty + * buffer heads on the page we should flush them. + * + * If we detect that a transaction would be required to flush + * the page, we have to check the process flags first, if we + * are already in a transaction or disk I/O during allocations + * is off, we need to fail the writepage and redirty the page. + */ + +STATIC int +linvfs_writepage( + struct page *page, + struct writeback_control *wbc) +{ + int error; + int need_trans; + int delalloc, unmapped, unwritten; + struct inode *inode = page->mapping->host; + + xfs_page_trace(XFS_WRITEPAGE_ENTER, inode, page, 0); + + /* + * We need a transaction if: + * 1. There are delalloc buffers on the page + * 2. The page is uptodate and we have unmapped buffers + * 3. The page is uptodate and we have no buffers + * 4. There are unwritten buffers on the page + */ + + if (!page_has_buffers(page)) { + unmapped = 1; + need_trans = 1; + } else { + xfs_count_page_state(page, &delalloc, &unmapped, &unwritten); + if (!PageUptodate(page)) + unmapped = 0; + need_trans = delalloc + unmapped + unwritten; + } + + /* + * If we need a transaction and the process flags say + * we are already in a transaction, or no IO is allowed + * then mark the page dirty again and leave the page + * as is. + */ + if (PFLAGS_TEST_FSTRANS() && need_trans) + goto out_fail; + + /* + * Delay hooking up buffer heads until we have + * made our go/no-go decision. + */ + if (!page_has_buffers(page)) + create_empty_buffers(page, 1 << inode->i_blkbits, 0); + + /* + * Convert delayed allocate, unwritten or unmapped space + * to real space and flush out to disk. + */ + error = xfs_page_state_convert(inode, page, wbc, 1, unmapped); + if (error == -EAGAIN) + goto out_fail; + if (unlikely(error < 0)) + goto out_unlock; + + return 0; + +out_fail: + redirty_page_for_writepage(wbc, page); + unlock_page(page); + return 0; +out_unlock: + unlock_page(page); + return error; +} + +/* + * Called to move a page into cleanable state - and from there + * to be released. Possibly the page is already clean. We always + * have buffer heads in this call. + * + * Returns 0 if the page is ok to release, 1 otherwise. + * + * Possible scenarios are: + * + * 1. We are being called to release a page which has been written + * to via regular I/O. buffer heads will be dirty and possibly + * delalloc. If no delalloc buffer heads in this case then we + * can just return zero. + * + * 2. We are called to release a page which has been written via + * mmap, all we need to do is ensure there is no delalloc + * state in the buffer heads, if not we can let the caller + * free them and we should come back later via writepage. + */ +STATIC int +linvfs_release_page( + struct page *page, + gfp_t gfp_mask) +{ + struct inode *inode = page->mapping->host; + int dirty, delalloc, unmapped, unwritten; + struct writeback_control wbc = { + .sync_mode = WB_SYNC_ALL, + .nr_to_write = 1, + }; + + xfs_page_trace(XFS_RELEASEPAGE_ENTER, inode, page, gfp_mask); + + xfs_count_page_state(page, &delalloc, &unmapped, &unwritten); + if (!delalloc && !unwritten) + goto free_buffers; + + if (!(gfp_mask & __GFP_FS)) + return 0; + + /* If we are already inside a transaction or the thread cannot + * do I/O, we cannot release this page. + */ + if (PFLAGS_TEST_FSTRANS()) + return 0; + + /* + * Convert delalloc space to real space, do not flush the + * data out to disk, that will be done by the caller. + * Never need to allocate space here - we will always + * come back to writepage in that case. + */ + dirty = xfs_page_state_convert(inode, page, &wbc, 0, 0); + if (dirty == 0 && !unwritten) + goto free_buffers; + return 0; + +free_buffers: + return try_to_free_buffers(page); +} + STATIC int __linvfs_get_block( struct inode *inode, @@ -1223,6 +1396,15 @@ return ret; } +STATIC int +linvfs_prepare_write( + struct file *file, + struct page *page, + unsigned int from, + unsigned int to) +{ + return block_prepare_write(page, from, to, linvfs_get_block); +} STATIC sector_t linvfs_bmap( @@ -1259,118 +1441,6 @@ return mpage_readpages(mapping, pages, nr_pages, linvfs_get_block); } -STATIC void -xfs_count_page_state( - struct page *page, - int *delalloc, - int *unmapped, - int *unwritten) -{ - struct buffer_head *bh, *head; - - *delalloc = *unmapped = *unwritten = 0; - - bh = head = page_buffers(page); - do { - if (buffer_uptodate(bh) && !buffer_mapped(bh)) - (*unmapped) = 1; - else if (buffer_unwritten(bh) && !buffer_delay(bh)) - clear_buffer_unwritten(bh); - else if (buffer_unwritten(bh)) - (*unwritten) = 1; - else if (buffer_delay(bh)) - (*delalloc) = 1; - } while ((bh = bh->b_this_page) != head); -} - - -/* - * writepage: Called from one of two places: - * - * 1. we are flushing a delalloc buffer head. - * - * 2. we are writing out a dirty page. Typically the page dirty - * state is cleared before we get here. In this case is it - * conceivable we have no buffer heads. - * - * For delalloc space on the page we need to allocate space and - * flush it. For unmapped buffer heads on the page we should - * allocate space if the page is uptodate. For any other dirty - * buffer heads on the page we should flush them. - * - * If we detect that a transaction would be required to flush - * the page, we have to check the process flags first, if we - * are already in a transaction or disk I/O during allocations - * is off, we need to fail the writepage and redirty the page. - */ - -STATIC int -linvfs_writepage( - struct page *page, - struct writeback_control *wbc) -{ - int error; - int need_trans; - int delalloc, unmapped, unwritten; - struct inode *inode = page->mapping->host; - - xfs_page_trace(XFS_WRITEPAGE_ENTER, inode, page, 0); - - /* - * We need a transaction if: - * 1. There are delalloc buffers on the page - * 2. The page is uptodate and we have unmapped buffers - * 3. The page is uptodate and we have no buffers - * 4. There are unwritten buffers on the page - */ - - if (!page_has_buffers(page)) { - unmapped = 1; - need_trans = 1; - } else { - xfs_count_page_state(page, &delalloc, &unmapped, &unwritten); - if (!PageUptodate(page)) - unmapped = 0; - need_trans = delalloc + unmapped + unwritten; - } - - /* - * If we need a transaction and the process flags say - * we are already in a transaction, or no IO is allowed - * then mark the page dirty again and leave the page - * as is. - */ - if (PFLAGS_TEST_FSTRANS() && need_trans) - goto out_fail; - - /* - * Delay hooking up buffer heads until we have - * made our go/no-go decision. - */ - if (!page_has_buffers(page)) - create_empty_buffers(page, 1 << inode->i_blkbits, 0); - - /* - * Convert delayed allocate, unwritten or unmapped space - * to real space and flush out to disk. - */ - error = xfs_page_state_convert(inode, page, wbc, 1, unmapped); - if (error == -EAGAIN) - goto out_fail; - if (unlikely(error < 0)) - goto out_unlock; - - return 0; - -out_fail: - redirty_page_for_writepage(wbc, page); - unlock_page(page); - return 0; -out_unlock: - unlock_page(page); - return error; -} - STATIC int linvfs_invalidate_page( struct page *page, @@ -1381,77 +1451,6 @@ return block_invalidatepage(page, offset); } -/* - * Called to move a page into cleanable state - and from there - * to be released. Possibly the page is already clean. We always - * have buffer heads in this call. - * - * Returns 0 if the page is ok to release, 1 otherwise. - * - * Possible scenarios are: - * - * 1. We are being called to release a page which has been written - * to via regular I/O. buffer heads will be dirty and possibly - * delalloc. If no delalloc buffer heads in this case then we - * can just return zero. - * - * 2. We are called to release a page which has been written via - * mmap, all we need to do is ensure there is no delalloc - * state in the buffer heads, if not we can let the caller - * free them and we should come back later via writepage. - */ -STATIC int -linvfs_release_page( - struct page *page, - gfp_t gfp_mask) -{ - struct inode *inode = page->mapping->host; - int dirty, delalloc, unmapped, unwritten; - struct writeback_control wbc = { - .sync_mode = WB_SYNC_ALL, - .nr_to_write = 1, - }; - - xfs_page_trace(XFS_RELEASEPAGE_ENTER, inode, page, gfp_mask); - - xfs_count_page_state(page, &delalloc, &unmapped, &unwritten); - if (!delalloc && !unwritten) - goto free_buffers; - - if (!(gfp_mask & __GFP_FS)) - return 0; - - /* If we are already inside a transaction or the thread cannot - * do I/O, we cannot release this page. - */ - if (PFLAGS_TEST_FSTRANS()) - return 0; - - /* - * Convert delalloc space to real space, do not flush the - * data out to disk, that will be done by the caller. - * Never need to allocate space here - we will always - * come back to writepage in that case. - */ - dirty = xfs_page_state_convert(inode, page, &wbc, 0, 0); - if (dirty == 0 && !unwritten) - goto free_buffers; - return 0; - -free_buffers: - return try_to_free_buffers(page); -} - -STATIC int -linvfs_prepare_write( - struct file *file, - struct page *page, - unsigned int from, - unsigned int to) -{ - return block_prepare_write(page, from, to, linvfs_get_block); -} - struct address_space_operations linvfs_aops = { .readpage = linvfs_readpage, .readpages = linvfs_readpages, From owner-linux-xfs@oss.sgi.com Wed Feb 22 12:04:25 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 22 Feb 2006 12:04:27 -0800 (PST) Received: from mail.lst.de ([213.95.11.210]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1MK4Fm2004347 for ; Wed, 22 Feb 2006 12:04:25 -0800 Received: from verein.lst.de (localhost [127.0.0.1]) by mail.lst.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id k1MK4vRT028524 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 22 Feb 2006 21:04:57 +0100 Received: (from hch@localhost) by verein.lst.de (8.12.3/8.12.3/Debian-6.6) id k1MK4vmN028522 for linux-xfs@oss.sgi.com; Wed, 22 Feb 2006 21:04:57 +0100 Date: Wed, 22 Feb 2006 21:04:57 +0100 From: Christoph Hellwig To: linux-xfs@oss.sgi.com Subject: [PATCH] use XFS_VFSTOM in more places Message-ID: <20060222200457.GA28502@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Scanned-By: MIMEDefang 2.39 X-archive-position: 7384 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@lst.de Precedence: bulk X-list: linux-xfs Content-Length: 1734 Lines: 50 Signed-off-by: Christoph Hellwig Index: xfs-2.6.x/fs/xfs/linux-2.4/xfs_file.c =================================================================== --- xfs-2.6.x.orig/fs/xfs/linux-2.4/xfs_file.c 2006-02-17 16:14:37.000000000 +0100 +++ xfs-2.6.x/fs/xfs/linux-2.4/xfs_file.c 2006-02-21 20:53:00.000000000 +0100 @@ -445,14 +445,9 @@ struct inode *inode) { vnode_t *vp = LINVFS_GET_VP(inode); - xfs_mount_t *mp; + xfs_mount_t *mp = XFS_VFSTOM(vp->v_vfsp); int error = 0; xfs_inode_t *ip; - bhv_desc_t *xbdp; - - if( (xbdp = bhv_lookup(VFS_BHVHEAD(vp->v_vfsp), &xfs_vfsops)) == NULL) - return 0; - mp = XFS_BHVTOM(xbdp); if (vp->v_vfsp->vfs_flag & VFS_DMI) { ip = xfs_vtoi(vp); Index: xfs-2.6.x/fs/xfs/linux-2.4/xfs_vfs.c =================================================================== --- xfs-2.6.x.orig/fs/xfs/linux-2.4/xfs_vfs.c 2006-02-17 16:14:37.000000000 +0100 +++ xfs-2.6.x/fs/xfs/linux-2.4/xfs_vfs.c 2006-02-21 20:53:25.000000000 +0100 @@ -314,7 +314,7 @@ bhv_remove_vfsops(vfsp, VFS_POSITION_IO); if (!freebase) return; - mp = XFS_BHVTOM(bhv_lookup(VFS_BHVHEAD(vfsp), &xfs_vfsops)); + mp = XFS_VFSTOM(vfsp); VFS_REMOVEBHV(vfsp, &mp->m_bhv); xfs_mount_free(mp, 0); } Index: xfs-2.6.x/fs/xfs/linux-2.6/xfs_vfs.c =================================================================== --- xfs-2.6.x.orig/fs/xfs/linux-2.6/xfs_vfs.c 2006-02-17 16:14:37.000000000 +0100 +++ xfs-2.6.x/fs/xfs/linux-2.6/xfs_vfs.c 2006-02-21 20:53:00.000000000 +0100 @@ -405,7 +405,7 @@ bhv_remove_vfsops(vfsp, VFS_POSITION_IO); if (!freebase) return; - mp = XFS_BHVTOM(bhv_lookup(VFS_BHVHEAD(vfsp), &xfs_vfsops)); + mp = XFS_VFSTOM(vfsp); VFS_REMOVEBHV(vfsp, &mp->m_bhv); xfs_mount_free(mp, 0); } From owner-linux-xfs@oss.sgi.com Wed Feb 22 12:07:51 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 22 Feb 2006 12:07:53 -0800 (PST) Received: from mail.lst.de (verein.lst.de [213.95.11.210]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1MK7om2004825 for ; Wed, 22 Feb 2006 12:07:50 -0800 Received: from verein.lst.de (localhost [127.0.0.1]) by mail.lst.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id k1MK8fRT028603 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 22 Feb 2006 21:08:41 +0100 Received: (from hch@localhost) by verein.lst.de (8.12.3/8.12.3/Debian-6.6) id k1MK8fd4028601 for linux-xfs@oss.sgi.com; Wed, 22 Feb 2006 21:08:41 +0100 Date: Wed, 22 Feb 2006 21:08:41 +0100 From: Christoph Hellwig To: linux-xfs@oss.sgi.com Subject: [PATCH] add xfs_map_buffer helper Message-ID: <20060222200841.GC28502@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Scanned-By: MIMEDefang 2.39 X-archive-position: 7386 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@lst.de Precedence: bulk X-list: linux-xfs Content-Length: 2482 Lines: 88 Add a xfs_map_buffer helper to factor out common code from xfs_map_at_offset and __linvfs_get_block. For some delalloc changes I'm working on I'll need it in even more places. Signed-off-by: Christoph Hellwig Index: xfs-2.6.x/fs/xfs/linux-2.6/xfs_aops.c =================================================================== --- xfs-2.6.x.orig/fs/xfs/linux-2.6/xfs_aops.c 2006-02-21 21:20:21.000000000 +0100 +++ xfs-2.6.x/fs/xfs/linux-2.6/xfs_aops.c 2006-02-21 21:28:19.000000000 +0100 @@ -487,28 +487,37 @@ } STATIC void +xfs_map_buffer( + struct buffer_head *bh, + xfs_iomap_t *mp, + xfs_off_t offset, + uint block_bits) +{ + sector_t bn; + + ASSERT(mp->iomap_bn != IOMAP_DADDR_NULL); + + bn = (mp->iomap_bn >> (block_bits - BBSHIFT)) + + ((offset - mp->iomap_offset) >> block_bits); + + ASSERT(bn || (mp->iomap_flags & IOMAP_REALTIME)); + + bh->b_blocknr = bn; + set_buffer_mapped(bh); +} + +STATIC void xfs_map_at_offset( struct buffer_head *bh, loff_t offset, int block_bits, xfs_iomap_t *iomapp) { - xfs_daddr_t bn; - int sector_shift; - ASSERT(!(iomapp->iomap_flags & IOMAP_HOLE)); ASSERT(!(iomapp->iomap_flags & IOMAP_DELAY)); - ASSERT(iomapp->iomap_bn != IOMAP_DADDR_NULL); - - sector_shift = block_bits - BBSHIFT; - bn = (iomapp->iomap_bn >> sector_shift) + - ((offset - iomapp->iomap_offset) >> block_bits); - - ASSERT(bn || (iomapp->iomap_flags & IOMAP_REALTIME)); - ASSERT((bn << sector_shift) >= iomapp->iomap_bn); lock_buffer(bh); - bh->b_blocknr = bn; + xfs_map_buffer(bh, iomapp, offset, block_bits); bh->b_bdev = iomapp->iomap_target->bt_bdev; set_buffer_mapped(bh); clear_buffer_delay(bh); @@ -1246,21 +1255,13 @@ return 0; if (iomap.iomap_bn != IOMAP_DADDR_NULL) { - xfs_daddr_t bn; - xfs_off_t delta; - - /* For unwritten extents do not report a disk address on + /* + * For unwritten extents do not report a disk address on * the read case (treat as if we're reading into a hole). */ if (create || !(iomap.iomap_flags & IOMAP_UNWRITTEN)) { - delta = offset - iomap.iomap_offset; - delta >>= inode->i_blkbits; - - bn = iomap.iomap_bn >> (inode->i_blkbits - BBSHIFT); - bn += delta; - BUG_ON(!bn && !(iomap.iomap_flags & IOMAP_REALTIME)); - bh_result->b_blocknr = bn; - set_buffer_mapped(bh_result); + xfs_map_buffer(bh_result, &iomap, offset, + inode->i_blkbits); } if (create && (iomap.iomap_flags & IOMAP_UNWRITTEN)) { if (direct) From owner-linux-xfs@oss.sgi.com Wed Feb 22 14:00:04 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 22 Feb 2006 14:00:10 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1MM02m2018225 for ; Wed, 22 Feb 2006 14:00:03 -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 JAA06014; Thu, 23 Feb 2006 09:00:46 +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 k1MM0ukt9558486; Thu, 23 Feb 2006 09:00:57 +1100 (EST) Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id k1MM0rL79566637; Thu, 23 Feb 2006 09:00:53 +1100 (EST) Date: Thu, 23 Feb 2006 09:00:53 +1100 From: Nathan Scott To: "Bhattiprolu, Ravikumar (Ravikumar)" Cc: linux-xfs@oss.sgi.com Subject: Re: Using ktrace in XFS Message-ID: <20060223090053.F9508366@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 ravikb@agere.com on Wed, Feb 22, 2006 at 08:54:28PM +0530 X-archive-position: 7387 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: 374 Lines: 13 On Wed, Feb 22, 2006 at 08:54:28PM +0530, Bhattiprolu, Ravikumar (Ravikumar) wrote: > Hi All, > I am new to XFS and trying to understand the xfs sources. Can someone > tell me how can I use ktrace to follow the function call sequence and > see that on command prompt or in some log file? There are KDB commands that can be used to get at that info. cheers. -- Nathan From owner-linux-xfs@oss.sgi.com Thu Feb 23 11:06:00 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 23 Feb 2006 11:06:03 -0800 (PST) Received: from mx2.tippett.com (mx2.tippett.com [64.81.248.66]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1NJ5xm2006931 for ; Thu, 23 Feb 2006 11:05:59 -0800 Received: from hermes.tippett.com (hermes.tippett.com [192.168.3.20]) by mx2.tippett.com (8.12.8/8.12.8) with ESMTP id k1NJ1nY4021541 for ; Thu, 23 Feb 2006 11:01:49 -0800 Received: from [192.168.3.62] (gangsta.tippett.com [192.168.3.62]) by hermes.tippett.com (SGI-8.12.5/8.12.5) with ESMTP id k1NJ6fuc278200 for ; Thu, 23 Feb 2006 11:06:42 -0800 (PST) Message-ID: <43FE07AF.30101@tippett.com> Date: Thu, 23 Feb 2006 11:06:23 -0800 From: Christian Rice Reply-To: xian@tippett.com Organization: Tippett Studio User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: linux-xfs@oss.sgi.com Subject: Re: disabling write cache on SATA drives References: <43DE74E7.6070306@tippett.com> In-Reply-To: <43DE74E7.6070306@tippett.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (mx2.tippett.com [192.168.12.2]); Thu, 23 Feb 2006 11:01:49 -0800 (PST) X-archive-position: 7388 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 Content-Length: 2442 Lines: 80 Perhaps no one else is using XFS as a root filesystem on SATA drives, but I've been giving it a go. And I've been lucky to NOT experience a power failure in my machine room, I guess. I've tried blktool and sdparm, both RPMS and compiled locally, but nothing can turn off the write cache. I'm using multiple motherboards, different drive manufactureres, but no avail. Has anyone had success with this issue? Am I forced to continue on with PATA drives for the foreseeable future? Any informed responses would be a huge help. Details: Tyan mobo, Opteron, 2.6.12-1.1398_FC4smp, x86_64, WDC WD800JD-00LS SATA drive modules: sata_sil 15301 4 libata 58825 1 sata_sil sd_mod 25153 6 scsi_mod 167417 2 libata,sd_mod nForce4 mobo, Athlon64 X2, 2.6.15-1.1831_FC4smp, x86_64, ST380817AS SATA drive modules: libata 98265 1 sata_nv sd_mod 53697 2 scsi_mod 195321 2 libata,sd_mod Christian Rice wrote: > We all know that disabling write cache on drives with no battery > backup is a good thing, and we all know how to do it on your average > IDE drive (hdparm -W0 /dev/hda). > > But what about on SATA disks? I've found sdparm, which has settings > for disabling write cache on SCSI disks (and supposedly SATA disks > that use the SCSI device (eg, /dev/sda). It simply doesn't work, though: > > [root@sqld xian]# sdparm --set WCE=1 /dev/sda > /dev/sda: ATA Maxtor 7Y250M0 YAR5 > change_mode_page: failed setting page: Caching (SBC) > > [root@sqld xian]# uname -r > 2.6.14-1.1656_FC4smp > > Of course I'm using XFS... > > The sdparm web page suggests some SCSI commands will be better > implemented in kernel 2.6.15. > > The only other thing I might try here is to recompile a 64-bit version > of sdparm, as I downloaded/installed version .96 i386, but this system > is a dual-proc Opteron running 64-bit FC4. > > Anyone have any other ideas? > > > > On Mon, Jan 30, 2006 at 12:19:51PM -0800, Christian Rice wrote: >> We all know that disabling write cache on drives with no battery backup >> is a good thing, and we all know how to do it on your average IDE drive >> (hdparm -W0 /dev/hda). >> >> But what about on SATA disks? > > Is blktool the New(tm) way to do this? -- Russell Howe | Why be just another cog in the machine, rhowe@siksai.co.uk | when you can be the spanner in the works? From owner-linux-xfs@oss.sgi.com Thu Feb 23 12:51:32 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 23 Feb 2006 12:51:34 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1NKpUm2017258 for ; Thu, 23 Feb 2006 12:51:32 -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 HAA08989; Fri, 24 Feb 2006 07:52:12 +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 k1NKqMkt9597013; Fri, 24 Feb 2006 07:52:22 +1100 (EST) Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id k1NKqJro9591005; Fri, 24 Feb 2006 07:52:19 +1100 (EST) Date: Fri, 24 Feb 2006 07:52:18 +1100 From: Nathan Scott To: Christian Rice Cc: linux-xfs@oss.sgi.com Subject: Re: disabling write cache on SATA drives Message-ID: <20060224075218.C9545756@wobbly.melbourne.sgi.com> References: <43DE74E7.6070306@tippett.com> <43FE07AF.30101@tippett.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <43FE07AF.30101@tippett.com>; from xian@tippett.com on Thu, Feb 23, 2006 at 11:06:23AM -0800 X-archive-position: 7389 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: 1132 Lines: 29 On Thu, Feb 23, 2006 at 11:06:23AM -0800, Christian Rice wrote: > Perhaps no one else is using XFS as a root filesystem on SATA drives, > but I've been giving it a go. And I've been lucky to NOT experience a > power failure in my machine room, I guess. > > I've tried blktool and sdparm, both RPMS and compiled locally, but > nothing can turn off the write cache. I'm using multiple motherboards, > different drive manufactureres, but no avail. > > Has anyone had success with this issue? Am I forced to continue on with > PATA drives for the foreseeable future? > > Any informed responses would be a huge help. Another option is to use the "barrier" mount option from current kernels, which implements write barriers. This is fairly recent code (so you want a very recent kernel - like a 2.6.16-rcX) - we saw one/two teething problems when this initially went in, which is why its not on by default. But there have been both XFS and block layer fixes in this area since I last looked at this, so it may have all the wrinkles ironed out now. Please report back if you find any problems with it. cheers. -- Nathan From owner-linux-xfs@oss.sgi.com Thu Feb 23 16:04:46 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 23 Feb 2006 16:04:55 -0800 (PST) Received: from EXCHANGE.wsicorp.com (wsi-201-20.wsi.com [4.36.201.20]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1O04km2029072 for ; Thu, 23 Feb 2006 16:04:46 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5 Received: from 147.81.85.223 ([147.81.85.223]) by EXCHANGE.ad.wsicorp.com ([147.81.81.27]) with Microsoft Exchange Server HTTP-DAV ; Thu, 23 Feb 2006 23:03:23 +0000 MIME-Version: 1.0 Received: from Fiona by EXCHANGE.wsicorp.com; 23 Feb 2006 18:03:18 -0500 X-Mailer: Evolution 2.0.4 (2.0.4-7) In-Reply-To: <43FE07AF.30101@tippett.com> Subject: Re: disabling write cache on SATA drives Date: Thu, 23 Feb 2006 18:03:18 -0500 Message-ID: <1140735798.3615.4.camel@Fiona> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: disabling write cache on SATA drives Thread-Index: AcY4zVjwFBiozH9dT+uKjMMpmaJeDw== References: <43DE74E7.6070306@tippett.com> <43FE07AF.30101@tippett.com> From: "Michaud, Darrell" To: Cc: Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 7bit X-archive-position: 7390 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: dmichaud@wsi.com Precedence: bulk X-list: linux-xfs Content-Length: 2914 Lines: 93 Disabling write cache for SCSI and native mode SATA disks may not be necessary. Flushes/write barriers may be honored at the protocol layer more reliably, thus allowing a journaled filesystem to do its work. On Thu, 2006-02-23 at 11:06 -0800, Christian Rice wrote: > Perhaps no one else is using XFS as a root filesystem on SATA drives, > but I've been giving it a go. And I've been lucky to NOT experience a > power failure in my machine room, I guess. > > I've tried blktool and sdparm, both RPMS and compiled locally, but > nothing can turn off the write cache. I'm using multiple motherboards, > different drive manufactureres, but no avail. > > Has anyone had success with this issue? Am I forced to continue on with > PATA drives for the foreseeable future? > > Any informed responses would be a huge help. > > > Details: > Tyan mobo, Opteron, 2.6.12-1.1398_FC4smp, x86_64, WDC WD800JD-00LS SATA > drive > modules: > sata_sil 15301 4 > libata 58825 1 sata_sil > sd_mod 25153 6 > scsi_mod 167417 2 libata,sd_mod > > > nForce4 mobo, Athlon64 X2, 2.6.15-1.1831_FC4smp, x86_64, ST380817AS SATA > drive > modules: > libata 98265 1 sata_nv > sd_mod 53697 2 > scsi_mod 195321 2 libata,sd_mod > > > > Christian Rice wrote: > > > We all know that disabling write cache on drives with no battery > > backup is a good thing, and we all know how to do it on your average > > IDE drive (hdparm -W0 /dev/hda). > > > > But what about on SATA disks? I've found sdparm, which has settings > > for disabling write cache on SCSI disks (and supposedly SATA disks > > that use the SCSI device (eg, /dev/sda). It simply doesn't work, though: > > > > [root@sqld xian]# sdparm --set WCE=1 /dev/sda > > /dev/sda: ATA Maxtor 7Y250M0 YAR5 > > change_mode_page: failed setting page: Caching (SBC) > > > > [root@sqld xian]# uname -r > > 2.6.14-1.1656_FC4smp > > > > Of course I'm using XFS... > > > > The sdparm web page suggests some SCSI commands will be better > > implemented in kernel 2.6.15. > > > > The only other thing I might try here is to recompile a 64-bit version > > of sdparm, as I downloaded/installed version .96 i386, but this system > > is a dual-proc Opteron running 64-bit FC4. > > > > Anyone have any other ideas? > > > > > > > > > > On Mon, Jan 30, 2006 at 12:19:51PM -0800, Christian Rice wrote: > > >> We all know that disabling write cache on drives with no battery backup > >> is a good thing, and we all know how to do it on your average IDE drive > >> (hdparm -W0 /dev/hda). > >> > >> But what about on SATA disks? > > > > > > Is blktool the New(tm) way to do this? > > -- Russell Howe | Why be just another cog in the machine, > rhowe@siksai.co.uk | when you can be the spanner in the works? > > > [[HTML alternate version deleted]] From owner-linux-xfs@oss.sgi.com Thu Feb 23 22:14:06 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 23 Feb 2006 22:14:15 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1O6E4m2031052 for ; Thu, 23 Feb 2006 22:14:05 -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 RAA25669; Fri, 24 Feb 2006 17:14:50 +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 k1O6Exkt9571085; Fri, 24 Feb 2006 17:15:00 +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 k1O6Bp6C011491; Fri, 24 Feb 2006 17:11:52 +1100 Received: (from nathans@localhost) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) id k1O6BneD011489; Fri, 24 Feb 2006 17:11:49 +1100 Date: Fri, 24 Feb 2006 17:11:49 +1100 From: Nathan Scott To: Christoph Hellwig Cc: linux-xfs@oss.sgi.com Subject: Re: [PATCH] add xfs_map_buffer helper Message-ID: <20060224061149.GB10909@frodo> References: <20060222200841.GC28502@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060222200841.GC28502@lst.de> User-Agent: Mutt/1.5.3i X-archive-position: 7391 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: 352 Lines: 13 On Wed, Feb 22, 2006 at 09:08:41PM +0100, Christoph Hellwig wrote: > Add a xfs_map_buffer helper to factor out common code from > xfs_map_at_offset and __linvfs_get_block. For some delalloc > changes I'm working on I'll need it in even more places. Thanks, these three look OK & are QA'ing fine - I'll get 'em merged on Monday. cheers. -- Nathan From owner-linux-xfs@oss.sgi.com Fri Feb 24 03:12:44 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 24 Feb 2006 03:12:48 -0800 (PST) Received: from astra.simleu.ro (astra.simleu.ro [80.97.18.177]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1OBChm2026718 for ; Fri, 24 Feb 2006 03:12:44 -0800 Received: from saytrin.hq.k1024.org (localhost [127.0.0.1]) by astra.simleu.ro (Postfix) with ESMTP id BEA8C56 for ; Fri, 24 Feb 2006 12:14:22 +0200 (EET) Received: by saytrin.hq.k1024.org (Postfix, from userid 4004) id 2927D15C90D; Fri, 24 Feb 2006 12:16:45 +0200 (EET) Date: Fri, 24 Feb 2006 12:16:45 +0200 From: Iustin Pop To: linux-xfs@oss.sgi.com Subject: Re: disabling write cache on SATA drives Message-ID: <20060224101645.GB4216@saytrin.hq.k1024.org> Mail-Followup-To: linux-xfs@oss.sgi.com References: <43DE74E7.6070306@tippett.com> <43FE07AF.30101@tippett.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43FE07AF.30101@tippett.com> User-Agent: Mutt/1.5.11+cvs20060126 X-archive-position: 7392 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: iusty@k1024.org Precedence: bulk X-list: linux-xfs Content-Length: 1771 Lines: 55 I don't know if this is the right way to do it, but I'm using hdparm itself for doing this on non-native SATA disks. I'm talking about the WD Raptors (36GB), on which hdparm reports: # hdparm -I /dev/sda /dev/sda: ATA device, with non-removable media Model Number: WDC WD360GD-00FLA2 Serial Number: WD-WMAKH1009400 Firmware Revision: 31.08F31 ... Commands/features: Enabled Supported: Write cache On these disks, hdparm -W 0/-W 1 seems to work, based on the hdparm -I output and on iostat -x output. The motherboard is also a Tyan (Tiger K8W). Regards, Iustin Pop On Thu, Feb 23, 2006 at 11:06:23AM -0800, Christian Rice wrote: > Perhaps no one else is using XFS as a root filesystem on SATA drives, > but I've been giving it a go. And I've been lucky to NOT experience a > power failure in my machine room, I guess. > > I've tried blktool and sdparm, both RPMS and compiled locally, but > nothing can turn off the write cache. I'm using multiple motherboards, > different drive manufactureres, but no avail. > > Has anyone had success with this issue? Am I forced to continue on with > PATA drives for the foreseeable future? > > Any informed responses would be a huge help. > > > Details: > Tyan mobo, Opteron, 2.6.12-1.1398_FC4smp, x86_64, WDC WD800JD-00LS SATA > drive > modules: > sata_sil 15301 4 > libata 58825 1 sata_sil > sd_mod 25153 6 > scsi_mod 167417 2 libata,sd_mod > > > nForce4 mobo, Athlon64 X2, 2.6.15-1.1831_FC4smp, x86_64, ST380817AS SATA > drive > modules: > libata 98265 1 sata_nv > sd_mod 53697 2 > scsi_mod 195321 2 libata,sd_mod From owner-linux-xfs@oss.sgi.com Fri Feb 24 13:08:06 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 24 Feb 2006 13:08:13 -0800 (PST) Received: from maddog.sal.wisc.edu (mail.sal.wisc.edu [144.92.179.20]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1OL85m2003727 for ; Fri, 24 Feb 2006 13:08:05 -0800 Received: from maddog.sal.wisc.edu (localhost.sal.wisc.edu [127.0.0.1]) by maddog.sal.wisc.edu (8.13.4/8.13.4) with ESMTP id k1OJqdR2009285; Fri, 24 Feb 2006 13:52:39 -0600 Received: from localhost (bonomo@localhost) by maddog.sal.wisc.edu (8.13.4/8.13.4/Submit) with ESMTP id k1OJqdcW009282; Fri, 24 Feb 2006 13:52:39 -0600 Date: Fri, 24 Feb 2006 13:52:39 -0600 (CST) From: Richard Bonomo To: linux-xfs@oss.sgi.com cc: Richard Bonomo Subject: xfsdump Assertion off fails??? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-archive-position: 7393 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: bonomo@sal.wisc.edu Precedence: bulk X-list: linux-xfs Content-Length: 866 Lines: 33 Hello! Recently, my system (which uses xfsdump 2.2.25 from the Fedora Core 4 distribution) started failing with this error: xfsdump: inv_stobj.c:1260: stobj_copy_invsess: Assertion `off' failed. This occurs immediately after the assignment (or non-assignment) of a dump label immediately upon the execution of xfsdump, which halts/crashes/ aborts immediately after reporting the error. Do you have any idea what would cause such an error? It seems to have arisen spontaneously, but something must be causing it. Thank you. Richard Bonomo -- ************************************************ Richard Bonomo UW Space Astronomy Laboratory ph: (608) 263-4683 telefacsimile: (608) 263-0361 SAL-related email: bonomo@sal.wisc.edu all other email: bonomo@ece.wisc.edu web page URL: http://www.cae.wisc.edu/~bonomo ************************************************ From owner-linux-xfs@oss.sgi.com Sat Feb 25 06:58:25 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sat, 25 Feb 2006 06:58:29 -0800 (PST) Received: from omx1.americas.sgi.com (omx1-ext.sgi.com [192.48.179.11]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1PEwOm2007631 for ; Sat, 25 Feb 2006 06:58:24 -0800 Received: from omx2.sgi.com ([198.149.32.25]) by omx1.americas.sgi.com (8.12.10/8.12.9/linux-outbound_gateway-1.1) with ESMTP id k1PExCOX003310 for ; Sat, 25 Feb 2006 08:59:12 -0600 Received: from internal-mail-relay1.corp.sgi.com (internal-mail-relay1.corp.sgi.com [198.149.32.52]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id k1PH4rrh029329 for ; Sat, 25 Feb 2006 09:04:53 -0800 Received: from [192.168.0.13] (cf-vpn-sw-corp-64-67.corp.sgi.com [134.15.64.67]) by internal-mail-relay1.corp.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id k1PF4Cbk902686; Sat, 25 Feb 2006 07:04:12 -0800 (PST) Message-ID: <440070BE.7090703@sgi.com> Date: Sat, 25 Feb 2006 08:59:10 -0600 From: Bill Kendall User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051011) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard Bonomo CC: linux-xfs@oss.sgi.com Subject: Re: xfsdump Assertion off fails??? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 7394 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: wkendall@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 807 Lines: 31 Could you send "xfsdump -I" output as well as the xfsdump command args that you used? Looks like a problem with the inventory code, or maybe your xfsdump inventory has become corrupt. Bill Richard Bonomo wrote: > > Hello! > > Recently, my system (which uses xfsdump 2.2.25 > from the Fedora Core 4 distribution) started > failing with this error: > > xfsdump: inv_stobj.c:1260: stobj_copy_invsess: Assertion `off' failed. > > This occurs immediately after the assignment > (or non-assignment) of a dump label immediately > upon the execution of xfsdump, which halts/crashes/ > aborts immediately after reporting the error. > > Do you have any idea what would cause such an error? > It seems to have arisen spontaneously, but something > must be causing it. > > Thank you. > > Richard Bonomo > > From owner-linux-xfs@oss.sgi.com Sat Feb 25 14:22:33 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sat, 25 Feb 2006 14:22:36 -0800 (PST) Received: from mail.ukfsn.org (s2.ukfsn.org [217.158.120.143]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1PMMWm2024275 for ; Sat, 25 Feb 2006 14:22:32 -0800 Received: from localhost.localdomain (i-83-67-36-194.freedom2surf.net [83.67.36.194]) by mail.ukfsn.org (Postfix) with ESMTP id 09B5AE70DB; Sat, 25 Feb 2006 21:08:40 +0000 (GMT) Received: from [10.0.0.90] (helo=[10.0.0.90]) by localhost.localdomain with esmtp (Exim 4.50) id 1FD6mT-0008Rv-Lv; Sat, 25 Feb 2006 21:16:45 +0000 Message-ID: <4400C94A.7070001@dgreaves.com> Date: Sat, 25 Feb 2006 21:16:58 +0000 From: David Greaves User-Agent: Debian Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: linux-xfs@oss.sgi.com, "'linux-kernel@vger.kernel.org'" , nathans@sgi.com Subject: testing 2.6.14-rc4: unmountable fs after xfs_force_shutdown X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-archive-position: 7395 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@dgreaves.com Precedence: bulk X-list: linux-xfs Content-Length: 5745 Lines: 151 Hi Please help. I was testing 2.6.16-rc4 and seem to have lost my data filesystem :( I know it's called scratch - but my wife went and stored data on there - grrr! Anyway, I'm now in trouble. I am running XFS over LVM over a 3-disk RAID5. Something (libata?) caused some bogus read errors (see kernel-ide for details) which threw 2 drives out of my raid array: sd 0:0:0:0: SCSI error: return code = 0x8000002 sda: Current: sense key: Medium Error Additional sense: Unrecovered read error - auto reallocate failed end_request: I/O error, dev sda, sector 390716735 raid5: Disk failure on sda1, disabling device. Operation continuing on 2 devices ata2: no sense translation for op=0x2a cmd=0x3d status: 0x51 ata2: status=0x51 { DriveReady SeekComplete Error } sd 1:0:0:0: SCSI error: return code = 0x8000002 sdb: Current: sense key: Medium Error Additional sense: Unrecovered read error - auto reallocate failed end_request: I/O error, dev sdb, sector 390716735 raid5: Disk failure on sdb1, disabling device. Operation continuing on 1 devices RAID5 conf printout: --- rd:3 wd:1 fd:2 disk 0, o:1, dev:sdd1 disk 1, o:0, dev:sdb1 disk 2, o:0, dev:sda1 xfs_force_shutdown(dm-0,0x1) called from line 338 of file fs/xfs/xfs_rw.c. Return address = 0xc020c0e9 Filesystem "dm-0": I/O Error Detected. Shutting down filesystem: dm-0 Please umount the filesystem, and rectify the problem(s) I/O error in filesystem ("dm-0") meta-data dev dm-0 block 0x640884a ("xlog_bwrite") error 5 buf count 262144 XFS: failed to locate log tail XFS: log mount/recovery failed: error 5 XFS: log mount failed After checking with mdadm --examine I was able to reconstruct the array using the 2 booted devices as they both had the same event count: raid5: device sdb1 operational as raid disk 1 raid5: device sda1 operational as raid disk 2 raid5: allocated 3155kB for md1 raid5: raid level 5 set md1 active with 2 out of 3 devices, algorithm 2 RAID5 conf printout: --- rd:3 wd:2 fd:1 disk 1, o:1, dev:sdb1 disk 2, o:1, dev:sda1 I restarted lvm and remounted the drive but it failed like this: XFS mounting filesystem dm-0 ata2: no sense translation for op=0x2a cmd=0x3d status: 0x51 ata2: status=0x51 { DriveReady SeekComplete Error } ata2: no sense translation for op=0x2a cmd=0x3d status: 0x51 ata2: status=0x51 { DriveReady SeekComplete Error } ata2: no sense translation for op=0x2a cmd=0x3d status: 0x51 ata2: status=0x51 { DriveReady SeekComplete Error } ata2: no sense translation for op=0x2a cmd=0x3d status: 0x51 ata2: status=0x51 { DriveReady SeekComplete Error } ata2: no sense translation for op=0x2a cmd=0x3d status: 0x51 ata2: status=0x51 { DriveReady SeekComplete Error } sd 1:0:0:0: SCSI error: return code = 0x8000002 sdb: Current: sense key: Medium Error Additional sense: Unrecovered read error - auto reallocate failed end_request: I/O error, dev sdb, sector 390716735 raid5: Disk failure on sdb1, disabling device. Operation continuing on 1 devices ata1: no sense translation for op=0x2a cmd=0x3d status: 0x51 ata1: status=0x51 { DriveReady SeekComplete Error } ata1: no sense translation for op=0x2a cmd=0x3d status: 0x51 ata1: status=0x51 { DriveReady SeekComplete Error } ata1: no sense translation for op=0x2a cmd=0x3d status: 0x51 ata1: status=0x51 { DriveReady SeekComplete Error } ata1: no sense translation for op=0x2a cmd=0x3d status: 0x51 ata1: status=0x51 { DriveReady SeekComplete Error } ata1: no sense translation for op=0x2a cmd=0x3d status: 0x51 ata1: status=0x51 { DriveReady SeekComplete Error } sd 0:0:0:0: SCSI error: return code = 0x8000002 sda: Current: sense key: Medium Error Additional sense: Unrecovered read error - auto reallocate failed end_request: I/O error, dev sda, sector 390716735 raid5: Disk failure on sda1, disabling device. Operation continuing on 0 devices RAID5 conf printout: --- rd:3 wd:0 fd:3 disk 1, o:0, dev:sdb1 disk 2, o:0, dev:sda1 xfs_force_shutdown(dm-0,0x1) called from line 338 of file fs/xfs/xfs_rw.c. Return address = 0xc020c0e9 Filesystem "dm-0": I/O Error Detected. Shutting down filesystem: dm-0 Please umount the filesystem, and rectify the problem(s) I/O error in filesystem ("dm-0") meta-data dev dm-0 block 0x640884a ("xlog_bwrite") error 5 buf count 262144 XFS: failed to locate log tail XFS: log mount/recovery failed: error 5 XFS: log mount failed I then then rebooted into 2.6.15 (where it's been happy for weeks and weeks!) raid5: device sdb1 operational as raid disk 1 raid5: device sda1 operational as raid disk 2 raid5: allocated 3155kB for md1 raid5: raid level 5 set md1 active with 2 out of 3 devices, algorithm 2 RAID5 conf printout: --- rd:3 wd:2 fd:1 disk 1, o:1, dev:sdb1 disk 2, o:1, dev:sda1 Setting up LVM Volume Groups... Reading all physical volumes. This may take a while... /dev/hda: open failed: No medium found Found volume group "video_vg" using metadata type lvm2 1 logical volume(s) in volume group "video_vg" now active haze:~# mount /scratch mount: /dev/video_vg/video_lv: can't read superblock haze:~# xfs_repair -n /dev/video_vg/video_lv Phase 1 - find and verify superblock... superblock read failed, offset 0, size 524288, ag 0, rval 0 fatal error -- Invalid argument haze:~# lvdisplay /dev/video_vg/video_lv --- Logical volume --- LV Name /dev/video_vg/video_lv VG Name video_vg LV UUID cg2yc1-dO6V-3GlY-JnhY-4nXi-V85s-WTIFml LV Write Access read/write LV Status available # open 0 LV Size 372.61 GB Current LE 95389 Segments 1 Allocation inherit Read ahead sectors 0 Block device 253:0 Any sugestions? David -- From owner-linux-xfs@oss.sgi.com Sat Feb 25 15:08:26 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sat, 25 Feb 2006 15:08:29 -0800 (PST) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1PN8Pm2028343 for ; Sat, 25 Feb 2006 15:08:25 -0800 Received: by zproxy.gmail.com with SMTP id i11so601254nzh for ; Sat, 25 Feb 2006 15:09:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dS1tBDqAvMSLI6tlAF9wd+zRgMN/lE5EshydMAhpQstnhdfBNiEoAKaLMWSrCzJJMN+qnq3Hriiq4gvstHd2f5jBb8UHqYqOkW8/EqYlVPBIHbIJOx6a8GHMW67F+te/x0xzv+0PbR5r1NfrSEEf2Go2yZquzhYAVMAPmfFaPO0= Received: by 10.65.119.18 with SMTP id w18mr529195qbm; Sat, 25 Feb 2006 15:09:13 -0800 (PST) Received: by 10.65.196.11 with HTTP; Sat, 25 Feb 2006 15:09:13 -0800 (PST) Message-ID: Date: Sat, 25 Feb 2006 23:09:13 +0000 From: "Roger Willcocks" To: linux-xfs@oss.sgi.com Subject: xfs_force_shutdown on full filesystem MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by oss.sgi.com id k1PN8Qm2028353 X-archive-position: 7396 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: willcor@gmail.com Precedence: bulk X-list: linux-xfs Content-Length: 2825 Lines: 73 I can reliably generate an xfs_force_shutdown error on a stock 2.6.12.6 kernel by mkfs.xfs -f -d size=1000m /dev/sda mount /dev/sda /mnt/disk1 cd / tar cf - . --exclude mnt | (cd /mnt/disk1; tar xvf -) When the tar has filled the disk (and is getting file system full errors), let it run for a bit longer (so the disk is really, really full) then hit ^C and rerun the tar command. You might need to rerun it a couple of times, but pretty soon tar starts getting i/o errors. df at this point shows: Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda 1019200 -73786976294836035584 3193188 101% /mnt/disk1 I added a stack dump in xfs_force_shutdown (as per xfs_trans.c 1.168/1.169) and so far I've seen two different failure modes: Filesystem "sda": XFS internal error xfs_trans_cancel at line 1090 of file fs/xfs/xfs_trans.c. Caller 0xf894522d [] xfs_trans_cancel+0xd3/0x100 [xfs] [] xfs_create+0x27d/0x680 [xfs] [] xfs_create+0x27d/0x680 [xfs] [] xfs_attr_get+0x94/0xb0 [xfs] [] linvfs_mknod+0x2c9/0x3b0 [xfs] [] avc_has_perm_noaudit+0x40/0x150 [] avc_has_perm_noaudit+0x8c/0x150 [] avc_has_perm+0x43/0x50 [] avc_has_perm+0x43/0x50 [] linvfs_create+0x16/0x20 [xfs] [] vfs_create+0x9a/0x130 [] open_namei+0x661/0x6c0 [] filp_open+0x34/0x60 [] sys_open+0x35/0x70 [] sysenter_past_esp+0x54/0x79 xfs_force_shutdown(sda,0x8) called from line 1091 of file fs/xfs/xfs_trans.c. Return address = 0xf89535e 0 Filesystem "sda": Corruption of in-memory data detected. Shutting down filesystem: sda Please umount the filesystem, and rectify the problem(s) xfs_force_shutdown(sda,0x1) called from line 353 of file fs/xfs/xfs_rw.c. Return address = 0xf89535e0 ...and... Filesystem "sda": XFS internal error xfs_trans_cancel at line 1090 of file fs/xfs/xfs_trans.c. Caller 0xf8946326 [] xfs_trans_cancel+0xd3/0x100 [xfs] [] xfs_mkdir+0x236/0x630 [xfs] [] xfs_mkdir+0x236/0x630 [xfs] [] linvfs_mknod+0x313/0x3b0 [xfs] [] avc_has_perm_noaudit+0x40/0x150 [] avc_has_perm_noaudit+0x8c/0x150 [] avc_has_perm+0x43/0x50 [] avc_has_perm+0x43/0x50 [] security_transition_sid+0x20/0x30 [] linvfs_mkdir+0x1b/0x20 [xfs] [] vfs_mkdir+0x90/0x120 [] sys_mkdir+0x94/0xc0 [] sys_write+0x3d/0x70 [] sysenter_past_esp+0x54/0x79 xfs_force_shutdown(sda,0x8) called from line 1091 of file fs/xfs/xfs_trans.c. Return address = 0xf89535e0 Filesystem "sda": Corruption of in-memory data detected. Shutting down filesystem: sda Please umount the filesystem, and rectify the problem(s) -- Roger From owner-linux-xfs@oss.sgi.com Sat Feb 25 15:18:52 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sat, 25 Feb 2006 15:19:00 -0800 (PST) Received: from mailbackup.inode.at (mailbackup.inode.at [213.229.60.24]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1PNInm2029984 for ; Sat, 25 Feb 2006 15:18:52 -0800 Received: from [213.229.60.40] (port=56697 helo=smartmx-08.inode.at) by mailbackup.inode.at with esmtp (Exim 4.34) id 1FD7if-0007lf-Hr for linux-xfs@oss.sgi.com; Sat, 25 Feb 2006 23:16:53 +0100 Received: from [85.124.73.93] (port=34927 helo=[85.124.73.93]) by smartmx-08.inode.at with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1FD7iI-0004pK-Pb for linux-xfs@oss.sgi.com; Sat, 25 Feb 2006 23:16:30 +0100 Message-ID: <4400D73B.6050000@hkr.at> Date: Sat, 25 Feb 2006 23:16:27 +0100 From: Harald Krammer User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en MIME-Version: 1.0 To: linux-xfs@oss.sgi.com Subject: sb_ifree and sb_fdblocks are unequal X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-archive-position: 7397 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: Harald.Krammer@hkr.at Precedence: bulk X-list: linux-xfs Content-Length: 1433 Lines: 42 Hi * ! My xfs-partion is around 2 yeas old and last month I got troubles with it. I got files over 4 TB file size and some files was not readable. I already checked with smartmon-tools about my hard-disk and it didn't find problems with my disk. I have started the xfs_repair tool and the tool generate a lot of files in lost+found and it was possible to remove the 4 TB files. When I start xfs_check again I always get the message: sb_ifree 172419,counted 172431 sb_fdblocks 5777361, counted 5777412 I mean, that isn't OK! Or I am wrong? What can I do to repair my xfs-filesystem? Any hints are welcome! BTW, I installed xfs with a 2.4.24 kernel and then I updated my system from time to time. Today I have running 2.6.15.4 System: Debian PowerPC/Testing pluto:/home/hk# xfs_info / meta-data=/dev/root isize=256 agcount=16, agsize=491520 blks = sectsz=512 attr=0 data = bsize=4096 blocks=7864320, imaxpct=25 = sunit=0 swidth=0 blks, unwritten=1 naming =version 2 bsize=4096 log =internal bsize=4096 blocks=3840, version=1 = sectsz=512 sunit=0 blks realtime =none extsz=65536 blocks=0, rtextents=0 -- Harald Krammer Brucknerstrasse 33 A - 4020 Linz AUSTRIA Mobil +43.(0) 664. 130 59 58 Mail: Harald.Krammer (at) hkr.at From owner-linux-xfs@oss.sgi.com Sat Feb 25 17:24:51 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sat, 25 Feb 2006 17:24:51 -0800 (PST) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1Q1Oom2014365 for ; Sat, 25 Feb 2006 17:24:50 -0800 Received: from spindle.corp.sgi.com (spindle.corp.sgi.com [198.29.75.13]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id k1Q3VSGJ015303 for ; Sat, 25 Feb 2006 19:31:28 -0800 Received: from [127.0.0.1] (sshgate.corp.sgi.com [198.149.36.12]) by spindle.corp.sgi.com (SGI-8.12.5/8.12.9/generic_config-1.2) with ESMTP id k1Q1PenB25565790; Sat, 25 Feb 2006 17:25:40 -0800 (PST) Message-ID: <4401039B.9050700@sgi.com> Date: Sat, 25 Feb 2006 19:25:47 -0600 From: Eric Sandeen User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roger Willcocks CC: linux-xfs@oss.sgi.com Subject: Re: xfs_force_shutdown on full filesystem References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 7399 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: 297 Lines: 13 Roger Willcocks wrote: > I can reliably generate an xfs_force_shutdown error on a stock > 2.6.12.6 kernel by > > mkfs.xfs -f -d size=1000m /dev/sda > mount /dev/sda /mnt/disk1 > cd / > tar cf - . --exclude mnt | (cd /mnt/disk1; tar xvf -) Can you duplicate this on a more recent kernel? -Eric From owner-linux-xfs@oss.sgi.com Sat Feb 25 17:23:01 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sat, 25 Feb 2006 17:23:05 -0800 (PST) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1Q1N1m2014192 for ; Sat, 25 Feb 2006 17:23:01 -0800 Received: from spindle.corp.sgi.com (spindle.corp.sgi.com [198.29.75.13]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id k1Q3Ta2j014932 for ; Sat, 25 Feb 2006 19:29:36 -0800 Received: from [127.0.0.1] (sshgate.corp.sgi.com [198.149.36.12]) by spindle.corp.sgi.com (SGI-8.12.5/8.12.9/generic_config-1.2) with ESMTP id k1Q1NlnB25574842; Sat, 25 Feb 2006 17:23:48 -0800 (PST) Message-ID: <4401032A.10406@sgi.com> Date: Sat, 25 Feb 2006 19:23:54 -0600 From: Eric Sandeen User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Greaves CC: linux-xfs@oss.sgi.com, "'linux-kernel@vger.kernel.org'" , nathans@sgi.com Subject: Re: testing 2.6.14-rc4: unmountable fs after xfs_force_shutdown References: <4400C94A.7070001@dgreaves.com> In-Reply-To: <4400C94A.7070001@dgreaves.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 7398 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: 378 Lines: 13 David Greaves wrote: > haze:~# mount /scratch > mount: /dev/video_vg/video_lv: can't read superblock > > haze:~# xfs_repair -n /dev/video_vg/video_lv > Phase 1 - find and verify superblock... > superblock read failed, offset 0, size 524288, ag 0, rval 0 First, why can't it be read? any kernel messages as a result? can you do a simple dd -from- this block device? -Eric From owner-linux-xfs@oss.sgi.com Sun Feb 26 01:43:45 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 26 Feb 2006 01:44:20 -0800 (PST) Received: from mail.ukfsn.org (s2.ukfsn.org [217.158.120.143]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1Q9him2007072 for ; Sun, 26 Feb 2006 01:43:44 -0800 Received: from localhost.localdomain (i-83-67-36-194.freedom2surf.net [83.67.36.194]) by mail.ukfsn.org (Postfix) with ESMTP id DEAD6E7081; Sun, 26 Feb 2006 09:36:13 +0000 (GMT) Received: from [10.0.0.90] (helo=[10.0.0.90]) by localhost.localdomain with esmtp (Exim 4.50) id 1FDIS2-0003Lg-H9; Sun, 26 Feb 2006 09:44:26 +0000 Message-ID: <44017886.5090100@dgreaves.com> Date: Sun, 26 Feb 2006 09:44:38 +0000 From: David Greaves User-Agent: Debian Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Sandeen Cc: linux-xfs@oss.sgi.com, "'linux-kernel@vger.kernel.org'" , nathans@sgi.com, LVM general discussion and development Subject: Odd LVM behaviour - was Re: testing 2.6.14-rc4: unmountable fs after xfs_force_shutdown References: <4400C94A.7070001@dgreaves.com> <4401032A.10406@sgi.com> In-Reply-To: <4401032A.10406@sgi.com> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-archive-position: 7400 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@dgreaves.com Precedence: bulk X-list: linux-xfs Content-Length: 5573 Lines: 180 If you reply to this, please remove xfs/nathan/eric from cc - it's not xfs at all, it was (if anything) an lvm bug. Eric Sandeen wrote: > David Greaves wrote: > >> haze:~# mount /scratch >> mount: /dev/video_vg/video_lv: can't read superblock >> >> haze:~# xfs_repair -n /dev/video_vg/video_lv >> Phase 1 - find and verify superblock... >> superblock read failed, offset 0, size 524288, ag 0, rval 0 > > > First, why can't it be read? any kernel messages as a result? can > you do a simple dd -from- this block device? Eric, thanks. A good place to look. The dd just produced 0 bytes. .....OK - thanks, it's fixed now. It turns out that the md device stopped before the lvm started. So when lvm did start it must have seen md1 as 0 bytes. Then when I re-assembled and ran md1, lvm didn't notice. Confusingly, the lvm userspace tools *did* notice and gave me 'healthy' reports (I checked that before mailing - I just didn't actually dd the lvm device - sorry). The only clue was ages back in the log: Adding 1004020k swap on /dev/sdc4. Priority:-1 extents:1 across:1004020k md: md1 stopped. md: bind md: bind md: bind device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com cdrom: open failed. device-mapper: dm-linear: Device lookup failed device-mapper: error adding target to table So at this point lvm is sick - but why do the userspace tools report as below? haze:/usr/src/linux-2.6.15# lvm version LVM version: 2.01.04 (2005-02-09) Library version: 1.01.04 (2005-08-02) Driver version: 4.4.0 These commands were issued cronologically and represent my basic diagnosis. haze:~# mdadm --assemble --run /dev/md1 /dev/sda1 /dev/sdb1 mdadm: /dev/md1 has been started with 2 drives (out of 3). haze:~# /etc/init.d/lvm start Setting up LVM Volume Groups... Reading all physical volumes. This may take a while... /dev/hda: open failed: No medium found Found volume group "video_vg" using metadata type lvm2 1 logical volume(s) in volume group "video_vg" now active (/dev/hda is my CDROM which I know I should exclude from the scan!) (In retrospect I guess I should have stopped and started lvm, not just started it) Mount now fails so I start to check things out... haze:~# cat /proc/mdstat Personalities : [raid1] [raid5] md1 : active raid5 sdb1[1] sda1[2] 390716672 blocks level 5, 64k chunk, algorithm 2 [3/2] [_UU] haze:~# lvdisplay /dev/video_vg --- Logical volume --- LV Name /dev/video_vg/video_lv VG Name video_vg LV UUID cg2yc1-dO6V-3GlY-JnhY-4nXi-V85s-WTIFml LV Write Access read/write LV Status available # open 0 LV Size 372.61 GB Current LE 95389 Segments 1 Allocation inherit Read ahead sectors 0 Block device 253:0 haze:~# pvdisplay /dev/md1 --- Physical volume --- PV Name /dev/md1 VG Name video_vg PV Size 372.61 GB / not usable 0 Allocatable yes (but full) PE Size (KByte) 4096 Total PE 95389 Free PE 0 Allocated PE 95389 PV UUID IUig5k-460l-sMZc-23Iz-MMFl-Cfh9-XuBMiq haze:~# vgdisplay video_vg --- Volume group --- VG Name video_vg System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 19 VG Access read/write VG Status resizable MAX LV 0 Cur LV 1 Open LV 0 Max PV 0 Cur PV 1 Act PV 1 VG Size 372.61 GB PE Size 4.00 MB Total PE 95389 Alloc PE / Size 95389 / 372.61 GB Free PE / Size 0 / 0 VG UUID I2gW2x-aHcC-kqzs-Efpd-Q7TE-dkWf-KpHSO7 haze:~# vgck -v video_vg Using volume group(s) on command line Finding volume group "video_vg" haze:~# lvscan ACTIVE '/dev/video_vg/video_lv' [372.61 GB] inherit haze:~# dd if=/dev/md1 of=/dev/null count=5 5+0 records in 5+0 records out 2560 bytes transferred in 0.000260 seconds (9849982 bytes/sec) haze:~# dd if=/dev/video_vg/video_lv of=/dev/null count=500 0+0 records in 0+0 records out 0 bytes transferred in 0.000211 seconds (0 bytes/sec) eek! haze:~# /etc/init.d/lvm stop Shutting down LVM Volume Groups... 0 logical volume(s) in volume group "video_vg" now active haze:~# lvdisplay --- Logical volume --- LV Name /dev/video_vg/video_lv VG Name video_vg LV UUID cg2yc1-dO6V-3GlY-JnhY-4nXi-V85s-WTIFml LV Write Access read/write LV Status NOT available LV Size 372.61 GB Current LE 95389 Segments 1 Allocation inherit Read ahead sectors 0 haze:~# /etc/init.d/lvm start Setting up LVM Volume Groups... Reading all physical volumes. This may take a while... /dev/hda: open failed: No medium found Found volume group "video_vg" using metadata type lvm2 /dev/video_vg: opendir failed: No such file or directory 1 logical volume(s) in volume group "video_vg" now active (note: this *successful* start contains more error messages than the failed start at the beginning) haze:~# dd if=/dev/video_vg/video_lv of=/dev/null count=500 500+0 records in 500+0 records out 256000 bytes transferred in 0.007378 seconds (34697467 bytes/sec) haze:~# mount /scratch haze:~# Success. David -- From owner-linux-xfs@oss.sgi.com Sun Feb 26 19:05:59 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 26 Feb 2006 19:06:00 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1R35vm2021953 for ; Sun, 26 Feb 2006 19:05:58 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id OAA23408; Mon, 27 Feb 2006 14:06:41 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id 07A5449BFB02; Mon, 27 Feb 2006 14:06:39 +1100 (EST) To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: TAKE 950211 - merge cleanups Message-Id: <20060227030639.07A5449BFB02@chook.melbourne.sgi.com> Date: Mon, 27 Feb 2006 14:06:39 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7402 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: 1874 Lines: 57 Use XFS_VFSTOM in more places instead of open coding it. Signed-off-by: Christoph Hellwig Date: Mon Feb 27 13:51:49 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: hch The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:25310a linux-2.6/xfs_vfs.c - 1.67 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_vfs.c.diff?r1=text&tr1=1.67&r2=text&tr2=1.66&f=h linux-2.4/xfs_vfs.c - 1.61 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_vfs.c.diff?r1=text&tr1=1.61&r2=text&tr2=1.60&f=h linux-2.4/xfs_file.c - 1.121 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_file.c.diff?r1=text&tr1=1.121&r2=text&tr2=1.120&f=h Move some code around to avoid prototypes and prep for future writepages code. Signed-off-by: Christoph Hellwig Date: Mon Feb 27 13:58:54 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: hch The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:25311a linux-2.6/xfs_aops.c - 1.114 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_aops.c.diff?r1=text&tr1=1.114&r2=text&tr2=1.113&f=h Add xfs_map_buffer helper, use it in a couple of places. Signed-off-by: Christoph Hellwig Date: Mon Feb 27 14:06:06 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: hch The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:25312a linux-2.6/xfs_aops.c - 1.115 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_aops.c.diff?r1=text&tr1=1.115&r2=text&tr2=1.114&f=h From owner-linux-xfs@oss.sgi.com Sun Feb 26 19:03:54 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 26 Feb 2006 19:04:04 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1R33qm2021761 for ; Sun, 26 Feb 2006 19:03:53 -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 OAA23388; Mon, 27 Feb 2006 14:04:37 +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 k1R34WJC009683; Mon, 27 Feb 2006 14:04:34 +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 k1R31aOp010583; Mon, 27 Feb 2006 14:01:37 +1100 Received: (from nathans@localhost) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) id k1R31XVF010581; Mon, 27 Feb 2006 14:01:33 +1100 Date: Mon, 27 Feb 2006 14:01:33 +1100 From: Nathan Scott To: Christoph Hellwig Cc: linux-xfs@oss.sgi.com Subject: Re: [PATCH] add xfs_map_buffer helper Message-ID: <20060227030133.GB10484@frodo> References: <20060222200841.GC28502@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060222200841.GC28502@lst.de> User-Agent: Mutt/1.5.3i X-archive-position: 7401 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: 390 Lines: 19 On Wed, Feb 22, 2006 at 09:08:41PM +0100, Christoph Hellwig wrote: > ... > STATIC void > +xfs_map_buffer( > + struct buffer_head *bh, > + xfs_iomap_t *mp, > + xfs_off_t offset, > + uint block_bits) > +{ > + sector_t bn; This looks like it would prefer to be an xfs_daddr_t (always 64 bits) not a sector_t - I've changed that and merged it & the other patches. thanks. -- Nathan From owner-linux-xfs@oss.sgi.com Sun Feb 26 23:30:36 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 26 Feb 2006 23:30:39 -0800 (PST) Received: from maddog.sal.wisc.edu (mail.sal.wisc.edu [144.92.179.20]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1R7UZm2019269 for ; Sun, 26 Feb 2006 23:30:35 -0800 Received: from maddog.sal.wisc.edu (localhost.sal.wisc.edu [127.0.0.1]) by maddog.sal.wisc.edu (8.13.4/8.13.4) with ESMTP id k1R7VNB4031555; Mon, 27 Feb 2006 01:31:23 -0600 Received: from localhost (bonomo@localhost) by maddog.sal.wisc.edu (8.13.4/8.13.4/Submit) with ESMTP id k1R7VMhk031552; Mon, 27 Feb 2006 01:31:22 -0600 Date: Mon, 27 Feb 2006 01:31:22 -0600 (CST) From: Richard Bonomo To: Bill Kendall cc: linux-xfs@oss.sgi.com Subject: Re: xfsdump Assertion off fails??? In-Reply-To: <440070BE.7090703@sgi.com> Message-ID: References: <440070BE.7090703@sgi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-archive-position: 7403 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: bonomo@sal.wisc.edu Precedence: bulk X-list: linux-xfs Content-Length: 1688 Lines: 64 Dear Bill, Here is an attempt to get the inventory file: [bonomo@bob /data]$ sudo /usr/sbin/xfsdump -I > /tmp/xfsinv xfsdump: inv_stobj.c:1260: stobj_copy_invsess: Assertion `off' failed. Abort [bonomo@bob /data]$ cd / [bonomo@bob /]$ sudo /usr/sbin/xfsdump -I > /tmp/xfsinv xfsdump: inv_stobj.c:1260: stobj_copy_invsess: Assertion `off' failed. Abort [bonomo@bob /]$ The dump command used is: /usr/sbin/xfsdump -e -l -f /dev/nst2 Thank you! On Sat, 25 Feb 2006, Bill Kendall wrote: > Could you send "xfsdump -I" output as well as the xfsdump command args > that you used? Looks like a problem with the inventory code, or maybe > your xfsdump inventory has become corrupt. > > Bill > > Richard Bonomo wrote: >> >> Hello! >> >> Recently, my system (which uses xfsdump 2.2.25 >> from the Fedora Core 4 distribution) started >> failing with this error: >> >> xfsdump: inv_stobj.c:1260: stobj_copy_invsess: Assertion `off' failed. >> >> This occurs immediately after the assignment >> (or non-assignment) of a dump label immediately >> upon the execution of xfsdump, which halts/crashes/ >> aborts immediately after reporting the error. >> >> Do you have any idea what would cause such an error? >> It seems to have arisen spontaneously, but something >> must be causing it. >> >> Thank you. >> >> Richard Bonomo >> >> > -- ************************************************ Richard Bonomo UW Space Astronomy Laboratory ph: (608) 263-4683 telefacsimile: (608) 263-0361 SAL-related email: bonomo@sal.wisc.edu all other email: bonomo@ece.wisc.edu web page URL: http://www.cae.wisc.edu/~bonomo ************************************************ From owner-linux-xfs@oss.sgi.com Mon Feb 27 06:39:28 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 27 Feb 2006 06:39:32 -0800 (PST) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1REdRm2025756 for ; Mon, 27 Feb 2006 06:39:28 -0800 Received: by zproxy.gmail.com with SMTP id v1so975215nzb for ; Mon, 27 Feb 2006 06:40:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WzWSptXCQrg6+wzDcT/X0Nh81e1ajBa/6my6YkHXdgIF8ZJE5gKD/Xi7Z41eLCogIG+LDXqoUzsX1TI2a6bXrunHSdjP7z7Kz9l6DbFYQRCCyD2Q0fwM3zt5bW6GKbROrRK9Q8h3jWWwjKLNVvNdkO59tGv9COLDNnuLHQ8V3M8= Received: by 10.65.119.18 with SMTP id w18mr1264824qbm; Mon, 27 Feb 2006 06:33:56 -0800 (PST) Received: by 10.65.196.11 with HTTP; Mon, 27 Feb 2006 06:33:56 -0800 (PST) Message-ID: Date: Mon, 27 Feb 2006 14:33:56 +0000 From: "Roger Willcocks" To: "Eric Sandeen" Subject: Re: xfs_force_shutdown on full filesystem Cc: linux-xfs@oss.sgi.com In-Reply-To: <4401039B.9050700@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <4401039B.9050700@sgi.com> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by oss.sgi.com id k1REdSm2025759 X-archive-position: 7404 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: willcor@gmail.com Precedence: bulk X-list: linux-xfs Content-Length: 4531 Lines: 133 On 2/26/06, Eric Sandeen wrote: > Roger Willcocks wrote: > > I can reliably generate an xfs_force_shutdown error on a stock > > 2.6.12.6 kernel by > > > > mkfs.xfs -f -d size=1000m /dev/sda > > mount /dev/sda /mnt/disk1 > > cd / > > tar cf - . --exclude mnt | (cd /mnt/disk1; tar xvf -) > > Can you duplicate this on a more recent kernel? Yes :-) I've reproduced the problem on a clean checkout of linux-2.6-xfs from oss.sgi.com. /dev/sda is a hardware raid-5 (3ware) device which I use for all sorts of testing and can be considered 'known good'. All the commands were run in terminal windows on a remote workstation, connecting across using rsh. # /sbin/mkfs.xfs -f -d size=1000m /dev/sda # mount /dev/sda /mnt/disk1 # cd / # tar cf - . --exclude mnt | (cd /mnt/disk1; tar xvf -) after a while, tar starts to give 'disk full' errors. I left it to run for a few seconds more then hit ^C - but didn't get a prompt back. This is a dual processor machine, and (according to top, in another window) pdflush was consuming 100% kernel time on one processor. I started another tar (same parameters) in another window. This ran for a bit then started to return i/o errors. I hit ^C and that hung too. By now pdflush had stopped eating cycles, but (although the tar commands had completed) I still didn't get a prompt back in either window. dmesg says: Filesystem "sda": XFS internal error xfs_trans_cancel at line 1031 of file fs/xfs/xfs_trans.c. Caller 0xf893d041 [] xfs_trans_cancel+0xc5/0xe7 [xfs] [] xfs_symlink+0x321/0x99d [xfs] [] xfs_symlink+0x321/0x99d [xfs] [] avc_lookup+0x132/0x158 [] avc_lookup+0x132/0x158 [] avc_has_perm_noaudit+0x81/0x12b [] avc_has_perm+0x39/0x43 [] linvfs_symlink+0x81/0xcf [xfs] [] vfs_symlink+0x85/0xfa [] sys_symlinkat+0x90/0xb3 [] sys_write+0x3b/0x65 [] sys_symlink+0xf/0x13 [] sysenter_past_esp+0x54/0x79 xfs_force_shutdown(sda,0x8) called from line 1032 of file fs/xfs/xfs_trans.c. Return address = 0xf89483e9 Filesystem "sda": Corruption of in-memory data detected. Shutting down filesystem: sda Please umount the filesystem, and rectify the problem(s) -- df shows /dev/sda 1019200 315220 703980 31% /mnt/disk1 I could unmount the file system (but the 'tar' windows were still hung). I killed off the shells running in the other windows (they went away okay), and tried to remount the disk: mount: /dev/sda: can't read superblock And dmesg comtains: XFS mounting filesystem sda Starting XFS recovery on filesystem: sda (logdev: internal) XFS: xlog_recover_process_data: bad clientid XFS: log mount/recovery failed: error 5 XFS: log mount failed -- 'xfs_repair -L' fixed a hundred or more disconnected inodes and free list errors. -------- Here's a variation: (this time I got a prompt back when I hit ^C on the first tar, but not the second one) Filesystem "sda": XFS internal error xfs_trans_cancel at line 1031 of file fs/xfs/xfs_trans.c. Caller 0xf893b51d [] xfs_trans_cancel+0xc5/0xe7 [xfs] [] xfs_create+0x24f/0x5de [xfs] [] xfs_create+0x24f/0x5de [xfs] [] linvfs_mknod+0x351/0x418 [xfs] [] inode_has_perm+0x38/0x57 [] avc_lookup+0x132/0x158 [] avc_has_perm_noaudit+0x34/0x12b [] avc_has_perm_noaudit+0x81/0x12b [] avc_lookup+0x132/0x158 [] avc_lookup+0x132/0x158 [] avc_has_perm_noaudit+0x34/0x12b [] avc_has_perm_noaudit+0x81/0x12b [] avc_has_perm+0x39/0x43 [] avc_has_perm+0x39/0x43 [] linvfs_create+0x13/0x17 [xfs] [] vfs_create+0x95/0x112 [] open_namei+0x567/0x5af [] do_filp_open+0x2c/0x44 [] do_sys_open+0x3c/0xa9 [] sys_open+0x13/0x17 [] sysenter_past_esp+0x54/0x79 xfs_force_shutdown(sda,0x8) called from line 1032 of file fs/xfs/xfs_trans.c. Return address = 0xf89483e9 Filesystem "sda": Corruption of in-memory data detected. Shutting down filesystem: sda Please umount the filesystem, and rectify the problem(s) ----- I've repeated this several times - 3 x xfs_symlink and 3 x xfs_create so far. It seems to be important to allow the first tar to get a good few errors before killing it off; that pdflush uses 100% cpu may not be significant - I didn't see it every time. And once, the error occurred on the first tar command. -- Roger From owner-linux-xfs@oss.sgi.com Mon Feb 27 08:55:52 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 27 Feb 2006 08:55:56 -0800 (PST) Received: from omx1.americas.sgi.com (omx1-ext.sgi.com [192.48.179.11]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1RGtpm2014411 for ; Mon, 27 Feb 2006 08:55:51 -0800 Received: from omx2.sgi.com ([198.149.32.25]) by omx1.americas.sgi.com (8.12.10/8.12.9/linux-outbound_gateway-1.1) with ESMTP id k1RGueOX016446 for ; Mon, 27 Feb 2006 10:56:41 -0600 Received: from imr2.americas.sgi.com (imr2.americas.sgi.com [198.149.16.18]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id k1RJ2f1s000463 for ; Mon, 27 Feb 2006 11:02:41 -0800 Received: from [128.162.233.24] (fsgi275.americas.sgi.com [128.162.233.24]) by imr2.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id k1RHDma516453323; Mon, 27 Feb 2006 09:13:48 -0800 (PST) Message-ID: <44032F46.8080302@sgi.com> Date: Mon, 27 Feb 2006 10:56:38 -0600 From: Bill Kendall User-Agent: Debian Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard Bonomo CC: linux-xfs@oss.sgi.com Subject: Re: xfsdump Assertion off fails??? References: <440070BE.7090703@sgi.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 7405 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: wkendall@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 2088 Lines: 71 I would guess that your xfsdump inventory is corrupt somehow. Are you able to do "xfsinvutil -i"? You might also try "xfsinvutil -C" to do some consistency checks on the inventory. If none of that works, tar up your current xfsdump inventory (/var/lib/xfsdump) for a backup, and then remove /var/lib/xfsdump. You'll have to do level 0 dumps of your filesystems again, but at least this should get you back to a point where dumps work. Also, please send me the tar file containing your inventory files. This could be useful in trying to debug the underlying cause of the problem you are experiencing. Bill On 02/27/06 01:31, Richard Bonomo wrote: > > Dear Bill, > > Here is an attempt to get the inventory file: > [bonomo@bob /data]$ sudo /usr/sbin/xfsdump -I > /tmp/xfsinv > xfsdump: inv_stobj.c:1260: stobj_copy_invsess: Assertion `off' failed. > Abort > [bonomo@bob /data]$ cd / > [bonomo@bob /]$ sudo /usr/sbin/xfsdump -I > /tmp/xfsinv > xfsdump: inv_stobj.c:1260: stobj_copy_invsess: Assertion `off' failed. > Abort > [bonomo@bob /]$ > > The dump command used is: > > /usr/sbin/xfsdump -e -l -f /dev/nst2 > > Thank you! > > On Sat, 25 Feb 2006, Bill Kendall wrote: > >> Could you send "xfsdump -I" output as well as the xfsdump command args >> that you used? Looks like a problem with the inventory code, or maybe >> your xfsdump inventory has become corrupt. >> >> Bill >> >> Richard Bonomo wrote: >> >>> >>> Hello! >>> >>> Recently, my system (which uses xfsdump 2.2.25 >>> from the Fedora Core 4 distribution) started >>> failing with this error: >>> >>> xfsdump: inv_stobj.c:1260: stobj_copy_invsess: Assertion `off' failed. >>> >>> This occurs immediately after the assignment >>> (or non-assignment) of a dump label immediately >>> upon the execution of xfsdump, which halts/crashes/ >>> aborts immediately after reporting the error. >>> >>> Do you have any idea what would cause such an error? >>> It seems to have arisen spontaneously, but something >>> must be causing it. >>> >>> Thank you. >>> >>> Richard Bonomo >>> >>> >> > From owner-linux-xfs@oss.sgi.com Mon Feb 27 11:02:18 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 27 Feb 2006 11:02:25 -0800 (PST) Received: from maddog.sal.wisc.edu (maddog.sal.wisc.edu [144.92.179.20]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1RJ2Hm2027078 for ; Mon, 27 Feb 2006 11:02:18 -0800 Received: from maddog.sal.wisc.edu (localhost.sal.wisc.edu [127.0.0.1]) by maddog.sal.wisc.edu (8.13.4/8.13.4) with ESMTP id k1RJ37Rd007615; Mon, 27 Feb 2006 13:03:07 -0600 Received: from localhost (bonomo@localhost) by maddog.sal.wisc.edu (8.13.4/8.13.4/Submit) with ESMTP id k1RJ37m6007612; Mon, 27 Feb 2006 13:03:07 -0600 Date: Mon, 27 Feb 2006 13:03:07 -0600 (CST) From: Richard Bonomo To: Bill Kendall cc: linux-xfs@oss.sgi.com Subject: Re: xfsdump Assertion off fails??? In-Reply-To: <44032F46.8080302@sgi.com> Message-ID: References: <440070BE.7090703@sgi.com> <44032F46.8080302@sgi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-archive-position: 7406 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: bonomo@sal.wisc.edu Precedence: bulk X-list: linux-xfs Content-Length: 2721 Lines: 95 Dear Bill, xfsinvutil -i and -C work, but the dump fails with the same error. I am sending you the requested tar set in another message, without the cc to the list. Rich On Mon, 27 Feb 2006, Bill Kendall wrote: > I would guess that your xfsdump inventory is corrupt somehow. > Are you able to do "xfsinvutil -i"? You might also try > "xfsinvutil -C" to do some consistency checks on the inventory. > > If none of that works, tar up your current xfsdump inventory > (/var/lib/xfsdump) for a backup, and then remove /var/lib/xfsdump. > You'll have to do level 0 dumps of your filesystems again, but at > least this should get you back to a point where dumps work. > > Also, please send me the tar file containing your inventory files. > This could be useful in trying to debug the underlying cause of > the problem you are experiencing. > > Bill > > On 02/27/06 01:31, Richard Bonomo wrote: >> >> Dear Bill, >> >> Here is an attempt to get the inventory file: >> [bonomo@bob /data]$ sudo /usr/sbin/xfsdump -I > /tmp/xfsinv >> xfsdump: inv_stobj.c:1260: stobj_copy_invsess: Assertion `off' failed. >> Abort >> [bonomo@bob /data]$ cd / >> [bonomo@bob /]$ sudo /usr/sbin/xfsdump -I > /tmp/xfsinv >> xfsdump: inv_stobj.c:1260: stobj_copy_invsess: Assertion `off' failed. >> Abort >> [bonomo@bob /]$ >> >> The dump command used is: >> >> /usr/sbin/xfsdump -e -l -f /dev/nst2 >> >> Thank you! >> >> On Sat, 25 Feb 2006, Bill Kendall wrote: >> >>> Could you send "xfsdump -I" output as well as the xfsdump command args >>> that you used? Looks like a problem with the inventory code, or maybe >>> your xfsdump inventory has become corrupt. >>> >>> Bill >>> >>> Richard Bonomo wrote: >>> >>>> >>>> Hello! >>>> >>>> Recently, my system (which uses xfsdump 2.2.25 >>>> from the Fedora Core 4 distribution) started >>>> failing with this error: >>>> >>>> xfsdump: inv_stobj.c:1260: stobj_copy_invsess: Assertion `off' failed. >>>> >>>> This occurs immediately after the assignment >>>> (or non-assignment) of a dump label immediately >>>> upon the execution of xfsdump, which halts/crashes/ >>>> aborts immediately after reporting the error. >>>> >>>> Do you have any idea what would cause such an error? >>>> It seems to have arisen spontaneously, but something >>>> must be causing it. >>>> >>>> Thank you. >>>> >>>> Richard Bonomo >>>> >>>> >>> >> > -- ************************************************ Richard Bonomo UW Space Astronomy Laboratory ph: (608) 263-4683 telefacsimile: (608) 263-0361 SAL-related email: bonomo@sal.wisc.edu all other email: bonomo@ece.wisc.edu web page URL: http://www.cae.wisc.edu/~bonomo ************************************************ From owner-linux-xfs@oss.sgi.com Mon Feb 27 11:34:27 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 27 Feb 2006 11:34:29 -0800 (PST) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1RJYQm2030118 for ; Mon, 27 Feb 2006 11:34:27 -0800 Received: by zproxy.gmail.com with SMTP id x3so971709nzd for ; Mon, 27 Feb 2006 11:35:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tavw0M5Baib5gc8MWne+ONgMeHXQKg1Qbmu5JN9icJJl4g+lJLFGhIogQqPNVQRCRuiEdNEH7vx6OSyMeYxEPV6pjeBKuW88Vxcr4TVKTBX43InROqkOiwppZV/I5NqaQPhVHSFgaUIeOAPrDinMdcEUuNDPR4ykpxvH/o8XVbU= Received: by 10.65.155.19 with SMTP id h19mr5313444qbo; Mon, 27 Feb 2006 11:35:16 -0800 (PST) Received: by 10.65.237.10 with HTTP; Mon, 27 Feb 2006 11:35:16 -0800 (PST) Message-ID: Date: Mon, 27 Feb 2006 19:35:16 +0000 From: "Roger Willcocks" To: "Eric Sandeen" Subject: Re: xfs_force_shutdown on full filesystem Cc: linux-xfs@oss.sgi.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <4401039B.9050700@sgi.com> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by oss.sgi.com id k1RJYRm2030125 X-archive-position: 7407 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: willcor@gmail.com Precedence: bulk X-list: linux-xfs Content-Length: 3876 Lines: 80 On 2/27/06, Roger Willcocks wrote: > I've reproduced the problem on a clean checkout of linux-2.6-xfs from > oss.sgi.com. I've narrowed this down to XFS_DIR_CREATENAME returning ENOSPC in xfs_create. (resblks = 40, resblks - XFS_IALLOC_SPACE_RES(mp) = 35). There's an assertion to catch this but it's not checked in a release build. Incidentally the system I'm testing on has an XFS root drive and that gets corrupted too when the test disk goes bang. It all appears to work correctly in a debug build, which is a little tiresome. However if try to unmount the drive I get an assertion error: Assertion failed: vn_count(vp) == 0, file: fs/xfs/xfs_inode.c, line: 3594 ------------[ cut here ]------------ kernel BUG at fs/xfs/support/debug.c:83! invalid opcode: 0000 [#1] PREEMPT SMP Modules linked in: usbserial parport_pc lp parport nfsd exportfs autofs ohci_hcd e100 0 snd_intel8x0 snd_ac97_codec snd_ac97_bus snd_pcm_oss snd_mixer_oss snd_pcm snd_time r snd soundcore snd_page_alloc i2c_i801 i2c_core hw_random intel_agp agpgart microcod e ohci1394 ieee1394 joydev usbhid uhci_hcd ehci_hcd usbcore xfs 3w_9xxx sd_mod scsi_m od CPU: 1 EIP: 0060:[] Not tainted VLI EFLAGS: 00010282 (2.6.16-rc4-fl3 #4) EIP is at assfail+0x16/0x22 [xfs] eax: 0000004d ebx: e5cdf500 ecx: e5b05e8c edx: f8a82fa0 esi: f70a9000 edi: f5877380 ebp: f6fe20c0 esp: e5b05e88 ds: 007b es: 007b ss: 0068 Process umount (pid: 4338, threadinfo=e5b04000 task=f7f22a90) Stack: <0>f8a82fa0 f8a0aeee f8a0aa69 00000e0a f89d7a88 f8a0aeee f8a0aa69 00000e0a f70a9000 f6fe20c0 f89e6b3f f70a9000 00000000 00000000 00000000 f70a9000 f89f008e f70a9000 00000000 00000001 00000000 00000000 00000000 f70a9000 Call Trace: [] xfs_iflush_all+0x43/0x78 [xfs] [] xfs_unmountfs+0x2e/0x113 [xfs] [] xfs_unmount+0x168/0x19d [xfs] [] vfs_unmount+0x5b/0x60 [xfs] [] linvfs_put_super+0x30/0x61 [xfs] [] generic_shutdown_super+0x124/0x134 [] kill_block_super+0x11/0x23 [] deactivate_super+0x74/0x92 [] sys_umount+0x33/0x71 [] do_page_fault+0x17e/0x53a [] sys_munmap+0x4d/0x69 [] sys_oldumount+0xb/0xe [] sysenter_past_esp+0x54/0x79 Code: c7 83 c4 0c 85 db 75 08 0f 0b 4c 00 36 d4 a0 f8 5b 5e 5f 5d c3 ff 74 24 0c ff 7 4 24 0c ff 74 24 0c 68 a0 2f a8 f8 e8 07 54 71 c7 <0f> 0b 53 00 36 d4 a0 f8 83 c4 10 c3 8b 15 60 69 a9 f8 b9 1d f3 Badness in do_exit at kernel/exit.c:802 [] do_exit+0x3ec/0x3f4 [] do_trap+0x0/0xbf [] do_invalid_op+0x0/0x86 [] do_invalid_op+0x7a/0x86 [] schedule+0x343/0x704 [] assfail+0x16/0x22 [xfs] [] preempt_schedule+0x52/0x65 [] vprintk+0x1a3/0x277 [] __mutex_lock_slowpath+0x28d/0x4aa [] __mutex_lock_slowpath+0x2cd/0x4aa [] xfs_iflush_all+0x11/0x78 [xfs] [] debug_mutex_add_waiter+0x23/0x93 [] error_code+0x4f/0x60 [] xfs_inobt_split+0x4b4/0x589 [xfs] [] assfail+0x16/0x22 [xfs] [] xfs_iflush_all+0x43/0x78 [xfs] [] xfs_unmountfs+0x2e/0x113 [xfs] [] xfs_unmount+0x168/0x19d [xfs] [] vfs_unmount+0x5b/0x60 [xfs] [] linvfs_put_super+0x30/0x61 [xfs] [] generic_shutdown_super+0x124/0x134 [] kill_block_super+0x11/0x23 [] deactivate_super+0x74/0x92 [] sys_umount+0x33/0x71 [] do_page_fault+0x17e/0x53a [] sys_munmap+0x4d/0x69 [] sys_oldumount+0xb/0xe [] sysenter_past_esp+0x54/0x79 BUG: umount/4338, lock held at task exit time! [f5870650] {alloc_super} .. held by: umount: 4338 [f7f22a90, 117] ... acquired at: generic_shutdown_super+0x55/0x134 -- Roger From owner-linux-xfs@oss.sgi.com Mon Feb 27 14:47:34 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 27 Feb 2006 14:47:36 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1RMlWm2019969 for ; Mon, 27 Feb 2006 14:47:33 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id JAA12260; Tue, 28 Feb 2006 09:48:08 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id 56E8C49BFB01; Tue, 28 Feb 2006 09:48:06 +1100 (EST) To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: PARTIAL TAKE 947312 - quota vs the stack Message-Id: <20060227224806.56E8C49BFB01@chook.melbourne.sgi.com> Date: Tue, 28 Feb 2006 09:48:06 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7408 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: 531 Lines: 15 Reduce stack use during quota mounts (caused a panic). This regressed recently via the fix for inherited quota inode attributes. Date: Tue Feb 28 09:47:05 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: hch,tes The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:25318a quota/xfs_qm.c - 1.34 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_qm.c.diff?r1=text&tr1=1.34&r2=text&tr2=1.33&f=h From owner-linux-xfs@oss.sgi.com Mon Feb 27 16:56:47 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 27 Feb 2006 16:56:53 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k1S0ujm2005716 for ; Mon, 27 Feb 2006 16:56:46 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id LAA15039 for ; Tue, 28 Feb 2006 11:57:33 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id 38ADD49E5F5E; Tue, 28 Feb 2006 11:57:32 +1100 (EST) To: linux-xfs@oss.sgi.com Subject: TAKE 904196 - Merge up to 2.6.16-rc5. Message-Id: <20060228005732.38ADD49E5F5E@chook.melbourne.sgi.com> Date: Tue, 28 Feb 2006 11:57:32 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7409 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: 57973 Lines: 728 Date: Tue Feb 28 11:56:20 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/2.6.x-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:25320a split-patches/kdb-v4.4-2.6.16-rc5-common-1 - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.16-rc5-common-1 split-patches/kdb-v4.4-2.6.16-rc5-ia64-1 - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.16-rc5-ia64-1 split-patches/kdb-v4.4-2.6.16-rc5-i386-1 - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.16-rc5-i386-1 arch/i386/kernel/topology.c - 1.1 - new http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/topology.c Documentation/filesystems/ntfs.txt - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/filesystems/ntfs.txt.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h Documentation/filesystems/tmpfs.txt - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/filesystems/tmpfs.txt.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h Documentation/sysctl/kernel.txt - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/sysctl/kernel.txt.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h Documentation/x86_64/boot-options.txt - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/x86_64/boot-options.txt.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h Makefile - 1.38 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Makefile.diff?r1=text&tr1=1.38&r2=text&tr2=1.37&f=h arch/arm/kernel/entry-armv.S - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/entry-armv.S.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/arm/kernel/traps.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/kernel/traps.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/arm/tools/mach-types - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/tools/mach-types.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/h8300/defconfig - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/i386/Kconfig - 1.24 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Kconfig.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h arch/i386/Makefile - 1.24 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Makefile.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h arch/i386/kernel/Makefile - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/Makefile.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/i386/kernel/acpi/boot.c - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/acpi/boot.c.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h arch/i386/kernel/cpu/common.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/cpu/common.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/i386/kernel/entry.S - 1.24 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/entry.S.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h arch/i386/kernel/head.S - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/head.S.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/i386/kernel/i386_ksyms.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/i386_ksyms.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/i386/kernel/i8259.c - 1.25 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/i8259.c.diff?r1=text&tr1=1.25&r2=text&tr2=1.24&f=h arch/i386/kernel/io_apic.c - 1.29 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/io_apic.c.diff?r1=text&tr1=1.29&r2=text&tr2=1.28&f=h arch/i386/kernel/irq.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/irq.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h arch/i386/kernel/mpparse.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/mpparse.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/i386/kernel/reboot.c - 1.24 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/reboot.c.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h arch/i386/kernel/smp.c - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/smp.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h arch/i386/kernel/smpboot.c - 1.25 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/smpboot.c.diff?r1=text&tr1=1.25&r2=text&tr2=1.24&f=h arch/i386/kernel/traps.c - 1.26 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/traps.c.diff?r1=text&tr1=1.26&r2=text&tr2=1.25&f=h arch/i386/kernel/vmlinux.lds.S - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/vmlinux.lds.S.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h arch/i386/mach-default/Makefile - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/mach-default/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/mach-default/topology.c - 1.9 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/mach-default/topology.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/i386/mach-voyager/voyager_basic.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/mach-voyager/voyager_basic.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/i386/mach-voyager/voyager_smp.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/mach-voyager/voyager_smp.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/ia64/Kconfig - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/Kconfig.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/ia64/Makefile - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/Makefile.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/ia64/kernel/mca.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/mca.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/ia64/kernel/smp.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/smp.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/ia64/kernel/traps.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/traps.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/ia64/kernel/unwind.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/unwind.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h arch/ia64/kernel/vmlinux.lds.S - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kernel/vmlinux.lds.S.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/m68k/kernel/process.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m68k/kernel/process.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/mips/kernel/binfmt_elfn32.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/binfmt_elfn32.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/kernel/binfmt_elfo32.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/binfmt_elfo32.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/kernel/linux32.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/linux32.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/mips/kernel/scall32-o32.S - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/scall32-o32.S.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/mips/kernel/scall64-n32.S - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/scall64-n32.S.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/mips/kernel/signal32.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/signal32.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/mips/kernel/signal_n32.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/signal_n32.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/mips/kernel/smp.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/smp.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/mips/kernel/traps.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/kernel/traps.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/mips/mm/cex-sb1.S - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/mm/cex-sb1.S.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ppc/kernel/head.S - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/head.S.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h arch/ppc/kernel/ppc_ksyms.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/kernel/ppc_ksyms.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/ppc/xmon/adb.c - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/xmon/adb.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/ppc/xmon/start.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/xmon/start.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/ppc/xmon/xmon.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ppc/xmon/xmon.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/s390/kernel/compat_wrapper.S - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/s390/kernel/compat_wrapper.S.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/sparc64/Kconfig - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/Kconfig.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/sparc64/kernel/setup.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/setup.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/sparc64/kernel/smp.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/sparc64/kernel/smp.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/um/drivers/net_user.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/net_user.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/um/drivers/ubd_kern.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/ubd_kern.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/um/include/init.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/init.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/um/include/os.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/include/os.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/um/os-Linux/file.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/file.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/um/os-Linux/process.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/os-Linux/process.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/um/sys-i386/ldt.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/sys-i386/ldt.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/x86_64/Kconfig - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/Kconfig.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h arch/x86_64/defconfig - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/defconfig.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h arch/x86_64/kernel/Makefile - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/Makefile.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/x86_64/kernel/aperture.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/aperture.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/x86_64/kernel/apic.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/apic.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/x86_64/kernel/io_apic.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/io_apic.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h arch/x86_64/kernel/pci-gart.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/pci-gart.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/x86_64/kernel/setup.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/setup.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h arch/x86_64/kernel/smpboot.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/smpboot.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h arch/x86_64/kernel/time.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/x86_64/kernel/time.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h drivers/acpi/Kconfig - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/acpi/Kconfig.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/char/agp/Kconfig - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/agp/Kconfig.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/char/agp/amd64-agp.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/agp/amd64-agp.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/char/agp/sworks-agp.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/agp/sworks-agp.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/char/drm/radeon_drv.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/radeon_drv.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/char/hvc_console.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/hvc_console.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/char/keyboard.c - 1.27 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/keyboard.c.diff?r1=text&tr1=1.27&r2=text&tr2=1.26&f=h drivers/char/sx.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/sx.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/char/sysrq.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/sysrq.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h drivers/fc4/fc.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/fc4/fc.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/ieee1394/sbp2.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ieee1394/sbp2.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/ieee1394/sbp2.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/ieee1394/sbp2.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/md/dm.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/md/dm.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/mtd/chips/cfi_cmdset_0001.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/mtd/chips/cfi_cmdset_0001.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/net/irda/irda-usb.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/irda/irda-usb.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h drivers/net/r8169.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/r8169.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/net/tlan.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/tlan.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/s390/block/Kconfig - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/Kconfig.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/s390/block/Makefile - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/s390/block/dasd.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/s390/block/dasd_3990_erp.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_3990_erp.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/s390/block/dasd_eckd.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_eckd.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/s390/block/dasd_int.h - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_int.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/s390/cio/qdio.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/cio/qdio.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h drivers/scsi/esp.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/esp.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/scsi/libata-core.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/libata-core.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h drivers/scsi/sd.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sd.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h drivers/serial/8250.c - 1.30 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250.c.diff?r1=text&tr1=1.30&r2=text&tr2=1.29&f=h drivers/usb/host/ohci-hcd.c - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-hcd.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h drivers/usb/host/ohci-pci.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-pci.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h drivers/usb/host/ohci-q.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/host/ohci-q.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h drivers/usb/input/hid-core.c - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/hid-core.c.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h drivers/usb/input/usbkbd.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/usb/input/usbkbd.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h drivers/video/Kconfig - 1.23 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/Kconfig.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h drivers/video/console/vgacon.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/console/vgacon.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h fs/binfmt_elf.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/binfmt_elf.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h fs/cifs/cifssmb.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/cifssmb.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h fs/cifs/connect.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/cifs/connect.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h fs/compat_ioctl.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/compat_ioctl.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h fs/namei.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/namei.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h fs/ntfs/ChangeLog - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/ChangeLog.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h fs/ntfs/Makefile - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/Makefile.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h fs/ntfs/aops.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/aops.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h fs/ntfs/file.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/file.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/ntfs/inode.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/inode.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h fs/ntfs/layout.h - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/layout.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/ntfs/mft.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/mft.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/ntfs/ntfs.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/ntfs.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h fs/ntfs/super.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/super.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h fs/ntfs/upcase.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/upcase.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h fs/ntfs/volume.h - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ntfs/volume.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h fs/proc/inode.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/proc/inode.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h fs/proc/proc_misc.c - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/proc/proc_misc.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h fs/proc/root.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/proc/root.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/ramfs/inode.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/ramfs/inode.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h fs/super.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/super.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h include/asm-i386/desc.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/desc.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-i386/kmap_types.h - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/kmap_types.h.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h include/asm-i386/mach-default/irq_vectors.h - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/mach-default/irq_vectors.h.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h include/asm-i386/ptrace.h - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/ptrace.h.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h include/asm-m68k/irq.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68k/irq.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-m68k/raw_io.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m68k/raw_io.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-mips/uaccess.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/uaccess.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/asm-mips/unistd.h - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-mips/unistd.h.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h include/asm-ppc/machdep.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ppc/machdep.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/asm-s390/dasd.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-s390/dasd.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-sparc64/smp.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/smp.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-x86_64/acpi.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/acpi.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h include/asm-x86_64/pci.h - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/pci.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h include/asm-x86_64/pgtable.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/pgtable.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h include/asm-x86_64/proto.h - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-x86_64/proto.h.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h include/linux/acpi.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/acpi.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h include/linux/console.h - 1.24 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/console.h.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h include/linux/kobject.h - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kobject.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/linux/libata.h - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/libata.h.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h include/linux/mm.h - 1.24 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mm.h.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h include/linux/nfs_fs.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/nfs_fs.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h include/linux/serial_reg.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/serial_reg.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/linux/swap.h - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/swap.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h include/linux/sysctl.h - 1.32 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/sysctl.h.diff?r1=text&tr1=1.32&r2=text&tr2=1.31&f=h include/net/xfrm.h - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/net/xfrm.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h init/main.c - 1.32 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/init/main.c.diff?r1=text&tr1=1.32&r2=text&tr2=1.31&f=h kernel/exit.c - 1.31 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/exit.c.diff?r1=text&tr1=1.31&r2=text&tr2=1.30&f=h kernel/kallsyms.c - 1.25 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/kallsyms.c.diff?r1=text&tr1=1.25&r2=text&tr2=1.24&f=h kernel/module.c - 1.30 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/module.c.diff?r1=text&tr1=1.30&r2=text&tr2=1.29&f=h kernel/printk.c - 1.29 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/printk.c.diff?r1=text&tr1=1.29&r2=text&tr2=1.28&f=h kernel/sched.c - 1.31 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/sched.c.diff?r1=text&tr1=1.31&r2=text&tr2=1.30&f=h kernel/signal.c - 1.26 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/signal.c.diff?r1=text&tr1=1.26&r2=text&tr2=1.25&f=h kernel/sysctl.c - 1.29 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/sysctl.c.diff?r1=text&tr1=1.29&r2=text&tr2=1.28&f=h mm/nommu.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/nommu.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h mm/oom_kill.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/oom_kill.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h mm/page_alloc.c - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/page_alloc.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h mm/shmem.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/shmem.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h mm/swapfile.c - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/swapfile.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h mm/vmscan.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/vmscan.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h net/bridge/br_netfilter.c - 1.17 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/bridge/br_netfilter.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h net/core/skbuff.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/core/skbuff.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h net/ethernet/eth.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ethernet/eth.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h net/ipv4/netfilter/ip_nat_core.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_nat_core.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h net/ipv4/netfilter/ip_nat_standalone.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/netfilter/ip_nat_standalone.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h net/ipv4/route.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/route.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h net/ipv4/xfrm4_policy.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv4/xfrm4_policy.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h net/ipv6/ip6_output.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/ip6_output.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h net/ipv6/ip6_tunnel.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/ipv6/ip6_tunnel.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h net/key/af_key.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/key/af_key.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h net/xfrm/xfrm_policy.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/xfrm/xfrm_policy.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h net/xfrm/xfrm_state.c - 1.13 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/xfrm/xfrm_state.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h net/xfrm/xfrm_user.c - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/net/xfrm/xfrm_user.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h sound/drivers/opl3/opl3_oss.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/drivers/opl3/opl3_oss.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h sound/isa/cs423x/cs4236.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/isa/cs423x/cs4236.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/i386/kernel/efi.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/efi.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/video/aty/radeon_pm.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/aty/radeon_pm.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h Documentation/kdb/kdb.mm - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb.mm.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h Documentation/kdb/kdb_bp.man - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_bp.man.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h Documentation/kdb/kdb_bt.man - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_bt.man.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h Documentation/kdb/kdb_env.man - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_env.man.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h Documentation/kdb/kdb_ll.man - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_ll.man.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h Documentation/kdb/kdb_md.man - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_md.man.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h Documentation/kdb/kdb_rd.man - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_rd.man.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h Documentation/kdb/kdb_sr.man - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_sr.man.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h Documentation/kdb/kdb_ss.man - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_ss.man.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h Documentation/kdb/slides - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/slides.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h kdb/Makefile - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/Makefile.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h kdb/kdbmain.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdbmain.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h kdb/modules/kdbm_vm.c - 1.24 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_vm.c.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h kdb/modules/kdbm_task.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_task.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h include/linux/dis-asm.h - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/dis-asm.h.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h include/linux/kdb.h - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kdb.h.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h include/linux/kdbprivate.h - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/kdbprivate.h.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h kdb/modules/kdbm_pg.c - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_pg.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h kdb/modules/Makefile - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/Makefile.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h kdb/ChangeLog - 1.24 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/ChangeLog.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h kdb/kdbsupport.c - 1.22 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdbsupport.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h kdb/kdb_bp.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_bp.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h kdb/kdb_bt.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_bt.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h kdb/kdb_id.c - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_id.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h kdb/kdb_io.c - 1.19 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_io.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h kdb/kdb_cmds - 1.18 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/kdb_cmds.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h kdb/modules/kdbm_x86.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_x86.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h include/asm-i386/kdbprivate.h - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/kdbprivate.h.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h arch/i386/kdb/ChangeLog - 1.24 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/ChangeLog.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h arch/i386/kdb/Makefile - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/Makefile.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h arch/i386/kdb/i386-dis.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/i386-dis.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h arch/i386/kdb/kdba_bp.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdba_bp.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h arch/i386/kdb/kdba_bt.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdba_bt.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h arch/i386/kdb/kdba_id.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdba_id.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h arch/i386/kdb/kdba_io.c - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdba_io.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h arch/i386/kdb/kdbasupport.c - 1.21 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdbasupport.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h arch/i386/kdb/pc_keyb.h - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/pc_keyb.h.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h include/asm-i386/kdb.h - 1.20 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/kdb.h.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h arch/arm/mm/abort-ev6.S - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mm/abort-ev6.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/linux/syscalls.h - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/syscalls.h.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h arch/mips/pmc-sierra/yosemite/smp.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/pmc-sierra/yosemite/smp.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/mips/configs/ip27_defconfig - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/configs/ip27_defconfig.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h split-patches/series - 1.35 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/series.diff?r1=text&tr1=1.35&r2=text&tr2=1.34&f=h drivers/net/irda/irda-usb.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/irda/irda-usb.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h kernel/auditsc.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/auditsc.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h mm/hugetlb.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/hugetlb.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h mm/mempolicy.c - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/mm/mempolicy.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h Documentation/kdb/kdb_ps.man - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/kdb/kdb_ps.man.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h arch/i386/kdb/kdb_cmds - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kdb/kdb_cmds.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/video/asiliantfb.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/asiliantfb.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h drivers/video/gbefb.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/gbefb.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-i386/bfd.h - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/bfd.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h arch/arm/mach-ixp4xx/common.c - 1.12 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp4xx/common.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h include/asm-i386/ansidecl.h - 1.15 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/ansidecl.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h drivers/serial/sn_console.c - 1.16 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/sn_console.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h include/linux/mmc/mmc.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/linux/mmc/mmc.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-m32r/uaccess.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m32r/uaccess.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-m32r/system.h - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-m32r/system.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h include/asm-i386/kprobes.h - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/kprobes.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h include/asm-i386/kdebug.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-i386/kdebug.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/h8300/Kconfig.debug - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/h8300/Kconfig.debug.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/i386/Kconfig.debug - 1.14 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Kconfig.debug.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h arch/i386/kernel/kprobes.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/kernel/kprobes.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h drivers/char/drm/i915_irq.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/i915_irq.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/um/drivers/cow_user.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/cow_user.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/um/drivers/cow_sys.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/cow_sys.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/um/drivers/cow.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/um/drivers/cow.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/ia64/Kconfig.debug - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/Kconfig.debug.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h arch/m32r/lib/usercopy.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/lib/usercopy.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/m32r/Makefile - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/m32r/kernel/signal.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/signal.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h arch/m32r/kernel/sys_m32r.c - 1.7 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/m32r/kernel/sys_m32r.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.6&f=h drivers/block/pktcdvd.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/block/pktcdvd.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h arch/arm/common/rtctime.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/common/rtctime.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h lib/kobject_uevent.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/kobject_uevent.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h kernel/sys_ni.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kernel/sys_ni.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/serial/8250_early.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/serial/8250_early.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h Documentation/feature-removal-schedule.txt - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/feature-removal-schedule.txt.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h drivers/crypto/padlock-aes.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/crypto/padlock-aes.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/scsi/sata_qstor.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/scsi/sata_qstor.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h drivers/video/au1100fb.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/video/au1100fb.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h fs/proc/mmu.c - 1.11 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/proc/mmu.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h sound/core/control_compat.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/sound/core/control_compat.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h kdb/modules/kdbm_sched.c - 1.10 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_sched.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h include/asm-ia64/kdbprivate.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/kdbprivate.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-ia64/kdb_break.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/kdb_break.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-ia64/kdb.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/kdb.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-ia64/bfd.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/bfd.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h include/asm-ia64/ansidecl.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/ansidecl.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/sn/kernel/xpc_partition.c - 1.6 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/xpc_partition.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h arch/ia64/sn/kernel/xpc_main.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/sn/kernel/xpc_main.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/kdbasupport.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdbasupport.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/kdba_pod.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_pod.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/kdba_jmp.S - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_jmp.S.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/kdba_io.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_io.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/kdba_id.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_id.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/kdba_fru.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_fru.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/kdba_bt.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_bt.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/kdba_bp.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdba_bp.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/kdb_cmds - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/kdb_cmds.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/ia64.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/ia64-opc.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64-opc.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/ia64-opc.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64-opc.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/ia64-dis.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64-dis.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/ia64-asmtab.h - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64-asmtab.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/ia64-asmtab.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ia64-asmtab.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/cpu-ia64-opc.c - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/cpu-ia64-opc.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/Makefile - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/Makefile.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/ia64/kdb/ChangeLog - 1.9 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/ia64/kdb/ChangeLog.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h arch/arm/mach-versatile/pci.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-versatile/pci.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/skge.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/skge.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/skge.c - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/skge.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h Documentation/filesystems/v9fs.txt - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/filesystems/v9fs.txt.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/char/drm/r300_cmdbuf.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/r300_cmdbuf.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/char/drm/r300_reg.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/char/drm/r300_reg.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h drivers/net/wireless/ipw2200.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/wireless/ipw2200.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h include/asm-sparc64/futex.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-sparc64/futex.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h fs/9p/v9fs.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/9p/v9fs.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/powerpc/sysdev/mpic.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/sysdev/mpic.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/platforms/pseries/smp.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/pseries/smp.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/platforms/pseries/Kconfig - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/pseries/Kconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-powerpc/thread_info.h - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-powerpc/thread_info.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/arm/mach-ixp4xx/nslu2-power.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp4xx/nslu2-power.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/arm/mach-ixp4xx/nslu2-setup.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-ixp4xx/nslu2-setup.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-powerpc/reg.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-powerpc/reg.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-powerpc/mmu.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-powerpc/mmu.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/powerpc/platforms/powermac/feature.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/powermac/feature.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/powerpc/platforms/maple/pci.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/maple/pci.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/platforms/iseries/setup.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/iseries/setup.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/platforms/iseries/lpevents.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/platforms/iseries/lpevents.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-powerpc/cputable.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-powerpc/cputable.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/i386/Makefile.cpu - 1.8 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/i386/Makefile.cpu.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h arch/powerpc/oprofile/Kconfig - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/oprofile/Kconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/powerpc/mm/hash_utils_64.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/mm/hash_utils_64.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/powerpc/mm/hash_native_64.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/mm/hash_native_64.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/powerpc/kernel/time.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/time.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/powerpc/kernel/sys_ppc32.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/sys_ppc32.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/kernel/setup_64.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/setup_64.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/powerpc/kernel/prom_init.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/prom_init.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/powerpc/kernel/prom.c - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/prom.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/powerpc/kernel/process.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/process.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/kernel/ppc_ksyms.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/ppc_ksyms.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/kernel/machine_kexec_64.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/machine_kexec_64.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/kernel/lparcfg.c - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/lparcfg.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/kernel/head_64.S - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/head_64.S.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/powerpc/kernel/head_32.S - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/head_32.S.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h arch/powerpc/configs/pseries_defconfig - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/configs/pseries_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/powerpc/configs/ppc64_defconfig - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/configs/ppc64_defconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/powerpc/configs/g5_defconfig - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/configs/g5_defconfig.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h arch/powerpc/Kconfig - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/Kconfig.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h arch/mips/sibyte/bcm1480/irq.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sibyte/bcm1480/irq.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/mips/sibyte/Kconfig - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/mips/sibyte/Kconfig.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/spi/spi.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/spi/spi.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h Documentation/cpu-hotplug.txt - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/Documentation/cpu-hotplug.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h drivers/net/ifb.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/ifb.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/powerpc/kernel/crash.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/powerpc/kernel/crash.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-at91rm9200/devices.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-at91rm9200/devices.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h arch/arm/mach-at91rm9200/gpio.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/arch/arm/mach-at91rm9200/gpio.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/net/sky2.c - 1.5 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sky2.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h drivers/net/sky2.h - 1.3 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/net/sky2.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h include/asm-ia64/sn/xpc.h - 1.4 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-ia64/sn/xpc.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.3&f=h include/asm-arm/arch-ixp4xx/nas100d.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-ixp4xx/nas100d.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h include/asm-arm/arch-at91rm9200/gpio.h - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/include/asm-arm/arch-at91rm9200/gpio.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h lib/iomap_copy.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/lib/iomap_copy.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h drivers/s390/block/dasd_eer.c - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/drivers/s390/block/dasd_eer.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h split-patches/kdb-v4.4-2.6.16-rc4-ia64-1 - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.16-rc4-ia64-1.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h kdb/modules/kdbm_xpc.c - 1.2 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/kdb/modules/kdbm_xpc.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h split-patches/kdb-v4.4-2.6.16-rc4-common-1 - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.16-rc4-common-1.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h split-patches/kdb-v4.4-2.6.16-rc4-i386-1 - 1.2 - deleted http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/split-patches/kdb-v4.4-2.6.16-rc4-i386-1.diff?r1=text&tr1=1.2&r2=text&tr2=1.1&f=h From owner-linux-xfs@oss.sgi.com Tue Feb 28 22:14:13 2006 Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 28 Feb 2006 22:14:17 -0800 (PST) Received: from larry.melbourne.sgi.com ([61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k216ECm2026544 for ; Tue, 28 Feb 2006 22:14:12 -0800 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id RAA08497; Wed, 1 Mar 2006 17:14:45 +1100 Received: by chook.melbourne.sgi.com (Postfix, from userid 16302) id 5493E49F1681; Wed, 1 Mar 2006 17:14:44 +1100 (EST) To: linux-xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: TAKE 949659 - fix 2.4 builds Message-Id: <20060301061444.5493E49F1681@chook.melbourne.sgi.com> Date: Wed, 1 Mar 2006 17:14:44 +1100 (EST) From: nathans@sgi.com (Nathan Scott) X-archive-position: 7411 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: 462 Lines: 14 Fix module-related build issue for 2.4 kernels. Date: Wed Mar 1 17:14:28 AEDT 2006 Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux Inspected by: cattelan The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb Modid: xfs-linux-melb:xfs-kern:25329a linux-2.4/Makefile - 1.208 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/Makefile.diff?r1=text&tr1=1.208&r2=text&tr2=1.207&f=h