blob: 25b6903a3bceb58d8a736ab8bf9b5c710528bfa4 [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
Alexey Dobriyanb87221d2009-09-21 17:01:09 -070070static const 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
Alex Elder988abe42009-09-02 17:02:24 -0500582 /* Either project or group quotas can be active, not both */
David Chinnera67d7c52007-11-23 16:29:32 +1100583
Alex Elder988abe42009-09-02 17:02:24 -0500584 if (mp->m_qflags & XFS_PQUOTA_ACCT) {
585 if (mp->m_qflags & XFS_OQUOTA_ENFD)
586 seq_puts(m, "," MNTOPT_PRJQUOTA);
587 else
588 seq_puts(m, "," MNTOPT_PQUOTANOENF);
589 } else if (mp->m_qflags & XFS_GQUOTA_ACCT) {
590 if (mp->m_qflags & XFS_OQUOTA_ENFD)
591 seq_puts(m, "," MNTOPT_GRPQUOTA);
592 else
593 seq_puts(m, "," MNTOPT_GQUOTANOENF);
594 }
David Chinnera67d7c52007-11-23 16:29:32 +1100595
596 if (!(mp->m_qflags & XFS_ALL_QUOTA_ACCT))
597 seq_puts(m, "," MNTOPT_NOQUOTA);
598
599 return 0;
600}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601__uint64_t
602xfs_max_file_offset(
603 unsigned int blockshift)
604{
605 unsigned int pagefactor = 1;
606 unsigned int bitshift = BITS_PER_LONG - 1;
607
608 /* Figure out maximum filesize, on Linux this can depend on
609 * the filesystem blocksize (on 32 bit platforms).
610 * __block_prepare_write does this in an [unsigned] long...
611 * page->index << (PAGE_CACHE_SHIFT - bbits)
612 * So, for page sized blocks (4K on 32 bit platforms),
613 * this wraps at around 8Tb (hence MAX_LFS_FILESIZE which is
614 * (((u64)PAGE_CACHE_SIZE << (BITS_PER_LONG-1))-1)
615 * but for smaller blocksizes it is less (bbits = log2 bsize).
616 * Note1: get_block_t takes a long (implicit cast from above)
617 * Note2: The Large Block Device (LBD and HAVE_SECTOR_T) patch
618 * can optionally convert the [unsigned] long from above into
619 * an [unsigned] long long.
620 */
621
622#if BITS_PER_LONG == 32
Bartlomiej Zolnierkiewicz90c699a2009-06-19 08:08:50 +0200623# if defined(CONFIG_LBDAF)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624 ASSERT(sizeof(sector_t) == 8);
625 pagefactor = PAGE_CACHE_SIZE;
626 bitshift = BITS_PER_LONG;
627# else
628 pagefactor = PAGE_CACHE_SIZE >> (PAGE_CACHE_SHIFT - blockshift);
629# endif
630#endif
631
632 return (((__uint64_t)pagefactor) << bitshift) - 1;
633}
634
Hannes Eder3180e662009-03-04 19:34:10 +0100635STATIC int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636xfs_blkdev_get(
637 xfs_mount_t *mp,
638 const char *name,
639 struct block_device **bdevp)
640{
641 int error = 0;
642
Al Viro30c40d22008-02-22 19:50:45 -0500643 *bdevp = open_bdev_exclusive(name, FMODE_READ|FMODE_WRITE, mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644 if (IS_ERR(*bdevp)) {
645 error = PTR_ERR(*bdevp);
646 printk("XFS: Invalid device [%s], error=%d\n", name, error);
647 }
648
649 return -error;
650}
651
Hannes Eder3180e662009-03-04 19:34:10 +0100652STATIC void
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653xfs_blkdev_put(
654 struct block_device *bdev)
655{
656 if (bdev)
Al Viro30c40d22008-02-22 19:50:45 -0500657 close_bdev_exclusive(bdev, FMODE_READ|FMODE_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658}
659
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100660/*
661 * Try to write out the superblock using barriers.
662 */
663STATIC int
664xfs_barrier_test(
665 xfs_mount_t *mp)
666{
667 xfs_buf_t *sbp = xfs_getsb(mp, 0);
668 int error;
669
670 XFS_BUF_UNDONE(sbp);
671 XFS_BUF_UNREAD(sbp);
672 XFS_BUF_UNDELAYWRITE(sbp);
673 XFS_BUF_WRITE(sbp);
674 XFS_BUF_UNASYNC(sbp);
675 XFS_BUF_ORDERED(sbp);
676
677 xfsbdstrat(mp, sbp);
678 error = xfs_iowait(sbp);
679
680 /*
681 * Clear all the flags we set and possible error state in the
682 * buffer. We only did the write to try out whether barriers
683 * worked and shouldn't leave any traces in the superblock
684 * buffer.
685 */
686 XFS_BUF_DONE(sbp);
687 XFS_BUF_ERROR(sbp, 0);
688 XFS_BUF_UNORDERED(sbp);
689
690 xfs_buf_relse(sbp);
691 return error;
692}
693
Eric Sandeend96f8f82009-07-02 00:09:33 -0500694STATIC void
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100695xfs_mountfs_check_barriers(xfs_mount_t *mp)
696{
697 int error;
698
699 if (mp->m_logdev_targp != mp->m_ddev_targp) {
700 xfs_fs_cmn_err(CE_NOTE, mp,
701 "Disabling barriers, not supported with external log device");
702 mp->m_flags &= ~XFS_MOUNT_BARRIER;
Christoph Hellwig4ef19dd2006-01-11 15:27:18 +1100703 return;
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100704 }
705
Nathan Scottb2ea4012006-07-28 17:05:13 +1000706 if (xfs_readonly_buftarg(mp->m_ddev_targp)) {
707 xfs_fs_cmn_err(CE_NOTE, mp,
708 "Disabling barriers, underlying device is readonly");
709 mp->m_flags &= ~XFS_MOUNT_BARRIER;
710 return;
711 }
712
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100713 error = xfs_barrier_test(mp);
714 if (error) {
715 xfs_fs_cmn_err(CE_NOTE, mp,
716 "Disabling barriers, trial barrier write failed");
717 mp->m_flags &= ~XFS_MOUNT_BARRIER;
Christoph Hellwig4ef19dd2006-01-11 15:27:18 +1100718 return;
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100719 }
720}
721
722void
723xfs_blkdev_issue_flush(
724 xfs_buftarg_t *buftarg)
725{
Nathan Scottce8e9222006-01-11 15:39:08 +1100726 blkdev_issue_flush(buftarg->bt_bdev, NULL);
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100727}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000729STATIC void
730xfs_close_devices(
731 struct xfs_mount *mp)
732{
733 if (mp->m_logdev_targp && mp->m_logdev_targp != mp->m_ddev_targp) {
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000734 struct block_device *logdev = mp->m_logdev_targp->bt_bdev;
Christoph Hellwigb7963132009-03-03 14:48:37 -0500735 xfs_free_buftarg(mp, mp->m_logdev_targp);
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000736 xfs_blkdev_put(logdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000737 }
738 if (mp->m_rtdev_targp) {
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000739 struct block_device *rtdev = mp->m_rtdev_targp->bt_bdev;
Christoph Hellwigb7963132009-03-03 14:48:37 -0500740 xfs_free_buftarg(mp, mp->m_rtdev_targp);
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000741 xfs_blkdev_put(rtdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000742 }
Christoph Hellwigb7963132009-03-03 14:48:37 -0500743 xfs_free_buftarg(mp, mp->m_ddev_targp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000744}
745
746/*
747 * The file system configurations are:
748 * (1) device (partition) with data and internal log
749 * (2) logical volume with data and log subvolumes.
750 * (3) logical volume with data, log, and realtime subvolumes.
751 *
752 * We only have to handle opening the log and realtime volumes here if
753 * they are present. The data subvolume has already been opened by
754 * get_sb_bdev() and is stored in sb->s_bdev.
755 */
756STATIC int
757xfs_open_devices(
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100758 struct xfs_mount *mp)
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000759{
760 struct block_device *ddev = mp->m_super->s_bdev;
761 struct block_device *logdev = NULL, *rtdev = NULL;
762 int error;
763
764 /*
765 * Open real time and log devices - order is important.
766 */
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100767 if (mp->m_logname) {
768 error = xfs_blkdev_get(mp, mp->m_logname, &logdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000769 if (error)
770 goto out;
771 }
772
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100773 if (mp->m_rtname) {
774 error = xfs_blkdev_get(mp, mp->m_rtname, &rtdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000775 if (error)
776 goto out_close_logdev;
777
778 if (rtdev == ddev || rtdev == logdev) {
779 cmn_err(CE_WARN,
780 "XFS: Cannot mount filesystem with identical rtdev and ddev/logdev.");
781 error = EINVAL;
782 goto out_close_rtdev;
783 }
784 }
785
786 /*
787 * Setup xfs_mount buffer target pointers
788 */
789 error = ENOMEM;
790 mp->m_ddev_targp = xfs_alloc_buftarg(ddev, 0);
791 if (!mp->m_ddev_targp)
792 goto out_close_rtdev;
793
794 if (rtdev) {
795 mp->m_rtdev_targp = xfs_alloc_buftarg(rtdev, 1);
796 if (!mp->m_rtdev_targp)
797 goto out_free_ddev_targ;
798 }
799
800 if (logdev && logdev != ddev) {
801 mp->m_logdev_targp = xfs_alloc_buftarg(logdev, 1);
802 if (!mp->m_logdev_targp)
803 goto out_free_rtdev_targ;
804 } else {
805 mp->m_logdev_targp = mp->m_ddev_targp;
806 }
807
808 return 0;
809
810 out_free_rtdev_targ:
811 if (mp->m_rtdev_targp)
Christoph Hellwigb7963132009-03-03 14:48:37 -0500812 xfs_free_buftarg(mp, mp->m_rtdev_targp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000813 out_free_ddev_targ:
Christoph Hellwigb7963132009-03-03 14:48:37 -0500814 xfs_free_buftarg(mp, mp->m_ddev_targp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000815 out_close_rtdev:
816 if (rtdev)
817 xfs_blkdev_put(rtdev);
818 out_close_logdev:
819 if (logdev && logdev != ddev)
820 xfs_blkdev_put(logdev);
821 out:
822 return error;
823}
824
Christoph Hellwige34b5622008-05-20 15:10:36 +1000825/*
826 * Setup xfs_mount buffer target pointers based on superblock
827 */
828STATIC int
829xfs_setup_devices(
830 struct xfs_mount *mp)
831{
832 int error;
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000833
Christoph Hellwige34b5622008-05-20 15:10:36 +1000834 error = xfs_setsize_buftarg(mp->m_ddev_targp, mp->m_sb.sb_blocksize,
835 mp->m_sb.sb_sectsize);
836 if (error)
837 return error;
838
839 if (mp->m_logdev_targp && mp->m_logdev_targp != mp->m_ddev_targp) {
840 unsigned int log_sector_size = BBSIZE;
841
842 if (xfs_sb_version_hassector(&mp->m_sb))
843 log_sector_size = mp->m_sb.sb_logsectsize;
844 error = xfs_setsize_buftarg(mp->m_logdev_targp,
845 mp->m_sb.sb_blocksize,
846 log_sector_size);
847 if (error)
848 return error;
849 }
850 if (mp->m_rtdev_targp) {
851 error = xfs_setsize_buftarg(mp->m_rtdev_targp,
852 mp->m_sb.sb_blocksize,
853 mp->m_sb.sb_sectsize);
854 if (error)
855 return error;
856 }
857
858 return 0;
859}
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000860
David Chinner249a8c12008-02-05 12:13:32 +1100861/*
862 * XFS AIL push thread support
863 */
864void
865xfsaild_wakeup(
David Chinner82fa9012008-10-30 17:38:26 +1100866 struct xfs_ail *ailp,
David Chinner249a8c12008-02-05 12:13:32 +1100867 xfs_lsn_t threshold_lsn)
868{
David Chinner82fa9012008-10-30 17:38:26 +1100869 ailp->xa_target = threshold_lsn;
870 wake_up_process(ailp->xa_task);
David Chinner249a8c12008-02-05 12:13:32 +1100871}
872
Hannes Eder3180e662009-03-04 19:34:10 +0100873STATIC int
David Chinner249a8c12008-02-05 12:13:32 +1100874xfsaild(
875 void *data)
876{
David Chinner82fa9012008-10-30 17:38:26 +1100877 struct xfs_ail *ailp = data;
David Chinner249a8c12008-02-05 12:13:32 +1100878 xfs_lsn_t last_pushed_lsn = 0;
879 long tout = 0;
880
881 while (!kthread_should_stop()) {
882 if (tout)
883 schedule_timeout_interruptible(msecs_to_jiffies(tout));
884 tout = 1000;
885
886 /* swsusp */
887 try_to_freeze();
888
David Chinner82fa9012008-10-30 17:38:26 +1100889 ASSERT(ailp->xa_mount->m_log);
890 if (XFS_FORCED_SHUTDOWN(ailp->xa_mount))
David Chinner249a8c12008-02-05 12:13:32 +1100891 continue;
892
David Chinner82fa9012008-10-30 17:38:26 +1100893 tout = xfsaild_push(ailp, &last_pushed_lsn);
David Chinner249a8c12008-02-05 12:13:32 +1100894 }
895
896 return 0;
897} /* xfsaild */
898
899int
900xfsaild_start(
David Chinner82fa9012008-10-30 17:38:26 +1100901 struct xfs_ail *ailp)
David Chinner249a8c12008-02-05 12:13:32 +1100902{
David Chinner82fa9012008-10-30 17:38:26 +1100903 ailp->xa_target = 0;
904 ailp->xa_task = kthread_run(xfsaild, ailp, "xfsaild");
905 if (IS_ERR(ailp->xa_task))
906 return -PTR_ERR(ailp->xa_task);
David Chinner249a8c12008-02-05 12:13:32 +1100907 return 0;
908}
909
910void
911xfsaild_stop(
David Chinner82fa9012008-10-30 17:38:26 +1100912 struct xfs_ail *ailp)
David Chinner249a8c12008-02-05 12:13:32 +1100913{
David Chinner82fa9012008-10-30 17:38:26 +1100914 kthread_stop(ailp->xa_task);
David Chinner249a8c12008-02-05 12:13:32 +1100915}
916
917
David Chinnerbf904242008-10-30 17:36:14 +1100918/* Catch misguided souls that try to use this interface on XFS */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919STATIC struct inode *
Nathan Scotta50cd262006-03-14 14:06:18 +1100920xfs_fs_alloc_inode(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921 struct super_block *sb)
922{
David Chinnerbf904242008-10-30 17:36:14 +1100923 BUG();
Lachlan McIlroy493dca62008-10-30 17:36:52 +1100924 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925}
926
David Chinnerbf904242008-10-30 17:36:14 +1100927/*
David Chinner99fa8cb2008-10-30 17:36:40 +1100928 * Now that the generic code is guaranteed not to be accessing
929 * the linux inode, we can reclaim the inode.
David Chinnerbf904242008-10-30 17:36:14 +1100930 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931STATIC void
Nathan Scotta50cd262006-03-14 14:06:18 +1100932xfs_fs_destroy_inode(
Christoph Hellwig848ce8f2009-09-29 13:48:56 +0000933 struct inode *inode)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934{
Christoph Hellwig848ce8f2009-09-29 13:48:56 +0000935 struct xfs_inode *ip = XFS_I(inode);
936
937 xfs_itrace_entry(ip);
David Chinner99fa8cb2008-10-30 17:36:40 +1100938
939 XFS_STATS_INC(vn_reclaim);
Christoph Hellwig848ce8f2009-09-29 13:48:56 +0000940
941 /* bad inode, get out here ASAP */
942 if (is_bad_inode(inode))
943 goto out_reclaim;
944
945 xfs_ioend_wait(ip);
946
947 ASSERT(XFS_FORCED_SHUTDOWN(ip->i_mount) || ip->i_delayed_blks == 0);
948
949 /*
950 * We should never get here with one of the reclaim flags already set.
951 */
952 ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_IRECLAIMABLE));
953 ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_IRECLAIM));
954
955 /*
956 * If we have nothing to flush with this inode then complete the
957 * teardown now, otherwise delay the flush operation.
958 */
959 if (!xfs_inode_clean(ip)) {
960 xfs_inode_set_reclaim_tag(ip);
961 return;
962 }
963
964out_reclaim:
965 xfs_ireclaim(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700966}
967
David Chinner07c8f672008-10-30 16:11:59 +1100968/*
969 * Slab object creation initialisation for the XFS inode.
970 * This covers only the idempotent fields in the XFS inode;
971 * all other fields need to be initialised on allocation
972 * from the slab. This avoids the need to repeatedly intialise
973 * fields in the xfs inode that left in the initialise state
974 * when freeing the inode.
975 */
David Chinnerbf904242008-10-30 17:36:14 +1100976STATIC void
977xfs_fs_inode_init_once(
David Chinner07c8f672008-10-30 16:11:59 +1100978 void *inode)
979{
980 struct xfs_inode *ip = inode;
981
982 memset(ip, 0, sizeof(struct xfs_inode));
David Chinnerbf904242008-10-30 17:36:14 +1100983
984 /* vfs inode */
985 inode_init_once(VFS_I(ip));
986
987 /* xfs inode */
David Chinner07c8f672008-10-30 16:11:59 +1100988 atomic_set(&ip->i_iocount, 0);
989 atomic_set(&ip->i_pincount, 0);
990 spin_lock_init(&ip->i_flags_lock);
David Chinner07c8f672008-10-30 16:11:59 +1100991 init_waitqueue_head(&ip->i_ipin_wait);
992 /*
993 * Because we want to use a counting completion, complete
994 * the flush completion once to allow a single access to
995 * the flush completion without blocking.
996 */
997 init_completion(&ip->i_flush);
998 complete(&ip->i_flush);
999
1000 mrlock_init(&ip->i_lock, MRLOCK_ALLOW_EQUAL_PRI|MRLOCK_BARRIER,
1001 "xfsino", ip->i_ino);
David Chinner07c8f672008-10-30 16:11:59 +11001002}
1003
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004/*
Christoph Hellwigf9581b12009-10-06 20:29:26 +00001005 * Dirty the XFS inode when mark_inode_dirty_sync() is called so that
1006 * we catch unlogged VFS level updates to the inode. Care must be taken
1007 * here - the transaction code calls mark_inode_dirty_sync() to mark the
1008 * VFS inode dirty in a transaction and clears the i_update_core field;
1009 * it must clear the field after calling mark_inode_dirty_sync() to
1010 * correctly indicate that the dirty state has been propagated into the
1011 * inode log item.
1012 *
1013 * We need the barrier() to maintain correct ordering between unlogged
1014 * updates and the transaction commit code that clears the i_update_core
1015 * field. This requires all updates to be completed before marking the
1016 * inode dirty.
1017 */
1018STATIC void
1019xfs_fs_dirty_inode(
1020 struct inode *inode)
1021{
1022 barrier();
1023 XFS_I(inode)->i_update_core = 1;
1024}
1025
1026/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027 * Attempt to flush the inode, this will actually fail
1028 * if the inode is pinned, but we dirty the inode again
1029 * at the point when it is unpinned after a log write,
Nathan Scott87582802006-03-14 13:18:19 +11001030 * since this is when the inode itself becomes flushable.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001031 */
1032STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001033xfs_fs_write_inode(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034 struct inode *inode,
1035 int sync)
1036{
Dave Chinner2e656092008-11-28 14:23:33 +11001037 struct xfs_inode *ip = XFS_I(inode);
Christoph Hellwigd4bb6d02009-02-04 09:36:19 +01001038 struct xfs_mount *mp = ip->i_mount;
David Chinnera3f74ff2008-03-06 13:43:42 +11001039 int error = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040
Dave Chinner2e656092008-11-28 14:23:33 +11001041 xfs_itrace_entry(ip);
Christoph Hellwigd4bb6d02009-02-04 09:36:19 +01001042
1043 if (XFS_FORCED_SHUTDOWN(mp))
1044 return XFS_ERROR(EIO);
1045
Christoph Hellwig739bfb22007-08-29 10:58:01 +10001046 if (sync) {
Dave Chinner2e656092008-11-28 14:23:33 +11001047 error = xfs_wait_on_pages(ip, 0, -1);
1048 if (error)
Christoph Hellwigd4bb6d02009-02-04 09:36:19 +01001049 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050 }
Dave Chinner2e656092008-11-28 14:23:33 +11001051
Christoph Hellwigd4bb6d02009-02-04 09:36:19 +01001052 /*
1053 * Bypass inodes which have already been cleaned by
1054 * the inode flush clustering code inside xfs_iflush
1055 */
1056 if (xfs_inode_clean(ip))
1057 goto out;
1058
1059 /*
1060 * We make this non-blocking if the inode is contended, return
1061 * EAGAIN to indicate to the caller that they did not succeed.
1062 * This prevents the flush path from blocking on inodes inside
1063 * another operation right now, they get caught later by xfs_sync.
1064 */
1065 if (sync) {
1066 xfs_ilock(ip, XFS_ILOCK_SHARED);
1067 xfs_iflock(ip);
1068
1069 error = xfs_iflush(ip, XFS_IFLUSH_SYNC);
1070 } else {
1071 error = EAGAIN;
1072 if (!xfs_ilock_nowait(ip, XFS_ILOCK_SHARED))
1073 goto out;
1074 if (xfs_ipincount(ip) || !xfs_iflock_nowait(ip))
1075 goto out_unlock;
1076
1077 error = xfs_iflush(ip, XFS_IFLUSH_ASYNC_NOBLOCK);
1078 }
1079
1080 out_unlock:
1081 xfs_iunlock(ip, XFS_ILOCK_SHARED);
1082 out:
Lachlan McIlroye893bff2007-10-12 11:13:35 +10001083 /*
1084 * if we failed to write out the inode then mark
1085 * it dirty again so we'll try again later.
1086 */
1087 if (error)
Dave Chinner2e656092008-11-28 14:23:33 +11001088 xfs_mark_inode_dirty_sync(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089 return -error;
1090}
1091
1092STATIC void
Nathan Scotta50cd262006-03-14 14:06:18 +11001093xfs_fs_clear_inode(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094 struct inode *inode)
1095{
Christoph Hellwig1543d792007-08-29 11:46:47 +10001096 xfs_inode_t *ip = XFS_I(inode);
Christoph Hellwig56d433e2005-09-05 08:23:54 +10001097
David Chinner99fa8cb2008-10-30 17:36:40 +11001098 xfs_itrace_entry(ip);
1099 XFS_STATS_INC(vn_rele);
1100 XFS_STATS_INC(vn_remove);
1101 XFS_STATS_DEC(vn_active);
Christoph Hellwig56d433e2005-09-05 08:23:54 +10001102
Christoph Hellwig033da482009-10-19 04:05:26 +00001103 /*
1104 * The iolock is used by the file system to coordinate reads,
1105 * writes, and block truncates. Up to this point the lock
1106 * protected concurrent accesses by users of the inode. But
1107 * from here forward we're doing some final processing of the
1108 * inode because we're done with it, and although we reuse the
1109 * iolock for protection it is really a distinct lock class
1110 * (in the lockdep sense) from before. To keep lockdep happy
1111 * (and basically indicate what we are doing), we explicitly
1112 * re-init the iolock here.
1113 */
1114 ASSERT(!rwsem_is_locked(&ip->i_iolock.mr_lock));
1115 mrlock_init(&ip->i_iolock, MRLOCK_BARRIER, "xfsio", ip->i_ino);
1116
David Chinner99fa8cb2008-10-30 17:36:40 +11001117 xfs_inactive(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001118}
1119
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120STATIC void
Christoph Hellwiga7381592008-08-13 16:04:05 +10001121xfs_free_fsname(
1122 struct xfs_mount *mp)
1123{
1124 kfree(mp->m_fsname);
1125 kfree(mp->m_rtname);
1126 kfree(mp->m_logname);
1127}
1128
1129STATIC void
Nathan Scotta50cd262006-03-14 14:06:18 +11001130xfs_fs_put_super(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131 struct super_block *sb)
1132{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001133 struct xfs_mount *mp = XFS_M(sb);
Christoph Hellwige48ad312008-05-20 11:30:52 +10001134 struct xfs_inode *rip = mp->m_rootip;
1135 int unmount_event_flags = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136
David Chinnera167b172008-10-30 17:06:18 +11001137 xfs_syncd_stop(mp);
Christoph Hellwig075fe102009-06-08 15:35:48 +02001138
1139 if (!(sb->s_flags & MS_RDONLY)) {
1140 /*
1141 * XXX(hch): this should be SYNC_WAIT.
1142 *
1143 * Or more likely not needed at all because the VFS is already
1144 * calling ->sync_fs after shutting down all filestem
1145 * operations and just before calling ->put_super.
1146 */
1147 xfs_sync_data(mp, 0);
1148 xfs_sync_attr(mp, 0);
1149 }
Christoph Hellwige48ad312008-05-20 11:30:52 +10001150
1151#ifdef HAVE_DMAPI
1152 if (mp->m_flags & XFS_MOUNT_DMAPI) {
1153 unmount_event_flags =
1154 (mp->m_dmevmask & (1 << DM_EVENT_UNMOUNT)) ?
1155 0 : DM_FLAGS_UNWANTED;
1156 /*
1157 * Ignore error from dmapi here, first unmount is not allowed
1158 * to fail anyway, and second we wouldn't want to fail a
1159 * unmount because of dmapi.
1160 */
1161 XFS_SEND_PREUNMOUNT(mp, rip, DM_RIGHT_NULL, rip, DM_RIGHT_NULL,
1162 NULL, NULL, 0, 0, unmount_event_flags);
1163 }
1164#endif
1165
1166 /*
1167 * Blow away any referenced inode in the filestreams cache.
1168 * This can and will cause log traffic as inodes go inactive
1169 * here.
1170 */
1171 xfs_filestream_unmount(mp);
1172
1173 XFS_bflush(mp->m_ddev_targp);
Christoph Hellwige48ad312008-05-20 11:30:52 +10001174
Christoph Hellwige48ad312008-05-20 11:30:52 +10001175 if (mp->m_flags & XFS_MOUNT_DMAPI) {
1176 XFS_SEND_UNMOUNT(mp, rip, DM_RIGHT_NULL, 0, 0,
1177 unmount_event_flags);
1178 }
1179
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001180 xfs_unmountfs(mp);
Christoph Hellwig62033002008-08-13 16:50:21 +10001181 xfs_freesb(mp);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001182 xfs_icsb_destroy_counters(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001183 xfs_close_devices(mp);
Christoph Hellwige48ad312008-05-20 11:30:52 +10001184 xfs_dmops_put(mp);
Christoph Hellwiga7381592008-08-13 16:04:05 +10001185 xfs_free_fsname(mp);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001186 kfree(mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187}
1188
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189STATIC int
Christoph Hellwig69961a22009-10-06 20:29:28 +00001190xfs_fs_sync_fs(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191 struct super_block *sb,
1192 int wait)
1193{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001194 struct xfs_mount *mp = XFS_M(sb);
Nathan Scottb83bd132006-06-09 16:48:30 +10001195 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196
Lachlan McIlroye893bff2007-10-12 11:13:35 +10001197 /*
Christoph Hellwig69961a22009-10-06 20:29:28 +00001198 * Not much we can do for the first async pass. Writing out the
1199 * superblock would be counter-productive as we are going to redirty
1200 * when writing out other data and metadata (and writing out a single
1201 * block is quite fast anyway).
1202 *
1203 * Try to asynchronously kick off quota syncing at least.
Lachlan McIlroye893bff2007-10-12 11:13:35 +10001204 */
Christoph Hellwig69961a22009-10-06 20:29:28 +00001205 if (!wait) {
1206 xfs_qm_sync(mp, SYNC_TRYLOCK);
1207 return 0;
1208 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209
Christoph Hellwig69961a22009-10-06 20:29:28 +00001210 error = xfs_quiesce_data(mp);
1211 if (error)
1212 return -error;
1213
1214 if (laptop_mode) {
Christoph Hellwig74394492007-08-30 17:21:22 +10001215 int prev_sync_seq = mp->m_sync_seq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216
1217 /*
1218 * The disk must be active because we're syncing.
1219 * We schedule xfssyncd now (now that the disk is
1220 * active) instead of later (when it might not be).
1221 */
Christoph Hellwig74394492007-08-30 17:21:22 +10001222 wake_up_process(mp->m_sync_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223 /*
1224 * We have to wait for the sync iteration to complete.
1225 * If we don't, the disk activity caused by the sync
1226 * will come after the sync is completed, and that
1227 * triggers another sync from laptop mode.
1228 */
Christoph Hellwig74394492007-08-30 17:21:22 +10001229 wait_event(mp->m_wait_single_sync_task,
1230 mp->m_sync_seq != prev_sync_seq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231 }
1232
Christoph Hellwig69961a22009-10-06 20:29:28 +00001233 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001234}
1235
1236STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001237xfs_fs_statfs(
David Howells726c3342006-06-23 02:02:58 -07001238 struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239 struct kstatfs *statp)
1240{
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001241 struct xfs_mount *mp = XFS_M(dentry->d_sb);
1242 xfs_sb_t *sbp = &mp->m_sb;
Christoph Hellwig7d095252009-06-08 15:33:32 +02001243 struct xfs_inode *ip = XFS_I(dentry->d_inode);
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001244 __uint64_t fakeinos, id;
1245 xfs_extlen_t lsize;
1246
1247 statp->f_type = XFS_SB_MAGIC;
1248 statp->f_namelen = MAXNAMELEN - 1;
1249
1250 id = huge_encode_dev(mp->m_ddev_targp->bt_dev);
1251 statp->f_fsid.val[0] = (u32)id;
1252 statp->f_fsid.val[1] = (u32)(id >> 32);
1253
Christoph Hellwigd4d90b52008-04-22 17:34:37 +10001254 xfs_icsb_sync_counters(mp, XFS_ICSB_LAZY_COUNT);
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001255
1256 spin_lock(&mp->m_sb_lock);
1257 statp->f_bsize = sbp->sb_blocksize;
1258 lsize = sbp->sb_logstart ? sbp->sb_logblocks : 0;
1259 statp->f_blocks = sbp->sb_dblocks - lsize;
1260 statp->f_bfree = statp->f_bavail =
1261 sbp->sb_fdblocks - XFS_ALLOC_SET_ASIDE(mp);
1262 fakeinos = statp->f_bfree << sbp->sb_inopblog;
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001263 statp->f_files =
1264 MIN(sbp->sb_icount + fakeinos, (__uint64_t)XFS_MAXINUMBER);
1265 if (mp->m_maxicount)
Christoph Hellwiga19d9f82009-03-29 09:51:08 +02001266 statp->f_files = min_t(typeof(statp->f_files),
1267 statp->f_files,
1268 mp->m_maxicount);
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001269 statp->f_ffree = statp->f_files - (sbp->sb_icount - sbp->sb_ifree);
1270 spin_unlock(&mp->m_sb_lock);
1271
Christoph Hellwig7d095252009-06-08 15:33:32 +02001272 if ((ip->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) ||
1273 ((mp->m_qflags & (XFS_PQUOTA_ACCT|XFS_OQUOTA_ENFD))) ==
1274 (XFS_PQUOTA_ACCT|XFS_OQUOTA_ENFD))
1275 xfs_qm_statvfs(ip, statp);
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001276 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277}
1278
1279STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001280xfs_fs_remount(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281 struct super_block *sb,
1282 int *flags,
1283 char *options)
1284{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001285 struct xfs_mount *mp = XFS_M(sb);
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001286 substring_t args[MAX_OPT_ARGS];
1287 char *p;
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001288 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001290 while ((p = strsep(&options, ",")) != NULL) {
1291 int token;
Christoph Hellwigbdd907b2008-05-20 15:10:44 +10001292
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001293 if (!*p)
1294 continue;
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001295
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001296 token = match_token(p, tokens, args);
1297 switch (token) {
1298 case Opt_barrier:
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001299 mp->m_flags |= XFS_MOUNT_BARRIER;
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001300
1301 /*
1302 * Test if barriers are actually working if we can,
1303 * else delay this check until the filesystem is
1304 * marked writeable.
1305 */
1306 if (!(mp->m_flags & XFS_MOUNT_RDONLY))
1307 xfs_mountfs_check_barriers(mp);
1308 break;
1309 case Opt_nobarrier:
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001310 mp->m_flags &= ~XFS_MOUNT_BARRIER;
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001311 break;
1312 default:
Christoph Hellwig6efdf282008-09-17 16:49:33 +10001313 /*
1314 * Logically we would return an error here to prevent
1315 * users from believing they might have changed
1316 * mount options using remount which can't be changed.
1317 *
1318 * But unfortunately mount(8) adds all options from
1319 * mtab and fstab to the mount arguments in some cases
1320 * so we can't blindly reject options, but have to
1321 * check for each specified option if it actually
1322 * differs from the currently set option and only
1323 * reject it if that's the case.
1324 *
1325 * Until that is implemented we return success for
1326 * every remount request, and silently ignore all
1327 * options that we can't actually change.
1328 */
1329#if 0
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001330 printk(KERN_INFO
1331 "XFS: mount option \"%s\" not supported for remount\n", p);
1332 return -EINVAL;
Christoph Hellwig6efdf282008-09-17 16:49:33 +10001333#else
Christoph Hellwig6c5e51d2008-10-12 14:30:44 +02001334 break;
Christoph Hellwig6efdf282008-09-17 16:49:33 +10001335#endif
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001336 }
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001337 }
1338
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001339 /* ro -> rw */
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001340 if ((mp->m_flags & XFS_MOUNT_RDONLY) && !(*flags & MS_RDONLY)) {
1341 mp->m_flags &= ~XFS_MOUNT_RDONLY;
1342 if (mp->m_flags & XFS_MOUNT_BARRIER)
1343 xfs_mountfs_check_barriers(mp);
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001344
1345 /*
1346 * If this is the first remount to writeable state we
1347 * might have some superblock changes to update.
1348 */
1349 if (mp->m_update_flags) {
1350 error = xfs_mount_log_sb(mp, mp->m_update_flags);
1351 if (error) {
1352 cmn_err(CE_WARN,
1353 "XFS: failed to write sb changes");
1354 return error;
1355 }
1356 mp->m_update_flags = 0;
1357 }
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001358 }
1359
1360 /* rw -> ro */
1361 if (!(mp->m_flags & XFS_MOUNT_RDONLY) && (*flags & MS_RDONLY)) {
David Chinnere9f1c6e2008-10-30 17:15:50 +11001362 xfs_quiesce_data(mp);
David Chinner76bf1052008-10-30 17:16:21 +11001363 xfs_quiesce_attr(mp);
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001364 mp->m_flags |= XFS_MOUNT_RDONLY;
1365 }
1366
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001367 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368}
1369
Christoph Hellwig9909c4a2007-10-11 18:11:14 +10001370/*
1371 * Second stage of a freeze. The data is already frozen so we only
David Chinner76bf1052008-10-30 17:16:21 +11001372 * need to take care of the metadata. Once that's done write a dummy
Christoph Hellwig9909c4a2007-10-11 18:11:14 +10001373 * record to dirty the log in case of a crash while frozen.
1374 */
Takashi Satoc4be0c12009-01-09 16:40:58 -08001375STATIC int
1376xfs_fs_freeze(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377 struct super_block *sb)
1378{
Christoph Hellwig9909c4a2007-10-11 18:11:14 +10001379 struct xfs_mount *mp = XFS_M(sb);
1380
David Chinner76bf1052008-10-30 17:16:21 +11001381 xfs_quiesce_attr(mp);
Takashi Satoc4be0c12009-01-09 16:40:58 -08001382 return -xfs_fs_log_dummy(mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383}
1384
1385STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001386xfs_fs_show_options(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387 struct seq_file *m,
1388 struct vfsmount *mnt)
1389{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001390 return -xfs_showargs(XFS_M(mnt->mnt_sb), m);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391}
1392
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001393/*
1394 * This function fills in xfs_mount_t fields based on mount args.
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001395 * Note: the superblock _has_ now been read in.
1396 */
1397STATIC int
1398xfs_finish_flags(
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001399 struct xfs_mount *mp)
1400{
1401 int ronly = (mp->m_flags & XFS_MOUNT_RDONLY);
1402
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02001403 /* Fail a mount where the logbuf is smaller than the log stripe */
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001404 if (xfs_sb_version_haslogv2(&mp->m_sb)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001405 if (mp->m_logbsize <= 0 &&
1406 mp->m_sb.sb_logsunit > XLOG_BIG_RECORD_BSIZE) {
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001407 mp->m_logbsize = mp->m_sb.sb_logsunit;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001408 } else if (mp->m_logbsize > 0 &&
1409 mp->m_logbsize < mp->m_sb.sb_logsunit) {
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001410 cmn_err(CE_WARN,
1411 "XFS: logbuf size must be greater than or equal to log stripe size");
1412 return XFS_ERROR(EINVAL);
1413 }
1414 } else {
1415 /* Fail a mount if the logbuf is larger than 32K */
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001416 if (mp->m_logbsize > XLOG_BIG_RECORD_BSIZE) {
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001417 cmn_err(CE_WARN,
1418 "XFS: logbuf size for version 1 logs must be 16K or 32K");
1419 return XFS_ERROR(EINVAL);
1420 }
1421 }
1422
1423 /*
1424 * mkfs'ed attr2 will turn on attr2 mount unless explicitly
1425 * told by noattr2 to turn it off
1426 */
1427 if (xfs_sb_version_hasattr2(&mp->m_sb) &&
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001428 !(mp->m_flags & XFS_MOUNT_NOATTR2))
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001429 mp->m_flags |= XFS_MOUNT_ATTR2;
1430
1431 /*
1432 * prohibit r/w mounts of read-only filesystems
1433 */
1434 if ((mp->m_sb.sb_flags & XFS_SBF_READONLY) && !ronly) {
1435 cmn_err(CE_WARN,
1436 "XFS: cannot mount a read-only filesystem as read-write");
1437 return XFS_ERROR(EROFS);
1438 }
1439
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001440 return 0;
1441}
1442
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001444xfs_fs_fill_super(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445 struct super_block *sb,
1446 void *data,
1447 int silent)
1448{
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001449 struct inode *root;
Christoph Hellwig745f6912007-08-30 17:20:39 +10001450 struct xfs_mount *mp = NULL;
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001451 int flags = 0, error = ENOMEM;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001452 char *mtpt = NULL;
Christoph Hellwigbdd907b2008-05-20 15:10:44 +10001453
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001454 mp = kzalloc(sizeof(struct xfs_mount), GFP_KERNEL);
1455 if (!mp)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001456 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001458 spin_lock_init(&mp->m_sb_lock);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001459 mutex_init(&mp->m_growlock);
1460 atomic_set(&mp->m_active_trans, 0);
Christoph Hellwig74394492007-08-30 17:21:22 +10001461 INIT_LIST_HEAD(&mp->m_sync_list);
1462 spin_lock_init(&mp->m_sync_lock);
1463 init_waitqueue_head(&mp->m_wait_single_sync_task);
1464
Christoph Hellwigb267ce92007-08-30 17:21:30 +10001465 mp->m_super = sb;
1466 sb->s_fs_info = mp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001468 error = xfs_parseargs(mp, (char *)data, &mtpt);
Christoph Hellwig745f6912007-08-30 17:20:39 +10001469 if (error)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001470 goto out_free_fsname;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471
1472 sb_min_blocksize(sb, BBSIZE);
Lachlan McIlroy0ec58512008-06-23 13:23:01 +10001473 sb->s_xattr = xfs_xattr_handlers;
Nathan Scotta50cd262006-03-14 14:06:18 +11001474 sb->s_export_op = &xfs_export_operations;
Christoph Hellwigfcafb712009-02-09 08:47:34 +01001475#ifdef CONFIG_XFS_QUOTA
Nathan Scotta50cd262006-03-14 14:06:18 +11001476 sb->s_qcop = &xfs_quotactl_operations;
Christoph Hellwigfcafb712009-02-09 08:47:34 +01001477#endif
Nathan Scotta50cd262006-03-14 14:06:18 +11001478 sb->s_op = &xfs_super_operations;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001480 error = xfs_dmops_get(mp);
Christoph Hellwig745f6912007-08-30 17:20:39 +10001481 if (error)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001482 goto out_free_fsname;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001483
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001484 if (silent)
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001485 flags |= XFS_MFSI_QUIET;
1486
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001487 error = xfs_open_devices(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001488 if (error)
Christoph Hellwig7d095252009-06-08 15:33:32 +02001489 goto out_put_dmops;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001490
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001491 if (xfs_icsb_init_counters(mp))
1492 mp->m_flags |= XFS_MOUNT_NO_PERCPU_SB;
1493
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001494 error = xfs_readsb(mp, flags);
1495 if (error)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001496 goto out_destroy_counters;
1497
1498 error = xfs_finish_flags(mp);
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001499 if (error)
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001500 goto out_free_sb;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001501
Christoph Hellwige34b5622008-05-20 15:10:36 +10001502 error = xfs_setup_devices(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001503 if (error)
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001504 goto out_free_sb;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001505
1506 if (mp->m_flags & XFS_MOUNT_BARRIER)
1507 xfs_mountfs_check_barriers(mp);
1508
1509 error = xfs_filestream_mount(mp);
1510 if (error)
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001511 goto out_free_sb;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001512
Christoph Hellwig42490232008-08-13 16:49:32 +10001513 error = xfs_mountfs(mp);
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001514 if (error)
Christoph Hellwig120226c2008-05-20 15:11:11 +10001515 goto out_filestream_unmount;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001516
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001517 XFS_SEND_MOUNT(mp, DM_RIGHT_NULL, mtpt, mp->m_fsname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001519 sb->s_magic = XFS_SB_MAGIC;
1520 sb->s_blocksize = mp->m_sb.sb_blocksize;
1521 sb->s_blocksize_bits = ffs(sb->s_blocksize) - 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522 sb->s_maxbytes = xfs_max_file_offset(sb->s_blocksize_bits);
1523 sb->s_time_gran = 1;
1524 set_posix_acl_flag(sb);
1525
David Chinner01651642008-08-13 15:45:15 +10001526 root = igrab(VFS_I(mp->m_rootip));
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001527 if (!root) {
Christoph Hellwigcbc89dc2008-02-05 12:14:01 +11001528 error = ENOENT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001529 goto fail_unmount;
Christoph Hellwigcbc89dc2008-02-05 12:14:01 +11001530 }
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001531 if (is_bad_inode(root)) {
1532 error = EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533 goto fail_vnrele;
1534 }
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001535 sb->s_root = d_alloc_root(root);
1536 if (!sb->s_root) {
1537 error = ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001538 goto fail_vnrele;
1539 }
Christoph Hellwig74394492007-08-30 17:21:22 +10001540
David Chinnera167b172008-10-30 17:06:18 +11001541 error = xfs_syncd_init(mp);
1542 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543 goto fail_vnrele;
Christoph Hellwig74394492007-08-30 17:21:22 +10001544
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001545 kfree(mtpt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001547 xfs_itrace_exit(XFS_I(sb->s_root->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001548 return 0;
1549
Christoph Hellwig120226c2008-05-20 15:11:11 +10001550 out_filestream_unmount:
1551 xfs_filestream_unmount(mp);
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001552 out_free_sb:
1553 xfs_freesb(mp);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001554 out_destroy_counters:
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001555 xfs_icsb_destroy_counters(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001556 xfs_close_devices(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001557 out_put_dmops:
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001558 xfs_dmops_put(mp);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001559 out_free_fsname:
1560 xfs_free_fsname(mp);
1561 kfree(mtpt);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001562 kfree(mp);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001563 out:
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001564 return -error;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001565
1566 fail_vnrele:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001567 if (sb->s_root) {
1568 dput(sb->s_root);
1569 sb->s_root = NULL;
1570 } else {
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001571 iput(root);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572 }
1573
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001574 fail_unmount:
Christoph Hellwige48ad312008-05-20 11:30:52 +10001575 /*
1576 * Blow away any referenced inode in the filestreams cache.
1577 * This can and will cause log traffic as inodes go inactive
1578 * here.
1579 */
1580 xfs_filestream_unmount(mp);
1581
1582 XFS_bflush(mp->m_ddev_targp);
Christoph Hellwige48ad312008-05-20 11:30:52 +10001583
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001584 xfs_unmountfs(mp);
Christoph Hellwig62033002008-08-13 16:50:21 +10001585 goto out_free_sb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001586}
1587
David Howells454e2392006-06-23 02:02:57 -07001588STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001589xfs_fs_get_sb(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590 struct file_system_type *fs_type,
1591 int flags,
1592 const char *dev_name,
David Howells454e2392006-06-23 02:02:57 -07001593 void *data,
1594 struct vfsmount *mnt)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595{
David Howells454e2392006-06-23 02:02:57 -07001596 return get_sb_bdev(fs_type, flags, dev_name, data, xfs_fs_fill_super,
1597 mnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001598}
1599
Alexey Dobriyanb87221d2009-09-21 17:01:09 -07001600static const struct super_operations xfs_super_operations = {
Nathan Scotta50cd262006-03-14 14:06:18 +11001601 .alloc_inode = xfs_fs_alloc_inode,
1602 .destroy_inode = xfs_fs_destroy_inode,
Christoph Hellwigf9581b12009-10-06 20:29:26 +00001603 .dirty_inode = xfs_fs_dirty_inode,
Nathan Scotta50cd262006-03-14 14:06:18 +11001604 .write_inode = xfs_fs_write_inode,
1605 .clear_inode = xfs_fs_clear_inode,
1606 .put_super = xfs_fs_put_super,
Christoph Hellwig69961a22009-10-06 20:29:28 +00001607 .sync_fs = xfs_fs_sync_fs,
Takashi Satoc4be0c12009-01-09 16:40:58 -08001608 .freeze_fs = xfs_fs_freeze,
Nathan Scotta50cd262006-03-14 14:06:18 +11001609 .statfs = xfs_fs_statfs,
1610 .remount_fs = xfs_fs_remount,
1611 .show_options = xfs_fs_show_options,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001612};
1613
Andrew Morton5085b602007-02-20 13:57:47 -08001614static struct file_system_type xfs_fs_type = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001615 .owner = THIS_MODULE,
1616 .name = "xfs",
Nathan Scotta50cd262006-03-14 14:06:18 +11001617 .get_sb = xfs_fs_get_sb,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618 .kill_sb = kill_block_super,
1619 .fs_flags = FS_REQUIRES_DEV,
1620};
1621
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001622STATIC int __init
1623xfs_alloc_trace_bufs(void)
1624{
1625#ifdef XFS_ALLOC_TRACE
1626 xfs_alloc_trace_buf = ktrace_alloc(XFS_ALLOC_TRACE_SIZE, KM_MAYFAIL);
1627 if (!xfs_alloc_trace_buf)
1628 goto out;
1629#endif
1630#ifdef XFS_BMAP_TRACE
1631 xfs_bmap_trace_buf = ktrace_alloc(XFS_BMAP_TRACE_SIZE, KM_MAYFAIL);
1632 if (!xfs_bmap_trace_buf)
1633 goto out_free_alloc_trace;
1634#endif
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001635#ifdef XFS_BTREE_TRACE
1636 xfs_allocbt_trace_buf = ktrace_alloc(XFS_ALLOCBT_TRACE_SIZE,
1637 KM_MAYFAIL);
1638 if (!xfs_allocbt_trace_buf)
1639 goto out_free_bmap_trace;
1640
1641 xfs_inobt_trace_buf = ktrace_alloc(XFS_INOBT_TRACE_SIZE, KM_MAYFAIL);
1642 if (!xfs_inobt_trace_buf)
1643 goto out_free_allocbt_trace;
1644
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001645 xfs_bmbt_trace_buf = ktrace_alloc(XFS_BMBT_TRACE_SIZE, KM_MAYFAIL);
1646 if (!xfs_bmbt_trace_buf)
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001647 goto out_free_inobt_trace;
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001648#endif
1649#ifdef XFS_ATTR_TRACE
1650 xfs_attr_trace_buf = ktrace_alloc(XFS_ATTR_TRACE_SIZE, KM_MAYFAIL);
1651 if (!xfs_attr_trace_buf)
1652 goto out_free_bmbt_trace;
1653#endif
1654#ifdef XFS_DIR2_TRACE
1655 xfs_dir2_trace_buf = ktrace_alloc(XFS_DIR2_GTRACE_SIZE, KM_MAYFAIL);
1656 if (!xfs_dir2_trace_buf)
1657 goto out_free_attr_trace;
1658#endif
1659
1660 return 0;
1661
1662#ifdef XFS_DIR2_TRACE
1663 out_free_attr_trace:
1664#endif
1665#ifdef XFS_ATTR_TRACE
1666 ktrace_free(xfs_attr_trace_buf);
1667 out_free_bmbt_trace:
1668#endif
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001669#ifdef XFS_BTREE_TRACE
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001670 ktrace_free(xfs_bmbt_trace_buf);
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001671 out_free_inobt_trace:
1672 ktrace_free(xfs_inobt_trace_buf);
1673 out_free_allocbt_trace:
1674 ktrace_free(xfs_allocbt_trace_buf);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001675 out_free_bmap_trace:
1676#endif
1677#ifdef XFS_BMAP_TRACE
1678 ktrace_free(xfs_bmap_trace_buf);
1679 out_free_alloc_trace:
1680#endif
1681#ifdef XFS_ALLOC_TRACE
1682 ktrace_free(xfs_alloc_trace_buf);
1683 out:
1684#endif
1685 return -ENOMEM;
1686}
1687
1688STATIC void
1689xfs_free_trace_bufs(void)
1690{
1691#ifdef XFS_DIR2_TRACE
1692 ktrace_free(xfs_dir2_trace_buf);
1693#endif
1694#ifdef XFS_ATTR_TRACE
1695 ktrace_free(xfs_attr_trace_buf);
1696#endif
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001697#ifdef XFS_BTREE_TRACE
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001698 ktrace_free(xfs_bmbt_trace_buf);
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001699 ktrace_free(xfs_inobt_trace_buf);
1700 ktrace_free(xfs_allocbt_trace_buf);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001701#endif
1702#ifdef XFS_BMAP_TRACE
1703 ktrace_free(xfs_bmap_trace_buf);
1704#endif
1705#ifdef XFS_ALLOC_TRACE
1706 ktrace_free(xfs_alloc_trace_buf);
1707#endif
1708}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709
1710STATIC int __init
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001711xfs_init_zones(void)
1712{
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001713
1714 xfs_ioend_zone = kmem_zone_init(sizeof(xfs_ioend_t), "xfs_ioend");
1715 if (!xfs_ioend_zone)
David Chinnerbf904242008-10-30 17:36:14 +11001716 goto out;
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001717
1718 xfs_ioend_pool = mempool_create_slab_pool(4 * MAX_BUF_PER_PAGE,
1719 xfs_ioend_zone);
1720 if (!xfs_ioend_pool)
1721 goto out_destroy_ioend_zone;
1722
1723 xfs_log_ticket_zone = kmem_zone_init(sizeof(xlog_ticket_t),
1724 "xfs_log_ticket");
1725 if (!xfs_log_ticket_zone)
1726 goto out_destroy_ioend_pool;
1727
1728 xfs_bmap_free_item_zone = kmem_zone_init(sizeof(xfs_bmap_free_item_t),
1729 "xfs_bmap_free_item");
1730 if (!xfs_bmap_free_item_zone)
1731 goto out_destroy_log_ticket_zone;
David Chinnerbf904242008-10-30 17:36:14 +11001732
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001733 xfs_btree_cur_zone = kmem_zone_init(sizeof(xfs_btree_cur_t),
1734 "xfs_btree_cur");
1735 if (!xfs_btree_cur_zone)
1736 goto out_destroy_bmap_free_item_zone;
1737
1738 xfs_da_state_zone = kmem_zone_init(sizeof(xfs_da_state_t),
1739 "xfs_da_state");
1740 if (!xfs_da_state_zone)
1741 goto out_destroy_btree_cur_zone;
1742
1743 xfs_dabuf_zone = kmem_zone_init(sizeof(xfs_dabuf_t), "xfs_dabuf");
1744 if (!xfs_dabuf_zone)
1745 goto out_destroy_da_state_zone;
1746
1747 xfs_ifork_zone = kmem_zone_init(sizeof(xfs_ifork_t), "xfs_ifork");
1748 if (!xfs_ifork_zone)
1749 goto out_destroy_dabuf_zone;
1750
1751 xfs_trans_zone = kmem_zone_init(sizeof(xfs_trans_t), "xfs_trans");
1752 if (!xfs_trans_zone)
1753 goto out_destroy_ifork_zone;
1754
1755 /*
1756 * The size of the zone allocated buf log item is the maximum
1757 * size possible under XFS. This wastes a little bit of memory,
1758 * but it is much faster.
1759 */
1760 xfs_buf_item_zone = kmem_zone_init((sizeof(xfs_buf_log_item_t) +
1761 (((XFS_MAX_BLOCKSIZE / XFS_BLI_CHUNK) /
1762 NBWORD) * sizeof(int))), "xfs_buf_item");
1763 if (!xfs_buf_item_zone)
1764 goto out_destroy_trans_zone;
1765
1766 xfs_efd_zone = kmem_zone_init((sizeof(xfs_efd_log_item_t) +
1767 ((XFS_EFD_MAX_FAST_EXTENTS - 1) *
1768 sizeof(xfs_extent_t))), "xfs_efd_item");
1769 if (!xfs_efd_zone)
1770 goto out_destroy_buf_item_zone;
1771
1772 xfs_efi_zone = kmem_zone_init((sizeof(xfs_efi_log_item_t) +
1773 ((XFS_EFI_MAX_FAST_EXTENTS - 1) *
1774 sizeof(xfs_extent_t))), "xfs_efi_item");
1775 if (!xfs_efi_zone)
1776 goto out_destroy_efd_zone;
1777
1778 xfs_inode_zone =
1779 kmem_zone_init_flags(sizeof(xfs_inode_t), "xfs_inode",
David Chinnerbf904242008-10-30 17:36:14 +11001780 KM_ZONE_HWALIGN | KM_ZONE_RECLAIM | KM_ZONE_SPREAD,
1781 xfs_fs_inode_init_once);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001782 if (!xfs_inode_zone)
1783 goto out_destroy_efi_zone;
1784
1785 xfs_ili_zone =
1786 kmem_zone_init_flags(sizeof(xfs_inode_log_item_t), "xfs_ili",
1787 KM_ZONE_SPREAD, NULL);
1788 if (!xfs_ili_zone)
1789 goto out_destroy_inode_zone;
1790
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001791 return 0;
1792
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001793 out_destroy_inode_zone:
1794 kmem_zone_destroy(xfs_inode_zone);
1795 out_destroy_efi_zone:
1796 kmem_zone_destroy(xfs_efi_zone);
1797 out_destroy_efd_zone:
1798 kmem_zone_destroy(xfs_efd_zone);
1799 out_destroy_buf_item_zone:
1800 kmem_zone_destroy(xfs_buf_item_zone);
1801 out_destroy_trans_zone:
1802 kmem_zone_destroy(xfs_trans_zone);
1803 out_destroy_ifork_zone:
1804 kmem_zone_destroy(xfs_ifork_zone);
1805 out_destroy_dabuf_zone:
1806 kmem_zone_destroy(xfs_dabuf_zone);
1807 out_destroy_da_state_zone:
1808 kmem_zone_destroy(xfs_da_state_zone);
1809 out_destroy_btree_cur_zone:
1810 kmem_zone_destroy(xfs_btree_cur_zone);
1811 out_destroy_bmap_free_item_zone:
1812 kmem_zone_destroy(xfs_bmap_free_item_zone);
1813 out_destroy_log_ticket_zone:
1814 kmem_zone_destroy(xfs_log_ticket_zone);
1815 out_destroy_ioend_pool:
1816 mempool_destroy(xfs_ioend_pool);
1817 out_destroy_ioend_zone:
1818 kmem_zone_destroy(xfs_ioend_zone);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001819 out:
1820 return -ENOMEM;
1821}
1822
1823STATIC void
1824xfs_destroy_zones(void)
1825{
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001826 kmem_zone_destroy(xfs_ili_zone);
1827 kmem_zone_destroy(xfs_inode_zone);
1828 kmem_zone_destroy(xfs_efi_zone);
1829 kmem_zone_destroy(xfs_efd_zone);
1830 kmem_zone_destroy(xfs_buf_item_zone);
1831 kmem_zone_destroy(xfs_trans_zone);
1832 kmem_zone_destroy(xfs_ifork_zone);
1833 kmem_zone_destroy(xfs_dabuf_zone);
1834 kmem_zone_destroy(xfs_da_state_zone);
1835 kmem_zone_destroy(xfs_btree_cur_zone);
1836 kmem_zone_destroy(xfs_bmap_free_item_zone);
1837 kmem_zone_destroy(xfs_log_ticket_zone);
1838 mempool_destroy(xfs_ioend_pool);
1839 kmem_zone_destroy(xfs_ioend_zone);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001840
1841}
1842
1843STATIC int __init
1844init_xfs_fs(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001845{
1846 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847
Christoph Hellwig65795912008-11-28 14:23:33 +11001848 printk(KERN_INFO XFS_VERSION_STRING " with "
1849 XFS_BUILD_OPTIONS " enabled\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851 ktrace_init(64);
Christoph Hellwig25e41b32008-12-03 12:20:39 +01001852 xfs_ioend_init();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001853 xfs_dir_startup();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854
Nathan Scott87582802006-03-14 13:18:19 +11001855 error = xfs_init_zones();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001856 if (error)
1857 goto out;
1858
1859 error = xfs_alloc_trace_bufs();
1860 if (error)
1861 goto out_destroy_zones;
1862
1863 error = xfs_mru_cache_init();
1864 if (error)
1865 goto out_free_trace_buffers;
1866
1867 error = xfs_filestream_init();
1868 if (error)
1869 goto out_mru_cache_uninit;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870
Nathan Scottce8e9222006-01-11 15:39:08 +11001871 error = xfs_buf_init();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001872 if (error)
1873 goto out_filestream_uninit;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001875 error = xfs_init_procfs();
1876 if (error)
1877 goto out_buf_terminate;
1878
1879 error = xfs_sysctl_register();
1880 if (error)
1881 goto out_cleanup_procfs;
1882
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883 vfs_initquota();
1884
1885 error = register_filesystem(&xfs_fs_type);
1886 if (error)
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001887 goto out_sysctl_unregister;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888 return 0;
1889
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001890 out_sysctl_unregister:
1891 xfs_sysctl_unregister();
1892 out_cleanup_procfs:
1893 xfs_cleanup_procfs();
1894 out_buf_terminate:
Nathan Scottce8e9222006-01-11 15:39:08 +11001895 xfs_buf_terminate();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001896 out_filestream_uninit:
1897 xfs_filestream_uninit();
1898 out_mru_cache_uninit:
1899 xfs_mru_cache_uninit();
1900 out_free_trace_buffers:
1901 xfs_free_trace_bufs();
1902 out_destroy_zones:
Nathan Scott87582802006-03-14 13:18:19 +11001903 xfs_destroy_zones();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001904 out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905 return error;
1906}
1907
1908STATIC void __exit
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001909exit_xfs_fs(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910{
1911 vfs_exitquota();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912 unregister_filesystem(&xfs_fs_type);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001913 xfs_sysctl_unregister();
1914 xfs_cleanup_procfs();
Nathan Scottce8e9222006-01-11 15:39:08 +11001915 xfs_buf_terminate();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001916 xfs_filestream_uninit();
1917 xfs_mru_cache_uninit();
1918 xfs_free_trace_bufs();
Nathan Scott87582802006-03-14 13:18:19 +11001919 xfs_destroy_zones();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920 ktrace_uninit();
1921}
1922
1923module_init(init_xfs_fs);
1924module_exit(exit_xfs_fs);
1925
1926MODULE_AUTHOR("Silicon Graphics, Inc.");
1927MODULE_DESCRIPTION(XFS_VERSION_STRING " with " XFS_BUILD_OPTIONS " enabled");
1928MODULE_LICENSE("GPL");