blob: d4e7ef8f8df96b1ad4b082658228c55a89eb98a5 [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 */
David Chinnera67d7c52007-11-23 16:29:32 +110081#define MNTOPT_NOALIGN "noalign" /* turn off stripe alignment */
82#define MNTOPT_SWALLOC "swalloc" /* turn on stripe width allocation */
83#define MNTOPT_SUNIT "sunit" /* data volume stripe unit */
84#define MNTOPT_SWIDTH "swidth" /* data volume stripe width */
85#define MNTOPT_NOUUID "nouuid" /* ignore filesystem UUID */
86#define MNTOPT_MTPT "mtpt" /* filesystem mount point */
87#define MNTOPT_GRPID "grpid" /* group-ID from parent directory */
88#define MNTOPT_NOGRPID "nogrpid" /* group-ID from current process */
89#define MNTOPT_BSDGROUPS "bsdgroups" /* group-ID from parent directory */
90#define MNTOPT_SYSVGROUPS "sysvgroups" /* group-ID from current process */
91#define MNTOPT_ALLOCSIZE "allocsize" /* preferred allocation size */
92#define MNTOPT_NORECOVERY "norecovery" /* don't run XFS recovery */
93#define MNTOPT_BARRIER "barrier" /* use writer barriers for log write and
94 * unwritten extent conversion */
95#define MNTOPT_NOBARRIER "nobarrier" /* .. disable */
96#define MNTOPT_OSYNCISOSYNC "osyncisosync" /* o_sync is REALLY o_sync */
97#define MNTOPT_64BITINODE "inode64" /* inodes can be allocated anywhere */
98#define MNTOPT_IKEEP "ikeep" /* do not free empty inode clusters */
99#define MNTOPT_NOIKEEP "noikeep" /* free empty inode clusters */
100#define MNTOPT_LARGEIO "largeio" /* report large I/O sizes in stat() */
101#define MNTOPT_NOLARGEIO "nolargeio" /* do not report large I/O sizes
102 * in stat(). */
103#define MNTOPT_ATTR2 "attr2" /* do use attr2 attribute format */
104#define MNTOPT_NOATTR2 "noattr2" /* do not use attr2 attribute format */
105#define MNTOPT_FILESTREAM "filestreams" /* use filestreams allocator */
106#define MNTOPT_QUOTA "quota" /* disk quotas (user) */
107#define MNTOPT_NOQUOTA "noquota" /* no quotas */
108#define MNTOPT_USRQUOTA "usrquota" /* user quota enabled */
109#define MNTOPT_GRPQUOTA "grpquota" /* group quota enabled */
110#define MNTOPT_PRJQUOTA "prjquota" /* project quota enabled */
111#define MNTOPT_UQUOTA "uquota" /* user quota (IRIX variant) */
112#define MNTOPT_GQUOTA "gquota" /* group quota (IRIX variant) */
113#define MNTOPT_PQUOTA "pquota" /* project quota (IRIX variant) */
114#define MNTOPT_UQUOTANOENF "uqnoenforce"/* user quota limit enforcement */
115#define MNTOPT_GQUOTANOENF "gqnoenforce"/* group quota limit enforcement */
116#define MNTOPT_PQUOTANOENF "pqnoenforce"/* project quota limit enforcement */
117#define MNTOPT_QUOTANOENF "qnoenforce" /* same as uqnoenforce */
118#define MNTOPT_DMAPI "dmapi" /* DMI enabled (DMAPI / XDSM) */
119#define MNTOPT_XDSM "xdsm" /* DMI enabled (DMAPI / XDSM) */
120#define MNTOPT_DMI "dmi" /* DMI enabled (DMAPI / XDSM) */
121
Christoph Hellwig62a877e2008-07-18 17:12:36 +1000122/*
123 * Table driven mount option parser.
124 *
125 * Currently only used for remount, but it will be used for mount
126 * in the future, too.
127 */
128enum {
129 Opt_barrier, Opt_nobarrier, Opt_err
130};
131
Steven Whitehousea447c092008-10-13 10:46:57 +0100132static const match_table_t tokens = {
Christoph Hellwig62a877e2008-07-18 17:12:36 +1000133 {Opt_barrier, "barrier"},
134 {Opt_nobarrier, "nobarrier"},
135 {Opt_err, NULL}
136};
137
138
David Chinnera67d7c52007-11-23 16:29:32 +1100139STATIC unsigned long
140suffix_strtoul(char *s, char **endp, unsigned int base)
141{
142 int last, shift_left_factor = 0;
143 char *value = s;
144
145 last = strlen(value) - 1;
146 if (value[last] == 'K' || value[last] == 'k') {
147 shift_left_factor = 10;
148 value[last] = '\0';
149 }
150 if (value[last] == 'M' || value[last] == 'm') {
151 shift_left_factor = 20;
152 value[last] = '\0';
153 }
154 if (value[last] == 'G' || value[last] == 'g') {
155 shift_left_factor = 30;
156 value[last] = '\0';
157 }
158
159 return simple_strtoul((const char *)s, endp, base) << shift_left_factor;
160}
161
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100162/*
163 * This function fills in xfs_mount_t fields based on mount args.
164 * Note: the superblock has _not_ yet been read in.
165 *
166 * Note that this function leaks the various device name allocations on
167 * failure. The caller takes care of them.
168 */
David Chinnera67d7c52007-11-23 16:29:32 +1100169STATIC int
170xfs_parseargs(
171 struct xfs_mount *mp,
172 char *options,
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100173 char **mtpt)
David Chinnera67d7c52007-11-23 16:29:32 +1100174{
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100175 struct super_block *sb = mp->m_super;
David Chinnera67d7c52007-11-23 16:29:32 +1100176 char *this_char, *value, *eov;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100177 int dsunit = 0;
178 int dswidth = 0;
179 int iosize = 0;
Josef Jeff Sipek1bd960e2008-02-29 13:58:40 +1100180 int dmapi_implies_ikeep = 1;
Christoph Hellwiga5687782009-02-09 08:37:39 +0100181 __uint8_t iosizelog = 0;
David Chinnera67d7c52007-11-23 16:29:32 +1100182
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100183 /*
184 * Copy binary VFS mount flags we are interested in.
185 */
186 if (sb->s_flags & MS_RDONLY)
187 mp->m_flags |= XFS_MOUNT_RDONLY;
188 if (sb->s_flags & MS_DIRSYNC)
189 mp->m_flags |= XFS_MOUNT_DIRSYNC;
190 if (sb->s_flags & MS_SYNCHRONOUS)
191 mp->m_flags |= XFS_MOUNT_WSYNC;
192
193 /*
194 * Set some default flags that could be cleared by the mount option
195 * parsing.
196 */
197 mp->m_flags |= XFS_MOUNT_BARRIER;
198 mp->m_flags |= XFS_MOUNT_COMPAT_IOSIZE;
199 mp->m_flags |= XFS_MOUNT_SMALL_INUMS;
200
201 /*
202 * These can be overridden by the mount option parsing.
203 */
204 mp->m_logbufs = -1;
205 mp->m_logbsize = -1;
David Chinnera67d7c52007-11-23 16:29:32 +1100206
207 if (!options)
208 goto done;
209
David Chinnera67d7c52007-11-23 16:29:32 +1100210 while ((this_char = strsep(&options, ",")) != NULL) {
211 if (!*this_char)
212 continue;
213 if ((value = strchr(this_char, '=')) != NULL)
214 *value++ = 0;
215
216 if (!strcmp(this_char, MNTOPT_LOGBUFS)) {
217 if (!value || !*value) {
218 cmn_err(CE_WARN,
219 "XFS: %s option requires an argument",
220 this_char);
221 return EINVAL;
222 }
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100223 mp->m_logbufs = simple_strtoul(value, &eov, 10);
David Chinnera67d7c52007-11-23 16:29:32 +1100224 } else if (!strcmp(this_char, MNTOPT_LOGBSIZE)) {
225 if (!value || !*value) {
226 cmn_err(CE_WARN,
227 "XFS: %s option requires an argument",
228 this_char);
229 return EINVAL;
230 }
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100231 mp->m_logbsize = suffix_strtoul(value, &eov, 10);
David Chinnera67d7c52007-11-23 16:29:32 +1100232 } else if (!strcmp(this_char, MNTOPT_LOGDEV)) {
233 if (!value || !*value) {
234 cmn_err(CE_WARN,
235 "XFS: %s option requires an argument",
236 this_char);
237 return EINVAL;
238 }
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100239 mp->m_logname = kstrndup(value, MAXNAMELEN, GFP_KERNEL);
240 if (!mp->m_logname)
241 return ENOMEM;
David Chinnera67d7c52007-11-23 16:29:32 +1100242 } else if (!strcmp(this_char, MNTOPT_MTPT)) {
243 if (!value || !*value) {
244 cmn_err(CE_WARN,
245 "XFS: %s option requires an argument",
246 this_char);
247 return EINVAL;
248 }
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100249 *mtpt = kstrndup(value, MAXNAMELEN, GFP_KERNEL);
250 if (!*mtpt)
251 return ENOMEM;
David Chinnera67d7c52007-11-23 16:29:32 +1100252 } else if (!strcmp(this_char, MNTOPT_RTDEV)) {
253 if (!value || !*value) {
254 cmn_err(CE_WARN,
255 "XFS: %s option requires an argument",
256 this_char);
257 return EINVAL;
258 }
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100259 mp->m_rtname = kstrndup(value, MAXNAMELEN, GFP_KERNEL);
260 if (!mp->m_rtname)
261 return ENOMEM;
David Chinnera67d7c52007-11-23 16:29:32 +1100262 } else if (!strcmp(this_char, MNTOPT_BIOSIZE)) {
263 if (!value || !*value) {
264 cmn_err(CE_WARN,
265 "XFS: %s option requires an argument",
266 this_char);
267 return EINVAL;
268 }
269 iosize = simple_strtoul(value, &eov, 10);
Christoph Hellwig1ec79442008-10-30 17:55:08 +1100270 iosizelog = ffs(iosize) - 1;
David Chinnera67d7c52007-11-23 16:29:32 +1100271 } else if (!strcmp(this_char, MNTOPT_ALLOCSIZE)) {
272 if (!value || !*value) {
273 cmn_err(CE_WARN,
274 "XFS: %s option requires an argument",
275 this_char);
276 return EINVAL;
277 }
278 iosize = suffix_strtoul(value, &eov, 10);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100279 iosizelog = ffs(iosize) - 1;
David Chinnera67d7c52007-11-23 16:29:32 +1100280 } else if (!strcmp(this_char, MNTOPT_GRPID) ||
281 !strcmp(this_char, MNTOPT_BSDGROUPS)) {
282 mp->m_flags |= XFS_MOUNT_GRPID;
283 } else if (!strcmp(this_char, MNTOPT_NOGRPID) ||
284 !strcmp(this_char, MNTOPT_SYSVGROUPS)) {
285 mp->m_flags &= ~XFS_MOUNT_GRPID;
286 } else if (!strcmp(this_char, MNTOPT_WSYNC)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100287 mp->m_flags |= XFS_MOUNT_WSYNC;
David Chinnera67d7c52007-11-23 16:29:32 +1100288 } else if (!strcmp(this_char, MNTOPT_OSYNCISOSYNC)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100289 mp->m_flags |= XFS_MOUNT_OSYNCISOSYNC;
David Chinnera67d7c52007-11-23 16:29:32 +1100290 } else if (!strcmp(this_char, MNTOPT_NORECOVERY)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100291 mp->m_flags |= XFS_MOUNT_NORECOVERY;
David Chinnera67d7c52007-11-23 16:29:32 +1100292 } else if (!strcmp(this_char, MNTOPT_NOALIGN)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100293 mp->m_flags |= XFS_MOUNT_NOALIGN;
David Chinnera67d7c52007-11-23 16:29:32 +1100294 } else if (!strcmp(this_char, MNTOPT_SWALLOC)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100295 mp->m_flags |= XFS_MOUNT_SWALLOC;
David Chinnera67d7c52007-11-23 16:29:32 +1100296 } else if (!strcmp(this_char, MNTOPT_SUNIT)) {
297 if (!value || !*value) {
298 cmn_err(CE_WARN,
299 "XFS: %s option requires an argument",
300 this_char);
301 return EINVAL;
302 }
303 dsunit = simple_strtoul(value, &eov, 10);
304 } else if (!strcmp(this_char, MNTOPT_SWIDTH)) {
305 if (!value || !*value) {
306 cmn_err(CE_WARN,
307 "XFS: %s option requires an argument",
308 this_char);
309 return EINVAL;
310 }
311 dswidth = simple_strtoul(value, &eov, 10);
312 } else if (!strcmp(this_char, MNTOPT_64BITINODE)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100313 mp->m_flags &= ~XFS_MOUNT_SMALL_INUMS;
David Chinnera67d7c52007-11-23 16:29:32 +1100314#if !XFS_BIG_INUMS
315 cmn_err(CE_WARN,
316 "XFS: %s option not allowed on this system",
317 this_char);
318 return EINVAL;
319#endif
320 } else if (!strcmp(this_char, MNTOPT_NOUUID)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100321 mp->m_flags |= XFS_MOUNT_NOUUID;
David Chinnera67d7c52007-11-23 16:29:32 +1100322 } else if (!strcmp(this_char, MNTOPT_BARRIER)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100323 mp->m_flags |= XFS_MOUNT_BARRIER;
David Chinnera67d7c52007-11-23 16:29:32 +1100324 } else if (!strcmp(this_char, MNTOPT_NOBARRIER)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100325 mp->m_flags &= ~XFS_MOUNT_BARRIER;
David Chinnera67d7c52007-11-23 16:29:32 +1100326 } else if (!strcmp(this_char, MNTOPT_IKEEP)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100327 mp->m_flags |= XFS_MOUNT_IKEEP;
David Chinnera67d7c52007-11-23 16:29:32 +1100328 } else if (!strcmp(this_char, MNTOPT_NOIKEEP)) {
Josef Jeff Sipek1bd960e2008-02-29 13:58:40 +1100329 dmapi_implies_ikeep = 0;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100330 mp->m_flags &= ~XFS_MOUNT_IKEEP;
David Chinnera67d7c52007-11-23 16:29:32 +1100331 } else if (!strcmp(this_char, MNTOPT_LARGEIO)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100332 mp->m_flags &= ~XFS_MOUNT_COMPAT_IOSIZE;
David Chinnera67d7c52007-11-23 16:29:32 +1100333 } else if (!strcmp(this_char, MNTOPT_NOLARGEIO)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100334 mp->m_flags |= XFS_MOUNT_COMPAT_IOSIZE;
David Chinnera67d7c52007-11-23 16:29:32 +1100335 } else if (!strcmp(this_char, MNTOPT_ATTR2)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100336 mp->m_flags |= XFS_MOUNT_ATTR2;
David Chinnera67d7c52007-11-23 16:29:32 +1100337 } else if (!strcmp(this_char, MNTOPT_NOATTR2)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100338 mp->m_flags &= ~XFS_MOUNT_ATTR2;
339 mp->m_flags |= XFS_MOUNT_NOATTR2;
David Chinnera67d7c52007-11-23 16:29:32 +1100340 } else if (!strcmp(this_char, MNTOPT_FILESTREAM)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100341 mp->m_flags |= XFS_MOUNT_FILESTREAMS;
David Chinnera67d7c52007-11-23 16:29:32 +1100342 } else if (!strcmp(this_char, MNTOPT_NOQUOTA)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100343 mp->m_qflags &= ~(XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE |
344 XFS_GQUOTA_ACCT | XFS_GQUOTA_ACTIVE |
Christoph Hellwig469fc232008-10-30 17:54:57 +1100345 XFS_PQUOTA_ACCT | XFS_PQUOTA_ACTIVE |
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100346 XFS_UQUOTA_ENFD | XFS_OQUOTA_ENFD);
David Chinnera67d7c52007-11-23 16:29:32 +1100347 } else if (!strcmp(this_char, MNTOPT_QUOTA) ||
348 !strcmp(this_char, MNTOPT_UQUOTA) ||
349 !strcmp(this_char, MNTOPT_USRQUOTA)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100350 mp->m_qflags |= (XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE |
351 XFS_UQUOTA_ENFD);
David Chinnera67d7c52007-11-23 16:29:32 +1100352 } else if (!strcmp(this_char, MNTOPT_QUOTANOENF) ||
353 !strcmp(this_char, MNTOPT_UQUOTANOENF)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100354 mp->m_qflags |= (XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE);
355 mp->m_qflags &= ~XFS_UQUOTA_ENFD;
David Chinnera67d7c52007-11-23 16:29:32 +1100356 } else if (!strcmp(this_char, MNTOPT_PQUOTA) ||
357 !strcmp(this_char, MNTOPT_PRJQUOTA)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100358 mp->m_qflags |= (XFS_PQUOTA_ACCT | XFS_PQUOTA_ACTIVE |
359 XFS_OQUOTA_ENFD);
David Chinnera67d7c52007-11-23 16:29:32 +1100360 } else if (!strcmp(this_char, MNTOPT_PQUOTANOENF)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100361 mp->m_qflags |= (XFS_PQUOTA_ACCT | XFS_PQUOTA_ACTIVE);
362 mp->m_qflags &= ~XFS_OQUOTA_ENFD;
David Chinnera67d7c52007-11-23 16:29:32 +1100363 } else if (!strcmp(this_char, MNTOPT_GQUOTA) ||
364 !strcmp(this_char, MNTOPT_GRPQUOTA)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100365 mp->m_qflags |= (XFS_GQUOTA_ACCT | XFS_GQUOTA_ACTIVE |
366 XFS_OQUOTA_ENFD);
David Chinnera67d7c52007-11-23 16:29:32 +1100367 } else if (!strcmp(this_char, MNTOPT_GQUOTANOENF)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100368 mp->m_qflags |= (XFS_GQUOTA_ACCT | XFS_GQUOTA_ACTIVE);
369 mp->m_qflags &= ~XFS_OQUOTA_ENFD;
David Chinnera67d7c52007-11-23 16:29:32 +1100370 } else if (!strcmp(this_char, MNTOPT_DMAPI)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100371 mp->m_flags |= XFS_MOUNT_DMAPI;
David Chinnera67d7c52007-11-23 16:29:32 +1100372 } else if (!strcmp(this_char, MNTOPT_XDSM)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100373 mp->m_flags |= XFS_MOUNT_DMAPI;
David Chinnera67d7c52007-11-23 16:29:32 +1100374 } else if (!strcmp(this_char, MNTOPT_DMI)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100375 mp->m_flags |= XFS_MOUNT_DMAPI;
David Chinnera67d7c52007-11-23 16:29:32 +1100376 } else if (!strcmp(this_char, "ihashsize")) {
377 cmn_err(CE_WARN,
378 "XFS: ihashsize no longer used, option is deprecated.");
379 } else if (!strcmp(this_char, "osyncisdsync")) {
380 /* no-op, this is now the default */
381 cmn_err(CE_WARN,
382 "XFS: osyncisdsync is now the default, option is deprecated.");
383 } else if (!strcmp(this_char, "irixsgid")) {
384 cmn_err(CE_WARN,
385 "XFS: irixsgid is now a sysctl(2) variable, option is deprecated.");
386 } else {
387 cmn_err(CE_WARN,
388 "XFS: unknown mount option [%s].", this_char);
389 return EINVAL;
390 }
391 }
392
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100393 /*
394 * no recovery flag requires a read-only mount
395 */
396 if ((mp->m_flags & XFS_MOUNT_NORECOVERY) &&
397 !(mp->m_flags & XFS_MOUNT_RDONLY)) {
398 cmn_err(CE_WARN, "XFS: no-recovery mounts must be read-only.");
399 return EINVAL;
David Chinnera67d7c52007-11-23 16:29:32 +1100400 }
401
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100402 if ((mp->m_flags & XFS_MOUNT_NOALIGN) && (dsunit || dswidth)) {
David Chinnera67d7c52007-11-23 16:29:32 +1100403 cmn_err(CE_WARN,
404 "XFS: sunit and swidth options incompatible with the noalign option");
405 return EINVAL;
406 }
407
Christoph Hellwig7d095252009-06-08 15:33:32 +0200408#ifndef CONFIG_XFS_QUOTA
409 if (XFS_IS_QUOTA_RUNNING(mp)) {
410 cmn_err(CE_WARN,
411 "XFS: quota support not available in this kernel.");
412 return EINVAL;
413 }
414#endif
415
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100416 if ((mp->m_qflags & (XFS_GQUOTA_ACCT | XFS_GQUOTA_ACTIVE)) &&
417 (mp->m_qflags & (XFS_PQUOTA_ACCT | XFS_PQUOTA_ACTIVE))) {
David Chinnera67d7c52007-11-23 16:29:32 +1100418 cmn_err(CE_WARN,
419 "XFS: cannot mount with both project and group quota");
420 return EINVAL;
421 }
422
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100423 if ((mp->m_flags & XFS_MOUNT_DMAPI) && (!*mtpt || *mtpt[0] == '\0')) {
David Chinnera67d7c52007-11-23 16:29:32 +1100424 printk("XFS: %s option needs the mount point option as well\n",
425 MNTOPT_DMAPI);
426 return EINVAL;
427 }
428
429 if ((dsunit && !dswidth) || (!dsunit && dswidth)) {
430 cmn_err(CE_WARN,
431 "XFS: sunit and swidth must be specified together");
432 return EINVAL;
433 }
434
435 if (dsunit && (dswidth % dsunit != 0)) {
436 cmn_err(CE_WARN,
437 "XFS: stripe width (%d) must be a multiple of the stripe unit (%d)",
438 dswidth, dsunit);
439 return EINVAL;
440 }
441
442 /*
443 * Applications using DMI filesystems often expect the
444 * inode generation number to be monotonically increasing.
445 * If we delete inode chunks we break this assumption, so
446 * keep unused inode chunks on disk for DMI filesystems
447 * until we come up with a better solution.
448 * Note that if "ikeep" or "noikeep" mount options are
449 * supplied, then they are honored.
450 */
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100451 if ((mp->m_flags & XFS_MOUNT_DMAPI) && dmapi_implies_ikeep)
452 mp->m_flags |= XFS_MOUNT_IKEEP;
David Chinnera67d7c52007-11-23 16:29:32 +1100453
454done:
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100455 if (!(mp->m_flags & XFS_MOUNT_NOALIGN)) {
456 /*
457 * At this point the superblock has not been read
458 * in, therefore we do not know the block size.
459 * Before the mount call ends we will convert
460 * these to FSBs.
461 */
462 if (dsunit) {
463 mp->m_dalign = dsunit;
464 mp->m_flags |= XFS_MOUNT_RETERR;
465 }
466
467 if (dswidth)
468 mp->m_swidth = dswidth;
469 }
470
471 if (mp->m_logbufs != -1 &&
472 mp->m_logbufs != 0 &&
473 (mp->m_logbufs < XLOG_MIN_ICLOGS ||
474 mp->m_logbufs > XLOG_MAX_ICLOGS)) {
475 cmn_err(CE_WARN,
476 "XFS: invalid logbufs value: %d [not %d-%d]",
477 mp->m_logbufs, XLOG_MIN_ICLOGS, XLOG_MAX_ICLOGS);
478 return XFS_ERROR(EINVAL);
479 }
480 if (mp->m_logbsize != -1 &&
481 mp->m_logbsize != 0 &&
482 (mp->m_logbsize < XLOG_MIN_RECORD_BSIZE ||
483 mp->m_logbsize > XLOG_MAX_RECORD_BSIZE ||
484 !is_power_of_2(mp->m_logbsize))) {
485 cmn_err(CE_WARN,
486 "XFS: invalid logbufsize: %d [not 16k,32k,64k,128k or 256k]",
487 mp->m_logbsize);
488 return XFS_ERROR(EINVAL);
489 }
490
491 mp->m_fsname = kstrndup(sb->s_id, MAXNAMELEN, GFP_KERNEL);
492 if (!mp->m_fsname)
493 return ENOMEM;
494 mp->m_fsname_len = strlen(mp->m_fsname) + 1;
495
496 if (iosizelog) {
497 if (iosizelog > XFS_MAX_IO_LOG ||
498 iosizelog < XFS_MIN_IO_LOG) {
499 cmn_err(CE_WARN,
500 "XFS: invalid log iosize: %d [not %d-%d]",
501 iosizelog, XFS_MIN_IO_LOG,
502 XFS_MAX_IO_LOG);
503 return XFS_ERROR(EINVAL);
504 }
505
506 mp->m_flags |= XFS_MOUNT_DFLT_IOSIZE;
507 mp->m_readio_log = iosizelog;
508 mp->m_writeio_log = iosizelog;
509 }
510
David Chinnera67d7c52007-11-23 16:29:32 +1100511 return 0;
512}
513
514struct proc_xfs_info {
515 int flag;
516 char *str;
517};
518
519STATIC int
520xfs_showargs(
521 struct xfs_mount *mp,
522 struct seq_file *m)
523{
524 static struct proc_xfs_info xfs_info_set[] = {
525 /* the few simple ones we can get from the mount struct */
Josef Jeff Sipek1bd960e2008-02-29 13:58:40 +1100526 { XFS_MOUNT_IKEEP, "," MNTOPT_IKEEP },
David Chinnera67d7c52007-11-23 16:29:32 +1100527 { XFS_MOUNT_WSYNC, "," MNTOPT_WSYNC },
David Chinnera67d7c52007-11-23 16:29:32 +1100528 { XFS_MOUNT_NOALIGN, "," MNTOPT_NOALIGN },
529 { XFS_MOUNT_SWALLOC, "," MNTOPT_SWALLOC },
530 { XFS_MOUNT_NOUUID, "," MNTOPT_NOUUID },
531 { XFS_MOUNT_NORECOVERY, "," MNTOPT_NORECOVERY },
532 { XFS_MOUNT_OSYNCISOSYNC, "," MNTOPT_OSYNCISOSYNC },
533 { XFS_MOUNT_ATTR2, "," MNTOPT_ATTR2 },
534 { XFS_MOUNT_FILESTREAMS, "," MNTOPT_FILESTREAM },
535 { XFS_MOUNT_DMAPI, "," MNTOPT_DMAPI },
536 { XFS_MOUNT_GRPID, "," MNTOPT_GRPID },
537 { 0, NULL }
538 };
539 static struct proc_xfs_info xfs_info_unset[] = {
540 /* the few simple ones we can get from the mount struct */
David Chinnera67d7c52007-11-23 16:29:32 +1100541 { XFS_MOUNT_COMPAT_IOSIZE, "," MNTOPT_LARGEIO },
542 { XFS_MOUNT_BARRIER, "," MNTOPT_NOBARRIER },
543 { XFS_MOUNT_SMALL_INUMS, "," MNTOPT_64BITINODE },
544 { 0, NULL }
545 };
546 struct proc_xfs_info *xfs_infop;
547
548 for (xfs_infop = xfs_info_set; xfs_infop->flag; xfs_infop++) {
549 if (mp->m_flags & xfs_infop->flag)
550 seq_puts(m, xfs_infop->str);
551 }
552 for (xfs_infop = xfs_info_unset; xfs_infop->flag; xfs_infop++) {
553 if (!(mp->m_flags & xfs_infop->flag))
554 seq_puts(m, xfs_infop->str);
555 }
556
557 if (mp->m_flags & XFS_MOUNT_DFLT_IOSIZE)
558 seq_printf(m, "," MNTOPT_ALLOCSIZE "=%dk",
559 (int)(1 << mp->m_writeio_log) >> 10);
560
561 if (mp->m_logbufs > 0)
562 seq_printf(m, "," MNTOPT_LOGBUFS "=%d", mp->m_logbufs);
563 if (mp->m_logbsize > 0)
564 seq_printf(m, "," MNTOPT_LOGBSIZE "=%dk", mp->m_logbsize >> 10);
565
566 if (mp->m_logname)
567 seq_printf(m, "," MNTOPT_LOGDEV "=%s", mp->m_logname);
568 if (mp->m_rtname)
569 seq_printf(m, "," MNTOPT_RTDEV "=%s", mp->m_rtname);
570
571 if (mp->m_dalign > 0)
572 seq_printf(m, "," MNTOPT_SUNIT "=%d",
573 (int)XFS_FSB_TO_BB(mp, mp->m_dalign));
574 if (mp->m_swidth > 0)
575 seq_printf(m, "," MNTOPT_SWIDTH "=%d",
576 (int)XFS_FSB_TO_BB(mp, mp->m_swidth));
577
578 if (mp->m_qflags & (XFS_UQUOTA_ACCT|XFS_UQUOTA_ENFD))
579 seq_puts(m, "," MNTOPT_USRQUOTA);
580 else if (mp->m_qflags & XFS_UQUOTA_ACCT)
581 seq_puts(m, "," MNTOPT_UQUOTANOENF);
582
583 if (mp->m_qflags & (XFS_PQUOTA_ACCT|XFS_OQUOTA_ENFD))
584 seq_puts(m, "," MNTOPT_PRJQUOTA);
585 else if (mp->m_qflags & XFS_PQUOTA_ACCT)
586 seq_puts(m, "," MNTOPT_PQUOTANOENF);
587
588 if (mp->m_qflags & (XFS_GQUOTA_ACCT|XFS_OQUOTA_ENFD))
589 seq_puts(m, "," MNTOPT_GRPQUOTA);
590 else if (mp->m_qflags & XFS_GQUOTA_ACCT)
591 seq_puts(m, "," MNTOPT_GQUOTANOENF);
592
593 if (!(mp->m_qflags & XFS_ALL_QUOTA_ACCT))
594 seq_puts(m, "," MNTOPT_NOQUOTA);
595
596 return 0;
597}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598__uint64_t
599xfs_max_file_offset(
600 unsigned int blockshift)
601{
602 unsigned int pagefactor = 1;
603 unsigned int bitshift = BITS_PER_LONG - 1;
604
605 /* Figure out maximum filesize, on Linux this can depend on
606 * the filesystem blocksize (on 32 bit platforms).
607 * __block_prepare_write does this in an [unsigned] long...
608 * page->index << (PAGE_CACHE_SHIFT - bbits)
609 * So, for page sized blocks (4K on 32 bit platforms),
610 * this wraps at around 8Tb (hence MAX_LFS_FILESIZE which is
611 * (((u64)PAGE_CACHE_SIZE << (BITS_PER_LONG-1))-1)
612 * but for smaller blocksizes it is less (bbits = log2 bsize).
613 * Note1: get_block_t takes a long (implicit cast from above)
614 * Note2: The Large Block Device (LBD and HAVE_SECTOR_T) patch
615 * can optionally convert the [unsigned] long from above into
616 * an [unsigned] long long.
617 */
618
619#if BITS_PER_LONG == 32
620# if defined(CONFIG_LBD)
621 ASSERT(sizeof(sector_t) == 8);
622 pagefactor = PAGE_CACHE_SIZE;
623 bitshift = BITS_PER_LONG;
624# else
625 pagefactor = PAGE_CACHE_SIZE >> (PAGE_CACHE_SHIFT - blockshift);
626# endif
627#endif
628
629 return (((__uint64_t)pagefactor) << bitshift) - 1;
630}
631
Hannes Eder3180e662009-03-04 19:34:10 +0100632STATIC int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633xfs_blkdev_get(
634 xfs_mount_t *mp,
635 const char *name,
636 struct block_device **bdevp)
637{
638 int error = 0;
639
Al Viro30c40d22008-02-22 19:50:45 -0500640 *bdevp = open_bdev_exclusive(name, FMODE_READ|FMODE_WRITE, mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641 if (IS_ERR(*bdevp)) {
642 error = PTR_ERR(*bdevp);
643 printk("XFS: Invalid device [%s], error=%d\n", name, error);
644 }
645
646 return -error;
647}
648
Hannes Eder3180e662009-03-04 19:34:10 +0100649STATIC void
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650xfs_blkdev_put(
651 struct block_device *bdev)
652{
653 if (bdev)
Al Viro30c40d22008-02-22 19:50:45 -0500654 close_bdev_exclusive(bdev, FMODE_READ|FMODE_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655}
656
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100657/*
658 * Try to write out the superblock using barriers.
659 */
660STATIC int
661xfs_barrier_test(
662 xfs_mount_t *mp)
663{
664 xfs_buf_t *sbp = xfs_getsb(mp, 0);
665 int error;
666
667 XFS_BUF_UNDONE(sbp);
668 XFS_BUF_UNREAD(sbp);
669 XFS_BUF_UNDELAYWRITE(sbp);
670 XFS_BUF_WRITE(sbp);
671 XFS_BUF_UNASYNC(sbp);
672 XFS_BUF_ORDERED(sbp);
673
674 xfsbdstrat(mp, sbp);
675 error = xfs_iowait(sbp);
676
677 /*
678 * Clear all the flags we set and possible error state in the
679 * buffer. We only did the write to try out whether barriers
680 * worked and shouldn't leave any traces in the superblock
681 * buffer.
682 */
683 XFS_BUF_DONE(sbp);
684 XFS_BUF_ERROR(sbp, 0);
685 XFS_BUF_UNORDERED(sbp);
686
687 xfs_buf_relse(sbp);
688 return error;
689}
690
691void
692xfs_mountfs_check_barriers(xfs_mount_t *mp)
693{
694 int error;
695
696 if (mp->m_logdev_targp != mp->m_ddev_targp) {
697 xfs_fs_cmn_err(CE_NOTE, mp,
698 "Disabling barriers, not supported with external log device");
699 mp->m_flags &= ~XFS_MOUNT_BARRIER;
Christoph Hellwig4ef19dd2006-01-11 15:27:18 +1100700 return;
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100701 }
702
Nathan Scottb2ea4012006-07-28 17:05:13 +1000703 if (xfs_readonly_buftarg(mp->m_ddev_targp)) {
704 xfs_fs_cmn_err(CE_NOTE, mp,
705 "Disabling barriers, underlying device is readonly");
706 mp->m_flags &= ~XFS_MOUNT_BARRIER;
707 return;
708 }
709
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100710 error = xfs_barrier_test(mp);
711 if (error) {
712 xfs_fs_cmn_err(CE_NOTE, mp,
713 "Disabling barriers, trial barrier write failed");
714 mp->m_flags &= ~XFS_MOUNT_BARRIER;
Christoph Hellwig4ef19dd2006-01-11 15:27:18 +1100715 return;
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100716 }
717}
718
719void
720xfs_blkdev_issue_flush(
721 xfs_buftarg_t *buftarg)
722{
Nathan Scottce8e9222006-01-11 15:39:08 +1100723 blkdev_issue_flush(buftarg->bt_bdev, NULL);
Christoph Hellwigf538d4d2005-11-02 10:26:59 +1100724}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000726STATIC void
727xfs_close_devices(
728 struct xfs_mount *mp)
729{
730 if (mp->m_logdev_targp && mp->m_logdev_targp != mp->m_ddev_targp) {
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000731 struct block_device *logdev = mp->m_logdev_targp->bt_bdev;
Christoph Hellwigb7963132009-03-03 14:48:37 -0500732 xfs_free_buftarg(mp, mp->m_logdev_targp);
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000733 xfs_blkdev_put(logdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000734 }
735 if (mp->m_rtdev_targp) {
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000736 struct block_device *rtdev = mp->m_rtdev_targp->bt_bdev;
Christoph Hellwigb7963132009-03-03 14:48:37 -0500737 xfs_free_buftarg(mp, mp->m_rtdev_targp);
Lachlan McIlroyc032bfc2008-07-18 17:13:12 +1000738 xfs_blkdev_put(rtdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000739 }
Christoph Hellwigb7963132009-03-03 14:48:37 -0500740 xfs_free_buftarg(mp, mp->m_ddev_targp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000741}
742
743/*
744 * The file system configurations are:
745 * (1) device (partition) with data and internal log
746 * (2) logical volume with data and log subvolumes.
747 * (3) logical volume with data, log, and realtime subvolumes.
748 *
749 * We only have to handle opening the log and realtime volumes here if
750 * they are present. The data subvolume has already been opened by
751 * get_sb_bdev() and is stored in sb->s_bdev.
752 */
753STATIC int
754xfs_open_devices(
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100755 struct xfs_mount *mp)
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000756{
757 struct block_device *ddev = mp->m_super->s_bdev;
758 struct block_device *logdev = NULL, *rtdev = NULL;
759 int error;
760
761 /*
762 * Open real time and log devices - order is important.
763 */
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100764 if (mp->m_logname) {
765 error = xfs_blkdev_get(mp, mp->m_logname, &logdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000766 if (error)
767 goto out;
768 }
769
Christoph Hellwig9d565ff2008-10-30 17:53:24 +1100770 if (mp->m_rtname) {
771 error = xfs_blkdev_get(mp, mp->m_rtname, &rtdev);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000772 if (error)
773 goto out_close_logdev;
774
775 if (rtdev == ddev || rtdev == logdev) {
776 cmn_err(CE_WARN,
777 "XFS: Cannot mount filesystem with identical rtdev and ddev/logdev.");
778 error = EINVAL;
779 goto out_close_rtdev;
780 }
781 }
782
783 /*
784 * Setup xfs_mount buffer target pointers
785 */
786 error = ENOMEM;
787 mp->m_ddev_targp = xfs_alloc_buftarg(ddev, 0);
788 if (!mp->m_ddev_targp)
789 goto out_close_rtdev;
790
791 if (rtdev) {
792 mp->m_rtdev_targp = xfs_alloc_buftarg(rtdev, 1);
793 if (!mp->m_rtdev_targp)
794 goto out_free_ddev_targ;
795 }
796
797 if (logdev && logdev != ddev) {
798 mp->m_logdev_targp = xfs_alloc_buftarg(logdev, 1);
799 if (!mp->m_logdev_targp)
800 goto out_free_rtdev_targ;
801 } else {
802 mp->m_logdev_targp = mp->m_ddev_targp;
803 }
804
805 return 0;
806
807 out_free_rtdev_targ:
808 if (mp->m_rtdev_targp)
Christoph Hellwigb7963132009-03-03 14:48:37 -0500809 xfs_free_buftarg(mp, mp->m_rtdev_targp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000810 out_free_ddev_targ:
Christoph Hellwigb7963132009-03-03 14:48:37 -0500811 xfs_free_buftarg(mp, mp->m_ddev_targp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000812 out_close_rtdev:
813 if (rtdev)
814 xfs_blkdev_put(rtdev);
815 out_close_logdev:
816 if (logdev && logdev != ddev)
817 xfs_blkdev_put(logdev);
818 out:
819 return error;
820}
821
Christoph Hellwige34b5622008-05-20 15:10:36 +1000822/*
823 * Setup xfs_mount buffer target pointers based on superblock
824 */
825STATIC int
826xfs_setup_devices(
827 struct xfs_mount *mp)
828{
829 int error;
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000830
Christoph Hellwige34b5622008-05-20 15:10:36 +1000831 error = xfs_setsize_buftarg(mp->m_ddev_targp, mp->m_sb.sb_blocksize,
832 mp->m_sb.sb_sectsize);
833 if (error)
834 return error;
835
836 if (mp->m_logdev_targp && mp->m_logdev_targp != mp->m_ddev_targp) {
837 unsigned int log_sector_size = BBSIZE;
838
839 if (xfs_sb_version_hassector(&mp->m_sb))
840 log_sector_size = mp->m_sb.sb_logsectsize;
841 error = xfs_setsize_buftarg(mp->m_logdev_targp,
842 mp->m_sb.sb_blocksize,
843 log_sector_size);
844 if (error)
845 return error;
846 }
847 if (mp->m_rtdev_targp) {
848 error = xfs_setsize_buftarg(mp->m_rtdev_targp,
849 mp->m_sb.sb_blocksize,
850 mp->m_sb.sb_sectsize);
851 if (error)
852 return error;
853 }
854
855 return 0;
856}
Christoph Hellwig19f354d2008-05-20 11:31:13 +1000857
David Chinner249a8c12008-02-05 12:13:32 +1100858/*
859 * XFS AIL push thread support
860 */
861void
862xfsaild_wakeup(
David Chinner82fa9012008-10-30 17:38:26 +1100863 struct xfs_ail *ailp,
David Chinner249a8c12008-02-05 12:13:32 +1100864 xfs_lsn_t threshold_lsn)
865{
David Chinner82fa9012008-10-30 17:38:26 +1100866 ailp->xa_target = threshold_lsn;
867 wake_up_process(ailp->xa_task);
David Chinner249a8c12008-02-05 12:13:32 +1100868}
869
Hannes Eder3180e662009-03-04 19:34:10 +0100870STATIC int
David Chinner249a8c12008-02-05 12:13:32 +1100871xfsaild(
872 void *data)
873{
David Chinner82fa9012008-10-30 17:38:26 +1100874 struct xfs_ail *ailp = data;
David Chinner249a8c12008-02-05 12:13:32 +1100875 xfs_lsn_t last_pushed_lsn = 0;
876 long tout = 0;
877
878 while (!kthread_should_stop()) {
879 if (tout)
880 schedule_timeout_interruptible(msecs_to_jiffies(tout));
881 tout = 1000;
882
883 /* swsusp */
884 try_to_freeze();
885
David Chinner82fa9012008-10-30 17:38:26 +1100886 ASSERT(ailp->xa_mount->m_log);
887 if (XFS_FORCED_SHUTDOWN(ailp->xa_mount))
David Chinner249a8c12008-02-05 12:13:32 +1100888 continue;
889
David Chinner82fa9012008-10-30 17:38:26 +1100890 tout = xfsaild_push(ailp, &last_pushed_lsn);
David Chinner249a8c12008-02-05 12:13:32 +1100891 }
892
893 return 0;
894} /* xfsaild */
895
896int
897xfsaild_start(
David Chinner82fa9012008-10-30 17:38:26 +1100898 struct xfs_ail *ailp)
David Chinner249a8c12008-02-05 12:13:32 +1100899{
David Chinner82fa9012008-10-30 17:38:26 +1100900 ailp->xa_target = 0;
901 ailp->xa_task = kthread_run(xfsaild, ailp, "xfsaild");
902 if (IS_ERR(ailp->xa_task))
903 return -PTR_ERR(ailp->xa_task);
David Chinner249a8c12008-02-05 12:13:32 +1100904 return 0;
905}
906
907void
908xfsaild_stop(
David Chinner82fa9012008-10-30 17:38:26 +1100909 struct xfs_ail *ailp)
David Chinner249a8c12008-02-05 12:13:32 +1100910{
David Chinner82fa9012008-10-30 17:38:26 +1100911 kthread_stop(ailp->xa_task);
David Chinner249a8c12008-02-05 12:13:32 +1100912}
913
914
David Chinnerbf904242008-10-30 17:36:14 +1100915/* Catch misguided souls that try to use this interface on XFS */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916STATIC struct inode *
Nathan Scotta50cd262006-03-14 14:06:18 +1100917xfs_fs_alloc_inode(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918 struct super_block *sb)
919{
David Chinnerbf904242008-10-30 17:36:14 +1100920 BUG();
Lachlan McIlroy493dca62008-10-30 17:36:52 +1100921 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922}
923
David Chinnerbf904242008-10-30 17:36:14 +1100924/*
David Chinner99fa8cb2008-10-30 17:36:40 +1100925 * Now that the generic code is guaranteed not to be accessing
926 * the linux inode, we can reclaim the inode.
David Chinnerbf904242008-10-30 17:36:14 +1100927 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928STATIC void
Nathan Scotta50cd262006-03-14 14:06:18 +1100929xfs_fs_destroy_inode(
David Chinnerbf904242008-10-30 17:36:14 +1100930 struct inode *inode)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931{
David Chinner99fa8cb2008-10-30 17:36:40 +1100932 xfs_inode_t *ip = XFS_I(inode);
933
934 XFS_STATS_INC(vn_reclaim);
935 if (xfs_reclaim(ip))
936 panic("%s: cannot reclaim 0x%p\n", __func__, inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937}
938
David Chinner07c8f672008-10-30 16:11:59 +1100939/*
940 * Slab object creation initialisation for the XFS inode.
941 * This covers only the idempotent fields in the XFS inode;
942 * all other fields need to be initialised on allocation
943 * from the slab. This avoids the need to repeatedly intialise
944 * fields in the xfs inode that left in the initialise state
945 * when freeing the inode.
946 */
David Chinnerbf904242008-10-30 17:36:14 +1100947STATIC void
948xfs_fs_inode_init_once(
David Chinner07c8f672008-10-30 16:11:59 +1100949 void *inode)
950{
951 struct xfs_inode *ip = inode;
952
953 memset(ip, 0, sizeof(struct xfs_inode));
David Chinnerbf904242008-10-30 17:36:14 +1100954
955 /* vfs inode */
956 inode_init_once(VFS_I(ip));
957
958 /* xfs inode */
David Chinner07c8f672008-10-30 16:11:59 +1100959 atomic_set(&ip->i_iocount, 0);
960 atomic_set(&ip->i_pincount, 0);
961 spin_lock_init(&ip->i_flags_lock);
David Chinner07c8f672008-10-30 16:11:59 +1100962 init_waitqueue_head(&ip->i_ipin_wait);
963 /*
964 * Because we want to use a counting completion, complete
965 * the flush completion once to allow a single access to
966 * the flush completion without blocking.
967 */
968 init_completion(&ip->i_flush);
969 complete(&ip->i_flush);
970
971 mrlock_init(&ip->i_lock, MRLOCK_ALLOW_EQUAL_PRI|MRLOCK_BARRIER,
972 "xfsino", ip->i_ino);
973 mrlock_init(&ip->i_iolock, MRLOCK_BARRIER, "xfsio", ip->i_ino);
974}
975
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976/*
977 * Attempt to flush the inode, this will actually fail
978 * if the inode is pinned, but we dirty the inode again
979 * at the point when it is unpinned after a log write,
Nathan Scott87582802006-03-14 13:18:19 +1100980 * since this is when the inode itself becomes flushable.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981 */
982STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +1100983xfs_fs_write_inode(
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984 struct inode *inode,
985 int sync)
986{
Dave Chinner2e656092008-11-28 14:23:33 +1100987 struct xfs_inode *ip = XFS_I(inode);
Christoph Hellwigd4bb6d02009-02-04 09:36:19 +0100988 struct xfs_mount *mp = ip->i_mount;
David Chinnera3f74ff2008-03-06 13:43:42 +1100989 int error = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990
Dave Chinner2e656092008-11-28 14:23:33 +1100991 xfs_itrace_entry(ip);
Christoph Hellwigd4bb6d02009-02-04 09:36:19 +0100992
993 if (XFS_FORCED_SHUTDOWN(mp))
994 return XFS_ERROR(EIO);
995
Christoph Hellwig739bfb22007-08-29 10:58:01 +1000996 if (sync) {
Dave Chinner2e656092008-11-28 14:23:33 +1100997 error = xfs_wait_on_pages(ip, 0, -1);
998 if (error)
Christoph Hellwigd4bb6d02009-02-04 09:36:19 +0100999 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001000 }
Dave Chinner2e656092008-11-28 14:23:33 +11001001
Christoph Hellwigd4bb6d02009-02-04 09:36:19 +01001002 /*
1003 * Bypass inodes which have already been cleaned by
1004 * the inode flush clustering code inside xfs_iflush
1005 */
1006 if (xfs_inode_clean(ip))
1007 goto out;
1008
1009 /*
1010 * We make this non-blocking if the inode is contended, return
1011 * EAGAIN to indicate to the caller that they did not succeed.
1012 * This prevents the flush path from blocking on inodes inside
1013 * another operation right now, they get caught later by xfs_sync.
1014 */
1015 if (sync) {
1016 xfs_ilock(ip, XFS_ILOCK_SHARED);
1017 xfs_iflock(ip);
1018
1019 error = xfs_iflush(ip, XFS_IFLUSH_SYNC);
1020 } else {
1021 error = EAGAIN;
1022 if (!xfs_ilock_nowait(ip, XFS_ILOCK_SHARED))
1023 goto out;
1024 if (xfs_ipincount(ip) || !xfs_iflock_nowait(ip))
1025 goto out_unlock;
1026
1027 error = xfs_iflush(ip, XFS_IFLUSH_ASYNC_NOBLOCK);
1028 }
1029
1030 out_unlock:
1031 xfs_iunlock(ip, XFS_ILOCK_SHARED);
1032 out:
Lachlan McIlroye893bff2007-10-12 11:13:35 +10001033 /*
1034 * if we failed to write out the inode then mark
1035 * it dirty again so we'll try again later.
1036 */
1037 if (error)
Dave Chinner2e656092008-11-28 14:23:33 +11001038 xfs_mark_inode_dirty_sync(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039 return -error;
1040}
1041
1042STATIC void
Nathan Scotta50cd262006-03-14 14:06:18 +11001043xfs_fs_clear_inode(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044 struct inode *inode)
1045{
Christoph Hellwig1543d792007-08-29 11:46:47 +10001046 xfs_inode_t *ip = XFS_I(inode);
Christoph Hellwig56d433e2005-09-05 08:23:54 +10001047
David Chinner99fa8cb2008-10-30 17:36:40 +11001048 xfs_itrace_entry(ip);
1049 XFS_STATS_INC(vn_rele);
1050 XFS_STATS_INC(vn_remove);
1051 XFS_STATS_DEC(vn_active);
Christoph Hellwig56d433e2005-09-05 08:23:54 +10001052
David Chinner99fa8cb2008-10-30 17:36:40 +11001053 xfs_inactive(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054}
1055
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056STATIC void
Christoph Hellwiga7381592008-08-13 16:04:05 +10001057xfs_free_fsname(
1058 struct xfs_mount *mp)
1059{
1060 kfree(mp->m_fsname);
1061 kfree(mp->m_rtname);
1062 kfree(mp->m_logname);
1063}
1064
1065STATIC void
Nathan Scotta50cd262006-03-14 14:06:18 +11001066xfs_fs_put_super(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067 struct super_block *sb)
1068{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001069 struct xfs_mount *mp = XFS_M(sb);
Christoph Hellwige48ad3162008-05-20 11:30:52 +10001070 struct xfs_inode *rip = mp->m_rootip;
1071 int unmount_event_flags = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072
David Chinnera167b172008-10-30 17:06:18 +11001073 xfs_syncd_stop(mp);
Christoph Hellwig075fe102009-06-08 15:35:48 +02001074
1075 if (!(sb->s_flags & MS_RDONLY)) {
1076 /*
1077 * XXX(hch): this should be SYNC_WAIT.
1078 *
1079 * Or more likely not needed at all because the VFS is already
1080 * calling ->sync_fs after shutting down all filestem
1081 * operations and just before calling ->put_super.
1082 */
1083 xfs_sync_data(mp, 0);
1084 xfs_sync_attr(mp, 0);
1085 }
Christoph Hellwige48ad3162008-05-20 11:30:52 +10001086
1087#ifdef HAVE_DMAPI
1088 if (mp->m_flags & XFS_MOUNT_DMAPI) {
1089 unmount_event_flags =
1090 (mp->m_dmevmask & (1 << DM_EVENT_UNMOUNT)) ?
1091 0 : DM_FLAGS_UNWANTED;
1092 /*
1093 * Ignore error from dmapi here, first unmount is not allowed
1094 * to fail anyway, and second we wouldn't want to fail a
1095 * unmount because of dmapi.
1096 */
1097 XFS_SEND_PREUNMOUNT(mp, rip, DM_RIGHT_NULL, rip, DM_RIGHT_NULL,
1098 NULL, NULL, 0, 0, unmount_event_flags);
1099 }
1100#endif
1101
1102 /*
1103 * Blow away any referenced inode in the filestreams cache.
1104 * This can and will cause log traffic as inodes go inactive
1105 * here.
1106 */
1107 xfs_filestream_unmount(mp);
1108
1109 XFS_bflush(mp->m_ddev_targp);
Christoph Hellwige48ad3162008-05-20 11:30:52 +10001110
Christoph Hellwige48ad3162008-05-20 11:30:52 +10001111 if (mp->m_flags & XFS_MOUNT_DMAPI) {
1112 XFS_SEND_UNMOUNT(mp, rip, DM_RIGHT_NULL, 0, 0,
1113 unmount_event_flags);
1114 }
1115
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001116 xfs_unmountfs(mp);
Christoph Hellwig62033002008-08-13 16:50:21 +10001117 xfs_freesb(mp);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001118 xfs_icsb_destroy_counters(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001119 xfs_close_devices(mp);
Christoph Hellwige48ad3162008-05-20 11:30:52 +10001120 xfs_dmops_put(mp);
Christoph Hellwiga7381592008-08-13 16:04:05 +10001121 xfs_free_fsname(mp);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001122 kfree(mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123}
1124
1125STATIC void
Nathan Scotta50cd262006-03-14 14:06:18 +11001126xfs_fs_write_super(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127 struct super_block *sb)
1128{
Nathan Scottb83bd132006-06-09 16:48:30 +10001129 if (!(sb->s_flags & MS_RDONLY))
David Chinnere9f1c6e2008-10-30 17:15:50 +11001130 xfs_sync_fsdata(XFS_M(sb), 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131 sb->s_dirt = 0;
1132}
1133
1134STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001135xfs_fs_sync_super(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136 struct super_block *sb,
1137 int wait)
1138{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001139 struct xfs_mount *mp = XFS_M(sb);
Nathan Scottb83bd132006-06-09 16:48:30 +10001140 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141
Lachlan McIlroye893bff2007-10-12 11:13:35 +10001142 /*
1143 * Treat a sync operation like a freeze. This is to work
1144 * around a race in sync_inodes() which works in two phases
1145 * - an asynchronous flush, which can write out an inode
1146 * without waiting for file size updates to complete, and a
1147 * synchronous flush, which wont do anything because the
1148 * async flush removed the inode's dirty flag. Also
1149 * sync_inodes() will not see any files that just have
1150 * outstanding transactions to be flushed because we don't
1151 * dirty the Linux inode until after the transaction I/O
1152 * completes.
1153 */
David Chinnere9f1c6e2008-10-30 17:15:50 +11001154 if (wait || unlikely(sb->s_frozen == SB_FREEZE_WRITE))
1155 error = xfs_quiesce_data(mp);
1156 else
1157 error = xfs_sync_fsdata(mp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158 sb->s_dirt = 0;
1159
1160 if (unlikely(laptop_mode)) {
Christoph Hellwig74394492007-08-30 17:21:22 +10001161 int prev_sync_seq = mp->m_sync_seq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162
1163 /*
1164 * The disk must be active because we're syncing.
1165 * We schedule xfssyncd now (now that the disk is
1166 * active) instead of later (when it might not be).
1167 */
Christoph Hellwig74394492007-08-30 17:21:22 +10001168 wake_up_process(mp->m_sync_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169 /*
1170 * We have to wait for the sync iteration to complete.
1171 * If we don't, the disk activity caused by the sync
1172 * will come after the sync is completed, and that
1173 * triggers another sync from laptop mode.
1174 */
Christoph Hellwig74394492007-08-30 17:21:22 +10001175 wait_event(mp->m_wait_single_sync_task,
1176 mp->m_sync_seq != prev_sync_seq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177 }
1178
1179 return -error;
1180}
1181
1182STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001183xfs_fs_statfs(
David Howells726c3342006-06-23 02:02:58 -07001184 struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185 struct kstatfs *statp)
1186{
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001187 struct xfs_mount *mp = XFS_M(dentry->d_sb);
1188 xfs_sb_t *sbp = &mp->m_sb;
Christoph Hellwig7d095252009-06-08 15:33:32 +02001189 struct xfs_inode *ip = XFS_I(dentry->d_inode);
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001190 __uint64_t fakeinos, id;
1191 xfs_extlen_t lsize;
1192
1193 statp->f_type = XFS_SB_MAGIC;
1194 statp->f_namelen = MAXNAMELEN - 1;
1195
1196 id = huge_encode_dev(mp->m_ddev_targp->bt_dev);
1197 statp->f_fsid.val[0] = (u32)id;
1198 statp->f_fsid.val[1] = (u32)(id >> 32);
1199
Christoph Hellwigd4d90b52008-04-22 17:34:37 +10001200 xfs_icsb_sync_counters(mp, XFS_ICSB_LAZY_COUNT);
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001201
1202 spin_lock(&mp->m_sb_lock);
1203 statp->f_bsize = sbp->sb_blocksize;
1204 lsize = sbp->sb_logstart ? sbp->sb_logblocks : 0;
1205 statp->f_blocks = sbp->sb_dblocks - lsize;
1206 statp->f_bfree = statp->f_bavail =
1207 sbp->sb_fdblocks - XFS_ALLOC_SET_ASIDE(mp);
1208 fakeinos = statp->f_bfree << sbp->sb_inopblog;
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001209 statp->f_files =
1210 MIN(sbp->sb_icount + fakeinos, (__uint64_t)XFS_MAXINUMBER);
1211 if (mp->m_maxicount)
Christoph Hellwiga19d9f82009-03-29 09:51:08 +02001212 statp->f_files = min_t(typeof(statp->f_files),
1213 statp->f_files,
1214 mp->m_maxicount);
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001215 statp->f_ffree = statp->f_files - (sbp->sb_icount - sbp->sb_ifree);
1216 spin_unlock(&mp->m_sb_lock);
1217
Christoph Hellwig7d095252009-06-08 15:33:32 +02001218 if ((ip->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) ||
1219 ((mp->m_qflags & (XFS_PQUOTA_ACCT|XFS_OQUOTA_ENFD))) ==
1220 (XFS_PQUOTA_ACCT|XFS_OQUOTA_ENFD))
1221 xfs_qm_statvfs(ip, statp);
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001222 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223}
1224
1225STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001226xfs_fs_remount(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227 struct super_block *sb,
1228 int *flags,
1229 char *options)
1230{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001231 struct xfs_mount *mp = XFS_M(sb);
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001232 substring_t args[MAX_OPT_ARGS];
1233 char *p;
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001234 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001236 while ((p = strsep(&options, ",")) != NULL) {
1237 int token;
Christoph Hellwigbdd907b2008-05-20 15:10:44 +10001238
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001239 if (!*p)
1240 continue;
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001241
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001242 token = match_token(p, tokens, args);
1243 switch (token) {
1244 case Opt_barrier:
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001245 mp->m_flags |= XFS_MOUNT_BARRIER;
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001246
1247 /*
1248 * Test if barriers are actually working if we can,
1249 * else delay this check until the filesystem is
1250 * marked writeable.
1251 */
1252 if (!(mp->m_flags & XFS_MOUNT_RDONLY))
1253 xfs_mountfs_check_barriers(mp);
1254 break;
1255 case Opt_nobarrier:
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001256 mp->m_flags &= ~XFS_MOUNT_BARRIER;
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001257 break;
1258 default:
Christoph Hellwig6efdf282008-09-17 16:49:33 +10001259 /*
1260 * Logically we would return an error here to prevent
1261 * users from believing they might have changed
1262 * mount options using remount which can't be changed.
1263 *
1264 * But unfortunately mount(8) adds all options from
1265 * mtab and fstab to the mount arguments in some cases
1266 * so we can't blindly reject options, but have to
1267 * check for each specified option if it actually
1268 * differs from the currently set option and only
1269 * reject it if that's the case.
1270 *
1271 * Until that is implemented we return success for
1272 * every remount request, and silently ignore all
1273 * options that we can't actually change.
1274 */
1275#if 0
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001276 printk(KERN_INFO
1277 "XFS: mount option \"%s\" not supported for remount\n", p);
1278 return -EINVAL;
Christoph Hellwig6efdf282008-09-17 16:49:33 +10001279#else
Christoph Hellwig6c5e51d2008-10-12 14:30:44 +02001280 break;
Christoph Hellwig6efdf282008-09-17 16:49:33 +10001281#endif
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001282 }
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001283 }
1284
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001285 /* ro -> rw */
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001286 if ((mp->m_flags & XFS_MOUNT_RDONLY) && !(*flags & MS_RDONLY)) {
1287 mp->m_flags &= ~XFS_MOUNT_RDONLY;
1288 if (mp->m_flags & XFS_MOUNT_BARRIER)
1289 xfs_mountfs_check_barriers(mp);
Christoph Hellwig7884bc82009-01-19 02:04:07 +01001290
1291 /*
1292 * If this is the first remount to writeable state we
1293 * might have some superblock changes to update.
1294 */
1295 if (mp->m_update_flags) {
1296 error = xfs_mount_log_sb(mp, mp->m_update_flags);
1297 if (error) {
1298 cmn_err(CE_WARN,
1299 "XFS: failed to write sb changes");
1300 return error;
1301 }
1302 mp->m_update_flags = 0;
1303 }
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001304 }
1305
1306 /* rw -> ro */
1307 if (!(mp->m_flags & XFS_MOUNT_RDONLY) && (*flags & MS_RDONLY)) {
David Chinnere9f1c6e2008-10-30 17:15:50 +11001308 xfs_quiesce_data(mp);
David Chinner76bf1052008-10-30 17:16:21 +11001309 xfs_quiesce_attr(mp);
Christoph Hellwig48b62a12008-05-20 11:30:39 +10001310 mp->m_flags |= XFS_MOUNT_RDONLY;
1311 }
1312
Christoph Hellwig62a877e2008-07-18 17:12:36 +10001313 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314}
1315
Christoph Hellwig9909c4a2007-10-11 18:11:14 +10001316/*
1317 * Second stage of a freeze. The data is already frozen so we only
David Chinner76bf1052008-10-30 17:16:21 +11001318 * need to take care of the metadata. Once that's done write a dummy
Christoph Hellwig9909c4a2007-10-11 18:11:14 +10001319 * record to dirty the log in case of a crash while frozen.
1320 */
Takashi Satoc4be0c12009-01-09 16:40:58 -08001321STATIC int
1322xfs_fs_freeze(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323 struct super_block *sb)
1324{
Christoph Hellwig9909c4a2007-10-11 18:11:14 +10001325 struct xfs_mount *mp = XFS_M(sb);
1326
David Chinner76bf1052008-10-30 17:16:21 +11001327 xfs_quiesce_attr(mp);
Takashi Satoc4be0c12009-01-09 16:40:58 -08001328 return -xfs_fs_log_dummy(mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329}
1330
1331STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001332xfs_fs_show_options(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333 struct seq_file *m,
1334 struct vfsmount *mnt)
1335{
Christoph Hellwig745f6912007-08-30 17:20:39 +10001336 return -xfs_showargs(XFS_M(mnt->mnt_sb), m);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337}
1338
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001339/*
1340 * This function fills in xfs_mount_t fields based on mount args.
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001341 * Note: the superblock _has_ now been read in.
1342 */
1343STATIC int
1344xfs_finish_flags(
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001345 struct xfs_mount *mp)
1346{
1347 int ronly = (mp->m_flags & XFS_MOUNT_RDONLY);
1348
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02001349 /* Fail a mount where the logbuf is smaller than the log stripe */
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001350 if (xfs_sb_version_haslogv2(&mp->m_sb)) {
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001351 if (mp->m_logbsize <= 0 &&
1352 mp->m_sb.sb_logsunit > XLOG_BIG_RECORD_BSIZE) {
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001353 mp->m_logbsize = mp->m_sb.sb_logsunit;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001354 } else if (mp->m_logbsize > 0 &&
1355 mp->m_logbsize < mp->m_sb.sb_logsunit) {
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001356 cmn_err(CE_WARN,
1357 "XFS: logbuf size must be greater than or equal to log stripe size");
1358 return XFS_ERROR(EINVAL);
1359 }
1360 } else {
1361 /* Fail a mount if the logbuf is larger than 32K */
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001362 if (mp->m_logbsize > XLOG_BIG_RECORD_BSIZE) {
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001363 cmn_err(CE_WARN,
1364 "XFS: logbuf size for version 1 logs must be 16K or 32K");
1365 return XFS_ERROR(EINVAL);
1366 }
1367 }
1368
1369 /*
1370 * mkfs'ed attr2 will turn on attr2 mount unless explicitly
1371 * told by noattr2 to turn it off
1372 */
1373 if (xfs_sb_version_hasattr2(&mp->m_sb) &&
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001374 !(mp->m_flags & XFS_MOUNT_NOATTR2))
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001375 mp->m_flags |= XFS_MOUNT_ATTR2;
1376
1377 /*
1378 * prohibit r/w mounts of read-only filesystems
1379 */
1380 if ((mp->m_sb.sb_flags & XFS_SBF_READONLY) && !ronly) {
1381 cmn_err(CE_WARN,
1382 "XFS: cannot mount a read-only filesystem as read-write");
1383 return XFS_ERROR(EROFS);
1384 }
1385
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001386 return 0;
1387}
1388
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001390xfs_fs_fill_super(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391 struct super_block *sb,
1392 void *data,
1393 int silent)
1394{
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001395 struct inode *root;
Christoph Hellwig745f6912007-08-30 17:20:39 +10001396 struct xfs_mount *mp = NULL;
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001397 int flags = 0, error = ENOMEM;
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001398 char *mtpt = NULL;
Christoph Hellwigbdd907b2008-05-20 15:10:44 +10001399
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001400 mp = kzalloc(sizeof(struct xfs_mount), GFP_KERNEL);
1401 if (!mp)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001402 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001404 spin_lock_init(&mp->m_sb_lock);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001405 mutex_init(&mp->m_growlock);
1406 atomic_set(&mp->m_active_trans, 0);
Christoph Hellwig74394492007-08-30 17:21:22 +10001407 INIT_LIST_HEAD(&mp->m_sync_list);
1408 spin_lock_init(&mp->m_sync_lock);
1409 init_waitqueue_head(&mp->m_wait_single_sync_task);
1410
Christoph Hellwigb267ce92007-08-30 17:21:30 +10001411 mp->m_super = sb;
1412 sb->s_fs_info = mp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001414 error = xfs_parseargs(mp, (char *)data, &mtpt);
Christoph Hellwig745f6912007-08-30 17:20:39 +10001415 if (error)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001416 goto out_free_fsname;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417
1418 sb_min_blocksize(sb, BBSIZE);
Lachlan McIlroy0ec58512008-06-23 13:23:01 +10001419 sb->s_xattr = xfs_xattr_handlers;
Nathan Scotta50cd262006-03-14 14:06:18 +11001420 sb->s_export_op = &xfs_export_operations;
Christoph Hellwigfcafb712009-02-09 08:47:34 +01001421#ifdef CONFIG_XFS_QUOTA
Nathan Scotta50cd262006-03-14 14:06:18 +11001422 sb->s_qcop = &xfs_quotactl_operations;
Christoph Hellwigfcafb712009-02-09 08:47:34 +01001423#endif
Nathan Scotta50cd262006-03-14 14:06:18 +11001424 sb->s_op = &xfs_super_operations;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001426 error = xfs_dmops_get(mp);
Christoph Hellwig745f6912007-08-30 17:20:39 +10001427 if (error)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001428 goto out_free_fsname;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001429
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001430 if (silent)
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001431 flags |= XFS_MFSI_QUIET;
1432
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001433 error = xfs_open_devices(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001434 if (error)
Christoph Hellwig7d095252009-06-08 15:33:32 +02001435 goto out_put_dmops;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001436
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001437 if (xfs_icsb_init_counters(mp))
1438 mp->m_flags |= XFS_MOUNT_NO_PERCPU_SB;
1439
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001440 error = xfs_readsb(mp, flags);
1441 if (error)
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001442 goto out_destroy_counters;
1443
1444 error = xfs_finish_flags(mp);
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001445 if (error)
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001446 goto out_free_sb;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001447
Christoph Hellwige34b5622008-05-20 15:10:36 +10001448 error = xfs_setup_devices(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001449 if (error)
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001450 goto out_free_sb;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001451
1452 if (mp->m_flags & XFS_MOUNT_BARRIER)
1453 xfs_mountfs_check_barriers(mp);
1454
1455 error = xfs_filestream_mount(mp);
1456 if (error)
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001457 goto out_free_sb;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001458
Christoph Hellwig42490232008-08-13 16:49:32 +10001459 error = xfs_mountfs(mp);
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001460 if (error)
Christoph Hellwig120226c2008-05-20 15:11:11 +10001461 goto out_filestream_unmount;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001462
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001463 XFS_SEND_MOUNT(mp, DM_RIGHT_NULL, mtpt, mp->m_fsname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464
Linus Torvalds1da177e2005-04-16 15:20:36 -07001465 sb->s_dirt = 1;
Christoph Hellwig4ca488e2007-10-11 18:09:40 +10001466 sb->s_magic = XFS_SB_MAGIC;
1467 sb->s_blocksize = mp->m_sb.sb_blocksize;
1468 sb->s_blocksize_bits = ffs(sb->s_blocksize) - 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469 sb->s_maxbytes = xfs_max_file_offset(sb->s_blocksize_bits);
1470 sb->s_time_gran = 1;
1471 set_posix_acl_flag(sb);
1472
David Chinner01651642008-08-13 15:45:15 +10001473 root = igrab(VFS_I(mp->m_rootip));
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001474 if (!root) {
Christoph Hellwigcbc89dc2008-02-05 12:14:01 +11001475 error = ENOENT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001476 goto fail_unmount;
Christoph Hellwigcbc89dc2008-02-05 12:14:01 +11001477 }
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001478 if (is_bad_inode(root)) {
1479 error = EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480 goto fail_vnrele;
1481 }
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001482 sb->s_root = d_alloc_root(root);
1483 if (!sb->s_root) {
1484 error = ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001485 goto fail_vnrele;
1486 }
Christoph Hellwig74394492007-08-30 17:21:22 +10001487
David Chinnera167b172008-10-30 17:06:18 +11001488 error = xfs_syncd_init(mp);
1489 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001490 goto fail_vnrele;
Christoph Hellwig74394492007-08-30 17:21:22 +10001491
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001492 kfree(mtpt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001494 xfs_itrace_exit(XFS_I(sb->s_root->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495 return 0;
1496
Christoph Hellwig120226c2008-05-20 15:11:11 +10001497 out_filestream_unmount:
1498 xfs_filestream_unmount(mp);
Christoph Hellwigeffa2ed2008-05-20 15:11:05 +10001499 out_free_sb:
1500 xfs_freesb(mp);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001501 out_destroy_counters:
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001502 xfs_icsb_destroy_counters(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001503 xfs_close_devices(mp);
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001504 out_put_dmops:
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001505 xfs_dmops_put(mp);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001506 out_free_fsname:
1507 xfs_free_fsname(mp);
1508 kfree(mtpt);
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001509 kfree(mp);
Christoph Hellwig9d565ff2008-10-30 17:53:24 +11001510 out:
Christoph Hellwigc962fb72008-05-20 15:10:52 +10001511 return -error;
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001512
1513 fail_vnrele:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514 if (sb->s_root) {
1515 dput(sb->s_root);
1516 sb->s_root = NULL;
1517 } else {
Christoph Hellwigf3dcc132008-03-27 18:00:54 +11001518 iput(root);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519 }
1520
Christoph Hellwigf8f15e42008-05-20 11:30:59 +10001521 fail_unmount:
Christoph Hellwige48ad3162008-05-20 11:30:52 +10001522 /*
1523 * Blow away any referenced inode in the filestreams cache.
1524 * This can and will cause log traffic as inodes go inactive
1525 * here.
1526 */
1527 xfs_filestream_unmount(mp);
1528
1529 XFS_bflush(mp->m_ddev_targp);
Christoph Hellwige48ad3162008-05-20 11:30:52 +10001530
Christoph Hellwig19f354d2008-05-20 11:31:13 +10001531 xfs_unmountfs(mp);
Christoph Hellwig62033002008-08-13 16:50:21 +10001532 goto out_free_sb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533}
1534
David Howells454e2392006-06-23 02:02:57 -07001535STATIC int
Nathan Scotta50cd262006-03-14 14:06:18 +11001536xfs_fs_get_sb(
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537 struct file_system_type *fs_type,
1538 int flags,
1539 const char *dev_name,
David Howells454e2392006-06-23 02:02:57 -07001540 void *data,
1541 struct vfsmount *mnt)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001542{
David Howells454e2392006-06-23 02:02:57 -07001543 return get_sb_bdev(fs_type, flags, dev_name, data, xfs_fs_fill_super,
1544 mnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001545}
1546
David Chinner7989cb82007-02-10 18:34:56 +11001547static struct super_operations xfs_super_operations = {
Nathan Scotta50cd262006-03-14 14:06:18 +11001548 .alloc_inode = xfs_fs_alloc_inode,
1549 .destroy_inode = xfs_fs_destroy_inode,
1550 .write_inode = xfs_fs_write_inode,
1551 .clear_inode = xfs_fs_clear_inode,
1552 .put_super = xfs_fs_put_super,
1553 .write_super = xfs_fs_write_super,
1554 .sync_fs = xfs_fs_sync_super,
Takashi Satoc4be0c12009-01-09 16:40:58 -08001555 .freeze_fs = xfs_fs_freeze,
Nathan Scotta50cd262006-03-14 14:06:18 +11001556 .statfs = xfs_fs_statfs,
1557 .remount_fs = xfs_fs_remount,
1558 .show_options = xfs_fs_show_options,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559};
1560
Andrew Morton5085b602007-02-20 13:57:47 -08001561static struct file_system_type xfs_fs_type = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001562 .owner = THIS_MODULE,
1563 .name = "xfs",
Nathan Scotta50cd262006-03-14 14:06:18 +11001564 .get_sb = xfs_fs_get_sb,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565 .kill_sb = kill_block_super,
1566 .fs_flags = FS_REQUIRES_DEV,
1567};
1568
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001569STATIC int __init
1570xfs_alloc_trace_bufs(void)
1571{
1572#ifdef XFS_ALLOC_TRACE
1573 xfs_alloc_trace_buf = ktrace_alloc(XFS_ALLOC_TRACE_SIZE, KM_MAYFAIL);
1574 if (!xfs_alloc_trace_buf)
1575 goto out;
1576#endif
1577#ifdef XFS_BMAP_TRACE
1578 xfs_bmap_trace_buf = ktrace_alloc(XFS_BMAP_TRACE_SIZE, KM_MAYFAIL);
1579 if (!xfs_bmap_trace_buf)
1580 goto out_free_alloc_trace;
1581#endif
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001582#ifdef XFS_BTREE_TRACE
1583 xfs_allocbt_trace_buf = ktrace_alloc(XFS_ALLOCBT_TRACE_SIZE,
1584 KM_MAYFAIL);
1585 if (!xfs_allocbt_trace_buf)
1586 goto out_free_bmap_trace;
1587
1588 xfs_inobt_trace_buf = ktrace_alloc(XFS_INOBT_TRACE_SIZE, KM_MAYFAIL);
1589 if (!xfs_inobt_trace_buf)
1590 goto out_free_allocbt_trace;
1591
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001592 xfs_bmbt_trace_buf = ktrace_alloc(XFS_BMBT_TRACE_SIZE, KM_MAYFAIL);
1593 if (!xfs_bmbt_trace_buf)
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001594 goto out_free_inobt_trace;
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001595#endif
1596#ifdef XFS_ATTR_TRACE
1597 xfs_attr_trace_buf = ktrace_alloc(XFS_ATTR_TRACE_SIZE, KM_MAYFAIL);
1598 if (!xfs_attr_trace_buf)
1599 goto out_free_bmbt_trace;
1600#endif
1601#ifdef XFS_DIR2_TRACE
1602 xfs_dir2_trace_buf = ktrace_alloc(XFS_DIR2_GTRACE_SIZE, KM_MAYFAIL);
1603 if (!xfs_dir2_trace_buf)
1604 goto out_free_attr_trace;
1605#endif
1606
1607 return 0;
1608
1609#ifdef XFS_DIR2_TRACE
1610 out_free_attr_trace:
1611#endif
1612#ifdef XFS_ATTR_TRACE
1613 ktrace_free(xfs_attr_trace_buf);
1614 out_free_bmbt_trace:
1615#endif
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001616#ifdef XFS_BTREE_TRACE
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001617 ktrace_free(xfs_bmbt_trace_buf);
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001618 out_free_inobt_trace:
1619 ktrace_free(xfs_inobt_trace_buf);
1620 out_free_allocbt_trace:
1621 ktrace_free(xfs_allocbt_trace_buf);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001622 out_free_bmap_trace:
1623#endif
1624#ifdef XFS_BMAP_TRACE
1625 ktrace_free(xfs_bmap_trace_buf);
1626 out_free_alloc_trace:
1627#endif
1628#ifdef XFS_ALLOC_TRACE
1629 ktrace_free(xfs_alloc_trace_buf);
1630 out:
1631#endif
1632 return -ENOMEM;
1633}
1634
1635STATIC void
1636xfs_free_trace_bufs(void)
1637{
1638#ifdef XFS_DIR2_TRACE
1639 ktrace_free(xfs_dir2_trace_buf);
1640#endif
1641#ifdef XFS_ATTR_TRACE
1642 ktrace_free(xfs_attr_trace_buf);
1643#endif
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001644#ifdef XFS_BTREE_TRACE
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001645 ktrace_free(xfs_bmbt_trace_buf);
Christoph Hellwig8c4ed632008-10-30 16:55:13 +11001646 ktrace_free(xfs_inobt_trace_buf);
1647 ktrace_free(xfs_allocbt_trace_buf);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001648#endif
1649#ifdef XFS_BMAP_TRACE
1650 ktrace_free(xfs_bmap_trace_buf);
1651#endif
1652#ifdef XFS_ALLOC_TRACE
1653 ktrace_free(xfs_alloc_trace_buf);
1654#endif
1655}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656
1657STATIC int __init
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001658xfs_init_zones(void)
1659{
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001660
1661 xfs_ioend_zone = kmem_zone_init(sizeof(xfs_ioend_t), "xfs_ioend");
1662 if (!xfs_ioend_zone)
David Chinnerbf904242008-10-30 17:36:14 +11001663 goto out;
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001664
1665 xfs_ioend_pool = mempool_create_slab_pool(4 * MAX_BUF_PER_PAGE,
1666 xfs_ioend_zone);
1667 if (!xfs_ioend_pool)
1668 goto out_destroy_ioend_zone;
1669
1670 xfs_log_ticket_zone = kmem_zone_init(sizeof(xlog_ticket_t),
1671 "xfs_log_ticket");
1672 if (!xfs_log_ticket_zone)
1673 goto out_destroy_ioend_pool;
1674
1675 xfs_bmap_free_item_zone = kmem_zone_init(sizeof(xfs_bmap_free_item_t),
1676 "xfs_bmap_free_item");
1677 if (!xfs_bmap_free_item_zone)
1678 goto out_destroy_log_ticket_zone;
David Chinnerbf904242008-10-30 17:36:14 +11001679
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001680 xfs_btree_cur_zone = kmem_zone_init(sizeof(xfs_btree_cur_t),
1681 "xfs_btree_cur");
1682 if (!xfs_btree_cur_zone)
1683 goto out_destroy_bmap_free_item_zone;
1684
1685 xfs_da_state_zone = kmem_zone_init(sizeof(xfs_da_state_t),
1686 "xfs_da_state");
1687 if (!xfs_da_state_zone)
1688 goto out_destroy_btree_cur_zone;
1689
1690 xfs_dabuf_zone = kmem_zone_init(sizeof(xfs_dabuf_t), "xfs_dabuf");
1691 if (!xfs_dabuf_zone)
1692 goto out_destroy_da_state_zone;
1693
1694 xfs_ifork_zone = kmem_zone_init(sizeof(xfs_ifork_t), "xfs_ifork");
1695 if (!xfs_ifork_zone)
1696 goto out_destroy_dabuf_zone;
1697
1698 xfs_trans_zone = kmem_zone_init(sizeof(xfs_trans_t), "xfs_trans");
1699 if (!xfs_trans_zone)
1700 goto out_destroy_ifork_zone;
1701
1702 /*
1703 * The size of the zone allocated buf log item is the maximum
1704 * size possible under XFS. This wastes a little bit of memory,
1705 * but it is much faster.
1706 */
1707 xfs_buf_item_zone = kmem_zone_init((sizeof(xfs_buf_log_item_t) +
1708 (((XFS_MAX_BLOCKSIZE / XFS_BLI_CHUNK) /
1709 NBWORD) * sizeof(int))), "xfs_buf_item");
1710 if (!xfs_buf_item_zone)
1711 goto out_destroy_trans_zone;
1712
1713 xfs_efd_zone = kmem_zone_init((sizeof(xfs_efd_log_item_t) +
1714 ((XFS_EFD_MAX_FAST_EXTENTS - 1) *
1715 sizeof(xfs_extent_t))), "xfs_efd_item");
1716 if (!xfs_efd_zone)
1717 goto out_destroy_buf_item_zone;
1718
1719 xfs_efi_zone = kmem_zone_init((sizeof(xfs_efi_log_item_t) +
1720 ((XFS_EFI_MAX_FAST_EXTENTS - 1) *
1721 sizeof(xfs_extent_t))), "xfs_efi_item");
1722 if (!xfs_efi_zone)
1723 goto out_destroy_efd_zone;
1724
1725 xfs_inode_zone =
1726 kmem_zone_init_flags(sizeof(xfs_inode_t), "xfs_inode",
David Chinnerbf904242008-10-30 17:36:14 +11001727 KM_ZONE_HWALIGN | KM_ZONE_RECLAIM | KM_ZONE_SPREAD,
1728 xfs_fs_inode_init_once);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001729 if (!xfs_inode_zone)
1730 goto out_destroy_efi_zone;
1731
1732 xfs_ili_zone =
1733 kmem_zone_init_flags(sizeof(xfs_inode_log_item_t), "xfs_ili",
1734 KM_ZONE_SPREAD, NULL);
1735 if (!xfs_ili_zone)
1736 goto out_destroy_inode_zone;
1737
1738#ifdef CONFIG_XFS_POSIX_ACL
1739 xfs_acl_zone = kmem_zone_init(sizeof(xfs_acl_t), "xfs_acl");
1740 if (!xfs_acl_zone)
1741 goto out_destroy_ili_zone;
1742#endif
1743
1744 return 0;
1745
1746#ifdef CONFIG_XFS_POSIX_ACL
1747 out_destroy_ili_zone:
1748#endif
1749 kmem_zone_destroy(xfs_ili_zone);
1750 out_destroy_inode_zone:
1751 kmem_zone_destroy(xfs_inode_zone);
1752 out_destroy_efi_zone:
1753 kmem_zone_destroy(xfs_efi_zone);
1754 out_destroy_efd_zone:
1755 kmem_zone_destroy(xfs_efd_zone);
1756 out_destroy_buf_item_zone:
1757 kmem_zone_destroy(xfs_buf_item_zone);
1758 out_destroy_trans_zone:
1759 kmem_zone_destroy(xfs_trans_zone);
1760 out_destroy_ifork_zone:
1761 kmem_zone_destroy(xfs_ifork_zone);
1762 out_destroy_dabuf_zone:
1763 kmem_zone_destroy(xfs_dabuf_zone);
1764 out_destroy_da_state_zone:
1765 kmem_zone_destroy(xfs_da_state_zone);
1766 out_destroy_btree_cur_zone:
1767 kmem_zone_destroy(xfs_btree_cur_zone);
1768 out_destroy_bmap_free_item_zone:
1769 kmem_zone_destroy(xfs_bmap_free_item_zone);
1770 out_destroy_log_ticket_zone:
1771 kmem_zone_destroy(xfs_log_ticket_zone);
1772 out_destroy_ioend_pool:
1773 mempool_destroy(xfs_ioend_pool);
1774 out_destroy_ioend_zone:
1775 kmem_zone_destroy(xfs_ioend_zone);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001776 out:
1777 return -ENOMEM;
1778}
1779
1780STATIC void
1781xfs_destroy_zones(void)
1782{
1783#ifdef CONFIG_XFS_POSIX_ACL
1784 kmem_zone_destroy(xfs_acl_zone);
1785#endif
1786 kmem_zone_destroy(xfs_ili_zone);
1787 kmem_zone_destroy(xfs_inode_zone);
1788 kmem_zone_destroy(xfs_efi_zone);
1789 kmem_zone_destroy(xfs_efd_zone);
1790 kmem_zone_destroy(xfs_buf_item_zone);
1791 kmem_zone_destroy(xfs_trans_zone);
1792 kmem_zone_destroy(xfs_ifork_zone);
1793 kmem_zone_destroy(xfs_dabuf_zone);
1794 kmem_zone_destroy(xfs_da_state_zone);
1795 kmem_zone_destroy(xfs_btree_cur_zone);
1796 kmem_zone_destroy(xfs_bmap_free_item_zone);
1797 kmem_zone_destroy(xfs_log_ticket_zone);
1798 mempool_destroy(xfs_ioend_pool);
1799 kmem_zone_destroy(xfs_ioend_zone);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001800
1801}
1802
1803STATIC int __init
1804init_xfs_fs(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805{
1806 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807
Christoph Hellwig65795912008-11-28 14:23:33 +11001808 printk(KERN_INFO XFS_VERSION_STRING " with "
1809 XFS_BUILD_OPTIONS " enabled\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811 ktrace_init(64);
Christoph Hellwig25e41b32008-12-03 12:20:39 +01001812 xfs_ioend_init();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001813 xfs_dir_startup();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814
Nathan Scott87582802006-03-14 13:18:19 +11001815 error = xfs_init_zones();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001816 if (error)
1817 goto out;
1818
1819 error = xfs_alloc_trace_bufs();
1820 if (error)
1821 goto out_destroy_zones;
1822
1823 error = xfs_mru_cache_init();
1824 if (error)
1825 goto out_free_trace_buffers;
1826
1827 error = xfs_filestream_init();
1828 if (error)
1829 goto out_mru_cache_uninit;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830
Nathan Scottce8e9222006-01-11 15:39:08 +11001831 error = xfs_buf_init();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001832 if (error)
1833 goto out_filestream_uninit;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001835 error = xfs_init_procfs();
1836 if (error)
1837 goto out_buf_terminate;
1838
1839 error = xfs_sysctl_register();
1840 if (error)
1841 goto out_cleanup_procfs;
1842
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843 vfs_initquota();
1844
1845 error = register_filesystem(&xfs_fs_type);
1846 if (error)
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001847 goto out_sysctl_unregister;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848 return 0;
1849
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001850 out_sysctl_unregister:
1851 xfs_sysctl_unregister();
1852 out_cleanup_procfs:
1853 xfs_cleanup_procfs();
1854 out_buf_terminate:
Nathan Scottce8e9222006-01-11 15:39:08 +11001855 xfs_buf_terminate();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001856 out_filestream_uninit:
1857 xfs_filestream_uninit();
1858 out_mru_cache_uninit:
1859 xfs_mru_cache_uninit();
1860 out_free_trace_buffers:
1861 xfs_free_trace_bufs();
1862 out_destroy_zones:
Nathan Scott87582802006-03-14 13:18:19 +11001863 xfs_destroy_zones();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001864 out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865 return error;
1866}
1867
1868STATIC void __exit
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001869exit_xfs_fs(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870{
1871 vfs_exitquota();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872 unregister_filesystem(&xfs_fs_type);
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001873 xfs_sysctl_unregister();
1874 xfs_cleanup_procfs();
Nathan Scottce8e9222006-01-11 15:39:08 +11001875 xfs_buf_terminate();
Christoph Hellwig9f8868f2008-07-18 17:11:46 +10001876 xfs_filestream_uninit();
1877 xfs_mru_cache_uninit();
1878 xfs_free_trace_bufs();
Nathan Scott87582802006-03-14 13:18:19 +11001879 xfs_destroy_zones();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001880 ktrace_uninit();
1881}
1882
1883module_init(init_xfs_fs);
1884module_exit(exit_xfs_fs);
1885
1886MODULE_AUTHOR("Silicon Graphics, Inc.");
1887MODULE_DESCRIPTION(XFS_VERSION_STRING " with " XFS_BUILD_OPTIONS " enabled");
1888MODULE_LICENSE("GPL");