blob: a220d36f789b3454c90fa0a4fe71924c4b186b62 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Nathan Scotta805bad2006-06-19 08:40:27 +10002 * Copyright (c) 2000-2006 Silicon Graphics, Inc.
Nathan Scott7b718762005-11-02 14:58:39 +11003 * All Rights Reserved.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 *
Nathan Scott7b718762005-11-02 14:58:39 +11005 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 * published by the Free Software Foundation.
8 *
Nathan Scott7b718762005-11-02 14:58:39 +11009 * This program is distributed in the hope that it would be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 *
Nathan Scott7b718762005-11-02 14:58:39 +110014 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write the Free Software Foundation,
16 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Linus Torvalds1da177e2005-04-16 15:20:36 -070017 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#include "xfs.h"
Nathan Scotta844f452005-11-02 14:38:42 +110019#include "xfs_bit.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#include "xfs_log.h"
Nathan Scotta844f452005-11-02 14:38:42 +110021#include "xfs_inum.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#include "xfs_trans.h"
23#include "xfs_sb.h"
Nathan Scotta844f452005-11-02 14:38:42 +110024#include "xfs_ag.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070025#include "xfs_dir2.h"
26#include "xfs_alloc.h"
27#include "xfs_dmapi.h"
28#include "xfs_quota.h"
29#include "xfs_mount.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#include "xfs_bmap_btree.h"
Nathan Scotta844f452005-11-02 14:38:42 +110031#include "xfs_alloc_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070032#include "xfs_ialloc_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070033#include "xfs_dir2_sf.h"
Nathan Scotta844f452005-11-02 14:38:42 +110034#include "xfs_attr_sf.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070035#include "xfs_dinode.h"
36#include "xfs_inode.h"
Nathan Scotta844f452005-11-02 14:38:42 +110037#include "xfs_btree.h"
Christoph Hellwig8c4ed632008-10-30 16:55:13 +110038#include "xfs_btree_trace.h"
Nathan Scotta844f452005-11-02 14:38:42 +110039#include "xfs_ialloc.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070040#include "xfs_bmap.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070041#include "xfs_rtalloc.h"
42#include "xfs_error.h"
43#include "xfs_itable.h"
Christoph Hellwig9909c4a2007-10-11 18:11:14 +100044#include "xfs_fsops.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070045#include "xfs_rw.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070046#include "xfs_attr.h"
47#include "xfs_buf_item.h"
48#include "xfs_utils.h"
Christoph Hellwig739bfb22007-08-29 10:58:01 +100049#include "xfs_vnodeops.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070050#include "xfs_version.h"
David Chinnera67d7c52007-11-23 16:29:32 +110051#include "xfs_log_priv.h"
David Chinner249a8c12008-02-05 12:13:32 +110052#include "xfs_trans_priv.h"
Christoph Hellwig48b62a12008-05-20 11:30:39 +100053#include "xfs_filestream.h"
Christoph Hellwig9f8868f2008-07-18 17:11:46 +100054#include "xfs_da_btree.h"
55#include "xfs_dir2_trace.h"
56#include "xfs_extfree_item.h"
57#include "xfs_mru_cache.h"
58#include "xfs_inode_item.h"
David Chinnerfe4fa4b2008-10-30 17:06:08 +110059#include "xfs_sync.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070060
61#include <linux/namei.h>
62#include <linux/init.h>
63#include <linux/mount.h>
Christoph Hellwig0829c362005-09-02 16:58:49 +100064#include <linux/mempool.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070065#include <linux/writeback.h>
Christoph Hellwig4df08c52005-09-05 08:34:18 +100066#include <linux/kthread.h>
Nigel Cunningham7dfb7102006-12-06 20:34:23 -080067#include <linux/freezer.h>
Christoph Hellwig62a877e2008-07-18 17:12:36 +100068#include <linux/parser.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070069
David Chinner7989cb82007-02-10 18:34:56 +110070static struct super_operations xfs_super_operations;
David Chinner7989cb82007-02-10 18:34:56 +110071static kmem_zone_t *xfs_ioend_zone;
Christoph Hellwig0829c362005-09-02 16:58:49 +100072mempool_t *xfs_ioend_pool;
Linus Torvalds1da177e2005-04-16 15:20:36 -070073
David Chinnera67d7c52007-11-23 16:29:32 +110074#define MNTOPT_LOGBUFS "logbufs" /* number of XFS log buffers */
75#define MNTOPT_LOGBSIZE "logbsize" /* size of XFS log buffers */
76#define MNTOPT_LOGDEV "logdev" /* log device */
77#define MNTOPT_RTDEV "rtdev" /* realtime I/O device */
78#define MNTOPT_BIOSIZE "biosize" /* log2 of preferred buffered io size */
79#define MNTOPT_WSYNC "wsync" /* safe-mode nfs compatible mount */
David Chinnera67d7c52007-11-23 16:29:32 +110080#define MNTOPT_NOALIGN "noalign" /* turn off stripe alignment */
81#define MNTOPT_SWALLOC "swalloc" /* turn on stripe width allocation */
82#define MNTOPT_SUNIT "sunit" /* data volume stripe unit */
83#define MNTOPT_SWIDTH "swidth" /* data volume stripe width */
84#define MNTOPT_NOUUID "nouuid" /* ignore filesystem UUID */
85#define MNTOPT_MTPT "mtpt" /* filesystem mount point */
86#define MNTOPT_GRPID "grpid" /* group-ID from parent directory */
87#define MNTOPT_NOGRPID "nogrpid" /* group-ID from current process */
88#define MNTOPT_BSDGROUPS "bsdgroups" /* group-ID from parent directory */
89#define MNTOPT_SYSVGROUPS "sysvgroups" /* group-ID from current process */
90#define MNTOPT_ALLOCSIZE "allocsize" /* preferred allocation size */
91#define MNTOPT_NORECOVERY "norecovery" /* don't run XFS recovery */
92#define MNTOPT_BARRIER "barrier" /* use writer barriers for log write and
93 * unwritten extent conversion */
94#define MNTOPT_NOBARRIER "nobarrier" /* .. disable */
95#define MNTOPT_OSYNCISOSYNC "osyncisosync" /* o_sync is REALLY o_sync */
96#define MNTOPT_64BITINODE "inode64" /* inodes can be allocated anywhere */
97#define MNTOPT_IKEEP "ikeep" /* do not free empty inode clusters */
98#define MNTOPT_NOIKEEP "noikeep" /* free empty inode clusters */
99#define MNTOPT_LARGEIO "largeio" /* report large I/O sizes in stat() */
100#define MNTOPT_NOLARGEIO "nolargeio" /* do not report large I/O sizes
101 * in stat(). */
102#define MNTOPT_ATTR2 "attr2" /* do use attr2 attribute format */
103#define MNTOPT_NOATTR2 "noattr2" /* do not use attr2 attribute format */
104#define MNTOPT_FILESTREAM "filestreams" /* use filestreams allocator */
105#define MNTOPT_QUOTA "quota" /* disk quotas (user) */
106#define MNTOPT_NOQUOTA "noquota" /* no quotas */
107#define MNTOPT_USRQUOTA "usrquota" /* user quota enabled */
108#define MNTOPT_GRPQUOTA "grpquota" /* group quota enabled */
109#define MNTOPT_PRJQUOTA "prjquota" /* project quota enabled */
110#define MNTOPT_UQUOTA "uquota" /* user quota (IRIX variant) */
111#define MNTOPT_GQUOTA "gquota" /* group quota (IRIX variant) */
112#define MNTOPT_PQUOTA "pquota" /* project quota (IRIX variant) */
113#define MNTOPT_UQUOTANOENF "uqnoenforce"/* user quota limit enforcement */
114#define MNTOPT_GQUOTANOENF "gqnoenforce"/* group quota limit enforcement */
115#define MNTOPT_PQUOTANOENF "pqnoenforce"/* project quota limit enforcement */
116#define MNTOPT_QUOTANOENF "qnoenforce" /* same as uqnoenforce */
117#define MNTOPT_DMAPI "dmapi" /* DMI enabled (DMAPI / XDSM) */
118#define MNTOPT_XDSM "xdsm" /* DMI enabled (DMAPI / XDSM) */
119#define MNTOPT_DMI "dmi" /* DMI enabled (DMAPI / XDSM) */
120
Christoph Hellwig62a877e2008-07-18 17:12:36 +1000121/*
122 * Table driven mount option parser.
123 *
124 * Currently only used for remount, but it will be used for mount
125 * in the future, too.
126 */
127enum {
128 Opt_barrier, Opt_nobarrier, Opt_err
129};
130
Steven Whitehousea447c092008-10-13 10:46:57 +0100131static const match_table_t tokens = {
Christoph Hellwig62a877e2008-07-18 17:12:36 +1000132 {Opt_barrier, "barrier"},
133 {Opt_nobarrier, "nobarrier"},
134 {Opt_err, NULL}
135};
136
137
David Chinnera67d7c52007-11-23 16:29:32 +1100138STATIC unsigned long
139suffix_strtoul(char *s, char **endp, unsigned int base)
140{
141 int last, shift_left_factor = 0;
142 char *value = s;
143
144 last = strlen(value) - 1;
145 if (value[last] == 'K' || value[last] == 'k') {
146 shift_left_factor = 10;
147 value[last] = '\0';
148 }
149 if (value[last] == 'M' || value[last] == 'm') {
150 shift_left_factor = 20;
151 value[last] = '\0';
152 }
153 if (value[last] == 'G' || value[last] == 'g') {
154 shift_left_factor = 30;
155 value[last] = '\0';
156 }
157
158 return simple_strtoul((const char *)s, endp, base) << shift_left_factor;
159}
160
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100161/*
162 * This function fills in xfs_mount_t fields based on mount args.
163 * Note: the superblock has _not_ yet been read in.
164 *
165 * Note that this function leaks the various device name allocations on
166 * failure. The caller takes care of them.
167 */
David Chinnera67d7c52007-11-23 16:29:32 +1100168STATIC int
169xfs_parseargs(
170 struct xfs_mount *mp,
171 char *options,
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100172 char **mtpt)
David Chinnera67d7c52007-11-23 16:29:32 +1100173{
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100174 struct super_block *sb = mp->m_super;
David Chinnera67d7c52007-11-23 16:29:32 +1100175 char *this_char, *value, *eov;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100176 int dsunit = 0;
177 int dswidth = 0;
178 int iosize = 0;
Josef Jeff Sipek1bd960e2008-02-29 13:58:40 +1100179 int dmapi_implies_ikeep = 1;
Christoph Hellwiga5687782009-02-09 08:37:39 +0100180 __uint8_t iosizelog = 0;
David Chinnera67d7c52007-11-23 16:29:32 +1100181
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100182 /*
183 * Copy binary VFS mount flags we are interested in.
184 */
185 if (sb->s_flags & MS_RDONLY)
186 mp->m_flags |= XFS_MOUNT_RDONLY;
187 if (sb->s_flags & MS_DIRSYNC)
188 mp->m_flags |= XFS_MOUNT_DIRSYNC;
189 if (sb->s_flags & MS_SYNCHRONOUS)
190 mp->m_flags |= XFS_MOUNT_WSYNC;
191
192 /*
193 * Set some default flags that could be cleared by the mount option
194 * parsing.
195 */
196 mp->m_flags |= XFS_MOUNT_BARRIER;
197 mp->m_flags |= XFS_MOUNT_COMPAT_IOSIZE;
198 mp->m_flags |= XFS_MOUNT_SMALL_INUMS;
199
200 /*
201 * These can be overridden by the mount option parsing.
202 */
203 mp->m_logbufs = -1;
204 mp->m_logbsize = -1;
David Chinnera67d7c52007-11-23 16:29:32 +1100205
206 if (!options)
207 goto done;
208
David Chinnera67d7c52007-11-23 16:29:32 +1100209 while ((this_char = strsep(&options, ",")) != NULL) {
210 if (!*this_char)
211 continue;
212 if ((value = strchr(this_char, '=')) != NULL)
213 *value++ = 0;
214
215 if (!strcmp(this_char, MNTOPT_LOGBUFS)) {
216 if (!value || !*value) {
217 cmn_err(CE_WARN,
218 "XFS: %s option requires an argument",
219 this_char);
220 return EINVAL;
221 }
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100222 mp->m_logbufs = simple_strtoul(value, &eov, 10);
David Chinnera67d7c52007-11-23 16:29:32 +1100223 } else if (!strcmp(this_char, MNTOPT_LOGBSIZE)) {
224 if (!value || !*value) {
225 cmn_err(CE_WARN,
226 "XFS: %s option requires an argument",
227 this_char);
228 return EINVAL;
229 }
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100230 mp->m_logbsize = suffix_strtoul(value, &eov, 10);
David Chinnera67d7c52007-11-23 16:29:32 +1100231 } else if (!strcmp(this_char, MNTOPT_LOGDEV)) {
232 if (!value || !*value) {
233 cmn_err(CE_WARN,
234 "XFS: %s option requires an argument",
235 this_char);
236 return EINVAL;
237 }
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100238 mp->m_logname = kstrndup(value, MAXNAMELEN, GFP_KERNEL);
239 if (!mp->m_logname)
240 return ENOMEM;
David Chinnera67d7c52007-11-23 16:29:32 +1100241 } else if (!strcmp(this_char, MNTOPT_MTPT)) {
242 if (!value || !*value) {
243 cmn_err(CE_WARN,
244 "XFS: %s option requires an argument",
245 this_char);
246 return EINVAL;
247 }
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100248 *mtpt = kstrndup(value, MAXNAMELEN, GFP_KERNEL);
249 if (!*mtpt)
250 return ENOMEM;
David Chinnera67d7c52007-11-23 16:29:32 +1100251 } else if (!strcmp(this_char, MNTOPT_RTDEV)) {
252 if (!value || !*value) {
253 cmn_err(CE_WARN,
254 "XFS: %s option requires an argument",
255 this_char);
256 return EINVAL;
257 }
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100258 mp->m_rtname = kstrndup(value, MAXNAMELEN, GFP_KERNEL);
259 if (!mp->m_rtname)
260 return ENOMEM;
David Chinnera67d7c52007-11-23 16:29:32 +1100261 } else if (!strcmp(this_char, MNTOPT_BIOSIZE)) {
262 if (!value || !*value) {
263 cmn_err(CE_WARN,
264 "XFS: %s option requires an argument",
265 this_char);
266 return EINVAL;
267 }
268 iosize = simple_strtoul(value, &eov, 10);
Christoph Hellwig1ec79442008-10-30 17:55:08 +1100269 iosizelog = ffs(iosize) - 1;
David Chinnera67d7c52007-11-23 16:29:32 +1100270 } else if (!strcmp(this_char, MNTOPT_ALLOCSIZE)) {
271 if (!value || !*value) {
272 cmn_err(CE_WARN,
273 "XFS: %s option requires an argument",
274 this_char);
275 return EINVAL;
276 }
277 iosize = suffix_strtoul(value, &eov, 10);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100278 iosizelog = ffs(iosize) - 1;
David Chinnera67d7c52007-11-23 16:29:32 +1100279 } else if (!strcmp(this_char, MNTOPT_GRPID) ||
280 !strcmp(this_char, MNTOPT_BSDGROUPS)) {
281 mp->m_flags |= XFS_MOUNT_GRPID;
282 } else if (!strcmp(this_char, MNTOPT_NOGRPID) ||
283 !strcmp(this_char, MNTOPT_SYSVGROUPS)) {
284 mp->m_flags &= ~XFS_MOUNT_GRPID;
285 } else if (!strcmp(this_char, MNTOPT_WSYNC)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100286 mp->m_flags |= XFS_MOUNT_WSYNC;
David Chinnera67d7c52007-11-23 16:29:32 +1100287 } else if (!strcmp(this_char, MNTOPT_OSYNCISOSYNC)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100288 mp->m_flags |= XFS_MOUNT_OSYNCISOSYNC;
David Chinnera67d7c52007-11-23 16:29:32 +1100289 } else if (!strcmp(this_char, MNTOPT_NORECOVERY)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100290 mp->m_flags |= XFS_MOUNT_NORECOVERY;
David Chinnera67d7c52007-11-23 16:29:32 +1100291 } else if (!strcmp(this_char, MNTOPT_NOALIGN)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100292 mp->m_flags |= XFS_MOUNT_NOALIGN;
David Chinnera67d7c52007-11-23 16:29:32 +1100293 } else if (!strcmp(this_char, MNTOPT_SWALLOC)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100294 mp->m_flags |= XFS_MOUNT_SWALLOC;
David Chinnera67d7c52007-11-23 16:29:32 +1100295 } else if (!strcmp(this_char, MNTOPT_SUNIT)) {
296 if (!value || !*value) {
297 cmn_err(CE_WARN,
298 "XFS: %s option requires an argument",
299 this_char);
300 return EINVAL;
301 }
302 dsunit = simple_strtoul(value, &eov, 10);
303 } else if (!strcmp(this_char, MNTOPT_SWIDTH)) {
304 if (!value || !*value) {
305 cmn_err(CE_WARN,
306 "XFS: %s option requires an argument",
307 this_char);
308 return EINVAL;
309 }
310 dswidth = simple_strtoul(value, &eov, 10);
311 } else if (!strcmp(this_char, MNTOPT_64BITINODE)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100312 mp->m_flags &= ~XFS_MOUNT_SMALL_INUMS;
David Chinnera67d7c52007-11-23 16:29:32 +1100313#if !XFS_BIG_INUMS
314 cmn_err(CE_WARN,
315 "XFS: %s option not allowed on this system",
316 this_char);
317 return EINVAL;
318#endif
319 } else if (!strcmp(this_char, MNTOPT_NOUUID)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100320 mp->m_flags |= XFS_MOUNT_NOUUID;
David Chinnera67d7c52007-11-23 16:29:32 +1100321 } else if (!strcmp(this_char, MNTOPT_BARRIER)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100322 mp->m_flags |= XFS_MOUNT_BARRIER;
David Chinnera67d7c52007-11-23 16:29:32 +1100323 } else if (!strcmp(this_char, MNTOPT_NOBARRIER)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100324 mp->m_flags &= ~XFS_MOUNT_BARRIER;
David Chinnera67d7c52007-11-23 16:29:32 +1100325 } else if (!strcmp(this_char, MNTOPT_IKEEP)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100326 mp->m_flags |= XFS_MOUNT_IKEEP;
David Chinnera67d7c52007-11-23 16:29:32 +1100327 } else if (!strcmp(this_char, MNTOPT_NOIKEEP)) {
Josef Jeff Sipek1bd960e2008-02-29 13:58:40 +1100328 dmapi_implies_ikeep = 0;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100329 mp->m_flags &= ~XFS_MOUNT_IKEEP;
David Chinnera67d7c52007-11-23 16:29:32 +1100330 } else if (!strcmp(this_char, MNTOPT_LARGEIO)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100331 mp->m_flags &= ~XFS_MOUNT_COMPAT_IOSIZE;
David Chinnera67d7c52007-11-23 16:29:32 +1100332 } else if (!strcmp(this_char, MNTOPT_NOLARGEIO)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100333 mp->m_flags |= XFS_MOUNT_COMPAT_IOSIZE;
David Chinnera67d7c52007-11-23 16:29:32 +1100334 } else if (!strcmp(this_char, MNTOPT_ATTR2)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100335 mp->m_flags |= XFS_MOUNT_ATTR2;
David Chinnera67d7c52007-11-23 16:29:32 +1100336 } else if (!strcmp(this_char, MNTOPT_NOATTR2)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100337 mp->m_flags &= ~XFS_MOUNT_ATTR2;
338 mp->m_flags |= XFS_MOUNT_NOATTR2;
David Chinnera67d7c52007-11-23 16:29:32 +1100339 } else if (!strcmp(this_char, MNTOPT_FILESTREAM)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100340 mp->m_flags |= XFS_MOUNT_FILESTREAMS;
David Chinnera67d7c52007-11-23 16:29:32 +1100341 } else if (!strcmp(this_char, MNTOPT_NOQUOTA)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100342 mp->m_qflags &= ~(XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE |
343 XFS_GQUOTA_ACCT | XFS_GQUOTA_ACTIVE |
Christoph Hellwig469fc232008-10-30 17:54:57 +1100344 XFS_PQUOTA_ACCT | XFS_PQUOTA_ACTIVE |
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100345 XFS_UQUOTA_ENFD | XFS_OQUOTA_ENFD);
David Chinnera67d7c52007-11-23 16:29:32 +1100346 } else if (!strcmp(this_char, MNTOPT_QUOTA) ||
347 !strcmp(this_char, MNTOPT_UQUOTA) ||
348 !strcmp(this_char, MNTOPT_USRQUOTA)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100349 mp->m_qflags |= (XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE |
350 XFS_UQUOTA_ENFD);
David Chinnera67d7c52007-11-23 16:29:32 +1100351 } else if (!strcmp(this_char, MNTOPT_QUOTANOENF) ||
352 !strcmp(this_char, MNTOPT_UQUOTANOENF)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100353 mp->m_qflags |= (XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE);
354 mp->m_qflags &= ~XFS_UQUOTA_ENFD;
David Chinnera67d7c52007-11-23 16:29:32 +1100355 } else if (!strcmp(this_char, MNTOPT_PQUOTA) ||
356 !strcmp(this_char, MNTOPT_PRJQUOTA)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100357 mp->m_qflags |= (XFS_PQUOTA_ACCT | XFS_PQUOTA_ACTIVE |
358 XFS_OQUOTA_ENFD);
David Chinnera67d7c52007-11-23 16:29:32 +1100359 } else if (!strcmp(this_char, MNTOPT_PQUOTANOENF)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100360 mp->m_qflags |= (XFS_PQUOTA_ACCT | XFS_PQUOTA_ACTIVE);
361 mp->m_qflags &= ~XFS_OQUOTA_ENFD;
David Chinnera67d7c52007-11-23 16:29:32 +1100362 } else if (!strcmp(this_char, MNTOPT_GQUOTA) ||
363 !strcmp(this_char, MNTOPT_GRPQUOTA)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100364 mp->m_qflags |= (XFS_GQUOTA_ACCT | XFS_GQUOTA_ACTIVE |
365 XFS_OQUOTA_ENFD);
David Chinnera67d7c52007-11-23 16:29:32 +1100366 } else if (!strcmp(this_char, MNTOPT_GQUOTANOENF)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100367 mp->m_qflags |= (XFS_GQUOTA_ACCT | XFS_GQUOTA_ACTIVE);
368 mp->m_qflags &= ~XFS_OQUOTA_ENFD;
David Chinnera67d7c52007-11-23 16:29:32 +1100369 } else if (!strcmp(this_char, MNTOPT_DMAPI)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100370 mp->m_flags |= XFS_MOUNT_DMAPI;
David Chinnera67d7c52007-11-23 16:29:32 +1100371 } else if (!strcmp(this_char, MNTOPT_XDSM)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100372 mp->m_flags |= XFS_MOUNT_DMAPI;
David Chinnera67d7c52007-11-23 16:29:32 +1100373 } else if (!strcmp(this_char, MNTOPT_DMI)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100374 mp->m_flags |= XFS_MOUNT_DMAPI;
David Chinnera67d7c52007-11-23 16:29:32 +1100375 } else if (!strcmp(this_char, "ihashsize")) {
376 cmn_err(CE_WARN,
377 "XFS: ihashsize no longer used, option is deprecated.");
378 } else if (!strcmp(this_char, "osyncisdsync")) {
379 /* no-op, this is now the default */
380 cmn_err(CE_WARN,
381 "XFS: osyncisdsync is now the default, option is deprecated.");
382 } else if (!strcmp(this_char, "irixsgid")) {
383 cmn_err(CE_WARN,
384 "XFS: irixsgid is now a sysctl(2) variable, option is deprecated.");
385 } else {
386 cmn_err(CE_WARN,
387 "XFS: unknown mount option [%s].", this_char);
388 return EINVAL;
389 }
390 }
391
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100392 /*
393 * no recovery flag requires a read-only mount
394 */
395 if ((mp->m_flags & XFS_MOUNT_NORECOVERY) &&
396 !(mp->m_flags & XFS_MOUNT_RDONLY)) {
397 cmn_err(CE_WARN, "XFS: no-recovery mounts must be read-only.");
398 return EINVAL;
David Chinnera67d7c52007-11-23 16:29:32 +1100399 }
400
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100401 if ((mp->m_flags & XFS_MOUNT_NOALIGN) && (dsunit || dswidth)) {
David Chinnera67d7c52007-11-23 16:29:32 +1100402 cmn_err(CE_WARN,
403 "XFS: sunit and swidth options incompatible with the noalign option");
404 return EINVAL;
405 }
406
Christoph Hellwig7d095252009-06-08 15:33:32 +0200407#ifndef CONFIG_XFS_QUOTA
408 if (XFS_IS_QUOTA_RUNNING(mp)) {
409 cmn_err(CE_WARN,
410 "XFS: quota support not available in this kernel.");
411 return EINVAL;
412 }
413#endif
414
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100415 if ((mp->m_qflags & (XFS_GQUOTA_ACCT | XFS_GQUOTA_ACTIVE)) &&
416 (mp->m_qflags & (XFS_PQUOTA_ACCT | XFS_PQUOTA_ACTIVE))) {
David Chinnera67d7c52007-11-23 16:29:32 +1100417 cmn_err(CE_WARN,
418 "XFS: cannot mount with both project and group quota");
419 return EINVAL;
420 }
421
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100422 if ((mp->m_flags & XFS_MOUNT_DMAPI) && (!*mtpt || *mtpt[0] == '\0')) {
David Chinnera67d7c52007-11-23 16:29:32 +1100423 printk("XFS: %s option needs the mount point option as well\n",
424 MNTOPT_DMAPI);
425 return EINVAL;
426 }
427
428 if ((dsunit && !dswidth) || (!dsunit && dswidth)) {
429 cmn_err(CE_WARN,
430 "XFS: sunit and swidth must be specified together");
431 return EINVAL;
432 }
433
434 if (dsunit && (dswidth % dsunit != 0)) {
435 cmn_err(CE_WARN,
436 "XFS: stripe width (%d) must be a multiple of the stripe unit (%d)",
437 dswidth, dsunit);
438 return EINVAL;
439 }
440
441 /*
442 * Applications using DMI filesystems often expect the
443 * inode generation number to be monotonically increasing.
444 * If we delete inode chunks we break this assumption, so
445 * keep unused inode chunks on disk for DMI filesystems
446 * until we come up with a better solution.
447 * Note that if "ikeep" or "noikeep" mount options are
448 * supplied, then they are honored.
449 */
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100450 if ((mp->m_flags & XFS_MOUNT_DMAPI) && dmapi_implies_ikeep)
451 mp->m_flags |= XFS_MOUNT_IKEEP;
David Chinnera67d7c52007-11-23 16:29:32 +1100452
453done:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100454 if (!(mp->m_flags & XFS_MOUNT_NOALIGN)) {
455 /*
456 * At this point the superblock has not been read
457 * in, therefore we do not know the block size.
458 * Before the mount call ends we will convert
459 * these to FSBs.
460 */
461 if (dsunit) {
462 mp->m_dalign = dsunit;
463 mp->m_flags |= XFS_MOUNT_RETERR;
464 }
465
466 if (dswidth)
467 mp->m_swidth = dswidth;
468 }
469
470 if (mp->m_logbufs != -1 &&
471 mp->m_logbufs != 0 &&
472 (mp->m_logbufs < XLOG_MIN_ICLOGS ||
473 mp->m_logbufs > XLOG_MAX_ICLOGS)) {
474 cmn_err(CE_WARN,
475 "XFS: invalid logbufs value: %d [not %d-%d]",
476 mp->m_logbufs, XLOG_MIN_ICLOGS, XLOG_MAX_ICLOGS);
477 return XFS_ERROR(EINVAL);
478 }
479 if (mp->m_logbsize != -1 &&
480 mp->m_logbsize != 0 &&
481 (mp->m_logbsize < XLOG_MIN_RECORD_BSIZE ||
482 mp->m_logbsize > XLOG_MAX_RECORD_BSIZE ||
483 !is_power_of_2(mp->m_logbsize))) {
484 cmn_err(CE_WARN,
485 "XFS: invalid logbufsize: %d [not 16k,32k,64k,128k or 256k]",
486 mp->m_logbsize);
487 return XFS_ERROR(EINVAL);
488 }
489
490 mp->m_fsname = kstrndup(sb->s_id, MAXNAMELEN, GFP_KERNEL);
491 if (!mp->m_fsname)
492 return ENOMEM;
493 mp->m_fsname_len = strlen(mp->m_fsname) + 1;
494
495 if (iosizelog) {
496 if (iosizelog > XFS_MAX_IO_LOG ||
497 iosizelog < XFS_MIN_IO_LOG) {
498 cmn_err(CE_WARN,
499 "XFS: invalid log iosize: %d [not %d-%d]",
500 iosizelog, XFS_MIN_IO_LOG,
501 XFS_MAX_IO_LOG);
502 return XFS_ERROR(EINVAL);
503 }
504
505 mp->m_flags |= XFS_MOUNT_DFLT_IOSIZE;
506 mp->m_readio_log = iosizelog;
507 mp->m_writeio_log = iosizelog;
508 }
509
David Chinnera67d7c52007-11-23 16:29:32 +1100510 return 0;
511}
512
513struct proc_xfs_info {
514 int flag;
515 char *str;
516};
517
518STATIC int
519xfs_showargs(
520 struct xfs_mount *mp,
521 struct seq_file *m)
522{
523 static struct proc_xfs_info xfs_info_set[] = {
524 /* the few simple ones we can get from the mount struct */
Josef Jeff Sipek1bd960e2008-02-29 13:58:40 +1100525 { XFS_MOUNT_IKEEP, "," MNTOPT_IKEEP },
David Chinnera67d7c52007-11-23 16:29:32 +1100526 { XFS_MOUNT_WSYNC, "," MNTOPT_WSYNC },
David Chinnera67d7c52007-11-23 16:29:32 +1100527 { XFS_MOUNT_NOALIGN, "," MNTOPT_NOALIGN },
528 { XFS_MOUNT_SWALLOC, "," MNTOPT_SWALLOC },
529 { XFS_MOUNT_NOUUID, "," MNTOPT_NOUUID },
530 { XFS_MOUNT_NORECOVERY, "," MNTOPT_NORECOVERY },
531 { XFS_MOUNT_OSYNCISOSYNC, "," MNTOPT_OSYNCISOSYNC },
532 { XFS_MOUNT_ATTR2, "," MNTOPT_ATTR2 },
533 { XFS_MOUNT_FILESTREAMS, "," MNTOPT_FILESTREAM },
534 { XFS_MOUNT_DMAPI, "," MNTOPT_DMAPI },
535 { XFS_MOUNT_GRPID, "," MNTOPT_GRPID },
536 { 0, NULL }
537 };
538 static struct proc_xfs_info xfs_info_unset[] = {
539 /* the few simple ones we can get from the mount struct */
David Chinnera67d7c52007-11-23 16:29:32 +1100540 { XFS_MOUNT_COMPAT_IOSIZE, "," MNTOPT_LARGEIO },
541 { XFS_MOUNT_BARRIER, "," MNTOPT_NOBARRIER },
542 { XFS_MOUNT_SMALL_INUMS, "," MNTOPT_64BITINODE },
543 { 0, NULL }
544 };
545 struct proc_xfs_info *xfs_infop;
546
547 for (xfs_infop = xfs_info_set; xfs_infop->flag; xfs_infop++) {
548 if (mp->m_flags & xfs_infop->flag)
549 seq_puts(m, xfs_infop->str);
550 }
551 for (xfs_infop = xfs_info_unset; xfs_infop->flag; xfs_infop++) {
552 if (!(mp->m_flags & xfs_infop->flag))
553 seq_puts(m, xfs_infop->str);
554 }
555
556 if (mp->m_flags & XFS_MOUNT_DFLT_IOSIZE)
557 seq_printf(m, "," MNTOPT_ALLOCSIZE "=%dk",
558 (int)(1 << mp->m_writeio_log) >> 10);
559
560 if (mp->m_logbufs > 0)
561 seq_printf(m, "," MNTOPT_LOGBUFS "=%d", mp->m_logbufs);
562 if (mp->m_logbsize > 0)
563 seq_printf(m, "," MNTOPT_LOGBSIZE "=%dk", mp->m_logbsize >> 10);
564
565 if (mp->m_logname)
566 seq_printf(m, "," MNTOPT_LOGDEV "=%s", mp->m_logname);
567 if (mp->m_rtname)
568 seq_printf(m, "," MNTOPT_RTDEV "=%s", mp->m_rtname);
569
570 if (mp->m_dalign > 0)
571 seq_printf(m, "," MNTOPT_SUNIT "=%d",
572 (int)XFS_FSB_TO_BB(mp, mp->m_dalign));
573 if (mp->m_swidth > 0)
574 seq_printf(m, "," MNTOPT_SWIDTH "=%d",
575 (int)XFS_FSB_TO_BB(mp, mp->m_swidth));
576
577 if (mp->m_qflags & (XFS_UQUOTA_ACCT|XFS_UQUOTA_ENFD))
578 seq_puts(m, "," MNTOPT_USRQUOTA);
579 else if (mp->m_qflags & XFS_UQUOTA_ACCT)
580 seq_puts(m, "," MNTOPT_UQUOTANOENF);
581
582 if (mp->m_qflags & (XFS_PQUOTA_ACCT|XFS_OQUOTA_ENFD))
583 seq_puts(m, "," MNTOPT_PRJQUOTA);
584 else if (mp->m_qflags & XFS_PQUOTA_ACCT)
585 seq_puts(m, "," MNTOPT_PQUOTANOENF);
586
587 if (mp->m_qflags & (XFS_GQUOTA_ACCT|XFS_OQUOTA_ENFD))
588 seq_puts(m, "," MNTOPT_GRPQUOTA);
589 else if (mp->m_qflags & XFS_GQUOTA_ACCT)
590 seq_puts(m, "," MNTOPT_GQUOTANOENF);
591
592 if (!(mp->m_qflags & XFS_ALL_QUOTA_ACCT))
593 seq_puts(m, "," MNTOPT_NOQUOTA);
594
595 return 0;
596}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597__uint64_t
598xfs_max_file_offset(
599 unsigned int blockshift)
600{
601 unsigned int pagefactor = 1;
602 unsigned int bitshift = BITS_PER_LONG - 1;
603
604 /* Figure out maximum filesize, on Linux this can depend on
605 * the filesystem blocksize (on 32 bit platforms).
606 * __block_prepare_write does this in an [unsigned] long...
607 * page->index << (PAGE_CACHE_SHIFT - bbits)
608 * So, for page sized blocks (4K on 32 bit platforms),
609 * this wraps at around 8Tb (hence MAX_LFS_FILESIZE which is
610 * (((u64)PAGE_CACHE_SIZE << (BITS_PER_LONG-1))-1)
611 * but for smaller blocksizes it is less (bbits = log2 bsize).
612 * Note1: get_block_t takes a long (implicit cast from above)
613 * Note2: The Large Block Device (LBD and HAVE_SECTOR_T) patch
614 * can optionally convert the [unsigned] long from above into
615 * an [unsigned] long long.
616 */
617
618#if BITS_PER_LONG == 32
Bartlomiej Zolnierkiewicz90c699a2009-06-19 08:08:50 +0200619# if defined(CONFIG_LBDAF)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620 ASSERT(sizeof(sector_t) == 8);
621 pagefactor = PAGE_CACHE_SIZE;
622 bitshift = BITS_PER_LONG;
623# else
624 pagefactor = PAGE_CACHE_SIZE >> (PAGE_CACHE_SHIFT - blockshift);
625# endif
626#endif
627
628 return (((__uint64_t)pagefactor) << bitshift) - 1;
629}
630
Hannes Eder3180e662009-03-04 19:34:10 +0100631STATIC int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632xfs_blkdev_get(
633 xfs_mount_t *mp,
634 const char *name,
635 struct block_device **bdevp)
636{
637 int error = 0;
638
Al Viro30c40d22008-02-22 19:50:45 -0500639 *bdevp = open_bdev_exclusive(name, FMODE_READ|FMODE_WRITE, mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640 if (IS_ERR(*bdevp)) {
641 error = PTR_ERR(*bdevp);
642 printk("XFS: Invalid device [%s], error=%d\n", name, error);
643 }
644
645 return -error;
646}
647
Hannes Eder3180e662009-03-04 19:34:10 +0100648STATIC void
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649xfs_blkdev_put(
650 struct block_device *bdev)
651{
652 if (bdev)
Al Viro30c40d22008-02-22 19:50:45 -0500653 close_bdev_exclusive(bdev, FMODE_READ|FMODE_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654}
655
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100656/*
657 * Try to write out the superblock using barriers.
658 */
659STATIC int
660xfs_barrier_test(
661 xfs_mount_t *mp)
662{
663 xfs_buf_t *sbp = xfs_getsb(mp, 0);
664 int error;
665
666 XFS_BUF_UNDONE(sbp);
667 XFS_BUF_UNREAD(sbp);
668 XFS_BUF_UNDELAYWRITE(sbp);
669 XFS_BUF_WRITE(sbp);
670 XFS_BUF_UNASYNC(sbp);
671 XFS_BUF_ORDERED(sbp);
672
673 xfsbdstrat(mp, sbp);
674 error = xfs_iowait(sbp);
675
676 /*
677 * Clear all the flags we set and possible error state in the
678 * buffer. We only did the write to try out whether barriers
679 * worked and shouldn't leave any traces in the superblock
680 * buffer.
681 */
682 XFS_BUF_DONE(sbp);
683 XFS_BUF_ERROR(sbp, 0);
684 XFS_BUF_UNORDERED(sbp);
685
686 xfs_buf_relse(sbp);
687 return error;
688}
689
690void
691xfs_mountfs_check_barriers(xfs_mount_t *mp)
692{
693 int error;
694
695 if (mp->m_logdev_targp != mp->m_ddev_targp) {
696 xfs_fs_cmn_err(CE_NOTE, mp,
697 "Disabling barriers, not supported with external log device");
698 mp->m_flags &= ~XFS_MOUNT_BARRIER;
Christoph Hellwig4ef19dd2006-01-11 15:27:18 +1100699 return;
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100700 }
701
Nathan Scottb2ea4012006-07-28 17:05:13 +1000702 if (xfs_readonly_buftarg(mp->m_ddev_targp)) {
703 xfs_fs_cmn_err(CE_NOTE, mp,
704 "Disabling barriers, underlying device is readonly");
705 mp->m_flags &= ~XFS_MOUNT_BARRIER;
706 return;
707 }
708
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100709 error = xfs_barrier_test(mp);
710 if (error) {
711 xfs_fs_cmn_err(CE_NOTE, mp,
712 "Disabling barriers, trial barrier write failed");
713 mp->m_flags &= ~XFS_MOUNT_BARRIER;
Christoph Hellwig4ef19dd2006-01-11 15:27:18 +1100714 return;
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100715 }
716}
717
718void
719xfs_blkdev_issue_flush(
720 xfs_buftarg_t *buftarg)
721{
Nathan Scottce8e9222006-01-11 15:39:08 +1100722 blkdev_issue_flush(buftarg->bt_bdev, NULL);
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100723}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700724
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000725STATIC void
726xfs_close_devices(
727 struct xfs_mount *mp)
728{
729 if (mp->m_logdev_targp && mp->m_logdev_targp != mp->m_ddev_targp) {
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000730 struct block_device *logdev = mp->m_logdev_targp->bt_bdev;
Christoph Hellwigb7963132009-03-03 14:48:37 -0500731 xfs_free_buftarg(mp, mp->m_logdev_targp);
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000732 xfs_blkdev_put(logdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000733 }
734 if (mp->m_rtdev_targp) {
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000735 struct block_device *rtdev = mp->m_rtdev_targp->bt_bdev;
Christoph Hellwigb7963132009-03-03 14:48:37 -0500736 xfs_free_buftarg(mp, mp->m_rtdev_targp);
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000737 xfs_blkdev_put(rtdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000738 }
Christoph Hellwigb7963132009-03-03 14:48:37 -0500739 xfs_free_buftarg(mp, mp->m_ddev_targp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000740}
741
742/*
743 * The file system configurations are:
744 * (1) device (partition) with data and internal log
745 * (2) logical volume with data and log subvolumes.
746 * (3) logical volume with data, log, and realtime subvolumes.
747 *
748 * We only have to handle opening the log and realtime volumes here if
749 * they are present. The data subvolume has already been opened by
750 * get_sb_bdev() and is stored in sb->s_bdev.
751 */
752STATIC int
753xfs_open_devices(
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100754 struct xfs_mount *mp)
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000755{
756 struct block_device *ddev = mp->m_super->s_bdev;
757 struct block_device *logdev = NULL, *rtdev = NULL;
758 int error;
759
760 /*
761 * Open real time and log devices - order is important.
762 */
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100763 if (mp->m_logname) {
764 error = xfs_blkdev_get(mp, mp->m_logname, &logdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000765 if (error)
766 goto out;
767 }
768
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100769 if (mp->m_rtname) {
770 error = xfs_blkdev_get(mp, mp->m_rtname, &rtdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000771 if (error)
772 goto out_close_logdev;
773
774 if (rtdev == ddev || rtdev == logdev) {
775 cmn_err(CE_WARN,
776 "XFS: Cannot mount filesystem with identical rtdev and ddev/logdev.");
777 error = EINVAL;
778 goto out_close_rtdev;
779 }
780 }
781
782 /*
783 * Setup xfs_mount buffer target pointers
784 */
785 error = ENOMEM;
786 mp->m_ddev_targp = xfs_alloc_buftarg(ddev, 0);
787 if (!mp->m_ddev_targp)
788 goto out_close_rtdev;
789
790 if (rtdev) {
791 mp->m_rtdev_targp = xfs_alloc_buftarg(rtdev, 1);
792 if (!mp->m_rtdev_targp)
793 goto out_free_ddev_targ;
794 }
795
796 if (logdev && logdev != ddev) {
797 mp->m_logdev_targp = xfs_alloc_buftarg(logdev, 1);
798 if (!mp->m_logdev_targp)
799 goto out_free_rtdev_targ;
800 } else {
801 mp->m_logdev_targp = mp->m_ddev_targp;
802 }
803
804 return 0;
805
806 out_free_rtdev_targ:
807 if (mp->m_rtdev_targp)
Christoph Hellwigb7963132009-03-03 14:48:37 -0500808 xfs_free_buftarg(mp, mp->m_rtdev_targp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000809 out_free_ddev_targ:
Christoph Hellwigb7963132009-03-03 14:48:37 -0500810 xfs_free_buftarg(mp, mp->m_ddev_targp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000811 out_close_rtdev:
812 if (rtdev)
813 xfs_blkdev_put(rtdev);
814 out_close_logdev:
815 if (logdev && logdev != ddev)
816 xfs_blkdev_put(logdev);
817 out:
818 return error;
819}
820
Christoph Hellwige34b5622008-05-20 15:10:36 +1000821/*
822 * Setup xfs_mount buffer target pointers based on superblock
823 */
824STATIC int
825xfs_setup_devices(
826 struct xfs_mount *mp)
827{
828 int error;
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000829
Christoph Hellwige34b5622008-05-20 15:10:36 +1000830 error = xfs_setsize_buftarg(mp->m_ddev_targp, mp->m_sb.sb_blocksize,
831 mp->m_sb.sb_sectsize);
832 if (error)
833 return error;
834
835 if (mp->m_logdev_targp && mp->m_logdev_targp != mp->m_ddev_targp) {
836 unsigned int log_sector_size = BBSIZE;
837
838 if (xfs_sb_version_hassector(&mp->m_sb))
839 log_sector_size = mp->m_sb.sb_logsectsize;
840 error = xfs_setsize_buftarg(mp->m_logdev_targp,
841 mp->m_sb.sb_blocksize,
842 log_sector_size);
843 if (error)
844 return error;
845 }
846 if (mp->m_rtdev_targp) {
847 error = xfs_setsize_buftarg(mp->m_rtdev_targp,
848 mp->m_sb.sb_blocksize,
849 mp->m_sb.sb_sectsize);
850 if (error)
851 return error;
852 }
853
854 return 0;
855}
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000856
David Chinner249a8c12008-02-05 12:13:32 +1100857/*
858 * XFS AIL push thread support
859 */
860void
861xfsaild_wakeup(
David Chinner82fa9012008-10-30 17:38:26 +1100862 struct xfs_ail *ailp,
David Chinner249a8c12008-02-05 12:13:32 +1100863 xfs_lsn_t threshold_lsn)
864{
David Chinner82fa9012008-10-30 17:38:26 +1100865 ailp->xa_target = threshold_lsn;
866 wake_up_process(ailp->xa_task);
David Chinner249a8c12008-02-05 12:13:32 +1100867}
868
Hannes Eder3180e662009-03-04 19:34:10 +0100869STATIC int
David Chinner249a8c12008-02-05 12:13:32 +1100870xfsaild(
871 void *data)
872{
David Chinner82fa9012008-10-30 17:38:26 +1100873 struct xfs_ail *ailp = data;
David Chinner249a8c12008-02-05 12:13:32 +1100874 xfs_lsn_t last_pushed_lsn = 0;
875 long tout = 0;
876
877 while (!kthread_should_stop()) {
878 if (tout)
879 schedule_timeout_interruptible(msecs_to_jiffies(tout));
880 tout = 1000;
881
882 /* swsusp */
883 try_to_freeze();
884
David Chinner82fa9012008-10-30 17:38:26 +1100885 ASSERT(ailp->xa_mount->m_log);
886 if (XFS_FORCED_SHUTDOWN(ailp->xa_mount))
David Chinner249a8c12008-02-05 12:13:32 +1100887 continue;
888
David Chinner82fa9012008-10-30 17:38:26 +1100889 tout = xfsaild_push(ailp, &last_pushed_lsn);
David Chinner249a8c12008-02-05 12:13:32 +1100890 }
891
892 return 0;
893} /* xfsaild */
894
895int
896xfsaild_start(
David Chinner82fa9012008-10-30 17:38:26 +1100897 struct xfs_ail *ailp)
David Chinner249a8c12008-02-05 12:13:32 +1100898{
David Chinner82fa9012008-10-30 17:38:26 +1100899 ailp->xa_target = 0;
900 ailp->xa_task = kthread_run(xfsaild, ailp, "xfsaild");
901 if (IS_ERR(ailp->xa_task))
902 return -PTR_ERR(ailp->xa_task);
David Chinner249a8c12008-02-05 12:13:32 +1100903 return 0;
904}
905
906void
907xfsaild_stop(
David Chinner82fa9012008-10-30 17:38:26 +1100908 struct xfs_ail *ailp)
David Chinner249a8c12008-02-05 12:13:32 +1100909{
David Chinner82fa9012008-10-30 17:38:26 +1100910 kthread_stop(ailp->xa_task);
David Chinner249a8c12008-02-05 12:13:32 +1100911}
912
913
David Chinnerbf904242008-10-30 17:36:14 +1100914/* Catch misguided souls that try to use this interface on XFS */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915STATIC struct inode *
Nathan Scotta50cd262006-03-14 14:06:18 +1100916xfs_fs_alloc_inode(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917 struct super_block *sb)
918{
David Chinnerbf904242008-10-30 17:36:14 +1100919 BUG();
Lachlan McIlroy493dca62008-10-30 17:36:52 +1100920 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921}
922
David Chinnerbf904242008-10-30 17:36:14 +1100923/*
David Chinner99fa8cb2008-10-30 17:36:40 +1100924 * Now that the generic code is guaranteed not to be accessing
925 * the linux inode, we can reclaim the inode.
David Chinnerbf904242008-10-30 17:36:14 +1100926 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927STATIC void
Nathan Scotta50cd262006-03-14 14:06:18 +1100928xfs_fs_destroy_inode(
David Chinnerbf904242008-10-30 17:36:14 +1100929 struct inode *inode)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700930{
David Chinner99fa8cb2008-10-30 17:36:40 +1100931 xfs_inode_t *ip = XFS_I(inode);
932
933 XFS_STATS_INC(vn_reclaim);
934 if (xfs_reclaim(ip))
935 panic("%s: cannot reclaim 0x%p\n", __func__, inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936}
937
David Chinner07c8f672008-10-30 16:11:59 +1100938/*
939 * Slab object creation initialisation for the XFS inode.
940 * This covers only the idempotent fields in the XFS inode;
941 * all other fields need to be initialised on allocation
942 * from the slab. This avoids the need to repeatedly intialise
943 * fields in the xfs inode that left in the initialise state
944 * when freeing the inode.
945 */
David Chinnerbf904242008-10-30 17:36:14 +1100946STATIC void
947xfs_fs_inode_init_once(
David Chinner07c8f672008-10-30 16:11:59 +1100948 void *inode)
949{
950 struct xfs_inode *ip = inode;
951
952 memset(ip, 0, sizeof(struct xfs_inode));
David Chinnerbf904242008-10-30 17:36:14 +1100953
954 /* vfs inode */
955 inode_init_once(VFS_I(ip));
956
957 /* xfs inode */
David Chinner07c8f672008-10-30 16:11:59 +1100958 atomic_set(&ip->i_iocount, 0);
959 atomic_set(&ip->i_pincount, 0);
960 spin_lock_init(&ip->i_flags_lock);
David Chinner07c8f672008-10-30 16:11:59 +1100961 init_waitqueue_head(&ip->i_ipin_wait);
962 /*
963 * Because we want to use a counting completion, complete
964 * the flush completion once to allow a single access to
965 * the flush completion without blocking.
966 */
967 init_completion(&ip->i_flush);
968 complete(&ip->i_flush);
969
970 mrlock_init(&ip->i_lock, MRLOCK_ALLOW_EQUAL_PRI|MRLOCK_BARRIER,
971 "xfsino", ip->i_ino);
972 mrlock_init(&ip->i_iolock, MRLOCK_BARRIER, "xfsio", ip->i_ino);
973}
974
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975/*
976 * Attempt to flush the inode, this will actually fail
977 * if the inode is pinned, but we dirty the inode again
978 * at the point when it is unpinned after a log write,
Nathan Scott87582802006-03-14 13:18:19 +1100979 * since this is when the inode itself becomes flushable.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980 */
981STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +1100982xfs_fs_write_inode(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983 struct inode *inode,
984 int sync)
985{
Dave Chinner2e656092008-11-28 14:23:33 +1100986 struct xfs_inode *ip = XFS_I(inode);
Christoph Hellwigd4bb6d02009-02-04 09:36:19 +0100987 struct xfs_mount *mp = ip->i_mount;
David Chinnera3f74ff2008-03-06 13:43:42 +1100988 int error = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989
Dave Chinner2e656092008-11-28 14:23:33 +1100990 xfs_itrace_entry(ip);
Christoph Hellwigd4bb6d02009-02-04 09:36:19 +0100991
992 if (XFS_FORCED_SHUTDOWN(mp))
993 return XFS_ERROR(EIO);
994
Christoph Hellwig739bfb22007-08-29 10:58:01 +1000995 if (sync) {
Dave Chinner2e656092008-11-28 14:23:33 +1100996 error = xfs_wait_on_pages(ip, 0, -1);
997 if (error)
Christoph Hellwigd4bb6d02009-02-04 09:36:19 +0100998 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700999 }
Dave Chinner2e656092008-11-28 14:23:33 +11001000
Christoph Hellwigd4bb6d02009-02-04 09:36:19 +01001001 /*
1002 * Bypass inodes which have already been cleaned by
1003 * the inode flush clustering code inside xfs_iflush
1004 */
1005 if (xfs_inode_clean(ip))
1006 goto out;
1007
1008 /*
1009 * We make this non-blocking if the inode is contended, return
1010 * EAGAIN to indicate to the caller that they did not succeed.
1011 * This prevents the flush path from blocking on inodes inside
1012 * another operation right now, they get caught later by xfs_sync.
1013 */
1014 if (sync) {
1015 xfs_ilock(ip, XFS_ILOCK_SHARED);
1016 xfs_iflock(ip);
1017
1018 error = xfs_iflush(ip, XFS_IFLUSH_SYNC);
1019 } else {
1020 error = EAGAIN;
1021 if (!xfs_ilock_nowait(ip, XFS_ILOCK_SHARED))
1022 goto out;
1023 if (xfs_ipincount(ip) || !xfs_iflock_nowait(ip))
1024 goto out_unlock;
1025
1026 error = xfs_iflush(ip, XFS_IFLUSH_ASYNC_NOBLOCK);
1027 }
1028
1029 out_unlock:
1030 xfs_iunlock(ip, XFS_ILOCK_SHARED);
1031 out:
Lachlan McIlroye893bff2007-10-12 11:13:35 +10001032 /*
1033 * if we failed to write out the inode then mark
1034 * it dirty again so we'll try again later.
1035 */
1036 if (error)
Dave Chinner2e656092008-11-28 14:23:33 +11001037 xfs_mark_inode_dirty_sync(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038 return -error;
1039}
1040
1041STATIC void
Nathan Scotta50cd262006-03-14 14:06:18 +11001042xfs_fs_clear_inode(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043 struct inode *inode)
1044{
Christoph Hellwig1543d792007-08-29 11:46:47 +10001045 xfs_inode_t *ip = XFS_I(inode);
Christoph Hellwig56d433e2005-09-05 08:23:54 +10001046
David Chinner99fa8cb2008-10-30 17:36:40 +11001047 xfs_itrace_entry(ip);
1048 XFS_STATS_INC(vn_rele);
1049 XFS_STATS_INC(vn_remove);
1050 XFS_STATS_DEC(vn_active);
Christoph Hellwig56d433e2005-09-05 08:23:54 +10001051
David Chinner99fa8cb2008-10-30 17:36:40 +11001052 xfs_inactive(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053}
1054
Linus Torvalds1da177e2005-04-16 15:20:36 -07001055STATIC void
Christoph Hellwiga7381592008-08-13 16:04:05 +10001056xfs_free_fsname(
1057 struct xfs_mount *mp)
1058{
1059 kfree(mp->m_fsname);
1060 kfree(mp->m_rtname);
1061 kfree(mp->m_logname);
1062}
1063
1064STATIC void
Nathan Scotta50cd262006-03-14 14:06:18 +11001065xfs_fs_put_super(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066 struct super_block *sb)
1067{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001068 struct xfs_mount *mp = XFS_M(sb);
Christoph Hellwige48ad312008-05-20 11:30:52 +10001069 struct xfs_inode *rip = mp->m_rootip;
1070 int unmount_event_flags = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001071
David Chinnera167b172008-10-30 17:06:18 +11001072 xfs_syncd_stop(mp);
Christoph Hellwig075fe102009-06-08 15:35:48 +02001073
1074 if (!(sb->s_flags & MS_RDONLY)) {
1075 /*
1076 * XXX(hch): this should be SYNC_WAIT.
1077 *
1078 * Or more likely not needed at all because the VFS is already
1079 * calling ->sync_fs after shutting down all filestem
1080 * operations and just before calling ->put_super.
1081 */
1082 xfs_sync_data(mp, 0);
1083 xfs_sync_attr(mp, 0);
1084 }
Christoph Hellwige48ad312008-05-20 11:30:52 +10001085
1086#ifdef HAVE_DMAPI
1087 if (mp->m_flags & XFS_MOUNT_DMAPI) {
1088 unmount_event_flags =
1089 (mp->m_dmevmask & (1 << DM_EVENT_UNMOUNT)) ?
1090 0 : DM_FLAGS_UNWANTED;
1091 /*
1092 * Ignore error from dmapi here, first unmount is not allowed
1093 * to fail anyway, and second we wouldn't want to fail a
1094 * unmount because of dmapi.
1095 */
1096 XFS_SEND_PREUNMOUNT(mp, rip, DM_RIGHT_NULL, rip, DM_RIGHT_NULL,
1097 NULL, NULL, 0, 0, unmount_event_flags);
1098 }
1099#endif
1100
1101 /*
1102 * Blow away any referenced inode in the filestreams cache.
1103 * This can and will cause log traffic as inodes go inactive
1104 * here.
1105 */
1106 xfs_filestream_unmount(mp);
1107
1108 XFS_bflush(mp->m_ddev_targp);
Christoph Hellwige48ad312008-05-20 11:30:52 +10001109
Christoph Hellwige48ad312008-05-20 11:30:52 +10001110 if (mp->m_flags & XFS_MOUNT_DMAPI) {
1111 XFS_SEND_UNMOUNT(mp, rip, DM_RIGHT_NULL, 0, 0,
1112 unmount_event_flags);
1113 }
1114
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001115 xfs_unmountfs(mp);
Christoph Hellwig62033002008-08-13 16:50:21 +10001116 xfs_freesb(mp);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001117 xfs_icsb_destroy_counters(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001118 xfs_close_devices(mp);
Christoph Hellwige48ad312008-05-20 11:30:52 +10001119 xfs_dmops_put(mp);
Christoph Hellwiga7381592008-08-13 16:04:05 +10001120 xfs_free_fsname(mp);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001121 kfree(mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122}
1123
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001125xfs_fs_sync_super(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126 struct super_block *sb,
1127 int wait)
1128{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001129 struct xfs_mount *mp = XFS_M(sb);
Nathan Scottb83bd132006-06-09 16:48:30 +10001130 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131
Lachlan McIlroye893bff2007-10-12 11:13:35 +10001132 /*
1133 * Treat a sync operation like a freeze. This is to work
1134 * around a race in sync_inodes() which works in two phases
1135 * - an asynchronous flush, which can write out an inode
1136 * without waiting for file size updates to complete, and a
1137 * synchronous flush, which wont do anything because the
1138 * async flush removed the inode's dirty flag. Also
1139 * sync_inodes() will not see any files that just have
1140 * outstanding transactions to be flushed because we don't
1141 * dirty the Linux inode until after the transaction I/O
1142 * completes.
1143 */
David Chinnere9f1c6e2008-10-30 17:15:50 +11001144 if (wait || unlikely(sb->s_frozen == SB_FREEZE_WRITE))
1145 error = xfs_quiesce_data(mp);
1146 else
1147 error = xfs_sync_fsdata(mp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148
1149 if (unlikely(laptop_mode)) {
Christoph Hellwig74394492007-08-30 17:21:22 +10001150 int prev_sync_seq = mp->m_sync_seq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001151
1152 /*
1153 * The disk must be active because we're syncing.
1154 * We schedule xfssyncd now (now that the disk is
1155 * active) instead of later (when it might not be).
1156 */
Christoph Hellwig74394492007-08-30 17:21:22 +10001157 wake_up_process(mp->m_sync_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158 /*
1159 * We have to wait for the sync iteration to complete.
1160 * If we don't, the disk activity caused by the sync
1161 * will come after the sync is completed, and that
1162 * triggers another sync from laptop mode.
1163 */
Christoph Hellwig74394492007-08-30 17:21:22 +10001164 wait_event(mp->m_wait_single_sync_task,
1165 mp->m_sync_seq != prev_sync_seq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166 }
1167
1168 return -error;
1169}
1170
1171STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001172xfs_fs_statfs(
David Howells726c3342006-06-23 02:02:58 -07001173 struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174 struct kstatfs *statp)
1175{
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001176 struct xfs_mount *mp = XFS_M(dentry->d_sb);
1177 xfs_sb_t *sbp = &mp->m_sb;
Christoph Hellwig7d095252009-06-08 15:33:32 +02001178 struct xfs_inode *ip = XFS_I(dentry->d_inode);
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001179 __uint64_t fakeinos, id;
1180 xfs_extlen_t lsize;
1181
1182 statp->f_type = XFS_SB_MAGIC;
1183 statp->f_namelen = MAXNAMELEN - 1;
1184
1185 id = huge_encode_dev(mp->m_ddev_targp->bt_dev);
1186 statp->f_fsid.val[0] = (u32)id;
1187 statp->f_fsid.val[1] = (u32)(id >> 32);
1188
Christoph Hellwigd4d90b52008-04-22 17:34:37 +10001189 xfs_icsb_sync_counters(mp, XFS_ICSB_LAZY_COUNT);
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001190
1191 spin_lock(&mp->m_sb_lock);
1192 statp->f_bsize = sbp->sb_blocksize;
1193 lsize = sbp->sb_logstart ? sbp->sb_logblocks : 0;
1194 statp->f_blocks = sbp->sb_dblocks - lsize;
1195 statp->f_bfree = statp->f_bavail =
1196 sbp->sb_fdblocks - XFS_ALLOC_SET_ASIDE(mp);
1197 fakeinos = statp->f_bfree << sbp->sb_inopblog;
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001198 statp->f_files =
1199 MIN(sbp->sb_icount + fakeinos, (__uint64_t)XFS_MAXINUMBER);
1200 if (mp->m_maxicount)
Christoph Hellwiga19d9f82009-03-29 09:51:08 +02001201 statp->f_files = min_t(typeof(statp->f_files),
1202 statp->f_files,
1203 mp->m_maxicount);
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001204 statp->f_ffree = statp->f_files - (sbp->sb_icount - sbp->sb_ifree);
1205 spin_unlock(&mp->m_sb_lock);
1206
Christoph Hellwig7d095252009-06-08 15:33:32 +02001207 if ((ip->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) ||
1208 ((mp->m_qflags & (XFS_PQUOTA_ACCT|XFS_OQUOTA_ENFD))) ==
1209 (XFS_PQUOTA_ACCT|XFS_OQUOTA_ENFD))
1210 xfs_qm_statvfs(ip, statp);
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001211 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212}
1213
1214STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001215xfs_fs_remount(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216 struct super_block *sb,
1217 int *flags,
1218 char *options)
1219{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001220 struct xfs_mount *mp = XFS_M(sb);
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001221 substring_t args[MAX_OPT_ARGS];
1222 char *p;
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001223 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001225 while ((p = strsep(&options, ",")) != NULL) {
1226 int token;
Christoph Hellwigbdd907b2008-05-20 15:10:44 +10001227
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001228 if (!*p)
1229 continue;
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001230
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001231 token = match_token(p, tokens, args);
1232 switch (token) {
1233 case Opt_barrier:
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001234 mp->m_flags |= XFS_MOUNT_BARRIER;
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001235
1236 /*
1237 * Test if barriers are actually working if we can,
1238 * else delay this check until the filesystem is
1239 * marked writeable.
1240 */
1241 if (!(mp->m_flags & XFS_MOUNT_RDONLY))
1242 xfs_mountfs_check_barriers(mp);
1243 break;
1244 case Opt_nobarrier:
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001245 mp->m_flags &= ~XFS_MOUNT_BARRIER;
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001246 break;
1247 default:
Christoph Hellwig6efdf282008-09-17 16:49:33 +10001248 /*
1249 * Logically we would return an error here to prevent
1250 * users from believing they might have changed
1251 * mount options using remount which can't be changed.
1252 *
1253 * But unfortunately mount(8) adds all options from
1254 * mtab and fstab to the mount arguments in some cases
1255 * so we can't blindly reject options, but have to
1256 * check for each specified option if it actually
1257 * differs from the currently set option and only
1258 * reject it if that's the case.
1259 *
1260 * Until that is implemented we return success for
1261 * every remount request, and silently ignore all
1262 * options that we can't actually change.
1263 */
1264#if 0
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001265 printk(KERN_INFO
1266 "XFS: mount option \"%s\" not supported for remount\n", p);
1267 return -EINVAL;
Christoph Hellwig6efdf282008-09-17 16:49:33 +10001268#else
Christoph Hellwig6c5e51d2008-10-12 14:30:44 +02001269 break;
Christoph Hellwig6efdf282008-09-17 16:49:33 +10001270#endif
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001271 }
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001272 }
1273
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001274 /* ro -> rw */
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001275 if ((mp->m_flags & XFS_MOUNT_RDONLY) && !(*flags & MS_RDONLY)) {
1276 mp->m_flags &= ~XFS_MOUNT_RDONLY;
1277 if (mp->m_flags & XFS_MOUNT_BARRIER)
1278 xfs_mountfs_check_barriers(mp);
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001279
1280 /*
1281 * If this is the first remount to writeable state we
1282 * might have some superblock changes to update.
1283 */
1284 if (mp->m_update_flags) {
1285 error = xfs_mount_log_sb(mp, mp->m_update_flags);
1286 if (error) {
1287 cmn_err(CE_WARN,
1288 "XFS: failed to write sb changes");
1289 return error;
1290 }
1291 mp->m_update_flags = 0;
1292 }
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001293 }
1294
1295 /* rw -> ro */
1296 if (!(mp->m_flags & XFS_MOUNT_RDONLY) && (*flags & MS_RDONLY)) {
David Chinnere9f1c6e2008-10-30 17:15:50 +11001297 xfs_quiesce_data(mp);
David Chinner76bf1052008-10-30 17:16:21 +11001298 xfs_quiesce_attr(mp);
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001299 mp->m_flags |= XFS_MOUNT_RDONLY;
1300 }
1301
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001302 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303}
1304
Christoph Hellwig9909c4a2007-10-11 18:11:14 +10001305/*
1306 * Second stage of a freeze. The data is already frozen so we only
David Chinner76bf1052008-10-30 17:16:21 +11001307 * need to take care of the metadata. Once that's done write a dummy
Christoph Hellwig9909c4a2007-10-11 18:11:14 +10001308 * record to dirty the log in case of a crash while frozen.
1309 */
Takashi Satoc4be0c12009-01-09 16:40:58 -08001310STATIC int
1311xfs_fs_freeze(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312 struct super_block *sb)
1313{
Christoph Hellwig9909c4a2007-10-11 18:11:14 +10001314 struct xfs_mount *mp = XFS_M(sb);
1315
David Chinner76bf1052008-10-30 17:16:21 +11001316 xfs_quiesce_attr(mp);
Takashi Satoc4be0c12009-01-09 16:40:58 -08001317 return -xfs_fs_log_dummy(mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318}
1319
1320STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001321xfs_fs_show_options(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322 struct seq_file *m,
1323 struct vfsmount *mnt)
1324{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001325 return -xfs_showargs(XFS_M(mnt->mnt_sb), m);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326}
1327
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001328/*
1329 * This function fills in xfs_mount_t fields based on mount args.
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001330 * Note: the superblock _has_ now been read in.
1331 */
1332STATIC int
1333xfs_finish_flags(
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001334 struct xfs_mount *mp)
1335{
1336 int ronly = (mp->m_flags & XFS_MOUNT_RDONLY);
1337
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02001338 /* Fail a mount where the logbuf is smaller than the log stripe */
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001339 if (xfs_sb_version_haslogv2(&mp->m_sb)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001340 if (mp->m_logbsize <= 0 &&
1341 mp->m_sb.sb_logsunit > XLOG_BIG_RECORD_BSIZE) {
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001342 mp->m_logbsize = mp->m_sb.sb_logsunit;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001343 } else if (mp->m_logbsize > 0 &&
1344 mp->m_logbsize < mp->m_sb.sb_logsunit) {
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001345 cmn_err(CE_WARN,
1346 "XFS: logbuf size must be greater than or equal to log stripe size");
1347 return XFS_ERROR(EINVAL);
1348 }
1349 } else {
1350 /* Fail a mount if the logbuf is larger than 32K */
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001351 if (mp->m_logbsize > XLOG_BIG_RECORD_BSIZE) {
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001352 cmn_err(CE_WARN,
1353 "XFS: logbuf size for version 1 logs must be 16K or 32K");
1354 return XFS_ERROR(EINVAL);
1355 }
1356 }
1357
1358 /*
1359 * mkfs'ed attr2 will turn on attr2 mount unless explicitly
1360 * told by noattr2 to turn it off
1361 */
1362 if (xfs_sb_version_hasattr2(&mp->m_sb) &&
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001363 !(mp->m_flags & XFS_MOUNT_NOATTR2))
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001364 mp->m_flags |= XFS_MOUNT_ATTR2;
1365
1366 /*
1367 * prohibit r/w mounts of read-only filesystems
1368 */
1369 if ((mp->m_sb.sb_flags & XFS_SBF_READONLY) && !ronly) {
1370 cmn_err(CE_WARN,
1371 "XFS: cannot mount a read-only filesystem as read-write");
1372 return XFS_ERROR(EROFS);
1373 }
1374
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001375 return 0;
1376}
1377
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001379xfs_fs_fill_super(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380 struct super_block *sb,
1381 void *data,
1382 int silent)
1383{
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001384 struct inode *root;
Christoph Hellwig745f6912007-08-30 17:20:39 +10001385 struct xfs_mount *mp = NULL;
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001386 int flags = 0, error = ENOMEM;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001387 char *mtpt = NULL;
Christoph Hellwigbdd907b2008-05-20 15:10:44 +10001388
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001389 mp = kzalloc(sizeof(struct xfs_mount), GFP_KERNEL);
1390 if (!mp)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001391 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001392
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001393 spin_lock_init(&mp->m_sb_lock);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001394 mutex_init(&mp->m_growlock);
1395 atomic_set(&mp->m_active_trans, 0);
Christoph Hellwig74394492007-08-30 17:21:22 +10001396 INIT_LIST_HEAD(&mp->m_sync_list);
1397 spin_lock_init(&mp->m_sync_lock);
1398 init_waitqueue_head(&mp->m_wait_single_sync_task);
1399
Christoph Hellwigb267ce92007-08-30 17:21:30 +10001400 mp->m_super = sb;
1401 sb->s_fs_info = mp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001402
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001403 error = xfs_parseargs(mp, (char *)data, &mtpt);
Christoph Hellwig745f6912007-08-30 17:20:39 +10001404 if (error)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001405 goto out_free_fsname;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001406
1407 sb_min_blocksize(sb, BBSIZE);
Lachlan McIlroy0ec58512008-06-23 13:23:01 +10001408 sb->s_xattr = xfs_xattr_handlers;
Nathan Scotta50cd262006-03-14 14:06:18 +11001409 sb->s_export_op = &xfs_export_operations;
Christoph Hellwigfcafb712009-02-09 08:47:34 +01001410#ifdef CONFIG_XFS_QUOTA
Nathan Scotta50cd262006-03-14 14:06:18 +11001411 sb->s_qcop = &xfs_quotactl_operations;
Christoph Hellwigfcafb712009-02-09 08:47:34 +01001412#endif
Nathan Scotta50cd262006-03-14 14:06:18 +11001413 sb->s_op = &xfs_super_operations;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001415 error = xfs_dmops_get(mp);
Christoph Hellwig745f6912007-08-30 17:20:39 +10001416 if (error)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001417 goto out_free_fsname;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001418
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001419 if (silent)
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001420 flags |= XFS_MFSI_QUIET;
1421
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001422 error = xfs_open_devices(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001423 if (error)
Christoph Hellwig7d095252009-06-08 15:33:32 +02001424 goto out_put_dmops;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001425
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001426 if (xfs_icsb_init_counters(mp))
1427 mp->m_flags |= XFS_MOUNT_NO_PERCPU_SB;
1428
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001429 error = xfs_readsb(mp, flags);
1430 if (error)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001431 goto out_destroy_counters;
1432
1433 error = xfs_finish_flags(mp);
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001434 if (error)
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001435 goto out_free_sb;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001436
Christoph Hellwige34b5622008-05-20 15:10:36 +10001437 error = xfs_setup_devices(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001438 if (error)
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001439 goto out_free_sb;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001440
1441 if (mp->m_flags & XFS_MOUNT_BARRIER)
1442 xfs_mountfs_check_barriers(mp);
1443
1444 error = xfs_filestream_mount(mp);
1445 if (error)
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001446 goto out_free_sb;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001447
Christoph Hellwig42490232008-08-13 16:49:32 +10001448 error = xfs_mountfs(mp);
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001449 if (error)
Christoph Hellwig120226c2008-05-20 15:11:11 +10001450 goto out_filestream_unmount;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001451
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001452 XFS_SEND_MOUNT(mp, DM_RIGHT_NULL, mtpt, mp->m_fsname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001454 sb->s_magic = XFS_SB_MAGIC;
1455 sb->s_blocksize = mp->m_sb.sb_blocksize;
1456 sb->s_blocksize_bits = ffs(sb->s_blocksize) - 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457 sb->s_maxbytes = xfs_max_file_offset(sb->s_blocksize_bits);
1458 sb->s_time_gran = 1;
1459 set_posix_acl_flag(sb);
1460
David Chinner01651642008-08-13 15:45:15 +10001461 root = igrab(VFS_I(mp->m_rootip));
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001462 if (!root) {
Christoph Hellwigcbc89dc2008-02-05 12:14:01 +11001463 error = ENOENT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464 goto fail_unmount;
Christoph Hellwigcbc89dc2008-02-05 12:14:01 +11001465 }
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001466 if (is_bad_inode(root)) {
1467 error = EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468 goto fail_vnrele;
1469 }
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001470 sb->s_root = d_alloc_root(root);
1471 if (!sb->s_root) {
1472 error = ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001473 goto fail_vnrele;
1474 }
Christoph Hellwig74394492007-08-30 17:21:22 +10001475
David Chinnera167b172008-10-30 17:06:18 +11001476 error = xfs_syncd_init(mp);
1477 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478 goto fail_vnrele;
Christoph Hellwig74394492007-08-30 17:21:22 +10001479
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001480 kfree(mtpt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001481
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001482 xfs_itrace_exit(XFS_I(sb->s_root->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483 return 0;
1484
Christoph Hellwig120226c2008-05-20 15:11:11 +10001485 out_filestream_unmount:
1486 xfs_filestream_unmount(mp);
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001487 out_free_sb:
1488 xfs_freesb(mp);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001489 out_destroy_counters:
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001490 xfs_icsb_destroy_counters(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001491 xfs_close_devices(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001492 out_put_dmops:
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001493 xfs_dmops_put(mp);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001494 out_free_fsname:
1495 xfs_free_fsname(mp);
1496 kfree(mtpt);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001497 kfree(mp);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001498 out:
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001499 return -error;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001500
1501 fail_vnrele:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502 if (sb->s_root) {
1503 dput(sb->s_root);
1504 sb->s_root = NULL;
1505 } else {
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001506 iput(root);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507 }
1508
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001509 fail_unmount:
Christoph Hellwige48ad312008-05-20 11:30:52 +10001510 /*
1511 * Blow away any referenced inode in the filestreams cache.
1512 * This can and will cause log traffic as inodes go inactive
1513 * here.
1514 */
1515 xfs_filestream_unmount(mp);
1516
1517 XFS_bflush(mp->m_ddev_targp);
Christoph Hellwige48ad312008-05-20 11:30:52 +10001518
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001519 xfs_unmountfs(mp);
Christoph Hellwig62033002008-08-13 16:50:21 +10001520 goto out_free_sb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521}
1522
David Howells454e2392006-06-23 02:02:57 -07001523STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001524xfs_fs_get_sb(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525 struct file_system_type *fs_type,
1526 int flags,
1527 const char *dev_name,
David Howells454e2392006-06-23 02:02:57 -07001528 void *data,
1529 struct vfsmount *mnt)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530{
David Howells454e2392006-06-23 02:02:57 -07001531 return get_sb_bdev(fs_type, flags, dev_name, data, xfs_fs_fill_super,
1532 mnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533}
1534
David Chinner7989cb82007-02-10 18:34:56 +11001535static struct super_operations xfs_super_operations = {
Nathan Scotta50cd262006-03-14 14:06:18 +11001536 .alloc_inode = xfs_fs_alloc_inode,
1537 .destroy_inode = xfs_fs_destroy_inode,
1538 .write_inode = xfs_fs_write_inode,
1539 .clear_inode = xfs_fs_clear_inode,
1540 .put_super = xfs_fs_put_super,
Nathan Scotta50cd262006-03-14 14:06:18 +11001541 .sync_fs = xfs_fs_sync_super,
Takashi Satoc4be0c12009-01-09 16:40:58 -08001542 .freeze_fs = xfs_fs_freeze,
Nathan Scotta50cd262006-03-14 14:06:18 +11001543 .statfs = xfs_fs_statfs,
1544 .remount_fs = xfs_fs_remount,
1545 .show_options = xfs_fs_show_options,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546};
1547
Andrew Morton5085b602007-02-20 13:57:47 -08001548static struct file_system_type xfs_fs_type = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001549 .owner = THIS_MODULE,
1550 .name = "xfs",
Nathan Scotta50cd262006-03-14 14:06:18 +11001551 .get_sb = xfs_fs_get_sb,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001552 .kill_sb = kill_block_super,
1553 .fs_flags = FS_REQUIRES_DEV,
1554};
1555
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001556STATIC int __init
1557xfs_alloc_trace_bufs(void)
1558{
1559#ifdef XFS_ALLOC_TRACE
1560 xfs_alloc_trace_buf = ktrace_alloc(XFS_ALLOC_TRACE_SIZE, KM_MAYFAIL);
1561 if (!xfs_alloc_trace_buf)
1562 goto out;
1563#endif
1564#ifdef XFS_BMAP_TRACE
1565 xfs_bmap_trace_buf = ktrace_alloc(XFS_BMAP_TRACE_SIZE, KM_MAYFAIL);
1566 if (!xfs_bmap_trace_buf)
1567 goto out_free_alloc_trace;
1568#endif
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001569#ifdef XFS_BTREE_TRACE
1570 xfs_allocbt_trace_buf = ktrace_alloc(XFS_ALLOCBT_TRACE_SIZE,
1571 KM_MAYFAIL);
1572 if (!xfs_allocbt_trace_buf)
1573 goto out_free_bmap_trace;
1574
1575 xfs_inobt_trace_buf = ktrace_alloc(XFS_INOBT_TRACE_SIZE, KM_MAYFAIL);
1576 if (!xfs_inobt_trace_buf)
1577 goto out_free_allocbt_trace;
1578
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001579 xfs_bmbt_trace_buf = ktrace_alloc(XFS_BMBT_TRACE_SIZE, KM_MAYFAIL);
1580 if (!xfs_bmbt_trace_buf)
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001581 goto out_free_inobt_trace;
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001582#endif
1583#ifdef XFS_ATTR_TRACE
1584 xfs_attr_trace_buf = ktrace_alloc(XFS_ATTR_TRACE_SIZE, KM_MAYFAIL);
1585 if (!xfs_attr_trace_buf)
1586 goto out_free_bmbt_trace;
1587#endif
1588#ifdef XFS_DIR2_TRACE
1589 xfs_dir2_trace_buf = ktrace_alloc(XFS_DIR2_GTRACE_SIZE, KM_MAYFAIL);
1590 if (!xfs_dir2_trace_buf)
1591 goto out_free_attr_trace;
1592#endif
1593
1594 return 0;
1595
1596#ifdef XFS_DIR2_TRACE
1597 out_free_attr_trace:
1598#endif
1599#ifdef XFS_ATTR_TRACE
1600 ktrace_free(xfs_attr_trace_buf);
1601 out_free_bmbt_trace:
1602#endif
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001603#ifdef XFS_BTREE_TRACE
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001604 ktrace_free(xfs_bmbt_trace_buf);
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001605 out_free_inobt_trace:
1606 ktrace_free(xfs_inobt_trace_buf);
1607 out_free_allocbt_trace:
1608 ktrace_free(xfs_allocbt_trace_buf);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001609 out_free_bmap_trace:
1610#endif
1611#ifdef XFS_BMAP_TRACE
1612 ktrace_free(xfs_bmap_trace_buf);
1613 out_free_alloc_trace:
1614#endif
1615#ifdef XFS_ALLOC_TRACE
1616 ktrace_free(xfs_alloc_trace_buf);
1617 out:
1618#endif
1619 return -ENOMEM;
1620}
1621
1622STATIC void
1623xfs_free_trace_bufs(void)
1624{
1625#ifdef XFS_DIR2_TRACE
1626 ktrace_free(xfs_dir2_trace_buf);
1627#endif
1628#ifdef XFS_ATTR_TRACE
1629 ktrace_free(xfs_attr_trace_buf);
1630#endif
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001631#ifdef XFS_BTREE_TRACE
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001632 ktrace_free(xfs_bmbt_trace_buf);
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001633 ktrace_free(xfs_inobt_trace_buf);
1634 ktrace_free(xfs_allocbt_trace_buf);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001635#endif
1636#ifdef XFS_BMAP_TRACE
1637 ktrace_free(xfs_bmap_trace_buf);
1638#endif
1639#ifdef XFS_ALLOC_TRACE
1640 ktrace_free(xfs_alloc_trace_buf);
1641#endif
1642}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643
1644STATIC int __init
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001645xfs_init_zones(void)
1646{
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001647
1648 xfs_ioend_zone = kmem_zone_init(sizeof(xfs_ioend_t), "xfs_ioend");
1649 if (!xfs_ioend_zone)
David Chinnerbf904242008-10-30 17:36:14 +11001650 goto out;
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001651
1652 xfs_ioend_pool = mempool_create_slab_pool(4 * MAX_BUF_PER_PAGE,
1653 xfs_ioend_zone);
1654 if (!xfs_ioend_pool)
1655 goto out_destroy_ioend_zone;
1656
1657 xfs_log_ticket_zone = kmem_zone_init(sizeof(xlog_ticket_t),
1658 "xfs_log_ticket");
1659 if (!xfs_log_ticket_zone)
1660 goto out_destroy_ioend_pool;
1661
1662 xfs_bmap_free_item_zone = kmem_zone_init(sizeof(xfs_bmap_free_item_t),
1663 "xfs_bmap_free_item");
1664 if (!xfs_bmap_free_item_zone)
1665 goto out_destroy_log_ticket_zone;
David Chinnerbf904242008-10-30 17:36:14 +11001666
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001667 xfs_btree_cur_zone = kmem_zone_init(sizeof(xfs_btree_cur_t),
1668 "xfs_btree_cur");
1669 if (!xfs_btree_cur_zone)
1670 goto out_destroy_bmap_free_item_zone;
1671
1672 xfs_da_state_zone = kmem_zone_init(sizeof(xfs_da_state_t),
1673 "xfs_da_state");
1674 if (!xfs_da_state_zone)
1675 goto out_destroy_btree_cur_zone;
1676
1677 xfs_dabuf_zone = kmem_zone_init(sizeof(xfs_dabuf_t), "xfs_dabuf");
1678 if (!xfs_dabuf_zone)
1679 goto out_destroy_da_state_zone;
1680
1681 xfs_ifork_zone = kmem_zone_init(sizeof(xfs_ifork_t), "xfs_ifork");
1682 if (!xfs_ifork_zone)
1683 goto out_destroy_dabuf_zone;
1684
1685 xfs_trans_zone = kmem_zone_init(sizeof(xfs_trans_t), "xfs_trans");
1686 if (!xfs_trans_zone)
1687 goto out_destroy_ifork_zone;
1688
1689 /*
1690 * The size of the zone allocated buf log item is the maximum
1691 * size possible under XFS. This wastes a little bit of memory,
1692 * but it is much faster.
1693 */
1694 xfs_buf_item_zone = kmem_zone_init((sizeof(xfs_buf_log_item_t) +
1695 (((XFS_MAX_BLOCKSIZE / XFS_BLI_CHUNK) /
1696 NBWORD) * sizeof(int))), "xfs_buf_item");
1697 if (!xfs_buf_item_zone)
1698 goto out_destroy_trans_zone;
1699
1700 xfs_efd_zone = kmem_zone_init((sizeof(xfs_efd_log_item_t) +
1701 ((XFS_EFD_MAX_FAST_EXTENTS - 1) *
1702 sizeof(xfs_extent_t))), "xfs_efd_item");
1703 if (!xfs_efd_zone)
1704 goto out_destroy_buf_item_zone;
1705
1706 xfs_efi_zone = kmem_zone_init((sizeof(xfs_efi_log_item_t) +
1707 ((XFS_EFI_MAX_FAST_EXTENTS - 1) *
1708 sizeof(xfs_extent_t))), "xfs_efi_item");
1709 if (!xfs_efi_zone)
1710 goto out_destroy_efd_zone;
1711
1712 xfs_inode_zone =
1713 kmem_zone_init_flags(sizeof(xfs_inode_t), "xfs_inode",
David Chinnerbf904242008-10-30 17:36:14 +11001714 KM_ZONE_HWALIGN | KM_ZONE_RECLAIM | KM_ZONE_SPREAD,
1715 xfs_fs_inode_init_once);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001716 if (!xfs_inode_zone)
1717 goto out_destroy_efi_zone;
1718
1719 xfs_ili_zone =
1720 kmem_zone_init_flags(sizeof(xfs_inode_log_item_t), "xfs_ili",
1721 KM_ZONE_SPREAD, NULL);
1722 if (!xfs_ili_zone)
1723 goto out_destroy_inode_zone;
1724
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001725 return 0;
1726
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001727 out_destroy_inode_zone:
1728 kmem_zone_destroy(xfs_inode_zone);
1729 out_destroy_efi_zone:
1730 kmem_zone_destroy(xfs_efi_zone);
1731 out_destroy_efd_zone:
1732 kmem_zone_destroy(xfs_efd_zone);
1733 out_destroy_buf_item_zone:
1734 kmem_zone_destroy(xfs_buf_item_zone);
1735 out_destroy_trans_zone:
1736 kmem_zone_destroy(xfs_trans_zone);
1737 out_destroy_ifork_zone:
1738 kmem_zone_destroy(xfs_ifork_zone);
1739 out_destroy_dabuf_zone:
1740 kmem_zone_destroy(xfs_dabuf_zone);
1741 out_destroy_da_state_zone:
1742 kmem_zone_destroy(xfs_da_state_zone);
1743 out_destroy_btree_cur_zone:
1744 kmem_zone_destroy(xfs_btree_cur_zone);
1745 out_destroy_bmap_free_item_zone:
1746 kmem_zone_destroy(xfs_bmap_free_item_zone);
1747 out_destroy_log_ticket_zone:
1748 kmem_zone_destroy(xfs_log_ticket_zone);
1749 out_destroy_ioend_pool:
1750 mempool_destroy(xfs_ioend_pool);
1751 out_destroy_ioend_zone:
1752 kmem_zone_destroy(xfs_ioend_zone);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001753 out:
1754 return -ENOMEM;
1755}
1756
1757STATIC void
1758xfs_destroy_zones(void)
1759{
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001760 kmem_zone_destroy(xfs_ili_zone);
1761 kmem_zone_destroy(xfs_inode_zone);
1762 kmem_zone_destroy(xfs_efi_zone);
1763 kmem_zone_destroy(xfs_efd_zone);
1764 kmem_zone_destroy(xfs_buf_item_zone);
1765 kmem_zone_destroy(xfs_trans_zone);
1766 kmem_zone_destroy(xfs_ifork_zone);
1767 kmem_zone_destroy(xfs_dabuf_zone);
1768 kmem_zone_destroy(xfs_da_state_zone);
1769 kmem_zone_destroy(xfs_btree_cur_zone);
1770 kmem_zone_destroy(xfs_bmap_free_item_zone);
1771 kmem_zone_destroy(xfs_log_ticket_zone);
1772 mempool_destroy(xfs_ioend_pool);
1773 kmem_zone_destroy(xfs_ioend_zone);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001774
1775}
1776
1777STATIC int __init
1778init_xfs_fs(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001779{
1780 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781
Christoph Hellwig65795912008-11-28 14:23:33 +11001782 printk(KERN_INFO XFS_VERSION_STRING " with "
1783 XFS_BUILD_OPTIONS " enabled\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785 ktrace_init(64);
Christoph Hellwig25e41b32008-12-03 12:20:39 +01001786 xfs_ioend_init();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001787 xfs_dir_startup();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788
Nathan Scott87582802006-03-14 13:18:19 +11001789 error = xfs_init_zones();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001790 if (error)
1791 goto out;
1792
1793 error = xfs_alloc_trace_bufs();
1794 if (error)
1795 goto out_destroy_zones;
1796
1797 error = xfs_mru_cache_init();
1798 if (error)
1799 goto out_free_trace_buffers;
1800
1801 error = xfs_filestream_init();
1802 if (error)
1803 goto out_mru_cache_uninit;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804
Nathan Scottce8e9222006-01-11 15:39:08 +11001805 error = xfs_buf_init();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001806 if (error)
1807 goto out_filestream_uninit;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001809 error = xfs_init_procfs();
1810 if (error)
1811 goto out_buf_terminate;
1812
1813 error = xfs_sysctl_register();
1814 if (error)
1815 goto out_cleanup_procfs;
1816
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817 vfs_initquota();
1818
1819 error = register_filesystem(&xfs_fs_type);
1820 if (error)
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001821 goto out_sysctl_unregister;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822 return 0;
1823
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001824 out_sysctl_unregister:
1825 xfs_sysctl_unregister();
1826 out_cleanup_procfs:
1827 xfs_cleanup_procfs();
1828 out_buf_terminate:
Nathan Scottce8e9222006-01-11 15:39:08 +11001829 xfs_buf_terminate();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001830 out_filestream_uninit:
1831 xfs_filestream_uninit();
1832 out_mru_cache_uninit:
1833 xfs_mru_cache_uninit();
1834 out_free_trace_buffers:
1835 xfs_free_trace_bufs();
1836 out_destroy_zones:
Nathan Scott87582802006-03-14 13:18:19 +11001837 xfs_destroy_zones();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001838 out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839 return error;
1840}
1841
1842STATIC void __exit
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001843exit_xfs_fs(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844{
1845 vfs_exitquota();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846 unregister_filesystem(&xfs_fs_type);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001847 xfs_sysctl_unregister();
1848 xfs_cleanup_procfs();
Nathan Scottce8e9222006-01-11 15:39:08 +11001849 xfs_buf_terminate();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001850 xfs_filestream_uninit();
1851 xfs_mru_cache_uninit();
1852 xfs_free_trace_bufs();
Nathan Scott87582802006-03-14 13:18:19 +11001853 xfs_destroy_zones();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854 ktrace_uninit();
1855}
1856
1857module_init(init_xfs_fs);
1858module_exit(exit_xfs_fs);
1859
1860MODULE_AUTHOR("Silicon Graphics, Inc.");
1861MODULE_DESCRIPTION(XFS_VERSION_STRING " with " XFS_BUILD_OPTIONS " enabled");
1862MODULE_LICENSE("GPL");