CVS log for xfs-cmds/xfsprogs/include/libxfs.h

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.67 / (download) - annotate - [select for diffs], Mon Sep 29 15:55:04 2008 UTC (9 years ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.66: +1 -0 lines
Diff to previous 1.66 (colored)

Update the shared kernel and userspace code to the latest version with
the generic btree implementation.  Contains one additional patch to move
the __KERNEL__ ifdefs around in xfs_btree.h over the current kernel
version, which is posted and waiting to be commited for the kernel.


Signed-off-by: Christoph Hellwig <hch@lst.de>
Merge of master-melb:xfs-cmds:32222a by kenmcd.

  User space update for refactored btrees

Revision 1.66 / (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
Changes since 1.65: +85 -160 lines
Diff to previous 1.65 (colored)

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

Revision 1.65 / (download) - annotate - [select for diffs], Fri May 30 04:31:27 2008 UTC (9 years, 4 months ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.64: +5 -2 lines
Diff to previous 1.64 (colored)

Only use xfs_buf_t locks when doing prefetched repair
Merge of master-melb:xfs-cmds:31256a by kenmcd.

  Add "usebuflock" field to xfs_init

Revision 1.64 / (download) - annotate - [select for diffs], Mon May 26 04:03:56 2008 UTC (9 years, 4 months ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.63: +1 -0 lines
Diff to previous 1.63 (colored)

ASCII case-insensitive support for xfsprogs
Merge of master-melb:xfs-cmds:31229a by kenmcd.

  ASCII case-insensitive support for xfsprogs

Revision 1.63 / (download) - annotate - [select for diffs], Thu Jul 19 16:04:12 2007 UTC (10 years, 3 months ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.62: +3 -3 lines
Diff to previous 1.62 (colored)

Make xfs_repair support > 512 byte sector sizes properly
Merge of master-melb:xfs-cmds:29181a by kenmcd.

  Fix up SET_COUNT macro

Revision 1.62 / (download) - annotate - [select for diffs], Mon Jul 16 15:56:17 2007 UTC (10 years, 3 months ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.61: +7 -0 lines
Diff to previous 1.61 (colored)

Add priority tagging and buffer reuse for libxfs cache
Merge of master-melb:xfs-cmds:29150a by kenmcd.

  Add priority tagging and buffer reuse for libxfs cache

Revision 1.61 / (download) - annotate - [select for diffs], Mon Jul 16 15:55:26 2007 UTC (10 years, 3 months ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.60: +48 -36 lines
Diff to previous 1.60 (colored)

Perform true sequential bulk read prefetching in xfs_repair
Merge of master-melb:xfs-cmds:29147a by kenmcd.

  Perform parallel sequential bulk read prefetching in xfs_repair

Revision 1.60 / (download) - annotate - [select for diffs], Tue May 22 15:59:41 2007 UTC (10 years, 4 months ago) by dgc.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.59: +1 -0 lines
Diff to previous 1.59 (colored)

Userspace support for lazy superblock counters

libxfs changes to match kernel support
repair, db, growfs and mkfs changes needed to support this feature.
Merge of master-melb:xfs-cmds:28654a by kenmcd.

  Userspace support for lazy superblock counters

Revision 1.59 / (download) - annotate - [select for diffs], Fri Dec 8 14:50:10 2006 UTC (10 years, 10 months ago) by chatz.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.58: +1 -1 lines
Diff to previous 1.58 (colored)

Undoes mod:     master-melb:xfs-cmds:27635a
Undo rename of xfs/list.h since this is effectively part of the XFS development interface that has already shipped.
Merge of master-melb:xfs-cmds:27668a by kenmcd.

Revision 1.58 / (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.57: +10 -10 lines
Diff to previous 1.57 (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.57 / (download) - annotate - [select for diffs], Tue Dec 5 14:35:37 2006 UTC (10 years, 10 months ago) by chatz.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.56: +1 -1 lines
Diff to previous 1.56 (colored)

Rename header file from list.h to xfs_list.h to avoid over products accidentally using it.
Merge of master-melb:xfs-cmds:27635a by kenmcd.

  Rename list.h to xfs_list.h.

Revision 1.56 / (download) - annotate - [select for diffs], Tue Aug 29 00:49:38 2006 UTC (11 years, 1 month ago) by mvalluri
Branch: MAIN
Changes since 1.55: +1 -0 lines
Diff to previous 1.55 (colored)

Multi-thread modifications to xfs_repair.
Added declaration of libxfs_nproc.

Revision 1.55 / (download) - annotate - [select for diffs], Tue Aug 8 15:35:06 2006 UTC (11 years, 2 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.54: +4 -0 lines
Diff to previous 1.54 (colored)

Cleanup logprint IO patterns by making it not use the libxfs buffer cache (uses raw mode again).
Merge of master-melb:xfs-cmds:26732a by kenmcd.

Revision 1.54 / (download) - annotate - [select for diffs], Tue Aug 8 15:33:39 2006 UTC (11 years, 2 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.53: +0 -2 lines
Diff to previous 1.53 (colored)

Cleanup some leftover turds from the days when volume managers new about XFS subvolumes (wasnt even useful code then, to be honest).
Merge of master-melb:xfs-cmds:26730a by kenmcd.

Revision 1.53 / (download) - annotate - [select for diffs], Tue Aug 8 15:32:10 2006 UTC (11 years, 2 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.52: +3 -1 lines
Diff to previous 1.52 (colored)

Allow tools to use direct IO on Linux when reading from the device, if teh device supports it, and if the tools is OK with that (most are).  Mainly for xfs_repair speedups, now that libxfs caches metadata buffers internally.
Merge of master-melb:xfs-cmds:26728a by kenmcd.

Revision 1.52 / (download) - annotate - [select for diffs], Fri Aug 4 13:48:38 2006 UTC (11 years, 2 months ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.51: +4 -0 lines
Diff to previous 1.51 (colored)

Fix dirv2 rebuild in phase6
Merge of master-melb:xfs-cmds:26664a by kenmcd.

  pv:954405
  Added flush operation for buffer cache and exported a couple more libxfs
  bmap functions

Revision 1.51 / (download) - annotate - [select for diffs], Fri Jun 30 14:38:12 2006 UTC (11 years, 3 months ago) by mvalluri
Branch: MAIN
Changes since 1.50: +26 -0 lines
Diff to previous 1.50 (colored)

Added prefetching to buffer cache via POSIX lio_listio interface.
Added proto for libxfs_bmapi_single.
Exporting libxfs_lio_xxxx related interfaces.

Revision 1.50 / (download) - annotate - [select for diffs], Tue Jun 6 00:53:42 2006 UTC (11 years, 4 months ago) by mvalluri
Branch: MAIN
Changes since 1.49: +1 -1 lines
Diff to previous 1.49 (colored)

Improve repair cache hit efficiency reporting.
1) Added FILE *, to libxfs_report proto.

Revision 1.49 / (download) - annotate - [select for diffs], Wed May 24 01:37:54 2006 UTC (11 years, 4 months ago) by mvalluri
Branch: MAIN
Changes since 1.48: +5 -1 lines
Diff to previous 1.48 (colored)

Instrumentation of new cache code.
Adjust cache hash bucket size from command line.
1) Added libxfs_report function prototype
2) Removed traling comma in enum xfs_buf_flags_t (to supress Irix compiler warnings).
3) Made  libxfs_bhash_size and libxfs_ihash_size into externs.

Revision 1.48 / (download) - annotate - [select for diffs], Mon May 22 03:52:10 2006 UTC (11 years, 4 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.47: +1 -1 lines
Diff to previous 1.47 (colored)

Fix userspace inclusion of libxfs.h for other tools.
Merge of master-melb:xfs-cmds:25995a by kenmcd.

Revision 1.47 / (download) - annotate - [select for diffs], Thu May 18 15:52:04 2006 UTC (11 years, 5 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.46: +47 -15 lines
Diff to previous 1.46 (colored)

Implement buffer and inode caching in libxfs, groundwork for a parallel version of xfs_repair.
Merge of master-melb:xfs-cmds:25967a by kenmcd.

Revision 1.46 / (download) - annotate - [select for diffs], Thu Apr 27 15:40:54 2006 UTC (11 years, 5 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.45: +2 -0 lines
Diff to previous 1.45 (colored)

Backport xfs_repair from the xfs-cmds tree to IRIX to aid parallel repair merging later.
Merge of master-melb:xfs-cmds:25838a by kenmcd.

Revision 1.45 / (download) - annotate - [select for diffs], Fri Nov 11 14:29:14 2005 UTC (11 years, 11 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.44: +0 -1 lines
Diff to previous 1.44 (colored)

Remove a leftover commented out header file.
Merge of master-melb:xfs-cmds:24376a by kenmcd.

Revision 1.44 / (download) - annotate - [select for diffs], Fri Nov 11 14:23:54 2005 UTC (11 years, 11 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.43: +3 -2 lines
Diff to previous 1.43 (colored)

Provide mkfs options to easily exercise all inheritable attributes, esp. the extsize allocator hint.
Merge of master-melb:xfs-cmds:24370a by kenmcd.

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

Merge back recent changes from xfs kernel headers.
Merge of master-melb:xfs-cmds:24317a by kenmcd.

Revision 1.42 / (download) - annotate - [select for diffs], Sat Oct 8 03:47:16 2005 UTC (12 years ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.41: +1 -1 lines
Diff to previous 1.41 (colored)

Merge back some kernel changes to fix warnings from gcc.
Merge of master-melb:xfs-cmds:24038a by kenmcd.

Revision 1.41 / (download) - annotate - [select for diffs], Thu Sep 29 03:27:13 2005 UTC (12 years ago) by nathans
Branch: MAIN
Changes since 1.40: +8 -4 lines
Diff to previous 1.40 (colored)

Merge back further kernel changes into libxfs, esp. attr2 related, and extend xfs_db attrset code to allow noattr2 debugging also.

Revision 1.40 / (download) - annotate - [select for diffs], Fri Sep 16 15:19:56 2005 UTC (12 years, 1 month ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.39: +3 -1 lines
Diff to previous 1.39 (colored)

Support for updated inline extended attributes format (attr2).
Merge of master-melb:xfs-cmds:23839a by kenmcd.

Revision 1.39 / (download) - annotate - [select for diffs], Fri Sep 16 15:19:08 2005 UTC (12 years, 1 month ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.38: +18 -2 lines
Diff to previous 1.38 (colored)

Add xfs_db expert mode commands for set/remove of extended attributes.
Merge of master-melb:xfs-cmds:23838a by kenmcd.

Revision 1.38 / (download) - annotate - [select for diffs], Tue Jun 7 14:56:07 2005 UTC (12 years, 4 months ago) by hch
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37 (colored)

resync endianess handling in xfsprogs with the kernel

Revision 1.37 / (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.36: +3 -4 lines
Diff to previous 1.36 (colored)

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

Revision 1.36 / (download) - annotate - [select for diffs], Thu Sep 30 14:52:19 2004 UTC (13 years ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored)

Keep userspace packaging in sync, portability changes; sync user/kernel source/headers; man page updates; allow e size suffix in mkfs.
Merge of xfs-cmds-melb:slinx:19613a by kenmcd.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Jun 23 05:10:16 2004 UTC (13 years, 3 months ago) by sandeen
Branch: MAIN
Changes since 1.34: +2 -0 lines
Diff to previous 1.34 (colored)

Fix check & repair of filesystems w/ realtime vols
use of isset macro was incorrectly checking rt bitmap
define xfs_isset to work on any bitfield of
byte-multiple size

Revision 1.34 / (download) - annotate - [select for diffs], Fri Mar 5 04:26:40 2004 UTC (13 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored)

Enable use of O_EXCL in mkfs, for exclusive 2.6 blockdev access.

Revision 1.33 / (download) - annotate - [select for diffs], Tue Jan 20 00:41:43 2004 UTC (13 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

xfsprogs update - Debian installer support, sync user/kernel stuff.
Fix whitespace botch, update copyright.

Revision 1.32 / (download) - annotate - [select for diffs], Mon Jan 19 22:29:50 2004 UTC (13 years, 9 months ago) by sandeen
Branch: MAIN
Changes since 1.31: +1 -0 lines
Diff to previous 1.31 (colored)

Fix a memory leak in libxfs, were not freeing
allocated inode forks
prototype for new libxfs_idestroy_fork

Revision 1.31 / (download) - annotate - [select for diffs], Wed Dec 17 10:30:22 2003 UTC (13 years, 10 months ago) by nathans
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30 (colored)

Fix dev_t mangling in xfsprogs tools, use xfs_dev_t as its size is what we expect.

Revision 1.30 / (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.29: +3 -0 lines
Diff to previous 1.29 (colored)

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

Revision 1.29 / (download) - annotate - [select for diffs], Fri Jul 25 03:14:10 2003 UTC (14 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.28: +5 -0 lines
Diff to previous 1.28 (colored)

Finish the xfs_copy port, fix a whitespace handling issue in xfs_bmap.
Change log writing routines so that they can be used by xfs_copy too
(which needs to do all IO itself).

Revision 1.28 / (download) - annotate - [select for diffs], Wed May 21 07:25:24 2003 UTC (14 years, 5 months ago) by nathans
Branch: MAIN
Changes since 1.27: +6 -2 lines
Diff to previous 1.27 (colored)

Extract device sector size at mkfs time and issue warnings if the requested filesystem sector size is too small.

Revision 1.27 / (download) - annotate - [select for diffs], Tue May 20 05:59:27 2003 UTC (14 years, 5 months ago) by nathans
Branch: MAIN
Changes since 1.26: +0 -1 lines
Diff to previous 1.26 (colored)

Sync up XFS user and kernel source.

Revision 1.26 / (download) - annotate - [select for diffs], Thu May 1 21:31:58 2003 UTC (14 years, 5 months ago) by cattelan
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Changes since 1.25: +1 -0 lines
Diff to previous 1.25 (colored)

Allow repair to run on a read only filesystem.
Added LIBXFS_DANGEROUSLY flag

Revision 1.25 / (download) - annotate - [select for diffs], Wed Apr 23 00:30:48 2003 UTC (14 years, 5 months ago) by nathans
Branch: MAIN
Changes since 1.24: +40 -40 lines
Diff to previous 1.24 (colored)

Update XFS-specific system call documentation, and fix includes.
Fix includes to not require compiles with -I/usr/include/xfs anymore.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Apr 16 18:29:10 2003 UTC (14 years, 6 months ago) by cattelan
Branch: MAIN
Changes since 1.23: +26 -26 lines
Diff to previous 1.23 (colored)

Merge whitespace changes over

Revision 1.23 / (download) - annotate - [select for diffs], Tue Mar 18 05:44:53 2003 UTC (14 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.22: +0 -1 lines
Diff to previous 1.22 (colored)

xfsprogs update - kernel/user sync up and Ethan's Mac partition code.
CONTRIBUTED: erbenson@alaska.net.
Sync up user/kernel code after recent changes.

Revision 1.22 / (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.21: +2 -0 lines
Diff to previous 1.21 (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.
Add flags for libxfs_mount so that xfs_db can use it too.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jan 3 04:44:31 2003 UTC (14 years, 9 months ago) by nathans
Branch: MAIN
Changes since 1.20: +5 -2 lines
Diff to previous 1.20 (colored)

Sync up user/kernel sources and headers (native extents).
Sync up user/kernel sources and headers (native extents).

Revision 1.20 / (download) - annotate - [select for diffs], Thu Dec 19 00:38:27 2002 UTC (14 years, 10 months ago) by nathans
Branch: MAIN
Changes since 1.19: +4 -2 lines
Diff to previous 1.19 (colored)

Flush out my xfsprogs backlog - bunch of I18N and sector size related
changes mainly, also some build minor build cleanups here and there.
Cleanup handling of libxfs flags parameters.
Changes to support sector sizes large than 512 bytes.

Revision 1.19 / (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.18: +2 -1 lines
Diff to previous 1.18 (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.18 / (download) - annotate - [select for diffs], Fri Sep 20 08:28:52 2002 UTC (15 years ago) by nathans
Branch: MAIN
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (colored)

Undoes mod:     xfs-cmds:slinx:127952a
Undo extended attribute/directory block splitting change.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Sep 20 06:12:16 2002 UTC (15 years, 1 month ago) by nathans
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

Sync up userspace with some recent kernel changes, no functional change.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Aug 30 06:13:52 2002 UTC (15 years, 1 month ago) by nathans
Branch: MAIN
Changes since 1.15: +5 -1 lines
Diff to previous 1.15 (colored)

sync user/kernel after recent kernel changes.  noop for userspace.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 8 06:35:44 2002 UTC (15 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.14: +3 -4 lines
Diff to previous 1.14 (colored)

bump version to 2.2, document changes -- sync shared headers, EVMS stripe
unit/width extraction, mkfs defaults to 4K blocksize again (as on IRIX) &
no longer punts on using the current pagesize.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jun 20 04:51:39 2002 UTC (15 years, 4 months ago) by nathans
Branch: MAIN
Changes since 1.13: +0 -1 lines
Diff to previous 1.13 (colored)

minor reorg of some bits of code to match kernel changes, no biggie.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jun 18 20:32:20 2002 UTC (15 years, 4 months ago) by lord
Branch: MAIN
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored)

Add new parameter to libxfs_log_clear, add stripe mask to the
mount structure

Revision 1.12 / (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.11: +1 -1 lines
Diff to previous 1.11 (colored)

Update copyright dates (again)

Revision 1.11 / (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.10: +1 -1 lines
Diff to previous 1.10 (colored)

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

Revision 1.10 / (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.9: +1 -1 lines
Diff to previous 1.9 (colored)

Update copyright dates

Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 25 22:06:21 2002 UTC (15 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.8: +5 -0 lines
Diff to previous 1.8 (colored)

Merge of xfs-cmds-2.4.18:slinx:111135a by nathans.

  bump to version 2.0.0 for extended attribute and other interface changes.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 3 09:54:01 2002 UTC (15 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored)

sync with recent kernel changes (uchar) - noop change cos we
build userspace with -funsigned-char anyway.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Dec 12 03:18:29 2001 UTC (15 years, 10 months ago) by nathans
Branch: MAIN
Changes since 1.6: +1 -0 lines
Diff to previous 1.6 (colored)

sync recent XFS kernel source changes back into libxfs - missed a part
yesterday (xfs_initialize_perag was missing).

Revision 1.6 / (download) - annotate - [select for diffs], Tue Dec 11 02:51:37 2001 UTC (15 years, 10 months ago) by nathans
Branch: MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5 (colored)

sync kernel changes (32 bit inodes) with userspace code.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 15 10:34:04 2001 UTC (16 years ago) by nathans
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

revert Keiths earlier change - have a lower impact fix.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 15 07:10:41 2001 UTC (16 years ago) by kaos
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

Remove IA64 unlaigned accesses in xfs_repair

Revision 1.3 / (download) - annotate - [select for diffs], Wed May 9 06:56:06 2001 UTC (16 years, 5 months ago) by nathans
Branch: MAIN
CVS Tags: Linux-2_4_5-merge
Changes since 1.2: +0 -5 lines
Diff to previous 1.2 (colored)

remove /* ick */ comment and all that the __fswab64 prototype there
stands for - much cleaner now.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Mar 9 05:38:39 2001 UTC (16 years, 7 months ago) by nn100004
Branch: MAIN
CVS Tags: Release-1_0_0
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Only try to set block size when running mkfs or repair on an unmounted device.

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

cmd/xfs/include/libxfs.h 1.21 Renamed to cmd/xfsprogs/include/libxfs.h

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>