CVS log for xfs-linux/Makefile

[BACK] Up to [Development] / xfs-linux

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.66 / (download) - annotate - [select for diffs], Fri Oct 10 05:30:53 2008 UTC (9 years ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.65: +1 -0 lines
Diff to previous 1.65 (unified)

move sync code to its own file

The sync code in XFS is spread around several files.
While it used to make sense to have such a distribution,
the code is about to be cleaned up and so centralising it
in one spot as the first step makes sense.

Signed-off-by: Dave Chinner <david@fromorbit.com>
Merge of xfs-linux-melb:xfs-kern:32282a by kenmcd.

  move sync code to its own file

Revision 1.65 / (download) - annotate - [select for diffs], Wed Sep 24 16:17:16 2008 UTC (9 years ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.64: +2 -1 lines
Diff to previous 1.64 (unified)

make btree tracing generic

Make the existing bmap btree tracing generic so that it applies to all
btree types.

Some fragments lifted from a patch by Dave Chinner.


Signed-off-by: Christoph Hellwig <hch@lst.de>
Merge of xfs-linux-melb:xfs-kern:32187a by kenmcd.

  make btree tracing generic

Revision 1.64 / (download) - annotate - [select for diffs], Tue Sep 16 16:11:25 2008 UTC (9 years ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.63: +0 -1 lines
Diff to previous 1.63 (unified)

Undoes mod:     xfs-linux-melb:xfs-kern:32122a
undo test git mod
Merge of xfs-linux-melb:xfs-kern:32127a by kenmcd.

Revision 1.63 / (download) - annotate - [select for diffs], Tue Sep 16 16:08:48 2008 UTC (9 years ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.62: +1 -0 lines
Diff to previous 1.62 (unified)

[XFS] one line

1st line
2nd line



SGI-Git-Id: e574439763b3051ec013bb275f2c423ef924fdc0
SGI-Git-Author: Tim Shimmin  <tes@sgi.com>
SGI-Git-Date: Tue Sep 16 15:52:22 2008 +1000
Merge of xfs-linux-melb:xfs-kern:32122a by kenmcd.

Revision 1.62 / (download) - annotate - [select for diffs], Fri May 30 04:28:13 2008 UTC (9 years, 4 months ago) by markgw.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.61: +0 -0 lines
Diff to previous 1.61 (unified)

test change, no diff
Merge of xfs-linux-melb:xfs-kern:31257a by kenmcd.

  test change, no diff

Revision 1.61 / (download) - annotate - [select for diffs], Tue May 27 06:12:23 2008 UTC (9 years, 4 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.60: +1 -0 lines
Diff to previous 1.60 (unified)

Use the generic xattr methods.

Use the generic set, get and removexattr methods and supply the s_xattr
array with fine-grained handlers.  All XFS/Linux highlevel attr handling is
rewritten from scratch and placed into fs/xfs/linux-2.6/xfs_xattr.c so
that it's separated from the generic low-level code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Merge of xfs-linux-melb:xfs-kern:31234a by kenmcd.

  Use generic set/get/remove xattr methods.

Revision 1.60 / (download) - annotate - [select for diffs], Fri Oct 12 15:50:54 2007 UTC (10 years ago) by donaldd.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.59: +1 -1 lines
Diff to previous 1.59 (unified)

Fix up xfs out-of-tree builds. (a.k.a. external modules)

Change -I include directives to find headers in the out-of-tree spot.
This allows a directory containing only xfs files to be built as:

  # make -C /path/to/kernel M=`pwd`

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Merge of xfs-linux-melb:xfs-kern:29878a by kenmcd.

  fix up out-of-tree xfs builds.

Revision 1.59 / (download) - annotate - [select for diffs], Wed Sep 26 06:09:48 2007 UTC (10 years ago) by donaldd.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.58: +122 -1 lines
Diff to previous 1.58 (unified)

Remove Makefile wrappers in XFS

Makefile (and Kbuild) would include Makefile-linux-26
I doubt XFS will really still compile on 2.4; so drop that. This
moves Makefile-linux-26 into Makefile and drops Kbuild.
Also having wrappers as both Kbuild and Makefile seemed redundant
anyways.

The patch is relatively large because it renames a file, but
no functional changes.

Signed-off-by: Andi Kleen <ak@suse.de>
Merge of xfs-linux-melb:xfs-kern:29781a by kenmcd.

  Remove Makefile wrappers in XFS.

Revision 1.58 / (download) - annotate - [select for diffs], Tue Dec 16 06:10:03 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN
Changes since 1.57: +1 -0 lines
Diff to previous 1.57 (unified)

Fix up Makefiles and include files to deal with merged tree

Revision 1.57 / (download) - annotate - [select for diffs], Tue Dec 16 01:05:04 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN
Changes since 1.56: +0 -165 lines
Diff to previous 1.56 (unified)

Move the files around to finalize the 2.4/2.6 merge
Makefile 1.56 Renamed to Makefile-linux-2.4

Revision 1.56 / (download) - annotate - [select for diffs], Fri Nov 21 01:49:22 2003 UTC (13 years, 10 months ago) by nathans
Branch: MAIN
Changes since 1.55: +1 -0 lines
Diff to previous 1.55 (unified)

Seperate the NFS reference cache code out from xfs_rw.c to simplify management of different kernel versions.

Revision 1.55 / (download) - annotate - [select for diffs], Tue Nov 18 00:28:45 2003 UTC (13 years, 10 months ago) by nathans
Branch: MAIN
Changes since 1.54: +1 -0 lines
Diff to previous 1.54 (unified)

Enable pagebuf lock tracking via debug.

Revision 1.54 / (download) - annotate - [select for diffs], Tue Oct 21 02:20:12 2003 UTC (13 years, 11 months ago) by nathans
Branch: MAIN
Changes since 1.53: +4 -4 lines
Diff to previous 1.53 (unified)

Dont build objects which are not linked into the kernel ever.

Revision 1.53 / (download) - annotate - [select for diffs], Mon Oct 20 04:25:52 2003 UTC (13 years, 11 months ago) by nathans
Branch: MAIN
Changes since 1.52: +14 -1 lines
Diff to previous 1.52 (unified)

Enable the tracing options in XFS Makefiles.

Revision 1.52 / (download) - annotate - [select for diffs], Thu Oct 9 04:19:33 2003 UTC (14 years ago) by nathans
Branch: MAIN
Changes since 1.51: +1 -1 lines
Diff to previous 1.51 (unified)

Rename pagebuf debug option (ie. pagebuf tracing) into a generic XFS tracing option for the other XFS trace code to use too (once fixed).

Revision 1.51 / (download) - annotate - [select for diffs], Fri Aug 29 04:24:27 2003 UTC (14 years, 1 month ago) by nathans
Branch: MAIN
Changes since 1.50: +0 -1 lines
Diff to previous 1.50 (unified)

Alternate, cleaner fix for the ENOSPC/ACL lookup problem

Revision 1.50 / (download) - annotate - [select for diffs], Fri Jun 27 18:04:26 2003 UTC (14 years, 3 months ago) by cattelan
Branch: MAIN
Changes since 1.49: +151 -0 lines
Diff to previous 1.49 (unified)

The Big Move
linux/fs/xfs/Makefile 1.157 Renamed to Makefile

Revision 1.49 / (download) - annotate - [select for diffs], Fri Jun 27 17:17:30 2003 UTC (14 years, 3 months ago) by cattelan
Branch: MAIN
Changes since 1.48: +0 -78 lines
Diff to previous 1.48 (unified)

Nuking

Revision 1.48 / (download) - annotate - [select for diffs], Fri Jul 5 03:14:21 2002 UTC (15 years, 3 months ago) by nathans
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (unified)

add in some missing command rpm targets (useful for testing builds).

Revision 1.47 / (download) - annotate - [select for diffs], Tue Feb 26 05:24:57 2002 UTC (15 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.46: +2 -8 lines
Diff to previous 1.46 (unified)

put ACL back the way it was now that Andreas has decided to rework his
Makefiles to be like ours.

Revision 1.46 / (download) - annotate - [select for diffs], Tue Feb 26 00:08:07 2002 UTC (15 years, 7 months ago) by sandeen
Branch: MAIN
Changes since 1.45: +1 -1 lines
Diff to previous 1.45 (unified)

Merge up to 2.4.18-pre9
Merge of 2.4.18-xfs:slinx:111450a by nathans.

Revision 1.45 / (download) - annotate - [select for diffs], Mon Feb 25 23:42:16 2002 UTC (15 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.44: +7 -6 lines
Diff to previous 1.44 (unified)

Merge of 2.4.18-xfs:slinx:111144a by nathans.

  replace old quota entry (which we no longer need) with an ACL rpm entry.

Revision 1.44 / (download) - annotate - [select for diffs], Thu Jul 19 11:39:31 2001 UTC (16 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (unified)

reorder the userspace package build order cos dmapi needs to built
before xfsdump now.

Revision 1.43 / (download) - annotate - [select for diffs], Fri Mar 30 01:38:24 2001 UTC (16 years, 6 months ago) by nathans
Branch: MAIN
CVS Tags: Release-1_0_0, Linux-2_4_5-merge
Changes since 1.42: +1 -2 lines
Diff to previous 1.42 (unified)

use the new, improved quota spec file for 3.01.

Revision 1.42 / (download) - annotate - [select for diffs], Wed Feb 28 22:48:52 2001 UTC (16 years, 7 months ago) by tduffy
Branch: MAIN
Changes since 1.41: +1 -0 lines
Diff to previous 1.41 (unified)

took pcmcia out of kernel spec and used redhat's separate one

Revision 1.41 / (download) - annotate - [select for diffs], Thu Feb 22 23:29:00 2001 UTC (16 years, 7 months ago) by tduffy
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40 (unified)

updated versions to 2.4.2

Revision 1.40 / (download) - annotate - [select for diffs], Wed Jan 31 00:11:53 2001 UTC (16 years, 8 months ago) by tduffy
Branch: MAIN
Changes since 1.39: +1 -1 lines
Diff to previous 1.39 (unified)

Merge of 2.4.1:slinx:83601a originally by tduffy on 01/30/01
  updated stuff to 2.4.1

Revision 1.39 / (download) - annotate - [select for diffs], Tue Jan 30 05:33:35 2001 UTC (16 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.38: +1 -1 lines
Diff to previous 1.38 (unified)

because of the way we build interdependent packages now, its
possible for a clean to fail if configure needs to be run -
workaround is just to continue on if this situation arises.

Revision 1.38 / (download) - annotate - [select for diffs], Tue Jan 23 06:10:08 2001 UTC (16 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.37: +12 -4 lines
Diff to previous 1.37 (unified)

add the patched quota rpms into the set we generate.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Jan 18 22:06:35 2001 UTC (16 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.36: +3 -4 lines
Diff to previous 1.36 (unified)

bring dmapi rpms into the ProPack build.

Revision 1.36 / (download) - annotate - [select for diffs], Thu Jan 18 03:01:17 2001 UTC (16 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.35: +2 -11 lines
Diff to previous 1.35 (unified)

tidy up some leftovers missed after I merged Toms ia64 changes with
my changes.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Jan 17 05:10:14 2001 UTC (16 years, 8 months ago) by tduffy
Branch: MAIN
Changes since 1.34: +9 -32 lines
Diff to previous 1.34 (unified)

fixed build to be a little more sane about kernels -- also works under redhat 6.2 now since it does not use bash2isms which are not in /bin/sh under redhat 6.2 (arg)

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jan 15 23:16:40 2001 UTC (16 years, 9 months ago) by tduffy
Branch: MAIN
Changes since 1.33: +1 -7 lines
Diff to previous 1.33 (unified)

used kaos's suggested shell to assign ARCH to correct value

Revision 1.33 / (download) - annotate - [select for diffs], Mon Jan 15 10:28:46 2001 UTC (16 years, 9 months ago) by tes
Branch: MAIN
Changes since 1.32: +4 -4 lines
Diff to previous 1.32 (unified)

Add XFS/ACL support

Revision 1.32 / (download) - annotate - [select for diffs], Mon Jan 15 07:29:08 2001 UTC (16 years, 9 months ago) by nathans
Branch: MAIN
Changes since 1.31: +30 -6 lines
Diff to previous 1.31 (unified)

rework ProPack build for new command packaging structure.

Revision 1.31 / (download) - annotate - [select for diffs], Sat Jan 13 23:13:24 2001 UTC (16 years, 9 months ago) by tduffy
Branch: MAIN
Changes since 1.30: +39 -18 lines
Diff to previous 1.30 (unified)

revamped build process to work with ia64

Revision 1.30 / (download) - annotate - [select for diffs], Tue Jan 9 22:21:20 2001 UTC (16 years, 9 months ago) by tduffy
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29 (unified)

changed name of xfs patch from xfs-alpha to just xfs

Revision 1.29 / (download) - annotate - [select for diffs], Fri Jan 5 19:18:23 2001 UTC (16 years, 9 months ago) by tduffy
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28 (unified)

updated build to work with 2.4.0 final

Revision 1.28 / (download) - annotate - [select for diffs], Wed Jan 3 19:15:13 2001 UTC (16 years, 9 months ago) by tduffy
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27 (unified)

moved build stuff up to 2.4.0-prerelease (there seems to be a bug in rpm where it does not like the name linux-2.4.0-prerelease.tar.bz2 which I need to investigate -- workaround is to rename the tarball with a number right before tar.bz2 and change the spec file)

Revision 1.27 / (download) - annotate - [select for diffs], Thu Dec 21 22:31:21 2000 UTC (16 years, 9 months ago) by tduffy
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26 (unified)

update build to test13-pre3

Revision 1.26 / (download) - annotate - [select for diffs], Mon Dec 18 02:07:55 2000 UTC (16 years, 9 months ago) by tduffy
Branch: MAIN
Changes since 1.25: +2 -3 lines
Diff to previous 1.25 (unified)

updated Makefile to test12

Revision 1.25 / (download) - annotate - [select for diffs], Thu Dec 7 18:25:24 2000 UTC (16 years, 10 months ago) by tduffy
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (unified)

updated the rpm build method to the new syntax for targets

Revision 1.24 / (download) - annotate - [select for diffs], Tue Nov 28 02:59:23 2000 UTC (16 years, 10 months ago) by tduffy
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23 (unified)

updated to work with 2.4.0-test11

Revision 1.23 / (download) - annotate - [select for diffs], Thu Nov 2 02:21:56 2000 UTC (16 years, 11 months ago) by tduffy
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22 (unified)

updated rpm buiid scripts to work with test10 -- still need to fix a few patches, though

Revision 1.22 / (download) - annotate - [select for diffs], Mon Oct 23 21:26:54 2000 UTC (16 years, 11 months ago) by tduffy
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (unified)

updated rpm build mechanism to work with 2.4.0-test9 tree

Revision 1.21 / (download) - annotate - [select for diffs], Sat Sep 30 20:19:19 2000 UTC (17 years ago) by tduffy
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (unified)

updated test5 stuff to test8

Revision 1.20 / (download) - annotate - [select for diffs], Tue Sep 5 23:54:21 2000 UTC (17 years, 1 month ago) by tduffy
Branch: MAIN
Changes since 1.19: +7 -1 lines
Diff to previous 1.19 (unified)

added in i586 kernel build

Revision 1.19 / (download) - annotate - [select for diffs], Wed Aug 23 22:27:53 2000 UTC (17 years, 1 month ago) by tduffy
Branch: MAIN
Changes since 1.18: +9 -8 lines
Diff to previous 1.18 (unified)

fixed scripts now that we have moved the test5 out of version string

Revision 1.18 / (download) - annotate - [select for diffs], Wed Aug 16 07:01:21 2000 UTC (17 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.17: +0 -5 lines
Diff to previous 1.17 (unified)

remove the symlink creation nonsense in the ProPack build.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Aug 14 21:03:18 2000 UTC (17 years, 2 months ago) by tduffy
Branch: MAIN
Changes since 1.16: +0 -1 lines
Diff to previous 1.16 (unified)

no longer remove _sgi_kvers_

Revision 1.16 / (download) - annotate - [select for diffs], Mon Aug 14 18:43:08 2000 UTC (17 years, 2 months ago) by tduffy
Branch: MAIN
Changes since 1.15: +3 -10 lines
Diff to previous 1.15 (unified)

added alsa to 2.4 kernel build, cleaned up scripts a little

Revision 1.15 / (download) - annotate - [select for diffs], Fri Aug 11 00:46:03 2000 UTC (17 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (unified)

fix up clean & realclean for xfs cmds.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Aug 11 00:10:54 2000 UTC (17 years, 2 months ago) by tduffy
Branch: MAIN
Changes since 1.13: +6 -1 lines
Diff to previous 1.13 (unified)

build requires proc to be mounted.  if this isn't the case, we should do it

Revision 1.13 / (download) - annotate - [select for diffs], Wed Aug 9 23:10:32 2000 UTC (17 years, 2 months ago) by tduffy
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 (unified)

no longer delete pcmcia and ibcs because 1) ibcs does not exist 2) pcmcia is no only a tarball (like redhat)

Revision 1.12 / (download) - annotate - [select for diffs], Fri Aug 4 23:24:02 2000 UTC (17 years, 2 months ago) by tduffy
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (unified)

updated build mechanism  closer to redhat's 2.4.0-0.10

Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 3 23:12:27 2000 UTC (17 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.10: +1 -0 lines
Diff to previous 1.10 (unified)

ensure temp i386 asm link is removed after xfs-cmds build completes.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Aug 2 22:18:28 2000 UTC (17 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.9: +9 -5 lines
Diff to previous 1.9 (unified)

make xfs-cmds build copy binary rpm to experimental-kernel/RPMS/i386/.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Aug 2 06:34:37 2000 UTC (17 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.8: +3 -0 lines
Diff to previous 1.8 (unified)

create asm symlink if it doesn't exist for propack build.  this needs
to be revisited long-term, once xfs commands changes have stabilised,
to see what dependences we really have on stuff below this subdir.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Aug 2 03:38:32 2000 UTC (17 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.7: +15 -14 lines
Diff to previous 1.7 (unified)

plug xfs-cmds back into propack build environment.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Aug 1 01:44:08 2000 UTC (17 years, 2 months ago) by tduffy
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (unified)

updated build scripts to 2.4.0-test5

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jul 14 20:47:19 2000 UTC (17 years, 3 months ago) by tduffy
Branch: MAIN
Changes since 1.5: +6 -4 lines
Diff to previous 1.5 (unified)

got rid of xfs-cmds while that is being redone

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jul 14 20:43:31 2000 UTC (17 years, 3 months ago) by tduffy
Branch: MAIN
Changes since 1.4: +3 -21 lines
Diff to previous 1.4 (unified)

cleaned up build scripts and added new config value

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 27 18:59:25 2000 UTC (17 years, 3 months ago) by tduffy
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

took jalal's fixes to get xfs kernel rpm builds working

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 16 00:19:26 2000 UTC (17 years, 4 months ago) by tduffy
Branch: MAIN
Changes since 1.2: +6 -13 lines
Diff to previous 1.2 (unified)

changed version to 2.4.0 from 2.4.0test1 because build did not like it

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jun 15 01:33:37 2000 UTC (17 years, 4 months ago) by tduffy
Branch: MAIN
Changes since 1.1: +11 -2 lines
Diff to previous 1.1 (unified)

updated shit to work with 2.4.0-test1

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jun 9 06:40:03 2000 UTC (17 years, 4 months ago) by ananth
Branch: MAIN

Merge of 2.3.99pre2-xfs:slinx:62862a originally by tduffy on 05/25/00
  Merge of slinx2.3:pingu:55929a originally by tduffy on 03/29/00
  added a few things to make slinx2.3 buildable

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>