mtd/fs/jffs2 LICENCE,1.1,1.2 background.c,1.41,1.42
build.c,1.48,1.49 compr.c,1.26,1.27 compr_rtime.c,1.10,1.11
compr_zlib.c,1.23,1.24 dir.c,1.80,1.81 erase.c,1.51,1.52
file.c,1.92,1.93 fs.c,1.28,1.29 gc.c,1.107,1.108 ioctl.c,1.6,1.7
malloc.c,1.24,1.25 nodelist.c,1.79,1.80 nodelist.h,1.101,1.102
nodemgmt.c,1.99,1.100 os-linux.h,1.32,1.33 pushpull.h,1.8,1.9
read.c,1.33,1.34 readinode.c,1.106,1.107 scan.c,1.101,1.102
super-v24.c,1.72,1.73 super.c,1.86,1.87 symlink.c,1.11,1.12
wbuf.c,1.48,1.49 write.c,1.73,1.74 writev.c,1.3,1.4
David Woodhouse
dwmw2 at infradead.org
Sat Oct 4 04:33:10 EDT 2003
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv18393/fs/jffs2
Modified Files:
LICENCE background.c build.c compr.c compr_rtime.c
compr_zlib.c dir.c erase.c file.c fs.c gc.c ioctl.c malloc.c
nodelist.c nodelist.h nodemgmt.c os-linux.h pushpull.h read.c
readinode.c scan.c super-v24.c super.c symlink.c wbuf.c
write.c writev.c
Log Message:
Copyright date update; v2.2
Index: LICENCE
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/LICENCE,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LICENCE 20 May 2002 14:56:37 -0000 1.1
+++ LICENCE 4 Oct 2003 08:33:05 -0000 1.2
@@ -1,7 +1,7 @@
The files in this directory and elsewhere which refer to this LICENCE
file are part of JFFS2, the Journalling Flash File System v2.
- Copyright (C) 2001, 2002 Red Hat, Inc.
+ Copyright (C) 2001-2003 Red Hat, Inc.
JFFS2 is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Index: background.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/background.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- background.c 3 Oct 2003 15:54:49 -0000 1.41
+++ background.c 4 Oct 2003 08:33:05 -0000 1.42
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: build.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/build.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- build.c 3 Oct 2003 15:58:43 -0000 1.48
+++ build.c 4 Oct 2003 08:33:06 -0000 1.49
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: compr.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/compr.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- compr.c 12 Jan 2003 13:21:28 -0000 1.26
+++ compr.c 4 Oct 2003 08:33:06 -0000 1.27
@@ -1,7 +1,7 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
* Created by Arjan van de Ven <arjanv at redhat.com>
*
Index: compr_rtime.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/compr_rtime.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- compr_rtime.c 11 May 2003 10:47:13 -0000 1.10
+++ compr_rtime.c 4 Oct 2003 08:33:06 -0000 1.11
@@ -1,7 +1,7 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
* Created by Arjan van de Ven <arjanv at redhat.com>
*
Index: compr_zlib.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/compr_zlib.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- compr_zlib.c 26 May 2003 09:15:19 -0000 1.23
+++ compr_zlib.c 4 Oct 2003 08:33:06 -0000 1.24
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: dir.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/dir.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- dir.c 3 Oct 2003 15:33:06 -0000 1.80
+++ dir.c 4 Oct 2003 08:33:06 -0000 1.81
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: erase.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/erase.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- erase.c 11 May 2003 22:47:36 -0000 1.51
+++ erase.c 4 Oct 2003 08:33:06 -0000 1.52
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: file.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/file.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- file.c 3 Oct 2003 15:33:06 -0000 1.92
+++ file.c 4 Oct 2003 08:33:06 -0000 1.93
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: fs.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/fs.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- fs.c 3 Oct 2003 15:54:49 -0000 1.28
+++ fs.c 4 Oct 2003 08:33:06 -0000 1.29
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: gc.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/gc.c,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- gc.c 3 Oct 2003 15:54:49 -0000 1.107
+++ gc.c 4 Oct 2003 08:33:06 -0000 1.108
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: ioctl.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ioctl.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ioctl.c 20 May 2002 14:56:38 -0000 1.6
+++ ioctl.c 4 Oct 2003 08:33:06 -0000 1.7
@@ -3,7 +3,7 @@
*
* Copyright (C) 2001 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: malloc.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/malloc.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- malloc.c 11 Mar 2003 17:30:29 -0000 1.24
+++ malloc.c 4 Oct 2003 08:33:06 -0000 1.25
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: nodelist.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/nodelist.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- nodelist.c 8 Apr 2003 08:20:01 -0000 1.79
+++ nodelist.c 4 Oct 2003 08:33:06 -0000 1.80
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: nodelist.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/nodelist.h,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- nodelist.h 3 Oct 2003 18:14:17 -0000 1.101
+++ nodelist.h 4 Oct 2003 08:33:06 -0000 1.102
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: nodemgmt.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/nodemgmt.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- nodemgmt.c 4 Oct 2003 00:50:36 -0000 1.99
+++ nodemgmt.c 4 Oct 2003 08:33:06 -0000 1.100
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: os-linux.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/os-linux.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- os-linux.h 15 Sep 2003 15:13:43 -0000 1.32
+++ os-linux.h 4 Oct 2003 08:33:06 -0000 1.33
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2002 Red Hat, Inc.
+ * Copyright (C) 2002-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: pushpull.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/pushpull.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pushpull.h 20 May 2002 14:56:38 -0000 1.8
+++ pushpull.h 4 Oct 2003 08:33:06 -0000 1.9
@@ -3,7 +3,7 @@
*
* Copyright (C) 2001, 2002 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: read.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/read.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- read.c 17 Jul 2003 08:44:12 -0000 1.33
+++ read.c 4 Oct 2003 08:33:06 -0000 1.34
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: readinode.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/readinode.c,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- readinode.c 14 May 2003 06:53:26 -0000 1.106
+++ readinode.c 4 Oct 2003 08:33:06 -0000 1.107
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: scan.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/scan.c,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- scan.c 30 Jun 2003 10:58:57 -0000 1.101
+++ scan.c 4 Oct 2003 08:33:07 -0000 1.102
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: super-v24.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/super-v24.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- super-v24.c 25 Aug 2003 13:24:12 -0000 1.72
+++ super-v24.c 4 Oct 2003 08:33:07 -0000 1.73
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
@@ -104,7 +104,7 @@
{
int ret;
- printk(KERN_NOTICE "JFFS2 version 2.1. (C) 2001, 2002 Red Hat, Inc., designed by Axis Communications AB.\n");
+ printk(KERN_INFO "JFFS2 version 2.2. (C) 2001-2003 Red Hat, Inc.\n");
#ifdef JFFS2_OUT_OF_KERNEL
/* sanity checks. Could we do these at compile time? */
Index: super.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/super.c,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- super.c 25 Aug 2003 13:24:12 -0000 1.86
+++ super.c 4 Oct 2003 08:33:07 -0000 1.87
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
@@ -288,7 +288,7 @@
{
int ret;
- printk(KERN_INFO "JFFS2 version 2.1. (C) 2001, 2002 Red Hat, Inc.\n");
+ printk(KERN_INFO "JFFS2 version 2.2. (C) 2001-2003 Red Hat, Inc.\n");
jffs2_inode_cachep = kmem_cache_create("jffs2_i",
sizeof(struct jffs2_inode_info),
Index: symlink.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/symlink.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- symlink.c 23 Jul 2002 17:00:45 -0000 1.11
+++ symlink.c 4 Oct 2003 08:33:07 -0000 1.12
@@ -3,7 +3,7 @@
*
* Copyright (C) 2001, 2002 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: wbuf.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/wbuf.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- wbuf.c 3 Oct 2003 18:21:04 -0000 1.48
+++ wbuf.c 4 Oct 2003 08:33:07 -0000 1.49
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: write.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/write.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- write.c 3 Oct 2003 18:14:17 -0000 1.73
+++ write.c 4 Oct 2003 08:33:07 -0000 1.74
@@ -1,9 +1,9 @@
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
- * Copyright (C) 2001, 2002 Red Hat, Inc.
+ * Copyright (C) 2001-2003 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
Index: writev.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/writev.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- writev.c 8 Aug 2002 08:35:21 -0000 1.3
+++ writev.c 4 Oct 2003 08:33:07 -0000 1.4
@@ -3,7 +3,7 @@
*
* Copyright (C) 2001, 2002 Red Hat, Inc.
*
- * Created by David Woodhouse <dwmw2 at cambridge.redhat.com>
+ * Created by David Woodhouse <dwmw2 at redhat.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
More information about the linux-mtd-cvs
mailing list