CVS log for xfs-linux/Attic/xfs_macros.h

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.23 / (download) - annotate - [select for diffs], Fri Sep 23 03:49:52 2005 UTC (12 years ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +0 -104 lines
Diff to previous 1.22 (colored)

Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
Merge of xfs-linux-melb:xfs-kern:23902a by kenmcd.

Revision 1.22 / (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.21: +104 -0 lines
Diff to previous 1.21 (colored)

The Big Move
linux/fs/xfs/xfs_macros.h 1.20 Renamed to xfs_macros.h

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jun 27 17:57:21 2003 UTC (14 years, 3 months ago) by cattelan
Branch: MAIN
CVS Tags: DENUKE
Changes since 1.20: +0 -104 lines
Diff to previous 1.20 (colored)

Nuke

Revision 1.20 / (download) - annotate - [select for diffs], Tue Apr 15 23:16:46 2003 UTC (14 years, 6 months ago) by cattelan
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Changes since 1.19: +46 -46 lines
Diff to previous 1.19 (colored)

Whitespace cleanup
Clean up some whitespace... revert some whitespace changes from previous whitespace cleanup (incorrect tabs)

Revision 1.19 / (download) - annotate - [select for diffs], Tue Feb 25 10:55:14 2003 UTC (14 years, 7 months ago) by lord
Branch: MAIN
Changes since 1.18: +3 -4 lines
Diff to previous 1.18 (colored)

remove _KERNEL from the flags used to turn macros into functions
Merge of 2.4.x-xfs-dev:slinx:134509a by lord.

  remove _KERNEL from the flags used to turn macros into functions

Revision 1.18 / (download) - annotate - [select for diffs], Wed Jul 10 19:00:42 2002 UTC (15 years, 3 months ago) by sandeen
Branch: MAIN
Changes since 1.17: +56 -56 lines
Diff to previous 1.17 (colored)

whitespace cleanup

Revision 1.17 / (download) - annotate - [select for diffs], Mon Sep 25 05:42:07 2000 UTC (17 years ago) by nathans
Branch: MAIN
CVS Tags: Release-1_0_0, PreRelease-0_10, Linux-2_4_5-merge
Changes since 1.16: +3 -5 lines
Diff to previous 1.16 (colored)

use xfs.h, remove all traces of SIM, push extern declarations into headers,
dead code removal.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jun 9 06:40:03 2000 UTC (17 years, 4 months ago) by ananth
Branch: MAIN
Changes since 1.15: +0 -1 lines
Diff to previous 1.15 (colored)

Merge of 2.3.99pre2-xfs:slinx:63392a originally by lord on 06/06/00
  Stop XFS_BHVTOI from being turned into a function - very small and heavily
  used. Calling the function is no smaller than inlining the code.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jun 9 02:50:02 2000 UTC (17 years, 4 months ago) by kenmcd
Branch: MAIN
CVS Tags: GPL-ENCUMBRANCE
Changes since 1.14: +25 -12 lines
Diff to previous 1.14 (colored)

Updated copyright and license notices, ready for open source release
Merge of 2.3.99pre2-xfs:slinx:55821a by ananth.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jun 9 01:06:17 2000 UTC (17 years, 4 months ago) by mostek
Branch: MAIN
CVS Tags: DELETE
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Merge of 2.3.99pre2-xfs:slinx:45839a by ananth.

  Merge of 2.3.42-xfs:slinx:45839a by ananth.
  Put DEBUG back into #if's for XFS_WANT_SPACE_C and XFS_WANT_FUNCS_C.
  We are still getting a bunch of functions instead of macros, but
  the list is smaller.
  Tested with xfs built into the kernel and xfs as a module.
  xfsidbg.o was insmod'able in both cases. I did not test out DEBUG
  versions, though. They should work.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jun 9 00:54:56 2000 UTC (17 years, 4 months ago) by lord
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

Merge of 2.3.99pre2-xfs:slinx:44904a by ananth.

  Merge of 2.3.42-xfs:slinx:44904a by ananth.
  fix debug build with pagebuf meta-data

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 30 09:59:06 2000 UTC (17 years, 8 months ago) by kenmcd
Branch: MAIN
Changes since 1.11: +11 -16 lines
Diff to previous 1.11 (colored)

Encumbrance review done.
Add copyright and license words consistent with GPL.
Refer to http://fsg.melbourne.sgi.com/reviews/ for details.

There is a slight change in the license terms and conditions words
to go with the copyrights, so most of the files are not getting
new GPL's, just updated versions ... but there are 20-30 more files
here as well.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 3 21:41:53 2000 UTC (17 years, 9 months ago) by kenmcd
Branch: MAIN
Changes since 1.10: +24 -1 lines
Diff to previous 1.10 (colored)

Encumbrance review done.  Add copyright and license words consistent with GPL.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Nov 18 21:35:32 1997 UTC (19 years, 11 months ago) by doucette
Branch: MAIN
Changes since 1.9: +13 -16 lines
Diff to previous 1.9 (colored)

Adjust the set of macros that get turned into functions on 32 bit
kernels, so that the right set is there for the current n32 environment.
Saves about 2kb in xfs.a over the previous set.
rv: rcc@engr
pv: 546137

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 28 00:36:23 1997 UTC (20 years, 8 months ago) by doucette
Branch: MAIN
Changes since 1.8: +1 -3 lines
Diff to previous 1.8 (colored)

Remove xfs_bdelwri and xfs_basyncwri, their presence here screws up
the simulation.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jan 25 02:55:28 1997 UTC (20 years, 8 months ago) by sup
Branch: MAIN
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (colored)

First cut of XFS I/O error handling changes.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 4 21:29:27 1996 UTC (21 years, 4 months ago) by doucette
Branch: MAIN
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored)

Use new superblock version macros (bug 385316).

Revision 1.6 / (download) - annotate - [select for diffs], Wed May 8 23:50:54 1996 UTC (21 years, 5 months ago) by olson
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

change all #if _K64U64 => #if _MIPS_SIM == _ABI64 and equivalent.
The original meaning/intent of the _K64* and _K32* stuff has been getting more
and more ignored, and now it is just confusing.  #if _K32U32 and equivalent
is just gone, we have no machines like that since 5.3.  #if _K32U64||_K64U64
have the ifdefs removed, and code remaining, since it is always true.
#if _K32U64||_K32U32 usually changed to != _ABI64.  Some files have the
older longer _MIPS_SIM_ABI64 and similar shorted to _ABI64 and equivalent;
the compiler folks tell me this is preferred now and in the future, and
is what cc -show prints, so it is less confusing.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 12 21:14:34 1996 UTC (21 years, 6 months ago) by huy
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

changes to allow stacking of different vfs behaviors on the same mount point.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jan 31 05:40:42 1996 UTC (21 years, 8 months ago) by ack
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

auto-merge of changes from /proj/banyan/isms/irix/kern/fs/xfs/RCS/xfs_macros.h,v
> ----------------------------
> revision 1.4
> date: 1996/01/30 19:08:31;  author: doucette;  state: Exp;  lines: +3 -2
> Add macro/functions XFS_DIR_SF_{GET,PUT}_DIRINO for copying from
> and to unaligned inode numbers.  In o32 kernels the function's code
> is better than the inline version.
> Do lazy initialization of the transaction log item chunks, since the
> initialization at transaction allocation time is expensive, and we
> normally use only a few of the array entries.
> =============================================================================

Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 22 09:47:46 1995 UTC (22 years ago) by ack
Branch: MAIN
Changes since 1.2: +7 -3 lines
Diff to previous 1.2 (colored)

auto-merge of changes from /hosts/clyde/proj/banyan/isms/irix/kern/fs/xfs/RCS/xfs_macros.h,v
> ----------------------------
> revision 1.3
> date: 1995/09/22 02:24:20;  author: doucette;  state: Exp;  lines: +7 -3
> Add new routine xfs_da_make_bnoentry.  Other changes for cookie
> handling routines.
> =============================================================================

Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 4 02:09:53 1995 UTC (22 years, 1 month ago) by curtis
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Redefined how getdents() saves its context.  Now low 32bits of dir's file
offset is next entry's hashval.  Use that hashval to re-find place in dir
in the face of changes to dir's structure after adds/removes.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 16 05:46:57 1995 UTC (22 years, 2 months ago) by doucette
Branch: MAIN

control header for xfs_macros.c.

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>