blob: bc1e64708e2b342162ea8fa802c16d3f9b0a9c90 [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"
46#include "xfs_acl.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070047#include "xfs_attr.h"
48#include "xfs_buf_item.h"
49#include "xfs_utils.h"
Christoph Hellwig739bfb22007-08-29 10:58:01 +100050#include "xfs_vnodeops.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070051#include "xfs_version.h"
David Chinnera67d7c52007-11-23 16:29:32 +110052#include "xfs_log_priv.h"
David Chinner249a8c12008-02-05 12:13:32 +110053#include "xfs_trans_priv.h"
Christoph Hellwig48b62a12008-05-20 11:30:39 +100054#include "xfs_filestream.h"
Christoph Hellwig9f8868f2008-07-18 17:11:46 +100055#include "xfs_da_btree.h"
56#include "xfs_dir2_trace.h"
57#include "xfs_extfree_item.h"
58#include "xfs_mru_cache.h"
59#include "xfs_inode_item.h"
David Chinnerfe4fa4b2008-10-30 17:06:08 +110060#include "xfs_sync.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
62#include <linux/namei.h>
63#include <linux/init.h>
64#include <linux/mount.h>
Christoph Hellwig0829c362005-09-02 16:58:49 +100065#include <linux/mempool.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070066#include <linux/writeback.h>
Christoph Hellwig4df08c52005-09-05 08:34:18 +100067#include <linux/kthread.h>
Nigel Cunningham7dfb7102006-12-06 20:34:23 -080068#include <linux/freezer.h>
Christoph Hellwig62a877e2008-07-18 17:12:36 +100069#include <linux/parser.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070070
David Chinner7989cb82007-02-10 18:34:56 +110071static struct super_operations xfs_super_operations;
David Chinner7989cb82007-02-10 18:34:56 +110072static kmem_zone_t *xfs_ioend_zone;
Christoph Hellwig0829c362005-09-02 16:58:49 +100073mempool_t *xfs_ioend_pool;
Linus Torvalds1da177e2005-04-16 15:20:36 -070074
David Chinnera67d7c52007-11-23 16:29:32 +110075#define MNTOPT_LOGBUFS "logbufs" /* number of XFS log buffers */
76#define MNTOPT_LOGBSIZE "logbsize" /* size of XFS log buffers */
77#define MNTOPT_LOGDEV "logdev" /* log device */
78#define MNTOPT_RTDEV "rtdev" /* realtime I/O device */
79#define MNTOPT_BIOSIZE "biosize" /* log2 of preferred buffered io size */
80#define MNTOPT_WSYNC "wsync" /* safe-mode nfs compatible mount */
81#define MNTOPT_INO64 "ino64" /* force inodes into 64-bit range */
82#define MNTOPT_NOALIGN "noalign" /* turn off stripe alignment */
83#define MNTOPT_SWALLOC "swalloc" /* turn on stripe width allocation */
84#define MNTOPT_SUNIT "sunit" /* data volume stripe unit */
85#define MNTOPT_SWIDTH "swidth" /* data volume stripe width */
86#define MNTOPT_NOUUID "nouuid" /* ignore filesystem UUID */
87#define MNTOPT_MTPT "mtpt" /* filesystem mount point */
88#define MNTOPT_GRPID "grpid" /* group-ID from parent directory */
89#define MNTOPT_NOGRPID "nogrpid" /* group-ID from current process */
90#define MNTOPT_BSDGROUPS "bsdgroups" /* group-ID from parent directory */
91#define MNTOPT_SYSVGROUPS "sysvgroups" /* group-ID from current process */
92#define MNTOPT_ALLOCSIZE "allocsize" /* preferred allocation size */
93#define MNTOPT_NORECOVERY "norecovery" /* don't run XFS recovery */
94#define MNTOPT_BARRIER "barrier" /* use writer barriers for log write and
95 * unwritten extent conversion */
96#define MNTOPT_NOBARRIER "nobarrier" /* .. disable */
97#define MNTOPT_OSYNCISOSYNC "osyncisosync" /* o_sync is REALLY o_sync */
98#define MNTOPT_64BITINODE "inode64" /* inodes can be allocated anywhere */
99#define MNTOPT_IKEEP "ikeep" /* do not free empty inode clusters */
100#define MNTOPT_NOIKEEP "noikeep" /* free empty inode clusters */
101#define MNTOPT_LARGEIO "largeio" /* report large I/O sizes in stat() */
102#define MNTOPT_NOLARGEIO "nolargeio" /* do not report large I/O sizes
103 * in stat(). */
104#define MNTOPT_ATTR2 "attr2" /* do use attr2 attribute format */
105#define MNTOPT_NOATTR2 "noattr2" /* do not use attr2 attribute format */
106#define MNTOPT_FILESTREAM "filestreams" /* use filestreams allocator */
107#define MNTOPT_QUOTA "quota" /* disk quotas (user) */
108#define MNTOPT_NOQUOTA "noquota" /* no quotas */
109#define MNTOPT_USRQUOTA "usrquota" /* user quota enabled */
110#define MNTOPT_GRPQUOTA "grpquota" /* group quota enabled */
111#define MNTOPT_PRJQUOTA "prjquota" /* project quota enabled */
112#define MNTOPT_UQUOTA "uquota" /* user quota (IRIX variant) */
113#define MNTOPT_GQUOTA "gquota" /* group quota (IRIX variant) */
114#define MNTOPT_PQUOTA "pquota" /* project quota (IRIX variant) */
115#define MNTOPT_UQUOTANOENF "uqnoenforce"/* user quota limit enforcement */
116#define MNTOPT_GQUOTANOENF "gqnoenforce"/* group quota limit enforcement */
117#define MNTOPT_PQUOTANOENF "pqnoenforce"/* project quota limit enforcement */
118#define MNTOPT_QUOTANOENF "qnoenforce" /* same as uqnoenforce */
119#define MNTOPT_DMAPI "dmapi" /* DMI enabled (DMAPI / XDSM) */
120#define MNTOPT_XDSM "xdsm" /* DMI enabled (DMAPI / XDSM) */
121#define MNTOPT_DMI "dmi" /* DMI enabled (DMAPI / XDSM) */
122
Christoph Hellwig62a877e2008-07-18 17:12:36 +1000123/*
124 * Table driven mount option parser.
125 *
126 * Currently only used for remount, but it will be used for mount
127 * in the future, too.
128 */
129enum {
130 Opt_barrier, Opt_nobarrier, Opt_err
131};
132
Steven Whitehousea447c092008-10-13 10:46:57 +0100133static const match_table_t tokens = {
Christoph Hellwig62a877e2008-07-18 17:12:36 +1000134 {Opt_barrier, "barrier"},
135 {Opt_nobarrier, "nobarrier"},
136 {Opt_err, NULL}
137};
138
139
David Chinnera67d7c52007-11-23 16:29:32 +1100140STATIC unsigned long
141suffix_strtoul(char *s, char **endp, unsigned int base)
142{
143 int last, shift_left_factor = 0;
144 char *value = s;
145
146 last = strlen(value) - 1;
147 if (value[last] == 'K' || value[last] == 'k') {
148 shift_left_factor = 10;
149 value[last] = '\0';
150 }
151 if (value[last] == 'M' || value[last] == 'm') {
152 shift_left_factor = 20;
153 value[last] = '\0';
154 }
155 if (value[last] == 'G' || value[last] == 'g') {
156 shift_left_factor = 30;
157 value[last] = '\0';
158 }
159
160 return simple_strtoul((const char *)s, endp, base) << shift_left_factor;
161}
162
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100163/*
164 * This function fills in xfs_mount_t fields based on mount args.
165 * Note: the superblock has _not_ yet been read in.
166 *
167 * Note that this function leaks the various device name allocations on
168 * failure. The caller takes care of them.
169 */
David Chinnera67d7c52007-11-23 16:29:32 +1100170STATIC int
171xfs_parseargs(
172 struct xfs_mount *mp,
173 char *options,
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100174 char **mtpt)
David Chinnera67d7c52007-11-23 16:29:32 +1100175{
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100176 struct super_block *sb = mp->m_super;
David Chinnera67d7c52007-11-23 16:29:32 +1100177 char *this_char, *value, *eov;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100178 int dsunit = 0;
179 int dswidth = 0;
180 int iosize = 0;
Josef Jeff Sipek1bd960e2008-02-29 13:58:40 +1100181 int dmapi_implies_ikeep = 1;
Christoph Hellwiga5687782009-02-09 08:37:39 +0100182 __uint8_t iosizelog = 0;
David Chinnera67d7c52007-11-23 16:29:32 +1100183
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100184 /*
185 * Copy binary VFS mount flags we are interested in.
186 */
187 if (sb->s_flags & MS_RDONLY)
188 mp->m_flags |= XFS_MOUNT_RDONLY;
189 if (sb->s_flags & MS_DIRSYNC)
190 mp->m_flags |= XFS_MOUNT_DIRSYNC;
191 if (sb->s_flags & MS_SYNCHRONOUS)
192 mp->m_flags |= XFS_MOUNT_WSYNC;
193
194 /*
195 * Set some default flags that could be cleared by the mount option
196 * parsing.
197 */
198 mp->m_flags |= XFS_MOUNT_BARRIER;
199 mp->m_flags |= XFS_MOUNT_COMPAT_IOSIZE;
200 mp->m_flags |= XFS_MOUNT_SMALL_INUMS;
201
202 /*
203 * These can be overridden by the mount option parsing.
204 */
205 mp->m_logbufs = -1;
206 mp->m_logbsize = -1;
David Chinnera67d7c52007-11-23 16:29:32 +1100207
208 if (!options)
209 goto done;
210
David Chinnera67d7c52007-11-23 16:29:32 +1100211 while ((this_char = strsep(&options, ",")) != NULL) {
212 if (!*this_char)
213 continue;
214 if ((value = strchr(this_char, '=')) != NULL)
215 *value++ = 0;
216
217 if (!strcmp(this_char, MNTOPT_LOGBUFS)) {
218 if (!value || !*value) {
219 cmn_err(CE_WARN,
220 "XFS: %s option requires an argument",
221 this_char);
222 return EINVAL;
223 }
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100224 mp->m_logbufs = simple_strtoul(value, &eov, 10);
David Chinnera67d7c52007-11-23 16:29:32 +1100225 } else if (!strcmp(this_char, MNTOPT_LOGBSIZE)) {
226 if (!value || !*value) {
227 cmn_err(CE_WARN,
228 "XFS: %s option requires an argument",
229 this_char);
230 return EINVAL;
231 }
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100232 mp->m_logbsize = suffix_strtoul(value, &eov, 10);
David Chinnera67d7c52007-11-23 16:29:32 +1100233 } else if (!strcmp(this_char, MNTOPT_LOGDEV)) {
234 if (!value || !*value) {
235 cmn_err(CE_WARN,
236 "XFS: %s option requires an argument",
237 this_char);
238 return EINVAL;
239 }
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100240 mp->m_logname = kstrndup(value, MAXNAMELEN, GFP_KERNEL);
241 if (!mp->m_logname)
242 return ENOMEM;
David Chinnera67d7c52007-11-23 16:29:32 +1100243 } else if (!strcmp(this_char, MNTOPT_MTPT)) {
244 if (!value || !*value) {
245 cmn_err(CE_WARN,
246 "XFS: %s option requires an argument",
247 this_char);
248 return EINVAL;
249 }
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100250 *mtpt = kstrndup(value, MAXNAMELEN, GFP_KERNEL);
251 if (!*mtpt)
252 return ENOMEM;
David Chinnera67d7c52007-11-23 16:29:32 +1100253 } else if (!strcmp(this_char, MNTOPT_RTDEV)) {
254 if (!value || !*value) {
255 cmn_err(CE_WARN,
256 "XFS: %s option requires an argument",
257 this_char);
258 return EINVAL;
259 }
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100260 mp->m_rtname = kstrndup(value, MAXNAMELEN, GFP_KERNEL);
261 if (!mp->m_rtname)
262 return ENOMEM;
David Chinnera67d7c52007-11-23 16:29:32 +1100263 } else if (!strcmp(this_char, MNTOPT_BIOSIZE)) {
264 if (!value || !*value) {
265 cmn_err(CE_WARN,
266 "XFS: %s option requires an argument",
267 this_char);
268 return EINVAL;
269 }
270 iosize = simple_strtoul(value, &eov, 10);
Christoph Hellwig1ec79442008-10-30 17:55:08 +1100271 iosizelog = ffs(iosize) - 1;
David Chinnera67d7c52007-11-23 16:29:32 +1100272 } else if (!strcmp(this_char, MNTOPT_ALLOCSIZE)) {
273 if (!value || !*value) {
274 cmn_err(CE_WARN,
275 "XFS: %s option requires an argument",
276 this_char);
277 return EINVAL;
278 }
279 iosize = suffix_strtoul(value, &eov, 10);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100280 iosizelog = ffs(iosize) - 1;
David Chinnera67d7c52007-11-23 16:29:32 +1100281 } else if (!strcmp(this_char, MNTOPT_GRPID) ||
282 !strcmp(this_char, MNTOPT_BSDGROUPS)) {
283 mp->m_flags |= XFS_MOUNT_GRPID;
284 } else if (!strcmp(this_char, MNTOPT_NOGRPID) ||
285 !strcmp(this_char, MNTOPT_SYSVGROUPS)) {
286 mp->m_flags &= ~XFS_MOUNT_GRPID;
287 } else if (!strcmp(this_char, MNTOPT_WSYNC)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100288 mp->m_flags |= XFS_MOUNT_WSYNC;
David Chinnera67d7c52007-11-23 16:29:32 +1100289 } else if (!strcmp(this_char, MNTOPT_OSYNCISOSYNC)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100290 mp->m_flags |= XFS_MOUNT_OSYNCISOSYNC;
David Chinnera67d7c52007-11-23 16:29:32 +1100291 } else if (!strcmp(this_char, MNTOPT_NORECOVERY)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100292 mp->m_flags |= XFS_MOUNT_NORECOVERY;
David Chinnera67d7c52007-11-23 16:29:32 +1100293 } else if (!strcmp(this_char, MNTOPT_INO64)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100294#if XFS_BIG_INUMS
295 mp->m_flags |= XFS_MOUNT_INO64;
296 mp->m_inoadd = XFS_INO64_OFFSET;
297#else
David Chinnera67d7c52007-11-23 16:29:32 +1100298 cmn_err(CE_WARN,
299 "XFS: %s option not allowed on this system",
300 this_char);
301 return EINVAL;
302#endif
303 } else if (!strcmp(this_char, MNTOPT_NOALIGN)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100304 mp->m_flags |= XFS_MOUNT_NOALIGN;
David Chinnera67d7c52007-11-23 16:29:32 +1100305 } else if (!strcmp(this_char, MNTOPT_SWALLOC)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100306 mp->m_flags |= XFS_MOUNT_SWALLOC;
David Chinnera67d7c52007-11-23 16:29:32 +1100307 } else if (!strcmp(this_char, MNTOPT_SUNIT)) {
308 if (!value || !*value) {
309 cmn_err(CE_WARN,
310 "XFS: %s option requires an argument",
311 this_char);
312 return EINVAL;
313 }
314 dsunit = simple_strtoul(value, &eov, 10);
315 } else if (!strcmp(this_char, MNTOPT_SWIDTH)) {
316 if (!value || !*value) {
317 cmn_err(CE_WARN,
318 "XFS: %s option requires an argument",
319 this_char);
320 return EINVAL;
321 }
322 dswidth = simple_strtoul(value, &eov, 10);
323 } else if (!strcmp(this_char, MNTOPT_64BITINODE)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100324 mp->m_flags &= ~XFS_MOUNT_SMALL_INUMS;
David Chinnera67d7c52007-11-23 16:29:32 +1100325#if !XFS_BIG_INUMS
326 cmn_err(CE_WARN,
327 "XFS: %s option not allowed on this system",
328 this_char);
329 return EINVAL;
330#endif
331 } else if (!strcmp(this_char, MNTOPT_NOUUID)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100332 mp->m_flags |= XFS_MOUNT_NOUUID;
David Chinnera67d7c52007-11-23 16:29:32 +1100333 } else if (!strcmp(this_char, MNTOPT_BARRIER)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100334 mp->m_flags |= XFS_MOUNT_BARRIER;
David Chinnera67d7c52007-11-23 16:29:32 +1100335 } else if (!strcmp(this_char, MNTOPT_NOBARRIER)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100336 mp->m_flags &= ~XFS_MOUNT_BARRIER;
David Chinnera67d7c52007-11-23 16:29:32 +1100337 } else if (!strcmp(this_char, MNTOPT_IKEEP)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100338 mp->m_flags |= XFS_MOUNT_IKEEP;
David Chinnera67d7c52007-11-23 16:29:32 +1100339 } else if (!strcmp(this_char, MNTOPT_NOIKEEP)) {
Josef Jeff Sipek1bd960e2008-02-29 13:58:40 +1100340 dmapi_implies_ikeep = 0;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100341 mp->m_flags &= ~XFS_MOUNT_IKEEP;
David Chinnera67d7c52007-11-23 16:29:32 +1100342 } else if (!strcmp(this_char, MNTOPT_LARGEIO)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100343 mp->m_flags &= ~XFS_MOUNT_COMPAT_IOSIZE;
David Chinnera67d7c52007-11-23 16:29:32 +1100344 } else if (!strcmp(this_char, MNTOPT_NOLARGEIO)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100345 mp->m_flags |= XFS_MOUNT_COMPAT_IOSIZE;
David Chinnera67d7c52007-11-23 16:29:32 +1100346 } else if (!strcmp(this_char, MNTOPT_ATTR2)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100347 mp->m_flags |= XFS_MOUNT_ATTR2;
David Chinnera67d7c52007-11-23 16:29:32 +1100348 } else if (!strcmp(this_char, MNTOPT_NOATTR2)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100349 mp->m_flags &= ~XFS_MOUNT_ATTR2;
350 mp->m_flags |= XFS_MOUNT_NOATTR2;
David Chinnera67d7c52007-11-23 16:29:32 +1100351 } else if (!strcmp(this_char, MNTOPT_FILESTREAM)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100352 mp->m_flags |= XFS_MOUNT_FILESTREAMS;
David Chinnera67d7c52007-11-23 16:29:32 +1100353 } else if (!strcmp(this_char, MNTOPT_NOQUOTA)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100354 mp->m_qflags &= ~(XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE |
355 XFS_GQUOTA_ACCT | XFS_GQUOTA_ACTIVE |
Christoph Hellwig469fc232008-10-30 17:54:57 +1100356 XFS_PQUOTA_ACCT | XFS_PQUOTA_ACTIVE |
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100357 XFS_UQUOTA_ENFD | XFS_OQUOTA_ENFD);
David Chinnera67d7c52007-11-23 16:29:32 +1100358 } else if (!strcmp(this_char, MNTOPT_QUOTA) ||
359 !strcmp(this_char, MNTOPT_UQUOTA) ||
360 !strcmp(this_char, MNTOPT_USRQUOTA)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100361 mp->m_qflags |= (XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE |
362 XFS_UQUOTA_ENFD);
David Chinnera67d7c52007-11-23 16:29:32 +1100363 } else if (!strcmp(this_char, MNTOPT_QUOTANOENF) ||
364 !strcmp(this_char, MNTOPT_UQUOTANOENF)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100365 mp->m_qflags |= (XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE);
366 mp->m_qflags &= ~XFS_UQUOTA_ENFD;
David Chinnera67d7c52007-11-23 16:29:32 +1100367 } else if (!strcmp(this_char, MNTOPT_PQUOTA) ||
368 !strcmp(this_char, MNTOPT_PRJQUOTA)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100369 mp->m_qflags |= (XFS_PQUOTA_ACCT | XFS_PQUOTA_ACTIVE |
370 XFS_OQUOTA_ENFD);
David Chinnera67d7c52007-11-23 16:29:32 +1100371 } else if (!strcmp(this_char, MNTOPT_PQUOTANOENF)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100372 mp->m_qflags |= (XFS_PQUOTA_ACCT | XFS_PQUOTA_ACTIVE);
373 mp->m_qflags &= ~XFS_OQUOTA_ENFD;
David Chinnera67d7c52007-11-23 16:29:32 +1100374 } else if (!strcmp(this_char, MNTOPT_GQUOTA) ||
375 !strcmp(this_char, MNTOPT_GRPQUOTA)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100376 mp->m_qflags |= (XFS_GQUOTA_ACCT | XFS_GQUOTA_ACTIVE |
377 XFS_OQUOTA_ENFD);
David Chinnera67d7c52007-11-23 16:29:32 +1100378 } else if (!strcmp(this_char, MNTOPT_GQUOTANOENF)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100379 mp->m_qflags |= (XFS_GQUOTA_ACCT | XFS_GQUOTA_ACTIVE);
380 mp->m_qflags &= ~XFS_OQUOTA_ENFD;
David Chinnera67d7c52007-11-23 16:29:32 +1100381 } else if (!strcmp(this_char, MNTOPT_DMAPI)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100382 mp->m_flags |= XFS_MOUNT_DMAPI;
David Chinnera67d7c52007-11-23 16:29:32 +1100383 } else if (!strcmp(this_char, MNTOPT_XDSM)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100384 mp->m_flags |= XFS_MOUNT_DMAPI;
David Chinnera67d7c52007-11-23 16:29:32 +1100385 } else if (!strcmp(this_char, MNTOPT_DMI)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100386 mp->m_flags |= XFS_MOUNT_DMAPI;
David Chinnera67d7c52007-11-23 16:29:32 +1100387 } else if (!strcmp(this_char, "ihashsize")) {
388 cmn_err(CE_WARN,
389 "XFS: ihashsize no longer used, option is deprecated.");
390 } else if (!strcmp(this_char, "osyncisdsync")) {
391 /* no-op, this is now the default */
392 cmn_err(CE_WARN,
393 "XFS: osyncisdsync is now the default, option is deprecated.");
394 } else if (!strcmp(this_char, "irixsgid")) {
395 cmn_err(CE_WARN,
396 "XFS: irixsgid is now a sysctl(2) variable, option is deprecated.");
397 } else {
398 cmn_err(CE_WARN,
399 "XFS: unknown mount option [%s].", this_char);
400 return EINVAL;
401 }
402 }
403
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100404 /*
405 * no recovery flag requires a read-only mount
406 */
407 if ((mp->m_flags & XFS_MOUNT_NORECOVERY) &&
408 !(mp->m_flags & XFS_MOUNT_RDONLY)) {
409 cmn_err(CE_WARN, "XFS: no-recovery mounts must be read-only.");
410 return EINVAL;
David Chinnera67d7c52007-11-23 16:29:32 +1100411 }
412
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100413 if ((mp->m_flags & XFS_MOUNT_NOALIGN) && (dsunit || dswidth)) {
David Chinnera67d7c52007-11-23 16:29:32 +1100414 cmn_err(CE_WARN,
415 "XFS: sunit and swidth options incompatible with the noalign option");
416 return EINVAL;
417 }
418
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100419 if ((mp->m_qflags & (XFS_GQUOTA_ACCT | XFS_GQUOTA_ACTIVE)) &&
420 (mp->m_qflags & (XFS_PQUOTA_ACCT | XFS_PQUOTA_ACTIVE))) {
David Chinnera67d7c52007-11-23 16:29:32 +1100421 cmn_err(CE_WARN,
422 "XFS: cannot mount with both project and group quota");
423 return EINVAL;
424 }
425
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100426 if ((mp->m_flags & XFS_MOUNT_DMAPI) && (!*mtpt || *mtpt[0] == '\0')) {
David Chinnera67d7c52007-11-23 16:29:32 +1100427 printk("XFS: %s option needs the mount point option as well\n",
428 MNTOPT_DMAPI);
429 return EINVAL;
430 }
431
432 if ((dsunit && !dswidth) || (!dsunit && dswidth)) {
433 cmn_err(CE_WARN,
434 "XFS: sunit and swidth must be specified together");
435 return EINVAL;
436 }
437
438 if (dsunit && (dswidth % dsunit != 0)) {
439 cmn_err(CE_WARN,
440 "XFS: stripe width (%d) must be a multiple of the stripe unit (%d)",
441 dswidth, dsunit);
442 return EINVAL;
443 }
444
445 /*
446 * Applications using DMI filesystems often expect the
447 * inode generation number to be monotonically increasing.
448 * If we delete inode chunks we break this assumption, so
449 * keep unused inode chunks on disk for DMI filesystems
450 * until we come up with a better solution.
451 * Note that if "ikeep" or "noikeep" mount options are
452 * supplied, then they are honored.
453 */
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100454 if ((mp->m_flags & XFS_MOUNT_DMAPI) && dmapi_implies_ikeep)
455 mp->m_flags |= XFS_MOUNT_IKEEP;
David Chinnera67d7c52007-11-23 16:29:32 +1100456
457done:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100458 if (!(mp->m_flags & XFS_MOUNT_NOALIGN)) {
459 /*
460 * At this point the superblock has not been read
461 * in, therefore we do not know the block size.
462 * Before the mount call ends we will convert
463 * these to FSBs.
464 */
465 if (dsunit) {
466 mp->m_dalign = dsunit;
467 mp->m_flags |= XFS_MOUNT_RETERR;
468 }
469
470 if (dswidth)
471 mp->m_swidth = dswidth;
472 }
473
474 if (mp->m_logbufs != -1 &&
475 mp->m_logbufs != 0 &&
476 (mp->m_logbufs < XLOG_MIN_ICLOGS ||
477 mp->m_logbufs > XLOG_MAX_ICLOGS)) {
478 cmn_err(CE_WARN,
479 "XFS: invalid logbufs value: %d [not %d-%d]",
480 mp->m_logbufs, XLOG_MIN_ICLOGS, XLOG_MAX_ICLOGS);
481 return XFS_ERROR(EINVAL);
482 }
483 if (mp->m_logbsize != -1 &&
484 mp->m_logbsize != 0 &&
485 (mp->m_logbsize < XLOG_MIN_RECORD_BSIZE ||
486 mp->m_logbsize > XLOG_MAX_RECORD_BSIZE ||
487 !is_power_of_2(mp->m_logbsize))) {
488 cmn_err(CE_WARN,
489 "XFS: invalid logbufsize: %d [not 16k,32k,64k,128k or 256k]",
490 mp->m_logbsize);
491 return XFS_ERROR(EINVAL);
492 }
493
494 mp->m_fsname = kstrndup(sb->s_id, MAXNAMELEN, GFP_KERNEL);
495 if (!mp->m_fsname)
496 return ENOMEM;
497 mp->m_fsname_len = strlen(mp->m_fsname) + 1;
498
499 if (iosizelog) {
500 if (iosizelog > XFS_MAX_IO_LOG ||
501 iosizelog < XFS_MIN_IO_LOG) {
502 cmn_err(CE_WARN,
503 "XFS: invalid log iosize: %d [not %d-%d]",
504 iosizelog, XFS_MIN_IO_LOG,
505 XFS_MAX_IO_LOG);
506 return XFS_ERROR(EINVAL);
507 }
508
509 mp->m_flags |= XFS_MOUNT_DFLT_IOSIZE;
510 mp->m_readio_log = iosizelog;
511 mp->m_writeio_log = iosizelog;
512 }
513
David Chinnera67d7c52007-11-23 16:29:32 +1100514 return 0;
515}
516
517struct proc_xfs_info {
518 int flag;
519 char *str;
520};
521
522STATIC int
523xfs_showargs(
524 struct xfs_mount *mp,
525 struct seq_file *m)
526{
527 static struct proc_xfs_info xfs_info_set[] = {
528 /* the few simple ones we can get from the mount struct */
Josef Jeff Sipek1bd960e2008-02-29 13:58:40 +1100529 { XFS_MOUNT_IKEEP, "," MNTOPT_IKEEP },
David Chinnera67d7c52007-11-23 16:29:32 +1100530 { XFS_MOUNT_WSYNC, "," MNTOPT_WSYNC },
531 { XFS_MOUNT_INO64, "," MNTOPT_INO64 },
532 { XFS_MOUNT_NOALIGN, "," MNTOPT_NOALIGN },
533 { XFS_MOUNT_SWALLOC, "," MNTOPT_SWALLOC },
534 { XFS_MOUNT_NOUUID, "," MNTOPT_NOUUID },
535 { XFS_MOUNT_NORECOVERY, "," MNTOPT_NORECOVERY },
536 { XFS_MOUNT_OSYNCISOSYNC, "," MNTOPT_OSYNCISOSYNC },
537 { XFS_MOUNT_ATTR2, "," MNTOPT_ATTR2 },
538 { XFS_MOUNT_FILESTREAMS, "," MNTOPT_FILESTREAM },
539 { XFS_MOUNT_DMAPI, "," MNTOPT_DMAPI },
540 { XFS_MOUNT_GRPID, "," MNTOPT_GRPID },
541 { 0, NULL }
542 };
543 static struct proc_xfs_info xfs_info_unset[] = {
544 /* the few simple ones we can get from the mount struct */
David Chinnera67d7c52007-11-23 16:29:32 +1100545 { XFS_MOUNT_COMPAT_IOSIZE, "," MNTOPT_LARGEIO },
546 { XFS_MOUNT_BARRIER, "," MNTOPT_NOBARRIER },
547 { XFS_MOUNT_SMALL_INUMS, "," MNTOPT_64BITINODE },
548 { 0, NULL }
549 };
550 struct proc_xfs_info *xfs_infop;
551
552 for (xfs_infop = xfs_info_set; xfs_infop->flag; xfs_infop++) {
553 if (mp->m_flags & xfs_infop->flag)
554 seq_puts(m, xfs_infop->str);
555 }
556 for (xfs_infop = xfs_info_unset; xfs_infop->flag; xfs_infop++) {
557 if (!(mp->m_flags & xfs_infop->flag))
558 seq_puts(m, xfs_infop->str);
559 }
560
561 if (mp->m_flags & XFS_MOUNT_DFLT_IOSIZE)
562 seq_printf(m, "," MNTOPT_ALLOCSIZE "=%dk",
563 (int)(1 << mp->m_writeio_log) >> 10);
564
565 if (mp->m_logbufs > 0)
566 seq_printf(m, "," MNTOPT_LOGBUFS "=%d", mp->m_logbufs);
567 if (mp->m_logbsize > 0)
568 seq_printf(m, "," MNTOPT_LOGBSIZE "=%dk", mp->m_logbsize >> 10);
569
570 if (mp->m_logname)
571 seq_printf(m, "," MNTOPT_LOGDEV "=%s", mp->m_logname);
572 if (mp->m_rtname)
573 seq_printf(m, "," MNTOPT_RTDEV "=%s", mp->m_rtname);
574
575 if (mp->m_dalign > 0)
576 seq_printf(m, "," MNTOPT_SUNIT "=%d",
577 (int)XFS_FSB_TO_BB(mp, mp->m_dalign));
578 if (mp->m_swidth > 0)
579 seq_printf(m, "," MNTOPT_SWIDTH "=%d",
580 (int)XFS_FSB_TO_BB(mp, mp->m_swidth));
581
582 if (mp->m_qflags & (XFS_UQUOTA_ACCT|XFS_UQUOTA_ENFD))
583 seq_puts(m, "," MNTOPT_USRQUOTA);
584 else if (mp->m_qflags & XFS_UQUOTA_ACCT)
585 seq_puts(m, "," MNTOPT_UQUOTANOENF);
586
587 if (mp->m_qflags & (XFS_PQUOTA_ACCT|XFS_OQUOTA_ENFD))
588 seq_puts(m, "," MNTOPT_PRJQUOTA);
589 else if (mp->m_qflags & XFS_PQUOTA_ACCT)
590 seq_puts(m, "," MNTOPT_PQUOTANOENF);
591
592 if (mp->m_qflags & (XFS_GQUOTA_ACCT|XFS_OQUOTA_ENFD))
593 seq_puts(m, "," MNTOPT_GRPQUOTA);
594 else if (mp->m_qflags & XFS_GQUOTA_ACCT)
595 seq_puts(m, "," MNTOPT_GQUOTANOENF);
596
597 if (!(mp->m_qflags & XFS_ALL_QUOTA_ACCT))
598 seq_puts(m, "," MNTOPT_NOQUOTA);
599
600 return 0;
601}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700602__uint64_t
603xfs_max_file_offset(
604 unsigned int blockshift)
605{
606 unsigned int pagefactor = 1;
607 unsigned int bitshift = BITS_PER_LONG - 1;
608
609 /* Figure out maximum filesize, on Linux this can depend on
610 * the filesystem blocksize (on 32 bit platforms).
611 * __block_prepare_write does this in an [unsigned] long...
612 * page->index << (PAGE_CACHE_SHIFT - bbits)
613 * So, for page sized blocks (4K on 32 bit platforms),
614 * this wraps at around 8Tb (hence MAX_LFS_FILESIZE which is
615 * (((u64)PAGE_CACHE_SIZE << (BITS_PER_LONG-1))-1)
616 * but for smaller blocksizes it is less (bbits = log2 bsize).
617 * Note1: get_block_t takes a long (implicit cast from above)
618 * Note2: The Large Block Device (LBD and HAVE_SECTOR_T) patch
619 * can optionally convert the [unsigned] long from above into
620 * an [unsigned] long long.
621 */
622
623#if BITS_PER_LONG == 32
624# if defined(CONFIG_LBD)
625 ASSERT(sizeof(sector_t) == 8);
626 pagefactor = PAGE_CACHE_SIZE;
627 bitshift = BITS_PER_LONG;
628# else
629 pagefactor = PAGE_CACHE_SIZE >> (PAGE_CACHE_SHIFT - blockshift);
630# endif
631#endif
632
633 return (((__uint64_t)pagefactor) << bitshift) - 1;
634}
635
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636int
637xfs_blkdev_get(
638 xfs_mount_t *mp,
639 const char *name,
640 struct block_device **bdevp)
641{
642 int error = 0;
643
Al Viro30c40d22008-02-22 19:50:45 -0500644 *bdevp = open_bdev_exclusive(name, FMODE_READ|FMODE_WRITE, mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645 if (IS_ERR(*bdevp)) {
646 error = PTR_ERR(*bdevp);
647 printk("XFS: Invalid device [%s], error=%d\n", name, error);
648 }
649
650 return -error;
651}
652
653void
654xfs_blkdev_put(
655 struct block_device *bdev)
656{
657 if (bdev)
Al Viro30c40d22008-02-22 19:50:45 -0500658 close_bdev_exclusive(bdev, FMODE_READ|FMODE_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659}
660
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100661/*
662 * Try to write out the superblock using barriers.
663 */
664STATIC int
665xfs_barrier_test(
666 xfs_mount_t *mp)
667{
668 xfs_buf_t *sbp = xfs_getsb(mp, 0);
669 int error;
670
671 XFS_BUF_UNDONE(sbp);
672 XFS_BUF_UNREAD(sbp);
673 XFS_BUF_UNDELAYWRITE(sbp);
674 XFS_BUF_WRITE(sbp);
675 XFS_BUF_UNASYNC(sbp);
676 XFS_BUF_ORDERED(sbp);
677
678 xfsbdstrat(mp, sbp);
679 error = xfs_iowait(sbp);
680
681 /*
682 * Clear all the flags we set and possible error state in the
683 * buffer. We only did the write to try out whether barriers
684 * worked and shouldn't leave any traces in the superblock
685 * buffer.
686 */
687 XFS_BUF_DONE(sbp);
688 XFS_BUF_ERROR(sbp, 0);
689 XFS_BUF_UNORDERED(sbp);
690
691 xfs_buf_relse(sbp);
692 return error;
693}
694
695void
696xfs_mountfs_check_barriers(xfs_mount_t *mp)
697{
698 int error;
699
700 if (mp->m_logdev_targp != mp->m_ddev_targp) {
701 xfs_fs_cmn_err(CE_NOTE, mp,
702 "Disabling barriers, not supported with external log device");
703 mp->m_flags &= ~XFS_MOUNT_BARRIER;
Christoph Hellwig4ef19dd2006-01-11 15:27:18 +1100704 return;
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100705 }
706
Nathan Scottb2ea4012006-07-28 17:05:13 +1000707 if (xfs_readonly_buftarg(mp->m_ddev_targp)) {
708 xfs_fs_cmn_err(CE_NOTE, mp,
709 "Disabling barriers, underlying device is readonly");
710 mp->m_flags &= ~XFS_MOUNT_BARRIER;
711 return;
712 }
713
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100714 error = xfs_barrier_test(mp);
715 if (error) {
716 xfs_fs_cmn_err(CE_NOTE, mp,
717 "Disabling barriers, trial barrier write failed");
718 mp->m_flags &= ~XFS_MOUNT_BARRIER;
Christoph Hellwig4ef19dd2006-01-11 15:27:18 +1100719 return;
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100720 }
721}
722
723void
724xfs_blkdev_issue_flush(
725 xfs_buftarg_t *buftarg)
726{
Nathan Scottce8e9222006-01-11 15:39:08 +1100727 blkdev_issue_flush(buftarg->bt_bdev, NULL);
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100728}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000730STATIC void
731xfs_close_devices(
732 struct xfs_mount *mp)
733{
734 if (mp->m_logdev_targp && mp->m_logdev_targp != mp->m_ddev_targp) {
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000735 struct block_device *logdev = mp->m_logdev_targp->bt_bdev;
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000736 xfs_free_buftarg(mp->m_logdev_targp);
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000737 xfs_blkdev_put(logdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000738 }
739 if (mp->m_rtdev_targp) {
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000740 struct block_device *rtdev = mp->m_rtdev_targp->bt_bdev;
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000741 xfs_free_buftarg(mp->m_rtdev_targp);
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000742 xfs_blkdev_put(rtdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000743 }
744 xfs_free_buftarg(mp->m_ddev_targp);
745}
746
747/*
748 * The file system configurations are:
749 * (1) device (partition) with data and internal log
750 * (2) logical volume with data and log subvolumes.
751 * (3) logical volume with data, log, and realtime subvolumes.
752 *
753 * We only have to handle opening the log and realtime volumes here if
754 * they are present. The data subvolume has already been opened by
755 * get_sb_bdev() and is stored in sb->s_bdev.
756 */
757STATIC int
758xfs_open_devices(
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100759 struct xfs_mount *mp)
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000760{
761 struct block_device *ddev = mp->m_super->s_bdev;
762 struct block_device *logdev = NULL, *rtdev = NULL;
763 int error;
764
765 /*
766 * Open real time and log devices - order is important.
767 */
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100768 if (mp->m_logname) {
769 error = xfs_blkdev_get(mp, mp->m_logname, &logdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000770 if (error)
771 goto out;
772 }
773
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100774 if (mp->m_rtname) {
775 error = xfs_blkdev_get(mp, mp->m_rtname, &rtdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000776 if (error)
777 goto out_close_logdev;
778
779 if (rtdev == ddev || rtdev == logdev) {
780 cmn_err(CE_WARN,
781 "XFS: Cannot mount filesystem with identical rtdev and ddev/logdev.");
782 error = EINVAL;
783 goto out_close_rtdev;
784 }
785 }
786
787 /*
788 * Setup xfs_mount buffer target pointers
789 */
790 error = ENOMEM;
791 mp->m_ddev_targp = xfs_alloc_buftarg(ddev, 0);
792 if (!mp->m_ddev_targp)
793 goto out_close_rtdev;
794
795 if (rtdev) {
796 mp->m_rtdev_targp = xfs_alloc_buftarg(rtdev, 1);
797 if (!mp->m_rtdev_targp)
798 goto out_free_ddev_targ;
799 }
800
801 if (logdev && logdev != ddev) {
802 mp->m_logdev_targp = xfs_alloc_buftarg(logdev, 1);
803 if (!mp->m_logdev_targp)
804 goto out_free_rtdev_targ;
805 } else {
806 mp->m_logdev_targp = mp->m_ddev_targp;
807 }
808
809 return 0;
810
811 out_free_rtdev_targ:
812 if (mp->m_rtdev_targp)
813 xfs_free_buftarg(mp->m_rtdev_targp);
814 out_free_ddev_targ:
815 xfs_free_buftarg(mp->m_ddev_targp);
816 out_close_rtdev:
817 if (rtdev)
818 xfs_blkdev_put(rtdev);
819 out_close_logdev:
820 if (logdev && logdev != ddev)
821 xfs_blkdev_put(logdev);
822 out:
823 return error;
824}
825
Christoph Hellwige34b5622008-05-20 15:10:36 +1000826/*
827 * Setup xfs_mount buffer target pointers based on superblock
828 */
829STATIC int
830xfs_setup_devices(
831 struct xfs_mount *mp)
832{
833 int error;
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000834
Christoph Hellwige34b5622008-05-20 15:10:36 +1000835 error = xfs_setsize_buftarg(mp->m_ddev_targp, mp->m_sb.sb_blocksize,
836 mp->m_sb.sb_sectsize);
837 if (error)
838 return error;
839
840 if (mp->m_logdev_targp && mp->m_logdev_targp != mp->m_ddev_targp) {
841 unsigned int log_sector_size = BBSIZE;
842
843 if (xfs_sb_version_hassector(&mp->m_sb))
844 log_sector_size = mp->m_sb.sb_logsectsize;
845 error = xfs_setsize_buftarg(mp->m_logdev_targp,
846 mp->m_sb.sb_blocksize,
847 log_sector_size);
848 if (error)
849 return error;
850 }
851 if (mp->m_rtdev_targp) {
852 error = xfs_setsize_buftarg(mp->m_rtdev_targp,
853 mp->m_sb.sb_blocksize,
854 mp->m_sb.sb_sectsize);
855 if (error)
856 return error;
857 }
858
859 return 0;
860}
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000861
David Chinner249a8c12008-02-05 12:13:32 +1100862/*
863 * XFS AIL push thread support
864 */
865void
866xfsaild_wakeup(
David Chinner82fa9012008-10-30 17:38:26 +1100867 struct xfs_ail *ailp,
David Chinner249a8c12008-02-05 12:13:32 +1100868 xfs_lsn_t threshold_lsn)
869{
David Chinner82fa9012008-10-30 17:38:26 +1100870 ailp->xa_target = threshold_lsn;
871 wake_up_process(ailp->xa_task);
David Chinner249a8c12008-02-05 12:13:32 +1100872}
873
874int
875xfsaild(
876 void *data)
877{
David Chinner82fa9012008-10-30 17:38:26 +1100878 struct xfs_ail *ailp = data;
David Chinner249a8c12008-02-05 12:13:32 +1100879 xfs_lsn_t last_pushed_lsn = 0;
880 long tout = 0;
881
882 while (!kthread_should_stop()) {
883 if (tout)
884 schedule_timeout_interruptible(msecs_to_jiffies(tout));
885 tout = 1000;
886
887 /* swsusp */
888 try_to_freeze();
889
David Chinner82fa9012008-10-30 17:38:26 +1100890 ASSERT(ailp->xa_mount->m_log);
891 if (XFS_FORCED_SHUTDOWN(ailp->xa_mount))
David Chinner249a8c12008-02-05 12:13:32 +1100892 continue;
893
David Chinner82fa9012008-10-30 17:38:26 +1100894 tout = xfsaild_push(ailp, &last_pushed_lsn);
David Chinner249a8c12008-02-05 12:13:32 +1100895 }
896
897 return 0;
898} /* xfsaild */
899
900int
901xfsaild_start(
David Chinner82fa9012008-10-30 17:38:26 +1100902 struct xfs_ail *ailp)
David Chinner249a8c12008-02-05 12:13:32 +1100903{
David Chinner82fa9012008-10-30 17:38:26 +1100904 ailp->xa_target = 0;
905 ailp->xa_task = kthread_run(xfsaild, ailp, "xfsaild");
906 if (IS_ERR(ailp->xa_task))
907 return -PTR_ERR(ailp->xa_task);
David Chinner249a8c12008-02-05 12:13:32 +1100908 return 0;
909}
910
911void
912xfsaild_stop(
David Chinner82fa9012008-10-30 17:38:26 +1100913 struct xfs_ail *ailp)
David Chinner249a8c12008-02-05 12:13:32 +1100914{
David Chinner82fa9012008-10-30 17:38:26 +1100915 kthread_stop(ailp->xa_task);
David Chinner249a8c12008-02-05 12:13:32 +1100916}
917
918
David Chinnerbf904242008-10-30 17:36:14 +1100919/* Catch misguided souls that try to use this interface on XFS */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920STATIC struct inode *
Nathan Scotta50cd262006-03-14 14:06:18 +1100921xfs_fs_alloc_inode(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922 struct super_block *sb)
923{
David Chinnerbf904242008-10-30 17:36:14 +1100924 BUG();
Lachlan McIlroy493dca62008-10-30 17:36:52 +1100925 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926}
927
David Chinnerbf904242008-10-30 17:36:14 +1100928/*
David Chinner99fa8cb2008-10-30 17:36:40 +1100929 * Now that the generic code is guaranteed not to be accessing
930 * the linux inode, we can reclaim the inode.
David Chinnerbf904242008-10-30 17:36:14 +1100931 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932STATIC void
Nathan Scotta50cd262006-03-14 14:06:18 +1100933xfs_fs_destroy_inode(
David Chinnerbf904242008-10-30 17:36:14 +1100934 struct inode *inode)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935{
David Chinner99fa8cb2008-10-30 17:36:40 +1100936 xfs_inode_t *ip = XFS_I(inode);
937
938 XFS_STATS_INC(vn_reclaim);
939 if (xfs_reclaim(ip))
940 panic("%s: cannot reclaim 0x%p\n", __func__, inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941}
942
David Chinner07c8f672008-10-30 16:11:59 +1100943/*
944 * Slab object creation initialisation for the XFS inode.
945 * This covers only the idempotent fields in the XFS inode;
946 * all other fields need to be initialised on allocation
947 * from the slab. This avoids the need to repeatedly intialise
948 * fields in the xfs inode that left in the initialise state
949 * when freeing the inode.
950 */
David Chinnerbf904242008-10-30 17:36:14 +1100951STATIC void
952xfs_fs_inode_init_once(
David Chinner07c8f672008-10-30 16:11:59 +1100953 void *inode)
954{
955 struct xfs_inode *ip = inode;
956
957 memset(ip, 0, sizeof(struct xfs_inode));
David Chinnerbf904242008-10-30 17:36:14 +1100958
959 /* vfs inode */
960 inode_init_once(VFS_I(ip));
961
962 /* xfs inode */
David Chinner07c8f672008-10-30 16:11:59 +1100963 atomic_set(&ip->i_iocount, 0);
964 atomic_set(&ip->i_pincount, 0);
965 spin_lock_init(&ip->i_flags_lock);
David Chinner07c8f672008-10-30 16:11:59 +1100966 init_waitqueue_head(&ip->i_ipin_wait);
967 /*
968 * Because we want to use a counting completion, complete
969 * the flush completion once to allow a single access to
970 * the flush completion without blocking.
971 */
972 init_completion(&ip->i_flush);
973 complete(&ip->i_flush);
974
975 mrlock_init(&ip->i_lock, MRLOCK_ALLOW_EQUAL_PRI|MRLOCK_BARRIER,
976 "xfsino", ip->i_ino);
977 mrlock_init(&ip->i_iolock, MRLOCK_BARRIER, "xfsio", ip->i_ino);
978}
979
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980/*
981 * Attempt to flush the inode, this will actually fail
982 * if the inode is pinned, but we dirty the inode again
983 * at the point when it is unpinned after a log write,
Nathan Scott87582802006-03-14 13:18:19 +1100984 * since this is when the inode itself becomes flushable.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985 */
986STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +1100987xfs_fs_write_inode(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988 struct inode *inode,
989 int sync)
990{
Dave Chinner2e656092008-11-28 14:23:33 +1100991 struct xfs_inode *ip = XFS_I(inode);
Christoph Hellwigd4bb6d02009-02-04 09:36:19 +0100992 struct xfs_mount *mp = ip->i_mount;
David Chinnera3f74ff2008-03-06 13:43:42 +1100993 int error = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994
Dave Chinner2e656092008-11-28 14:23:33 +1100995 xfs_itrace_entry(ip);
Christoph Hellwigd4bb6d02009-02-04 09:36:19 +0100996
997 if (XFS_FORCED_SHUTDOWN(mp))
998 return XFS_ERROR(EIO);
999
Christoph Hellwig739bfb22007-08-29 10:58:01 +10001000 if (sync) {
Dave Chinner2e656092008-11-28 14:23:33 +11001001 error = xfs_wait_on_pages(ip, 0, -1);
1002 if (error)
Christoph Hellwigd4bb6d02009-02-04 09:36:19 +01001003 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004 }
Dave Chinner2e656092008-11-28 14:23:33 +11001005
Christoph Hellwigd4bb6d02009-02-04 09:36:19 +01001006 /*
1007 * Bypass inodes which have already been cleaned by
1008 * the inode flush clustering code inside xfs_iflush
1009 */
1010 if (xfs_inode_clean(ip))
1011 goto out;
1012
1013 /*
1014 * We make this non-blocking if the inode is contended, return
1015 * EAGAIN to indicate to the caller that they did not succeed.
1016 * This prevents the flush path from blocking on inodes inside
1017 * another operation right now, they get caught later by xfs_sync.
1018 */
1019 if (sync) {
1020 xfs_ilock(ip, XFS_ILOCK_SHARED);
1021 xfs_iflock(ip);
1022
1023 error = xfs_iflush(ip, XFS_IFLUSH_SYNC);
1024 } else {
1025 error = EAGAIN;
1026 if (!xfs_ilock_nowait(ip, XFS_ILOCK_SHARED))
1027 goto out;
1028 if (xfs_ipincount(ip) || !xfs_iflock_nowait(ip))
1029 goto out_unlock;
1030
1031 error = xfs_iflush(ip, XFS_IFLUSH_ASYNC_NOBLOCK);
1032 }
1033
1034 out_unlock:
1035 xfs_iunlock(ip, XFS_ILOCK_SHARED);
1036 out:
Lachlan McIlroye893bff2007-10-12 11:13:35 +10001037 /*
1038 * if we failed to write out the inode then mark
1039 * it dirty again so we'll try again later.
1040 */
1041 if (error)
Dave Chinner2e656092008-11-28 14:23:33 +11001042 xfs_mark_inode_dirty_sync(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043 return -error;
1044}
1045
1046STATIC void
Nathan Scotta50cd262006-03-14 14:06:18 +11001047xfs_fs_clear_inode(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048 struct inode *inode)
1049{
Christoph Hellwig1543d792007-08-29 11:46:47 +10001050 xfs_inode_t *ip = XFS_I(inode);
Christoph Hellwig56d433e2005-09-05 08:23:54 +10001051
David Chinner99fa8cb2008-10-30 17:36:40 +11001052 xfs_itrace_entry(ip);
1053 XFS_STATS_INC(vn_rele);
1054 XFS_STATS_INC(vn_remove);
1055 XFS_STATS_DEC(vn_active);
Christoph Hellwig56d433e2005-09-05 08:23:54 +10001056
David Chinner99fa8cb2008-10-30 17:36:40 +11001057 xfs_inactive(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058}
1059
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060STATIC void
Christoph Hellwiga7381592008-08-13 16:04:05 +10001061xfs_free_fsname(
1062 struct xfs_mount *mp)
1063{
1064 kfree(mp->m_fsname);
1065 kfree(mp->m_rtname);
1066 kfree(mp->m_logname);
1067}
1068
1069STATIC void
Nathan Scotta50cd262006-03-14 14:06:18 +11001070xfs_fs_put_super(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001071 struct super_block *sb)
1072{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001073 struct xfs_mount *mp = XFS_M(sb);
Christoph Hellwige48ad3162008-05-20 11:30:52 +10001074 struct xfs_inode *rip = mp->m_rootip;
1075 int unmount_event_flags = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001076
David Chinnera167b172008-10-30 17:06:18 +11001077 xfs_syncd_stop(mp);
David Chinnerbe97d9d2008-10-30 17:15:38 +11001078 xfs_sync_inodes(mp, SYNC_ATTR|SYNC_DELWRI);
Christoph Hellwige48ad3162008-05-20 11:30:52 +10001079
1080#ifdef HAVE_DMAPI
1081 if (mp->m_flags & XFS_MOUNT_DMAPI) {
1082 unmount_event_flags =
1083 (mp->m_dmevmask & (1 << DM_EVENT_UNMOUNT)) ?
1084 0 : DM_FLAGS_UNWANTED;
1085 /*
1086 * Ignore error from dmapi here, first unmount is not allowed
1087 * to fail anyway, and second we wouldn't want to fail a
1088 * unmount because of dmapi.
1089 */
1090 XFS_SEND_PREUNMOUNT(mp, rip, DM_RIGHT_NULL, rip, DM_RIGHT_NULL,
1091 NULL, NULL, 0, 0, unmount_event_flags);
1092 }
1093#endif
1094
1095 /*
1096 * Blow away any referenced inode in the filestreams cache.
1097 * This can and will cause log traffic as inodes go inactive
1098 * here.
1099 */
1100 xfs_filestream_unmount(mp);
1101
1102 XFS_bflush(mp->m_ddev_targp);
Christoph Hellwige48ad3162008-05-20 11:30:52 +10001103
Christoph Hellwige48ad3162008-05-20 11:30:52 +10001104 if (mp->m_flags & XFS_MOUNT_DMAPI) {
1105 XFS_SEND_UNMOUNT(mp, rip, DM_RIGHT_NULL, 0, 0,
1106 unmount_event_flags);
1107 }
1108
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001109 xfs_unmountfs(mp);
Christoph Hellwig62033002008-08-13 16:50:21 +10001110 xfs_freesb(mp);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001111 xfs_icsb_destroy_counters(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001112 xfs_close_devices(mp);
Christoph Hellwige48ad3162008-05-20 11:30:52 +10001113 xfs_qmops_put(mp);
1114 xfs_dmops_put(mp);
Christoph Hellwiga7381592008-08-13 16:04:05 +10001115 xfs_free_fsname(mp);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001116 kfree(mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117}
1118
1119STATIC void
Nathan Scotta50cd262006-03-14 14:06:18 +11001120xfs_fs_write_super(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121 struct super_block *sb)
1122{
Nathan Scottb83bd132006-06-09 16:48:30 +10001123 if (!(sb->s_flags & MS_RDONLY))
David Chinnere9f1c6e2008-10-30 17:15:50 +11001124 xfs_sync_fsdata(XFS_M(sb), 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001125 sb->s_dirt = 0;
1126}
1127
1128STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001129xfs_fs_sync_super(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001130 struct super_block *sb,
1131 int wait)
1132{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001133 struct xfs_mount *mp = XFS_M(sb);
Nathan Scottb83bd132006-06-09 16:48:30 +10001134 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135
Lachlan McIlroye893bff2007-10-12 11:13:35 +10001136 /*
1137 * Treat a sync operation like a freeze. This is to work
1138 * around a race in sync_inodes() which works in two phases
1139 * - an asynchronous flush, which can write out an inode
1140 * without waiting for file size updates to complete, and a
1141 * synchronous flush, which wont do anything because the
1142 * async flush removed the inode's dirty flag. Also
1143 * sync_inodes() will not see any files that just have
1144 * outstanding transactions to be flushed because we don't
1145 * dirty the Linux inode until after the transaction I/O
1146 * completes.
1147 */
David Chinnere9f1c6e2008-10-30 17:15:50 +11001148 if (wait || unlikely(sb->s_frozen == SB_FREEZE_WRITE))
1149 error = xfs_quiesce_data(mp);
1150 else
1151 error = xfs_sync_fsdata(mp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152 sb->s_dirt = 0;
1153
1154 if (unlikely(laptop_mode)) {
Christoph Hellwig74394492007-08-30 17:21:22 +10001155 int prev_sync_seq = mp->m_sync_seq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156
1157 /*
1158 * The disk must be active because we're syncing.
1159 * We schedule xfssyncd now (now that the disk is
1160 * active) instead of later (when it might not be).
1161 */
Christoph Hellwig74394492007-08-30 17:21:22 +10001162 wake_up_process(mp->m_sync_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163 /*
1164 * We have to wait for the sync iteration to complete.
1165 * If we don't, the disk activity caused by the sync
1166 * will come after the sync is completed, and that
1167 * triggers another sync from laptop mode.
1168 */
Christoph Hellwig74394492007-08-30 17:21:22 +10001169 wait_event(mp->m_wait_single_sync_task,
1170 mp->m_sync_seq != prev_sync_seq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001171 }
1172
1173 return -error;
1174}
1175
1176STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001177xfs_fs_statfs(
David Howells726c3342006-06-23 02:02:58 -07001178 struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179 struct kstatfs *statp)
1180{
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001181 struct xfs_mount *mp = XFS_M(dentry->d_sb);
1182 xfs_sb_t *sbp = &mp->m_sb;
1183 __uint64_t fakeinos, id;
1184 xfs_extlen_t lsize;
1185
1186 statp->f_type = XFS_SB_MAGIC;
1187 statp->f_namelen = MAXNAMELEN - 1;
1188
1189 id = huge_encode_dev(mp->m_ddev_targp->bt_dev);
1190 statp->f_fsid.val[0] = (u32)id;
1191 statp->f_fsid.val[1] = (u32)(id >> 32);
1192
Christoph Hellwigd4d90b52008-04-22 17:34:37 +10001193 xfs_icsb_sync_counters(mp, XFS_ICSB_LAZY_COUNT);
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001194
1195 spin_lock(&mp->m_sb_lock);
1196 statp->f_bsize = sbp->sb_blocksize;
1197 lsize = sbp->sb_logstart ? sbp->sb_logblocks : 0;
1198 statp->f_blocks = sbp->sb_dblocks - lsize;
1199 statp->f_bfree = statp->f_bavail =
1200 sbp->sb_fdblocks - XFS_ALLOC_SET_ASIDE(mp);
1201 fakeinos = statp->f_bfree << sbp->sb_inopblog;
1202#if XFS_BIG_INUMS
1203 fakeinos += mp->m_inoadd;
1204#endif
1205 statp->f_files =
1206 MIN(sbp->sb_icount + fakeinos, (__uint64_t)XFS_MAXINUMBER);
1207 if (mp->m_maxicount)
1208#if XFS_BIG_INUMS
1209 if (!mp->m_inoadd)
1210#endif
1211 statp->f_files = min_t(typeof(statp->f_files),
1212 statp->f_files,
1213 mp->m_maxicount);
1214 statp->f_ffree = statp->f_files - (sbp->sb_icount - sbp->sb_ifree);
1215 spin_unlock(&mp->m_sb_lock);
1216
1217 XFS_QM_DQSTATVFS(XFS_I(dentry->d_inode), statp);
1218 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219}
1220
1221STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001222xfs_fs_remount(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223 struct super_block *sb,
1224 int *flags,
1225 char *options)
1226{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001227 struct xfs_mount *mp = XFS_M(sb);
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001228 substring_t args[MAX_OPT_ARGS];
1229 char *p;
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001230 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001232 while ((p = strsep(&options, ",")) != NULL) {
1233 int token;
Christoph Hellwigbdd907b2008-05-20 15:10:44 +10001234
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001235 if (!*p)
1236 continue;
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001237
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001238 token = match_token(p, tokens, args);
1239 switch (token) {
1240 case Opt_barrier:
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001241 mp->m_flags |= XFS_MOUNT_BARRIER;
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001242
1243 /*
1244 * Test if barriers are actually working if we can,
1245 * else delay this check until the filesystem is
1246 * marked writeable.
1247 */
1248 if (!(mp->m_flags & XFS_MOUNT_RDONLY))
1249 xfs_mountfs_check_barriers(mp);
1250 break;
1251 case Opt_nobarrier:
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001252 mp->m_flags &= ~XFS_MOUNT_BARRIER;
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001253 break;
1254 default:
Christoph Hellwig6efdf282008-09-17 16:49:33 +10001255 /*
1256 * Logically we would return an error here to prevent
1257 * users from believing they might have changed
1258 * mount options using remount which can't be changed.
1259 *
1260 * But unfortunately mount(8) adds all options from
1261 * mtab and fstab to the mount arguments in some cases
1262 * so we can't blindly reject options, but have to
1263 * check for each specified option if it actually
1264 * differs from the currently set option and only
1265 * reject it if that's the case.
1266 *
1267 * Until that is implemented we return success for
1268 * every remount request, and silently ignore all
1269 * options that we can't actually change.
1270 */
1271#if 0
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001272 printk(KERN_INFO
1273 "XFS: mount option \"%s\" not supported for remount\n", p);
1274 return -EINVAL;
Christoph Hellwig6efdf282008-09-17 16:49:33 +10001275#else
Christoph Hellwig6c5e51d2008-10-12 14:30:44 +02001276 break;
Christoph Hellwig6efdf282008-09-17 16:49:33 +10001277#endif
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001278 }
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001279 }
1280
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001281 /* ro -> rw */
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001282 if ((mp->m_flags & XFS_MOUNT_RDONLY) && !(*flags & MS_RDONLY)) {
1283 mp->m_flags &= ~XFS_MOUNT_RDONLY;
1284 if (mp->m_flags & XFS_MOUNT_BARRIER)
1285 xfs_mountfs_check_barriers(mp);
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001286
1287 /*
1288 * If this is the first remount to writeable state we
1289 * might have some superblock changes to update.
1290 */
1291 if (mp->m_update_flags) {
1292 error = xfs_mount_log_sb(mp, mp->m_update_flags);
1293 if (error) {
1294 cmn_err(CE_WARN,
1295 "XFS: failed to write sb changes");
1296 return error;
1297 }
1298 mp->m_update_flags = 0;
1299 }
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001300 }
1301
1302 /* rw -> ro */
1303 if (!(mp->m_flags & XFS_MOUNT_RDONLY) && (*flags & MS_RDONLY)) {
David Chinnere9f1c6e2008-10-30 17:15:50 +11001304 xfs_quiesce_data(mp);
David Chinner76bf1052008-10-30 17:16:21 +11001305 xfs_quiesce_attr(mp);
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001306 mp->m_flags |= XFS_MOUNT_RDONLY;
1307 }
1308
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001309 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310}
1311
Christoph Hellwig9909c4a2007-10-11 18:11:14 +10001312/*
1313 * Second stage of a freeze. The data is already frozen so we only
David Chinner76bf1052008-10-30 17:16:21 +11001314 * need to take care of the metadata. Once that's done write a dummy
Christoph Hellwig9909c4a2007-10-11 18:11:14 +10001315 * record to dirty the log in case of a crash while frozen.
1316 */
Takashi Satoc4be0c12009-01-09 16:40:58 -08001317STATIC int
1318xfs_fs_freeze(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319 struct super_block *sb)
1320{
Christoph Hellwig9909c4a2007-10-11 18:11:14 +10001321 struct xfs_mount *mp = XFS_M(sb);
1322
David Chinner76bf1052008-10-30 17:16:21 +11001323 xfs_quiesce_attr(mp);
Takashi Satoc4be0c12009-01-09 16:40:58 -08001324 return -xfs_fs_log_dummy(mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325}
1326
1327STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001328xfs_fs_show_options(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329 struct seq_file *m,
1330 struct vfsmount *mnt)
1331{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001332 return -xfs_showargs(XFS_M(mnt->mnt_sb), m);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333}
1334
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001335/*
1336 * This function fills in xfs_mount_t fields based on mount args.
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001337 * Note: the superblock _has_ now been read in.
1338 */
1339STATIC int
1340xfs_finish_flags(
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001341 struct xfs_mount *mp)
1342{
1343 int ronly = (mp->m_flags & XFS_MOUNT_RDONLY);
1344
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02001345 /* Fail a mount where the logbuf is smaller than the log stripe */
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001346 if (xfs_sb_version_haslogv2(&mp->m_sb)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001347 if (mp->m_logbsize <= 0 &&
1348 mp->m_sb.sb_logsunit > XLOG_BIG_RECORD_BSIZE) {
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001349 mp->m_logbsize = mp->m_sb.sb_logsunit;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001350 } else if (mp->m_logbsize > 0 &&
1351 mp->m_logbsize < mp->m_sb.sb_logsunit) {
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001352 cmn_err(CE_WARN,
1353 "XFS: logbuf size must be greater than or equal to log stripe size");
1354 return XFS_ERROR(EINVAL);
1355 }
1356 } else {
1357 /* Fail a mount if the logbuf is larger than 32K */
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001358 if (mp->m_logbsize > XLOG_BIG_RECORD_BSIZE) {
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001359 cmn_err(CE_WARN,
1360 "XFS: logbuf size for version 1 logs must be 16K or 32K");
1361 return XFS_ERROR(EINVAL);
1362 }
1363 }
1364
1365 /*
1366 * mkfs'ed attr2 will turn on attr2 mount unless explicitly
1367 * told by noattr2 to turn it off
1368 */
1369 if (xfs_sb_version_hasattr2(&mp->m_sb) &&
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001370 !(mp->m_flags & XFS_MOUNT_NOATTR2))
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001371 mp->m_flags |= XFS_MOUNT_ATTR2;
1372
1373 /*
1374 * prohibit r/w mounts of read-only filesystems
1375 */
1376 if ((mp->m_sb.sb_flags & XFS_SBF_READONLY) && !ronly) {
1377 cmn_err(CE_WARN,
1378 "XFS: cannot mount a read-only filesystem as read-write");
1379 return XFS_ERROR(EROFS);
1380 }
1381
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001382 return 0;
1383}
1384
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001386xfs_fs_fill_super(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387 struct super_block *sb,
1388 void *data,
1389 int silent)
1390{
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001391 struct inode *root;
Christoph Hellwig745f6912007-08-30 17:20:39 +10001392 struct xfs_mount *mp = NULL;
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001393 int flags = 0, error = ENOMEM;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001394 char *mtpt = NULL;
Christoph Hellwigbdd907b2008-05-20 15:10:44 +10001395
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001396 mp = kzalloc(sizeof(struct xfs_mount), GFP_KERNEL);
1397 if (!mp)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001398 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001400 spin_lock_init(&mp->m_sb_lock);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001401 mutex_init(&mp->m_growlock);
1402 atomic_set(&mp->m_active_trans, 0);
Christoph Hellwig74394492007-08-30 17:21:22 +10001403 INIT_LIST_HEAD(&mp->m_sync_list);
1404 spin_lock_init(&mp->m_sync_lock);
1405 init_waitqueue_head(&mp->m_wait_single_sync_task);
1406
Christoph Hellwigb267ce92007-08-30 17:21:30 +10001407 mp->m_super = sb;
1408 sb->s_fs_info = mp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001410 error = xfs_parseargs(mp, (char *)data, &mtpt);
Christoph Hellwig745f6912007-08-30 17:20:39 +10001411 if (error)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001412 goto out_free_fsname;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413
1414 sb_min_blocksize(sb, BBSIZE);
Lachlan McIlroy0ec58512008-06-23 13:23:01 +10001415 sb->s_xattr = xfs_xattr_handlers;
Nathan Scotta50cd262006-03-14 14:06:18 +11001416 sb->s_export_op = &xfs_export_operations;
Christoph Hellwigfcafb712009-02-09 08:47:34 +01001417#ifdef CONFIG_XFS_QUOTA
Nathan Scotta50cd262006-03-14 14:06:18 +11001418 sb->s_qcop = &xfs_quotactl_operations;
Christoph Hellwigfcafb712009-02-09 08:47:34 +01001419#endif
Nathan Scotta50cd262006-03-14 14:06:18 +11001420 sb->s_op = &xfs_super_operations;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001422 error = xfs_dmops_get(mp);
Christoph Hellwig745f6912007-08-30 17:20:39 +10001423 if (error)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001424 goto out_free_fsname;
1425 error = xfs_qmops_get(mp);
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001426 if (error)
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001427 goto out_put_dmops;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001428
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001429 if (silent)
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001430 flags |= XFS_MFSI_QUIET;
1431
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001432 error = xfs_open_devices(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001433 if (error)
1434 goto out_put_qmops;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001435
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001436 if (xfs_icsb_init_counters(mp))
1437 mp->m_flags |= XFS_MOUNT_NO_PERCPU_SB;
1438
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001439 error = xfs_readsb(mp, flags);
1440 if (error)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001441 goto out_destroy_counters;
1442
1443 error = xfs_finish_flags(mp);
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001444 if (error)
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001445 goto out_free_sb;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001446
Christoph Hellwige34b5622008-05-20 15:10:36 +10001447 error = xfs_setup_devices(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001448 if (error)
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001449 goto out_free_sb;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001450
1451 if (mp->m_flags & XFS_MOUNT_BARRIER)
1452 xfs_mountfs_check_barriers(mp);
1453
1454 error = xfs_filestream_mount(mp);
1455 if (error)
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001456 goto out_free_sb;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001457
Christoph Hellwig42490232008-08-13 16:49:32 +10001458 error = xfs_mountfs(mp);
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001459 if (error)
Christoph Hellwig120226c2008-05-20 15:11:11 +10001460 goto out_filestream_unmount;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001461
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001462 XFS_SEND_MOUNT(mp, DM_RIGHT_NULL, mtpt, mp->m_fsname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464 sb->s_dirt = 1;
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001465 sb->s_magic = XFS_SB_MAGIC;
1466 sb->s_blocksize = mp->m_sb.sb_blocksize;
1467 sb->s_blocksize_bits = ffs(sb->s_blocksize) - 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468 sb->s_maxbytes = xfs_max_file_offset(sb->s_blocksize_bits);
1469 sb->s_time_gran = 1;
1470 set_posix_acl_flag(sb);
1471
David Chinner01651642008-08-13 15:45:15 +10001472 root = igrab(VFS_I(mp->m_rootip));
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001473 if (!root) {
Christoph Hellwigcbc89dc2008-02-05 12:14:01 +11001474 error = ENOENT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475 goto fail_unmount;
Christoph Hellwigcbc89dc2008-02-05 12:14:01 +11001476 }
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001477 if (is_bad_inode(root)) {
1478 error = EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479 goto fail_vnrele;
1480 }
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001481 sb->s_root = d_alloc_root(root);
1482 if (!sb->s_root) {
1483 error = ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001484 goto fail_vnrele;
1485 }
Christoph Hellwig74394492007-08-30 17:21:22 +10001486
David Chinnera167b172008-10-30 17:06:18 +11001487 error = xfs_syncd_init(mp);
1488 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489 goto fail_vnrele;
Christoph Hellwig74394492007-08-30 17:21:22 +10001490
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001491 kfree(mtpt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001493 xfs_itrace_exit(XFS_I(sb->s_root->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494 return 0;
1495
Christoph Hellwig120226c2008-05-20 15:11:11 +10001496 out_filestream_unmount:
1497 xfs_filestream_unmount(mp);
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001498 out_free_sb:
1499 xfs_freesb(mp);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001500 out_destroy_counters:
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001501 xfs_icsb_destroy_counters(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001502 xfs_close_devices(mp);
1503 out_put_qmops:
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001504 xfs_qmops_put(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001505 out_put_dmops:
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001506 xfs_dmops_put(mp);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001507 out_free_fsname:
1508 xfs_free_fsname(mp);
1509 kfree(mtpt);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001510 kfree(mp);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001511 out:
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001512 return -error;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001513
1514 fail_vnrele:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515 if (sb->s_root) {
1516 dput(sb->s_root);
1517 sb->s_root = NULL;
1518 } else {
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001519 iput(root);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520 }
1521
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001522 fail_unmount:
Christoph Hellwige48ad3162008-05-20 11:30:52 +10001523 /*
1524 * Blow away any referenced inode in the filestreams cache.
1525 * This can and will cause log traffic as inodes go inactive
1526 * here.
1527 */
1528 xfs_filestream_unmount(mp);
1529
1530 XFS_bflush(mp->m_ddev_targp);
Christoph Hellwige48ad3162008-05-20 11:30:52 +10001531
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001532 xfs_unmountfs(mp);
Christoph Hellwig62033002008-08-13 16:50:21 +10001533 goto out_free_sb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001534}
1535
David Howells454e2392006-06-23 02:02:57 -07001536STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001537xfs_fs_get_sb(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001538 struct file_system_type *fs_type,
1539 int flags,
1540 const char *dev_name,
David Howells454e2392006-06-23 02:02:57 -07001541 void *data,
1542 struct vfsmount *mnt)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543{
David Howells454e2392006-06-23 02:02:57 -07001544 return get_sb_bdev(fs_type, flags, dev_name, data, xfs_fs_fill_super,
1545 mnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546}
1547
David Chinner7989cb82007-02-10 18:34:56 +11001548static struct super_operations xfs_super_operations = {
Nathan Scotta50cd262006-03-14 14:06:18 +11001549 .alloc_inode = xfs_fs_alloc_inode,
1550 .destroy_inode = xfs_fs_destroy_inode,
1551 .write_inode = xfs_fs_write_inode,
1552 .clear_inode = xfs_fs_clear_inode,
1553 .put_super = xfs_fs_put_super,
1554 .write_super = xfs_fs_write_super,
1555 .sync_fs = xfs_fs_sync_super,
Takashi Satoc4be0c12009-01-09 16:40:58 -08001556 .freeze_fs = xfs_fs_freeze,
Nathan Scotta50cd262006-03-14 14:06:18 +11001557 .statfs = xfs_fs_statfs,
1558 .remount_fs = xfs_fs_remount,
1559 .show_options = xfs_fs_show_options,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001560};
1561
Andrew Morton5085b602007-02-20 13:57:47 -08001562static struct file_system_type xfs_fs_type = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563 .owner = THIS_MODULE,
1564 .name = "xfs",
Nathan Scotta50cd262006-03-14 14:06:18 +11001565 .get_sb = xfs_fs_get_sb,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566 .kill_sb = kill_block_super,
1567 .fs_flags = FS_REQUIRES_DEV,
1568};
1569
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001570STATIC int __init
1571xfs_alloc_trace_bufs(void)
1572{
1573#ifdef XFS_ALLOC_TRACE
1574 xfs_alloc_trace_buf = ktrace_alloc(XFS_ALLOC_TRACE_SIZE, KM_MAYFAIL);
1575 if (!xfs_alloc_trace_buf)
1576 goto out;
1577#endif
1578#ifdef XFS_BMAP_TRACE
1579 xfs_bmap_trace_buf = ktrace_alloc(XFS_BMAP_TRACE_SIZE, KM_MAYFAIL);
1580 if (!xfs_bmap_trace_buf)
1581 goto out_free_alloc_trace;
1582#endif
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001583#ifdef XFS_BTREE_TRACE
1584 xfs_allocbt_trace_buf = ktrace_alloc(XFS_ALLOCBT_TRACE_SIZE,
1585 KM_MAYFAIL);
1586 if (!xfs_allocbt_trace_buf)
1587 goto out_free_bmap_trace;
1588
1589 xfs_inobt_trace_buf = ktrace_alloc(XFS_INOBT_TRACE_SIZE, KM_MAYFAIL);
1590 if (!xfs_inobt_trace_buf)
1591 goto out_free_allocbt_trace;
1592
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001593 xfs_bmbt_trace_buf = ktrace_alloc(XFS_BMBT_TRACE_SIZE, KM_MAYFAIL);
1594 if (!xfs_bmbt_trace_buf)
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001595 goto out_free_inobt_trace;
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001596#endif
1597#ifdef XFS_ATTR_TRACE
1598 xfs_attr_trace_buf = ktrace_alloc(XFS_ATTR_TRACE_SIZE, KM_MAYFAIL);
1599 if (!xfs_attr_trace_buf)
1600 goto out_free_bmbt_trace;
1601#endif
1602#ifdef XFS_DIR2_TRACE
1603 xfs_dir2_trace_buf = ktrace_alloc(XFS_DIR2_GTRACE_SIZE, KM_MAYFAIL);
1604 if (!xfs_dir2_trace_buf)
1605 goto out_free_attr_trace;
1606#endif
1607
1608 return 0;
1609
1610#ifdef XFS_DIR2_TRACE
1611 out_free_attr_trace:
1612#endif
1613#ifdef XFS_ATTR_TRACE
1614 ktrace_free(xfs_attr_trace_buf);
1615 out_free_bmbt_trace:
1616#endif
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001617#ifdef XFS_BTREE_TRACE
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001618 ktrace_free(xfs_bmbt_trace_buf);
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001619 out_free_inobt_trace:
1620 ktrace_free(xfs_inobt_trace_buf);
1621 out_free_allocbt_trace:
1622 ktrace_free(xfs_allocbt_trace_buf);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001623 out_free_bmap_trace:
1624#endif
1625#ifdef XFS_BMAP_TRACE
1626 ktrace_free(xfs_bmap_trace_buf);
1627 out_free_alloc_trace:
1628#endif
1629#ifdef XFS_ALLOC_TRACE
1630 ktrace_free(xfs_alloc_trace_buf);
1631 out:
1632#endif
1633 return -ENOMEM;
1634}
1635
1636STATIC void
1637xfs_free_trace_bufs(void)
1638{
1639#ifdef XFS_DIR2_TRACE
1640 ktrace_free(xfs_dir2_trace_buf);
1641#endif
1642#ifdef XFS_ATTR_TRACE
1643 ktrace_free(xfs_attr_trace_buf);
1644#endif
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001645#ifdef XFS_BTREE_TRACE
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001646 ktrace_free(xfs_bmbt_trace_buf);
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001647 ktrace_free(xfs_inobt_trace_buf);
1648 ktrace_free(xfs_allocbt_trace_buf);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001649#endif
1650#ifdef XFS_BMAP_TRACE
1651 ktrace_free(xfs_bmap_trace_buf);
1652#endif
1653#ifdef XFS_ALLOC_TRACE
1654 ktrace_free(xfs_alloc_trace_buf);
1655#endif
1656}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657
1658STATIC int __init
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001659xfs_init_zones(void)
1660{
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001661
1662 xfs_ioend_zone = kmem_zone_init(sizeof(xfs_ioend_t), "xfs_ioend");
1663 if (!xfs_ioend_zone)
David Chinnerbf904242008-10-30 17:36:14 +11001664 goto out;
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001665
1666 xfs_ioend_pool = mempool_create_slab_pool(4 * MAX_BUF_PER_PAGE,
1667 xfs_ioend_zone);
1668 if (!xfs_ioend_pool)
1669 goto out_destroy_ioend_zone;
1670
1671 xfs_log_ticket_zone = kmem_zone_init(sizeof(xlog_ticket_t),
1672 "xfs_log_ticket");
1673 if (!xfs_log_ticket_zone)
1674 goto out_destroy_ioend_pool;
1675
1676 xfs_bmap_free_item_zone = kmem_zone_init(sizeof(xfs_bmap_free_item_t),
1677 "xfs_bmap_free_item");
1678 if (!xfs_bmap_free_item_zone)
1679 goto out_destroy_log_ticket_zone;
David Chinnerbf904242008-10-30 17:36:14 +11001680
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001681 xfs_btree_cur_zone = kmem_zone_init(sizeof(xfs_btree_cur_t),
1682 "xfs_btree_cur");
1683 if (!xfs_btree_cur_zone)
1684 goto out_destroy_bmap_free_item_zone;
1685
1686 xfs_da_state_zone = kmem_zone_init(sizeof(xfs_da_state_t),
1687 "xfs_da_state");
1688 if (!xfs_da_state_zone)
1689 goto out_destroy_btree_cur_zone;
1690
1691 xfs_dabuf_zone = kmem_zone_init(sizeof(xfs_dabuf_t), "xfs_dabuf");
1692 if (!xfs_dabuf_zone)
1693 goto out_destroy_da_state_zone;
1694
1695 xfs_ifork_zone = kmem_zone_init(sizeof(xfs_ifork_t), "xfs_ifork");
1696 if (!xfs_ifork_zone)
1697 goto out_destroy_dabuf_zone;
1698
1699 xfs_trans_zone = kmem_zone_init(sizeof(xfs_trans_t), "xfs_trans");
1700 if (!xfs_trans_zone)
1701 goto out_destroy_ifork_zone;
1702
1703 /*
1704 * The size of the zone allocated buf log item is the maximum
1705 * size possible under XFS. This wastes a little bit of memory,
1706 * but it is much faster.
1707 */
1708 xfs_buf_item_zone = kmem_zone_init((sizeof(xfs_buf_log_item_t) +
1709 (((XFS_MAX_BLOCKSIZE / XFS_BLI_CHUNK) /
1710 NBWORD) * sizeof(int))), "xfs_buf_item");
1711 if (!xfs_buf_item_zone)
1712 goto out_destroy_trans_zone;
1713
1714 xfs_efd_zone = kmem_zone_init((sizeof(xfs_efd_log_item_t) +
1715 ((XFS_EFD_MAX_FAST_EXTENTS - 1) *
1716 sizeof(xfs_extent_t))), "xfs_efd_item");
1717 if (!xfs_efd_zone)
1718 goto out_destroy_buf_item_zone;
1719
1720 xfs_efi_zone = kmem_zone_init((sizeof(xfs_efi_log_item_t) +
1721 ((XFS_EFI_MAX_FAST_EXTENTS - 1) *
1722 sizeof(xfs_extent_t))), "xfs_efi_item");
1723 if (!xfs_efi_zone)
1724 goto out_destroy_efd_zone;
1725
1726 xfs_inode_zone =
1727 kmem_zone_init_flags(sizeof(xfs_inode_t), "xfs_inode",
David Chinnerbf904242008-10-30 17:36:14 +11001728 KM_ZONE_HWALIGN | KM_ZONE_RECLAIM | KM_ZONE_SPREAD,
1729 xfs_fs_inode_init_once);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001730 if (!xfs_inode_zone)
1731 goto out_destroy_efi_zone;
1732
1733 xfs_ili_zone =
1734 kmem_zone_init_flags(sizeof(xfs_inode_log_item_t), "xfs_ili",
1735 KM_ZONE_SPREAD, NULL);
1736 if (!xfs_ili_zone)
1737 goto out_destroy_inode_zone;
1738
1739#ifdef CONFIG_XFS_POSIX_ACL
1740 xfs_acl_zone = kmem_zone_init(sizeof(xfs_acl_t), "xfs_acl");
1741 if (!xfs_acl_zone)
1742 goto out_destroy_ili_zone;
1743#endif
1744
1745 return 0;
1746
1747#ifdef CONFIG_XFS_POSIX_ACL
1748 out_destroy_ili_zone:
1749#endif
1750 kmem_zone_destroy(xfs_ili_zone);
1751 out_destroy_inode_zone:
1752 kmem_zone_destroy(xfs_inode_zone);
1753 out_destroy_efi_zone:
1754 kmem_zone_destroy(xfs_efi_zone);
1755 out_destroy_efd_zone:
1756 kmem_zone_destroy(xfs_efd_zone);
1757 out_destroy_buf_item_zone:
1758 kmem_zone_destroy(xfs_buf_item_zone);
1759 out_destroy_trans_zone:
1760 kmem_zone_destroy(xfs_trans_zone);
1761 out_destroy_ifork_zone:
1762 kmem_zone_destroy(xfs_ifork_zone);
1763 out_destroy_dabuf_zone:
1764 kmem_zone_destroy(xfs_dabuf_zone);
1765 out_destroy_da_state_zone:
1766 kmem_zone_destroy(xfs_da_state_zone);
1767 out_destroy_btree_cur_zone:
1768 kmem_zone_destroy(xfs_btree_cur_zone);
1769 out_destroy_bmap_free_item_zone:
1770 kmem_zone_destroy(xfs_bmap_free_item_zone);
1771 out_destroy_log_ticket_zone:
1772 kmem_zone_destroy(xfs_log_ticket_zone);
1773 out_destroy_ioend_pool:
1774 mempool_destroy(xfs_ioend_pool);
1775 out_destroy_ioend_zone:
1776 kmem_zone_destroy(xfs_ioend_zone);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001777 out:
1778 return -ENOMEM;
1779}
1780
1781STATIC void
1782xfs_destroy_zones(void)
1783{
1784#ifdef CONFIG_XFS_POSIX_ACL
1785 kmem_zone_destroy(xfs_acl_zone);
1786#endif
1787 kmem_zone_destroy(xfs_ili_zone);
1788 kmem_zone_destroy(xfs_inode_zone);
1789 kmem_zone_destroy(xfs_efi_zone);
1790 kmem_zone_destroy(xfs_efd_zone);
1791 kmem_zone_destroy(xfs_buf_item_zone);
1792 kmem_zone_destroy(xfs_trans_zone);
1793 kmem_zone_destroy(xfs_ifork_zone);
1794 kmem_zone_destroy(xfs_dabuf_zone);
1795 kmem_zone_destroy(xfs_da_state_zone);
1796 kmem_zone_destroy(xfs_btree_cur_zone);
1797 kmem_zone_destroy(xfs_bmap_free_item_zone);
1798 kmem_zone_destroy(xfs_log_ticket_zone);
1799 mempool_destroy(xfs_ioend_pool);
1800 kmem_zone_destroy(xfs_ioend_zone);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001801
1802}
1803
1804STATIC int __init
1805init_xfs_fs(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806{
1807 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808
Christoph Hellwig65795912008-11-28 14:23:33 +11001809 printk(KERN_INFO XFS_VERSION_STRING " with "
1810 XFS_BUILD_OPTIONS " enabled\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812 ktrace_init(64);
Christoph Hellwig25e41b32008-12-03 12:20:39 +01001813 xfs_ioend_init();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001814 xfs_dir_startup();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001815
Nathan Scott87582802006-03-14 13:18:19 +11001816 error = xfs_init_zones();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001817 if (error)
1818 goto out;
1819
1820 error = xfs_alloc_trace_bufs();
1821 if (error)
1822 goto out_destroy_zones;
1823
1824 error = xfs_mru_cache_init();
1825 if (error)
1826 goto out_free_trace_buffers;
1827
1828 error = xfs_filestream_init();
1829 if (error)
1830 goto out_mru_cache_uninit;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831
Nathan Scottce8e9222006-01-11 15:39:08 +11001832 error = xfs_buf_init();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001833 if (error)
1834 goto out_filestream_uninit;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001836 error = xfs_init_procfs();
1837 if (error)
1838 goto out_buf_terminate;
1839
1840 error = xfs_sysctl_register();
1841 if (error)
1842 goto out_cleanup_procfs;
1843
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844 vfs_initquota();
1845
1846 error = register_filesystem(&xfs_fs_type);
1847 if (error)
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001848 goto out_sysctl_unregister;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849 return 0;
1850
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001851 out_sysctl_unregister:
1852 xfs_sysctl_unregister();
1853 out_cleanup_procfs:
1854 xfs_cleanup_procfs();
1855 out_buf_terminate:
Nathan Scottce8e9222006-01-11 15:39:08 +11001856 xfs_buf_terminate();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001857 out_filestream_uninit:
1858 xfs_filestream_uninit();
1859 out_mru_cache_uninit:
1860 xfs_mru_cache_uninit();
1861 out_free_trace_buffers:
1862 xfs_free_trace_bufs();
1863 out_destroy_zones:
Nathan Scott87582802006-03-14 13:18:19 +11001864 xfs_destroy_zones();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001865 out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866 return error;
1867}
1868
1869STATIC void __exit
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001870exit_xfs_fs(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871{
1872 vfs_exitquota();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873 unregister_filesystem(&xfs_fs_type);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001874 xfs_sysctl_unregister();
1875 xfs_cleanup_procfs();
Nathan Scottce8e9222006-01-11 15:39:08 +11001876 xfs_buf_terminate();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001877 xfs_filestream_uninit();
1878 xfs_mru_cache_uninit();
1879 xfs_free_trace_bufs();
Nathan Scott87582802006-03-14 13:18:19 +11001880 xfs_destroy_zones();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881 ktrace_uninit();
1882}
1883
1884module_init(init_xfs_fs);
1885module_exit(exit_xfs_fs);
1886
1887MODULE_AUTHOR("Silicon Graphics, Inc.");
1888MODULE_DESCRIPTION(XFS_VERSION_STRING " with " XFS_BUILD_OPTIONS " enabled");
1889MODULE_LICENSE("GPL");