blob: 6438738a204af281b4220ba12df148d91cb6ceda [file] [log] [blame]
Dave Chinner0b61f8a2018-06-05 19:42:14 -07001// SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
Nathan Scotta805bad2006-06-19 08:40:27 +10003 * Copyright (c) 2000-2006 Silicon Graphics, Inc.
Nathan Scott7b718762005-11-02 14:58:39 +11004 * All Rights Reserved.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 */
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00006
Linus Torvalds1da177e2005-04-16 15:20:36 -07007#include "xfs.h"
Dave Chinner70a98832013-10-23 10:36:05 +11008#include "xfs_shared.h"
Dave Chinner6ca1c902013-08-12 20:49:26 +10009#include "xfs_format.h"
Dave Chinner239880e2013-10-23 10:50:10 +110010#include "xfs_log_format.h"
11#include "xfs_trans_resv.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#include "xfs_sb.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#include "xfs_mount.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070014#include "xfs_inode.h"
Nathan Scotta844f452005-11-02 14:38:42 +110015#include "xfs_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070016#include "xfs_bmap.h"
Dave Chinnera4fbe6a2013-10-23 10:51:50 +110017#include "xfs_alloc.h"
Christoph Hellwig9909c4a2007-10-11 18:11:14 +100018#include "xfs_fsops.h"
Dave Chinner239880e2013-10-23 10:50:10 +110019#include "xfs_trans.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#include "xfs_buf_item.h"
Dave Chinner239880e2013-10-23 10:50:10 +110021#include "xfs_log.h"
David Chinnera67d7c52007-11-23 16:29:32 +110022#include "xfs_log_priv.h"
Dave Chinner2b9ab5a2013-08-12 20:49:37 +100023#include "xfs_dir2.h"
Christoph Hellwig9f8868f2008-07-18 17:11:46 +100024#include "xfs_extfree_item.h"
25#include "xfs_mru_cache.h"
26#include "xfs_inode_item.h"
Dave Chinner6d8b79c2012-10-08 21:56:09 +110027#include "xfs_icache.h"
Christoph Hellwig0b1b2132009-12-14 23:14:59 +000028#include "xfs_trace.h"
Dave Chinner3ebe7d22013-06-27 16:04:53 +100029#include "xfs_icreate_item.h"
Dave Chinnera4fbe6a2013-10-23 10:51:50 +110030#include "xfs_filestream.h"
31#include "xfs_quota.h"
Brian Foster65b65732014-09-09 11:52:42 +100032#include "xfs_sysfs.h"
Darrick J. Wong30cbc592016-03-09 08:15:14 +110033#include "xfs_ondisk.h"
Darrick J. Wong5880f2d72016-08-03 12:04:45 +100034#include "xfs_rmap_item.h"
Darrick J. Wongbaf4bcac2016-10-03 09:11:20 -070035#include "xfs_refcount_item.h"
Darrick J. Wong6413a012016-10-03 09:11:25 -070036#include "xfs_bmap_item.h"
Darrick J. Wong5e7e6052016-10-03 09:11:38 -070037#include "xfs_reflink.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
Adam Borowskidddde682018-10-18 17:20:19 +110039#include <linux/magic.h>
Christoph Hellwig62a877e2008-07-18 17:12:36 +100040#include <linux/parser.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070041
Alexey Dobriyanb87221d2009-09-21 17:01:09 -070042static const struct super_operations xfs_super_operations;
Brian Foster65b65732014-09-09 11:52:42 +100043
Dave Chinnere3aed1a2014-09-29 10:46:08 +100044static struct kset *xfs_kset; /* top-level xfs sysfs dir */
Brian Foster65b65732014-09-09 11:52:42 +100045#ifdef DEBUG
46static struct xfs_kobj xfs_dbg_kobj; /* global debug sysfs attrs */
47#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070048
Christoph Hellwig62a877e2008-07-18 17:12:36 +100049/*
50 * Table driven mount option parser.
Christoph Hellwig62a877e2008-07-18 17:12:36 +100051 */
52enum {
Ian Kent8da57c52019-10-28 08:41:42 -070053 Opt_logbufs, Opt_logbsize, Opt_logdev, Opt_rtdev,
Eric Sandeen2e74af02016-03-02 09:55:38 +110054 Opt_wsync, Opt_noalign, Opt_swalloc, Opt_sunit, Opt_swidth, Opt_nouuid,
Christoph Hellwig94079282019-04-28 08:32:52 -070055 Opt_grpid, Opt_nogrpid, Opt_bsdgroups, Opt_sysvgroups,
Eric Sandeen1c02d502018-07-26 09:11:27 -070056 Opt_allocsize, Opt_norecovery, Opt_inode64, Opt_inode32, Opt_ikeep,
57 Opt_noikeep, Opt_largeio, Opt_nolargeio, Opt_attr2, Opt_noattr2,
58 Opt_filestreams, Opt_quota, Opt_noquota, Opt_usrquota, Opt_grpquota,
59 Opt_prjquota, Opt_uquota, Opt_gquota, Opt_pquota,
Eric Sandeen2e74af02016-03-02 09:55:38 +110060 Opt_uqnoenforce, Opt_gqnoenforce, Opt_pqnoenforce, Opt_qnoenforce,
61 Opt_discard, Opt_nodiscard, Opt_dax, Opt_err,
Christoph Hellwig62a877e2008-07-18 17:12:36 +100062};
63
Steven Whitehousea447c092008-10-13 10:46:57 +010064static const match_table_t tokens = {
Eric Sandeen2e74af02016-03-02 09:55:38 +110065 {Opt_logbufs, "logbufs=%u"}, /* number of XFS log buffers */
66 {Opt_logbsize, "logbsize=%s"}, /* size of XFS log buffers */
67 {Opt_logdev, "logdev=%s"}, /* log device */
68 {Opt_rtdev, "rtdev=%s"}, /* realtime I/O device */
Eric Sandeen2e74af02016-03-02 09:55:38 +110069 {Opt_wsync, "wsync"}, /* safe-mode nfs compatible mount */
70 {Opt_noalign, "noalign"}, /* turn off stripe alignment */
71 {Opt_swalloc, "swalloc"}, /* turn on stripe width allocation */
72 {Opt_sunit, "sunit=%u"}, /* data volume stripe unit */
73 {Opt_swidth, "swidth=%u"}, /* data volume stripe width */
74 {Opt_nouuid, "nouuid"}, /* ignore filesystem UUID */
Eric Sandeen2e74af02016-03-02 09:55:38 +110075 {Opt_grpid, "grpid"}, /* group-ID from parent directory */
76 {Opt_nogrpid, "nogrpid"}, /* group-ID from current process */
77 {Opt_bsdgroups, "bsdgroups"}, /* group-ID from parent directory */
78 {Opt_sysvgroups,"sysvgroups"}, /* group-ID from current process */
79 {Opt_allocsize, "allocsize=%s"},/* preferred allocation size */
80 {Opt_norecovery,"norecovery"}, /* don't run XFS recovery */
Eric Sandeen2e74af02016-03-02 09:55:38 +110081 {Opt_inode64, "inode64"}, /* inodes can be allocated anywhere */
82 {Opt_inode32, "inode32"}, /* inode allocation limited to
83 * XFS_MAXINUMBER_32 */
84 {Opt_ikeep, "ikeep"}, /* do not free empty inode clusters */
85 {Opt_noikeep, "noikeep"}, /* free empty inode clusters */
86 {Opt_largeio, "largeio"}, /* report large I/O sizes in stat() */
87 {Opt_nolargeio, "nolargeio"}, /* do not report large I/O sizes
88 * in stat(). */
89 {Opt_attr2, "attr2"}, /* do use attr2 attribute format */
90 {Opt_noattr2, "noattr2"}, /* do not use attr2 attribute format */
91 {Opt_filestreams,"filestreams"},/* use filestreams allocator */
92 {Opt_quota, "quota"}, /* disk quotas (user) */
93 {Opt_noquota, "noquota"}, /* no quotas */
94 {Opt_usrquota, "usrquota"}, /* user quota enabled */
95 {Opt_grpquota, "grpquota"}, /* group quota enabled */
96 {Opt_prjquota, "prjquota"}, /* project quota enabled */
97 {Opt_uquota, "uquota"}, /* user quota (IRIX variant) */
98 {Opt_gquota, "gquota"}, /* group quota (IRIX variant) */
99 {Opt_pquota, "pquota"}, /* project quota (IRIX variant) */
100 {Opt_uqnoenforce,"uqnoenforce"},/* user quota limit enforcement */
101 {Opt_gqnoenforce,"gqnoenforce"},/* group quota limit enforcement */
102 {Opt_pqnoenforce,"pqnoenforce"},/* project quota limit enforcement */
103 {Opt_qnoenforce, "qnoenforce"}, /* same as uqnoenforce */
104 {Opt_discard, "discard"}, /* Discard unused blocks */
105 {Opt_nodiscard, "nodiscard"}, /* Do not discard unused blocks */
Eric Sandeen2e74af02016-03-02 09:55:38 +1100106 {Opt_dax, "dax"}, /* Enable direct access to bdev pages */
107 {Opt_err, NULL},
Christoph Hellwig62a877e2008-07-18 17:12:36 +1000108};
109
110
Markus Elfringa841b642016-01-04 16:13:21 +1100111STATIC int
Eric Sandeen2e74af02016-03-02 09:55:38 +1100112suffix_kstrtoint(const substring_t *s, unsigned int base, int *res)
David Chinnera67d7c52007-11-23 16:29:32 +1100113{
Abhijit Pawara17164e2013-01-09 19:34:42 +0530114 int last, shift_left_factor = 0, _res;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100115 char *value;
116 int ret = 0;
117
118 value = match_strdup(s);
119 if (!value)
120 return -ENOMEM;
David Chinnera67d7c52007-11-23 16:29:32 +1100121
122 last = strlen(value) - 1;
123 if (value[last] == 'K' || value[last] == 'k') {
124 shift_left_factor = 10;
125 value[last] = '\0';
126 }
127 if (value[last] == 'M' || value[last] == 'm') {
128 shift_left_factor = 20;
129 value[last] = '\0';
130 }
131 if (value[last] == 'G' || value[last] == 'g') {
132 shift_left_factor = 30;
133 value[last] = '\0';
134 }
135
Eric Sandeen2e74af02016-03-02 09:55:38 +1100136 if (kstrtoint(value, base, &_res))
137 ret = -EINVAL;
138 kfree(value);
Abhijit Pawara17164e2013-01-09 19:34:42 +0530139 *res = _res << shift_left_factor;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100140 return ret;
David Chinnera67d7c52007-11-23 16:29:32 +1100141}
142
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100143/*
144 * This function fills in xfs_mount_t fields based on mount args.
145 * Note: the superblock has _not_ yet been read in.
146 *
147 * Note that this function leaks the various device name allocations on
148 * failure. The caller takes care of them.
Eric Sandeena08ee402016-03-02 09:56:31 +1100149 *
150 * *sb is const because this is also used to test options on the remount
151 * path, and we don't want this to have any side effects at remount time.
152 * Today this function does not change *sb, but just to future-proof...
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100153 */
David Chinnera67d7c52007-11-23 16:29:32 +1100154STATIC int
155xfs_parseargs(
156 struct xfs_mount *mp,
Christoph Hellwig288699f2010-06-23 18:11:15 +1000157 char *options)
David Chinnera67d7c52007-11-23 16:29:32 +1100158{
Eric Sandeena08ee402016-03-02 09:56:31 +1100159 const struct super_block *sb = mp->m_super;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100160 char *p;
161 substring_t args[MAX_OPT_ARGS];
Christoph Hellwig2fcddee2019-10-28 08:41:45 -0700162 int size = 0;
David Chinnera67d7c52007-11-23 16:29:32 +1100163
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100164 /*
165 * Copy binary VFS mount flags we are interested in.
166 */
David Howellsbc98a422017-07-17 08:45:34 +0100167 if (sb_rdonly(sb))
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100168 mp->m_flags |= XFS_MOUNT_RDONLY;
Linus Torvalds1751e8a2017-11-27 13:05:09 -0800169 if (sb->s_flags & SB_DIRSYNC)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100170 mp->m_flags |= XFS_MOUNT_DIRSYNC;
Linus Torvalds1751e8a2017-11-27 13:05:09 -0800171 if (sb->s_flags & SB_SYNCHRONOUS)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100172 mp->m_flags |= XFS_MOUNT_WSYNC;
173
174 /*
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100175 * These can be overridden by the mount option parsing.
176 */
177 mp->m_logbufs = -1;
178 mp->m_logbsize = -1;
Christoph Hellwig2fcddee2019-10-28 08:41:45 -0700179 mp->m_allocsize_log = 16; /* 64k */
David Chinnera67d7c52007-11-23 16:29:32 +1100180
181 if (!options)
182 goto done;
183
Eric Sandeen2e74af02016-03-02 09:55:38 +1100184 while ((p = strsep(&options, ",")) != NULL) {
185 int token;
David Chinnera67d7c52007-11-23 16:29:32 +1100186
Eric Sandeen2e74af02016-03-02 09:55:38 +1100187 if (!*p)
188 continue;
189
190 token = match_token(p, tokens, args);
191 switch (token) {
192 case Opt_logbufs:
193 if (match_int(args, &mp->m_logbufs))
Dave Chinner24513372014-06-25 14:58:08 +1000194 return -EINVAL;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100195 break;
196 case Opt_logbsize:
197 if (suffix_kstrtoint(args, 10, &mp->m_logbsize))
Dave Chinner24513372014-06-25 14:58:08 +1000198 return -EINVAL;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100199 break;
200 case Opt_logdev:
Chengguang Xu5b4c8452018-02-25 12:17:31 -0800201 kfree(mp->m_logname);
Eric Sandeen2e74af02016-03-02 09:55:38 +1100202 mp->m_logname = match_strdup(args);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100203 if (!mp->m_logname)
Dave Chinner24513372014-06-25 14:58:08 +1000204 return -ENOMEM;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100205 break;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100206 case Opt_rtdev:
Chengguang Xu5b4c8452018-02-25 12:17:31 -0800207 kfree(mp->m_rtname);
Eric Sandeen2e74af02016-03-02 09:55:38 +1100208 mp->m_rtname = match_strdup(args);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100209 if (!mp->m_rtname)
Dave Chinner24513372014-06-25 14:58:08 +1000210 return -ENOMEM;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100211 break;
212 case Opt_allocsize:
Christoph Hellwig2fcddee2019-10-28 08:41:45 -0700213 if (suffix_kstrtoint(args, 10, &size))
Dave Chinner24513372014-06-25 14:58:08 +1000214 return -EINVAL;
Christoph Hellwig2fcddee2019-10-28 08:41:45 -0700215 mp->m_allocsize_log = ffs(size) - 1;
Christoph Hellwig3274d002019-10-28 08:41:45 -0700216 mp->m_flags |= XFS_MOUNT_ALLOCSIZE;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100217 break;
218 case Opt_grpid:
219 case Opt_bsdgroups:
David Chinnera67d7c52007-11-23 16:29:32 +1100220 mp->m_flags |= XFS_MOUNT_GRPID;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100221 break;
222 case Opt_nogrpid:
223 case Opt_sysvgroups:
David Chinnera67d7c52007-11-23 16:29:32 +1100224 mp->m_flags &= ~XFS_MOUNT_GRPID;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100225 break;
226 case Opt_wsync:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100227 mp->m_flags |= XFS_MOUNT_WSYNC;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100228 break;
229 case Opt_norecovery:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100230 mp->m_flags |= XFS_MOUNT_NORECOVERY;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100231 break;
232 case Opt_noalign:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100233 mp->m_flags |= XFS_MOUNT_NOALIGN;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100234 break;
235 case Opt_swalloc:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100236 mp->m_flags |= XFS_MOUNT_SWALLOC;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100237 break;
238 case Opt_sunit:
Christoph Hellwig69e85752019-10-28 08:41:43 -0700239 if (match_int(args, &mp->m_dalign))
Dave Chinner24513372014-06-25 14:58:08 +1000240 return -EINVAL;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100241 break;
242 case Opt_swidth:
Christoph Hellwig69e85752019-10-28 08:41:43 -0700243 if (match_int(args, &mp->m_swidth))
Dave Chinner24513372014-06-25 14:58:08 +1000244 return -EINVAL;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100245 break;
246 case Opt_inode32:
Carlos Maiolino08bf5402012-09-20 10:32:37 -0300247 mp->m_flags |= XFS_MOUNT_SMALL_INUMS;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100248 break;
249 case Opt_inode64:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100250 mp->m_flags &= ~XFS_MOUNT_SMALL_INUMS;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100251 break;
252 case Opt_nouuid:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100253 mp->m_flags |= XFS_MOUNT_NOUUID;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100254 break;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100255 case Opt_ikeep:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100256 mp->m_flags |= XFS_MOUNT_IKEEP;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100257 break;
258 case Opt_noikeep:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100259 mp->m_flags &= ~XFS_MOUNT_IKEEP;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100260 break;
261 case Opt_largeio:
Christoph Hellwig7c6b94b2019-10-28 08:41:46 -0700262 mp->m_flags |= XFS_MOUNT_LARGEIO;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100263 break;
264 case Opt_nolargeio:
Christoph Hellwig7c6b94b2019-10-28 08:41:46 -0700265 mp->m_flags &= ~XFS_MOUNT_LARGEIO;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100266 break;
267 case Opt_attr2:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100268 mp->m_flags |= XFS_MOUNT_ATTR2;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100269 break;
270 case Opt_noattr2:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100271 mp->m_flags &= ~XFS_MOUNT_ATTR2;
272 mp->m_flags |= XFS_MOUNT_NOATTR2;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100273 break;
274 case Opt_filestreams:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100275 mp->m_flags |= XFS_MOUNT_FILESTREAMS;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100276 break;
277 case Opt_noquota:
Chandra Seetharaman4177af32012-01-23 17:31:43 +0000278 mp->m_qflags &= ~XFS_ALL_QUOTA_ACCT;
279 mp->m_qflags &= ~XFS_ALL_QUOTA_ENFD;
280 mp->m_qflags &= ~XFS_ALL_QUOTA_ACTIVE;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100281 break;
282 case Opt_quota:
283 case Opt_uquota:
284 case Opt_usrquota:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100285 mp->m_qflags |= (XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE |
286 XFS_UQUOTA_ENFD);
Eric Sandeen2e74af02016-03-02 09:55:38 +1100287 break;
288 case Opt_qnoenforce:
289 case Opt_uqnoenforce:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100290 mp->m_qflags |= (XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE);
291 mp->m_qflags &= ~XFS_UQUOTA_ENFD;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100292 break;
293 case Opt_pquota:
294 case Opt_prjquota:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100295 mp->m_qflags |= (XFS_PQUOTA_ACCT | XFS_PQUOTA_ACTIVE |
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500296 XFS_PQUOTA_ENFD);
Eric Sandeen2e74af02016-03-02 09:55:38 +1100297 break;
298 case Opt_pqnoenforce:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100299 mp->m_qflags |= (XFS_PQUOTA_ACCT | XFS_PQUOTA_ACTIVE);
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500300 mp->m_qflags &= ~XFS_PQUOTA_ENFD;
Eryu Guance5c7672016-04-06 07:19:40 +1000301 break;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100302 case Opt_gquota:
303 case Opt_grpquota:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100304 mp->m_qflags |= (XFS_GQUOTA_ACCT | XFS_GQUOTA_ACTIVE |
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500305 XFS_GQUOTA_ENFD);
Eric Sandeen2e74af02016-03-02 09:55:38 +1100306 break;
307 case Opt_gqnoenforce:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100308 mp->m_qflags |= (XFS_GQUOTA_ACCT | XFS_GQUOTA_ACTIVE);
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500309 mp->m_qflags &= ~XFS_GQUOTA_ENFD;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100310 break;
311 case Opt_discard:
Christoph Hellwige84661a2011-05-20 13:45:32 +0000312 mp->m_flags |= XFS_MOUNT_DISCARD;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100313 break;
314 case Opt_nodiscard:
Christoph Hellwige84661a2011-05-20 13:45:32 +0000315 mp->m_flags &= ~XFS_MOUNT_DISCARD;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100316 break;
Dave Chinnercbe4dab2015-06-04 09:19:18 +1000317#ifdef CONFIG_FS_DAX
Eric Sandeen2e74af02016-03-02 09:55:38 +1100318 case Opt_dax:
Dave Chinnercbe4dab2015-06-04 09:19:18 +1000319 mp->m_flags |= XFS_MOUNT_DAX;
Eric Sandeen2e74af02016-03-02 09:55:38 +1100320 break;
Dave Chinnercbe4dab2015-06-04 09:19:18 +1000321#endif
Eric Sandeen2e74af02016-03-02 09:55:38 +1100322 default:
323 xfs_warn(mp, "unknown mount option [%s].", p);
Dave Chinner24513372014-06-25 14:58:08 +1000324 return -EINVAL;
David Chinnera67d7c52007-11-23 16:29:32 +1100325 }
326 }
327
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100328 /*
329 * no recovery flag requires a read-only mount
330 */
331 if ((mp->m_flags & XFS_MOUNT_NORECOVERY) &&
332 !(mp->m_flags & XFS_MOUNT_RDONLY)) {
Dave Chinner4f107002011-03-07 10:00:35 +1100333 xfs_warn(mp, "no-recovery mounts must be read-only.");
Dave Chinner24513372014-06-25 14:58:08 +1000334 return -EINVAL;
David Chinnera67d7c52007-11-23 16:29:32 +1100335 }
336
Christoph Hellwig69e85752019-10-28 08:41:43 -0700337 if ((mp->m_flags & XFS_MOUNT_NOALIGN) &&
338 (mp->m_dalign || mp->m_swidth)) {
Dave Chinner4f107002011-03-07 10:00:35 +1100339 xfs_warn(mp,
340 "sunit and swidth options incompatible with the noalign option");
Dave Chinner24513372014-06-25 14:58:08 +1000341 return -EINVAL;
David Chinnera67d7c52007-11-23 16:29:32 +1100342 }
343
Christoph Hellwig7d095252009-06-08 15:33:32 +0200344#ifndef CONFIG_XFS_QUOTA
345 if (XFS_IS_QUOTA_RUNNING(mp)) {
Dave Chinner4f107002011-03-07 10:00:35 +1100346 xfs_warn(mp, "quota support not available in this kernel.");
Dave Chinner24513372014-06-25 14:58:08 +1000347 return -EINVAL;
Christoph Hellwig7d095252009-06-08 15:33:32 +0200348 }
349#endif
350
Christoph Hellwig69e85752019-10-28 08:41:43 -0700351 if ((mp->m_dalign && !mp->m_swidth) ||
352 (!mp->m_dalign && mp->m_swidth)) {
Dave Chinner4f107002011-03-07 10:00:35 +1100353 xfs_warn(mp, "sunit and swidth must be specified together");
Dave Chinner24513372014-06-25 14:58:08 +1000354 return -EINVAL;
David Chinnera67d7c52007-11-23 16:29:32 +1100355 }
356
Christoph Hellwig69e85752019-10-28 08:41:43 -0700357 if (mp->m_dalign && (mp->m_swidth % mp->m_dalign != 0)) {
Dave Chinner4f107002011-03-07 10:00:35 +1100358 xfs_warn(mp,
359 "stripe width (%d) must be a multiple of the stripe unit (%d)",
Christoph Hellwig69e85752019-10-28 08:41:43 -0700360 mp->m_swidth, mp->m_dalign);
Dave Chinner24513372014-06-25 14:58:08 +1000361 return -EINVAL;
David Chinnera67d7c52007-11-23 16:29:32 +1100362 }
363
David Chinnera67d7c52007-11-23 16:29:32 +1100364done:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100365 if (mp->m_logbufs != -1 &&
366 mp->m_logbufs != 0 &&
367 (mp->m_logbufs < XLOG_MIN_ICLOGS ||
368 mp->m_logbufs > XLOG_MAX_ICLOGS)) {
Dave Chinner4f107002011-03-07 10:00:35 +1100369 xfs_warn(mp, "invalid logbufs value: %d [not %d-%d]",
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100370 mp->m_logbufs, XLOG_MIN_ICLOGS, XLOG_MAX_ICLOGS);
Dave Chinner24513372014-06-25 14:58:08 +1000371 return -EINVAL;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100372 }
373 if (mp->m_logbsize != -1 &&
374 mp->m_logbsize != 0 &&
375 (mp->m_logbsize < XLOG_MIN_RECORD_BSIZE ||
376 mp->m_logbsize > XLOG_MAX_RECORD_BSIZE ||
377 !is_power_of_2(mp->m_logbsize))) {
Dave Chinner4f107002011-03-07 10:00:35 +1100378 xfs_warn(mp,
379 "invalid logbufsize: %d [not 16k,32k,64k,128k or 256k]",
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100380 mp->m_logbsize);
Dave Chinner24513372014-06-25 14:58:08 +1000381 return -EINVAL;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100382 }
383
Christoph Hellwig3274d002019-10-28 08:41:45 -0700384 if ((mp->m_flags & XFS_MOUNT_ALLOCSIZE) &&
Christoph Hellwig2fcddee2019-10-28 08:41:45 -0700385 (mp->m_allocsize_log > XFS_MAX_IO_LOG ||
386 mp->m_allocsize_log < XFS_MIN_IO_LOG)) {
387 xfs_warn(mp, "invalid log iosize: %d [not %d-%d]",
388 mp->m_allocsize_log, XFS_MIN_IO_LOG, XFS_MAX_IO_LOG);
389 return -EINVAL;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100390 }
391
David Chinnera67d7c52007-11-23 16:29:32 +1100392 return 0;
393}
394
395struct proc_xfs_info {
Dave Chinnercbe4dab2015-06-04 09:19:18 +1000396 uint64_t flag;
397 char *str;
David Chinnera67d7c52007-11-23 16:29:32 +1100398};
399
Christoph Hellwig21f55992019-10-28 08:41:47 -0700400static int
401xfs_fs_show_options(
402 struct seq_file *m,
403 struct dentry *root)
David Chinnera67d7c52007-11-23 16:29:32 +1100404{
405 static struct proc_xfs_info xfs_info_set[] = {
406 /* the few simple ones we can get from the mount struct */
Eric Sandeen2e74af02016-03-02 09:55:38 +1100407 { XFS_MOUNT_IKEEP, ",ikeep" },
408 { XFS_MOUNT_WSYNC, ",wsync" },
409 { XFS_MOUNT_NOALIGN, ",noalign" },
410 { XFS_MOUNT_SWALLOC, ",swalloc" },
411 { XFS_MOUNT_NOUUID, ",nouuid" },
412 { XFS_MOUNT_NORECOVERY, ",norecovery" },
413 { XFS_MOUNT_ATTR2, ",attr2" },
414 { XFS_MOUNT_FILESTREAMS, ",filestreams" },
415 { XFS_MOUNT_GRPID, ",grpid" },
416 { XFS_MOUNT_DISCARD, ",discard" },
Christoph Hellwig7c6b94b2019-10-28 08:41:46 -0700417 { XFS_MOUNT_LARGEIO, ",largeio" },
Eric Sandeen2e74af02016-03-02 09:55:38 +1100418 { XFS_MOUNT_DAX, ",dax" },
David Chinnera67d7c52007-11-23 16:29:32 +1100419 { 0, NULL }
420 };
Christoph Hellwig21f55992019-10-28 08:41:47 -0700421 struct xfs_mount *mp = XFS_M(root->d_sb);
David Chinnera67d7c52007-11-23 16:29:32 +1100422 struct proc_xfs_info *xfs_infop;
423
424 for (xfs_infop = xfs_info_set; xfs_infop->flag; xfs_infop++) {
425 if (mp->m_flags & xfs_infop->flag)
426 seq_puts(m, xfs_infop->str);
427 }
Christoph Hellwig1775c502019-10-28 08:41:47 -0700428
429 seq_printf(m, ",inode%d",
430 (mp->m_flags & XFS_MOUNT_SMALL_INUMS) ? 32 : 64);
David Chinnera67d7c52007-11-23 16:29:32 +1100431
Christoph Hellwig3274d002019-10-28 08:41:45 -0700432 if (mp->m_flags & XFS_MOUNT_ALLOCSIZE)
Eric Sandeen2e74af02016-03-02 09:55:38 +1100433 seq_printf(m, ",allocsize=%dk",
Christoph Hellwigaa58d442019-10-28 08:41:46 -0700434 (1 << mp->m_allocsize_log) >> 10);
David Chinnera67d7c52007-11-23 16:29:32 +1100435
436 if (mp->m_logbufs > 0)
Eric Sandeen2e74af02016-03-02 09:55:38 +1100437 seq_printf(m, ",logbufs=%d", mp->m_logbufs);
David Chinnera67d7c52007-11-23 16:29:32 +1100438 if (mp->m_logbsize > 0)
Eric Sandeen2e74af02016-03-02 09:55:38 +1100439 seq_printf(m, ",logbsize=%dk", mp->m_logbsize >> 10);
David Chinnera67d7c52007-11-23 16:29:32 +1100440
441 if (mp->m_logname)
Eric Sandeen2e74af02016-03-02 09:55:38 +1100442 seq_show_option(m, "logdev", mp->m_logname);
David Chinnera67d7c52007-11-23 16:29:32 +1100443 if (mp->m_rtname)
Eric Sandeen2e74af02016-03-02 09:55:38 +1100444 seq_show_option(m, "rtdev", mp->m_rtname);
David Chinnera67d7c52007-11-23 16:29:32 +1100445
446 if (mp->m_dalign > 0)
Eric Sandeen2e74af02016-03-02 09:55:38 +1100447 seq_printf(m, ",sunit=%d",
David Chinnera67d7c52007-11-23 16:29:32 +1100448 (int)XFS_FSB_TO_BB(mp, mp->m_dalign));
449 if (mp->m_swidth > 0)
Eric Sandeen2e74af02016-03-02 09:55:38 +1100450 seq_printf(m, ",swidth=%d",
David Chinnera67d7c52007-11-23 16:29:32 +1100451 (int)XFS_FSB_TO_BB(mp, mp->m_swidth));
452
453 if (mp->m_qflags & (XFS_UQUOTA_ACCT|XFS_UQUOTA_ENFD))
Eric Sandeen2e74af02016-03-02 09:55:38 +1100454 seq_puts(m, ",usrquota");
David Chinnera67d7c52007-11-23 16:29:32 +1100455 else if (mp->m_qflags & XFS_UQUOTA_ACCT)
Eric Sandeen2e74af02016-03-02 09:55:38 +1100456 seq_puts(m, ",uqnoenforce");
David Chinnera67d7c52007-11-23 16:29:32 +1100457
Alex Elder988abe42009-09-02 17:02:24 -0500458 if (mp->m_qflags & XFS_PQUOTA_ACCT) {
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500459 if (mp->m_qflags & XFS_PQUOTA_ENFD)
Eric Sandeen2e74af02016-03-02 09:55:38 +1100460 seq_puts(m, ",prjquota");
Alex Elder988abe42009-09-02 17:02:24 -0500461 else
Eric Sandeen2e74af02016-03-02 09:55:38 +1100462 seq_puts(m, ",pqnoenforce");
Chandra Seetharamand892d582013-07-19 17:36:02 -0500463 }
464 if (mp->m_qflags & XFS_GQUOTA_ACCT) {
Chandra Seetharaman83e782e2013-06-27 17:25:10 -0500465 if (mp->m_qflags & XFS_GQUOTA_ENFD)
Eric Sandeen2e74af02016-03-02 09:55:38 +1100466 seq_puts(m, ",grpquota");
Alex Elder988abe42009-09-02 17:02:24 -0500467 else
Eric Sandeen2e74af02016-03-02 09:55:38 +1100468 seq_puts(m, ",gqnoenforce");
Alex Elder988abe42009-09-02 17:02:24 -0500469 }
David Chinnera67d7c52007-11-23 16:29:32 +1100470
471 if (!(mp->m_qflags & XFS_ALL_QUOTA_ACCT))
Eric Sandeen2e74af02016-03-02 09:55:38 +1100472 seq_puts(m, ",noquota");
Christoph Hellwig21f55992019-10-28 08:41:47 -0700473
474 return 0;
David Chinnera67d7c52007-11-23 16:29:32 +1100475}
Eric Sandeen91083262019-05-01 20:26:30 -0700476
Darrick J. Wongc8ce5402017-06-16 11:00:05 -0700477static uint64_t
Linus Torvalds1da177e2005-04-16 15:20:36 -0700478xfs_max_file_offset(
479 unsigned int blockshift)
480{
481 unsigned int pagefactor = 1;
482 unsigned int bitshift = BITS_PER_LONG - 1;
483
484 /* Figure out maximum filesize, on Linux this can depend on
485 * the filesystem blocksize (on 32 bit platforms).
Christoph Hellwig72deb452019-04-05 18:08:59 +0200486 * __block_write_begin does this in an [unsigned] long long...
Kirill A. Shutemovea1754a2016-04-01 15:29:48 +0300487 * page->index << (PAGE_SHIFT - bbits)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488 * So, for page sized blocks (4K on 32 bit platforms),
489 * this wraps at around 8Tb (hence MAX_LFS_FILESIZE which is
Kirill A. Shutemovea1754a2016-04-01 15:29:48 +0300490 * (((u64)PAGE_SIZE << (BITS_PER_LONG-1))-1)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700491 * but for smaller blocksizes it is less (bbits = log2 bsize).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492 */
493
494#if BITS_PER_LONG == 32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 ASSERT(sizeof(sector_t) == 8);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +0300496 pagefactor = PAGE_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700497 bitshift = BITS_PER_LONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498#endif
499
Darrick J. Wongc8ce5402017-06-16 11:00:05 -0700500 return (((uint64_t)pagefactor) << bitshift) - 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501}
502
Eric Sandeen9de67c32014-07-24 20:51:54 +1000503/*
Eric Sandeen12c3f052016-03-02 09:58:09 +1100504 * Set parameters for inode allocation heuristics, taking into account
505 * filesystem size and inode32/inode64 mount options; i.e. specifically
506 * whether or not XFS_MOUNT_SMALL_INUMS is set.
507 *
508 * Inode allocation patterns are altered only if inode32 is requested
509 * (XFS_MOUNT_SMALL_INUMS), and the filesystem is sufficiently large.
510 * If altered, XFS_MOUNT_32BITINODES is set as well.
511 *
512 * An agcount independent of that in the mount structure is provided
513 * because in the growfs case, mp->m_sb.sb_agcount is not yet updated
514 * to the potentially higher ag count.
515 *
516 * Returns the maximum AG index which may contain inodes.
Eric Sandeen9de67c32014-07-24 20:51:54 +1000517 */
Carlos Maiolino2d2194f2012-09-20 10:32:38 -0300518xfs_agnumber_t
Eric Sandeen12c3f052016-03-02 09:58:09 +1100519xfs_set_inode_alloc(
520 struct xfs_mount *mp,
521 xfs_agnumber_t agcount)
Carlos Maiolino2d2194f2012-09-20 10:32:38 -0300522{
Eric Sandeen12c3f052016-03-02 09:58:09 +1100523 xfs_agnumber_t index;
Carlos Maiolino4056c1d2012-09-20 10:32:40 -0300524 xfs_agnumber_t maxagi = 0;
Carlos Maiolino2d2194f2012-09-20 10:32:38 -0300525 xfs_sb_t *sbp = &mp->m_sb;
526 xfs_agnumber_t max_metadata;
Eric Sandeen54aa61f2014-07-24 20:53:10 +1000527 xfs_agino_t agino;
528 xfs_ino_t ino;
Carlos Maiolino2d2194f2012-09-20 10:32:38 -0300529
Eric Sandeen12c3f052016-03-02 09:58:09 +1100530 /*
531 * Calculate how much should be reserved for inodes to meet
532 * the max inode percentage. Used only for inode32.
Carlos Maiolino2d2194f2012-09-20 10:32:38 -0300533 */
Darrick J. Wongef325952019-06-05 11:19:34 -0700534 if (M_IGEO(mp)->maxicount) {
Darrick J. Wongc8ce5402017-06-16 11:00:05 -0700535 uint64_t icount;
Carlos Maiolino2d2194f2012-09-20 10:32:38 -0300536
537 icount = sbp->sb_dblocks * sbp->sb_imax_pct;
538 do_div(icount, 100);
539 icount += sbp->sb_agblocks - 1;
540 do_div(icount, sbp->sb_agblocks);
541 max_metadata = icount;
542 } else {
Eric Sandeen9de67c32014-07-24 20:51:54 +1000543 max_metadata = agcount;
Carlos Maiolino2d2194f2012-09-20 10:32:38 -0300544 }
545
Eric Sandeen12c3f052016-03-02 09:58:09 +1100546 /* Get the last possible inode in the filesystem */
Darrick J. Wong43004b22018-12-12 08:46:24 -0800547 agino = XFS_AGB_TO_AGINO(mp, sbp->sb_agblocks - 1);
Eric Sandeen12c3f052016-03-02 09:58:09 +1100548 ino = XFS_AGINO_TO_INO(mp, agcount - 1, agino);
Eric Sandeen54aa61f2014-07-24 20:53:10 +1000549
Eric Sandeen12c3f052016-03-02 09:58:09 +1100550 /*
551 * If user asked for no more than 32-bit inodes, and the fs is
552 * sufficiently large, set XFS_MOUNT_32BITINODES if we must alter
553 * the allocator to accommodate the request.
554 */
555 if ((mp->m_flags & XFS_MOUNT_SMALL_INUMS) && ino > XFS_MAXINUMBER_32)
556 mp->m_flags |= XFS_MOUNT_32BITINODES;
557 else
558 mp->m_flags &= ~XFS_MOUNT_32BITINODES;
Carlos Maiolino2d2194f2012-09-20 10:32:38 -0300559
Eric Sandeen9de67c32014-07-24 20:51:54 +1000560 for (index = 0; index < agcount; index++) {
Carlos Maiolino2d2194f2012-09-20 10:32:38 -0300561 struct xfs_perag *pag;
562
Eric Sandeen12c3f052016-03-02 09:58:09 +1100563 ino = XFS_AGINO_TO_INO(mp, index, agino);
564
Carlos Maiolino2d2194f2012-09-20 10:32:38 -0300565 pag = xfs_perag_get(mp, index);
Eric Sandeen12c3f052016-03-02 09:58:09 +1100566
567 if (mp->m_flags & XFS_MOUNT_32BITINODES) {
568 if (ino > XFS_MAXINUMBER_32) {
569 pag->pagi_inodeok = 0;
570 pag->pagf_metadata = 0;
571 } else {
572 pag->pagi_inodeok = 1;
573 maxagi++;
574 if (index < max_metadata)
575 pag->pagf_metadata = 1;
576 else
577 pag->pagf_metadata = 0;
578 }
579 } else {
580 pag->pagi_inodeok = 1;
581 pag->pagf_metadata = 0;
582 }
583
Carlos Maiolino2d2194f2012-09-20 10:32:38 -0300584 xfs_perag_put(pag);
585 }
586
Eric Sandeen12c3f052016-03-02 09:58:09 +1100587 return (mp->m_flags & XFS_MOUNT_32BITINODES) ? maxagi : agcount;
Carlos Maiolino2d2194f2012-09-20 10:32:38 -0300588}
589
Hannes Eder3180e662009-03-04 19:34:10 +0100590STATIC int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591xfs_blkdev_get(
592 xfs_mount_t *mp,
593 const char *name,
594 struct block_device **bdevp)
595{
596 int error = 0;
597
Tejun Heod4d77622010-11-13 11:55:18 +0100598 *bdevp = blkdev_get_by_path(name, FMODE_READ|FMODE_WRITE|FMODE_EXCL,
599 mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600 if (IS_ERR(*bdevp)) {
601 error = PTR_ERR(*bdevp);
Eric Sandeen77af5742014-12-24 09:47:27 +1100602 xfs_warn(mp, "Invalid device [%s], error=%d", name, error);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603 }
604
Dave Chinner24513372014-06-25 14:58:08 +1000605 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606}
607
Hannes Eder3180e662009-03-04 19:34:10 +0100608STATIC void
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609xfs_blkdev_put(
610 struct block_device *bdev)
611{
612 if (bdev)
Tejun Heoe525fd82010-11-13 11:55:17 +0100613 blkdev_put(bdev, FMODE_READ|FMODE_WRITE|FMODE_EXCL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614}
615
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100616void
617xfs_blkdev_issue_flush(
618 xfs_buftarg_t *buftarg)
619{
Shaohua Li7582df52012-04-24 21:23:46 +0800620 blkdev_issue_flush(buftarg->bt_bdev, GFP_NOFS, NULL);
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100621}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000623STATIC void
624xfs_close_devices(
625 struct xfs_mount *mp)
626{
Dan Williams486aff52017-08-24 15:12:50 -0700627 struct dax_device *dax_ddev = mp->m_ddev_targp->bt_daxdev;
628
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000629 if (mp->m_logdev_targp && mp->m_logdev_targp != mp->m_ddev_targp) {
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000630 struct block_device *logdev = mp->m_logdev_targp->bt_bdev;
Dan Williams486aff52017-08-24 15:12:50 -0700631 struct dax_device *dax_logdev = mp->m_logdev_targp->bt_daxdev;
632
Eric Sandeena1f69412018-04-06 10:09:42 -0700633 xfs_free_buftarg(mp->m_logdev_targp);
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000634 xfs_blkdev_put(logdev);
Dan Williams486aff52017-08-24 15:12:50 -0700635 fs_put_dax(dax_logdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000636 }
637 if (mp->m_rtdev_targp) {
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000638 struct block_device *rtdev = mp->m_rtdev_targp->bt_bdev;
Dan Williams486aff52017-08-24 15:12:50 -0700639 struct dax_device *dax_rtdev = mp->m_rtdev_targp->bt_daxdev;
640
Eric Sandeena1f69412018-04-06 10:09:42 -0700641 xfs_free_buftarg(mp->m_rtdev_targp);
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000642 xfs_blkdev_put(rtdev);
Dan Williams486aff52017-08-24 15:12:50 -0700643 fs_put_dax(dax_rtdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000644 }
Eric Sandeena1f69412018-04-06 10:09:42 -0700645 xfs_free_buftarg(mp->m_ddev_targp);
Dan Williams486aff52017-08-24 15:12:50 -0700646 fs_put_dax(dax_ddev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000647}
648
649/*
650 * The file system configurations are:
651 * (1) device (partition) with data and internal log
652 * (2) logical volume with data and log subvolumes.
653 * (3) logical volume with data, log, and realtime subvolumes.
654 *
655 * We only have to handle opening the log and realtime volumes here if
656 * they are present. The data subvolume has already been opened by
657 * get_sb_bdev() and is stored in sb->s_bdev.
658 */
659STATIC int
660xfs_open_devices(
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100661 struct xfs_mount *mp)
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000662{
663 struct block_device *ddev = mp->m_super->s_bdev;
Dan Williams486aff52017-08-24 15:12:50 -0700664 struct dax_device *dax_ddev = fs_dax_get_by_bdev(ddev);
665 struct dax_device *dax_logdev = NULL, *dax_rtdev = NULL;
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000666 struct block_device *logdev = NULL, *rtdev = NULL;
667 int error;
668
669 /*
670 * Open real time and log devices - order is important.
671 */
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100672 if (mp->m_logname) {
673 error = xfs_blkdev_get(mp, mp->m_logname, &logdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000674 if (error)
675 goto out;
Dan Williams486aff52017-08-24 15:12:50 -0700676 dax_logdev = fs_dax_get_by_bdev(logdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000677 }
678
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100679 if (mp->m_rtname) {
680 error = xfs_blkdev_get(mp, mp->m_rtname, &rtdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000681 if (error)
682 goto out_close_logdev;
683
684 if (rtdev == ddev || rtdev == logdev) {
Dave Chinner4f107002011-03-07 10:00:35 +1100685 xfs_warn(mp,
686 "Cannot mount filesystem with identical rtdev and ddev/logdev.");
Dave Chinner24513372014-06-25 14:58:08 +1000687 error = -EINVAL;
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000688 goto out_close_rtdev;
689 }
Dan Williams486aff52017-08-24 15:12:50 -0700690 dax_rtdev = fs_dax_get_by_bdev(rtdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000691 }
692
693 /*
694 * Setup xfs_mount buffer target pointers
695 */
Dave Chinner24513372014-06-25 14:58:08 +1000696 error = -ENOMEM;
Dan Williams486aff52017-08-24 15:12:50 -0700697 mp->m_ddev_targp = xfs_alloc_buftarg(mp, ddev, dax_ddev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000698 if (!mp->m_ddev_targp)
699 goto out_close_rtdev;
700
701 if (rtdev) {
Dan Williams486aff52017-08-24 15:12:50 -0700702 mp->m_rtdev_targp = xfs_alloc_buftarg(mp, rtdev, dax_rtdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000703 if (!mp->m_rtdev_targp)
704 goto out_free_ddev_targ;
705 }
706
707 if (logdev && logdev != ddev) {
Dan Williams486aff52017-08-24 15:12:50 -0700708 mp->m_logdev_targp = xfs_alloc_buftarg(mp, logdev, dax_logdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000709 if (!mp->m_logdev_targp)
710 goto out_free_rtdev_targ;
711 } else {
712 mp->m_logdev_targp = mp->m_ddev_targp;
713 }
714
715 return 0;
716
717 out_free_rtdev_targ:
718 if (mp->m_rtdev_targp)
Eric Sandeena1f69412018-04-06 10:09:42 -0700719 xfs_free_buftarg(mp->m_rtdev_targp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000720 out_free_ddev_targ:
Eric Sandeena1f69412018-04-06 10:09:42 -0700721 xfs_free_buftarg(mp->m_ddev_targp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000722 out_close_rtdev:
Markus Elfringd2a5e3c2014-12-01 08:24:20 +1100723 xfs_blkdev_put(rtdev);
Dan Williams486aff52017-08-24 15:12:50 -0700724 fs_put_dax(dax_rtdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000725 out_close_logdev:
Dan Williams486aff52017-08-24 15:12:50 -0700726 if (logdev && logdev != ddev) {
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000727 xfs_blkdev_put(logdev);
Dan Williams486aff52017-08-24 15:12:50 -0700728 fs_put_dax(dax_logdev);
729 }
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000730 out:
Dan Williams486aff52017-08-24 15:12:50 -0700731 fs_put_dax(dax_ddev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000732 return error;
733}
734
Christoph Hellwige34b5622008-05-20 15:10:36 +1000735/*
736 * Setup xfs_mount buffer target pointers based on superblock
737 */
738STATIC int
739xfs_setup_devices(
740 struct xfs_mount *mp)
741{
742 int error;
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000743
Eric Sandeena96c4152014-04-14 19:00:29 +1000744 error = xfs_setsize_buftarg(mp->m_ddev_targp, mp->m_sb.sb_sectsize);
Christoph Hellwige34b5622008-05-20 15:10:36 +1000745 if (error)
746 return error;
747
748 if (mp->m_logdev_targp && mp->m_logdev_targp != mp->m_ddev_targp) {
749 unsigned int log_sector_size = BBSIZE;
750
751 if (xfs_sb_version_hassector(&mp->m_sb))
752 log_sector_size = mp->m_sb.sb_logsectsize;
753 error = xfs_setsize_buftarg(mp->m_logdev_targp,
Christoph Hellwige34b5622008-05-20 15:10:36 +1000754 log_sector_size);
755 if (error)
756 return error;
757 }
758 if (mp->m_rtdev_targp) {
759 error = xfs_setsize_buftarg(mp->m_rtdev_targp,
Christoph Hellwige34b5622008-05-20 15:10:36 +1000760 mp->m_sb.sb_sectsize);
761 if (error)
762 return error;
763 }
764
765 return 0;
766}
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000767
Christoph Hellwigaa6bf012012-02-29 09:53:48 +0000768STATIC int
769xfs_init_mount_workqueues(
770 struct xfs_mount *mp)
771{
Brian Foster78c931b2014-11-28 13:59:58 +1100772 mp->m_buf_workqueue = alloc_workqueue("xfs-buf/%s",
Ian Kente1d3d212019-11-04 13:58:40 -0800773 WQ_MEM_RECLAIM|WQ_FREEZABLE, 1, mp->m_super->s_id);
Brian Foster78c931b2014-11-28 13:59:58 +1100774 if (!mp->m_buf_workqueue)
775 goto out;
776
Christoph Hellwigaa6bf012012-02-29 09:53:48 +0000777 mp->m_unwritten_workqueue = alloc_workqueue("xfs-conv/%s",
Ian Kente1d3d212019-11-04 13:58:40 -0800778 WQ_MEM_RECLAIM|WQ_FREEZABLE, 0, mp->m_super->s_id);
Christoph Hellwigaa6bf012012-02-29 09:53:48 +0000779 if (!mp->m_unwritten_workqueue)
Darrick J. Wong28408242019-04-15 13:13:21 -0700780 goto out_destroy_buf;
Christoph Hellwigaa6bf012012-02-29 09:53:48 +0000781
Dave Chinner4c2d5422012-04-23 17:54:32 +1000782 mp->m_cil_workqueue = alloc_workqueue("xfs-cil/%s",
Dave Chinner8ab39f12019-09-05 21:35:39 -0700783 WQ_MEM_RECLAIM | WQ_FREEZABLE | WQ_UNBOUND,
Ian Kente1d3d212019-11-04 13:58:40 -0800784 0, mp->m_super->s_id);
Dave Chinner4c2d5422012-04-23 17:54:32 +1000785 if (!mp->m_cil_workqueue)
786 goto out_destroy_unwritten;
Dave Chinner58896082012-10-08 21:56:05 +1100787
788 mp->m_reclaim_workqueue = alloc_workqueue("xfs-reclaim/%s",
Ian Kente1d3d212019-11-04 13:58:40 -0800789 WQ_MEM_RECLAIM|WQ_FREEZABLE, 0, mp->m_super->s_id);
Dave Chinner58896082012-10-08 21:56:05 +1100790 if (!mp->m_reclaim_workqueue)
791 goto out_destroy_cil;
792
Brian Foster579b62f2012-11-06 09:50:47 -0500793 mp->m_eofblocks_workqueue = alloc_workqueue("xfs-eofblocks/%s",
Ian Kente1d3d212019-11-04 13:58:40 -0800794 WQ_MEM_RECLAIM|WQ_FREEZABLE, 0, mp->m_super->s_id);
Brian Foster579b62f2012-11-06 09:50:47 -0500795 if (!mp->m_eofblocks_workqueue)
Christoph Hellwig1058d0f2019-06-28 19:27:25 -0700796 goto out_destroy_reclaim;
Brian Foster579b62f2012-11-06 09:50:47 -0500797
Brian Foster696a5622017-03-28 14:51:44 -0700798 mp->m_sync_workqueue = alloc_workqueue("xfs-sync/%s", WQ_FREEZABLE, 0,
Ian Kente1d3d212019-11-04 13:58:40 -0800799 mp->m_super->s_id);
Brian Foster696a5622017-03-28 14:51:44 -0700800 if (!mp->m_sync_workqueue)
801 goto out_destroy_eofb;
802
Christoph Hellwigaa6bf012012-02-29 09:53:48 +0000803 return 0;
804
Brian Foster696a5622017-03-28 14:51:44 -0700805out_destroy_eofb:
806 destroy_workqueue(mp->m_eofblocks_workqueue);
Dave Chinner58896082012-10-08 21:56:05 +1100807out_destroy_reclaim:
808 destroy_workqueue(mp->m_reclaim_workqueue);
809out_destroy_cil:
810 destroy_workqueue(mp->m_cil_workqueue);
Dave Chinner4c2d5422012-04-23 17:54:32 +1000811out_destroy_unwritten:
812 destroy_workqueue(mp->m_unwritten_workqueue);
Brian Foster78c931b2014-11-28 13:59:58 +1100813out_destroy_buf:
814 destroy_workqueue(mp->m_buf_workqueue);
Christoph Hellwigaa6bf012012-02-29 09:53:48 +0000815out:
816 return -ENOMEM;
817}
818
819STATIC void
820xfs_destroy_mount_workqueues(
821 struct xfs_mount *mp)
822{
Brian Foster696a5622017-03-28 14:51:44 -0700823 destroy_workqueue(mp->m_sync_workqueue);
Brian Foster579b62f2012-11-06 09:50:47 -0500824 destroy_workqueue(mp->m_eofblocks_workqueue);
Dave Chinner58896082012-10-08 21:56:05 +1100825 destroy_workqueue(mp->m_reclaim_workqueue);
Dave Chinner4c2d5422012-04-23 17:54:32 +1000826 destroy_workqueue(mp->m_cil_workqueue);
Christoph Hellwigaa6bf012012-02-29 09:53:48 +0000827 destroy_workqueue(mp->m_unwritten_workqueue);
Brian Foster78c931b2014-11-28 13:59:58 +1100828 destroy_workqueue(mp->m_buf_workqueue);
Christoph Hellwigaa6bf012012-02-29 09:53:48 +0000829}
830
Dave Chinner9aa05002012-10-08 21:56:04 +1100831/*
832 * Flush all dirty data to disk. Must not be called while holding an XFS_ILOCK
833 * or a page lock. We use sync_inodes_sb() here to ensure we block while waiting
834 * for IO to complete so that we effectively throttle multiple callers to the
835 * rate at which IO is completing.
836 */
837void
838xfs_flush_inodes(
839 struct xfs_mount *mp)
840{
841 struct super_block *sb = mp->m_super;
842
843 if (down_read_trylock(&sb->s_umount)) {
Jan Kara0dc83bd2014-02-21 11:19:04 +0100844 sync_inodes_sb(sb);
Dave Chinner9aa05002012-10-08 21:56:04 +1100845 up_read(&sb->s_umount);
846 }
847}
848
David Chinnerbf904242008-10-30 17:36:14 +1100849/* Catch misguided souls that try to use this interface on XFS */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700850STATIC struct inode *
Nathan Scotta50cd262006-03-14 14:06:18 +1100851xfs_fs_alloc_inode(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852 struct super_block *sb)
853{
David Chinnerbf904242008-10-30 17:36:14 +1100854 BUG();
Lachlan McIlroy493dca62008-10-30 17:36:52 +1100855 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856}
857
Christoph Hellwig48318222018-10-18 17:20:11 +1100858#ifdef DEBUG
859static void
860xfs_check_delalloc(
861 struct xfs_inode *ip,
862 int whichfork)
863{
864 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork);
865 struct xfs_bmbt_irec got;
866 struct xfs_iext_cursor icur;
867
868 if (!ifp || !xfs_iext_lookup_extent(ip, ifp, 0, &icur, &got))
869 return;
870 do {
871 if (isnullstartblock(got.br_startblock)) {
872 xfs_warn(ip->i_mount,
873 "ino %llx %s fork has delalloc extent at [0x%llx:0x%llx]",
874 ip->i_ino,
875 whichfork == XFS_DATA_FORK ? "data" : "cow",
876 got.br_startoff, got.br_blockcount);
877 }
878 } while (xfs_iext_next_extent(ifp, &icur, &got));
879}
880#else
881#define xfs_check_delalloc(ip, whichfork) do { } while (0)
882#endif
883
David Chinnerbf904242008-10-30 17:36:14 +1100884/*
David Chinner99fa8cb2008-10-30 17:36:40 +1100885 * Now that the generic code is guaranteed not to be accessing
Dave Chinner8179c032016-05-18 13:52:42 +1000886 * the linux inode, we can inactivate and reclaim the inode.
David Chinnerbf904242008-10-30 17:36:14 +1100887 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888STATIC void
Nathan Scotta50cd262006-03-14 14:06:18 +1100889xfs_fs_destroy_inode(
Christoph Hellwig848ce8f2009-09-29 13:48:56 +0000890 struct inode *inode)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891{
Christoph Hellwig848ce8f2009-09-29 13:48:56 +0000892 struct xfs_inode *ip = XFS_I(inode);
893
Christoph Hellwigcca28fb2010-06-24 11:57:09 +1000894 trace_xfs_destroy_inode(ip);
David Chinner99fa8cb2008-10-30 17:36:40 +1100895
Christoph Hellwig65523212016-11-30 14:33:25 +1100896 ASSERT(!rwsem_is_locked(&inode->i_rwsem));
Dave Chinner8179c032016-05-18 13:52:42 +1000897 XFS_STATS_INC(ip->i_mount, vn_rele);
898 XFS_STATS_INC(ip->i_mount, vn_remove);
899
900 xfs_inactive(ip);
Christoph Hellwig848ce8f2009-09-29 13:48:56 +0000901
Christoph Hellwig48318222018-10-18 17:20:11 +1100902 if (!XFS_FORCED_SHUTDOWN(ip->i_mount) && ip->i_delayed_blks) {
903 xfs_check_delalloc(ip, XFS_DATA_FORK);
904 xfs_check_delalloc(ip, XFS_COW_FORK);
905 ASSERT(0);
906 }
907
Dave Chinner8179c032016-05-18 13:52:42 +1000908 XFS_STATS_INC(ip->i_mount, vn_reclaim);
Christoph Hellwig848ce8f2009-09-29 13:48:56 +0000909
910 /*
911 * We should never get here with one of the reclaim flags already set.
912 */
913 ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_IRECLAIMABLE));
914 ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_IRECLAIM));
915
916 /*
Dave Chinner57817c62010-01-10 23:51:47 +0000917 * We always use background reclaim here because even if the
918 * inode is clean, it still may be under IO and hence we have
919 * to take the flush lock. The background reclaim path handles
920 * this more efficiently than we can here, so simply let background
921 * reclaim tear down all inodes.
Christoph Hellwig848ce8f2009-09-29 13:48:56 +0000922 */
Dave Chinner57817c62010-01-10 23:51:47 +0000923 xfs_inode_set_reclaim_tag(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924}
925
Christoph Hellwigc3b1b132018-03-06 17:04:00 -0800926static void
927xfs_fs_dirty_inode(
928 struct inode *inode,
929 int flag)
930{
931 struct xfs_inode *ip = XFS_I(inode);
932 struct xfs_mount *mp = ip->i_mount;
933 struct xfs_trans *tp;
934
935 if (!(inode->i_sb->s_flags & SB_LAZYTIME))
936 return;
937 if (flag != I_DIRTY_SYNC || !(inode->i_state & I_DIRTY_TIME))
938 return;
939
940 if (xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp))
941 return;
942 xfs_ilock(ip, XFS_ILOCK_EXCL);
943 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
944 xfs_trans_log_inode(tp, ip, XFS_ILOG_TIMESTAMP);
945 xfs_trans_commit(tp);
946}
947
David Chinner07c8f672008-10-30 16:11:59 +1100948/*
949 * Slab object creation initialisation for the XFS inode.
950 * This covers only the idempotent fields in the XFS inode;
951 * all other fields need to be initialised on allocation
Uwe Kleine-Königb5950762010-11-01 15:38:34 -0400952 * from the slab. This avoids the need to repeatedly initialise
David Chinner07c8f672008-10-30 16:11:59 +1100953 * fields in the xfs inode that left in the initialise state
954 * when freeing the inode.
955 */
David Chinnerbf904242008-10-30 17:36:14 +1100956STATIC void
957xfs_fs_inode_init_once(
David Chinner07c8f672008-10-30 16:11:59 +1100958 void *inode)
959{
960 struct xfs_inode *ip = inode;
961
962 memset(ip, 0, sizeof(struct xfs_inode));
David Chinnerbf904242008-10-30 17:36:14 +1100963
964 /* vfs inode */
965 inode_init_once(VFS_I(ip));
966
967 /* xfs inode */
David Chinner07c8f672008-10-30 16:11:59 +1100968 atomic_set(&ip->i_pincount, 0);
969 spin_lock_init(&ip->i_flags_lock);
David Chinner07c8f672008-10-30 16:11:59 +1100970
Dave Chinner653c60b2015-02-23 21:43:37 +1100971 mrlock_init(&ip->i_mmaplock, MRLOCK_ALLOW_EQUAL_PRI|MRLOCK_BARRIER,
972 "xfsino", ip->i_ino);
David Chinner07c8f672008-10-30 16:11:59 +1100973 mrlock_init(&ip->i_lock, MRLOCK_ALLOW_EQUAL_PRI|MRLOCK_BARRIER,
974 "xfsino", ip->i_ino);
David Chinner07c8f672008-10-30 16:11:59 +1100975}
976
Dave Chinner5132ba82012-03-22 05:15:10 +0000977/*
978 * We do an unlocked check for XFS_IDONTCACHE here because we are already
979 * serialised against cache hits here via the inode->i_lock and igrab() in
980 * xfs_iget_cache_hit(). Hence a lookup that might clear this flag will not be
981 * racing with us, and it avoids needing to grab a spinlock here for every inode
982 * we drop the final reference on.
983 */
984STATIC int
985xfs_fs_drop_inode(
986 struct inode *inode)
987{
988 struct xfs_inode *ip = XFS_I(inode);
989
Darrick J. Wong17c12bc2016-10-03 09:11:29 -0700990 /*
991 * If this unlinked inode is in the middle of recovery, don't
992 * drop the inode just yet; log recovery will take care of
993 * that. See the comment for this inode flag.
994 */
995 if (ip->i_flags & XFS_IRECOVERY) {
996 ASSERT(ip->i_mount->m_log->l_flags & XLOG_RECOVERY_NEEDED);
997 return 0;
998 }
999
Dave Chinner5132ba82012-03-22 05:15:10 +00001000 return generic_drop_inode(inode) || (ip->i_flags & XFS_IDONTCACHE);
1001}
1002
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003STATIC void
Ian Kente1d3d212019-11-04 13:58:40 -08001004xfs_free_names(
Christoph Hellwiga7381592008-08-13 16:04:05 +10001005 struct xfs_mount *mp)
1006{
Christoph Hellwiga7381592008-08-13 16:04:05 +10001007 kfree(mp->m_rtname);
1008 kfree(mp->m_logname);
1009}
1010
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011STATIC int
Christoph Hellwig69961a22009-10-06 20:29:28 +00001012xfs_fs_sync_fs(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013 struct super_block *sb,
1014 int wait)
1015{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001016 struct xfs_mount *mp = XFS_M(sb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001017
Lachlan McIlroye893bff2007-10-12 11:13:35 +10001018 /*
Christoph Hellwig34625c62011-12-06 21:58:12 +00001019 * Doing anything during the async pass would be counterproductive.
Lachlan McIlroye893bff2007-10-12 11:13:35 +10001020 */
Christoph Hellwig34625c62011-12-06 21:58:12 +00001021 if (!wait)
Christoph Hellwig69961a22009-10-06 20:29:28 +00001022 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023
Dave Chinner34061f52012-10-08 21:56:06 +11001024 xfs_log_force(mp, XFS_LOG_SYNC);
Christoph Hellwig69961a22009-10-06 20:29:28 +00001025 if (laptop_mode) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026 /*
1027 * The disk must be active because we're syncing.
Dave Chinnerf661f1e2012-10-08 21:56:02 +11001028 * We schedule log work now (now that the disk is
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029 * active) instead of later (when it might not be).
1030 */
Dave Chinnerf661f1e2012-10-08 21:56:02 +11001031 flush_delayed_work(&mp->m_log->l_work);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032 }
1033
Christoph Hellwig69961a22009-10-06 20:29:28 +00001034 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035}
1036
1037STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001038xfs_fs_statfs(
David Howells726c3342006-06-23 02:02:58 -07001039 struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040 struct kstatfs *statp)
1041{
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001042 struct xfs_mount *mp = XFS_M(dentry->d_sb);
1043 xfs_sb_t *sbp = &mp->m_sb;
David Howells2b0143b2015-03-17 22:25:59 +00001044 struct xfs_inode *ip = XFS_I(d_inode(dentry));
Darrick J. Wongc8ce5402017-06-16 11:00:05 -07001045 uint64_t fakeinos, id;
1046 uint64_t icount;
1047 uint64_t ifree;
1048 uint64_t fdblocks;
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001049 xfs_extlen_t lsize;
Darrick J. Wongc8ce5402017-06-16 11:00:05 -07001050 int64_t ffree;
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001051
Adam Borowskidddde682018-10-18 17:20:19 +11001052 statp->f_type = XFS_SUPER_MAGIC;
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001053 statp->f_namelen = MAXNAMELEN - 1;
1054
1055 id = huge_encode_dev(mp->m_ddev_targp->bt_dev);
1056 statp->f_fsid.val[0] = (u32)id;
1057 statp->f_fsid.val[1] = (u32)(id >> 32);
1058
Dave Chinner501ab322015-02-23 21:19:28 +11001059 icount = percpu_counter_sum(&mp->m_icount);
Dave Chinnere88b64e2015-02-23 21:19:53 +11001060 ifree = percpu_counter_sum(&mp->m_ifree);
Dave Chinner0d485ad2015-02-23 21:22:03 +11001061 fdblocks = percpu_counter_sum(&mp->m_fdblocks);
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001062
1063 spin_lock(&mp->m_sb_lock);
1064 statp->f_bsize = sbp->sb_blocksize;
1065 lsize = sbp->sb_logstart ? sbp->sb_logblocks : 0;
1066 statp->f_blocks = sbp->sb_dblocks - lsize;
Dave Chinner0d485ad2015-02-23 21:22:03 +11001067 spin_unlock(&mp->m_sb_lock);
1068
Darrick J. Wong52548852016-08-03 11:38:24 +10001069 statp->f_bfree = fdblocks - mp->m_alloc_set_aside;
Dave Chinner0d485ad2015-02-23 21:22:03 +11001070 statp->f_bavail = statp->f_bfree;
1071
Darrick J. Wong43004b22018-12-12 08:46:24 -08001072 fakeinos = XFS_FSB_TO_INO(mp, statp->f_bfree);
Dave Chinner9bb54cb2018-06-07 07:54:02 -07001073 statp->f_files = min(icount + fakeinos, (uint64_t)XFS_MAXINUMBER);
Darrick J. Wongef325952019-06-05 11:19:34 -07001074 if (M_IGEO(mp)->maxicount)
Christoph Hellwiga19d9f82009-03-29 09:51:08 +02001075 statp->f_files = min_t(typeof(statp->f_files),
1076 statp->f_files,
Darrick J. Wongef325952019-06-05 11:19:34 -07001077 M_IGEO(mp)->maxicount);
Stuart Brodsky2fe33662010-08-24 11:46:05 +10001078
Eric Sandeen01f98822015-02-06 09:53:02 +11001079 /* If sb_icount overshot maxicount, report actual allocation */
1080 statp->f_files = max_t(typeof(statp->f_files),
1081 statp->f_files,
1082 sbp->sb_icount);
1083
Stuart Brodsky2fe33662010-08-24 11:46:05 +10001084 /* make sure statp->f_ffree does not underflow */
Dave Chinnere88b64e2015-02-23 21:19:53 +11001085 ffree = statp->f_files - (icount - ifree);
Darrick J. Wongc8ce5402017-06-16 11:00:05 -07001086 statp->f_ffree = max_t(int64_t, ffree, 0);
Stuart Brodsky2fe33662010-08-24 11:46:05 +10001087
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001088
Jie Liuda5bf952012-04-12 03:59:57 +00001089 if ((ip->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) &&
Chandra Seetharaman83e782e2013-06-27 17:25:10 -05001090 ((mp->m_qflags & (XFS_PQUOTA_ACCT|XFS_PQUOTA_ENFD))) ==
1091 (XFS_PQUOTA_ACCT|XFS_PQUOTA_ENFD))
Christoph Hellwig7d095252009-06-08 15:33:32 +02001092 xfs_qm_statvfs(ip, statp);
Richard Wareinga0158312018-01-08 10:41:33 -08001093
1094 if (XFS_IS_REALTIME_MOUNT(mp) &&
1095 (ip->i_d.di_flags & (XFS_DIFLAG_RTINHERIT | XFS_DIFLAG_REALTIME))) {
1096 statp->f_blocks = sbp->sb_rblocks;
1097 statp->f_bavail = statp->f_bfree =
1098 sbp->sb_frextents * sbp->sb_rextsize;
1099 }
1100
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001101 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102}
1103
Eric Sandeend5db0f92010-02-05 22:59:53 +00001104STATIC void
1105xfs_save_resvblks(struct xfs_mount *mp)
1106{
Darrick J. Wongc8ce5402017-06-16 11:00:05 -07001107 uint64_t resblks = 0;
Eric Sandeend5db0f92010-02-05 22:59:53 +00001108
1109 mp->m_resblks_save = mp->m_resblks;
1110 xfs_reserve_blocks(mp, &resblks, NULL);
1111}
1112
1113STATIC void
1114xfs_restore_resvblks(struct xfs_mount *mp)
1115{
Darrick J. Wongc8ce5402017-06-16 11:00:05 -07001116 uint64_t resblks;
Eric Sandeend5db0f92010-02-05 22:59:53 +00001117
1118 if (mp->m_resblks_save) {
1119 resblks = mp->m_resblks_save;
1120 mp->m_resblks_save = 0;
1121 } else
1122 resblks = xfs_default_resblks(mp);
1123
1124 xfs_reserve_blocks(mp, &resblks, NULL);
1125}
1126
Dave Chinnerc7eea6f2012-10-08 21:56:07 +11001127/*
1128 * Trigger writeback of all the dirty metadata in the file system.
1129 *
1130 * This ensures that the metadata is written to their location on disk rather
1131 * than just existing in transactions in the log. This means after a quiesce
Dave Chinnerc75921a2012-10-08 21:56:08 +11001132 * there is no log replay required to write the inodes to disk - this is the
1133 * primary difference between a sync and a quiesce.
Dave Chinnerc7eea6f2012-10-08 21:56:07 +11001134 *
Dave Chinnerc75921a2012-10-08 21:56:08 +11001135 * Note: xfs_log_quiesce() stops background log work - the callers must ensure
1136 * it is started again when appropriate.
Dave Chinnerc7eea6f2012-10-08 21:56:07 +11001137 */
Dave Chinnerddeb14f2016-09-26 08:21:44 +10001138void
Dave Chinnerc7eea6f2012-10-08 21:56:07 +11001139xfs_quiesce_attr(
1140 struct xfs_mount *mp)
1141{
1142 int error = 0;
1143
1144 /* wait for all modifications to complete */
1145 while (atomic_read(&mp->m_active_trans) > 0)
1146 delay(100);
1147
1148 /* force the log to unpin objects from the now complete transactions */
1149 xfs_log_force(mp, XFS_LOG_SYNC);
1150
1151 /* reclaim inodes to do any IO before the freeze completes */
1152 xfs_reclaim_inodes(mp, 0);
1153 xfs_reclaim_inodes(mp, SYNC_WAIT);
1154
Dave Chinnerc75921a2012-10-08 21:56:08 +11001155 /* Push the superblock and write an unmount record */
1156 error = xfs_log_sbcount(mp);
1157 if (error)
1158 xfs_warn(mp, "xfs_attr_quiesce: failed to log sb changes. "
1159 "Frozen image may not be consistent.");
Dave Chinnerc7eea6f2012-10-08 21:56:07 +11001160 /*
1161 * Just warn here till VFS can correctly support
1162 * read-only remount without racing.
1163 */
1164 WARN_ON(atomic_read(&mp->m_active_trans) != 0);
1165
Dave Chinnerc75921a2012-10-08 21:56:08 +11001166 xfs_log_quiesce(mp);
Dave Chinnerc7eea6f2012-10-08 21:56:07 +11001167}
1168
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169STATIC int
Eric Sandeena08ee402016-03-02 09:56:31 +11001170xfs_test_remount_options(
1171 struct super_block *sb,
Eric Sandeena08ee402016-03-02 09:56:31 +11001172 char *options)
1173{
1174 int error = 0;
1175 struct xfs_mount *tmp_mp;
1176
1177 tmp_mp = kmem_zalloc(sizeof(*tmp_mp), KM_MAYFAIL);
1178 if (!tmp_mp)
1179 return -ENOMEM;
1180
1181 tmp_mp->m_super = sb;
1182 error = xfs_parseargs(tmp_mp, options);
Ian Kente1d3d212019-11-04 13:58:40 -08001183 xfs_free_names(tmp_mp);
Pan Bian6c370592017-09-02 09:54:23 -07001184 kmem_free(tmp_mp);
Eric Sandeena08ee402016-03-02 09:56:31 +11001185
1186 return error;
1187}
1188
1189STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001190xfs_fs_remount(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191 struct super_block *sb,
1192 int *flags,
1193 char *options)
1194{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001195 struct xfs_mount *mp = XFS_M(sb);
Eric Sandeen9de67c32014-07-24 20:51:54 +10001196 xfs_sb_t *sbp = &mp->m_sb;
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001197 substring_t args[MAX_OPT_ARGS];
1198 char *p;
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001199 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200
Eric Sandeena08ee402016-03-02 09:56:31 +11001201 /* First, check for complete junk; i.e. invalid options */
Eric Sandeena1f69412018-04-06 10:09:42 -07001202 error = xfs_test_remount_options(sb, options);
Eric Sandeena08ee402016-03-02 09:56:31 +11001203 if (error)
1204 return error;
1205
Theodore Ts'o02b99842014-03-13 10:14:33 -04001206 sync_filesystem(sb);
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001207 while ((p = strsep(&options, ",")) != NULL) {
1208 int token;
Christoph Hellwigbdd907b2008-05-20 15:10:44 +10001209
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001210 if (!*p)
1211 continue;
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001212
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001213 token = match_token(p, tokens, args);
1214 switch (token) {
Carlos Maiolinoc3a58fe2012-08-17 18:19:38 -03001215 case Opt_inode64:
Eric Sandeen12c3f052016-03-02 09:58:09 +11001216 mp->m_flags &= ~XFS_MOUNT_SMALL_INUMS;
1217 mp->m_maxagi = xfs_set_inode_alloc(mp, sbp->sb_agcount);
Carlos Maiolinoc3a58fe2012-08-17 18:19:38 -03001218 break;
Carlos Maiolino2ea03922012-09-20 10:32:41 -03001219 case Opt_inode32:
Eric Sandeen12c3f052016-03-02 09:58:09 +11001220 mp->m_flags |= XFS_MOUNT_SMALL_INUMS;
1221 mp->m_maxagi = xfs_set_inode_alloc(mp, sbp->sb_agcount);
Carlos Maiolino2ea03922012-09-20 10:32:41 -03001222 break;
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001223 default:
Christoph Hellwig6efdf282008-09-17 16:49:33 +10001224 /*
1225 * Logically we would return an error here to prevent
1226 * users from believing they might have changed
1227 * mount options using remount which can't be changed.
1228 *
1229 * But unfortunately mount(8) adds all options from
1230 * mtab and fstab to the mount arguments in some cases
1231 * so we can't blindly reject options, but have to
1232 * check for each specified option if it actually
1233 * differs from the currently set option and only
1234 * reject it if that's the case.
1235 *
1236 * Until that is implemented we return success for
1237 * every remount request, and silently ignore all
1238 * options that we can't actually change.
1239 */
1240#if 0
Dave Chinner4f107002011-03-07 10:00:35 +11001241 xfs_info(mp,
Eric Sandeen08e96e12013-10-11 20:59:05 -05001242 "mount option \"%s\" not supported for remount", p);
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001243 return -EINVAL;
Christoph Hellwig6efdf282008-09-17 16:49:33 +10001244#else
Christoph Hellwig6c5e51d2008-10-12 14:30:44 +02001245 break;
Christoph Hellwig6efdf282008-09-17 16:49:33 +10001246#endif
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001247 }
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001248 }
1249
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001250 /* ro -> rw */
Linus Torvalds1751e8a2017-11-27 13:05:09 -08001251 if ((mp->m_flags & XFS_MOUNT_RDONLY) && !(*flags & SB_RDONLY)) {
Eric Sandeenbbe051c2015-04-13 11:25:41 +10001252 if (mp->m_flags & XFS_MOUNT_NORECOVERY) {
1253 xfs_warn(mp,
1254 "ro->rw transition prohibited on norecovery mount");
1255 return -EINVAL;
1256 }
1257
Eric Sandeend0a58e82016-04-06 07:05:41 +10001258 if (XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5 &&
1259 xfs_sb_has_ro_compat_feature(sbp,
1260 XFS_SB_FEAT_RO_COMPAT_UNKNOWN)) {
1261 xfs_warn(mp,
1262"ro->rw transition prohibited on unknown (0x%x) ro-compat filesystem",
1263 (sbp->sb_features_ro_compat &
1264 XFS_SB_FEAT_RO_COMPAT_UNKNOWN));
1265 return -EINVAL;
1266 }
1267
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001268 mp->m_flags &= ~XFS_MOUNT_RDONLY;
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001269
1270 /*
1271 * If this is the first remount to writeable state we
1272 * might have some superblock changes to update.
1273 */
Dave Chinner61e63ec2015-01-22 09:10:31 +11001274 if (mp->m_update_sb) {
1275 error = xfs_sync_sb(mp, false);
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001276 if (error) {
Dave Chinner4f107002011-03-07 10:00:35 +11001277 xfs_warn(mp, "failed to write sb changes");
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001278 return error;
1279 }
Dave Chinner61e63ec2015-01-22 09:10:31 +11001280 mp->m_update_sb = false;
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001281 }
Dave Chinnercbe132a2010-01-26 15:08:49 +11001282
1283 /*
1284 * Fill out the reserve pool if it is empty. Use the stashed
1285 * value if it is non-zero, otherwise go with the default.
1286 */
Eric Sandeend5db0f92010-02-05 22:59:53 +00001287 xfs_restore_resvblks(mp);
Dave Chinnerf661f1e2012-10-08 21:56:02 +11001288 xfs_log_work_queue(mp);
Darrick J. Wong174edb02016-10-03 09:11:39 -07001289
1290 /* Recover any CoW blocks that never got remapped. */
1291 error = xfs_reflink_recover_cow(mp);
1292 if (error) {
1293 xfs_err(mp,
1294 "Error %d recovering leftover CoW allocations.", error);
1295 xfs_force_shutdown(mp, SHUTDOWN_CORRUPT_INCORE);
1296 return error;
1297 }
Darrick J. Wonged30dcb2019-04-25 18:26:22 -07001298 xfs_start_block_reaping(mp);
Darrick J. Wong84d69612016-10-03 09:11:44 -07001299
1300 /* Create the per-AG metadata reservation pool .*/
1301 error = xfs_fs_reserve_ag_blocks(mp);
1302 if (error && error != -ENOSPC)
1303 return error;
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001304 }
1305
1306 /* rw -> ro */
Linus Torvalds1751e8a2017-11-27 13:05:09 -08001307 if (!(mp->m_flags & XFS_MOUNT_RDONLY) && (*flags & SB_RDONLY)) {
Darrick J. Wongd6b636e2018-05-09 10:03:56 -07001308 /*
1309 * Cancel background eofb scanning so it cannot race with the
1310 * final log force+buftarg wait and deadlock the remount.
1311 */
Darrick J. Wonged30dcb2019-04-25 18:26:22 -07001312 xfs_stop_block_reaping(mp);
Darrick J. Wongd6b636e2018-05-09 10:03:56 -07001313
Darrick J. Wong10ddf642017-12-14 15:46:05 -08001314 /* Get rid of any leftover CoW reservations... */
Darrick J. Wong10ddf642017-12-14 15:46:05 -08001315 error = xfs_icache_free_cowblocks(mp, NULL);
1316 if (error) {
1317 xfs_force_shutdown(mp, SHUTDOWN_CORRUPT_INCORE);
1318 return error;
1319 }
1320
Darrick J. Wong84d69612016-10-03 09:11:44 -07001321 /* Free the per-AG metadata reservation pool. */
1322 error = xfs_fs_unreserve_ag_blocks(mp);
1323 if (error) {
1324 xfs_force_shutdown(mp, SHUTDOWN_CORRUPT_INCORE);
1325 return error;
1326 }
1327
Dave Chinnercbe132a2010-01-26 15:08:49 +11001328 /*
Dave Chinner34061f52012-10-08 21:56:06 +11001329 * Before we sync the metadata, we need to free up the reserve
1330 * block pool so that the used block count in the superblock on
1331 * disk is correct at the end of the remount. Stash the current
1332 * reserve pool size so that if we get remounted rw, we can
1333 * return it to the same size.
Dave Chinnercbe132a2010-01-26 15:08:49 +11001334 */
Eric Sandeend5db0f92010-02-05 22:59:53 +00001335 xfs_save_resvblks(mp);
Brian Fosterfa5a4f52016-06-21 11:53:28 +10001336
David Chinner76bf1052008-10-30 17:16:21 +11001337 xfs_quiesce_attr(mp);
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001338 mp->m_flags |= XFS_MOUNT_RDONLY;
1339 }
1340
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001341 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342}
1343
Christoph Hellwig9909c4a2007-10-11 18:11:14 +10001344/*
1345 * Second stage of a freeze. The data is already frozen so we only
Dave Chinner61e63ec2015-01-22 09:10:31 +11001346 * need to take care of the metadata. Once that's done sync the superblock
1347 * to the log to dirty it in case of a crash while frozen. This ensures that we
1348 * will recover the unlinked inode lists on the next mount.
Christoph Hellwig9909c4a2007-10-11 18:11:14 +10001349 */
Takashi Satoc4be0c12009-01-09 16:40:58 -08001350STATIC int
1351xfs_fs_freeze(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352 struct super_block *sb)
1353{
Christoph Hellwig9909c4a2007-10-11 18:11:14 +10001354 struct xfs_mount *mp = XFS_M(sb);
1355
Darrick J. Wonged30dcb2019-04-25 18:26:22 -07001356 xfs_stop_block_reaping(mp);
Eric Sandeend5db0f92010-02-05 22:59:53 +00001357 xfs_save_resvblks(mp);
David Chinner76bf1052008-10-30 17:16:21 +11001358 xfs_quiesce_attr(mp);
Dave Chinner61e63ec2015-01-22 09:10:31 +11001359 return xfs_sync_sb(mp, true);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001360}
1361
1362STATIC int
Eric Sandeend5db0f92010-02-05 22:59:53 +00001363xfs_fs_unfreeze(
1364 struct super_block *sb)
1365{
1366 struct xfs_mount *mp = XFS_M(sb);
1367
1368 xfs_restore_resvblks(mp);
Dave Chinnerf661f1e2012-10-08 21:56:02 +11001369 xfs_log_work_queue(mp);
Darrick J. Wonged30dcb2019-04-25 18:26:22 -07001370 xfs_start_block_reaping(mp);
Eric Sandeend5db0f92010-02-05 22:59:53 +00001371 return 0;
1372}
1373
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001374/*
1375 * This function fills in xfs_mount_t fields based on mount args.
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001376 * Note: the superblock _has_ now been read in.
1377 */
1378STATIC int
1379xfs_finish_flags(
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001380 struct xfs_mount *mp)
1381{
1382 int ronly = (mp->m_flags & XFS_MOUNT_RDONLY);
1383
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02001384 /* Fail a mount where the logbuf is smaller than the log stripe */
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001385 if (xfs_sb_version_haslogv2(&mp->m_sb)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001386 if (mp->m_logbsize <= 0 &&
1387 mp->m_sb.sb_logsunit > XLOG_BIG_RECORD_BSIZE) {
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001388 mp->m_logbsize = mp->m_sb.sb_logsunit;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001389 } else if (mp->m_logbsize > 0 &&
1390 mp->m_logbsize < mp->m_sb.sb_logsunit) {
Dave Chinner4f107002011-03-07 10:00:35 +11001391 xfs_warn(mp,
1392 "logbuf size must be greater than or equal to log stripe size");
Dave Chinner24513372014-06-25 14:58:08 +10001393 return -EINVAL;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001394 }
1395 } else {
1396 /* Fail a mount if the logbuf is larger than 32K */
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001397 if (mp->m_logbsize > XLOG_BIG_RECORD_BSIZE) {
Dave Chinner4f107002011-03-07 10:00:35 +11001398 xfs_warn(mp,
1399 "logbuf size for version 1 logs must be 16K or 32K");
Dave Chinner24513372014-06-25 14:58:08 +10001400 return -EINVAL;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001401 }
1402 }
1403
1404 /*
Dave Chinnerd3eaace2013-06-05 12:09:09 +10001405 * V5 filesystems always use attr2 format for attributes.
1406 */
1407 if (xfs_sb_version_hascrc(&mp->m_sb) &&
1408 (mp->m_flags & XFS_MOUNT_NOATTR2)) {
Eric Sandeen2e74af02016-03-02 09:55:38 +11001409 xfs_warn(mp, "Cannot mount a V5 filesystem as noattr2. "
1410 "attr2 is always enabled for V5 filesystems.");
Dave Chinner24513372014-06-25 14:58:08 +10001411 return -EINVAL;
Dave Chinnerd3eaace2013-06-05 12:09:09 +10001412 }
1413
1414 /*
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001415 * mkfs'ed attr2 will turn on attr2 mount unless explicitly
1416 * told by noattr2 to turn it off
1417 */
1418 if (xfs_sb_version_hasattr2(&mp->m_sb) &&
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001419 !(mp->m_flags & XFS_MOUNT_NOATTR2))
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001420 mp->m_flags |= XFS_MOUNT_ATTR2;
1421
1422 /*
1423 * prohibit r/w mounts of read-only filesystems
1424 */
1425 if ((mp->m_sb.sb_flags & XFS_SBF_READONLY) && !ronly) {
Dave Chinner4f107002011-03-07 10:00:35 +11001426 xfs_warn(mp,
1427 "cannot mount a read-only filesystem as read-write");
Dave Chinner24513372014-06-25 14:58:08 +10001428 return -EROFS;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001429 }
1430
Chandra Seetharamand892d582013-07-19 17:36:02 -05001431 if ((mp->m_qflags & (XFS_GQUOTA_ACCT | XFS_GQUOTA_ACTIVE)) &&
1432 (mp->m_qflags & (XFS_PQUOTA_ACCT | XFS_PQUOTA_ACTIVE)) &&
1433 !xfs_sb_version_has_pquotino(&mp->m_sb)) {
1434 xfs_warn(mp,
1435 "Super block does not support project and group quota together");
Dave Chinner24513372014-06-25 14:58:08 +10001436 return -EINVAL;
Chandra Seetharamand892d582013-07-19 17:36:02 -05001437 }
1438
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001439 return 0;
1440}
1441
Dave Chinner5681ca42015-02-23 21:22:31 +11001442static int
1443xfs_init_percpu_counters(
1444 struct xfs_mount *mp)
1445{
1446 int error;
1447
1448 error = percpu_counter_init(&mp->m_icount, 0, GFP_KERNEL);
1449 if (error)
Joe Perches5e9383f2015-03-25 15:00:24 +11001450 return -ENOMEM;
Dave Chinner5681ca42015-02-23 21:22:31 +11001451
1452 error = percpu_counter_init(&mp->m_ifree, 0, GFP_KERNEL);
1453 if (error)
1454 goto free_icount;
1455
1456 error = percpu_counter_init(&mp->m_fdblocks, 0, GFP_KERNEL);
1457 if (error)
1458 goto free_ifree;
1459
Darrick J. Wong9fe82b82019-04-25 18:26:22 -07001460 error = percpu_counter_init(&mp->m_delalloc_blks, 0, GFP_KERNEL);
1461 if (error)
1462 goto free_fdblocks;
1463
Dave Chinner5681ca42015-02-23 21:22:31 +11001464 return 0;
1465
Darrick J. Wong9fe82b82019-04-25 18:26:22 -07001466free_fdblocks:
1467 percpu_counter_destroy(&mp->m_fdblocks);
Dave Chinner5681ca42015-02-23 21:22:31 +11001468free_ifree:
1469 percpu_counter_destroy(&mp->m_ifree);
1470free_icount:
1471 percpu_counter_destroy(&mp->m_icount);
1472 return -ENOMEM;
1473}
1474
1475void
1476xfs_reinit_percpu_counters(
1477 struct xfs_mount *mp)
1478{
1479 percpu_counter_set(&mp->m_icount, mp->m_sb.sb_icount);
1480 percpu_counter_set(&mp->m_ifree, mp->m_sb.sb_ifree);
1481 percpu_counter_set(&mp->m_fdblocks, mp->m_sb.sb_fdblocks);
1482}
1483
1484static void
1485xfs_destroy_percpu_counters(
1486 struct xfs_mount *mp)
1487{
1488 percpu_counter_destroy(&mp->m_icount);
1489 percpu_counter_destroy(&mp->m_ifree);
1490 percpu_counter_destroy(&mp->m_fdblocks);
Darrick J. Wong9fe82b82019-04-25 18:26:22 -07001491 ASSERT(XFS_FORCED_SHUTDOWN(mp) ||
1492 percpu_counter_sum(&mp->m_delalloc_blks) == 0);
1493 percpu_counter_destroy(&mp->m_delalloc_blks);
Dave Chinner5681ca42015-02-23 21:22:31 +11001494}
1495
Brian Foster72c44e32018-03-23 17:54:32 -07001496static struct xfs_mount *
1497xfs_mount_alloc(
1498 struct super_block *sb)
1499{
1500 struct xfs_mount *mp;
1501
1502 mp = kzalloc(sizeof(struct xfs_mount), GFP_KERNEL);
1503 if (!mp)
1504 return NULL;
1505
1506 mp->m_super = sb;
1507 spin_lock_init(&mp->m_sb_lock);
1508 spin_lock_init(&mp->m_agirotor_lock);
1509 INIT_RADIX_TREE(&mp->m_perag_tree, GFP_ATOMIC);
1510 spin_lock_init(&mp->m_perag_lock);
1511 mutex_init(&mp->m_growlock);
1512 atomic_set(&mp->m_active_trans, 0);
1513 INIT_DELAYED_WORK(&mp->m_reclaim_work, xfs_reclaim_worker);
1514 INIT_DELAYED_WORK(&mp->m_eofblocks_work, xfs_eofblocks_worker);
1515 INIT_DELAYED_WORK(&mp->m_cowblocks_work, xfs_cowblocks_worker);
1516 mp->m_kobj.kobject.kset = xfs_kset;
Darrick J. Wong15a268d2019-02-13 11:46:16 -08001517 /*
1518 * We don't create the finobt per-ag space reservation until after log
1519 * recovery, so we must set this to true so that an ifree transaction
1520 * started during log recovery will not depend on space reservations
1521 * for finobt expansion.
1522 */
1523 mp->m_finobt_nores = true;
Brian Foster72c44e32018-03-23 17:54:32 -07001524 return mp;
1525}
1526
1527
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001529xfs_fs_fill_super(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530 struct super_block *sb,
1531 void *data,
1532 int silent)
1533{
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001534 struct inode *root;
Christoph Hellwig745f6912007-08-30 17:20:39 +10001535 struct xfs_mount *mp = NULL;
Dave Chinner24513372014-06-25 14:58:08 +10001536 int flags = 0, error = -ENOMEM;
Christoph Hellwigbdd907b2008-05-20 15:10:44 +10001537
Brian Foster72c44e32018-03-23 17:54:32 -07001538 /*
1539 * allocate mp and do all low-level struct initializations before we
1540 * attach it to the super
1541 */
1542 mp = xfs_mount_alloc(sb);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001543 if (!mp)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001544 goto out;
Christoph Hellwigb267ce92007-08-30 17:21:30 +10001545 sb->s_fs_info = mp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546
Christoph Hellwig288699f2010-06-23 18:11:15 +10001547 error = xfs_parseargs(mp, (char *)data);
Christoph Hellwig745f6912007-08-30 17:20:39 +10001548 if (error)
Ian Kente1d3d212019-11-04 13:58:40 -08001549 goto out_free_names;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001550
1551 sb_min_blocksize(sb, BBSIZE);
Lachlan McIlroy0ec58512008-06-23 13:23:01 +10001552 sb->s_xattr = xfs_xattr_handlers;
Nathan Scotta50cd262006-03-14 14:06:18 +11001553 sb->s_export_op = &xfs_export_operations;
Christoph Hellwigfcafb712009-02-09 08:47:34 +01001554#ifdef CONFIG_XFS_QUOTA
Nathan Scotta50cd262006-03-14 14:06:18 +11001555 sb->s_qcop = &xfs_quotactl_operations;
Jan Kara17ef4fd2014-09-30 22:35:33 +02001556 sb->s_quota_types = QTYPE_MASK_USR | QTYPE_MASK_GRP | QTYPE_MASK_PRJ;
Christoph Hellwigfcafb712009-02-09 08:47:34 +01001557#endif
Nathan Scotta50cd262006-03-14 14:06:18 +11001558 sb->s_op = &xfs_super_operations;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559
Dave Chinnerdae5cd82018-05-10 21:50:23 -07001560 /*
1561 * Delay mount work if the debug hook is set. This is debug
1562 * instrumention to coordinate simulation of xfs mount failures with
1563 * VFS superblock operations
1564 */
1565 if (xfs_globals.mount_delay) {
1566 xfs_notice(mp, "Delaying mount for %d seconds.",
1567 xfs_globals.mount_delay);
1568 msleep(xfs_globals.mount_delay * 1000);
1569 }
1570
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001571 if (silent)
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001572 flags |= XFS_MFSI_QUIET;
1573
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001574 error = xfs_open_devices(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001575 if (error)
Ian Kente1d3d212019-11-04 13:58:40 -08001576 goto out_free_names;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001577
Dave Chinner24513372014-06-25 14:58:08 +10001578 error = xfs_init_mount_workqueues(mp);
Christoph Hellwig61ba35d2010-09-30 02:25:54 +00001579 if (error)
1580 goto out_close_devices;
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001581
Dave Chinner5681ca42015-02-23 21:22:31 +11001582 error = xfs_init_percpu_counters(mp);
Christoph Hellwigaa6bf012012-02-29 09:53:48 +00001583 if (error)
1584 goto out_destroy_workqueues;
1585
Bill O'Donnell225e4632015-10-12 18:21:19 +11001586 /* Allocate stats memory before we do operations that might use it */
1587 mp->m_stats.xs_stats = alloc_percpu(struct xfsstats);
1588 if (!mp->m_stats.xs_stats) {
Dan Carpenterf9d460b2015-10-19 08:42:47 +11001589 error = -ENOMEM;
Bill O'Donnell225e4632015-10-12 18:21:19 +11001590 goto out_destroy_counters;
1591 }
1592
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001593 error = xfs_readsb(mp, flags);
1594 if (error)
Bill O'Donnell225e4632015-10-12 18:21:19 +11001595 goto out_free_stats;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001596
1597 error = xfs_finish_flags(mp);
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001598 if (error)
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001599 goto out_free_sb;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001600
Christoph Hellwige34b5622008-05-20 15:10:36 +10001601 error = xfs_setup_devices(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001602 if (error)
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001603 goto out_free_sb;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001604
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001605 error = xfs_filestream_mount(mp);
1606 if (error)
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001607 goto out_free_sb;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001608
Dave Chinner704b2902011-03-26 09:14:57 +11001609 /*
1610 * we must configure the block size in the superblock before we run the
1611 * full mount process as the mount process can lookup and cache inodes.
Dave Chinner704b2902011-03-26 09:14:57 +11001612 */
Adam Borowskidddde682018-10-18 17:20:19 +11001613 sb->s_magic = XFS_SUPER_MAGIC;
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001614 sb->s_blocksize = mp->m_sb.sb_blocksize;
1615 sb->s_blocksize_bits = ffs(sb->s_blocksize) - 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616 sb->s_maxbytes = xfs_max_file_offset(sb->s_blocksize_bits);
Al Viro8de52772012-02-06 12:45:27 -05001617 sb->s_max_links = XFS_MAXLINK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618 sb->s_time_gran = 1;
Deepa Dinamani22b13962019-07-30 08:22:29 -07001619 sb->s_time_min = S32_MIN;
1620 sb->s_time_max = S32_MAX;
Christoph Hellwigadfb5fb2019-06-28 19:30:22 -07001621 sb->s_iflags |= SB_I_CGROUPWB;
1622
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623 set_posix_acl_flag(sb);
1624
Dave Chinnerdc037ad2013-06-27 16:04:59 +10001625 /* version 5 superblocks support inode version counters. */
1626 if (XFS_SB_VERSION_NUM(&mp->m_sb) == XFS_SB_VERSION_5)
Matthew Garrett357fdad2017-10-18 13:56:26 -07001627 sb->s_flags |= SB_I_VERSION;
Dave Chinnerdc037ad2013-06-27 16:04:59 +10001628
Dave Chinnercbe4dab2015-06-04 09:19:18 +10001629 if (mp->m_flags & XFS_MOUNT_DAX) {
Dave Jiang80660f22018-05-30 13:03:46 -07001630 bool rtdev_is_dax = false, datadev_is_dax;
Darrick J. Wongba23cba2018-05-30 13:03:45 -07001631
Dave Chinnercbe4dab2015-06-04 09:19:18 +10001632 xfs_warn(mp,
Toshi Kani1e937cd2016-05-10 10:23:56 -06001633 "DAX enabled. Warning: EXPERIMENTAL, use at your own risk");
1634
Dave Jiang80660f22018-05-30 13:03:46 -07001635 datadev_is_dax = bdev_dax_supported(mp->m_ddev_targp->bt_bdev,
1636 sb->s_blocksize);
Darrick J. Wongba23cba2018-05-30 13:03:45 -07001637 if (mp->m_rtdev_targp)
Dave Jiang80660f22018-05-30 13:03:46 -07001638 rtdev_is_dax = bdev_dax_supported(
1639 mp->m_rtdev_targp->bt_bdev, sb->s_blocksize);
1640 if (!rtdev_is_dax && !datadev_is_dax) {
Dave Chinnercbe4dab2015-06-04 09:19:18 +10001641 xfs_alert(mp,
Toshi Kani1e937cd2016-05-10 10:23:56 -06001642 "DAX unsupported by block device. Turning off DAX.");
Dave Chinnercbe4dab2015-06-04 09:19:18 +10001643 mp->m_flags &= ~XFS_MOUNT_DAX;
1644 }
Darrick J. Wongb6e03c12018-01-31 14:21:56 -08001645 if (xfs_sb_version_hasreflink(&mp->m_sb)) {
Darrick J. Wonge54b5bf2016-10-03 09:11:52 -07001646 xfs_alert(mp,
Christoph Hellwig1e369b02018-01-08 13:30:08 -08001647 "DAX and reflink cannot be used together!");
Darrick J. Wongb6e03c12018-01-31 14:21:56 -08001648 error = -EINVAL;
1649 goto out_filestream_unmount;
1650 }
Dave Chinnercbe4dab2015-06-04 09:19:18 +10001651 }
1652
Kenjiro Nakayama1e6fa682017-09-18 12:03:56 -07001653 if (mp->m_flags & XFS_MOUNT_DISCARD) {
1654 struct request_queue *q = bdev_get_queue(sb->s_bdev);
1655
1656 if (!blk_queue_discard(q)) {
1657 xfs_warn(mp, "mounting with \"discard\" option, but "
1658 "the device does not support discard");
1659 mp->m_flags &= ~XFS_MOUNT_DISCARD;
1660 }
1661 }
1662
Christoph Hellwig66ae56a2019-02-18 09:38:49 -08001663 if (xfs_sb_version_hasreflink(&mp->m_sb)) {
1664 if (mp->m_sb.sb_rblocks) {
1665 xfs_alert(mp,
Darrick J. Wongc14632d2018-01-31 16:38:18 -08001666 "reflink not compatible with realtime device!");
Christoph Hellwig66ae56a2019-02-18 09:38:49 -08001667 error = -EINVAL;
1668 goto out_filestream_unmount;
1669 }
1670
1671 if (xfs_globals.always_cow) {
1672 xfs_info(mp, "using DEBUG-only always_cow mode.");
1673 mp->m_always_cow = true;
1674 }
Darrick J. Wongc14632d2018-01-31 16:38:18 -08001675 }
1676
Darrick J. Wong76883f72018-01-31 09:47:25 -08001677 if (xfs_sb_version_hasrmapbt(&mp->m_sb) && mp->m_sb.sb_rblocks) {
Darrick J. Wong1c0607a2016-08-03 12:20:57 +10001678 xfs_alert(mp,
Darrick J. Wong76883f72018-01-31 09:47:25 -08001679 "reverse mapping btree not compatible with realtime device!");
1680 error = -EINVAL;
1681 goto out_filestream_unmount;
Darrick J. Wong738f57c2016-08-26 15:59:19 +10001682 }
Darrick J. Wong1c0607a2016-08-03 12:20:57 +10001683
Dave Chinner8a00ebe2012-04-13 12:10:44 +00001684 error = xfs_mountfs(mp);
Christoph Hellwig2bcf6e92011-07-13 13:43:48 +02001685 if (error)
Dave Chinner7e185302012-10-08 21:56:00 +11001686 goto out_filestream_unmount;
Dave Chinner704b2902011-03-26 09:14:57 +11001687
David Chinner01651642008-08-13 15:45:15 +10001688 root = igrab(VFS_I(mp->m_rootip));
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001689 if (!root) {
Dave Chinner24513372014-06-25 14:58:08 +10001690 error = -ENOENT;
Dave Chinner8a00ebe2012-04-13 12:10:44 +00001691 goto out_unmount;
Christoph Hellwigcbc89dc2008-02-05 12:14:01 +11001692 }
Al Viro48fde702012-01-08 22:15:13 -05001693 sb->s_root = d_make_root(root);
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001694 if (!sb->s_root) {
Dave Chinner24513372014-06-25 14:58:08 +10001695 error = -ENOMEM;
Dave Chinner8a00ebe2012-04-13 12:10:44 +00001696 goto out_unmount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697 }
Christoph Hellwig74394492007-08-30 17:21:22 +10001698
Dave Chinner7e185302012-10-08 21:56:00 +11001699 return 0;
1700
1701 out_filestream_unmount:
Christoph Hellwig120226c2008-05-20 15:11:11 +10001702 xfs_filestream_unmount(mp);
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001703 out_free_sb:
1704 xfs_freesb(mp);
Bill O'Donnell225e4632015-10-12 18:21:19 +11001705 out_free_stats:
1706 free_percpu(mp->m_stats.xs_stats);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001707 out_destroy_counters:
Dave Chinner5681ca42015-02-23 21:22:31 +11001708 xfs_destroy_percpu_counters(mp);
Bill O'Donnell225e4632015-10-12 18:21:19 +11001709 out_destroy_workqueues:
Christoph Hellwigaa6bf012012-02-29 09:53:48 +00001710 xfs_destroy_mount_workqueues(mp);
Christoph Hellwig61ba35d2010-09-30 02:25:54 +00001711 out_close_devices:
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001712 xfs_close_devices(mp);
Ian Kente1d3d212019-11-04 13:58:40 -08001713 out_free_names:
Dave Chinnerc9fbd7b2018-05-10 21:50:23 -07001714 sb->s_fs_info = NULL;
Ian Kente1d3d212019-11-04 13:58:40 -08001715 xfs_free_names(mp);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001716 kfree(mp);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001717 out:
Dave Chinner24513372014-06-25 14:58:08 +10001718 return error;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001719
Christoph Hellwig2bcf6e92011-07-13 13:43:48 +02001720 out_unmount:
Christoph Hellwige48ad3162008-05-20 11:30:52 +10001721 xfs_filestream_unmount(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001722 xfs_unmountfs(mp);
Christoph Hellwig62033002008-08-13 16:50:21 +10001723 goto out_free_sb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724}
1725
Dave Chinner5681ca42015-02-23 21:22:31 +11001726STATIC void
1727xfs_fs_put_super(
1728 struct super_block *sb)
1729{
1730 struct xfs_mount *mp = XFS_M(sb);
1731
Dave Chinnerc9fbd7b2018-05-10 21:50:23 -07001732 /* if ->fill_super failed, we have no mount to tear down */
1733 if (!sb->s_fs_info)
1734 return;
1735
Dave Chinner42254412015-02-24 10:27:28 +11001736 xfs_notice(mp, "Unmounting Filesystem");
Dave Chinner5681ca42015-02-23 21:22:31 +11001737 xfs_filestream_unmount(mp);
1738 xfs_unmountfs(mp);
1739
1740 xfs_freesb(mp);
Bill O'Donnell225e4632015-10-12 18:21:19 +11001741 free_percpu(mp->m_stats.xs_stats);
Dave Chinner5681ca42015-02-23 21:22:31 +11001742 xfs_destroy_percpu_counters(mp);
1743 xfs_destroy_mount_workqueues(mp);
1744 xfs_close_devices(mp);
Dave Chinnerc9fbd7b2018-05-10 21:50:23 -07001745
1746 sb->s_fs_info = NULL;
Ian Kente1d3d212019-11-04 13:58:40 -08001747 xfs_free_names(mp);
Dave Chinner5681ca42015-02-23 21:22:31 +11001748 kfree(mp);
1749}
1750
Al Viro152a0832010-07-25 00:46:55 +04001751STATIC struct dentry *
1752xfs_fs_mount(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753 struct file_system_type *fs_type,
1754 int flags,
1755 const char *dev_name,
Al Viro152a0832010-07-25 00:46:55 +04001756 void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757{
Al Viro152a0832010-07-25 00:46:55 +04001758 return mount_bdev(fs_type, flags, dev_name, data, xfs_fs_fill_super);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759}
1760
Dave Chinner0a234c62013-08-28 10:17:57 +10001761static long
Dave Chinner8daaa832011-07-08 14:14:46 +10001762xfs_fs_nr_cached_objects(
Dave Chinner9b17c622013-08-28 10:18:05 +10001763 struct super_block *sb,
Vladimir Davydov4101b622015-02-12 14:58:51 -08001764 struct shrink_control *sc)
Dave Chinner8daaa832011-07-08 14:14:46 +10001765{
Dave Chinnerc9fbd7b2018-05-10 21:50:23 -07001766 /* Paranoia: catch incorrect calls during mount setup or teardown */
1767 if (WARN_ON_ONCE(!sb->s_fs_info))
1768 return 0;
Dave Chinner8daaa832011-07-08 14:14:46 +10001769 return xfs_reclaim_inodes_count(XFS_M(sb));
1770}
1771
Dave Chinner0a234c62013-08-28 10:17:57 +10001772static long
Dave Chinner8daaa832011-07-08 14:14:46 +10001773xfs_fs_free_cached_objects(
1774 struct super_block *sb,
Vladimir Davydov4101b622015-02-12 14:58:51 -08001775 struct shrink_control *sc)
Dave Chinner8daaa832011-07-08 14:14:46 +10001776{
Vladimir Davydov4101b622015-02-12 14:58:51 -08001777 return xfs_reclaim_inodes_nr(XFS_M(sb), sc->nr_to_scan);
Dave Chinner8daaa832011-07-08 14:14:46 +10001778}
1779
Alexey Dobriyanb87221d2009-09-21 17:01:09 -07001780static const struct super_operations xfs_super_operations = {
Nathan Scotta50cd262006-03-14 14:06:18 +11001781 .alloc_inode = xfs_fs_alloc_inode,
1782 .destroy_inode = xfs_fs_destroy_inode,
Christoph Hellwigc3b1b132018-03-06 17:04:00 -08001783 .dirty_inode = xfs_fs_dirty_inode,
Dave Chinner5132ba82012-03-22 05:15:10 +00001784 .drop_inode = xfs_fs_drop_inode,
Nathan Scotta50cd262006-03-14 14:06:18 +11001785 .put_super = xfs_fs_put_super,
Christoph Hellwig69961a22009-10-06 20:29:28 +00001786 .sync_fs = xfs_fs_sync_fs,
Takashi Satoc4be0c12009-01-09 16:40:58 -08001787 .freeze_fs = xfs_fs_freeze,
Eric Sandeend5db0f92010-02-05 22:59:53 +00001788 .unfreeze_fs = xfs_fs_unfreeze,
Nathan Scotta50cd262006-03-14 14:06:18 +11001789 .statfs = xfs_fs_statfs,
1790 .remount_fs = xfs_fs_remount,
1791 .show_options = xfs_fs_show_options,
Dave Chinner8daaa832011-07-08 14:14:46 +10001792 .nr_cached_objects = xfs_fs_nr_cached_objects,
1793 .free_cached_objects = xfs_fs_free_cached_objects,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794};
1795
Andrew Morton5085b602007-02-20 13:57:47 -08001796static struct file_system_type xfs_fs_type = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797 .owner = THIS_MODULE,
1798 .name = "xfs",
Al Viro152a0832010-07-25 00:46:55 +04001799 .mount = xfs_fs_mount,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001800 .kill_sb = kill_block_super,
1801 .fs_flags = FS_REQUIRES_DEV,
1802};
Eric W. Biederman7f78e032013-03-02 19:39:14 -08001803MODULE_ALIAS_FS("xfs");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001805STATIC int __init
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001806xfs_init_zones(void)
1807{
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001808 xfs_log_ticket_zone = kmem_zone_init(sizeof(xlog_ticket_t),
1809 "xfs_log_ticket");
1810 if (!xfs_log_ticket_zone)
Christoph Hellwig598ecfb2019-10-17 13:12:15 -07001811 goto out;
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001812
Darrick J. Wonge66a4c62016-06-21 11:53:28 +10001813 xfs_bmap_free_item_zone = kmem_zone_init(
Darrick J. Wong310a75a2016-08-03 11:18:10 +10001814 sizeof(struct xfs_extent_free_item),
Darrick J. Wonge66a4c62016-06-21 11:53:28 +10001815 "xfs_bmap_free_item");
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001816 if (!xfs_bmap_free_item_zone)
1817 goto out_destroy_log_ticket_zone;
David Chinnerbf904242008-10-30 17:36:14 +11001818
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001819 xfs_btree_cur_zone = kmem_zone_init(sizeof(xfs_btree_cur_t),
1820 "xfs_btree_cur");
1821 if (!xfs_btree_cur_zone)
1822 goto out_destroy_bmap_free_item_zone;
1823
1824 xfs_da_state_zone = kmem_zone_init(sizeof(xfs_da_state_t),
1825 "xfs_da_state");
1826 if (!xfs_da_state_zone)
1827 goto out_destroy_btree_cur_zone;
1828
Christoph Hellwig3ba738d2018-07-17 16:51:50 -07001829 xfs_ifork_zone = kmem_zone_init(sizeof(struct xfs_ifork), "xfs_ifork");
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001830 if (!xfs_ifork_zone)
Dave Chinner1d9025e2012-06-22 18:50:14 +10001831 goto out_destroy_da_state_zone;
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001832
1833 xfs_trans_zone = kmem_zone_init(sizeof(xfs_trans_t), "xfs_trans");
1834 if (!xfs_trans_zone)
1835 goto out_destroy_ifork_zone;
1836
Christoph Hellwige98c4142010-06-23 18:11:15 +10001837
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001838 /*
1839 * The size of the zone allocated buf log item is the maximum
1840 * size possible under XFS. This wastes a little bit of memory,
1841 * but it is much faster.
1842 */
Dave Chinner77c1a082012-06-22 18:50:07 +10001843 xfs_buf_item_zone = kmem_zone_init(sizeof(struct xfs_buf_log_item),
1844 "xfs_buf_item");
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001845 if (!xfs_buf_item_zone)
Dave Chinnere6631f82018-05-09 07:49:37 -07001846 goto out_destroy_trans_zone;
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001847
1848 xfs_efd_zone = kmem_zone_init((sizeof(xfs_efd_log_item_t) +
1849 ((XFS_EFD_MAX_FAST_EXTENTS - 1) *
1850 sizeof(xfs_extent_t))), "xfs_efd_item");
1851 if (!xfs_efd_zone)
1852 goto out_destroy_buf_item_zone;
1853
1854 xfs_efi_zone = kmem_zone_init((sizeof(xfs_efi_log_item_t) +
1855 ((XFS_EFI_MAX_FAST_EXTENTS - 1) *
1856 sizeof(xfs_extent_t))), "xfs_efi_item");
1857 if (!xfs_efi_zone)
1858 goto out_destroy_efd_zone;
1859
1860 xfs_inode_zone =
1861 kmem_zone_init_flags(sizeof(xfs_inode_t), "xfs_inode",
Vladimir Davydov5d097052016-01-14 15:18:21 -08001862 KM_ZONE_HWALIGN | KM_ZONE_RECLAIM | KM_ZONE_SPREAD |
1863 KM_ZONE_ACCOUNT, xfs_fs_inode_init_once);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001864 if (!xfs_inode_zone)
1865 goto out_destroy_efi_zone;
1866
1867 xfs_ili_zone =
1868 kmem_zone_init_flags(sizeof(xfs_inode_log_item_t), "xfs_ili",
1869 KM_ZONE_SPREAD, NULL);
1870 if (!xfs_ili_zone)
1871 goto out_destroy_inode_zone;
Dave Chinner3ebe7d22013-06-27 16:04:53 +10001872 xfs_icreate_zone = kmem_zone_init(sizeof(struct xfs_icreate_item),
1873 "xfs_icr");
1874 if (!xfs_icreate_zone)
1875 goto out_destroy_ili_zone;
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001876
Darrick J. Wong722e2512016-08-03 12:28:43 +10001877 xfs_rud_zone = kmem_zone_init(sizeof(struct xfs_rud_log_item),
Darrick J. Wong5880f2d72016-08-03 12:04:45 +10001878 "xfs_rud_item");
1879 if (!xfs_rud_zone)
1880 goto out_destroy_icreate_zone;
1881
Darrick J. Wongcd001582016-09-19 10:24:27 +10001882 xfs_rui_zone = kmem_zone_init(
1883 xfs_rui_log_item_sizeof(XFS_RUI_MAX_FAST_EXTENTS),
Darrick J. Wong5880f2d72016-08-03 12:04:45 +10001884 "xfs_rui_item");
1885 if (!xfs_rui_zone)
1886 goto out_destroy_rud_zone;
1887
Darrick J. Wongbaf4bcac2016-10-03 09:11:20 -07001888 xfs_cud_zone = kmem_zone_init(sizeof(struct xfs_cud_log_item),
1889 "xfs_cud_item");
1890 if (!xfs_cud_zone)
1891 goto out_destroy_rui_zone;
1892
1893 xfs_cui_zone = kmem_zone_init(
1894 xfs_cui_log_item_sizeof(XFS_CUI_MAX_FAST_EXTENTS),
1895 "xfs_cui_item");
1896 if (!xfs_cui_zone)
1897 goto out_destroy_cud_zone;
1898
Darrick J. Wong6413a012016-10-03 09:11:25 -07001899 xfs_bud_zone = kmem_zone_init(sizeof(struct xfs_bud_log_item),
1900 "xfs_bud_item");
1901 if (!xfs_bud_zone)
1902 goto out_destroy_cui_zone;
1903
1904 xfs_bui_zone = kmem_zone_init(
1905 xfs_bui_log_item_sizeof(XFS_BUI_MAX_FAST_EXTENTS),
1906 "xfs_bui_item");
1907 if (!xfs_bui_zone)
1908 goto out_destroy_bud_zone;
1909
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001910 return 0;
1911
Darrick J. Wong6413a012016-10-03 09:11:25 -07001912 out_destroy_bud_zone:
1913 kmem_zone_destroy(xfs_bud_zone);
1914 out_destroy_cui_zone:
1915 kmem_zone_destroy(xfs_cui_zone);
Darrick J. Wongbaf4bcac2016-10-03 09:11:20 -07001916 out_destroy_cud_zone:
1917 kmem_zone_destroy(xfs_cud_zone);
1918 out_destroy_rui_zone:
1919 kmem_zone_destroy(xfs_rui_zone);
Darrick J. Wong5880f2d72016-08-03 12:04:45 +10001920 out_destroy_rud_zone:
1921 kmem_zone_destroy(xfs_rud_zone);
1922 out_destroy_icreate_zone:
1923 kmem_zone_destroy(xfs_icreate_zone);
Dave Chinner3ebe7d22013-06-27 16:04:53 +10001924 out_destroy_ili_zone:
1925 kmem_zone_destroy(xfs_ili_zone);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001926 out_destroy_inode_zone:
1927 kmem_zone_destroy(xfs_inode_zone);
1928 out_destroy_efi_zone:
1929 kmem_zone_destroy(xfs_efi_zone);
1930 out_destroy_efd_zone:
1931 kmem_zone_destroy(xfs_efd_zone);
1932 out_destroy_buf_item_zone:
1933 kmem_zone_destroy(xfs_buf_item_zone);
1934 out_destroy_trans_zone:
1935 kmem_zone_destroy(xfs_trans_zone);
1936 out_destroy_ifork_zone:
1937 kmem_zone_destroy(xfs_ifork_zone);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001938 out_destroy_da_state_zone:
1939 kmem_zone_destroy(xfs_da_state_zone);
1940 out_destroy_btree_cur_zone:
1941 kmem_zone_destroy(xfs_btree_cur_zone);
1942 out_destroy_bmap_free_item_zone:
1943 kmem_zone_destroy(xfs_bmap_free_item_zone);
1944 out_destroy_log_ticket_zone:
1945 kmem_zone_destroy(xfs_log_ticket_zone);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001946 out:
1947 return -ENOMEM;
1948}
1949
1950STATIC void
1951xfs_destroy_zones(void)
1952{
Kirill A. Shutemov8c0a8532012-09-26 11:33:07 +10001953 /*
1954 * Make sure all delayed rcu free are flushed before we
1955 * destroy caches.
1956 */
1957 rcu_barrier();
Darrick J. Wong6413a012016-10-03 09:11:25 -07001958 kmem_zone_destroy(xfs_bui_zone);
1959 kmem_zone_destroy(xfs_bud_zone);
Darrick J. Wongbaf4bcac2016-10-03 09:11:20 -07001960 kmem_zone_destroy(xfs_cui_zone);
1961 kmem_zone_destroy(xfs_cud_zone);
Darrick J. Wong5880f2d72016-08-03 12:04:45 +10001962 kmem_zone_destroy(xfs_rui_zone);
1963 kmem_zone_destroy(xfs_rud_zone);
Dave Chinner3ebe7d22013-06-27 16:04:53 +10001964 kmem_zone_destroy(xfs_icreate_zone);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001965 kmem_zone_destroy(xfs_ili_zone);
1966 kmem_zone_destroy(xfs_inode_zone);
1967 kmem_zone_destroy(xfs_efi_zone);
1968 kmem_zone_destroy(xfs_efd_zone);
1969 kmem_zone_destroy(xfs_buf_item_zone);
1970 kmem_zone_destroy(xfs_trans_zone);
1971 kmem_zone_destroy(xfs_ifork_zone);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001972 kmem_zone_destroy(xfs_da_state_zone);
1973 kmem_zone_destroy(xfs_btree_cur_zone);
1974 kmem_zone_destroy(xfs_bmap_free_item_zone);
1975 kmem_zone_destroy(xfs_log_ticket_zone);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001976}
1977
1978STATIC int __init
Dave Chinner0bf6a5b2011-04-08 12:45:07 +10001979xfs_init_workqueues(void)
1980{
1981 /*
Dave Chinnerc999a222012-03-22 05:15:07 +00001982 * The allocation workqueue can be used in memory reclaim situations
1983 * (writepage path), and parallelism is only limited by the number of
1984 * AGs in all the filesystems mounted. Hence use the default large
1985 * max_active value for this workqueue.
1986 */
Brian Foster8018ec02014-09-09 11:44:46 +10001987 xfs_alloc_wq = alloc_workqueue("xfsalloc",
1988 WQ_MEM_RECLAIM|WQ_FREEZABLE, 0);
Dave Chinnerc999a222012-03-22 05:15:07 +00001989 if (!xfs_alloc_wq)
Dave Chinner58896082012-10-08 21:56:05 +11001990 return -ENOMEM;
Dave Chinnerc999a222012-03-22 05:15:07 +00001991
Christoph Hellwig4560e782017-02-07 14:07:58 -08001992 xfs_discard_wq = alloc_workqueue("xfsdiscard", WQ_UNBOUND, 0);
1993 if (!xfs_discard_wq)
1994 goto out_free_alloc_wq;
1995
Dave Chinner0bf6a5b2011-04-08 12:45:07 +10001996 return 0;
Christoph Hellwig4560e782017-02-07 14:07:58 -08001997out_free_alloc_wq:
1998 destroy_workqueue(xfs_alloc_wq);
1999 return -ENOMEM;
Dave Chinner0bf6a5b2011-04-08 12:45:07 +10002000}
2001
Luck, Tony39411f82011-04-11 12:06:12 -07002002STATIC void
Dave Chinner0bf6a5b2011-04-08 12:45:07 +10002003xfs_destroy_workqueues(void)
2004{
Christoph Hellwig4560e782017-02-07 14:07:58 -08002005 destroy_workqueue(xfs_discard_wq);
Dave Chinnerc999a222012-03-22 05:15:07 +00002006 destroy_workqueue(xfs_alloc_wq);
Dave Chinner0bf6a5b2011-04-08 12:45:07 +10002007}
2008
2009STATIC int __init
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10002010init_xfs_fs(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011{
2012 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013
Darrick J. Wong30cbc592016-03-09 08:15:14 +11002014 xfs_check_ondisk_structs();
2015
Christoph Hellwig65795912008-11-28 14:23:33 +11002016 printk(KERN_INFO XFS_VERSION_STRING " with "
2017 XFS_BUILD_OPTIONS " enabled\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10002019 xfs_dir_startup();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020
Nathan Scott87582802006-03-14 13:18:19 +11002021 error = xfs_init_zones();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10002022 if (error)
2023 goto out;
2024
Dave Chinner0bf6a5b2011-04-08 12:45:07 +10002025 error = xfs_init_workqueues();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10002026 if (error)
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002027 goto out_destroy_zones;
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10002028
Dave Chinner0bf6a5b2011-04-08 12:45:07 +10002029 error = xfs_mru_cache_init();
2030 if (error)
2031 goto out_destroy_wq;
2032
Nathan Scottce8e9222006-01-11 15:39:08 +11002033 error = xfs_buf_init();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10002034 if (error)
Christoph Hellwig1919add2014-04-23 07:11:51 +10002035 goto out_mru_cache_uninit;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10002037 error = xfs_init_procfs();
2038 if (error)
2039 goto out_buf_terminate;
2040
2041 error = xfs_sysctl_register();
2042 if (error)
2043 goto out_cleanup_procfs;
2044
Brian Foster3d871222014-07-15 07:41:37 +10002045 xfs_kset = kset_create_and_add("xfs", NULL, fs_kobj);
2046 if (!xfs_kset) {
2047 error = -ENOMEM;
Bill O'Donnellbb230c12015-10-12 05:15:45 +11002048 goto out_sysctl_unregister;
Brian Foster3d871222014-07-15 07:41:37 +10002049 }
2050
Bill O'Donnell80529c42015-10-12 05:19:45 +11002051 xfsstats.xs_kobj.kobject.kset = xfs_kset;
2052
2053 xfsstats.xs_stats = alloc_percpu(struct xfsstats);
2054 if (!xfsstats.xs_stats) {
2055 error = -ENOMEM;
2056 goto out_kset_unregister;
2057 }
2058
2059 error = xfs_sysfs_init(&xfsstats.xs_kobj, &xfs_stats_ktype, NULL,
Bill O'Donnellbb230c12015-10-12 05:15:45 +11002060 "stats");
2061 if (error)
Bill O'Donnell80529c42015-10-12 05:19:45 +11002062 goto out_free_stats;
Bill O'Donnellbb230c12015-10-12 05:15:45 +11002063
Brian Foster65b65732014-09-09 11:52:42 +10002064#ifdef DEBUG
2065 xfs_dbg_kobj.kobject.kset = xfs_kset;
2066 error = xfs_sysfs_init(&xfs_dbg_kobj, &xfs_dbg_ktype, NULL, "debug");
Christoph Hellwiga05931c2012-03-13 08:52:37 +00002067 if (error)
Bill O'Donnellbb230c12015-10-12 05:15:45 +11002068 goto out_remove_stats_kobj;
Brian Foster65b65732014-09-09 11:52:42 +10002069#endif
2070
2071 error = xfs_qm_init();
2072 if (error)
Bill O'Donnellbb230c12015-10-12 05:15:45 +11002073 goto out_remove_dbg_kobj;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074
2075 error = register_filesystem(&xfs_fs_type);
2076 if (error)
Christoph Hellwiga05931c2012-03-13 08:52:37 +00002077 goto out_qm_exit;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078 return 0;
2079
Christoph Hellwiga05931c2012-03-13 08:52:37 +00002080 out_qm_exit:
2081 xfs_qm_exit();
Bill O'Donnellbb230c12015-10-12 05:15:45 +11002082 out_remove_dbg_kobj:
Brian Foster65b65732014-09-09 11:52:42 +10002083#ifdef DEBUG
2084 xfs_sysfs_del(&xfs_dbg_kobj);
Bill O'Donnellbb230c12015-10-12 05:15:45 +11002085 out_remove_stats_kobj:
Brian Foster65b65732014-09-09 11:52:42 +10002086#endif
Bill O'Donnell80529c42015-10-12 05:19:45 +11002087 xfs_sysfs_del(&xfsstats.xs_kobj);
2088 out_free_stats:
2089 free_percpu(xfsstats.xs_stats);
Bill O'Donnellbb230c12015-10-12 05:15:45 +11002090 out_kset_unregister:
Brian Foster3d871222014-07-15 07:41:37 +10002091 kset_unregister(xfs_kset);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10002092 out_sysctl_unregister:
2093 xfs_sysctl_unregister();
2094 out_cleanup_procfs:
2095 xfs_cleanup_procfs();
2096 out_buf_terminate:
Nathan Scottce8e9222006-01-11 15:39:08 +11002097 xfs_buf_terminate();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10002098 out_mru_cache_uninit:
2099 xfs_mru_cache_uninit();
Dave Chinner0bf6a5b2011-04-08 12:45:07 +10002100 out_destroy_wq:
2101 xfs_destroy_workqueues();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10002102 out_destroy_zones:
Nathan Scott87582802006-03-14 13:18:19 +11002103 xfs_destroy_zones();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10002104 out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105 return error;
2106}
2107
2108STATIC void __exit
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10002109exit_xfs_fs(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110{
Christoph Hellwiga05931c2012-03-13 08:52:37 +00002111 xfs_qm_exit();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112 unregister_filesystem(&xfs_fs_type);
Brian Foster65b65732014-09-09 11:52:42 +10002113#ifdef DEBUG
2114 xfs_sysfs_del(&xfs_dbg_kobj);
2115#endif
Bill O'Donnell80529c42015-10-12 05:19:45 +11002116 xfs_sysfs_del(&xfsstats.xs_kobj);
2117 free_percpu(xfsstats.xs_stats);
Brian Foster3d871222014-07-15 07:41:37 +10002118 kset_unregister(xfs_kset);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10002119 xfs_sysctl_unregister();
2120 xfs_cleanup_procfs();
Nathan Scottce8e9222006-01-11 15:39:08 +11002121 xfs_buf_terminate();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10002122 xfs_mru_cache_uninit();
Dave Chinner0bf6a5b2011-04-08 12:45:07 +10002123 xfs_destroy_workqueues();
Nathan Scott87582802006-03-14 13:18:19 +11002124 xfs_destroy_zones();
Darrick J. Wongaf3b6382015-11-03 13:06:34 +11002125 xfs_uuid_table_free();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002126}
2127
2128module_init(init_xfs_fs);
2129module_exit(exit_xfs_fs);
2130
2131MODULE_AUTHOR("Silicon Graphics, Inc.");
2132MODULE_DESCRIPTION(XFS_VERSION_STRING " with " XFS_BUILD_OPTIONS " enabled");
2133MODULE_LICENSE("GPL");