Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
13a9b6c4
Commit
13a9b6c4
authored
Apr 03, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Automerge
parents
ce08711a
0fca85e6
Changes
40
Show whitespace changes
Inline
Side-by-side
Showing
40 changed files
with
54 additions
and
178 deletions
+54
-178
fs/jfs/endian24.h
fs/jfs/endian24.h
+2
-3
fs/jfs/file.c
fs/jfs/file.c
+1
-2
fs/jfs/inode.c
fs/jfs/inode.c
+1
-2
fs/jfs/jfs_btree.h
fs/jfs/jfs_btree.h
+2
-2
fs/jfs/jfs_debug.c
fs/jfs/jfs_debug.c
+2
-2
fs/jfs/jfs_debug.h
fs/jfs/jfs_debug.h
+2
-4
fs/jfs/jfs_defragfs.h
fs/jfs/jfs_defragfs.h
+1
-5
fs/jfs/jfs_dinode.h
fs/jfs/jfs_dinode.h
+1
-4
fs/jfs/jfs_dmap.c
fs/jfs/jfs_dmap.c
+1
-14
fs/jfs/jfs_dmap.h
fs/jfs/jfs_dmap.h
+1
-4
fs/jfs/jfs_dtree.c
fs/jfs/jfs_dtree.c
+2
-5
fs/jfs/jfs_dtree.h
fs/jfs/jfs_dtree.h
+1
-7
fs/jfs/jfs_extendfs.h
fs/jfs/jfs_extendfs.h
+1
-4
fs/jfs/jfs_extent.c
fs/jfs/jfs_extent.c
+1
-6
fs/jfs/jfs_extent.h
fs/jfs/jfs_extent.h
+1
-1
fs/jfs/jfs_filsys.h
fs/jfs/jfs_filsys.h
+2
-4
fs/jfs/jfs_imap.c
fs/jfs/jfs_imap.c
+1
-9
fs/jfs/jfs_imap.h
fs/jfs/jfs_imap.h
+1
-1
fs/jfs/jfs_incore.h
fs/jfs/jfs_incore.h
+2
-4
fs/jfs/jfs_inode.c
fs/jfs/jfs_inode.c
+1
-2
fs/jfs/jfs_inode.h
fs/jfs/jfs_inode.h
+1
-1
fs/jfs/jfs_lock.h
fs/jfs/jfs_lock.h
+1
-1
fs/jfs/jfs_logmgr.c
fs/jfs/jfs_logmgr.c
+2
-4
fs/jfs/jfs_logmgr.h
fs/jfs/jfs_logmgr.h
+1
-3
fs/jfs/jfs_metapage.c
fs/jfs/jfs_metapage.c
+1
-5
fs/jfs/jfs_metapage.h
fs/jfs/jfs_metapage.h
+1
-1
fs/jfs/jfs_mount.c
fs/jfs/jfs_mount.c
+1
-11
fs/jfs/jfs_superblock.h
fs/jfs/jfs_superblock.h
+1
-5
fs/jfs/jfs_txnmgr.c
fs/jfs/jfs_txnmgr.c
+1
-2
fs/jfs/jfs_txnmgr.h
fs/jfs/jfs_txnmgr.h
+1
-10
fs/jfs/jfs_types.h
fs/jfs/jfs_types.h
+1
-2
fs/jfs/jfs_umount.c
fs/jfs/jfs_umount.c
+1
-6
fs/jfs/jfs_unicode.c
fs/jfs/jfs_unicode.c
+2
-2
fs/jfs/jfs_unicode.h
fs/jfs/jfs_unicode.h
+4
-9
fs/jfs/jfs_uniupr.c
fs/jfs/jfs_uniupr.c
+2
-5
fs/jfs/jfs_xtree.c
fs/jfs/jfs_xtree.c
+1
-2
fs/jfs/jfs_xtree.h
fs/jfs/jfs_xtree.h
+2
-7
fs/jfs/namei.c
fs/jfs/namei.c
+1
-10
fs/jfs/super.c
fs/jfs/super.c
+1
-2
fs/jfs/symlink.c
fs/jfs/symlink.c
+1
-5
No files found.
fs/jfs/endian24.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2001
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -15,12 +15,11 @@
...
@@ -15,12 +15,11 @@
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
#ifndef _H_ENDIAN24
#ifndef _H_ENDIAN24
#define _H_ENDIAN24
#define _H_ENDIAN24
/*
/*
*
fs/jfs/
endian24.h:
* endian24.h:
*
*
* Endian conversion for 24-byte data
* Endian conversion for 24-byte data
*
*
...
...
fs/jfs/file.c
View file @
13a9b6c4
/*
/*
*
* Copyright (c) International Business Machines Corp., 2000-2002
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/inode.c
View file @
13a9b6c4
/*
/*
*
* Copyright (c) International Business Machines Corp., 2000-2002
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_btree.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2001
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -14,10 +14,10 @@
...
@@ -14,10 +14,10 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
*/
#ifndef _H_JFS_BTREE
#ifndef _H_JFS_BTREE
#define _H_JFS_BTREE
#define _H_JFS_BTREE
/*
/*
* jfs_btree.h: B+-tree
* jfs_btree.h: B+-tree
*
*
...
...
fs/jfs/jfs_debug.c
View file @
13a9b6c4
/*
/*
*
* Copyright (c) International Business Machines Corp., 2000-2002
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -16,6 +15,7 @@
...
@@ -16,6 +15,7 @@
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
#include <linux/fs.h>
#include <linux/fs.h>
#include <linux/ctype.h>
#include <linux/ctype.h>
#include <linux/module.h>
#include <linux/module.h>
...
...
fs/jfs/jfs_debug.h
View file @
13a9b6c4
/*
/*
*
* Copyright (c) International Business Machines Corp., 2000-2002
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -15,8 +14,7 @@
...
@@ -15,8 +14,7 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
*/
#ifndef _H_JFS_DEBUG
#ifndef _H_JFS_DEBUG
#define _H_JFS_DEBUG
#define _H_JFS_DEBUG
...
...
fs/jfs/jfs_defragfs.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2001
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -14,14 +14,10 @@
...
@@ -14,14 +14,10 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
*/
#ifndef _H_JFS_DEFRAGFS
#ifndef _H_JFS_DEFRAGFS
#define _H_JFS_DEFRAGFS
#define _H_JFS_DEFRAGFS
/*
* jfs_defragfs.h
*/
/*
/*
* defragfs parameter list
* defragfs parameter list
*/
*/
...
...
fs/jfs/jfs_dinode.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2001
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -14,15 +14,12 @@
...
@@ -14,15 +14,12 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
*/
#ifndef _H_JFS_DINODE
#ifndef _H_JFS_DINODE
#define _H_JFS_DINODE
#define _H_JFS_DINODE
/*
/*
* jfs_dinode.h: on-disk inode manager
* jfs_dinode.h: on-disk inode manager
*
*/
*/
#define INODESLOTSIZE 128
#define INODESLOTSIZE 128
...
...
fs/jfs/jfs_dmap.c
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2002
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -14,19 +14,6 @@
...
@@ -14,19 +14,6 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*
* MODULE_NAME: jfs_dmap.c
*
* COMPONENT_NAME: sysjfs
*
* FUNCTION: block allocation map manager
*
*/
/*
* Change History :
*
*/
*/
#include <linux/fs.h>
#include <linux/fs.h>
...
...
fs/jfs/jfs_dmap.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2002
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -14,10 +14,7 @@
...
@@ -14,10 +14,7 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* jfs_dmap.h: block allocation map manager
*/
*/
#ifndef _H_JFS_DMAP
#ifndef _H_JFS_DMAP
#define _H_JFS_DMAP
#define _H_JFS_DMAP
...
...
fs/jfs/jfs_dtree.c
View file @
13a9b6c4
/*
/*
*
* Copyright (c) International Business Machines Corp., 2000-2002
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -15,9 +14,7 @@
...
@@ -15,9 +14,7 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
*
*/
/*
/*
* jfs_dtree.c: directory B+-tree manager
* jfs_dtree.c: directory B+-tree manager
...
...
fs/jfs/jfs_dtree.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2002
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -15,12 +15,6 @@
...
@@ -15,12 +15,6 @@
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
/*
* Change History :
*
*/
#ifndef _H_JFS_DTREE
#ifndef _H_JFS_DTREE
#define _H_JFS_DTREE
#define _H_JFS_DTREE
...
...
fs/jfs/jfs_extendfs.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2001
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -18,9 +18,6 @@
...
@@ -18,9 +18,6 @@
#ifndef _H_JFS_EXTENDFS
#ifndef _H_JFS_EXTENDFS
#define _H_JFS_EXTENDFS
#define _H_JFS_EXTENDFS
/*
* jfs_extendfs.h
*/
/*
/*
* extendfs parameter list
* extendfs parameter list
*/
*/
...
...
fs/jfs/jfs_extent.c
View file @
13a9b6c4
/*
/*
*
* Copyright (c) International Business Machines Corp., 2000-2002
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -15,10 +14,6 @@
...
@@ -15,10 +14,6 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*
*
* Module: jfs_extent.c:
*/
*/
#include <linux/fs.h>
#include <linux/fs.h>
...
...
fs/jfs/jfs_extent.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2001
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_filsys.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2001
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -14,9 +14,7 @@
...
@@ -14,9 +14,7 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
*/
#ifndef _H_JFS_FILSYS
#ifndef _H_JFS_FILSYS
#define _H_JFS_FILSYS
#define _H_JFS_FILSYS
...
...
fs/jfs/jfs_imap.c
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines Corp., 2000-2002
*
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -16,12 +14,6 @@
...
@@ -16,12 +14,6 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
/*
* Change History :
*
*/
*/
/*
/*
...
...
fs/jfs/jfs_imap.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2002
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_incore.h
View file @
13a9b6c4
/*
/*
*
* Copyright (c) International Business Machines Corp., 2000-2002
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -15,8 +14,7 @@
...
@@ -15,8 +14,7 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
*/
#ifndef _H_JFS_INCORE
#ifndef _H_JFS_INCORE
#define _H_JFS_INCORE
#define _H_JFS_INCORE
...
...
fs/jfs/jfs_inode.c
View file @
13a9b6c4
/*
/*
*
* Copyright (c) International Business Machines Corp., 2000-2002
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_inode.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2001
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_lock.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2001
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_logmgr.c
View file @
13a9b6c4
/*
/*
*
* Copyright (c) International Business Machines Corp., 2000-2002
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -15,8 +14,7 @@
...
@@ -15,8 +14,7 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
*/
/*
/*
* jfs_logmgr.c: log manager
* jfs_logmgr.c: log manager
...
...
fs/jfs/jfs_logmgr.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2002
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -15,11 +15,9 @@
...
@@ -15,11 +15,9 @@
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
#ifndef _H_JFS_LOGMGR
#ifndef _H_JFS_LOGMGR
#define _H_JFS_LOGMGR
#define _H_JFS_LOGMGR
#include "jfs_filsys.h"
#include "jfs_filsys.h"
#include "jfs_lock.h"
#include "jfs_lock.h"
...
...
fs/jfs/jfs_metapage.c
View file @
13a9b6c4
/*
/*
*
* Copyright (c) International Business Machines Corp., 2000-2002
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -15,9 +14,6 @@
...
@@ -15,9 +14,6 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Module: jfs/jfs_metapage.c
*
*/
*/
#include <linux/fs.h>
#include <linux/fs.h>
...
...
fs/jfs/jfs_metapage.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2002
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_mount.c
View file @
13a9b6c4
/*
/*
* MODULE_NAME: jfs_mount.c
* Copyright (c) International Business Machines Corp., 2000-2002
*
* COMPONENT_NAME: sysjfs
*
*
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -21,11 +16,6 @@
...
@@ -21,11 +16,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
/*
* Change History :
*
*/
/*
/*
* Module: jfs_mount.c
* Module: jfs_mount.c
*
*
...
...
fs/jfs/jfs_superblock.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2002
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -14,13 +14,9 @@
...
@@ -14,13 +14,9 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
*/
#ifndef _H_JFS_SUPERBLOCK
#ifndef _H_JFS_SUPERBLOCK
#define _H_JFS_SUPERBLOCK
#define _H_JFS_SUPERBLOCK
/*
* jfs_superblock.h
*/
/*
/*
* make the magic number something a human could read
* make the magic number something a human could read
...
...
fs/jfs/jfs_txnmgr.c
View file @
13a9b6c4
/*
/*
*
* Copyright (c) International Business Machines Corp., 2000-2002
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_txnmgr.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2002
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -15,17 +15,8 @@
...
@@ -15,17 +15,8 @@
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
/*
* Change History :
*
*/
#ifndef _H_JFS_TXNMGR
#ifndef _H_JFS_TXNMGR
#define _H_JFS_TXNMGR
#define _H_JFS_TXNMGR
/*
* jfs_txnmgr.h: transaction manager
*/
#include "jfs_logmgr.h"
#include "jfs_logmgr.h"
...
...
fs/jfs/jfs_types.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2002
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
#ifndef _H_JFS_TYPES
#ifndef _H_JFS_TYPES
#define _H_JFS_TYPES
#define _H_JFS_TYPES
...
...
fs/jfs/jfs_umount.c
View file @
13a9b6c4
/*
/*
*
* Copyright (c) International Business Machines Corp., 2000-2002
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -17,10 +16,6 @@
...
@@ -17,10 +16,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
/*
* Change History :
*/
/*
/*
* jfs_umount.c
* jfs_umount.c
*
*
...
...
fs/jfs/jfs_unicode.c
View file @
13a9b6c4
/*
/*
*
* Copyright (c) International Business Machines Corp., 2000-2002
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -16,6 +15,7 @@
...
@@ -16,6 +15,7 @@
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
#include <linux/fs.h>
#include <linux/fs.h>
#include <linux/slab.h>
#include <linux/slab.h>
#include "jfs_types.h"
#include "jfs_types.h"
...
...
fs/jfs/jfs_unicode.h
View file @
13a9b6c4
/*
/*
* unistrk: Unicode kernel case support
* Copyright (c) International Business Machines Corp., 2000-2002
*
* Function:
* Convert a unicode character to upper or lower case using
* compressed tables.
*
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -20,9 +14,9 @@
...
@@ -20,9 +14,9 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*
*/
*/
#ifndef _H_JFS_UNICODE
#define _H_JFS_UNICODE
#include <asm/byteorder.h>
#include <asm/byteorder.h>
#include "jfs_types.h"
#include "jfs_types.h"
...
@@ -141,3 +135,4 @@ static inline wchar_t *UniStrupr(wchar_t * upin)
...
@@ -141,3 +135,4 @@ static inline wchar_t *UniStrupr(wchar_t * upin)
return
upin
;
/* Return input pointer */
return
upin
;
/* Return input pointer */
}
}
#endif
/* !_H_JFS_UNICODE */
fs/jfs/jfs_uniupr.c
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2002
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -14,10 +14,7 @@
...
@@ -14,10 +14,7 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
* jfs_uniupr.c - Unicode compressed case ranges
*
*/
#include <linux/fs.h>
#include <linux/fs.h>
#include "jfs_unicode.h"
#include "jfs_unicode.h"
...
...
fs/jfs/jfs_xtree.c
View file @
13a9b6c4
/*
/*
*
* Copyright (c) International Business Machines Corp., 2000-2002
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/jfs_xtree.h
View file @
13a9b6c4
/*
/*
* Copyright (c) International Business Machines
Corp., 2000
* Copyright (c) International Business Machines
Corp., 2000-2002
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -14,12 +14,7 @@
...
@@ -14,12 +14,7 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
/*
* Change History :
*
*/
#ifndef _H_JFS_XTREE
#ifndef _H_JFS_XTREE
#define _H_JFS_XTREE
#define _H_JFS_XTREE
...
...
fs/jfs/namei.c
View file @
13a9b6c4
/*
/*
*
* Copyright (c) International Business Machines Corp., 2000-2002
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -15,14 +14,6 @@
...
@@ -15,14 +14,6 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Module: jfs/namei.c
*
*/
/*
* Change History :
*
*/
*/
#include <linux/fs.h>
#include <linux/fs.h>
...
...
fs/jfs/super.c
View file @
13a9b6c4
/*
/*
*
* Copyright (c) International Business Machines Corp., 2000-2002
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
fs/jfs/symlink.c
View file @
13a9b6c4
/*
/*
*
* Copyright (c) International Business Machines Corp., 2000-2002
* Copyright (c) International Business Machines Corp., 2000
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -16,8 +14,6 @@
...
@@ -16,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* JFS fast symlink handling code
*/
*/
#include <linux/fs.h>
#include <linux/fs.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment