Thomas Gleixner | 1a59d1b8 | 2019-05-27 08:55:05 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) International Business Machines Corp., 2000-2004 |
| 4 | * Portions Copyright (C) Christoph Hellwig, 2001-2002 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #include <linux/fs.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | #include <linux/module.h> |
| 9 | #include <linux/parser.h> |
| 10 | #include <linux/completion.h> |
| 11 | #include <linux/vfs.h> |
Jan Kara | 74abb98 | 2008-07-25 01:46:51 -0700 | [diff] [blame] | 12 | #include <linux/quotaops.h> |
Mark Bellon | 8fc2751 | 2005-09-06 15:16:54 -0700 | [diff] [blame] | 13 | #include <linux/mount.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | #include <linux/moduleparam.h> |
Christoph Hellwig | 91dbb4d | 2006-02-15 12:49:04 -0600 | [diff] [blame] | 15 | #include <linux/kthread.h> |
Christoph Hellwig | 9a59f452 | 2005-06-23 00:10:19 -0700 | [diff] [blame] | 16 | #include <linux/posix_acl.h> |
Dave Kleikamp | 115ff50 | 2006-07-26 14:52:13 -0500 | [diff] [blame] | 17 | #include <linux/buffer_head.h> |
Christoph Hellwig | a569425 | 2007-07-17 04:04:28 -0700 | [diff] [blame] | 18 | #include <linux/exportfs.h> |
Coly Li | b5c816a | 2009-01-21 00:05:39 +0800 | [diff] [blame] | 19 | #include <linux/crc32.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 20 | #include <linux/slab.h> |
Linus Torvalds | 7c0f6ba | 2016-12-24 11:46:01 -0800 | [diff] [blame] | 21 | #include <linux/uaccess.h> |
Mark Bellon | 8fc2751 | 2005-09-06 15:16:54 -0700 | [diff] [blame] | 22 | #include <linux/seq_file.h> |
Tino Reichardt | b40c2e6 | 2012-09-17 11:58:19 -0500 | [diff] [blame] | 23 | #include <linux/blkdev.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | |
| 25 | #include "jfs_incore.h" |
| 26 | #include "jfs_filsys.h" |
Dave Kleikamp | 1868f4a | 2005-05-04 15:29:35 -0500 | [diff] [blame] | 27 | #include "jfs_inode.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | #include "jfs_metapage.h" |
| 29 | #include "jfs_superblock.h" |
| 30 | #include "jfs_dmap.h" |
| 31 | #include "jfs_imap.h" |
| 32 | #include "jfs_acl.h" |
| 33 | #include "jfs_debug.h" |
Christoph Hellwig | 2cc6a5a | 2013-12-20 05:16:51 -0800 | [diff] [blame] | 34 | #include "jfs_xattr.h" |
Jan Kara | 12fd086 | 2017-04-11 16:21:01 +0200 | [diff] [blame] | 35 | #include "jfs_dinode.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | |
| 37 | MODULE_DESCRIPTION("The Journaled Filesystem (JFS)"); |
| 38 | MODULE_AUTHOR("Steve Best/Dave Kleikamp/Barry Arndt, IBM"); |
| 39 | MODULE_LICENSE("GPL"); |
| 40 | |
Fabian Frederick | 789602e | 2014-05-22 10:42:24 +1000 | [diff] [blame] | 41 | static struct kmem_cache *jfs_inode_cachep; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 | |
Josef 'Jeff' Sipek | ee9b6d6 | 2007-02-12 00:55:41 -0800 | [diff] [blame] | 43 | static const struct super_operations jfs_super_operations; |
Christoph Hellwig | 3965516 | 2007-10-21 16:42:17 -0700 | [diff] [blame] | 44 | static const struct export_operations jfs_export_operations; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | static struct file_system_type jfs_fs_type; |
| 46 | |
| 47 | #define MAX_COMMIT_THREADS 64 |
Fabian Frederick | 789602e | 2014-05-22 10:42:24 +1000 | [diff] [blame] | 48 | static int commit_threads; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | module_param(commit_threads, int, 0); |
| 50 | MODULE_PARM_DESC(commit_threads, "Number of commit threads"); |
| 51 | |
Christoph Hellwig | 91dbb4d | 2006-02-15 12:49:04 -0600 | [diff] [blame] | 52 | static struct task_struct *jfsCommitThread[MAX_COMMIT_THREADS]; |
| 53 | struct task_struct *jfsIOthread; |
| 54 | struct task_struct *jfsSyncThread; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | |
| 56 | #ifdef CONFIG_JFS_DEBUG |
| 57 | int jfsloglevel = JFS_LOGLEVEL_WARN; |
| 58 | module_param(jfsloglevel, int, 0644); |
| 59 | MODULE_PARM_DESC(jfsloglevel, "Specify JFS loglevel (0, 1 or 2)"); |
| 60 | #endif |
| 61 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | static void jfs_handle_error(struct super_block *sb) |
| 63 | { |
| 64 | struct jfs_sb_info *sbi = JFS_SBI(sb); |
| 65 | |
David Howells | bc98a42 | 2017-07-17 08:45:34 +0100 | [diff] [blame] | 66 | if (sb_rdonly(sb)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | return; |
| 68 | |
| 69 | updateSuper(sb, FM_DIRTY); |
| 70 | |
| 71 | if (sbi->flag & JFS_ERR_PANIC) |
| 72 | panic("JFS (device %s): panic forced after error\n", |
| 73 | sb->s_id); |
| 74 | else if (sbi->flag & JFS_ERR_REMOUNT_RO) { |
Joe Perches | b18db6d | 2016-03-30 05:23:16 -0700 | [diff] [blame] | 75 | jfs_err("ERROR: (device %s): remounting filesystem as read-only", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 76 | sb->s_id); |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 77 | sb->s_flags |= SB_RDONLY; |
Dave Kleikamp | 63f83c9 | 2006-10-02 09:55:27 -0500 | [diff] [blame] | 78 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 79 | |
| 80 | /* nothing is done for continue beyond marking the superblock dirty */ |
| 81 | } |
| 82 | |
Joe Perches | eb8630d | 2013-06-04 16:39:15 -0700 | [diff] [blame] | 83 | void jfs_error(struct super_block *sb, const char *fmt, ...) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | { |
Joe Perches | eb8630d | 2013-06-04 16:39:15 -0700 | [diff] [blame] | 85 | struct va_format vaf; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 86 | va_list args; |
| 87 | |
Joe Perches | eb8630d | 2013-06-04 16:39:15 -0700 | [diff] [blame] | 88 | va_start(args, fmt); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 89 | |
Joe Perches | eb8630d | 2013-06-04 16:39:15 -0700 | [diff] [blame] | 90 | vaf.fmt = fmt; |
| 91 | vaf.va = &args; |
| 92 | |
Scott Wood | 7d2ac45 | 2015-03-11 22:13:54 -0500 | [diff] [blame] | 93 | pr_err("ERROR: (device %s): %ps: %pV\n", |
Joe Perches | eb8630d | 2013-06-04 16:39:15 -0700 | [diff] [blame] | 94 | sb->s_id, __builtin_return_address(0), &vaf); |
| 95 | |
| 96 | va_end(args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 97 | |
| 98 | jfs_handle_error(sb); |
| 99 | } |
| 100 | |
| 101 | static struct inode *jfs_alloc_inode(struct super_block *sb) |
| 102 | { |
| 103 | struct jfs_inode_info *jfs_inode; |
| 104 | |
| 105 | jfs_inode = kmem_cache_alloc(jfs_inode_cachep, GFP_NOFS); |
| 106 | if (!jfs_inode) |
| 107 | return NULL; |
Jan Kara | 507e1fa | 2014-10-01 11:19:12 +0200 | [diff] [blame] | 108 | #ifdef CONFIG_QUOTA |
| 109 | memset(&jfs_inode->i_dquot, 0, sizeof(jfs_inode->i_dquot)); |
| 110 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 111 | return &jfs_inode->vfs_inode; |
| 112 | } |
| 113 | |
Al Viro | b3b4a6e | 2019-04-15 22:48:59 -0400 | [diff] [blame] | 114 | static void jfs_free_inode(struct inode *inode) |
Nick Piggin | fa0d7e3d | 2011-01-07 17:49:49 +1100 | [diff] [blame] | 115 | { |
Al Viro | b3b4a6e | 2019-04-15 22:48:59 -0400 | [diff] [blame] | 116 | kmem_cache_free(jfs_inode_cachep, JFS_IP(inode)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 117 | } |
| 118 | |
David Howells | 726c334 | 2006-06-23 02:02:58 -0700 | [diff] [blame] | 119 | static int jfs_statfs(struct dentry *dentry, struct kstatfs *buf) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 120 | { |
David Howells | 726c334 | 2006-06-23 02:02:58 -0700 | [diff] [blame] | 121 | struct jfs_sb_info *sbi = JFS_SBI(dentry->d_sb); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 122 | s64 maxinodes; |
| 123 | struct inomap *imap = JFS_IP(sbi->ipimap)->i_imap; |
| 124 | |
| 125 | jfs_info("In jfs_statfs"); |
| 126 | buf->f_type = JFS_SUPER_MAGIC; |
| 127 | buf->f_bsize = sbi->bsize; |
| 128 | buf->f_blocks = sbi->bmap->db_mapsize; |
| 129 | buf->f_bfree = sbi->bmap->db_nfree; |
| 130 | buf->f_bavail = sbi->bmap->db_nfree; |
| 131 | /* |
| 132 | * If we really return the number of allocated & free inodes, some |
| 133 | * applications will fail because they won't see enough free inodes. |
Philippe De Muyter | 4de8027 | 2013-01-16 22:55:48 +0100 | [diff] [blame] | 134 | * We'll try to calculate some guess as to how many inodes we can |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 135 | * really allocate |
| 136 | * |
| 137 | * buf->f_files = atomic_read(&imap->im_numinos); |
| 138 | * buf->f_ffree = atomic_read(&imap->im_numfree); |
| 139 | */ |
| 140 | maxinodes = min((s64) atomic_read(&imap->im_numinos) + |
| 141 | ((sbi->bmap->db_nfree >> imap->im_l2nbperiext) |
| 142 | << L2INOSPEREXT), (s64) 0xffffffffLL); |
| 143 | buf->f_files = maxinodes; |
| 144 | buf->f_ffree = maxinodes - (atomic_read(&imap->im_numinos) - |
| 145 | atomic_read(&imap->im_numfree)); |
Andy Shevchenko | 2e3bc61 | 2019-01-10 15:41:53 +0200 | [diff] [blame] | 146 | buf->f_fsid.val[0] = crc32_le(0, (char *)&sbi->uuid, |
| 147 | sizeof(sbi->uuid)/2); |
| 148 | buf->f_fsid.val[1] = crc32_le(0, |
| 149 | (char *)&sbi->uuid + sizeof(sbi->uuid)/2, |
| 150 | sizeof(sbi->uuid)/2); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 151 | |
| 152 | buf->f_namelen = JFS_NAME_MAX; |
| 153 | return 0; |
| 154 | } |
| 155 | |
Jan Kara | 12fd086 | 2017-04-11 16:21:01 +0200 | [diff] [blame] | 156 | #ifdef CONFIG_QUOTA |
| 157 | static int jfs_quota_off(struct super_block *sb, int type); |
| 158 | static int jfs_quota_on(struct super_block *sb, int type, int format_id, |
| 159 | const struct path *path); |
| 160 | |
| 161 | static void jfs_quota_off_umount(struct super_block *sb) |
| 162 | { |
| 163 | int type; |
| 164 | |
| 165 | for (type = 0; type < MAXQUOTAS; type++) |
| 166 | jfs_quota_off(sb, type); |
| 167 | } |
| 168 | |
| 169 | static const struct quotactl_ops jfs_quotactl_ops = { |
| 170 | .quota_on = jfs_quota_on, |
| 171 | .quota_off = jfs_quota_off, |
| 172 | .quota_sync = dquot_quota_sync, |
| 173 | .get_state = dquot_get_state, |
| 174 | .set_info = dquot_set_dqinfo, |
| 175 | .get_dqblk = dquot_get_dqblk, |
| 176 | .set_dqblk = dquot_set_dqblk, |
| 177 | .get_nextdqblk = dquot_get_next_dqblk, |
| 178 | }; |
| 179 | #else |
| 180 | static inline void jfs_quota_off_umount(struct super_block *sb) |
| 181 | { |
| 182 | } |
| 183 | #endif |
| 184 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 185 | static void jfs_put_super(struct super_block *sb) |
| 186 | { |
| 187 | struct jfs_sb_info *sbi = JFS_SBI(sb); |
| 188 | int rc; |
| 189 | |
| 190 | jfs_info("In jfs_put_super"); |
Christoph Hellwig | 6cfd014 | 2009-05-05 15:40:36 +0200 | [diff] [blame] | 191 | |
Jan Kara | 12fd086 | 2017-04-11 16:21:01 +0200 | [diff] [blame] | 192 | jfs_quota_off_umount(sb); |
Christoph Hellwig | e0ccfd9 | 2010-05-19 07:16:42 -0400 | [diff] [blame] | 193 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 194 | rc = jfs_umount(sb); |
| 195 | if (rc) |
| 196 | jfs_err("jfs_umount failed with return code %d", rc); |
Thomas Gleixner | 6d729e4 | 2009-08-16 21:05:08 +0000 | [diff] [blame] | 197 | |
| 198 | unload_nls(sbi->nls_tab); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 199 | |
Dave Kleikamp | 7fab479 | 2005-05-02 12:25:02 -0600 | [diff] [blame] | 200 | truncate_inode_pages(sbi->direct_inode->i_mapping, 0); |
| 201 | iput(sbi->direct_inode); |
Dave Kleikamp | 7fab479 | 2005-05-02 12:25:02 -0600 | [diff] [blame] | 202 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 203 | kfree(sbi); |
| 204 | } |
| 205 | |
| 206 | enum { |
| 207 | Opt_integrity, Opt_nointegrity, Opt_iocharset, Opt_resize, |
Mark Bellon | 8fc2751 | 2005-09-06 15:16:54 -0700 | [diff] [blame] | 208 | Opt_resize_nosize, Opt_errors, Opt_ignore, Opt_err, Opt_quota, |
Tino Reichardt | b40c2e6 | 2012-09-17 11:58:19 -0500 | [diff] [blame] | 209 | Opt_usrquota, Opt_grpquota, Opt_uid, Opt_gid, Opt_umask, |
| 210 | Opt_discard, Opt_nodiscard, Opt_discard_minblk |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 211 | }; |
| 212 | |
Steven Whitehouse | a447c09 | 2008-10-13 10:46:57 +0100 | [diff] [blame] | 213 | static const match_table_t tokens = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 214 | {Opt_integrity, "integrity"}, |
| 215 | {Opt_nointegrity, "nointegrity"}, |
| 216 | {Opt_iocharset, "iocharset=%s"}, |
| 217 | {Opt_resize, "resize=%u"}, |
| 218 | {Opt_resize_nosize, "resize"}, |
| 219 | {Opt_errors, "errors=%s"}, |
| 220 | {Opt_ignore, "noquota"}, |
Chengguang Xu | 02645bc | 2018-09-09 18:15:56 +0800 | [diff] [blame] | 221 | {Opt_quota, "quota"}, |
Mark Bellon | 8fc2751 | 2005-09-06 15:16:54 -0700 | [diff] [blame] | 222 | {Opt_usrquota, "usrquota"}, |
| 223 | {Opt_grpquota, "grpquota"}, |
Dave Kleikamp | 69eb66d | 2006-03-09 13:59:30 -0600 | [diff] [blame] | 224 | {Opt_uid, "uid=%u"}, |
| 225 | {Opt_gid, "gid=%u"}, |
| 226 | {Opt_umask, "umask=%u"}, |
Tino Reichardt | b40c2e6 | 2012-09-17 11:58:19 -0500 | [diff] [blame] | 227 | {Opt_discard, "discard"}, |
| 228 | {Opt_nodiscard, "nodiscard"}, |
| 229 | {Opt_discard_minblk, "discard=%u"}, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 230 | {Opt_err, NULL} |
| 231 | }; |
| 232 | |
| 233 | static int parse_options(char *options, struct super_block *sb, s64 *newLVSize, |
| 234 | int *flag) |
| 235 | { |
| 236 | void *nls_map = (void *)-1; /* -1: no change; NULL: none */ |
| 237 | char *p; |
| 238 | struct jfs_sb_info *sbi = JFS_SBI(sb); |
| 239 | |
| 240 | *newLVSize = 0; |
| 241 | |
| 242 | if (!options) |
| 243 | return 1; |
| 244 | |
| 245 | while ((p = strsep(&options, ",")) != NULL) { |
| 246 | substring_t args[MAX_OPT_ARGS]; |
| 247 | int token; |
| 248 | if (!*p) |
| 249 | continue; |
| 250 | |
| 251 | token = match_token(p, tokens, args); |
| 252 | switch (token) { |
| 253 | case Opt_integrity: |
| 254 | *flag &= ~JFS_NOINTEGRITY; |
| 255 | break; |
| 256 | case Opt_nointegrity: |
| 257 | *flag |= JFS_NOINTEGRITY; |
| 258 | break; |
| 259 | case Opt_ignore: |
| 260 | /* Silently ignore the quota options */ |
| 261 | /* Don't do anything ;-) */ |
| 262 | break; |
| 263 | case Opt_iocharset: |
| 264 | if (nls_map && nls_map != (void *) -1) |
| 265 | unload_nls(nls_map); |
| 266 | if (!strcmp(args[0].from, "none")) |
| 267 | nls_map = NULL; |
| 268 | else { |
| 269 | nls_map = load_nls(args[0].from); |
| 270 | if (!nls_map) { |
Tino Reichardt | b40c2e6 | 2012-09-17 11:58:19 -0500 | [diff] [blame] | 271 | pr_err("JFS: charset not found\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 272 | goto cleanup; |
| 273 | } |
| 274 | } |
| 275 | break; |
| 276 | case Opt_resize: |
| 277 | { |
| 278 | char *resize = args[0].from; |
Fabian Frederick | bb5e50a | 2014-05-21 20:29:29 +0200 | [diff] [blame] | 279 | int rc = kstrtoll(resize, 0, newLVSize); |
| 280 | |
| 281 | if (rc) |
| 282 | goto cleanup; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 283 | break; |
| 284 | } |
| 285 | case Opt_resize_nosize: |
| 286 | { |
Fabian Frederick | 684666e | 2017-01-23 18:50:23 +0100 | [diff] [blame] | 287 | *newLVSize = i_size_read(sb->s_bdev->bd_inode) >> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 288 | sb->s_blocksize_bits; |
| 289 | if (*newLVSize == 0) |
Tino Reichardt | b40c2e6 | 2012-09-17 11:58:19 -0500 | [diff] [blame] | 290 | pr_err("JFS: Cannot determine volume size\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 291 | break; |
| 292 | } |
| 293 | case Opt_errors: |
| 294 | { |
| 295 | char *errors = args[0].from; |
| 296 | if (!errors || !*errors) |
| 297 | goto cleanup; |
| 298 | if (!strcmp(errors, "continue")) { |
| 299 | *flag &= ~JFS_ERR_REMOUNT_RO; |
| 300 | *flag &= ~JFS_ERR_PANIC; |
| 301 | *flag |= JFS_ERR_CONTINUE; |
| 302 | } else if (!strcmp(errors, "remount-ro")) { |
| 303 | *flag &= ~JFS_ERR_CONTINUE; |
| 304 | *flag &= ~JFS_ERR_PANIC; |
| 305 | *flag |= JFS_ERR_REMOUNT_RO; |
| 306 | } else if (!strcmp(errors, "panic")) { |
| 307 | *flag &= ~JFS_ERR_CONTINUE; |
| 308 | *flag &= ~JFS_ERR_REMOUNT_RO; |
| 309 | *flag |= JFS_ERR_PANIC; |
| 310 | } else { |
Tino Reichardt | b40c2e6 | 2012-09-17 11:58:19 -0500 | [diff] [blame] | 311 | pr_err("JFS: %s is an invalid error handler\n", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 312 | errors); |
| 313 | goto cleanup; |
| 314 | } |
| 315 | break; |
| 316 | } |
Mark Bellon | 8fc2751 | 2005-09-06 15:16:54 -0700 | [diff] [blame] | 317 | |
Dave Kleikamp | 115ff50 | 2006-07-26 14:52:13 -0500 | [diff] [blame] | 318 | #ifdef CONFIG_QUOTA |
Mark Bellon | 8fc2751 | 2005-09-06 15:16:54 -0700 | [diff] [blame] | 319 | case Opt_quota: |
| 320 | case Opt_usrquota: |
| 321 | *flag |= JFS_USRQUOTA; |
| 322 | break; |
| 323 | case Opt_grpquota: |
| 324 | *flag |= JFS_GRPQUOTA; |
| 325 | break; |
| 326 | #else |
| 327 | case Opt_usrquota: |
| 328 | case Opt_grpquota: |
| 329 | case Opt_quota: |
Tino Reichardt | b40c2e6 | 2012-09-17 11:58:19 -0500 | [diff] [blame] | 330 | pr_err("JFS: quota operations not supported\n"); |
Mark Bellon | 8fc2751 | 2005-09-06 15:16:54 -0700 | [diff] [blame] | 331 | break; |
| 332 | #endif |
Dave Kleikamp | 69eb66d | 2006-03-09 13:59:30 -0600 | [diff] [blame] | 333 | case Opt_uid: |
| 334 | { |
| 335 | char *uid = args[0].from; |
Fabian Frederick | bb5e50a | 2014-05-21 20:29:29 +0200 | [diff] [blame] | 336 | uid_t val; |
| 337 | int rc = kstrtouint(uid, 0, &val); |
| 338 | |
| 339 | if (rc) |
| 340 | goto cleanup; |
Eric W. Biederman | c18cdc1 | 2012-02-10 11:40:34 -0800 | [diff] [blame] | 341 | sbi->uid = make_kuid(current_user_ns(), val); |
| 342 | if (!uid_valid(sbi->uid)) |
| 343 | goto cleanup; |
Dave Kleikamp | 69eb66d | 2006-03-09 13:59:30 -0600 | [diff] [blame] | 344 | break; |
| 345 | } |
Tino Reichardt | b40c2e6 | 2012-09-17 11:58:19 -0500 | [diff] [blame] | 346 | |
Dave Kleikamp | 69eb66d | 2006-03-09 13:59:30 -0600 | [diff] [blame] | 347 | case Opt_gid: |
| 348 | { |
| 349 | char *gid = args[0].from; |
Fabian Frederick | bb5e50a | 2014-05-21 20:29:29 +0200 | [diff] [blame] | 350 | gid_t val; |
| 351 | int rc = kstrtouint(gid, 0, &val); |
| 352 | |
| 353 | if (rc) |
| 354 | goto cleanup; |
Eric W. Biederman | c18cdc1 | 2012-02-10 11:40:34 -0800 | [diff] [blame] | 355 | sbi->gid = make_kgid(current_user_ns(), val); |
| 356 | if (!gid_valid(sbi->gid)) |
| 357 | goto cleanup; |
Dave Kleikamp | 69eb66d | 2006-03-09 13:59:30 -0600 | [diff] [blame] | 358 | break; |
| 359 | } |
Tino Reichardt | b40c2e6 | 2012-09-17 11:58:19 -0500 | [diff] [blame] | 360 | |
Dave Kleikamp | 69eb66d | 2006-03-09 13:59:30 -0600 | [diff] [blame] | 361 | case Opt_umask: |
| 362 | { |
| 363 | char *umask = args[0].from; |
Fabian Frederick | bb5e50a | 2014-05-21 20:29:29 +0200 | [diff] [blame] | 364 | int rc = kstrtouint(umask, 8, &sbi->umask); |
| 365 | |
| 366 | if (rc) |
| 367 | goto cleanup; |
Dave Kleikamp | 69eb66d | 2006-03-09 13:59:30 -0600 | [diff] [blame] | 368 | if (sbi->umask & ~0777) { |
Tino Reichardt | b40c2e6 | 2012-09-17 11:58:19 -0500 | [diff] [blame] | 369 | pr_err("JFS: Invalid value of umask\n"); |
Dave Kleikamp | 69eb66d | 2006-03-09 13:59:30 -0600 | [diff] [blame] | 370 | goto cleanup; |
| 371 | } |
| 372 | break; |
| 373 | } |
Tino Reichardt | b40c2e6 | 2012-09-17 11:58:19 -0500 | [diff] [blame] | 374 | |
| 375 | case Opt_discard: |
| 376 | { |
| 377 | struct request_queue *q = bdev_get_queue(sb->s_bdev); |
| 378 | /* if set to 1, even copying files will cause |
| 379 | * trimming :O |
| 380 | * -> user has more control over the online trimming |
| 381 | */ |
| 382 | sbi->minblks_trim = 64; |
Fabian Frederick | 789602e | 2014-05-22 10:42:24 +1000 | [diff] [blame] | 383 | if (blk_queue_discard(q)) |
Tino Reichardt | b40c2e6 | 2012-09-17 11:58:19 -0500 | [diff] [blame] | 384 | *flag |= JFS_DISCARD; |
Fabian Frederick | 789602e | 2014-05-22 10:42:24 +1000 | [diff] [blame] | 385 | else |
| 386 | pr_err("JFS: discard option not supported on device\n"); |
Tino Reichardt | b40c2e6 | 2012-09-17 11:58:19 -0500 | [diff] [blame] | 387 | break; |
| 388 | } |
| 389 | |
| 390 | case Opt_nodiscard: |
| 391 | *flag &= ~JFS_DISCARD; |
| 392 | break; |
| 393 | |
| 394 | case Opt_discard_minblk: |
| 395 | { |
| 396 | struct request_queue *q = bdev_get_queue(sb->s_bdev); |
| 397 | char *minblks_trim = args[0].from; |
Fabian Frederick | bb5e50a | 2014-05-21 20:29:29 +0200 | [diff] [blame] | 398 | int rc; |
Tino Reichardt | b40c2e6 | 2012-09-17 11:58:19 -0500 | [diff] [blame] | 399 | if (blk_queue_discard(q)) { |
| 400 | *flag |= JFS_DISCARD; |
Fabian Frederick | bb5e50a | 2014-05-21 20:29:29 +0200 | [diff] [blame] | 401 | rc = kstrtouint(minblks_trim, 0, |
| 402 | &sbi->minblks_trim); |
| 403 | if (rc) |
| 404 | goto cleanup; |
| 405 | } else |
Fabian Frederick | 789602e | 2014-05-22 10:42:24 +1000 | [diff] [blame] | 406 | pr_err("JFS: discard option not supported on device\n"); |
Tino Reichardt | b40c2e6 | 2012-09-17 11:58:19 -0500 | [diff] [blame] | 407 | break; |
| 408 | } |
| 409 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 410 | default: |
Fabian Frederick | 789602e | 2014-05-22 10:42:24 +1000 | [diff] [blame] | 411 | printk("jfs: Unrecognized mount option \"%s\" or missing value\n", |
| 412 | p); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 413 | goto cleanup; |
| 414 | } |
| 415 | } |
| 416 | |
| 417 | if (nls_map != (void *) -1) { |
| 418 | /* Discard old (if remount) */ |
Thomas Gleixner | 6d729e4 | 2009-08-16 21:05:08 +0000 | [diff] [blame] | 419 | unload_nls(sbi->nls_tab); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 420 | sbi->nls_tab = nls_map; |
| 421 | } |
| 422 | return 1; |
| 423 | |
| 424 | cleanup: |
| 425 | if (nls_map && nls_map != (void *) -1) |
| 426 | unload_nls(nls_map); |
| 427 | return 0; |
| 428 | } |
| 429 | |
| 430 | static int jfs_remount(struct super_block *sb, int *flags, char *data) |
| 431 | { |
| 432 | s64 newLVSize = 0; |
| 433 | int rc = 0; |
| 434 | int flag = JFS_SBI(sb)->flag; |
Alessio Igor Bogani | 337eb00 | 2009-05-12 15:10:54 +0200 | [diff] [blame] | 435 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 436 | |
Theodore Ts'o | 02b9984 | 2014-03-13 10:14:33 -0400 | [diff] [blame] | 437 | sync_filesystem(sb); |
Fabian Frederick | 789602e | 2014-05-22 10:42:24 +1000 | [diff] [blame] | 438 | if (!parse_options(data, sb, &newLVSize, &flag)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 439 | return -EINVAL; |
Jan Blunck | 22b26db | 2010-02-24 13:25:31 +0100 | [diff] [blame] | 440 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 441 | if (newLVSize) { |
David Howells | bc98a42 | 2017-07-17 08:45:34 +0100 | [diff] [blame] | 442 | if (sb_rdonly(sb)) { |
Fabian Frederick | 789602e | 2014-05-22 10:42:24 +1000 | [diff] [blame] | 443 | pr_err("JFS: resize requires volume to be mounted read-write\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 444 | return -EROFS; |
| 445 | } |
| 446 | rc = jfs_extendfs(sb, newLVSize, 0); |
Jan Blunck | 22b26db | 2010-02-24 13:25:31 +0100 | [diff] [blame] | 447 | if (rc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 448 | return rc; |
| 449 | } |
| 450 | |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 451 | if (sb_rdonly(sb) && !(*flags & SB_RDONLY)) { |
Dave Kleikamp | 7fab479 | 2005-05-02 12:25:02 -0600 | [diff] [blame] | 452 | /* |
| 453 | * Invalidate any previously read metadata. fsck may have |
| 454 | * changed the on-disk data since we mounted r/o |
| 455 | */ |
| 456 | truncate_inode_pages(JFS_SBI(sb)->direct_inode->i_mapping, 0); |
| 457 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 458 | JFS_SBI(sb)->flag = flag; |
Alessio Igor Bogani | 337eb00 | 2009-05-12 15:10:54 +0200 | [diff] [blame] | 459 | ret = jfs_mount_rw(sb, 1); |
Christoph Hellwig | c79d967 | 2010-05-19 07:16:40 -0400 | [diff] [blame] | 460 | |
| 461 | /* mark the fs r/w for quota activity */ |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 462 | sb->s_flags &= ~SB_RDONLY; |
Christoph Hellwig | c79d967 | 2010-05-19 07:16:40 -0400 | [diff] [blame] | 463 | |
Christoph Hellwig | 0f0dd62 | 2010-05-19 07:16:41 -0400 | [diff] [blame] | 464 | dquot_resume(sb, -1); |
Alessio Igor Bogani | 337eb00 | 2009-05-12 15:10:54 +0200 | [diff] [blame] | 465 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 466 | } |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 467 | if (!sb_rdonly(sb) && (*flags & SB_RDONLY)) { |
Christoph Hellwig | 0f0dd62 | 2010-05-19 07:16:41 -0400 | [diff] [blame] | 468 | rc = dquot_suspend(sb, -1); |
Fabian Frederick | 789602e | 2014-05-22 10:42:24 +1000 | [diff] [blame] | 469 | if (rc < 0) |
Christoph Hellwig | 0f0dd62 | 2010-05-19 07:16:41 -0400 | [diff] [blame] | 470 | return rc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 471 | rc = jfs_umount_rw(sb); |
| 472 | JFS_SBI(sb)->flag = flag; |
| 473 | return rc; |
| 474 | } |
| 475 | if ((JFS_SBI(sb)->flag & JFS_NOINTEGRITY) != (flag & JFS_NOINTEGRITY)) |
David Howells | bc98a42 | 2017-07-17 08:45:34 +0100 | [diff] [blame] | 476 | if (!sb_rdonly(sb)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 477 | rc = jfs_umount_rw(sb); |
Jan Blunck | 22b26db | 2010-02-24 13:25:31 +0100 | [diff] [blame] | 478 | if (rc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 479 | return rc; |
Jan Blunck | 22b26db | 2010-02-24 13:25:31 +0100 | [diff] [blame] | 480 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 481 | JFS_SBI(sb)->flag = flag; |
Alessio Igor Bogani | 337eb00 | 2009-05-12 15:10:54 +0200 | [diff] [blame] | 482 | ret = jfs_mount_rw(sb, 1); |
Alessio Igor Bogani | 337eb00 | 2009-05-12 15:10:54 +0200 | [diff] [blame] | 483 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 484 | } |
| 485 | JFS_SBI(sb)->flag = flag; |
| 486 | |
| 487 | return 0; |
| 488 | } |
| 489 | |
| 490 | static int jfs_fill_super(struct super_block *sb, void *data, int silent) |
| 491 | { |
| 492 | struct jfs_sb_info *sbi; |
| 493 | struct inode *inode; |
| 494 | int rc; |
| 495 | s64 newLVSize = 0; |
David Howells | eab1df7 | 2008-02-07 00:15:43 -0800 | [diff] [blame] | 496 | int flag, ret = -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 497 | |
| 498 | jfs_info("In jfs_read_super: s_flags=0x%lx", sb->s_flags); |
| 499 | |
Fabian Frederick | 789602e | 2014-05-22 10:42:24 +1000 | [diff] [blame] | 500 | sbi = kzalloc(sizeof(struct jfs_sb_info), GFP_KERNEL); |
Jan Blunck | 22b26db | 2010-02-24 13:25:31 +0100 | [diff] [blame] | 501 | if (!sbi) |
Akinobu Mita | 087387f | 2006-09-14 09:22:38 -0500 | [diff] [blame] | 502 | return -ENOMEM; |
Jan Blunck | 22b26db | 2010-02-24 13:25:31 +0100 | [diff] [blame] | 503 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 504 | sb->s_fs_info = sbi; |
Al Viro | 8de5277 | 2012-02-06 12:45:27 -0500 | [diff] [blame] | 505 | sb->s_max_links = JFS_LINK_MAX; |
Deepa Dinamani | 22b1396 | 2019-07-30 08:22:29 -0700 | [diff] [blame] | 506 | sb->s_time_min = 0; |
| 507 | sb->s_time_max = U32_MAX; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 508 | sbi->sb = sb; |
Eric W. Biederman | c18cdc1 | 2012-02-10 11:40:34 -0800 | [diff] [blame] | 509 | sbi->uid = INVALID_UID; |
| 510 | sbi->gid = INVALID_GID; |
| 511 | sbi->umask = -1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 512 | |
| 513 | /* initialize the mount flag and determine the default error handler */ |
| 514 | flag = JFS_ERR_REMOUNT_RO; |
| 515 | |
Jan Blunck | 684bdc7 | 2010-04-12 16:44:08 -0700 | [diff] [blame] | 516 | if (!parse_options((char *) data, sb, &newLVSize, &flag)) |
| 517 | goto out_kfree; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 518 | sbi->flag = flag; |
| 519 | |
| 520 | #ifdef CONFIG_JFS_POSIX_ACL |
Linus Torvalds | 1751e8a | 2017-11-27 13:05:09 -0800 | [diff] [blame] | 521 | sb->s_flags |= SB_POSIXACL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 522 | #endif |
| 523 | |
| 524 | if (newLVSize) { |
Tino Reichardt | b40c2e6 | 2012-09-17 11:58:19 -0500 | [diff] [blame] | 525 | pr_err("resize option for remount only\n"); |
Jan Blunck | 684bdc7 | 2010-04-12 16:44:08 -0700 | [diff] [blame] | 526 | goto out_kfree; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 527 | } |
| 528 | |
| 529 | /* |
| 530 | * Initialize blocksize to 4K. |
| 531 | */ |
| 532 | sb_set_blocksize(sb, PSIZE); |
| 533 | |
| 534 | /* |
| 535 | * Set method vectors. |
| 536 | */ |
| 537 | sb->s_op = &jfs_super_operations; |
| 538 | sb->s_export_op = &jfs_export_operations; |
Christoph Hellwig | 2cc6a5a | 2013-12-20 05:16:51 -0800 | [diff] [blame] | 539 | sb->s_xattr = jfs_xattr_handlers; |
Christoph Hellwig | 123e9ca | 2010-05-19 07:16:44 -0400 | [diff] [blame] | 540 | #ifdef CONFIG_QUOTA |
| 541 | sb->dq_op = &dquot_operations; |
Jan Kara | 12fd086 | 2017-04-11 16:21:01 +0200 | [diff] [blame] | 542 | sb->s_qcop = &jfs_quotactl_ops; |
Jan Kara | 507e1fa | 2014-10-01 11:19:12 +0200 | [diff] [blame] | 543 | sb->s_quota_types = QTYPE_MASK_USR | QTYPE_MASK_GRP; |
Christoph Hellwig | 123e9ca | 2010-05-19 07:16:44 -0400 | [diff] [blame] | 544 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 545 | |
Dave Kleikamp | 7fab479 | 2005-05-02 12:25:02 -0600 | [diff] [blame] | 546 | /* |
| 547 | * Initialize direct-mapping inode/address-space |
| 548 | */ |
| 549 | inode = new_inode(sb); |
David Howells | eab1df7 | 2008-02-07 00:15:43 -0800 | [diff] [blame] | 550 | if (inode == NULL) { |
| 551 | ret = -ENOMEM; |
Jan Blunck | 684bdc7 | 2010-04-12 16:44:08 -0700 | [diff] [blame] | 552 | goto out_unload; |
David Howells | eab1df7 | 2008-02-07 00:15:43 -0800 | [diff] [blame] | 553 | } |
Dave Kleikamp | 7fab479 | 2005-05-02 12:25:02 -0600 | [diff] [blame] | 554 | inode->i_ino = 0; |
Fabian Frederick | 684666e | 2017-01-23 18:50:23 +0100 | [diff] [blame] | 555 | inode->i_size = i_size_read(sb->s_bdev->bd_inode); |
Dave Kleikamp | 7fab479 | 2005-05-02 12:25:02 -0600 | [diff] [blame] | 556 | inode->i_mapping->a_ops = &jfs_metapage_aops; |
Al Viro | 5bef915 | 2018-06-29 19:36:57 -0400 | [diff] [blame] | 557 | inode_fake_hash(inode); |
Dave Kleikamp | 7fab479 | 2005-05-02 12:25:02 -0600 | [diff] [blame] | 558 | mapping_set_gfp_mask(inode->i_mapping, GFP_NOFS); |
| 559 | |
| 560 | sbi->direct_inode = inode; |
| 561 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 562 | rc = jfs_mount(sb); |
| 563 | if (rc) { |
Fabian Frederick | 789602e | 2014-05-22 10:42:24 +1000 | [diff] [blame] | 564 | if (!silent) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 565 | jfs_err("jfs_mount failed w/return code = %d", rc); |
Dave Kleikamp | 7fab479 | 2005-05-02 12:25:02 -0600 | [diff] [blame] | 566 | goto out_mount_failed; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 567 | } |
David Howells | bc98a42 | 2017-07-17 08:45:34 +0100 | [diff] [blame] | 568 | if (sb_rdonly(sb)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 569 | sbi->log = NULL; |
| 570 | else { |
| 571 | rc = jfs_mount_rw(sb, 0); |
| 572 | if (rc) { |
| 573 | if (!silent) { |
| 574 | jfs_err("jfs_mount_rw failed, return code = %d", |
| 575 | rc); |
| 576 | } |
| 577 | goto out_no_rw; |
| 578 | } |
| 579 | } |
| 580 | |
| 581 | sb->s_magic = JFS_SUPER_MAGIC; |
| 582 | |
Al Viro | 94b77bd | 2010-12-18 10:59:31 -0500 | [diff] [blame] | 583 | if (sbi->mntflag & JFS_OS2) |
| 584 | sb->s_d_op = &jfs_ci_dentry_operations; |
| 585 | |
David Howells | eab1df7 | 2008-02-07 00:15:43 -0800 | [diff] [blame] | 586 | inode = jfs_iget(sb, ROOT_I); |
| 587 | if (IS_ERR(inode)) { |
| 588 | ret = PTR_ERR(inode); |
Dave Kleikamp | 6536d28 | 2008-05-21 10:45:16 -0500 | [diff] [blame] | 589 | goto out_no_rw; |
David Howells | eab1df7 | 2008-02-07 00:15:43 -0800 | [diff] [blame] | 590 | } |
Al Viro | 48fde70 | 2012-01-08 22:15:13 -0500 | [diff] [blame] | 591 | sb->s_root = d_make_root(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 592 | if (!sb->s_root) |
| 593 | goto out_no_root; |
| 594 | |
Dave Kleikamp | c227390 | 2017-08-31 16:46:59 -0500 | [diff] [blame] | 595 | /* logical blocks are represented by 40 bits in pxd_t, etc. |
| 596 | * and page cache is indexed by long |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 597 | */ |
Dave Kleikamp | c227390 | 2017-08-31 16:46:59 -0500 | [diff] [blame] | 598 | sb->s_maxbytes = min(((loff_t)sb->s_blocksize) << 40, MAX_LFS_FILESIZE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 599 | sb->s_time_gran = 1; |
| 600 | return 0; |
| 601 | |
| 602 | out_no_root: |
Dave Kleikamp | 6536d28 | 2008-05-21 10:45:16 -0500 | [diff] [blame] | 603 | jfs_err("jfs_read_super: get root dentry failed"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 604 | |
| 605 | out_no_rw: |
| 606 | rc = jfs_umount(sb); |
Fabian Frederick | 789602e | 2014-05-22 10:42:24 +1000 | [diff] [blame] | 607 | if (rc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 608 | jfs_err("jfs_umount failed with return code %d", rc); |
Dave Kleikamp | 7fab479 | 2005-05-02 12:25:02 -0600 | [diff] [blame] | 609 | out_mount_failed: |
OGAWA Hirofumi | 28fd129 | 2006-01-08 01:02:14 -0800 | [diff] [blame] | 610 | filemap_write_and_wait(sbi->direct_inode->i_mapping); |
Dave Kleikamp | 7fab479 | 2005-05-02 12:25:02 -0600 | [diff] [blame] | 611 | truncate_inode_pages(sbi->direct_inode->i_mapping, 0); |
| 612 | make_bad_inode(sbi->direct_inode); |
| 613 | iput(sbi->direct_inode); |
| 614 | sbi->direct_inode = NULL; |
Jan Blunck | 684bdc7 | 2010-04-12 16:44:08 -0700 | [diff] [blame] | 615 | out_unload: |
Markus Elfring | 648695c | 2015-02-01 17:00:24 +0100 | [diff] [blame] | 616 | unload_nls(sbi->nls_tab); |
Jan Blunck | 684bdc7 | 2010-04-12 16:44:08 -0700 | [diff] [blame] | 617 | out_kfree: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 618 | kfree(sbi); |
David Howells | eab1df7 | 2008-02-07 00:15:43 -0800 | [diff] [blame] | 619 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 620 | } |
| 621 | |
Takashi Sato | c4be0c1 | 2009-01-09 16:40:58 -0800 | [diff] [blame] | 622 | static int jfs_freeze(struct super_block *sb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 623 | { |
| 624 | struct jfs_sb_info *sbi = JFS_SBI(sb); |
| 625 | struct jfs_log *log = sbi->log; |
Vahram Martirosyan | e9b3766 | 2013-05-24 13:57:12 +0500 | [diff] [blame] | 626 | int rc = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 627 | |
David Howells | bc98a42 | 2017-07-17 08:45:34 +0100 | [diff] [blame] | 628 | if (!sb_rdonly(sb)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 629 | txQuiesce(sb); |
Vahram Martirosyan | e9b3766 | 2013-05-24 13:57:12 +0500 | [diff] [blame] | 630 | rc = lmLogShutdown(log); |
| 631 | if (rc) { |
Joe Perches | eb8630d | 2013-06-04 16:39:15 -0700 | [diff] [blame] | 632 | jfs_error(sb, "lmLogShutdown failed\n"); |
Vahram Martirosyan | e9b3766 | 2013-05-24 13:57:12 +0500 | [diff] [blame] | 633 | |
| 634 | /* let operations fail rather than hang */ |
| 635 | txResume(sb); |
| 636 | |
| 637 | return rc; |
| 638 | } |
| 639 | rc = updateSuper(sb, FM_CLEAN); |
| 640 | if (rc) { |
Joe Perches | b18db6d | 2016-03-30 05:23:16 -0700 | [diff] [blame] | 641 | jfs_err("jfs_freeze: updateSuper failed"); |
Vahram Martirosyan | e9b3766 | 2013-05-24 13:57:12 +0500 | [diff] [blame] | 642 | /* |
| 643 | * Don't fail here. Everything succeeded except |
| 644 | * marking the superblock clean, so there's really |
| 645 | * no harm in leaving it frozen for now. |
| 646 | */ |
| 647 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 648 | } |
Takashi Sato | c4be0c1 | 2009-01-09 16:40:58 -0800 | [diff] [blame] | 649 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 650 | } |
| 651 | |
Takashi Sato | c4be0c1 | 2009-01-09 16:40:58 -0800 | [diff] [blame] | 652 | static int jfs_unfreeze(struct super_block *sb) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 653 | { |
| 654 | struct jfs_sb_info *sbi = JFS_SBI(sb); |
| 655 | struct jfs_log *log = sbi->log; |
| 656 | int rc = 0; |
| 657 | |
David Howells | bc98a42 | 2017-07-17 08:45:34 +0100 | [diff] [blame] | 658 | if (!sb_rdonly(sb)) { |
Vahram Martirosyan | e9b3766 | 2013-05-24 13:57:12 +0500 | [diff] [blame] | 659 | rc = updateSuper(sb, FM_MOUNT); |
| 660 | if (rc) { |
Joe Perches | eb8630d | 2013-06-04 16:39:15 -0700 | [diff] [blame] | 661 | jfs_error(sb, "updateSuper failed\n"); |
Vahram Martirosyan | e9b3766 | 2013-05-24 13:57:12 +0500 | [diff] [blame] | 662 | goto out; |
| 663 | } |
| 664 | rc = lmLogInit(log); |
| 665 | if (rc) |
Joe Perches | eb8630d | 2013-06-04 16:39:15 -0700 | [diff] [blame] | 666 | jfs_error(sb, "lmLogInit failed\n"); |
Vahram Martirosyan | e9b3766 | 2013-05-24 13:57:12 +0500 | [diff] [blame] | 667 | out: |
| 668 | txResume(sb); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 669 | } |
Vahram Martirosyan | e9b3766 | 2013-05-24 13:57:12 +0500 | [diff] [blame] | 670 | return rc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 671 | } |
| 672 | |
Al Viro | 152a083 | 2010-07-25 00:46:55 +0400 | [diff] [blame] | 673 | static struct dentry *jfs_do_mount(struct file_system_type *fs_type, |
| 674 | int flags, const char *dev_name, void *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 675 | { |
Al Viro | 152a083 | 2010-07-25 00:46:55 +0400 | [diff] [blame] | 676 | return mount_bdev(fs_type, flags, dev_name, data, jfs_fill_super); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 677 | } |
| 678 | |
| 679 | static int jfs_sync_fs(struct super_block *sb, int wait) |
| 680 | { |
| 681 | struct jfs_log *log = JFS_SBI(sb)->log; |
| 682 | |
| 683 | /* log == NULL indicates read-only mount */ |
Dave Kleikamp | 1c62782 | 2005-05-02 12:25:08 -0600 | [diff] [blame] | 684 | if (log) { |
Jan Kara | a117782 | 2012-07-03 16:45:29 +0200 | [diff] [blame] | 685 | /* |
| 686 | * Write quota structures to quota file, sync_blockdev() will |
| 687 | * write them to disk later |
| 688 | */ |
| 689 | dquot_writeback_dquots(sb, -1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 690 | jfs_flush_journal(log, wait); |
Dave Kleikamp | cbc3d65 | 2005-07-27 09:17:57 -0500 | [diff] [blame] | 691 | jfs_syncpt(log, 0); |
Dave Kleikamp | 1c62782 | 2005-05-02 12:25:08 -0600 | [diff] [blame] | 692 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 693 | |
| 694 | return 0; |
| 695 | } |
| 696 | |
Al Viro | 34c80b1 | 2011-12-08 21:32:45 -0500 | [diff] [blame] | 697 | static int jfs_show_options(struct seq_file *seq, struct dentry *root) |
Mark Bellon | 8fc2751 | 2005-09-06 15:16:54 -0700 | [diff] [blame] | 698 | { |
Al Viro | 34c80b1 | 2011-12-08 21:32:45 -0500 | [diff] [blame] | 699 | struct jfs_sb_info *sbi = JFS_SBI(root->d_sb); |
Mark Bellon | 8fc2751 | 2005-09-06 15:16:54 -0700 | [diff] [blame] | 700 | |
Eric W. Biederman | c18cdc1 | 2012-02-10 11:40:34 -0800 | [diff] [blame] | 701 | if (uid_valid(sbi->uid)) |
| 702 | seq_printf(seq, ",uid=%d", from_kuid(&init_user_ns, sbi->uid)); |
| 703 | if (gid_valid(sbi->gid)) |
| 704 | seq_printf(seq, ",gid=%d", from_kgid(&init_user_ns, sbi->gid)); |
Dave Kleikamp | 69eb66d | 2006-03-09 13:59:30 -0600 | [diff] [blame] | 705 | if (sbi->umask != -1) |
| 706 | seq_printf(seq, ",umask=%03o", sbi->umask); |
Mark Bellon | 8fc2751 | 2005-09-06 15:16:54 -0700 | [diff] [blame] | 707 | if (sbi->flag & JFS_NOINTEGRITY) |
| 708 | seq_puts(seq, ",nointegrity"); |
Tino Reichardt | b40c2e6 | 2012-09-17 11:58:19 -0500 | [diff] [blame] | 709 | if (sbi->flag & JFS_DISCARD) |
| 710 | seq_printf(seq, ",discard=%u", sbi->minblks_trim); |
Miklos Szeredi | 5c5e32c | 2008-01-24 16:13:21 -0600 | [diff] [blame] | 711 | if (sbi->nls_tab) |
| 712 | seq_printf(seq, ",iocharset=%s", sbi->nls_tab->charset); |
| 713 | if (sbi->flag & JFS_ERR_CONTINUE) |
| 714 | seq_printf(seq, ",errors=continue"); |
| 715 | if (sbi->flag & JFS_ERR_PANIC) |
| 716 | seq_printf(seq, ",errors=panic"); |
Mark Bellon | 8fc2751 | 2005-09-06 15:16:54 -0700 | [diff] [blame] | 717 | |
Dave Kleikamp | 115ff50 | 2006-07-26 14:52:13 -0500 | [diff] [blame] | 718 | #ifdef CONFIG_QUOTA |
Mark Bellon | 8fc2751 | 2005-09-06 15:16:54 -0700 | [diff] [blame] | 719 | if (sbi->flag & JFS_USRQUOTA) |
| 720 | seq_puts(seq, ",usrquota"); |
| 721 | |
| 722 | if (sbi->flag & JFS_GRPQUOTA) |
| 723 | seq_puts(seq, ",grpquota"); |
| 724 | #endif |
| 725 | |
| 726 | return 0; |
| 727 | } |
| 728 | |
Dave Kleikamp | 115ff50 | 2006-07-26 14:52:13 -0500 | [diff] [blame] | 729 | #ifdef CONFIG_QUOTA |
| 730 | |
| 731 | /* Read data from quotafile - avoid pagecache and such because we cannot afford |
| 732 | * acquiring the locks... As quota files are never truncated and quota code |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 733 | * itself serializes the operations (and no one else should touch the files) |
Dave Kleikamp | 115ff50 | 2006-07-26 14:52:13 -0500 | [diff] [blame] | 734 | * we don't have to be afraid of races */ |
| 735 | static ssize_t jfs_quota_read(struct super_block *sb, int type, char *data, |
| 736 | size_t len, loff_t off) |
| 737 | { |
| 738 | struct inode *inode = sb_dqopt(sb)->files[type]; |
| 739 | sector_t blk = off >> sb->s_blocksize_bits; |
| 740 | int err = 0; |
| 741 | int offset = off & (sb->s_blocksize - 1); |
| 742 | int tocopy; |
| 743 | size_t toread; |
| 744 | struct buffer_head tmp_bh; |
| 745 | struct buffer_head *bh; |
| 746 | loff_t i_size = i_size_read(inode); |
| 747 | |
| 748 | if (off > i_size) |
| 749 | return 0; |
| 750 | if (off+len > i_size) |
| 751 | len = i_size-off; |
| 752 | toread = len; |
| 753 | while (toread > 0) { |
| 754 | tocopy = sb->s_blocksize - offset < toread ? |
| 755 | sb->s_blocksize - offset : toread; |
| 756 | |
| 757 | tmp_bh.b_state = 0; |
Fabian Frederick | 9340747 | 2017-02-27 14:28:32 -0800 | [diff] [blame] | 758 | tmp_bh.b_size = i_blocksize(inode); |
Dave Kleikamp | 115ff50 | 2006-07-26 14:52:13 -0500 | [diff] [blame] | 759 | err = jfs_get_block(inode, blk, &tmp_bh, 0); |
| 760 | if (err) |
| 761 | return err; |
| 762 | if (!buffer_mapped(&tmp_bh)) /* A hole? */ |
| 763 | memset(data, 0, tocopy); |
| 764 | else { |
| 765 | bh = sb_bread(sb, tmp_bh.b_blocknr); |
| 766 | if (!bh) |
| 767 | return -EIO; |
| 768 | memcpy(data, bh->b_data+offset, tocopy); |
| 769 | brelse(bh); |
| 770 | } |
| 771 | offset = 0; |
| 772 | toread -= tocopy; |
| 773 | data += tocopy; |
| 774 | blk++; |
| 775 | } |
| 776 | return len; |
| 777 | } |
| 778 | |
| 779 | /* Write to quotafile */ |
| 780 | static ssize_t jfs_quota_write(struct super_block *sb, int type, |
| 781 | const char *data, size_t len, loff_t off) |
| 782 | { |
| 783 | struct inode *inode = sb_dqopt(sb)->files[type]; |
| 784 | sector_t blk = off >> sb->s_blocksize_bits; |
| 785 | int err = 0; |
| 786 | int offset = off & (sb->s_blocksize - 1); |
| 787 | int tocopy; |
| 788 | size_t towrite = len; |
| 789 | struct buffer_head tmp_bh; |
| 790 | struct buffer_head *bh; |
| 791 | |
Al Viro | 5955102 | 2016-01-22 15:40:57 -0500 | [diff] [blame] | 792 | inode_lock(inode); |
Dave Kleikamp | 115ff50 | 2006-07-26 14:52:13 -0500 | [diff] [blame] | 793 | while (towrite > 0) { |
| 794 | tocopy = sb->s_blocksize - offset < towrite ? |
| 795 | sb->s_blocksize - offset : towrite; |
| 796 | |
| 797 | tmp_bh.b_state = 0; |
Fabian Frederick | 9340747 | 2017-02-27 14:28:32 -0800 | [diff] [blame] | 798 | tmp_bh.b_size = i_blocksize(inode); |
Dave Kleikamp | 115ff50 | 2006-07-26 14:52:13 -0500 | [diff] [blame] | 799 | err = jfs_get_block(inode, blk, &tmp_bh, 1); |
| 800 | if (err) |
| 801 | goto out; |
| 802 | if (offset || tocopy != sb->s_blocksize) |
| 803 | bh = sb_bread(sb, tmp_bh.b_blocknr); |
| 804 | else |
| 805 | bh = sb_getblk(sb, tmp_bh.b_blocknr); |
| 806 | if (!bh) { |
| 807 | err = -EIO; |
| 808 | goto out; |
| 809 | } |
| 810 | lock_buffer(bh); |
| 811 | memcpy(bh->b_data+offset, data, tocopy); |
| 812 | flush_dcache_page(bh->b_page); |
| 813 | set_buffer_uptodate(bh); |
| 814 | mark_buffer_dirty(bh); |
| 815 | unlock_buffer(bh); |
| 816 | brelse(bh); |
| 817 | offset = 0; |
| 818 | towrite -= tocopy; |
| 819 | data += tocopy; |
| 820 | blk++; |
| 821 | } |
| 822 | out: |
Dan Carpenter | 9c83633 | 2009-04-07 14:48:16 +0300 | [diff] [blame] | 823 | if (len == towrite) { |
Al Viro | 5955102 | 2016-01-22 15:40:57 -0500 | [diff] [blame] | 824 | inode_unlock(inode); |
Dave Kleikamp | 115ff50 | 2006-07-26 14:52:13 -0500 | [diff] [blame] | 825 | return err; |
Dan Carpenter | 9c83633 | 2009-04-07 14:48:16 +0300 | [diff] [blame] | 826 | } |
Dave Kleikamp | 115ff50 | 2006-07-26 14:52:13 -0500 | [diff] [blame] | 827 | if (inode->i_size < off+len-towrite) |
| 828 | i_size_write(inode, off+len-towrite); |
Deepa Dinamani | 078cd82 | 2016-09-14 07:48:04 -0700 | [diff] [blame] | 829 | inode->i_mtime = inode->i_ctime = current_time(inode); |
Dave Kleikamp | 115ff50 | 2006-07-26 14:52:13 -0500 | [diff] [blame] | 830 | mark_inode_dirty(inode); |
Al Viro | 5955102 | 2016-01-22 15:40:57 -0500 | [diff] [blame] | 831 | inode_unlock(inode); |
Dave Kleikamp | 115ff50 | 2006-07-26 14:52:13 -0500 | [diff] [blame] | 832 | return len - towrite; |
| 833 | } |
| 834 | |
Jan Kara | 507e1fa | 2014-10-01 11:19:12 +0200 | [diff] [blame] | 835 | static struct dquot **jfs_get_dquots(struct inode *inode) |
| 836 | { |
| 837 | return JFS_IP(inode)->i_dquot; |
| 838 | } |
Jan Kara | 12fd086 | 2017-04-11 16:21:01 +0200 | [diff] [blame] | 839 | |
| 840 | static int jfs_quota_on(struct super_block *sb, int type, int format_id, |
| 841 | const struct path *path) |
| 842 | { |
| 843 | int err; |
| 844 | struct inode *inode; |
| 845 | |
| 846 | err = dquot_quota_on(sb, type, format_id, path); |
| 847 | if (err) |
| 848 | return err; |
| 849 | |
| 850 | inode = d_inode(path->dentry); |
| 851 | inode_lock(inode); |
| 852 | JFS_IP(inode)->mode2 |= JFS_NOATIME_FL | JFS_IMMUTABLE_FL; |
| 853 | inode_set_flags(inode, S_NOATIME | S_IMMUTABLE, |
| 854 | S_NOATIME | S_IMMUTABLE); |
| 855 | inode_unlock(inode); |
| 856 | mark_inode_dirty(inode); |
| 857 | |
| 858 | return 0; |
| 859 | } |
| 860 | |
| 861 | static int jfs_quota_off(struct super_block *sb, int type) |
| 862 | { |
| 863 | struct inode *inode = sb_dqopt(sb)->files[type]; |
| 864 | int err; |
| 865 | |
| 866 | if (!inode || !igrab(inode)) |
| 867 | goto out; |
| 868 | |
| 869 | err = dquot_quota_off(sb, type); |
| 870 | if (err) |
| 871 | goto out_put; |
| 872 | |
| 873 | inode_lock(inode); |
| 874 | JFS_IP(inode)->mode2 &= ~(JFS_NOATIME_FL | JFS_IMMUTABLE_FL); |
| 875 | inode_set_flags(inode, 0, S_NOATIME | S_IMMUTABLE); |
| 876 | inode_unlock(inode); |
| 877 | mark_inode_dirty(inode); |
| 878 | out_put: |
| 879 | iput(inode); |
| 880 | return err; |
| 881 | out: |
| 882 | return dquot_quota_off(sb, type); |
| 883 | } |
Dave Kleikamp | 115ff50 | 2006-07-26 14:52:13 -0500 | [diff] [blame] | 884 | #endif |
| 885 | |
Josef 'Jeff' Sipek | ee9b6d6 | 2007-02-12 00:55:41 -0800 | [diff] [blame] | 886 | static const struct super_operations jfs_super_operations = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 887 | .alloc_inode = jfs_alloc_inode, |
Al Viro | b3b4a6e | 2019-04-15 22:48:59 -0400 | [diff] [blame] | 888 | .free_inode = jfs_free_inode, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 889 | .dirty_inode = jfs_dirty_inode, |
| 890 | .write_inode = jfs_write_inode, |
Al Viro | 62aff86 | 2010-06-07 00:28:54 -0400 | [diff] [blame] | 891 | .evict_inode = jfs_evict_inode, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 892 | .put_super = jfs_put_super, |
| 893 | .sync_fs = jfs_sync_fs, |
Takashi Sato | c4be0c1 | 2009-01-09 16:40:58 -0800 | [diff] [blame] | 894 | .freeze_fs = jfs_freeze, |
| 895 | .unfreeze_fs = jfs_unfreeze, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 896 | .statfs = jfs_statfs, |
| 897 | .remount_fs = jfs_remount, |
Dave Kleikamp | 115ff50 | 2006-07-26 14:52:13 -0500 | [diff] [blame] | 898 | .show_options = jfs_show_options, |
| 899 | #ifdef CONFIG_QUOTA |
| 900 | .quota_read = jfs_quota_read, |
| 901 | .quota_write = jfs_quota_write, |
Jan Kara | 507e1fa | 2014-10-01 11:19:12 +0200 | [diff] [blame] | 902 | .get_dquots = jfs_get_dquots, |
Dave Kleikamp | 115ff50 | 2006-07-26 14:52:13 -0500 | [diff] [blame] | 903 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 904 | }; |
| 905 | |
Christoph Hellwig | 3965516 | 2007-10-21 16:42:17 -0700 | [diff] [blame] | 906 | static const struct export_operations jfs_export_operations = { |
Christoph Hellwig | d425de7 | 2007-10-21 16:42:09 -0700 | [diff] [blame] | 907 | .fh_to_dentry = jfs_fh_to_dentry, |
| 908 | .fh_to_parent = jfs_fh_to_parent, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 909 | .get_parent = jfs_get_parent, |
| 910 | }; |
| 911 | |
| 912 | static struct file_system_type jfs_fs_type = { |
| 913 | .owner = THIS_MODULE, |
| 914 | .name = "jfs", |
Al Viro | 152a083 | 2010-07-25 00:46:55 +0400 | [diff] [blame] | 915 | .mount = jfs_do_mount, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 916 | .kill_sb = kill_block_super, |
| 917 | .fs_flags = FS_REQUIRES_DEV, |
| 918 | }; |
Eric W. Biederman | 7f78e03 | 2013-03-02 19:39:14 -0800 | [diff] [blame] | 919 | MODULE_ALIAS_FS("jfs"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 920 | |
Alexey Dobriyan | 51cc506 | 2008-07-25 19:45:34 -0700 | [diff] [blame] | 921 | static void init_once(void *foo) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 922 | { |
| 923 | struct jfs_inode_info *jfs_ip = (struct jfs_inode_info *) foo; |
| 924 | |
Christoph Lameter | a35afb8 | 2007-05-16 22:10:57 -0700 | [diff] [blame] | 925 | memset(jfs_ip, 0, sizeof(struct jfs_inode_info)); |
| 926 | INIT_LIST_HEAD(&jfs_ip->anon_inode_list); |
| 927 | init_rwsem(&jfs_ip->rdwrlock); |
| 928 | mutex_init(&jfs_ip->commit_mutex); |
| 929 | init_rwsem(&jfs_ip->xattr_sem); |
| 930 | spin_lock_init(&jfs_ip->ag_lock); |
| 931 | jfs_ip->active_ag = -1; |
Christoph Lameter | a35afb8 | 2007-05-16 22:10:57 -0700 | [diff] [blame] | 932 | inode_init_once(&jfs_ip->vfs_inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 933 | } |
| 934 | |
| 935 | static int __init init_jfs_fs(void) |
| 936 | { |
| 937 | int i; |
| 938 | int rc; |
| 939 | |
| 940 | jfs_inode_cachep = |
David Windsor | 8d2704d | 2017-06-10 22:50:38 -0400 | [diff] [blame] | 941 | kmem_cache_create_usercopy("jfs_ip", sizeof(struct jfs_inode_info), |
| 942 | 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD|SLAB_ACCOUNT, |
Kees Cook | 961b33c | 2018-08-03 12:52:58 -0700 | [diff] [blame] | 943 | offsetof(struct jfs_inode_info, i_inline), IDATASIZE, |
David Windsor | 8d2704d | 2017-06-10 22:50:38 -0400 | [diff] [blame] | 944 | init_once); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 945 | if (jfs_inode_cachep == NULL) |
| 946 | return -ENOMEM; |
| 947 | |
| 948 | /* |
| 949 | * Metapage initialization |
| 950 | */ |
| 951 | rc = metapage_init(); |
| 952 | if (rc) { |
| 953 | jfs_err("metapage_init failed w/rc = %d", rc); |
| 954 | goto free_slab; |
| 955 | } |
| 956 | |
| 957 | /* |
| 958 | * Transaction Manager initialization |
| 959 | */ |
| 960 | rc = txInit(); |
| 961 | if (rc) { |
| 962 | jfs_err("txInit failed w/rc = %d", rc); |
| 963 | goto free_metapage; |
| 964 | } |
| 965 | |
| 966 | /* |
| 967 | * I/O completion thread (endio) |
| 968 | */ |
Christoph Hellwig | 91dbb4d | 2006-02-15 12:49:04 -0600 | [diff] [blame] | 969 | jfsIOthread = kthread_run(jfsIOWait, NULL, "jfsIO"); |
| 970 | if (IS_ERR(jfsIOthread)) { |
| 971 | rc = PTR_ERR(jfsIOthread); |
| 972 | jfs_err("init_jfs_fs: fork failed w/rc = %d", rc); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 973 | goto end_txmngr; |
| 974 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 975 | |
| 976 | if (commit_threads < 1) |
| 977 | commit_threads = num_online_cpus(); |
| 978 | if (commit_threads > MAX_COMMIT_THREADS) |
| 979 | commit_threads = MAX_COMMIT_THREADS; |
| 980 | |
| 981 | for (i = 0; i < commit_threads; i++) { |
Fabian Frederick | 789602e | 2014-05-22 10:42:24 +1000 | [diff] [blame] | 982 | jfsCommitThread[i] = kthread_run(jfs_lazycommit, NULL, |
| 983 | "jfsCommit"); |
Christoph Hellwig | 91dbb4d | 2006-02-15 12:49:04 -0600 | [diff] [blame] | 984 | if (IS_ERR(jfsCommitThread[i])) { |
| 985 | rc = PTR_ERR(jfsCommitThread[i]); |
| 986 | jfs_err("init_jfs_fs: fork failed w/rc = %d", rc); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 987 | commit_threads = i; |
| 988 | goto kill_committask; |
| 989 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 990 | } |
| 991 | |
Christoph Hellwig | 91dbb4d | 2006-02-15 12:49:04 -0600 | [diff] [blame] | 992 | jfsSyncThread = kthread_run(jfs_sync, NULL, "jfsSync"); |
| 993 | if (IS_ERR(jfsSyncThread)) { |
| 994 | rc = PTR_ERR(jfsSyncThread); |
| 995 | jfs_err("init_jfs_fs: fork failed w/rc = %d", rc); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 996 | goto kill_committask; |
| 997 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 998 | |
| 999 | #ifdef PROC_FS_JFS |
| 1000 | jfs_proc_init(); |
| 1001 | #endif |
| 1002 | |
Al Viro | 76bf09f | 2012-03-17 18:14:34 -0400 | [diff] [blame] | 1003 | rc = register_filesystem(&jfs_fs_type); |
| 1004 | if (!rc) |
| 1005 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1006 | |
Al Viro | 76bf09f | 2012-03-17 18:14:34 -0400 | [diff] [blame] | 1007 | #ifdef PROC_FS_JFS |
| 1008 | jfs_proc_clean(); |
| 1009 | #endif |
| 1010 | kthread_stop(jfsSyncThread); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1011 | kill_committask: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1012 | for (i = 0; i < commit_threads; i++) |
Christoph Hellwig | 91dbb4d | 2006-02-15 12:49:04 -0600 | [diff] [blame] | 1013 | kthread_stop(jfsCommitThread[i]); |
| 1014 | kthread_stop(jfsIOthread); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1015 | end_txmngr: |
| 1016 | txExit(); |
| 1017 | free_metapage: |
| 1018 | metapage_exit(); |
| 1019 | free_slab: |
| 1020 | kmem_cache_destroy(jfs_inode_cachep); |
| 1021 | return rc; |
| 1022 | } |
| 1023 | |
| 1024 | static void __exit exit_jfs_fs(void) |
| 1025 | { |
| 1026 | int i; |
| 1027 | |
| 1028 | jfs_info("exit_jfs_fs called"); |
| 1029 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1030 | txExit(); |
| 1031 | metapage_exit(); |
Christoph Hellwig | 91dbb4d | 2006-02-15 12:49:04 -0600 | [diff] [blame] | 1032 | |
| 1033 | kthread_stop(jfsIOthread); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1034 | for (i = 0; i < commit_threads; i++) |
Christoph Hellwig | 91dbb4d | 2006-02-15 12:49:04 -0600 | [diff] [blame] | 1035 | kthread_stop(jfsCommitThread[i]); |
| 1036 | kthread_stop(jfsSyncThread); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1037 | #ifdef PROC_FS_JFS |
| 1038 | jfs_proc_clean(); |
| 1039 | #endif |
| 1040 | unregister_filesystem(&jfs_fs_type); |
Kirill A. Shutemov | 8c0a853 | 2012-09-26 11:33:07 +1000 | [diff] [blame] | 1041 | |
| 1042 | /* |
| 1043 | * Make sure all delayed rcu free inodes are flushed before we |
| 1044 | * destroy cache. |
| 1045 | */ |
| 1046 | rcu_barrier(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1047 | kmem_cache_destroy(jfs_inode_cachep); |
| 1048 | } |
| 1049 | |
| 1050 | module_init(init_jfs_fs) |
| 1051 | module_exit(exit_jfs_fs) |