CVS log for xfs-cmds/xfsprogs/libxfs/Attic/xfs_dir_leaf.c

[BACK] Up to [Development] / xfs-cmds / xfsprogs / libxfs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20 / (download) - annotate - [select for diffs], Mon Sep 8 06:18:43 2008 UTC (9 years, 1 month ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +0 -1676 lines
Diff to previous 1.19 (colored)

Update xfsprogs to latest kernel headers and functions
Merge of master-melb:xfs-cmds:32070a by kenmcd.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Dec 8 14:49:20 2006 UTC (10 years, 10 months ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.18: +5 -5 lines
Diff to previous 1.18 (colored)

Fix "pointer targets in assignment differ in signedness" warnings
Merge of master-melb:xfs-cmds:27667a by kenmcd.

  Fix "pointer targets in assignment differ in signedness" warnings

Revision 1.18 / (download) - annotate - [select for diffs], Fri Nov 11 14:27:22 2005 UTC (11 years, 11 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.17: +12 -26 lines
Diff to previous 1.17 (colored)

Update copyright/license notices to match SGI legal prefered boilerplate.
Merge of master-melb:xfs-cmds:24374a by kenmcd.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Nov 8 14:07:59 2005 UTC (11 years, 11 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 (colored)

Merge back kernel fixes/code updates in xfs.
Merge of master-melb:xfs-cmds:24318a by kenmcd.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Apr 19 03:57:24 2005 UTC (12 years, 6 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.15: +32 -32 lines
Diff to previous 1.15 (colored)

Merge back kernel changes into libxfs, mainly endian stuff.
Merge of master-melb:xfs-cmds:22256a by kenmcd.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Sep 19 05:37:49 2003 UTC (14 years, 1 month ago) by nathans
Branch: MAIN
Changes since 1.14: +0 -1 lines
Diff to previous 1.14 (colored)

xfsprogs update - fix db to display new inode flags, sync user/kernel code.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Apr 16 18:29:10 2003 UTC (14 years, 6 months ago) by cattelan
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

Merge whitespace changes over

Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 6 06:59:34 2003 UTC (14 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.12: +4 -3 lines
Diff to previous 1.12 (colored)

New xfsprogs version - enabled unwritten extents by default, new commands
in xfs_db and xfs_admin to manipulate the version extflg bit on unmounted
filesystems, make xfs_db check for a dirty log before zeroing it in the
uuid command, man page updates, sync'd up user/kernel code and headers.
Add stripe information into xfs_bmap output.
Sync with recent kernel changes.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 17 04:11:09 2003 UTC (14 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 (colored)

minor xfsprogs updates.
fix a memory leak.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Oct 31 11:24:20 2002 UTC (14 years, 11 months ago) by nathans
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 (colored)

xfsprogs updates - initial sync up with recent kernel changes (not quite
complete yet); bump version; move some common headers to a common place;
fix several compiler warnings with recent gcc versions (3.2+).
Sync up with recent kernel source changes (esp. dir/ea block split change).

Revision 1.10 / (download) - annotate - [select for diffs], Thu Oct 10 06:29:03 2002 UTC (15 years ago) by nathans
Branch: MAIN
Changes since 1.9: +34 -34 lines
Diff to previous 1.9 (colored)

Fix libxfs device flush ioctl, sync with kernel source.
CONTRIBUTED: Anton Blanchard <anton@samba.org>
Sync with kernel source (replace b* with mem* memory api).

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jul 12 21:24:23 2002 UTC (15 years, 3 months ago) by lord
Branch: MAIN
Changes since 1.8: +28 -28 lines
Diff to previous 1.8 (colored)

white space cleanup

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 4 23:07:56 2002 UTC (15 years, 4 months ago) by sandeen
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored)

Update copyright dates (again)

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 4 22:53:09 2002 UTC (15 years, 4 months ago) by sandeen
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)

Undoes mod:     xfs-cmds:slinx:120772a
Undo xfs-cmds:slinx:120772a, inadvertently whacked a previous mod.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 4 17:58:21 2002 UTC (15 years, 4 months ago) by sandeen
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)

Update copyright dates

Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 17 05:34:30 2002 UTC (15 years, 6 months ago) by nathans
Branch: MAIN
Changes since 1.4: +7 -7 lines
Diff to previous 1.4 (colored)

bump minor version for minor change - sync with recent kernel changes
(mainly do less endian swabbing on some code paths).

Revision 1.4 / (download) - annotate - [select for diffs], Wed Oct 17 00:01:56 2001 UTC (16 years ago) by nathans
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

fix benign warnings in print statements for 64 bit platforms.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Aug 24 01:57:46 2001 UTC (16 years, 1 month ago) by nathans
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

initialize a variable.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 12 23:30:32 2001 UTC (16 years, 6 months ago) by nathans
Branch: MAIN
CVS Tags: Linux-2_4_5-merge
Changes since 1.1: +2 -7 lines
Diff to previous 1.1 (colored)

sync with Russells changes to get the kernel version of this code
compiling without warnings.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 15 05:36:03 2001 UTC (16 years, 9 months ago) by nathans
Branch: MAIN
CVS Tags: Release-1_0_0

cmd/xfs/libxfs/xfs_dir_leaf.c 1.2 Renamed to cmd/xfsprogs/libxfs/xfs_dir_leaf.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>