CVS log for xfs-linux-nodel/pagebuf/Attic/page_buf_internal.h

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.30 / (download) - annotate - [select for diffs], Thu Nov 20 03:58:20 2003 UTC (13 years, 11 months ago) by nathans
Branch: MAIN
CVS Tags: HEAD
Changes since 1.29: +0 -139 lines
Diff to previous 1.29 (colored)

Change pagebuf to use the same ktrace implementation as XFS, instead of reinventing that wheel.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Sep 19 18:12:29 2003 UTC (14 years, 1 month ago) by sandeen
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

Update sysctls - use ints, not ulongs, and show pagebuf
values in jiffies like everybody else

Revision 1.28 / (download) - annotate - [select for diffs], Fri Sep 19 14:53:32 2003 UTC (14 years, 1 month ago) by sandeen
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27 (colored)

Re-work pagebuf stats macros to help support per-cpu data

Revision 1.27 / (download) - annotate - [select for diffs], Thu Aug 14 05:51:09 2003 UTC (14 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.26: +3 -0 lines
Diff to previous 1.26 (colored)

Fix a race condition in async pagebuf IO completion, by moving blk queue manipulation down into pagebuf.  Fix some busted comments in page_buf.h, use a more descriptive name for __pagebuf_iorequest.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Jul 2 02:35:27 2003 UTC (14 years, 3 months ago) by sandeen
Branch: MAIN
Changes since 1.25: +10 -9 lines
Diff to previous 1.25 (colored)

rework sysctl initialization to avoid confusion

Revision 1.25 / (download) - annotate - [select for diffs], Fri Jun 27 18:04:26 2003 UTC (14 years, 4 months ago) by cattelan
Branch: MAIN
Changes since 1.24: +135 -0 lines
Diff to previous 1.24 (colored)

The Big Move
linux/fs/xfs/pagebuf/page_buf_internal.h 1.23 Renamed to pagebuf/page_buf_internal.h

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

Nuke

Revision 1.23 / (download) - annotate - [select for diffs], Fri Jun 13 20:47:22 2003 UTC (14 years, 4 months ago) by lord
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22 (colored)

fix the sysctl & /proc interface for pagebuf so you can turn
tracing on and off again
transpose debug and stats_clear config vars in structure

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

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

Revision 1.21 / (download) - annotate - [select for diffs], Wed Dec 11 17:18:29 2002 UTC (14 years, 10 months ago) by hch
Branch: MAIN
Changes since 1.20: +3 -17 lines
Diff to previous 1.20 (colored)

merge page_buf_private_t into page_buf_t
remove page_buf_private_t

Revision 1.20 / (download) - annotate - [select for diffs], Mon Dec 9 19:51:36 2002 UTC (14 years, 10 months ago) by hch
Branch: MAIN
Changes since 1.19: +0 -6 lines
Diff to previous 1.19 (colored)

get rid of pb_daemon/pagebuf_daemon_t
remove pagebuf_daemon_t

Revision 1.19 / (download) - annotate - [select for diffs], Tue Dec 3 20:34:11 2002 UTC (14 years, 10 months ago) by hch
Branch: MAIN
Changes since 1.18: +0 -2 lines
Diff to previous 1.18 (colored)

remove two dead members from pagebuf_daemon
remove io_active and pb_delwri_cnt members from pagebuf_daemon_t

Revision 1.18 / (download) - annotate - [select for diffs], Fri Nov 15 22:59:22 2002 UTC (14 years, 11 months ago) by lord
Branch: MAIN
Changes since 1.17: +0 -1 lines
Diff to previous 1.17 (colored)

clean up use of run_task_queue in xfs
move pb_io_remaining from here to public pagebuf structure

Revision 1.17 / (download) - annotate - [select for diffs], Wed Oct 23 04:21:07 2002 UTC (15 years ago) by kaos
Branch: MAIN
Changes since 1.16: +4 -0 lines
Diff to previous 1.16 (colored)

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

Revision 1.16 / (download) - annotate - [select for diffs], Wed Oct 23 03:54:05 2002 UTC (15 years ago) by kaos
Branch: MAIN
Changes since 1.15: +0 -4 lines
Diff to previous 1.15 (colored)

Replace STATIC with static in xfs code

Revision 1.15 / (download) - annotate - [select for diffs], Wed Sep 18 14:26:00 2002 UTC (15 years, 1 month ago) by hch
Branch: MAIN
Changes since 1.14: +0 -12 lines
Diff to previous 1.14 (colored)

Make pagebuf use the generic xfs ASSERT() instead of it's own assert()

Revision 1.14 / (download) - annotate - [select for diffs], Fri Aug 9 17:48:42 2002 UTC (15 years, 2 months ago) by lord
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13 (colored)

switch pagebuf over to find_or_create_page

Revision 1.13 / (download) - annotate - [select for diffs], Fri Aug 2 15:50:20 2002 UTC (15 years, 2 months ago) by lord
Branch: MAIN
Changes since 1.12: +0 -40 lines
Diff to previous 1.12 (colored)

pagebuf rationalization

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jul 22 18:34:31 2002 UTC (15 years, 3 months ago) by sandeen
Branch: MAIN
Changes since 1.11: +0 -3 lines
Diff to previous 1.11 (colored)

remove kdev_t abuse from XFS

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

whitespace cleanup

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 9 02:59:39 2002 UTC (15 years, 3 months ago) by lord
Branch: MAIN
Changes since 1.9: +3 -5 lines
Diff to previous 1.9 (colored)

remove direct I/O config option

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

make our kdev_val() 2.5 compat macro dependent on kernel version as 2.4.19
looks like it will have a kdev_val now.  fixes up some warnings.

Revision 1.8 / (download) - annotate - [select for diffs], Fri May 31 03:57:01 2002 UTC (15 years, 4 months ago) by nathans
Branch: MAIN
Changes since 1.7: +3 -0 lines
Diff to previous 1.7 (colored)

minor change to keep files the same/similar between 2.4 and 2.5.

Revision 1.7 / (download) - annotate - [select for diffs], Thu May 30 11:10:16 2002 UTC (15 years, 4 months ago) by lord
Branch: MAIN
Changes since 1.6: +0 -1 lines
Diff to previous 1.6 (colored)

No need for a locking terminate call anymore

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 23 18:57:09 2002 UTC (15 years, 5 months ago) by lord
Branch: MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5 (colored)

no changes

Revision 1.5 / (download) - annotate - [select for diffs], Wed May 22 19:16:43 2002 UTC (15 years, 5 months ago) by sandeen
Branch: MAIN
Changes since 1.4: +6 -4 lines
Diff to previous 1.4 (colored)

Add proc entry for clearing pagebuf stats

Revision 1.4 / (download) - annotate - [select for diffs], Thu May 16 16:00:48 2002 UTC (15 years, 5 months ago) by lord
Branch: MAIN
Changes since 1.3: +0 -5 lines
Diff to previous 1.3 (colored)

remove unused defines

Revision 1.3 / (download) - annotate - [select for diffs], Sat Apr 27 08:38:25 2002 UTC (15 years, 6 months ago) by nathans
Branch: MAIN
Changes since 1.2: +7 -13 lines
Diff to previous 1.2 (colored)

move page_buffers macros in here for sharing, recant on need for offset
match/map routines on metadata path.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Apr 23 04:40:43 2002 UTC (15 years, 6 months ago) by nathans
Branch: MAIN
Changes since 1.1: +13 -1 lines
Diff to previous 1.1 (colored)

make a couple of functions/macros available to page_buf.c from page_buf_io.c;
looks like (current implementation anyway) we will need these on the metadata
path too.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Mar 28 19:45:15 2002 UTC (15 years, 7 months ago) by lord
Branch: MAIN

pagebuf internal definitions moved here from page_buf.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>