Up to [Development] / xfs-linux
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.63 / (download) - annotate - [select for diffs], Fri Jul 18 16:34:26 2008 UTC (9 years, 2 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.62: +1 -1
lines
Diff to previous 1.62 (colored)
Now that xfs_setattr is only used for attributes set from ->setattr it can be switched to take struct iattr directly and thus simplify the implementation greatly. Also rename the ATTR_ flags to XFS_ATTR_ to not conflict with the ATTR_ flags used by the VFS. Signed-off-by: Christoph Hellwig <hch@lst.de> Merge of xfs-linux-melb:xfs-kern:31678a by kenmcd. Now that xfs_setattr is only used for attributes set from ->setattr it can be switched to take struct iattr directly and thus simplify the implementation greatly. Also rename the ATTR_ flags to XFS_ATTR_ to not conflict with the ATTR_ flags used by the VFS. Signed-off-by: Christoph Hellwig <hch@lst.de>
Revision 1.62 / (download) - annotate - [select for diffs], Fri Aug 24 16:16:26 2007 UTC (10 years, 1 month ago) by dgc.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.61: +1 -1
lines
Diff to previous 1.61 (colored)
kill the vfs_flags member in struct bhv_vfs All flags are added to xfs_mount's m_flag instead. Note that the 32bit inode flag was duplicated in both of them, but only cleared in the mount when it was not nessecary due to the filesystem beeing small enough. Two flags are still required here - one to indicate the mount option setting, and one to indicate if it applies or not. Signed-off-by: Christoph Hellwig <hch@lst.de> Merge of xfs-linux-melb:xfs-kern:29507a by kenmcd. move vfs_flags to xfs_mount.
Revision 1.61 / (download) - annotate - [select for diffs], Fri Aug 24 16:12:03 2007 UTC (10 years, 1 month ago) by dgc.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.60: +0 -3
lines
Diff to previous 1.60 (colored)
remove dependency of the dmapi module on behaviors Mount options are now parsed by the main XFS module and rejected if dmapi support is not available, and there is a new dm operation to send the mount event. Signed-off-by: Christoph Hellwig <hch@lst.de> Merge of xfs-linux-melb:xfs-kern:29502a by kenmcd. remove dependency of the dmapi module on behaviors
Revision 1.60 / (download) - annotate - [select for diffs], Mon Aug 20 06:16:39 2007 UTC (10 years, 1 month ago) by vapo.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.59: +4 -0
lines
Diff to previous 1.59 (colored)
optimize dmapi event tests w/o dmapi config Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Merge of xfs-linux-melb:xfs-kern:29444a by kenmcd. pv 969372, rv vapo - optimize dmapi event tests w/o dmapi config
Revision 1.59 / (download) - annotate - [select for diffs], Mon Aug 6 15:41:08 2007 UTC (10 years, 2 months ago) by vapo.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.58: +2 -8
lines
Diff to previous 1.58 (colored)
pv 968690, author Christoph Hellwig <hch@lst.de>, rv vapo - remove unessecary vfs argument to DM_EVENT_ENABLED Merge of xfs-linux-melb:xfs-kern:29340a by kenmcd. pv 968690, author Christoph Hellwig <hch@lst.de>, rv vapo - remove unessecary vfs argument to DM_EVENT_ENABLED
Revision 1.58 / (download) - annotate - [select for diffs], Fri Nov 10 02:51:36 2006 UTC (10 years, 11 months ago) by dgc.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.57: +2 -20
lines
Diff to previous 1.57 (colored)
Remove KERNEL_VERSION macros from xfs_dmapi.h Merge of xfs-linux-melb:xfs-kern:27398a by kenmcd. Split platform specific macros out into platform specifc headers.
Revision 1.57 / (download) - annotate - [select for diffs], Tue May 30 15:55:47 2006 UTC (11 years, 4 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.56: +1 -1
lines
Diff to previous 1.56 (colored)
Resolve a namespace collision on vfs/vfsops for FreeBSD porters. Merge of xfs-linux-melb:xfs-kern:26106a by kenmcd.
Revision 1.56 / (download) - annotate - [select for diffs], Wed Jan 25 00:34:27 2006 UTC (11 years, 8 months ago) by cattelan
Branch: MAIN
Changes since 1.55: +8 -7
lines
Diff to previous 1.55 (colored)
Bring the XFS code in sync with the changed from 2.6.16-rc1
Revision 1.55 / (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.54: +12 -26
lines
Diff to previous 1.54 (colored)
Update license/copyright notices to match the prefered SGI boilerplate. Merge of xfs-linux-melb:xfs-kern:23903a by kenmcd.
Revision 1.54 / (download) - annotate - [select for diffs], Tue May 3 18:03:41 2005 UTC (12 years, 5 months ago) by roehrich
Branch: MAIN
Changes since 1.53: +0 -4
lines
Diff to previous 1.53 (colored)
Undo xfs-linux:xfs-kern:190622a
Revision 1.53 / (download) - annotate - [select for diffs], Wed Apr 6 15:28:50 2005 UTC (12 years, 6 months ago) by roehrich
Branch: MAIN
Changes since 1.52: +1 -1
lines
Diff to previous 1.52 (colored)
Update copyrights update copyright
Revision 1.52 / (download) - annotate - [select for diffs], Wed Apr 6 15:22:09 2005 UTC (12 years, 6 months ago) by roehrich
Branch: MAIN
Changes since 1.51: +4 -0
lines
Diff to previous 1.51 (colored)
coordinate mmap calls with xfs_dm_punch_hole Add prototypes for xfs_dm_mm_get/xfs_dm_mm_put.
Revision 1.51 / (download) - annotate - [select for diffs], Wed Mar 16 18:24:02 2005 UTC (12 years, 7 months ago) by roehrich
Branch: MAIN
Changes since 1.50: +12 -7
lines
Diff to previous 1.50 (colored)
Handle inode semaphores properly for dmapi queues Change the defs for DM_SEM_FLAG_* to be more understandable, and to get the 2.6 kernel correct.
Revision 1.50 / (download) - annotate - [select for diffs], Thu Jun 24 06:53:17 2004 UTC (13 years, 3 months ago) by nathans
Branch: MAIN
Changes since 1.49: +0 -10
lines
Diff to previous 1.49 (colored)
Keep DMAPI config initialisation similar to other config options.
Revision 1.49 / (download) - annotate - [select for diffs], Tue Jun 8 17:43:48 2004 UTC (13 years, 4 months ago) by roehrich
Branch: MAIN
Changes since 1.48: +2 -2
lines
Diff to previous 1.48 (colored)
Fix non-dmapi build the XFS_DM_INIT/XFS_DM_EXIT macros take an arg, even for a non-dmapi build.
Revision 1.48 / (download) - annotate - [select for diffs], Tue Jun 8 15:58:58 2004 UTC (13 years, 4 months ago) by roehrich
Branch: MAIN
Changes since 1.47: +10 -3
lines
Diff to previous 1.47 (colored)
Change things to use new version of xfs_dm_init/xfs_dm_exit Change things to use new version of xfs_dm_init/xfs_dm_exit.
Revision 1.47 / (download) - annotate - [select for diffs], Fri Apr 30 20:20:33 2004 UTC (13 years, 5 months ago) by roehrich
Branch: MAIN
Changes since 1.46: +2 -9
lines
Diff to previous 1.46 (colored)
Undoes mod: xfs-linux:xfs-kern:170510a Remove some recent dmapi changes
Revision 1.46 / (download) - annotate - [select for diffs], Thu Apr 22 19:59:32 2004 UTC (13 years, 5 months ago) by roehrich
Branch: MAIN
Changes since 1.45: +9 -2
lines
Diff to previous 1.45 (colored)
Prep for using dmapi code outside of xfs tree Define XFS_DM_INIT/XFS_DM_EXIT
Revision 1.45 / (download) - annotate - [select for diffs], Thu Feb 26 21:16:57 2004 UTC (13 years, 7 months ago) by roehrich
Branch: MAIN
Changes since 1.44: +8 -5
lines
Diff to previous 1.44 (colored)
Change DM_SEM_FLAG to DM_SEM_FLAG_RD. Add D_SEM_FLAG_WR.
Revision 1.44 / (download) - annotate - [select for diffs], Tue Feb 24 19:21:20 2004 UTC (13 years, 7 months ago) by roehrich
Branch: MAIN
Changes since 1.43: +18 -0
lines
Diff to previous 1.43 (colored)
release i_sem before going into dmapi queues Merge of 2.4.x-xfs-kern:slinx:166619a by roehrich. Add DM_FLAG for i_sem and i_alloc_sem
Revision 1.43 / (download) - annotate - [select for diffs], Tue Jan 13 22:37:05 2004 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
Changes since 1.42: +0 -0
lines
Diff to previous 1.42 (colored)
Merge the bulk of the bits over from the -dev tree. Some of the code needs some cleanup now but this mod basically is to bring the xfs-linux tree in sync with -dev.
Revision 1.42 / (download) - annotate - [select for diffs], Thu Oct 23 15:55:46 2003 UTC (13 years, 11 months ago) by roehrich
Branch: MAIN
Changes since 1.41: +0 -8
lines
Diff to previous 1.41 (colored)
Remove duplicate FILP_DELAY_FLAG macro Remove duplicate FILP_DELAY_FLAG macro
Revision 1.41 / (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.40: +192 -0
lines
Diff to previous 1.40 (colored)
The Big Move linux/fs/xfs/xfs_dmapi.h 1.39 Renamed to xfs_dmapi.h
Revision 1.40 / (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.39: +0 -192
lines
Diff to previous 1.39 (colored)
Nuke
Revision 1.39 / (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.38: +12 -12
lines
Diff to previous 1.38 (colored)
Whitespace cleanup Clean up some whitespace... revert some whitespace changes from previous whitespace cleanup (incorrect tabs)
Revision 1.38 / (download) - annotate - [select for diffs], Thu Mar 27 02:55:26 2003 UTC (14 years, 6 months ago) by nathans
Branch: MAIN
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
Fix compiler warning when dmapi is switched on.
Revision 1.37 / (download) - annotate - [select for diffs], Thu Mar 20 00:17:42 2003 UTC (14 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.36: +1 -1
lines
Diff to previous 1.36 (colored)
Undoes mod: 2.4.x-xfs:slinx:142163a Cut and paste stuff up on my part in the DMAPI headers.
Revision 1.36 / (download) - annotate - [select for diffs], Wed Mar 19 23:37:12 2003 UTC (14 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.35: +2 -0
lines
Diff to previous 1.35 (colored)
Cut and paste stuff up on my part in the DMAPI headers.
Revision 1.35 / (download) - annotate - [select for diffs], Mon Mar 17 06:02:57 2003 UTC (14 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.34: +51 -160
lines
Diff to previous 1.34 (colored)
Separate the quota source into its own subdirectory ala dmapi. Push a bunch of quota- and dmapi-specific code down into these subdirs which previously was compiled into the core XFS code, and don't descend into these subdirs if options config'd off. Separate the quota source into its own subdirectory ala dmapi. Push a bunch of quota- and dmapi-specific code down into these subdirs which previously was compiled into the core XFS code, and don't descend into these subdirs if options config'd off.
Revision 1.34 / (download) - annotate - [select for diffs], Wed Mar 12 03:33:01 2003 UTC (14 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.33: +2 -8
lines
Diff to previous 1.33 (colored)
Next step in bhv code cleanup - this is a start on moving quota and dmapi into behavior layers, purging several points where these sit slap bang in the middle of XFS code (esp. read_super). Also removes numerous #ifdef's and a bunch of unused #define's from all over the place. More to come.
Revision 1.33 / (download) - annotate - [select for diffs], Thu Dec 12 17:04:17 2002 UTC (14 years, 10 months ago) by hch
Branch: MAIN
Changes since 1.32: +0 -17
lines
Diff to previous 1.32 (colored)
remove xfs_dm_send_create_event remove xfs_dm_send_create_event
Revision 1.32 / (download) - annotate - [select for diffs], Mon Oct 21 14:40:44 2002 UTC (14 years, 11 months ago) by hch
Branch: MAIN
Changes since 1.31: +3 -3
lines
Diff to previous 1.31 (colored)
remove nopkg() alias for ENOSYS use ENOSYS instead of nopkg()
Revision 1.31 / (download) - annotate - [select for diffs], Tue Jul 30 16:20:26 2002 UTC (15 years, 2 months ago) by roehrich
Branch: MAIN
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
fix build after dmapi src move
Revision 1.30 / (download) - annotate - [select for diffs], Thu Jul 25 16:40:28 2002 UTC (15 years, 2 months ago) by roehrich
Branch: MAIN
Changes since 1.29: +116 -5
lines
Diff to previous 1.29 (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.29 / (download) - annotate - [select for diffs], Tue Jul 23 20:54:30 2002 UTC (15 years, 2 months ago) by roehrich
Branch: MAIN
Changes since 1.28: +37 -3
lines
Diff to previous 1.28 (colored)
From Chris Hellwig: * CONFIG_XFS_DMAPI is now a dep_mbool on CONFIG_XFS_FS, fs/xfs_dmapi/ is entered based on CONFIG_XFS_FS if CONFIG_XFS_DMAPI is set to keep the old behaviour. * CONFIG_HAVE_XFS_DMAPI is gone, as CONFIG_XFS_DMAPI has the same meaning now. * we refuse to mount with dmapi/xdsm options now if we can't support it. * this way the dmapi_mount vfs method can't be called without dmapi support anymore. declare the two dmapi-related vfs methods only if we build with dmapi support. * fs/xfs/xfsdmapistubs.c is gone, all stubs for XFS-own dmapi-related functions are inlines in xfs_dmapi.h now. * xfs_dmapi_mmap_event is renamed to xfs_dm_send_mmap_event to match the other xfs_dm_send_* functions No Message Supplied
Revision 1.28 / (download) - annotate - [select for diffs], Thu Jul 11 15:04:20 2002 UTC (15 years, 3 months ago) by roehrich
Branch: MAIN
Changes since 1.27: +2 -3
lines
Diff to previous 1.27 (colored)
Patch from Christoph Hellwig. Summary: * ->mprotect is not an operation on the fd but the vma, make it a VM operation instead of file operation * remove file argument from ->mprotect - it's always vma->vm_file * define HAVE_VMOP_MPROTECT and make ->mprotect conditional on it * simplify ->mmap, calling generic_file_mmap is pointless. * rename linvfs_generic_file_mmap to linvfs_file_mmap * add missing externs in xfs_dmapi.h
Revision 1.27 / (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.26: +26 -26
lines
Diff to previous 1.26 (colored)
whitespace cleanup
Revision 1.26 / (download) - annotate - [select for diffs], Wed Jul 10 15:16:19 2002 UTC (15 years, 3 months ago) by roehrich
Branch: MAIN
Changes since 1.25: +4 -5
lines
Diff to previous 1.25 (colored)
xfs_dmapi_mmap_event() prototype
Revision 1.25 / (download) - annotate - [select for diffs], Fri Jun 21 18:53:09 2002 UTC (15 years, 3 months ago) by roehrich
Branch: MAIN
Changes since 1.24: +73 -0
lines
Diff to previous 1.24 (colored)
No Message Supplied
Revision 1.24 / (download) - annotate - [select for diffs], Thu Jun 20 20:31:36 2002 UTC (15 years, 3 months ago) by lord
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
mark going into dmapi calls as being unlikely
Revision 1.23 / (download) - annotate - [select for diffs], Wed Jun 19 15:57:21 2002 UTC (15 years, 4 months ago) by roehrich
Branch: MAIN
Changes since 1.22: +1 -3
lines
Diff to previous 1.22 (colored)
No Message Supplied
Revision 1.22 / (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.21: +1 -1
lines
Diff to previous 1.21 (colored)
Update copyright dates
Revision 1.21 / (download) - annotate - [select for diffs], Thu Mar 21 16:42:58 2002 UTC (15 years, 6 months ago) by roehrich
Branch: MAIN
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (colored)
To fix dm_handle_to_path() I need to be able to open a file by its handle, when I don't know which filesystem the handle belongs to--meaning, I don't have an open filedescriptor that I could use in, say, ioctl(XFS_IOC_OPEN_BY_HANDLE), which means I don't have access to a vfsmount ptr, which means I can't fully populate a new "struct file", which means I'm giving the user a new filedescriptor that isn't safe to use. This mod allows DMAPI to keep a vfsmount pointer that was used during the mount event, and in a followup mod I will use that pointer for an open_by_handle operation. Change xfs_dm_mount() prototype for vfsmount ptr.
Revision 1.20 / (download) - annotate - [select for diffs], Tue Dec 11 20:29:05 2001 UTC (15 years, 10 months ago) by roehrich
Branch: MAIN
Changes since 1.19: +0 -4
lines
Diff to previous 1.19 (colored)
Clean up a pile of invisible I/O problems: - By having an O-flag, non-privileged users could get invisible I/O--bad,bad. So toss out the O-flag and use our existing FINVIS in filp->f_mode. Seems to me we really need a new field in struct file for stuff like this, but this will do for now. - Sometimes linvfs_follow_link would get invisible I/O, because of garbage in the kmalloc'd memory. - xfs_open_by_handle is supposed to set invisible I/O, but it wasn't doing that on Linux. This is this function's purpose in life, so, it was kinda missing the boat. No Message Supplied
Revision 1.19 / (download) - annotate - [select for diffs], Thu Dec 6 21:29:13 2001 UTC (15 years, 10 months ago) by roehrich
Branch: MAIN
Changes since 1.18: +2 -21
lines
Diff to previous 1.18 (colored)
Remove prototype for xfs_dm_fcntl(). Remove prototype for xfs_set_dmattrs, it was used by xfs_dm_fcntl. Update dm_fcntl_* data structure names.
Revision 1.18 / (download) - annotate - [select for diffs], Tue Dec 4 17:34:40 2001 UTC (15 years, 10 months ago) by roehrich
Branch: MAIN
Changes since 1.17: +5 -0
lines
Diff to previous 1.17 (colored)
Make xfs_dm_get_fsys_vector() non-static.
Revision 1.17 / (download) - annotate - [select for diffs], Fri Oct 26 14:53:27 2001 UTC (15 years, 11 months ago) by roehrich
Branch: MAIN
Changes since 1.16: +7 -0
lines
Diff to previous 1.16 (colored)
-add prototype for xfs_dm_mapevent
Revision 1.16 / (download) - annotate - [select for diffs], Mon Aug 20 07:39:46 2001 UTC (16 years, 1 month ago) by nathans
Branch: MAIN
Changes since 1.15: +0 -7
lines
Diff to previous 1.15 (colored)
fix up STATIC functions.
Revision 1.15 / (download) - annotate - [select for diffs], Wed Jan 17 04:01:25 2001 UTC (16 years, 9 months ago) by nathans
Branch: MAIN
CVS Tags: Release-1_0_0,
PreRelease-0_10,
Linux-2_4_5-merge
Changes since 1.14: +0 -2
lines
Diff to previous 1.14 (colored)
slightly modify dmapi include mechanism to assist sharing with userspace.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Dec 14 02:52:59 2000 UTC (16 years, 10 months ago) by dxm
Branch: MAIN
Changes since 1.13: +3 -4
lines
Diff to previous 1.13 (colored)
rename filp version of UIO_DELAY_FLAG to FILP_DELAY_FLAG so we can define UIO_DELAY_FLAG as in irix for cxfs
Revision 1.13 / (download) - annotate - [select for diffs], Tue Oct 10 18:33:09 2000 UTC (17 years ago) by roehrich
Branch: MAIN
Changes since 1.12: +7 -0
lines
Diff to previous 1.12 (colored)
Add xfs_dm_mount(), for dmapi mount via VFSOPS add prototype for xfs_dm_mount
Revision 1.12 / (download) - annotate - [select for diffs], Mon Oct 9 18:20:46 2000 UTC (17 years ago) by roehrich
Branch: MAIN
Changes since 1.11: +5 -0
lines
Diff to previous 1.11 (colored)
update some dmapi headers add some notes
Revision 1.11 / (download) - annotate - [select for diffs], Mon Sep 25 05:42:07 2000 UTC (17 years ago) by nathans
Branch: MAIN
Changes since 1.10: +6 -8
lines
Diff to previous 1.10 (colored)
use xfs.h, remove all traces of SIM, push extern declarations into headers, dead code removal.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 20 18:16:11 2000 UTC (17 years, 2 months ago) by roehrich
Branch: MAIN
Changes since 1.9: +8 -8
lines
Diff to previous 1.9 (colored)
update some of the prototypes for the xfs side of dmapi update some prototypes
Revision 1.9 / (download) - annotate - [select for diffs], Fri Jun 9 06:40:03 2000 UTC (17 years, 4 months ago) by ananth
Branch: MAIN
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
Merge of 2.3.99pre2-xfs:slinx:63026a originally by cattelan on 05/30/00 Masive type update all daddr_t -> xfs_daddr_t caddr_t -> xfs_caddr_t off_t -> xfs_off_t ino_t -> xfs_ino_t off64_t -> xfs_off_t Removed need for file xfs_to_linux.h and lunux_to_xfs.h
Revision 1.8 / (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.7: +25 -12
lines
Diff to previous 1.7 (colored)
Updated copyright and license notices, ready for open source release Merge of 2.3.99pre2-xfs:slinx:55821a by ananth.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 9 01:50:04 2000 UTC (17 years, 4 months ago) by nathans
Branch: MAIN
CVS Tags: DELETE
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
Merge of 2.3.99pre2-xfs:slinx:46428a by ananth. Merge of 2.3.42-xfs:slinx:46428a by ananth. remove unused include files.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 30 09:59:06 2000 UTC (17 years, 8 months ago) by kenmcd
Branch: MAIN
Changes since 1.5: +11 -16
lines
Diff to previous 1.5 (colored)
Encumbrance review done. Add copyright and license words consistent with GPL. Refer to http://fsg.melbourne.sgi.com/reviews/ for details. There is a slight change in the license terms and conditions words to go with the copyrights, so most of the files are not getting new GPL's, just updated versions ... but there are 20-30 more files here as well.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 3 21:41:53 2000 UTC (17 years, 9 months ago) by kenmcd
Branch: MAIN
Changes since 1.4: +24 -1
lines
Diff to previous 1.4 (colored)
Encumbrance review done. Add copyright and license words consistent with GPL.
Revision 1.4 / (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.3: +7 -1
lines
Diff to previous 1.3 (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.3 / (download) - annotate - [select for diffs], Wed May 13 20:48:51 1998 UTC (19 years, 5 months ago) by kcm
Branch: MAIN
Changes since 1.2: +11 -1
lines
Diff to previous 1.2 (colored)
Define reference to global function xfs_set_dmattrs.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 19 15:29:33 1997 UTC (19 years, 10 months ago) by kcm
Branch: MAIN
Changes since 1.1: +14 -0
lines
Diff to previous 1.1 (colored)
Define string DMATTR_PREFIXSTRING to prefix DMI attributes. Defined here so that xfsrestore can access the string. pv: 549111. rv: kfr@sdiv.cray.com
Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 9 14:31:52 1997 UTC (20 years, 1 month ago) by kcm
Branch: MAIN
Changes to reflect DMAPI upgrade to conform to the X/Open XDSM document.