Up to [Development] / xfs-linux-nodel / linux
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Fri Jun 27 17:57:21 2003 UTC (14 years, 4 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +0 -0
lines
Diff to previous 1.14 (colored)
Nuke
Revision 1.14 / (download) - annotate - [select for diffs], Wed Sep 18 03:18:36 2002 UTC (15 years, 1 month ago) by kaos
Branch: MAIN
Changes since 1.13: +0 -44
lines
Diff to previous 1.13 (colored)
Remove kbuild 2.5 support from XFS
Revision 1.13 / (download) - annotate - [select for diffs], Thu Sep 5 05:37:11 2002 UTC (15 years, 1 month ago) by nathans
Branch: MAIN
Changes since 1.12: +1 -1
lines
Diff to previous 1.12 (colored)
xfs_xattr.o has been merged in with xfs_iops.o.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Aug 1 07:43:15 2002 UTC (15 years, 2 months ago) by kaos
Branch: MAIN
Changes since 1.11: +1 -1
lines
Diff to previous 1.11 (colored)
Clean up exported symbols
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 25 16:40:28 2002 UTC (15 years, 3 months ago) by roehrich
Branch: MAIN
Changes since 1.10: +0 -2
lines
Diff to previous 1.10 (colored)
From Chris Hellwig: This one removes make the XFS filesystem code independent of the dmapi headers (include/linux/dmapi.h & include/linux/dmapi_kern.h). Details: * include <linux/dmapi.h> and <linux/dmapi_kern.h> in xfs_dmapi.h if CONFIG_XFS_DMAPI is set instead of unconditionally in xfs.h * make most of the current contents of xfs_dmapi.h depent on CONFIG_XFS_DMAPI * provide stubs for the dmapi functionality in xfs_dmapi.h otherwise * kill xfs_dmistubs.c No Message Supplied
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jul 24 03:19:17 2002 UTC (15 years, 3 months ago) by kaos
Branch: MAIN
Changes since 1.9: +1 -1
lines
Diff to previous 1.9 (colored)
Upgrade kbuild 2.5 rules for XFS and DMAPI
Revision 1.9 / (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.8: +12 -12
lines
Diff to previous 1.8 (colored)
whitespace cleanup
Revision 1.8 / (download) - annotate - [select for diffs], Mon Jun 24 02:38:57 2002 UTC (15 years, 4 months ago) by kaos
Branch: MAIN
Changes since 1.7: +5 -4
lines
Diff to previous 1.7 (colored)
Upgrade kbuild 2.5 to XFS 2.4.19-pre10
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 20 05:33:04 2002 UTC (15 years, 4 months ago) by nathans
Branch: MAIN
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
fix quota manager data structure so that kdb module can get at it correctly. remove leftover reference to grio code.
Revision 1.6 / (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.5: +1 -1
lines
Diff to previous 1.5 (colored)
Update copyright dates
Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 25 23:42:16 2002 UTC (15 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.4: +1 -1
lines
Diff to previous 1.4 (colored)
Merge of 2.4.18-xfs:slinx:111144a by nathans. Kernel changes to transition us to the new extended attribute and ACL interfaces. Some minor code rearranging (files moved, some deleted, some new ones from ext2/ext3 ACL project) too.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Dec 4 20:02:50 2001 UTC (15 years, 10 months ago) by roehrich
Branch: MAIN
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (colored)
If I build dmapi as a module then CONFIG_XFS_DMAPI won't be set--it'll be CONFIG_XFS_DMAPI_MODULE instead. So switch to using CONFIG_HAVE_XFS_DMAPI to see if DMAPI is being used, whether dmapi is a module or not. No Message Supplied
Revision 1.3 / (download) - annotate - [select for diffs], Fri Nov 9 06:20:39 2001 UTC (15 years, 11 months ago) by kaos
Branch: MAIN
Changes since 1.2: +2 -7
lines
Diff to previous 1.2 (colored)
Upgrade to kbuild 2.5 release 1.6
Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 26 19:08:38 2001 UTC (16 years, 1 month ago) by sandeen
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
add xfs_sysctl
Revision 1.1 / (download) - annotate - [select for diffs], Sun Aug 5 10:50:40 2001 UTC (16 years, 2 months ago) by kaos
Branch: MAIN
kbuild 2.5 support for XFS