CVS log for linux-2.6-xfs/fs/xfs/xfs_trans_item.c

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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.49 / (download) - annotate - [select for diffs], Fri Oct 17 02:57:36 2008 UTC (9 years ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.48: +10 -0 lines
Diff to previous 1.48 (colored)

Add ail pointer into log items

Add an xfs_ail pointer to log items so that the log items can
reference the AIL directly during callbacks without needed a
struct xfs_mount.

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

  Add ail pointer into log items

Revision 1.48 / (download) - annotate - [select for diffs], Thu Jul 24 15:42:45 2008 UTC (9 years, 2 months ago) by xaiki.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.47: +33 -33 lines
Diff to previous 1.47 (colored)

remove shouting-indirection macros  from xfs_trans.h

compile-tested, fairly easy to inspect with:

quilt diff --diff="diff -iu"

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

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

Remove unused arg from kmem_free()

kmem_free() function takes (ptr, size) arguments but doesn't
actually use second one.

This patch removes size argument from all callsites.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Merge of xfs-linux-melb:xfs-kern:31050a by kenmcd.

  Remove unused arg from kmem_free()

Revision 1.46 / (download) - annotate - [select for diffs], Fri Nov 2 03:09:06 2007 UTC (9 years, 11 months ago) by dgc.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.45: +1 -0 lines
Diff to previous 1.45 (colored)

Fix up sparse warnings.

These are mostly locking annotations, marking things static,
casts where needed and declaring stuff in header files.
Merge of xfs-linux-melb:xfs-kern:30002a by kenmcd.

  Fix up sparse warnings.

Revision 1.45 / (download) - annotate - [select for diffs], Tue May 30 15:53:25 2006 UTC (11 years, 4 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.44: +1 -1 lines
Diff to previous 1.44 (colored)

Portability changes: remove prdev, stick to one diagnostic interface.
Merge of xfs-linux-melb:xfs-kern:26103a by kenmcd.

Revision 1.44 / (download) - annotate - [select for diffs], Tue Mar 14 05:06:55 2006 UTC (11 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.43: +11 -11 lines
Diff to previous 1.43 (colored)

Merge back dopey braces-on-return removal from clowns trawling mainline sources.
Merge of xfs-linux-melb:xfs-kern:25448a by kenmcd.

Revision 1.43 / (download) - annotate - [select for diffs], Fri Sep 23 03:51:28 2005 UTC (12 years ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.42: +12 -26 lines
Diff to previous 1.42 (colored)

Update license/copyright notices to match the prefered SGI boilerplate.
Merge of xfs-linux-melb:xfs-kern:23903a by kenmcd.

Revision 1.42 / (download) - annotate - [select for diffs], Fri Sep 23 03:48:50 2005 UTC (12 years ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.41: +2 -3 lines
Diff to previous 1.41 (colored)

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

Revision 1.41 / (download) - annotate - [select for diffs], Thu Jul 8 07:42:57 2004 UTC (13 years, 3 months ago) by nathans
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40 (colored)

sparse: fix uses of null in place of zero and vice versa.  From Chris Wedgwood.

Revision 1.40 / (download) - annotate - [select for diffs], Fri May 21 07:11:39 2004 UTC (13 years, 5 months ago) by nathans
Branch: MAIN
Changes since 1.39: +3 -11 lines
Diff to previous 1.39 (colored)

Undoes mod:     xfs-linux:xfs-kern:172230a
Remove unused xfs_trans_bhold_until_committed and related macros.

Revision 1.39 / (download) - annotate - [select for diffs], Fri May 21 06:35:11 2004 UTC (13 years, 5 months ago) by nathans
Branch: MAIN
Changes since 1.38: +0 -0 lines
Diff to previous 1.38 (colored)

Remove unused xfs_trans_bhold_until_committed and related macros.

Revision 1.38 / (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.37: +561 -0 lines
Diff to previous 1.37 (colored)

The Big Move
linux/fs/xfs/xfs_trans_item.c 1.36 Renamed to xfs_trans_item.c

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

Nuke

Revision 1.36 / (download) - annotate - [select for diffs], Thu May 1 16:22:06 2003 UTC (14 years, 5 months ago) by cattelan
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Changes since 1.35: +6 -2 lines
Diff to previous 1.35 (colored)

Rework the way xfs includes xfs_<blah>.h headers.
This reduces a lot of the compile dependenciesÂ,
and should reduce some of the "recompile all" situations.

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

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

Revision 1.34 / (download) - annotate - [select for diffs], Wed Oct 23 04:21:07 2002 UTC (14 years, 11 months ago) by kaos
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Undoes mod:     2.4.x-xfs:slinx:130826a
Revert STATIC->static change

Revision 1.33 / (download) - annotate - [select for diffs], Wed Oct 23 03:54:05 2002 UTC (14 years, 11 months ago) by kaos
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Replace STATIC with static in xfs code

Revision 1.32 / (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.31: +21 -21 lines
Diff to previous 1.31 (colored)

whitespace cleanup

Revision 1.31 / (download) - annotate - [select for diffs], Tue Jun 4 16:30:46 2002 UTC (15 years, 4 months ago) by sandeen
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30 (colored)

Update copyright dates

Revision 1.30 / (download) - annotate - [select for diffs], Tue Feb 19 19:08:50 2002 UTC (15 years, 8 months ago) by sandeen
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

Fix a couple gcc warnings (uninitialized variable, wrong format in printk)

Revision 1.29 / (download) - annotate - [select for diffs], Fri Feb 15 20:47:53 2002 UTC (15 years, 8 months ago) by lord
Branch: MAIN
Changes since 1.28: +109 -0 lines
Diff to previous 1.28 (colored)

Transaction busy list management (add, free).


Revision 1.28 / (download) - annotate - [select for diffs], Wed Apr 11 01:44:54 2001 UTC (16 years, 6 months ago) by cattelan
Branch: MAIN
CVS Tags: Linux-2_4_5-merge
Changes since 1.27: +1 -1 lines
Diff to previous 1.27 (colored)

Get rid of the last compiler warning OFF flags

Revision 1.27 / (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
Changes since 1.26: +2 -29 lines
Diff to previous 1.26 (colored)

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

Revision 1.26 / (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.25: +25 -12 lines
Diff to previous 1.25 (colored)

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

Revision 1.25 / (download) - annotate - [select for diffs], Fri Jun 9 02:10:00 2000 UTC (17 years, 4 months ago) by cattelan
Branch: MAIN
CVS Tags: DELETE
Changes since 1.24: +1 -3 lines
Diff to previous 1.24 (colored)

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

  Merge of 2.3.42-xfs:slinx:46541a by ananth.
  Header file cleanup
  removed the last of the
  #if defined(__linux__)
  #include <xfs_linux>
  #endif
  All os specific include file switches should now done
  in xfs_os_defs.h

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jun 9 00:03:30 2000 UTC (17 years, 4 months ago) by cattelan
Branch: MAIN
Changes since 1.23: +19 -1 lines
Diff to previous 1.23 (colored)

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

  Merge of 2.3.42-xfs:slinx:44186a by ananth.
  Copied GPL from slinx-xfs tree.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Nov 17 19:22:23 1999 UTC (17 years, 11 months ago) by lord
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

replace struct buf and buf_t references with xfs_buf and xfs_buf_t

Revision 1.22 / (download) - annotate - [select for diffs], Tue Oct 5 05:18:56 1999 UTC (18 years ago) by cattelan
Branch: MAIN
Changes since 1.21: +1 -0 lines
Diff to previous 1.21 (colored)

gcc does not accecpt /* NOREACHED */ added return 0 

Revision 1.21 / (download) - annotate - [select for diffs], Wed Aug 18 17:43:46 1999 UTC (18 years, 2 months ago) by cattelan
Branch: MAIN
Changes since 1.20: +4 -1 lines
Diff to previous 1.20 (colored)

First compiling version of mkfs unsing XFS libsim.
Mostly just addtions of cut up irix header files.

Revision 1.20 / (download) - annotate - [select for diffs], Fri May 14 20:13:13 1999 UTC (18 years, 5 months ago) by lord
Branch: MAIN
Changes since 1.19: +15 -20 lines
Diff to previous 1.19 (colored)

Merge from irix/cxfs-f to irix/irix6.5f
Merge of cxfs-f:irix:15011b created by lord on 05/11/99
  Merge from irix/cxfs to irix/cxfs-f
  Merge of cxfs:irix:13423a created by lord on 04/19/99
  CXFS infrastructure checkin

Revision 1.19 / (download) - annotate - [select for diffs], Thu Dec 18 16:17:02 1997 UTC (19 years, 10 months ago) by lord
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

pv: 515588 rv: rcc@engr
Change panics into warnings and error returns to caller

Revision 1.18 / (download) - annotate - [select for diffs], Wed Apr 30 22:44:07 1997 UTC (20 years, 5 months ago) by sup
Branch: MAIN
Changes since 1.17: +10 -5 lines
Diff to previous 1.17 (colored)

do chunk handling correctly when faced with a transaction that was
aborted.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Feb 9 01:14:31 1996 UTC (21 years, 8 months ago) by doucette
Branch: MAIN
Changes since 1.16: +7 -1 lines
Diff to previous 1.16 (colored)

Move the include of sys/debug.h under #define _KERNEL for compile errors.

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

auto-merge of changes from /proj/banyan/isms/irix/kern/fs/xfs/RCS/xfs_trans_item.c,v
> ----------------------------
> revision 1.16
> date: 1996/01/30 19:08:41;  author: doucette;  state: Exp;  lines: +40 -28
> 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.15 / (download) - annotate - [select for diffs], Wed Aug 16 05:46:41 1995 UTC (22 years, 2 months ago) by doucette
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Add include of xfs_macros.h.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jun 15 21:23:25 1995 UTC (22 years, 4 months ago) by ajs
Branch: MAIN
Changes since 1.13: +7 -0 lines
Diff to previous 1.13 (colored)

283739 - Pull freed chunks from the transaction list
in xfs_trans_unlock_items().  Leaving them there causes
us to access the freed memory in xfs_trans_committed().

Revision 1.13 / (download) - annotate - [select for diffs], Wed Apr 26 22:50:12 1995 UTC (22 years, 5 months ago) by ajs
Branch: MAIN
Changes since 1.12: +19 -10 lines
Diff to previous 1.12 (colored)

Fixing up recovery from disk errors.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 31 20:06:01 1995 UTC (22 years, 6 months ago) by doucette
Branch: MAIN
Changes since 1.11: +1 -0 lines
Diff to previous 1.11 (colored)

Add an #ident line.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jan 31 19:00:11 1995 UTC (22 years, 8 months ago) by doucette
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Warning elimination: remove unused variables, tag some routines ARGSUSED,
add return statements, ifdef out some code.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jan 25 22:24:38 1994 UTC (23 years, 8 months ago) by ajs
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 (colored)

Clean up a typo.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jan 19 00:31:12 1994 UTC (23 years, 9 months ago) by doucette
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 (colored)

Move definitions for kmem_... functions out of sim.h, use sys/kmem.h instead.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jan 14 20:07:18 1994 UTC (23 years, 9 months ago) by ajs
Branch: MAIN
Changes since 1.7: +16 -11 lines
Diff to previous 1.7 (colored)

Add support for unlocking items after the commit.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 31 01:55:38 1993 UTC (23 years, 9 months ago) by ajs
Branch: MAIN
Changes since 1.6: +1 -0 lines
Diff to previous 1.6 (colored)

First cut at making the transaction
code use the log manager interfaces.  xfs_trans.h now
depends on xfs_log.h, so we need to include it.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Dec 15 01:11:46 1993 UTC (23 years, 10 months ago) by doucette
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)

Remove include for xfs.h, this file has been removed.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Dec 9 06:07:33 1993 UTC (23 years, 10 months ago) by doucette
Branch: MAIN
Changes since 1.4: +4 -0 lines
Diff to previous 1.4 (colored)

Various cleanups to get kernel-mode make to work.  Fix includes and
other problems for #ifndef SIM code.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 17 01:43:37 1993 UTC (23 years, 11 months ago) by doucette
Branch: MAIN
Changes since 1.3: +8 -5 lines
Diff to previous 1.3 (colored)

Get rid of warnings from ragnarok compilers by adding casts, changing
types, adding lint comments.
Get rid of xfs_extdesc_t, replace with xfs_bmbt_rec_t.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Nov 6 22:09:40 1993 UTC (23 years, 11 months ago) by doucette
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

Get rid of nested includes.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Oct 29 20:36:35 1993 UTC (23 years, 11 months ago) by doucette
Branch: MAIN
Changes since 1.1: +7 -4 lines
Diff to previous 1.1 (colored)

Fix includes, get rid of warnings.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 29 00:21:13 1993 UTC (23 years, 11 months ago) by ajs
Branch: MAIN

Initial revision

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>