blob: 1b55f234e0064e5ffbcaea1befb8aa34c471f71f [file] [log] [blame]
Theodore Ts'of5166762017-12-17 22:00:59 -05001// SPDX-License-Identifier: GPL-2.0
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002/*
Mingming Cao617ba132006-10-11 01:20:53 -07003 * linux/fs/ext4/super.c
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004 *
5 * Copyright (C) 1992, 1993, 1994, 1995
6 * Remy Card (card@masi.ibp.fr)
7 * Laboratoire MASI - Institut Blaise Pascal
8 * Universite Pierre et Marie Curie (Paris VI)
9 *
10 * from
11 *
12 * linux/fs/minix/inode.c
13 *
14 * Copyright (C) 1991, 1992 Linus Torvalds
15 *
16 * Big-endian to little-endian byte-swapping/bitmaps by
17 * David S. Miller (davem@caip.rutgers.edu), 1995
18 */
19
20#include <linux/module.h>
21#include <linux/string.h>
22#include <linux/fs.h>
23#include <linux/time.h>
Theodore Ts'oc5ca7c72009-04-27 22:48:48 -040024#include <linux/vmalloc.h>
Dave Kleikampac27a0e2006-10-11 01:20:50 -070025#include <linux/slab.h>
26#include <linux/init.h>
27#include <linux/blkdev.h>
Tejun Heo66114ca2015-05-22 17:13:32 -040028#include <linux/backing-dev.h>
Dave Kleikampac27a0e2006-10-11 01:20:50 -070029#include <linux/parser.h>
Dave Kleikampac27a0e2006-10-11 01:20:50 -070030#include <linux/buffer_head.h>
Christoph Hellwiga5694252007-07-17 04:04:28 -070031#include <linux/exportfs.h>
Dave Kleikampac27a0e2006-10-11 01:20:50 -070032#include <linux/vfs.h>
33#include <linux/random.h>
34#include <linux/mount.h>
35#include <linux/namei.h>
36#include <linux/quotaops.h>
37#include <linux/seq_file.h>
Theodore Ts'o3197ebd2009-03-31 09:10:09 -040038#include <linux/ctype.h>
Vignesh Babu13305932007-07-18 09:11:02 -040039#include <linux/log2.h>
Andreas Dilger717d50e2007-10-16 18:38:25 -040040#include <linux/crc16.h>
Dan Williamsef510422017-05-08 10:55:27 -070041#include <linux/dax.h>
Dan Magenheimer7abc52c2011-05-26 10:02:03 -060042#include <linux/cleancache.h>
Linus Torvalds7c0f6ba2016-12-24 11:46:01 -080043#include <linux/uaccess.h>
Jeff Laytonee73f9a2018-01-09 08:21:39 -050044#include <linux/iversion.h>
Gabriel Krisman Bertazic83ad552019-04-25 14:05:42 -040045#include <linux/unicode.h>
Christoph Hellwigc6a564ff2020-03-25 16:48:42 +010046#include <linux/part_stat.h>
Lukas Czernerbfff6872010-10-27 21:30:05 -040047#include <linux/kthread.h>
48#include <linux/freezer.h>
Gabriel Krisman Bertazi9a089b22021-10-25 16:27:44 -030049#include <linux/fsnotify.h>
Lukas Czernere5a185c2021-10-27 16:18:46 +020050#include <linux/fs_context.h>
51#include <linux/fs_parser.h>
Lukas Czernerbfff6872010-10-27 21:30:05 -040052
Christoph Hellwig3dcf5452008-04-29 18:13:32 -040053#include "ext4.h"
Theodore Ts'o4a092d72012-11-28 13:03:30 -050054#include "ext4_extents.h" /* Needed for trace points definition */
Christoph Hellwig3dcf5452008-04-29 18:13:32 -040055#include "ext4_jbd2.h"
Dave Kleikampac27a0e2006-10-11 01:20:50 -070056#include "xattr.h"
57#include "acl.h"
Theodore Ts'o3661d282009-09-14 22:59:50 -040058#include "mballoc.h"
Darrick J. Wong0c9ec4b2017-04-30 00:36:53 -040059#include "fsmap.h"
Dave Kleikampac27a0e2006-10-11 01:20:50 -070060
Theodore Ts'o9bffad12009-06-17 11:48:11 -040061#define CREATE_TRACE_POINTS
62#include <trace/events/ext4.h>
63
Lukas Czerner0b75a842011-02-23 12:22:49 -050064static struct ext4_lazy_init *ext4_li_info;
Zheng Yongjun59ebc7f2020-12-24 21:22:44 +080065static DEFINE_MUTEX(ext4_li_mtx);
Theodore Ts'oe294a532015-08-15 14:59:44 -040066static struct ratelimit_state ext4_mount_msg_ratelimit;
Theodore Ts'o9f6200b2008-09-23 09:18:24 -040067
Mingming Cao617ba132006-10-11 01:20:53 -070068static int ext4_load_journal(struct super_block *, struct ext4_super_block *,
Dave Kleikampac27a0e2006-10-11 01:20:50 -070069 unsigned long journal_devnum);
Theodore Ts'o2adf6da2012-03-03 23:20:50 -050070static int ext4_show_options(struct seq_file *seq, struct dentry *root);
Jan Kara2d01ddc2020-12-16 11:18:40 +010071static void ext4_update_super(struct super_block *sb);
Jan Kara4392fbc2020-12-16 11:18:38 +010072static int ext4_commit_super(struct super_block *sb);
Jan Kara11215632020-07-10 16:07:59 +020073static int ext4_mark_recovery_complete(struct super_block *sb,
Theodore Ts'o2b2d6d02008-07-26 16:15:44 -040074 struct ext4_super_block *es);
Jan Kara11215632020-07-10 16:07:59 +020075static int ext4_clear_journal_err(struct super_block *sb,
76 struct ext4_super_block *es);
Mingming Cao617ba132006-10-11 01:20:53 -070077static int ext4_sync_fs(struct super_block *sb, int wait);
Theodore Ts'o2b2d6d02008-07-26 16:15:44 -040078static int ext4_statfs(struct dentry *dentry, struct kstatfs *buf);
Takashi Satoc4be0c12009-01-09 16:40:58 -080079static int ext4_unfreeze(struct super_block *sb);
Takashi Satoc4be0c12009-01-09 16:40:58 -080080static int ext4_freeze(struct super_block *sb);
Theodore Ts'o2035e772011-04-18 17:29:14 -040081static inline int ext2_feature_set_ok(struct super_block *sb);
82static inline int ext3_feature_set_ok(struct super_block *sb);
Lukas Czernerbfff6872010-10-27 21:30:05 -040083static void ext4_destroy_lazyinit_thread(void);
84static void ext4_unregister_li_request(struct super_block *sb);
Eric Sandeen8f1f7452011-02-03 14:33:15 -050085static void ext4_clear_request_list(void);
Eric Whitneyc6cb7e72016-09-30 02:05:09 -040086static struct inode *ext4_get_journal_inode(struct super_block *sb,
87 unsigned int journal_inum);
Lukas Czernerda812f62021-10-27 16:18:49 +020088static int ext4_validate_options(struct fs_context *fc);
Lukas Czernerb6bd2432021-10-27 16:18:51 +020089static int ext4_check_opt_consistency(struct fs_context *fc,
90 struct super_block *sb);
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +020091static int ext4_apply_options(struct fs_context *fc, struct super_block *sb);
Lukas Czerner02f960f2021-10-27 16:18:54 +020092static int ext4_parse_param(struct fs_context *fc, struct fs_parameter *param);
Lukas Czernercebe85d2021-10-27 16:18:56 +020093static int ext4_get_tree(struct fs_context *fc);
94static int ext4_reconfigure(struct fs_context *fc);
95static void ext4_fc_free(struct fs_context *fc);
96static int ext4_init_fs_context(struct fs_context *fc);
97static const struct fs_parameter_spec ext4_param_specs[];
Dave Kleikampac27a0e2006-10-11 01:20:50 -070098
Jan Karae74031f2015-12-07 14:35:49 -050099/*
100 * Lock ordering
101 *
Jan Karae74031f2015-12-07 14:35:49 -0500102 * page fault path:
Jan Karad4f52582021-02-04 18:05:42 +0100103 * mmap_lock -> sb_start_pagefault -> invalidate_lock (r) -> transaction start
104 * -> page lock -> i_data_sem (rw)
Jan Karae74031f2015-12-07 14:35:49 -0500105 *
106 * buffered write path:
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -0700107 * sb_start_write -> i_mutex -> mmap_lock
Jan Karae74031f2015-12-07 14:35:49 -0500108 * sb_start_write -> i_mutex -> transaction start -> page lock ->
109 * i_data_sem (rw)
110 *
111 * truncate:
Jan Karad4f52582021-02-04 18:05:42 +0100112 * sb_start_write -> i_mutex -> invalidate_lock (w) -> i_mmap_rwsem (w) ->
113 * page lock
114 * sb_start_write -> i_mutex -> invalidate_lock (w) -> transaction start ->
Nikolay Borisov1d398342018-03-22 11:52:10 -0400115 * i_data_sem (rw)
Jan Karae74031f2015-12-07 14:35:49 -0500116 *
117 * direct IO:
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -0700118 * sb_start_write -> i_mutex -> mmap_lock
Nikolay Borisov1d398342018-03-22 11:52:10 -0400119 * sb_start_write -> i_mutex -> transaction start -> i_data_sem (rw)
Jan Karae74031f2015-12-07 14:35:49 -0500120 *
121 * writepages:
122 * transaction start -> page lock(s) -> i_data_sem (rw)
123 */
124
Lukas Czerner02f960f2021-10-27 16:18:54 +0200125static const struct fs_context_operations ext4_context_ops = {
126 .parse_param = ext4_parse_param,
Lukas Czernercebe85d2021-10-27 16:18:56 +0200127 .get_tree = ext4_get_tree,
128 .reconfigure = ext4_reconfigure,
129 .free = ext4_fc_free,
Lukas Czerner02f960f2021-10-27 16:18:54 +0200130};
131
132
Jan Karac290ea02015-06-18 16:52:29 +0200133#if !defined(CONFIG_EXT2_FS) && !defined(CONFIG_EXT2_FS_MODULE) && defined(CONFIG_EXT4_USE_FOR_EXT2)
Theodore Ts'o2035e772011-04-18 17:29:14 -0400134static struct file_system_type ext2_fs_type = {
Lukas Czernercebe85d2021-10-27 16:18:56 +0200135 .owner = THIS_MODULE,
136 .name = "ext2",
137 .init_fs_context = ext4_init_fs_context,
138 .parameters = ext4_param_specs,
139 .kill_sb = kill_block_super,
140 .fs_flags = FS_REQUIRES_DEV,
Theodore Ts'o2035e772011-04-18 17:29:14 -0400141};
Eric W. Biederman7f78e032013-03-02 19:39:14 -0800142MODULE_ALIAS_FS("ext2");
Eric W. Biedermanfa7614dd2013-03-12 18:27:41 -0700143MODULE_ALIAS("ext2");
Theodore Ts'o2035e772011-04-18 17:29:14 -0400144#define IS_EXT2_SB(sb) ((sb)->s_bdev->bd_holder == &ext2_fs_type)
145#else
146#define IS_EXT2_SB(sb) (0)
147#endif
148
149
Jan Karaba69f9a2010-03-24 20:18:37 -0400150static struct file_system_type ext3_fs_type = {
Lukas Czernercebe85d2021-10-27 16:18:56 +0200151 .owner = THIS_MODULE,
152 .name = "ext3",
153 .init_fs_context = ext4_init_fs_context,
154 .parameters = ext4_param_specs,
155 .kill_sb = kill_block_super,
156 .fs_flags = FS_REQUIRES_DEV,
Jan Karaba69f9a2010-03-24 20:18:37 -0400157};
Eric W. Biederman7f78e032013-03-02 19:39:14 -0800158MODULE_ALIAS_FS("ext3");
Eric W. Biedermanfa7614dd2013-03-12 18:27:41 -0700159MODULE_ALIAS("ext3");
Jan Karaba69f9a2010-03-24 20:18:37 -0400160#define IS_EXT3_SB(sb) ((sb)->s_bdev->bd_holder == &ext3_fs_type)
Laurent Vivierbd81d8e2006-10-11 01:21:10 -0700161
zhangyi (F)fa491b12020-09-24 15:33:32 +0800162
163static inline void __ext4_read_bh(struct buffer_head *bh, int op_flags,
164 bh_end_io_t *end_io)
165{
166 /*
167 * buffer's verified bit is no longer valid after reading from
168 * disk again due to write out error, clear it to make sure we
169 * recheck the buffer contents.
170 */
171 clear_buffer_verified(bh);
172
173 bh->b_end_io = end_io ? end_io : end_buffer_read_sync;
174 get_bh(bh);
175 submit_bh(REQ_OP_READ, op_flags, bh);
176}
177
178void ext4_read_bh_nowait(struct buffer_head *bh, int op_flags,
179 bh_end_io_t *end_io)
180{
181 BUG_ON(!buffer_locked(bh));
182
183 if (ext4_buffer_uptodate(bh)) {
184 unlock_buffer(bh);
185 return;
186 }
187 __ext4_read_bh(bh, op_flags, end_io);
188}
189
190int ext4_read_bh(struct buffer_head *bh, int op_flags, bh_end_io_t *end_io)
191{
192 BUG_ON(!buffer_locked(bh));
193
194 if (ext4_buffer_uptodate(bh)) {
195 unlock_buffer(bh);
196 return 0;
197 }
198
199 __ext4_read_bh(bh, op_flags, end_io);
200
201 wait_on_buffer(bh);
202 if (buffer_uptodate(bh))
203 return 0;
204 return -EIO;
205}
206
207int ext4_read_bh_lock(struct buffer_head *bh, int op_flags, bool wait)
208{
209 if (trylock_buffer(bh)) {
210 if (wait)
211 return ext4_read_bh(bh, op_flags, NULL);
212 ext4_read_bh_nowait(bh, op_flags, NULL);
213 return 0;
214 }
215 if (wait) {
216 wait_on_buffer(bh);
217 if (buffer_uptodate(bh))
218 return 0;
219 return -EIO;
220 }
221 return 0;
222}
223
Theodore Ts'ofb265c92018-11-25 17:20:31 -0500224/*
zhangyi (F)8394a6a2020-09-24 15:33:37 +0800225 * This works like __bread_gfp() except it uses ERR_PTR for error
Theodore Ts'ofb265c92018-11-25 17:20:31 -0500226 * returns. Currently with sb_bread it's impossible to distinguish
227 * between ENOMEM and EIO situations (since both result in a NULL
228 * return.
229 */
zhangyi (F)8394a6a2020-09-24 15:33:37 +0800230static struct buffer_head *__ext4_sb_bread_gfp(struct super_block *sb,
231 sector_t block, int op_flags,
232 gfp_t gfp)
Theodore Ts'ofb265c92018-11-25 17:20:31 -0500233{
zhangyi (F)2d069c02020-09-24 15:33:33 +0800234 struct buffer_head *bh;
235 int ret;
Theodore Ts'ofb265c92018-11-25 17:20:31 -0500236
zhangyi (F)8394a6a2020-09-24 15:33:37 +0800237 bh = sb_getblk_gfp(sb, block, gfp);
Theodore Ts'ofb265c92018-11-25 17:20:31 -0500238 if (bh == NULL)
239 return ERR_PTR(-ENOMEM);
Theodore Ts'ocf2834a2019-12-14 16:42:52 -0500240 if (ext4_buffer_uptodate(bh))
Theodore Ts'ofb265c92018-11-25 17:20:31 -0500241 return bh;
zhangyi (F)2d069c02020-09-24 15:33:33 +0800242
243 ret = ext4_read_bh_lock(bh, REQ_META | op_flags, true);
244 if (ret) {
245 put_bh(bh);
246 return ERR_PTR(ret);
247 }
248 return bh;
Theodore Ts'ofb265c92018-11-25 17:20:31 -0500249}
250
zhangyi (F)8394a6a2020-09-24 15:33:37 +0800251struct buffer_head *ext4_sb_bread(struct super_block *sb, sector_t block,
252 int op_flags)
253{
254 return __ext4_sb_bread_gfp(sb, block, op_flags, __GFP_MOVABLE);
255}
256
257struct buffer_head *ext4_sb_bread_unmovable(struct super_block *sb,
258 sector_t block)
259{
260 return __ext4_sb_bread_gfp(sb, block, 0, 0);
261}
262
zhangyi (F)5df1d412020-09-24 15:33:35 +0800263void ext4_sb_breadahead_unmovable(struct super_block *sb, sector_t block)
264{
265 struct buffer_head *bh = sb_getblk_gfp(sb, block, 0);
266
267 if (likely(bh)) {
268 ext4_read_bh_lock(bh, REQ_RAHEAD, false);
269 brelse(bh);
270 }
Stephen Hemmingerc1978552014-05-12 10:50:23 -0400271}
272
Darrick J. Wonga9c473172012-04-29 18:29:10 -0400273static int ext4_verify_csum_type(struct super_block *sb,
Dmitry Monakhov9aa5d32b2014-10-13 03:36:16 -0400274 struct ext4_super_block *es)
Darrick J. Wonga9c473172012-04-29 18:29:10 -0400275{
276 if (!ext4_has_feature_metadata_csum(sb))
277 return 1;
278
279 return es->s_checksum_type == EXT4_CRC32C_CHKSUM;
Theodore Ts'o06db49e2012-10-10 01:06:58 -0400280}
Darrick J. Wonga9c473172012-04-29 18:29:10 -0400281
Theodore Ts'o06db49e2012-10-10 01:06:58 -0400282static __le32 ext4_superblock_csum(struct super_block *sb,
283 struct ext4_super_block *es)
Dmitry Monakhov9aa5d32b2014-10-13 03:36:16 -0400284{
Darrick J. Wonga9c473172012-04-29 18:29:10 -0400285 struct ext4_sb_info *sbi = EXT4_SB(sb);
286 int offset = offsetof(struct ext4_super_block, s_checksum);
287 __u32 csum;
288
289 csum = ext4_chksum(sbi, ~0, (char *)es, offset);
Theodore Ts'o9933fc02011-08-01 08:45:02 -0400290
291 return cpu_to_le32(csum);
292}
293
Joe Perches8be04b92013-06-19 12:15:53 -0700294static int ext4_superblock_csum_verify(struct super_block *sb,
Theodore Ts'o9933fc02011-08-01 08:45:02 -0400295 struct ext4_super_block *es)
296{
297 if (!ext4_has_metadata_csum(sb))
298 return 1;
299
300 return es->s_checksum == ext4_superblock_csum(sb, es);
301}
302
303void ext4_superblock_csum_set(struct super_block *sb)
Joe Perches8be04b92013-06-19 12:15:53 -0700304{
Theodore Ts'o9933fc02011-08-01 08:45:02 -0400305 struct ext4_super_block *es = EXT4_SB(sb)->s_es;
306
307 if (!ext4_has_metadata_csum(sb))
308 return;
309
Alexandre Ratchov8fadc142006-10-11 01:21:15 -0700310 es->s_checksum = ext4_superblock_csum(sb, es);
311}
Laurent Vivierbd81d8e2006-10-11 01:21:10 -0700312
Laurent Vivierbd81d8e2006-10-11 01:21:10 -0700313ext4_fsblk_t ext4_block_bitmap(struct super_block *sb,
314 struct ext4_group_desc *bg)
315{
Aneesh Kumar K.V3a145892007-10-16 18:38:25 -0400316 return le32_to_cpu(bg->bg_block_bitmap_lo) |
Alexandre Ratchov8fadc142006-10-11 01:21:15 -0700317 (EXT4_DESC_SIZE(sb) >= EXT4_MIN_DESC_SIZE_64BIT ?
Andreas Dilger0b8e58a2009-06-03 17:59:28 -0400318 (ext4_fsblk_t)le32_to_cpu(bg->bg_block_bitmap_hi) << 32 : 0);
Laurent Vivierbd81d8e2006-10-11 01:21:10 -0700319}
320
Alexandre Ratchov8fadc142006-10-11 01:21:15 -0700321ext4_fsblk_t ext4_inode_bitmap(struct super_block *sb,
322 struct ext4_group_desc *bg)
Laurent Vivierbd81d8e2006-10-11 01:21:10 -0700323{
Aneesh Kumar K.V5272f832007-10-16 18:38:25 -0400324 return le32_to_cpu(bg->bg_inode_bitmap_lo) |
Alexandre Ratchov8fadc142006-10-11 01:21:15 -0700325 (EXT4_DESC_SIZE(sb) >= EXT4_MIN_DESC_SIZE_64BIT ?
Andreas Dilger0b8e58a2009-06-03 17:59:28 -0400326 (ext4_fsblk_t)le32_to_cpu(bg->bg_inode_bitmap_hi) << 32 : 0);
Laurent Vivierbd81d8e2006-10-11 01:21:10 -0700327}
328
Alexandre Ratchov8fadc142006-10-11 01:21:15 -0700329ext4_fsblk_t ext4_inode_table(struct super_block *sb,
330 struct ext4_group_desc *bg)
Laurent Vivierbd81d8e2006-10-11 01:21:10 -0700331{
Aneesh Kumar K.V5272f832007-10-16 18:38:25 -0400332 return le32_to_cpu(bg->bg_inode_table_lo) |
Alexandre Ratchov8fadc142006-10-11 01:21:15 -0700333 (EXT4_DESC_SIZE(sb) >= EXT4_MIN_DESC_SIZE_64BIT ?
Andreas Dilger0b8e58a2009-06-03 17:59:28 -0400334 (ext4_fsblk_t)le32_to_cpu(bg->bg_inode_table_hi) << 32 : 0);
Laurent Vivierbd81d8e2006-10-11 01:21:10 -0700335}
336
Theodore Ts'o021b65b2011-09-09 19:08:51 -0400337__u32 ext4_free_group_clusters(struct super_block *sb,
338 struct ext4_group_desc *bg)
Aneesh Kumar K.V560671a2009-01-05 22:20:24 -0500339{
340 return le16_to_cpu(bg->bg_free_blocks_count_lo) |
341 (EXT4_DESC_SIZE(sb) >= EXT4_MIN_DESC_SIZE_64BIT ?
Andreas Dilger0b8e58a2009-06-03 17:59:28 -0400342 (__u32)le16_to_cpu(bg->bg_free_blocks_count_hi) << 16 : 0);
Aneesh Kumar K.V560671a2009-01-05 22:20:24 -0500343}
344
345__u32 ext4_free_inodes_count(struct super_block *sb,
346 struct ext4_group_desc *bg)
347{
348 return le16_to_cpu(bg->bg_free_inodes_count_lo) |
349 (EXT4_DESC_SIZE(sb) >= EXT4_MIN_DESC_SIZE_64BIT ?
Andreas Dilger0b8e58a2009-06-03 17:59:28 -0400350 (__u32)le16_to_cpu(bg->bg_free_inodes_count_hi) << 16 : 0);
Aneesh Kumar K.V560671a2009-01-05 22:20:24 -0500351}
352
353__u32 ext4_used_dirs_count(struct super_block *sb,
354 struct ext4_group_desc *bg)
355{
356 return le16_to_cpu(bg->bg_used_dirs_count_lo) |
357 (EXT4_DESC_SIZE(sb) >= EXT4_MIN_DESC_SIZE_64BIT ?
Andreas Dilger0b8e58a2009-06-03 17:59:28 -0400358 (__u32)le16_to_cpu(bg->bg_used_dirs_count_hi) << 16 : 0);
Aneesh Kumar K.V560671a2009-01-05 22:20:24 -0500359}
360
361__u32 ext4_itable_unused_count(struct super_block *sb,
362 struct ext4_group_desc *bg)
363{
364 return le16_to_cpu(bg->bg_itable_unused_lo) |
365 (EXT4_DESC_SIZE(sb) >= EXT4_MIN_DESC_SIZE_64BIT ?
Andreas Dilger0b8e58a2009-06-03 17:59:28 -0400366 (__u32)le16_to_cpu(bg->bg_itable_unused_hi) << 16 : 0);
Aneesh Kumar K.V560671a2009-01-05 22:20:24 -0500367}
368
Alexandre Ratchov8fadc142006-10-11 01:21:15 -0700369void ext4_block_bitmap_set(struct super_block *sb,
370 struct ext4_group_desc *bg, ext4_fsblk_t blk)
Laurent Vivierbd81d8e2006-10-11 01:21:10 -0700371{
Aneesh Kumar K.V3a145892007-10-16 18:38:25 -0400372 bg->bg_block_bitmap_lo = cpu_to_le32((u32)blk);
Alexandre Ratchov8fadc142006-10-11 01:21:15 -0700373 if (EXT4_DESC_SIZE(sb) >= EXT4_MIN_DESC_SIZE_64BIT)
374 bg->bg_block_bitmap_hi = cpu_to_le32(blk >> 32);
Laurent Vivierbd81d8e2006-10-11 01:21:10 -0700375}
376
Alexandre Ratchov8fadc142006-10-11 01:21:15 -0700377void ext4_inode_bitmap_set(struct super_block *sb,
378 struct ext4_group_desc *bg, ext4_fsblk_t blk)
Laurent Vivierbd81d8e2006-10-11 01:21:10 -0700379{
Aneesh Kumar K.V5272f832007-10-16 18:38:25 -0400380 bg->bg_inode_bitmap_lo = cpu_to_le32((u32)blk);
Alexandre Ratchov8fadc142006-10-11 01:21:15 -0700381 if (EXT4_DESC_SIZE(sb) >= EXT4_MIN_DESC_SIZE_64BIT)
382 bg->bg_inode_bitmap_hi = cpu_to_le32(blk >> 32);
Laurent Vivierbd81d8e2006-10-11 01:21:10 -0700383}
384
Alexandre Ratchov8fadc142006-10-11 01:21:15 -0700385void ext4_inode_table_set(struct super_block *sb,
386 struct ext4_group_desc *bg, ext4_fsblk_t blk)
Laurent Vivierbd81d8e2006-10-11 01:21:10 -0700387{
Aneesh Kumar K.V5272f832007-10-16 18:38:25 -0400388 bg->bg_inode_table_lo = cpu_to_le32((u32)blk);
Alexandre Ratchov8fadc142006-10-11 01:21:15 -0700389 if (EXT4_DESC_SIZE(sb) >= EXT4_MIN_DESC_SIZE_64BIT)
390 bg->bg_inode_table_hi = cpu_to_le32(blk >> 32);
Laurent Vivierbd81d8e2006-10-11 01:21:10 -0700391}
392
Theodore Ts'o021b65b2011-09-09 19:08:51 -0400393void ext4_free_group_clusters_set(struct super_block *sb,
394 struct ext4_group_desc *bg, __u32 count)
Aneesh Kumar K.V560671a2009-01-05 22:20:24 -0500395{
396 bg->bg_free_blocks_count_lo = cpu_to_le16((__u16)count);
397 if (EXT4_DESC_SIZE(sb) >= EXT4_MIN_DESC_SIZE_64BIT)
398 bg->bg_free_blocks_count_hi = cpu_to_le16(count >> 16);
399}
400
401void ext4_free_inodes_set(struct super_block *sb,
402 struct ext4_group_desc *bg, __u32 count)
403{
404 bg->bg_free_inodes_count_lo = cpu_to_le16((__u16)count);
405 if (EXT4_DESC_SIZE(sb) >= EXT4_MIN_DESC_SIZE_64BIT)
406 bg->bg_free_inodes_count_hi = cpu_to_le16(count >> 16);
407}
408
409void ext4_used_dirs_set(struct super_block *sb,
410 struct ext4_group_desc *bg, __u32 count)
411{
412 bg->bg_used_dirs_count_lo = cpu_to_le16((__u16)count);
413 if (EXT4_DESC_SIZE(sb) >= EXT4_MIN_DESC_SIZE_64BIT)
414 bg->bg_used_dirs_count_hi = cpu_to_le16(count >> 16);
415}
416
417void ext4_itable_unused_set(struct super_block *sb,
418 struct ext4_group_desc *bg, __u32 count)
419{
420 bg->bg_itable_unused_lo = cpu_to_le16((__u16)count);
421 if (EXT4_DESC_SIZE(sb) >= EXT4_MIN_DESC_SIZE_64BIT)
422 bg->bg_itable_unused_hi = cpu_to_le16(count >> 16);
423}
424
Jan Karac92dc852020-11-27 12:34:00 +0100425static void __ext4_update_tstamp(__le32 *lo, __u8 *hi, time64_t now)
Arnd Bergmann6a0678a2018-07-29 15:51:48 -0400426{
Arnd Bergmann6a0678a2018-07-29 15:51:48 -0400427 now = clamp_val(now, 0, (1ull << 40) - 1);
428
429 *lo = cpu_to_le32(lower_32_bits(now));
430 *hi = upper_32_bits(now);
431}
432
433static time64_t __ext4_get_tstamp(__le32 *lo, __u8 *hi)
434{
435 return ((time64_t)(*hi) << 32) + le32_to_cpu(*lo);
436}
437#define ext4_update_tstamp(es, tstamp) \
Jan Karac92dc852020-11-27 12:34:00 +0100438 __ext4_update_tstamp(&(es)->tstamp, &(es)->tstamp ## _hi, \
439 ktime_get_real_seconds())
Arnd Bergmann6a0678a2018-07-29 15:51:48 -0400440#define ext4_get_tstamp(es, tstamp) \
441 __ext4_get_tstamp(&(es)->tstamp, &(es)->tstamp ## _hi)
Curt Wohlgemuthd3d1faf2009-09-29 11:01:03 -0400442
Theodore Ts'obdfe0cbd2015-08-16 10:03:57 -0400443/*
444 * The del_gendisk() function uninitializes the disk-specific data
445 * structures, including the bdi structure, without telling anyone
446 * else. Once this happens, any attempt to call mark_buffer_dirty()
447 * (for example, by ext4_commit_super), will cause a kernel OOPS.
448 * This is a kludge to prevent these oops until we can put in a proper
449 * hook in del_gendisk() to inform the VFS and file system layers.
450 */
451static int block_device_ejected(struct super_block *sb)
452{
453 struct inode *bd_inode = sb->s_bdev->bd_inode;
454 struct backing_dev_info *bdi = inode_to_bdi(bd_inode);
455
456 return bdi->dev == NULL;
457}
458
Bobi Jam18aadd42012-02-20 17:53:02 -0500459static void ext4_journal_commit_callback(journal_t *journal, transaction_t *txn)
460{
461 struct super_block *sb = journal->j_private;
462 struct ext4_sb_info *sbi = EXT4_SB(sb);
463 int error = is_journal_aborted(journal);
Dmitry Monakhov5d3ee202013-04-03 22:08:52 -0400464 struct ext4_journal_cb_entry *jce;
Bobi Jam18aadd42012-02-20 17:53:02 -0500465
Dmitry Monakhov5d3ee202013-04-03 22:08:52 -0400466 BUG_ON(txn->t_state == T_FINISHED);
Daeho Jeonga0154342017-06-22 23:54:33 -0400467
468 ext4_process_freed_data(sb, txn->t_tid);
469
Bobi Jam18aadd42012-02-20 17:53:02 -0500470 spin_lock(&sbi->s_md_lock);
Dmitry Monakhov5d3ee202013-04-03 22:08:52 -0400471 while (!list_empty(&txn->t_private_list)) {
472 jce = list_entry(txn->t_private_list.next,
473 struct ext4_journal_cb_entry, jce_list);
Bobi Jam18aadd42012-02-20 17:53:02 -0500474 list_del_init(&jce->jce_list);
475 spin_unlock(&sbi->s_md_lock);
476 jce->jce_func(sb, jce, error);
477 spin_lock(&sbi->s_md_lock);
478 }
479 spin_unlock(&sbi->s_md_lock);
480}
Theodore Ts'o1c13d5c2010-07-27 11:56:03 -0400481
Mauricio Faria de Oliveiraafb585a2020-10-05 21:48:41 -0300482/*
483 * This writepage callback for write_cache_pages()
484 * takes care of a few cases after page cleaning.
485 *
486 * write_cache_pages() already checks for dirty pages
487 * and calls clear_page_dirty_for_io(), which we want,
488 * to write protect the pages.
489 *
490 * However, we may have to redirty a page (see below.)
491 */
492static int ext4_journalled_writepage_callback(struct page *page,
493 struct writeback_control *wbc,
494 void *data)
495{
496 transaction_t *transaction = (transaction_t *) data;
497 struct buffer_head *bh, *head;
498 struct journal_head *jh;
499
500 bh = head = page_buffers(page);
501 do {
502 /*
503 * We have to redirty a page in these cases:
504 * 1) If buffer is dirty, it means the page was dirty because it
505 * contains a buffer that needs checkpointing. So the dirty bit
506 * needs to be preserved so that checkpointing writes the buffer
507 * properly.
508 * 2) If buffer is not part of the committing transaction
509 * (we may have just accidentally come across this buffer because
510 * inode range tracking is not exact) or if the currently running
511 * transaction already contains this buffer as well, dirty bit
512 * needs to be preserved so that the buffer gets writeprotected
513 * properly on running transaction's commit.
514 */
515 jh = bh2jh(bh);
516 if (buffer_dirty(bh) ||
517 (jh && (jh->b_transaction != transaction ||
518 jh->b_next_transaction))) {
519 redirty_page_for_writepage(wbc, page);
520 goto out;
521 }
522 } while ((bh = bh->b_this_page) != head);
523
524out:
525 return AOP_WRITEPAGE_ACTIVATE;
526}
527
528static int ext4_journalled_submit_inode_data_buffers(struct jbd2_inode *jinode)
529{
530 struct address_space *mapping = jinode->i_vfs_inode->i_mapping;
531 struct writeback_control wbc = {
532 .sync_mode = WB_SYNC_ALL,
533 .nr_to_write = LONG_MAX,
534 .range_start = jinode->i_dirty_start,
535 .range_end = jinode->i_dirty_end,
536 };
537
538 return write_cache_pages(mapping, &wbc,
539 ext4_journalled_writepage_callback,
540 jinode->i_transaction);
541}
542
543static int ext4_journal_submit_inode_data_buffers(struct jbd2_inode *jinode)
544{
545 int ret;
546
547 if (ext4_should_journal_data(jinode->i_vfs_inode))
548 ret = ext4_journalled_submit_inode_data_buffers(jinode);
549 else
550 ret = jbd2_journal_submit_inode_data_buffers(jinode);
551
552 return ret;
553}
554
555static int ext4_journal_finish_inode_data_buffers(struct jbd2_inode *jinode)
556{
557 int ret = 0;
558
559 if (!ext4_should_journal_data(jinode->i_vfs_inode))
560 ret = jbd2_journal_finish_inode_data_buffers(jinode);
561
562 return ret;
563}
564
Jan Kara1dc10972019-03-14 23:46:05 -0400565static bool system_going_down(void)
566{
567 return system_state == SYSTEM_HALT || system_state == SYSTEM_POWER_OFF
568 || system_state == SYSTEM_RESTART;
569}
570
Jan Kara02a77802020-11-27 12:33:59 +0100571struct ext4_err_translation {
572 int code;
573 int errno;
574};
575
576#define EXT4_ERR_TRANSLATE(err) { .code = EXT4_ERR_##err, .errno = err }
577
578static struct ext4_err_translation err_translation[] = {
579 EXT4_ERR_TRANSLATE(EIO),
580 EXT4_ERR_TRANSLATE(ENOMEM),
581 EXT4_ERR_TRANSLATE(EFSBADCRC),
582 EXT4_ERR_TRANSLATE(EFSCORRUPTED),
583 EXT4_ERR_TRANSLATE(ENOSPC),
584 EXT4_ERR_TRANSLATE(ENOKEY),
585 EXT4_ERR_TRANSLATE(EROFS),
586 EXT4_ERR_TRANSLATE(EFBIG),
587 EXT4_ERR_TRANSLATE(EEXIST),
588 EXT4_ERR_TRANSLATE(ERANGE),
589 EXT4_ERR_TRANSLATE(EOVERFLOW),
590 EXT4_ERR_TRANSLATE(EBUSY),
591 EXT4_ERR_TRANSLATE(ENOTDIR),
592 EXT4_ERR_TRANSLATE(ENOTEMPTY),
593 EXT4_ERR_TRANSLATE(ESHUTDOWN),
594 EXT4_ERR_TRANSLATE(EFAULT),
595};
596
597static int ext4_errno_to_code(int errno)
598{
599 int i;
600
601 for (i = 0; i < ARRAY_SIZE(err_translation); i++)
602 if (err_translation[i].errno == errno)
603 return err_translation[i].code;
604 return EXT4_ERR_UNKNOWN;
605}
606
Jan Kara2d01ddc2020-12-16 11:18:40 +0100607static void save_error_info(struct super_block *sb, int error,
608 __u32 ino, __u64 block,
609 const char *func, unsigned int line)
Jan Kara40676622020-11-27 12:33:58 +0100610{
Jan Karac92dc852020-11-27 12:34:00 +0100611 struct ext4_sb_info *sbi = EXT4_SB(sb);
Jan Kara40676622020-11-27 12:33:58 +0100612
Jan Kara02a77802020-11-27 12:33:59 +0100613 /* We default to EFSCORRUPTED error... */
614 if (error == 0)
615 error = EFSCORRUPTED;
Jan Karac92dc852020-11-27 12:34:00 +0100616
617 spin_lock(&sbi->s_error_lock);
618 sbi->s_add_error_count++;
619 sbi->s_last_error_code = error;
620 sbi->s_last_error_line = line;
621 sbi->s_last_error_ino = ino;
622 sbi->s_last_error_block = block;
623 sbi->s_last_error_func = func;
624 sbi->s_last_error_time = ktime_get_real_seconds();
625 if (!sbi->s_first_error_time) {
626 sbi->s_first_error_code = error;
627 sbi->s_first_error_line = line;
628 sbi->s_first_error_ino = ino;
629 sbi->s_first_error_block = block;
630 sbi->s_first_error_func = func;
631 sbi->s_first_error_time = sbi->s_last_error_time;
Jan Kara40676622020-11-27 12:33:58 +0100632 }
Jan Karac92dc852020-11-27 12:34:00 +0100633 spin_unlock(&sbi->s_error_lock);
Jan Kara40676622020-11-27 12:33:58 +0100634}
635
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700636/* Deal with the reporting of failure conditions on a filesystem such as
637 * inconsistencies detected or read IO failures.
638 *
639 * On ext2, we can store the error state of the filesystem in the
Mingming Cao617ba132006-10-11 01:20:53 -0700640 * superblock. That is not possible on ext4, because we may have other
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700641 * write ordering constraints on the superblock which prevent us from
642 * writing it out straight away; and given that the journal is about to
643 * be aborted, we can't rely on the current, or future, transactions to
644 * write out the superblock safely.
645 *
Mingming Caodab291a2006-10-11 01:21:01 -0700646 * We'll just use the jbd2_journal_abort() error code to record an error in
Thadeu Lima de Souza Cascardod6b198b2010-01-17 19:10:07 -0200647 * the journal instead. On recovery, the journal will complain about
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700648 * that error until we've noted it down and cleared it.
Jan Kara014c9ca2020-11-27 12:33:57 +0100649 *
650 * If force_ro is set, we unconditionally force the filesystem into an
651 * ABORT|READONLY state, unless the error response on the fs has been set to
652 * panic in which case we take the easy way out and panic immediately. This is
653 * used to deal with unrecoverable failures such as journal IO errors or ENOMEM
654 * at a critical moment in log management.
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700655 */
Jan Karae789ca02020-12-16 11:18:37 +0100656static void ext4_handle_error(struct super_block *sb, bool force_ro, int error,
657 __u32 ino, __u64 block,
658 const char *func, unsigned int line)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700659{
Jan Karab08070e2020-11-27 12:33:54 +0100660 journal_t *journal = EXT4_SB(sb)->s_journal;
Jan Kara2d01ddc2020-12-16 11:18:40 +0100661 bool continue_fs = !force_ro && test_opt(sb, ERRORS_CONT);
Jan Karab08070e2020-11-27 12:33:54 +0100662
Jan Karae789ca02020-12-16 11:18:37 +0100663 EXT4_SB(sb)->s_mount_state |= EXT4_ERROR_FS;
Theodore Ts'o327eaf72018-06-12 23:34:57 -0400664 if (test_opt(sb, WARN_ON_ERROR))
665 WARN_ON_ONCE(1);
666
Jan Kara2d01ddc2020-12-16 11:18:40 +0100667 if (!continue_fs && !sb_rdonly(sb)) {
668 ext4_set_mount_flag(sb, EXT4_MF_FS_ABORTED);
669 if (journal)
670 jbd2_journal_abort(journal, -EIO);
671 }
Jan Karae789ca02020-12-16 11:18:37 +0100672
Jan Kara2d01ddc2020-12-16 11:18:40 +0100673 if (!bdev_read_only(sb->s_bdev)) {
674 save_error_info(sb, error, ino, block, func, line);
675 /*
676 * In case the fs should keep running, we need to writeout
677 * superblock through the journal. Due to lock ordering
678 * constraints, it may not be safe to do it right here so we
679 * defer superblock flushing to a workqueue.
680 */
yangerkunbb9464e2021-09-24 17:39:17 +0800681 if (continue_fs && journal)
Jan Kara2d01ddc2020-12-16 11:18:40 +0100682 schedule_work(&EXT4_SB(sb)->s_error_work);
683 else
684 ext4_commit_super(sb);
685 }
686
Jan Kara1dc10972019-03-14 23:46:05 -0400687 /*
688 * We force ERRORS_RO behavior when system is rebooting. Otherwise we
689 * could panic during 'reboot -f' as the underlying device got already
690 * disabled.
691 */
Jan Kara014c9ca2020-11-27 12:33:57 +0100692 if (test_opt(sb, ERRORS_PANIC) && !system_going_down()) {
Mingming Cao617ba132006-10-11 01:20:53 -0700693 panic("EXT4-fs (device %s): panic forced after error\n",
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700694 sb->s_id);
Daeho Jeong4327ba52015-10-18 17:02:56 -0400695 }
Ye Binac2f7ca2021-04-01 16:19:03 +0800696
697 if (sb_rdonly(sb) || continue_fs)
698 return;
699
Jan Kara014c9ca2020-11-27 12:33:57 +0100700 ext4_msg(sb, KERN_CRIT, "Remounting filesystem read-only");
701 /*
702 * Make sure updated value of ->s_mount_flags will be visible before
703 * ->s_flags update
704 */
705 smp_wmb();
706 sb->s_flags |= SB_RDONLY;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700707}
708
Jan Karac92dc852020-11-27 12:34:00 +0100709static void flush_stashed_error_work(struct work_struct *work)
710{
711 struct ext4_sb_info *sbi = container_of(work, struct ext4_sb_info,
712 s_error_work);
Jan Kara2d01ddc2020-12-16 11:18:40 +0100713 journal_t *journal = sbi->s_journal;
714 handle_t *handle;
Jan Karac92dc852020-11-27 12:34:00 +0100715
Jan Kara2d01ddc2020-12-16 11:18:40 +0100716 /*
717 * If the journal is still running, we have to write out superblock
718 * through the journal to avoid collisions of other journalled sb
719 * updates.
720 *
721 * We use directly jbd2 functions here to avoid recursing back into
722 * ext4 error handling code during handling of previous errors.
723 */
724 if (!sb_rdonly(sbi->s_sb) && journal) {
Ye Bin558d6452021-06-15 17:05:37 +0800725 struct buffer_head *sbh = sbi->s_sbh;
Jan Kara2d01ddc2020-12-16 11:18:40 +0100726 handle = jbd2_journal_start(journal, 1);
727 if (IS_ERR(handle))
728 goto write_directly;
Ye Bin558d6452021-06-15 17:05:37 +0800729 if (jbd2_journal_get_write_access(handle, sbh)) {
Jan Kara2d01ddc2020-12-16 11:18:40 +0100730 jbd2_journal_stop(handle);
731 goto write_directly;
732 }
733 ext4_update_super(sbi->s_sb);
Ye Bin558d6452021-06-15 17:05:37 +0800734 if (buffer_write_io_error(sbh) || !buffer_uptodate(sbh)) {
735 ext4_msg(sbi->s_sb, KERN_ERR, "previous I/O error to "
736 "superblock detected");
737 clear_buffer_write_io_error(sbh);
738 set_buffer_uptodate(sbh);
739 }
740
741 if (jbd2_journal_dirty_metadata(handle, sbh)) {
Jan Kara2d01ddc2020-12-16 11:18:40 +0100742 jbd2_journal_stop(handle);
743 goto write_directly;
744 }
745 jbd2_journal_stop(handle);
Jonathan Daviesd578b992021-06-11 14:02:08 +0000746 ext4_notify_error_sysfs(sbi);
Jan Kara2d01ddc2020-12-16 11:18:40 +0100747 return;
748 }
749write_directly:
750 /*
751 * Write through journal failed. Write sb directly to get error info
752 * out and hope for the best.
753 */
Jan Kara4392fbc2020-12-16 11:18:38 +0100754 ext4_commit_super(sbi->s_sb);
Jonathan Daviesd578b992021-06-11 14:02:08 +0000755 ext4_notify_error_sysfs(sbi);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700756}
757
Theodore Ts'oefbed4d2013-10-17 21:11:01 -0400758#define ext4_error_ratelimit(sb) \
759 ___ratelimit(&(EXT4_SB(sb)->s_err_ratelimit_state), \
760 "EXT4-fs error")
761
Eric Sandeen12062dd2010-02-15 14:19:27 -0500762void __ext4_error(struct super_block *sb, const char *function,
Jan Kara014c9ca2020-11-27 12:33:57 +0100763 unsigned int line, bool force_ro, int error, __u64 block,
Theodore Ts'o54d3adb2020-03-28 19:33:43 -0400764 const char *fmt, ...)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700765{
Joe Perches0ff2ea72010-12-19 22:43:19 -0500766 struct va_format vaf;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700767 va_list args;
768
Theodore Ts'o0db1ff22017-02-05 01:28:48 -0500769 if (unlikely(ext4_forced_shutdown(EXT4_SB(sb))))
770 return;
771
Theodore Ts'occf0f322018-02-18 20:53:23 -0500772 trace_ext4_error(sb, function, line);
Theodore Ts'oefbed4d2013-10-17 21:11:01 -0400773 if (ext4_error_ratelimit(sb)) {
774 va_start(args, fmt);
775 vaf.fmt = fmt;
776 vaf.va = &args;
777 printk(KERN_CRIT
778 "EXT4-fs error (device %s): %s:%d: comm %s: %pV\n",
779 sb->s_id, function, line, current->comm, &vaf);
780 va_end(args);
781 }
Gabriel Krisman Bertazi9a089b22021-10-25 16:27:44 -0300782 fsnotify_sb_error(sb, NULL, error ? error : EFSCORRUPTED);
783
Jan Karae789ca02020-12-16 11:18:37 +0100784 ext4_handle_error(sb, force_ro, error, 0, block, function, line);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700785}
786
Joe Perchese7c96e82013-07-01 08:12:37 -0400787void __ext4_error_inode(struct inode *inode, const char *function,
Theodore Ts'o54d3adb2020-03-28 19:33:43 -0400788 unsigned int line, ext4_fsblk_t block, int error,
Joe Perchese7c96e82013-07-01 08:12:37 -0400789 const char *fmt, ...)
Frank Mayhar273df552010-03-02 11:46:09 -0500790{
791 va_list args;
Theodore Ts'of7c21172011-01-10 12:10:55 -0500792 struct va_format vaf;
Frank Mayhar273df552010-03-02 11:46:09 -0500793
Theodore Ts'o0db1ff22017-02-05 01:28:48 -0500794 if (unlikely(ext4_forced_shutdown(EXT4_SB(inode->i_sb))))
795 return;
796
Theodore Ts'occf0f322018-02-18 20:53:23 -0500797 trace_ext4_error(inode->i_sb, function, line);
Theodore Ts'oefbed4d2013-10-17 21:11:01 -0400798 if (ext4_error_ratelimit(inode->i_sb)) {
799 va_start(args, fmt);
800 vaf.fmt = fmt;
801 vaf.va = &args;
802 if (block)
803 printk(KERN_CRIT "EXT4-fs error (device %s): %s:%d: "
804 "inode #%lu: block %llu: comm %s: %pV\n",
805 inode->i_sb->s_id, function, line, inode->i_ino,
806 block, current->comm, &vaf);
807 else
808 printk(KERN_CRIT "EXT4-fs error (device %s): %s:%d: "
809 "inode #%lu: comm %s: %pV\n",
810 inode->i_sb->s_id, function, line, inode->i_ino,
811 current->comm, &vaf);
812 va_end(args);
813 }
Gabriel Krisman Bertazi9a089b22021-10-25 16:27:44 -0300814 fsnotify_sb_error(inode->i_sb, inode, error ? error : EFSCORRUPTED);
815
Jan Karae789ca02020-12-16 11:18:37 +0100816 ext4_handle_error(inode->i_sb, false, error, inode->i_ino, block,
817 function, line);
Frank Mayhar273df552010-03-02 11:46:09 -0500818}
819
Joe Perchese7c96e82013-07-01 08:12:37 -0400820void __ext4_error_file(struct file *file, const char *function,
821 unsigned int line, ext4_fsblk_t block,
822 const char *fmt, ...)
Frank Mayhar273df552010-03-02 11:46:09 -0500823{
824 va_list args;
Theodore Ts'of7c21172011-01-10 12:10:55 -0500825 struct va_format vaf;
Al Viro496ad9a2013-01-23 17:07:38 -0500826 struct inode *inode = file_inode(file);
Frank Mayhar273df552010-03-02 11:46:09 -0500827 char pathname[80], *path;
828
Theodore Ts'o0db1ff22017-02-05 01:28:48 -0500829 if (unlikely(ext4_forced_shutdown(EXT4_SB(inode->i_sb))))
830 return;
831
Theodore Ts'occf0f322018-02-18 20:53:23 -0500832 trace_ext4_error(inode->i_sb, function, line);
Theodore Ts'oefbed4d2013-10-17 21:11:01 -0400833 if (ext4_error_ratelimit(inode->i_sb)) {
Miklos Szeredi9bf39ab2015-06-19 10:29:13 +0200834 path = file_path(file, pathname, sizeof(pathname));
Theodore Ts'oefbed4d2013-10-17 21:11:01 -0400835 if (IS_ERR(path))
836 path = "(unknown)";
837 va_start(args, fmt);
838 vaf.fmt = fmt;
839 vaf.va = &args;
840 if (block)
841 printk(KERN_CRIT
842 "EXT4-fs error (device %s): %s:%d: inode #%lu: "
843 "block %llu: comm %s: path %s: %pV\n",
844 inode->i_sb->s_id, function, line, inode->i_ino,
845 block, current->comm, path, &vaf);
846 else
847 printk(KERN_CRIT
848 "EXT4-fs error (device %s): %s:%d: inode #%lu: "
849 "comm %s: path %s: %pV\n",
850 inode->i_sb->s_id, function, line, inode->i_ino,
851 current->comm, path, &vaf);
852 va_end(args);
853 }
Gabriel Krisman Bertazi9a089b22021-10-25 16:27:44 -0300854 fsnotify_sb_error(inode->i_sb, inode, EFSCORRUPTED);
855
Jan Karae789ca02020-12-16 11:18:37 +0100856 ext4_handle_error(inode->i_sb, false, EFSCORRUPTED, inode->i_ino, block,
857 function, line);
Frank Mayhar273df552010-03-02 11:46:09 -0500858}
859
Theodore Ts'o722887d2013-02-08 13:00:31 -0500860const char *ext4_decode_error(struct super_block *sb, int errno,
861 char nbuf[16])
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700862{
863 char *errstr = NULL;
864
865 switch (errno) {
Darrick J. Wong6a797d22015-10-17 16:16:04 -0400866 case -EFSCORRUPTED:
867 errstr = "Corrupt filesystem";
868 break;
869 case -EFSBADCRC:
870 errstr = "Filesystem failed CRC";
871 break;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700872 case -EIO:
873 errstr = "IO failure";
874 break;
875 case -ENOMEM:
876 errstr = "Out of memory";
877 break;
878 case -EROFS:
Theodore Ts'o78f1ddb2009-07-27 23:09:47 -0400879 if (!sb || (EXT4_SB(sb)->s_journal &&
880 EXT4_SB(sb)->s_journal->j_flags & JBD2_ABORT))
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700881 errstr = "Journal has aborted";
882 else
883 errstr = "Readonly filesystem";
884 break;
885 default:
886 /* If the caller passed in an extra buffer for unknown
887 * errors, textualise them now. Else we just return
888 * NULL. */
889 if (nbuf) {
890 /* Check for truncated error codes... */
891 if (snprintf(nbuf, 16, "error %d", -errno) >= 0)
892 errstr = nbuf;
893 }
894 break;
895 }
896
897 return errstr;
898}
899
Mingming Cao617ba132006-10-11 01:20:53 -0700900/* __ext4_std_error decodes expected errors from journaling functions
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700901 * automatically and invokes the appropriate error response. */
902
Theodore Ts'oc398eda2010-07-27 11:56:40 -0400903void __ext4_std_error(struct super_block *sb, const char *function,
904 unsigned int line, int errno)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700905{
906 char nbuf[16];
907 const char *errstr;
908
Theodore Ts'o0db1ff22017-02-05 01:28:48 -0500909 if (unlikely(ext4_forced_shutdown(EXT4_SB(sb))))
910 return;
911
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700912 /* Special case: if the error is EROFS, and we're not already
913 * inside a transaction, then there's really no point in logging
914 * an error. */
David Howellsbc98a422017-07-17 08:45:34 +0100915 if (errno == -EROFS && journal_current_handle() == NULL && sb_rdonly(sb))
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700916 return;
917
Theodore Ts'oefbed4d2013-10-17 21:11:01 -0400918 if (ext4_error_ratelimit(sb)) {
919 errstr = ext4_decode_error(sb, errno, nbuf);
920 printk(KERN_CRIT "EXT4-fs error (device %s) in %s:%d: %s\n",
921 sb->s_id, function, line, errstr);
922 }
Gabriel Krisman Bertazi9a089b22021-10-25 16:27:44 -0300923 fsnotify_sb_error(sb, NULL, errno ? errno : EFSCORRUPTED);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700924
Jan Karae789ca02020-12-16 11:18:37 +0100925 ext4_handle_error(sb, false, -errno, 0, 0, function, line);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700926}
927
Joe Perchese7c96e82013-07-01 08:12:37 -0400928void __ext4_msg(struct super_block *sb,
929 const char *prefix, const char *fmt, ...)
Eric Sandeenb31e1552009-06-04 17:36:36 -0400930{
Joe Perches0ff2ea72010-12-19 22:43:19 -0500931 struct va_format vaf;
Eric Sandeenb31e1552009-06-04 17:36:36 -0400932 va_list args;
933
Lukas Czernerda812f62021-10-27 16:18:49 +0200934 if (sb) {
935 atomic_inc(&EXT4_SB(sb)->s_msg_count);
936 if (!___ratelimit(&(EXT4_SB(sb)->s_msg_ratelimit_state),
937 "EXT4-fs"))
938 return;
939 }
Theodore Ts'oefbed4d2013-10-17 21:11:01 -0400940
Eric Sandeenb31e1552009-06-04 17:36:36 -0400941 va_start(args, fmt);
Joe Perches0ff2ea72010-12-19 22:43:19 -0500942 vaf.fmt = fmt;
943 vaf.va = &args;
Lukas Czernerda812f62021-10-27 16:18:49 +0200944 if (sb)
945 printk("%sEXT4-fs (%s): %pV\n", prefix, sb->s_id, &vaf);
946 else
947 printk("%sEXT4-fs: %pV\n", prefix, &vaf);
Eric Sandeenb31e1552009-06-04 17:36:36 -0400948 va_end(args);
949}
950
Dmitry Monakhov1cf006e2020-07-25 12:33:13 +0000951static int ext4_warning_ratelimit(struct super_block *sb)
952{
953 atomic_inc(&EXT4_SB(sb)->s_warning_count);
954 return ___ratelimit(&(EXT4_SB(sb)->s_warning_ratelimit_state),
955 "EXT4-fs warning");
956}
Andreas Dilgerb03a2f72015-06-15 14:50:26 -0400957
Eric Sandeen12062dd2010-02-15 14:19:27 -0500958void __ext4_warning(struct super_block *sb, const char *function,
Theodore Ts'oc398eda2010-07-27 11:56:40 -0400959 unsigned int line, const char *fmt, ...)
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700960{
Joe Perches0ff2ea72010-12-19 22:43:19 -0500961 struct va_format vaf;
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700962 va_list args;
963
Andreas Dilgerb03a2f72015-06-15 14:50:26 -0400964 if (!ext4_warning_ratelimit(sb))
Theodore Ts'oefbed4d2013-10-17 21:11:01 -0400965 return;
966
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700967 va_start(args, fmt);
Joe Perches0ff2ea72010-12-19 22:43:19 -0500968 vaf.fmt = fmt;
969 vaf.va = &args;
970 printk(KERN_WARNING "EXT4-fs warning (device %s): %s:%d: %pV\n",
971 sb->s_id, function, line, &vaf);
Dave Kleikampac27a0e2006-10-11 01:20:50 -0700972 va_end(args);
973}
974
Andreas Dilgerb03a2f72015-06-15 14:50:26 -0400975void __ext4_warning_inode(const struct inode *inode, const char *function,
976 unsigned int line, const char *fmt, ...)
977{
978 struct va_format vaf;
979 va_list args;
980
981 if (!ext4_warning_ratelimit(inode->i_sb))
982 return;
983
984 va_start(args, fmt);
985 vaf.fmt = fmt;
986 vaf.va = &args;
987 printk(KERN_WARNING "EXT4-fs warning (device %s): %s:%d: "
988 "inode #%lu: comm %s: %pV\n", inode->i_sb->s_id,
989 function, line, inode->i_ino, current->comm, &vaf);
990 va_end(args);
991}
992
Theodore Ts'oe29136f2010-06-29 12:54:28 -0400993void __ext4_grp_locked_error(const char *function, unsigned int line,
994 struct super_block *sb, ext4_group_t grp,
995 unsigned long ino, ext4_fsblk_t block,
996 const char *fmt, ...)
Aneesh Kumar K.V5d1b1b32009-01-05 22:19:52 -0500997__releases(bitlock)
998__acquires(bitlock)
999{
Joe Perches0ff2ea72010-12-19 22:43:19 -05001000 struct va_format vaf;
Aneesh Kumar K.V5d1b1b32009-01-05 22:19:52 -05001001 va_list args;
Aneesh Kumar K.V5d1b1b32009-01-05 22:19:52 -05001002
Theodore Ts'o0db1ff22017-02-05 01:28:48 -05001003 if (unlikely(ext4_forced_shutdown(EXT4_SB(sb))))
1004 return;
1005
Theodore Ts'occf0f322018-02-18 20:53:23 -05001006 trace_ext4_error(sb, function, line);
Theodore Ts'oefbed4d2013-10-17 21:11:01 -04001007 if (ext4_error_ratelimit(sb)) {
1008 va_start(args, fmt);
1009 vaf.fmt = fmt;
1010 vaf.va = &args;
1011 printk(KERN_CRIT "EXT4-fs error (device %s): %s:%d: group %u, ",
1012 sb->s_id, function, line, grp);
1013 if (ino)
1014 printk(KERN_CONT "inode %lu: ", ino);
1015 if (block)
1016 printk(KERN_CONT "block %llu:",
1017 (unsigned long long) block);
1018 printk(KERN_CONT "%pV\n", &vaf);
1019 va_end(args);
1020 }
Aneesh Kumar K.V5d1b1b32009-01-05 22:19:52 -05001021
1022 if (test_opt(sb, ERRORS_CONT)) {
Jan Karac92dc852020-11-27 12:34:00 +01001023 if (test_opt(sb, WARN_ON_ERROR))
1024 WARN_ON_ONCE(1);
Jan Karae789ca02020-12-16 11:18:37 +01001025 EXT4_SB(sb)->s_mount_state |= EXT4_ERROR_FS;
Jan Kara2d01ddc2020-12-16 11:18:40 +01001026 if (!bdev_read_only(sb->s_bdev)) {
1027 save_error_info(sb, EFSCORRUPTED, ino, block, function,
1028 line);
Jan Karae789ca02020-12-16 11:18:37 +01001029 schedule_work(&EXT4_SB(sb)->s_error_work);
Jan Kara2d01ddc2020-12-16 11:18:40 +01001030 }
Aneesh Kumar K.V5d1b1b32009-01-05 22:19:52 -05001031 return;
1032 }
1033 ext4_unlock_group(sb, grp);
Jan Karae789ca02020-12-16 11:18:37 +01001034 ext4_handle_error(sb, false, EFSCORRUPTED, ino, block, function, line);
Aneesh Kumar K.V5d1b1b32009-01-05 22:19:52 -05001035 /*
1036 * We only get here in the ERRORS_RO case; relocking the group
1037 * may be dangerous, but nothing bad will happen since the
1038 * filesystem will have already been marked read/only and the
1039 * journal has been aborted. We return 1 as a hint to callers
1040 * who might what to use the return value from
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001041 * ext4_grp_locked_error() to distinguish between the
Aneesh Kumar K.V5d1b1b32009-01-05 22:19:52 -05001042 * ERRORS_CONT and ERRORS_RO case, and perhaps return more
1043 * aggressively from the ext4 function in question, with a
1044 * more appropriate error code.
1045 */
1046 ext4_lock_group(sb, grp);
1047 return;
1048}
1049
Wang Shilongdb79e6d2018-05-12 11:39:40 -04001050void ext4_mark_group_bitmap_corrupted(struct super_block *sb,
1051 ext4_group_t group,
1052 unsigned int flags)
1053{
1054 struct ext4_sb_info *sbi = EXT4_SB(sb);
1055 struct ext4_group_info *grp = ext4_get_group_info(sb, group);
1056 struct ext4_group_desc *gdp = ext4_get_group_desc(sb, group, NULL);
Wang Shilong9af0b3d2018-07-29 17:27:45 -04001057 int ret;
Wang Shilongdb79e6d2018-05-12 11:39:40 -04001058
Wang Shilong9af0b3d2018-07-29 17:27:45 -04001059 if (flags & EXT4_GROUP_INFO_BBITMAP_CORRUPT) {
1060 ret = ext4_test_and_set_bit(EXT4_GROUP_INFO_BBITMAP_CORRUPT_BIT,
1061 &grp->bb_state);
1062 if (!ret)
1063 percpu_counter_sub(&sbi->s_freeclusters_counter,
1064 grp->bb_free);
Wang Shilongdb79e6d2018-05-12 11:39:40 -04001065 }
1066
Wang Shilong9af0b3d2018-07-29 17:27:45 -04001067 if (flags & EXT4_GROUP_INFO_IBITMAP_CORRUPT) {
1068 ret = ext4_test_and_set_bit(EXT4_GROUP_INFO_IBITMAP_CORRUPT_BIT,
1069 &grp->bb_state);
1070 if (!ret && gdp) {
Wang Shilongdb79e6d2018-05-12 11:39:40 -04001071 int count;
1072
1073 count = ext4_free_inodes_count(sb, gdp);
1074 percpu_counter_sub(&sbi->s_freeinodes_counter,
1075 count);
1076 }
Wang Shilongdb79e6d2018-05-12 11:39:40 -04001077 }
1078}
1079
Mingming Cao617ba132006-10-11 01:20:53 -07001080void ext4_update_dynamic_rev(struct super_block *sb)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001081{
Mingming Cao617ba132006-10-11 01:20:53 -07001082 struct ext4_super_block *es = EXT4_SB(sb)->s_es;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001083
Mingming Cao617ba132006-10-11 01:20:53 -07001084 if (le32_to_cpu(es->s_rev_level) > EXT4_GOOD_OLD_REV)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001085 return;
1086
Eric Sandeen12062dd2010-02-15 14:19:27 -05001087 ext4_warning(sb,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001088 "updating to rev %d because of new feature flag, "
1089 "running e2fsck is recommended",
Mingming Cao617ba132006-10-11 01:20:53 -07001090 EXT4_DYNAMIC_REV);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001091
Mingming Cao617ba132006-10-11 01:20:53 -07001092 es->s_first_ino = cpu_to_le32(EXT4_GOOD_OLD_FIRST_INO);
1093 es->s_inode_size = cpu_to_le16(EXT4_GOOD_OLD_INODE_SIZE);
1094 es->s_rev_level = cpu_to_le32(EXT4_DYNAMIC_REV);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001095 /* leave es->s_feature_*compat flags alone */
1096 /* es->s_uuid will be set by e2fsck if empty */
1097
1098 /*
1099 * The rest of the superblock fields should be zero, and if not it
1100 * means they are likely already in use, so leave them alone. We
1101 * can leave it up to e2fsck to clean up any inconsistencies there.
1102 */
1103}
1104
1105/*
1106 * Open the external journal device
1107 */
Eric Sandeenb31e1552009-06-04 17:36:36 -04001108static struct block_device *ext4_blkdev_get(dev_t dev, struct super_block *sb)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001109{
1110 struct block_device *bdev;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001111
Tejun Heod4d77622010-11-13 11:55:18 +01001112 bdev = blkdev_get_by_dev(dev, FMODE_READ|FMODE_WRITE|FMODE_EXCL, sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001113 if (IS_ERR(bdev))
1114 goto fail;
1115 return bdev;
1116
1117fail:
Christoph Hellwigea3edd42020-03-24 08:25:11 +01001118 ext4_msg(sb, KERN_ERR,
1119 "failed to open journal device unknown-block(%u,%u) %ld",
1120 MAJOR(dev), MINOR(dev), PTR_ERR(bdev));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001121 return NULL;
1122}
1123
1124/*
1125 * Release the journal device
1126 */
Al Viro4385bab2013-05-05 22:11:03 -04001127static void ext4_blkdev_put(struct block_device *bdev)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001128{
Al Viro4385bab2013-05-05 22:11:03 -04001129 blkdev_put(bdev, FMODE_READ|FMODE_WRITE|FMODE_EXCL);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001130}
1131
Al Viro4385bab2013-05-05 22:11:03 -04001132static void ext4_blkdev_remove(struct ext4_sb_info *sbi)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001133{
1134 struct block_device *bdev;
Chunguang Xuee7ed3a2020-09-24 11:03:42 +08001135 bdev = sbi->s_journal_bdev;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001136 if (bdev) {
Al Viro4385bab2013-05-05 22:11:03 -04001137 ext4_blkdev_put(bdev);
Chunguang Xuee7ed3a2020-09-24 11:03:42 +08001138 sbi->s_journal_bdev = NULL;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001139 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001140}
1141
1142static inline struct inode *orphan_list_entry(struct list_head *l)
1143{
Mingming Cao617ba132006-10-11 01:20:53 -07001144 return &list_entry(l, struct ext4_inode_info, i_orphan)->vfs_inode;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001145}
1146
Mingming Cao617ba132006-10-11 01:20:53 -07001147static void dump_orphan_list(struct super_block *sb, struct ext4_sb_info *sbi)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001148{
1149 struct list_head *l;
1150
Eric Sandeenb31e1552009-06-04 17:36:36 -04001151 ext4_msg(sb, KERN_ERR, "sb orphan head is %d",
1152 le32_to_cpu(sbi->s_es->s_last_orphan));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001153
1154 printk(KERN_ERR "sb_info orphan list:\n");
1155 list_for_each(l, &sbi->s_orphan) {
1156 struct inode *inode = orphan_list_entry(l);
1157 printk(KERN_ERR " "
1158 "inode %s:%lu at %p: mode %o, nlink %d, next %d\n",
1159 inode->i_sb->s_id, inode->i_ino, inode,
1160 inode->i_mode, inode->i_nlink,
1161 NEXT_ORPHAN(inode));
1162 }
1163}
1164
Jan Kara957153f2017-04-06 15:40:06 +02001165#ifdef CONFIG_QUOTA
1166static int ext4_quota_off(struct super_block *sb, int type);
1167
1168static inline void ext4_quota_off_umount(struct super_block *sb)
1169{
1170 int type;
1171
Jan Kara964edf62017-05-21 22:31:23 -04001172 /* Use our quota_off function to clear inode flags etc. */
1173 for (type = 0; type < EXT4_MAXQUOTAS; type++)
1174 ext4_quota_off(sb, type);
Jan Kara957153f2017-04-06 15:40:06 +02001175}
Theodore Ts'o33458ea2018-10-12 09:28:09 -04001176
1177/*
1178 * This is a helper function which is used in the mount/remount
1179 * codepaths (which holds s_umount) to fetch the quota file name.
1180 */
1181static inline char *get_qf_name(struct super_block *sb,
1182 struct ext4_sb_info *sbi,
1183 int type)
1184{
1185 return rcu_dereference_protected(sbi->s_qf_names[type],
1186 lockdep_is_held(&sb->s_umount));
1187}
Jan Kara957153f2017-04-06 15:40:06 +02001188#else
1189static inline void ext4_quota_off_umount(struct super_block *sb)
1190{
1191}
1192#endif
1193
Theodore Ts'o2b2d6d02008-07-26 16:15:44 -04001194static void ext4_put_super(struct super_block *sb)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001195{
Mingming Cao617ba132006-10-11 01:20:53 -07001196 struct ext4_sb_info *sbi = EXT4_SB(sb);
1197 struct ext4_super_block *es = sbi->s_es;
Theodore Ts'o1d0c3922020-02-15 16:40:37 -05001198 struct buffer_head **group_desc;
Suraj Jitindar Singh7c990722020-02-18 19:08:51 -08001199 struct flex_groups **flex_groups;
Theodore Ts'o97abd7d2017-02-04 23:38:06 -05001200 int aborted = 0;
Hidehiro Kawaief2cabf2008-10-27 22:53:05 -04001201 int i, err;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001202
Lukas Czerner857ac882010-10-27 21:30:05 -04001203 ext4_unregister_li_request(sb);
Jan Kara957153f2017-04-06 15:40:06 +02001204 ext4_quota_off_umount(sb);
Christoph Hellwige0ccfd92010-05-19 07:16:42 -04001205
Jan Karac92dc852020-11-27 12:34:00 +01001206 flush_work(&sbi->s_error_work);
Jan Kara2e8fa542013-06-04 14:21:02 -04001207 destroy_workqueue(sbi->rsv_conversion_wq);
Jan Kara02f310f2021-08-16 11:57:06 +02001208 ext4_release_orphan_info(sb);
Mingming Cao4c0425f2009-09-28 15:48:41 -04001209
Ritesh Harjani5e478682020-03-18 11:43:01 +05301210 /*
1211 * Unregister sysfs before destroying jbd2 journal.
1212 * Since we could still access attr_journal_task attribute via sysfs
1213 * path which could have sbi->s_journal->j_task as NULL
1214 */
1215 ext4_unregister_sysfs(sb);
1216
Frank Mayhar03901312009-01-07 00:06:22 -05001217 if (sbi->s_journal) {
Theodore Ts'o97abd7d2017-02-04 23:38:06 -05001218 aborted = is_journal_aborted(sbi->s_journal);
Frank Mayhar03901312009-01-07 00:06:22 -05001219 err = jbd2_journal_destroy(sbi->s_journal);
1220 sbi->s_journal = NULL;
Theodore Ts'o878520a2019-11-19 21:54:15 -05001221 if ((err < 0) && !aborted) {
Theodore Ts'o54d3adb2020-03-28 19:33:43 -04001222 ext4_abort(sb, -err, "Couldn't clean up the journal");
Theodore Ts'o878520a2019-11-19 21:54:15 -05001223 }
Frank Mayhar03901312009-01-07 00:06:22 -05001224 }
Josef Bacikd4edac32009-12-08 21:48:58 -05001225
Zheng Liud3922a72013-07-01 08:12:37 -04001226 ext4_es_unregister_shrinker(sbi);
Al Viro9105bb12013-12-08 20:52:31 -05001227 del_timer_sync(&sbi->s_err_report);
Josef Bacikd4edac32009-12-08 21:48:58 -05001228 ext4_release_system_zone(sb);
1229 ext4_mb_release(sb);
1230 ext4_ext_release(sb);
Josef Bacikd4edac32009-12-08 21:48:58 -05001231
David Howellsbc98a422017-07-17 08:45:34 +01001232 if (!sb_rdonly(sb) && !aborted) {
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04001233 ext4_clear_feature_journal_needs_recovery(sb);
Jan Kara02f310f2021-08-16 11:57:06 +02001234 ext4_clear_feature_orphan_present(sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001235 es->s_state = cpu_to_le16(sbi->s_mount_state);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001236 }
David Howellsbc98a422017-07-17 08:45:34 +01001237 if (!sb_rdonly(sb))
Jan Kara4392fbc2020-12-16 11:18:38 +01001238 ext4_commit_super(sb);
Artem Bityutskiya8e25a82012-03-21 22:29:15 -04001239
Theodore Ts'o1d0c3922020-02-15 16:40:37 -05001240 rcu_read_lock();
1241 group_desc = rcu_dereference(sbi->s_group_desc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001242 for (i = 0; i < sbi->s_gdb_count; i++)
Theodore Ts'o1d0c3922020-02-15 16:40:37 -05001243 brelse(group_desc[i]);
1244 kvfree(group_desc);
Suraj Jitindar Singh7c990722020-02-18 19:08:51 -08001245 flex_groups = rcu_dereference(sbi->s_flex_groups);
1246 if (flex_groups) {
1247 for (i = 0; i < sbi->s_flex_groups_allocated; i++)
1248 kvfree(flex_groups[i]);
1249 kvfree(flex_groups);
1250 }
Theodore Ts'o1d0c3922020-02-15 16:40:37 -05001251 rcu_read_unlock();
Theodore Ts'o57042652011-09-09 18:56:51 -04001252 percpu_counter_destroy(&sbi->s_freeclusters_counter);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001253 percpu_counter_destroy(&sbi->s_freeinodes_counter);
1254 percpu_counter_destroy(&sbi->s_dirs_counter);
Theodore Ts'o57042652011-09-09 18:56:51 -04001255 percpu_counter_destroy(&sbi->s_dirtyclusters_counter);
Eric Whitneyefc61342021-02-18 10:11:32 -05001256 percpu_counter_destroy(&sbi->s_sra_exceeded_retry_limit);
Eric Biggersbbd55932020-02-19 10:30:46 -08001257 percpu_free_rwsem(&sbi->s_writepages_rwsem);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001258#ifdef CONFIG_QUOTA
Jan Karaa2d4a642014-09-11 11:15:15 -04001259 for (i = 0; i < EXT4_MAXQUOTAS; i++)
Theodore Ts'o33458ea2018-10-12 09:28:09 -04001260 kfree(get_qf_name(sb, sbi, i));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001261#endif
1262
1263 /* Debugging code just in case the in-memory inode orphan list
1264 * isn't empty. The on-disk one can be non-empty if we've
1265 * detected an error and taken the fs readonly, but the
1266 * in-memory list had better be clean by this point. */
1267 if (!list_empty(&sbi->s_orphan))
1268 dump_orphan_list(sb, sbi);
Chunguang Xu837c23f2020-11-07 23:58:11 +08001269 ASSERT(list_empty(&sbi->s_orphan));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001270
Theodore Ts'o89d96a62015-06-20 22:50:33 -04001271 sync_blockdev(sb->s_bdev);
Peter Zijlstraf98393a2007-05-06 14:49:54 -07001272 invalidate_bdev(sb->s_bdev);
Chunguang Xuee7ed3a2020-09-24 11:03:42 +08001273 if (sbi->s_journal_bdev && sbi->s_journal_bdev != sb->s_bdev) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001274 /*
1275 * Invalidate the journal device's buffers. We don't want them
1276 * floating about in memory - the physical journal device may
1277 * hotswapped, and it breaks the `ro-after' testing code.
1278 */
Chunguang Xuee7ed3a2020-09-24 11:03:42 +08001279 sync_blockdev(sbi->s_journal_bdev);
1280 invalidate_bdev(sbi->s_journal_bdev);
Mingming Cao617ba132006-10-11 01:20:53 -07001281 ext4_blkdev_remove(sbi);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001282 }
Chengguang Xu50c15df2018-12-04 00:24:42 -05001283
1284 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache);
1285 sbi->s_ea_inode_cache = NULL;
1286
1287 ext4_xattr_destroy_cache(sbi->s_ea_block_cache);
1288 sbi->s_ea_block_cache = NULL;
1289
Pavel Skripkin618f0032021-04-30 21:50:46 +03001290 ext4_stop_mmpd(sbi);
1291
Eric Sandeen9060dd22016-11-26 14:24:51 -05001292 brelse(sbi->s_sbh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001293 sb->s_fs_info = NULL;
Theodore Ts'o3197ebd2009-03-31 09:10:09 -04001294 /*
1295 * Now that we are completely done shutting down the
1296 * superblock, we need to actually destroy the kobject.
1297 */
Theodore Ts'o3197ebd2009-03-31 09:10:09 -04001298 kobject_put(&sbi->s_kobj);
1299 wait_for_completion(&sbi->s_kobj_unregister);
Darrick J. Wong04419842012-04-29 18:27:10 -04001300 if (sbi->s_chksum_driver)
1301 crypto_free_shash(sbi->s_chksum_driver);
Pekka Enberg705895b2009-02-15 18:07:52 -05001302 kfree(sbi->s_blockgroup_lock);
Dan Williams5e405592017-08-24 16:42:48 -07001303 fs_put_dax(sbi->s_daxdev);
Eric Biggersac4acb12020-09-16 21:11:35 -07001304 fscrypt_free_dummy_policy(&sbi->s_dummy_enc_policy);
Gabriel Krisman Bertazic83ad552019-04-25 14:05:42 -04001305#ifdef CONFIG_UNICODE
Daniel Rosenbergf8f4acb2020-10-28 05:08:20 +00001306 utf8_unload(sb->s_encoding);
Gabriel Krisman Bertazic83ad552019-04-25 14:05:42 -04001307#endif
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001308 kfree(sbi);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001309}
1310
Christoph Lametere18b8902006-12-06 20:33:20 -08001311static struct kmem_cache *ext4_inode_cachep;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001312
1313/*
1314 * Called inside transaction, so use GFP_NOFS
1315 */
Mingming Cao617ba132006-10-11 01:20:53 -07001316static struct inode *ext4_alloc_inode(struct super_block *sb)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001317{
Mingming Cao617ba132006-10-11 01:20:53 -07001318 struct ext4_inode_info *ei;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001319
Christoph Lametere6b4f8d2006-12-06 20:33:14 -08001320 ei = kmem_cache_alloc(ext4_inode_cachep, GFP_NOFS);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001321 if (!ei)
1322 return NULL;
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04001323
Jeff Laytonee73f9a2018-01-09 08:21:39 -05001324 inode_set_iversion(&ei->vfs_inode, 1);
Theodore Ts'o202ee5d2014-04-21 14:37:55 -04001325 spin_lock_init(&ei->i_raw_lock);
Alex Tomasc9de5602008-01-29 00:19:52 -05001326 INIT_LIST_HEAD(&ei->i_prealloc_list);
brookxu27bc4462020-08-17 15:36:15 +08001327 atomic_set(&ei->i_prealloc_active, 0);
Alex Tomasc9de5602008-01-29 00:19:52 -05001328 spin_lock_init(&ei->i_prealloc_lock);
Zheng Liu9a26b662012-11-08 21:57:30 -05001329 ext4_es_init_tree(&ei->i_es_tree);
1330 rwlock_init(&ei->i_es_lock);
Zheng Liuedaa53c2014-11-25 11:45:37 -05001331 INIT_LIST_HEAD(&ei->i_es_list);
Zheng Liueb68d0e2014-09-01 22:26:49 -04001332 ei->i_es_all_nr = 0;
Zheng Liuedaa53c2014-11-25 11:45:37 -05001333 ei->i_es_shk_nr = 0;
Jan Karadd475922014-11-25 11:51:23 -05001334 ei->i_es_shrink_lblk = 0;
Mingming Caod2a17632008-07-14 17:52:37 -04001335 ei->i_reserved_data_blocks = 0;
Mingming Caod2a17632008-07-14 17:52:37 -04001336 spin_lock_init(&(ei->i_block_reservation_lock));
Eric Whitney1dc0aa42018-10-01 14:17:41 -04001337 ext4_init_pending_tree(&ei->i_pending_tree);
Dmitry Monakhova9e7f442009-12-14 15:21:14 +03001338#ifdef CONFIG_QUOTA
1339 ei->i_reserved_quota = 0;
Jan Kara96c7e0d2014-09-29 14:58:25 +02001340 memset(&ei->i_dquot, 0, sizeof(ei->i_dquot));
Dmitry Monakhova9e7f442009-12-14 15:21:14 +03001341#endif
Theodore Ts'o8aefcd52011-01-10 12:29:43 -05001342 ei->jinode = NULL;
Jan Kara2e8fa542013-06-04 14:21:02 -04001343 INIT_LIST_HEAD(&ei->i_rsv_conversion_list);
Jiaying Zhang744692d2010-03-04 16:14:02 -05001344 spin_lock_init(&ei->i_completed_io_lock);
Jan Karab436b9b2009-12-08 23:51:10 -05001345 ei->i_sync_tid = 0;
1346 ei->i_datasync_tid = 0;
Dmitry Monakhove27f41e2012-09-28 23:24:52 -04001347 atomic_set(&ei->i_unwritten, 0);
Jan Kara2e8fa542013-06-04 14:21:02 -04001348 INIT_WORK(&ei->i_rsv_conversion_work, ext4_end_io_rsv_work);
Harshad Shirwadkaraa75f4d2020-10-15 13:37:57 -07001349 ext4_fc_init_inode(&ei->vfs_inode);
1350 mutex_init(&ei->i_fc_lock);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001351 return &ei->vfs_inode;
1352}
1353
Theodore Ts'o7ff9c072010-11-08 13:51:33 -05001354static int ext4_drop_inode(struct inode *inode)
1355{
1356 int drop = generic_drop_inode(inode);
1357
Eric Biggers29b36922019-08-04 19:35:48 -07001358 if (!drop)
1359 drop = fscrypt_drop_inode(inode);
1360
Theodore Ts'o7ff9c072010-11-08 13:51:33 -05001361 trace_ext4_drop_inode(inode, drop);
1362 return drop;
1363}
1364
Al Viro94053132019-04-15 19:28:34 -04001365static void ext4_free_in_core_inode(struct inode *inode)
Nick Pigginfa0d7e3d2011-01-07 17:49:49 +11001366{
Eric Biggers2c58d542019-04-10 13:21:15 -07001367 fscrypt_free_inode(inode);
Harshad Shirwadkaraa75f4d2020-10-15 13:37:57 -07001368 if (!list_empty(&(EXT4_I(inode)->i_fc_list))) {
1369 pr_warn("%s: inode %ld still in fc list",
1370 __func__, inode->i_ino);
1371 }
Nick Pigginfa0d7e3d2011-01-07 17:49:49 +11001372 kmem_cache_free(ext4_inode_cachep, EXT4_I(inode));
1373}
1374
Mingming Cao617ba132006-10-11 01:20:53 -07001375static void ext4_destroy_inode(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001376{
Vasily Averin9f7dd932007-07-15 23:40:45 -07001377 if (!list_empty(&(EXT4_I(inode)->i_orphan))) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04001378 ext4_msg(inode->i_sb, KERN_ERR,
1379 "Inode %lu (%p): orphan list check failed!",
1380 inode->i_ino, EXT4_I(inode));
Vasily Averin9f7dd932007-07-15 23:40:45 -07001381 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_ADDRESS, 16, 4,
1382 EXT4_I(inode), sizeof(struct ext4_inode_info),
1383 true);
1384 dump_stack();
1385 }
Jeffle Xu6fed8392021-08-23 14:13:58 +08001386
1387 if (EXT4_I(inode)->i_reserved_data_blocks)
1388 ext4_msg(inode->i_sb, KERN_ERR,
1389 "Inode %lu (%p): i_reserved_data_blocks (%u) not cleared!",
1390 inode->i_ino, EXT4_I(inode),
1391 EXT4_I(inode)->i_reserved_data_blocks);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001392}
1393
Alexey Dobriyan51cc5062008-07-25 19:45:34 -07001394static void init_once(void *foo)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001395{
Mingming Cao617ba132006-10-11 01:20:53 -07001396 struct ext4_inode_info *ei = (struct ext4_inode_info *) foo;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001397
Christoph Lametera35afb82007-05-16 22:10:57 -07001398 INIT_LIST_HEAD(&ei->i_orphan);
Christoph Lametera35afb82007-05-16 22:10:57 -07001399 init_rwsem(&ei->xattr_sem);
Aneesh Kumar K.V0e855ac2008-01-28 23:58:26 -05001400 init_rwsem(&ei->i_data_sem);
Christoph Lametera35afb82007-05-16 22:10:57 -07001401 inode_init_once(&ei->vfs_inode);
Harshad Shirwadkaraa75f4d2020-10-15 13:37:57 -07001402 ext4_fc_init_inode(&ei->vfs_inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001403}
1404
Fabian Fredericke67bc2b2014-02-17 20:34:53 -05001405static int __init init_inodecache(void)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001406{
David Windsorf8dd7c72017-06-10 22:50:36 -04001407 ext4_inode_cachep = kmem_cache_create_usercopy("ext4_inode_cache",
1408 sizeof(struct ext4_inode_info), 0,
1409 (SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD|
1410 SLAB_ACCOUNT),
1411 offsetof(struct ext4_inode_info, i_data),
1412 sizeof_field(struct ext4_inode_info, i_data),
1413 init_once);
Mingming Cao617ba132006-10-11 01:20:53 -07001414 if (ext4_inode_cachep == NULL)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001415 return -ENOMEM;
1416 return 0;
1417}
1418
1419static void destroy_inodecache(void)
1420{
Kirill A. Shutemov8c0a8532012-09-26 11:33:07 +10001421 /*
1422 * Make sure all delayed rcu free inodes are flushed before we
1423 * destroy cache.
1424 */
1425 rcu_barrier();
Mingming Cao617ba132006-10-11 01:20:53 -07001426 kmem_cache_destroy(ext4_inode_cachep);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001427}
1428
Al Viro0930fcc2010-06-07 13:16:22 -04001429void ext4_clear_inode(struct inode *inode)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001430{
Harshad Shirwadkaraa75f4d2020-10-15 13:37:57 -07001431 ext4_fc_del(inode);
Al Viro0930fcc2010-06-07 13:16:22 -04001432 invalidate_inode_buffers(inode);
Jan Karadbd57682012-05-03 14:48:02 +02001433 clear_inode(inode);
brookxu27bc4462020-08-17 15:36:15 +08001434 ext4_discard_preallocations(inode, 0);
Zheng Liu51865fd2012-11-08 21:57:32 -05001435 ext4_es_remove_extent(inode, 0, EXT_MAX_BLOCKS);
Jan Karaf4c2d372019-11-08 12:45:11 +01001436 dquot_drop(inode);
Theodore Ts'o8aefcd52011-01-10 12:29:43 -05001437 if (EXT4_I(inode)->jinode) {
1438 jbd2_journal_release_jbd_inode(EXT4_JOURNAL(inode),
1439 EXT4_I(inode)->jinode);
1440 jbd2_free_inode(EXT4_I(inode)->jinode);
1441 EXT4_I(inode)->jinode = NULL;
1442 }
Eric Biggers3d204e22018-01-11 23:30:13 -05001443 fscrypt_put_encryption_info(inode);
Eric Biggersc93d8f82019-07-22 09:26:24 -07001444 fsverity_cleanup_inode(inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001445}
1446
Christoph Hellwig1b961ac2007-10-21 16:42:08 -07001447static struct inode *ext4_nfs_get_inode(struct super_block *sb,
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04001448 u64 ino, u32 generation)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001449{
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001450 struct inode *inode;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001451
Theodore Ts'o8a363972018-12-19 12:29:13 -05001452 /*
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001453 * Currently we don't know the generation for parent directory, so
1454 * a generation of 0 means "accept any"
1455 */
Theodore Ts'o8a363972018-12-19 12:29:13 -05001456 inode = ext4_iget(sb, ino, EXT4_IGET_HANDLE);
David Howells1d1fe1e2008-02-07 00:15:37 -08001457 if (IS_ERR(inode))
1458 return ERR_CAST(inode);
1459 if (generation && inode->i_generation != generation) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001460 iput(inode);
1461 return ERR_PTR(-ESTALE);
1462 }
Christoph Hellwig1b961ac2007-10-21 16:42:08 -07001463
1464 return inode;
1465}
1466
1467static struct dentry *ext4_fh_to_dentry(struct super_block *sb, struct fid *fid,
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04001468 int fh_len, int fh_type)
Christoph Hellwig1b961ac2007-10-21 16:42:08 -07001469{
1470 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
1471 ext4_nfs_get_inode);
1472}
1473
1474static struct dentry *ext4_fh_to_parent(struct super_block *sb, struct fid *fid,
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04001475 int fh_len, int fh_type)
Christoph Hellwig1b961ac2007-10-21 16:42:08 -07001476{
1477 return generic_fh_to_parent(sb, fid, fh_len, fh_type,
1478 ext4_nfs_get_inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001479}
1480
Theodore Ts'ofde87262018-12-19 14:07:58 -05001481static int ext4_nfs_commit_metadata(struct inode *inode)
1482{
1483 struct writeback_control wbc = {
1484 .sync_mode = WB_SYNC_ALL
1485 };
1486
1487 trace_ext4_nfs_commit_metadata(inode);
1488 return ext4_write_inode(inode, &wbc);
1489}
1490
Chandan Rajendra643fa962018-12-12 15:20:12 +05301491#ifdef CONFIG_FS_ENCRYPTION
Jaegeuk Kima7550b32016-07-10 14:01:03 -04001492static int ext4_get_context(struct inode *inode, void *ctx, size_t len)
1493{
1494 return ext4_xattr_get(inode, EXT4_XATTR_INDEX_ENCRYPTION,
1495 EXT4_XATTR_NAME_ENCRYPTION_CONTEXT, ctx, len);
1496}
1497
Jaegeuk Kima7550b32016-07-10 14:01:03 -04001498static int ext4_set_context(struct inode *inode, const void *ctx, size_t len,
1499 void *fs_data)
1500{
Eric Biggers2f8f5e72016-11-21 11:52:44 -05001501 handle_t *handle = fs_data;
Tahsin Erdoganc1a5d5f2017-06-21 22:28:40 -04001502 int res, res2, credits, retries = 0;
Jaegeuk Kima7550b32016-07-10 14:01:03 -04001503
Eric Biggers9ce01512017-06-23 00:10:36 -04001504 /*
1505 * Encrypting the root directory is not allowed because e2fsck expects
1506 * lost+found to exist and be unencrypted, and encrypting the root
1507 * directory would imply encrypting the lost+found directory as well as
1508 * the filename "lost+found" itself.
1509 */
1510 if (inode->i_ino == EXT4_ROOT_INO)
1511 return -EPERM;
Jaegeuk Kima7550b32016-07-10 14:01:03 -04001512
Ross Zwisler7d3e06a2017-10-12 11:58:05 -04001513 if (WARN_ON_ONCE(IS_DAX(inode) && i_size_read(inode)))
1514 return -EINVAL;
1515
Ira Weinyb383a732020-05-28 08:00:02 -07001516 if (ext4_test_inode_flag(inode, EXT4_INODE_DAX))
1517 return -EOPNOTSUPP;
1518
Eric Biggers94840e32017-02-22 13:25:14 -08001519 res = ext4_convert_inline_data(inode);
1520 if (res)
1521 return res;
1522
Eric Biggers2f8f5e72016-11-21 11:52:44 -05001523 /*
1524 * If a journal handle was specified, then the encryption context is
1525 * being set on a new inode via inheritance and is part of a larger
1526 * transaction to create the inode. Otherwise the encryption context is
1527 * being set on an existing inode in its own transaction. Only in the
1528 * latter case should the "retry on ENOSPC" logic be used.
1529 */
1530
1531 if (handle) {
1532 res = ext4_xattr_set_handle(handle, inode,
1533 EXT4_XATTR_INDEX_ENCRYPTION,
1534 EXT4_XATTR_NAME_ENCRYPTION_CONTEXT,
1535 ctx, len, 0);
Jaegeuk Kima7550b32016-07-10 14:01:03 -04001536 if (!res) {
1537 ext4_set_inode_flag(inode, EXT4_INODE_ENCRYPT);
1538 ext4_clear_inode_state(inode,
1539 EXT4_STATE_MAY_INLINE_DATA);
Jan Karaa3caa242016-11-20 17:32:59 -05001540 /*
Eric Biggers2ee6a572017-10-09 12:15:35 -07001541 * Update inode->i_flags - S_ENCRYPTED will be enabled,
1542 * S_DAX may be disabled
Jan Karaa3caa242016-11-20 17:32:59 -05001543 */
Ira Weiny043546e2020-05-28 07:59:59 -07001544 ext4_set_inode_flags(inode, false);
Jaegeuk Kima7550b32016-07-10 14:01:03 -04001545 }
1546 return res;
1547 }
1548
Tahsin Erdoganb8cb5a52017-05-24 18:24:07 -04001549 res = dquot_initialize(inode);
1550 if (res)
1551 return res;
Eric Biggers2f8f5e72016-11-21 11:52:44 -05001552retry:
Tahsin Erdoganaf652072017-07-06 00:01:59 -04001553 res = ext4_xattr_set_credits(inode, len, false /* is_create */,
1554 &credits);
Tahsin Erdogandec214d2017-06-22 11:44:55 -04001555 if (res)
1556 return res;
1557
Tahsin Erdoganc1a5d5f2017-06-21 22:28:40 -04001558 handle = ext4_journal_start(inode, EXT4_HT_MISC, credits);
Jaegeuk Kima7550b32016-07-10 14:01:03 -04001559 if (IS_ERR(handle))
1560 return PTR_ERR(handle);
1561
Eric Biggers2f8f5e72016-11-21 11:52:44 -05001562 res = ext4_xattr_set_handle(handle, inode, EXT4_XATTR_INDEX_ENCRYPTION,
1563 EXT4_XATTR_NAME_ENCRYPTION_CONTEXT,
1564 ctx, len, 0);
Jaegeuk Kima7550b32016-07-10 14:01:03 -04001565 if (!res) {
1566 ext4_set_inode_flag(inode, EXT4_INODE_ENCRYPT);
Eric Biggers2ee6a572017-10-09 12:15:35 -07001567 /*
1568 * Update inode->i_flags - S_ENCRYPTED will be enabled,
1569 * S_DAX may be disabled
1570 */
Ira Weiny043546e2020-05-28 07:59:59 -07001571 ext4_set_inode_flags(inode, false);
Jaegeuk Kima7550b32016-07-10 14:01:03 -04001572 res = ext4_mark_inode_dirty(handle, inode);
1573 if (res)
1574 EXT4_ERROR_INODE(inode, "Failed to mark inode dirty");
1575 }
1576 res2 = ext4_journal_stop(handle);
Eric Biggers2f8f5e72016-11-21 11:52:44 -05001577
1578 if (res == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
1579 goto retry;
Jaegeuk Kima7550b32016-07-10 14:01:03 -04001580 if (!res)
1581 res = res2;
1582 return res;
1583}
1584
Eric Biggersac4acb12020-09-16 21:11:35 -07001585static const union fscrypt_policy *ext4_get_dummy_policy(struct super_block *sb)
Jaegeuk Kima7550b32016-07-10 14:01:03 -04001586{
Eric Biggersac4acb12020-09-16 21:11:35 -07001587 return EXT4_SB(sb)->s_dummy_enc_policy.policy;
Jaegeuk Kima7550b32016-07-10 14:01:03 -04001588}
1589
Eric Biggersb925acb2019-10-24 14:54:37 -07001590static bool ext4_has_stable_inodes(struct super_block *sb)
1591{
1592 return ext4_has_feature_stable_inodes(sb);
1593}
1594
1595static void ext4_get_ino_and_lblk_bits(struct super_block *sb,
1596 int *ino_bits_ret, int *lblk_bits_ret)
1597{
1598 *ino_bits_ret = 8 * sizeof(EXT4_SB(sb)->s_es->s_inodes_count);
1599 *lblk_bits_ret = 8 * sizeof(ext4_lblk_t);
1600}
1601
Eric Biggers6f69f0e2017-02-07 12:42:10 -08001602static const struct fscrypt_operations ext4_cryptops = {
Eric Biggersa5d431e2017-01-05 13:51:18 -08001603 .key_prefix = "ext4:",
Jaegeuk Kima7550b32016-07-10 14:01:03 -04001604 .get_context = ext4_get_context,
Jaegeuk Kima7550b32016-07-10 14:01:03 -04001605 .set_context = ext4_set_context,
Eric Biggersac4acb12020-09-16 21:11:35 -07001606 .get_dummy_policy = ext4_get_dummy_policy,
Jaegeuk Kima7550b32016-07-10 14:01:03 -04001607 .empty_dir = ext4_empty_dir,
Eric Biggersb925acb2019-10-24 14:54:37 -07001608 .has_stable_inodes = ext4_has_stable_inodes,
1609 .get_ino_and_lblk_bits = ext4_get_ino_and_lblk_bits,
Jaegeuk Kima7550b32016-07-10 14:01:03 -04001610};
Jaegeuk Kima7550b32016-07-10 14:01:03 -04001611#endif
1612
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001613#ifdef CONFIG_QUOTA
Eric Biggersd6006182017-04-29 23:47:50 -04001614static const char * const quotatypes[] = INITQFNAMES;
Li Xi689c9582016-01-08 16:01:22 -05001615#define QTYPE2NAME(t) (quotatypes[t])
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001616
Mingming Cao617ba132006-10-11 01:20:53 -07001617static int ext4_write_dquot(struct dquot *dquot);
1618static int ext4_acquire_dquot(struct dquot *dquot);
1619static int ext4_release_dquot(struct dquot *dquot);
1620static int ext4_mark_dquot_dirty(struct dquot *dquot);
1621static int ext4_write_info(struct super_block *sb, int type);
Jan Kara6f28e082008-04-28 02:14:34 -07001622static int ext4_quota_on(struct super_block *sb, int type, int format_id,
Al Viro8c54ca92016-11-20 19:49:34 -05001623 const struct path *path);
Mingming Cao617ba132006-10-11 01:20:53 -07001624static ssize_t ext4_quota_read(struct super_block *sb, int type, char *data,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001625 size_t len, loff_t off);
Mingming Cao617ba132006-10-11 01:20:53 -07001626static ssize_t ext4_quota_write(struct super_block *sb, int type,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001627 const char *data, size_t len, loff_t off);
Aditya Kali7c319d32012-07-22 20:21:31 -04001628static int ext4_quota_enable(struct super_block *sb, int type, int format_id,
1629 unsigned int flags);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001630
Jan Kara96c7e0d2014-09-29 14:58:25 +02001631static struct dquot **ext4_get_dquots(struct inode *inode)
1632{
1633 return EXT4_I(inode)->i_dquot;
1634}
1635
Alexey Dobriyan61e225d2009-09-21 17:01:08 -07001636static const struct dquot_operations ext4_quota_operations = {
Tahsin Erdogan7a9ca532017-06-22 11:46:48 -04001637 .get_reserved_space = ext4_get_reserved_space,
1638 .write_dquot = ext4_write_dquot,
1639 .acquire_dquot = ext4_acquire_dquot,
1640 .release_dquot = ext4_release_dquot,
1641 .mark_dirty = ext4_mark_dquot_dirty,
1642 .write_info = ext4_write_info,
1643 .alloc_dquot = dquot_alloc,
1644 .destroy_dquot = dquot_destroy,
1645 .get_projid = ext4_get_projid,
1646 .get_inode_usage = ext4_get_inode_usage,
Chengguang Xuebc11f72019-10-06 18:30:28 +08001647 .get_next_id = dquot_get_next_id,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001648};
1649
Alexey Dobriyan0d54b212009-09-21 17:01:09 -07001650static const struct quotactl_ops ext4_qctl_operations = {
Mingming Cao617ba132006-10-11 01:20:53 -07001651 .quota_on = ext4_quota_on,
Dmitry Monakhovca0e05e2010-08-01 17:48:36 -04001652 .quota_off = ext4_quota_off,
Christoph Hellwig287a8092010-05-19 07:16:45 -04001653 .quota_sync = dquot_quota_sync,
Jan Kara0a2403392014-11-19 00:42:09 +01001654 .get_state = dquot_get_state,
Christoph Hellwig287a8092010-05-19 07:16:45 -04001655 .set_info = dquot_set_dqinfo,
1656 .get_dqblk = dquot_get_dqblk,
Eric Sandeen6332b9b2016-02-19 19:19:01 +01001657 .set_dqblk = dquot_set_dqblk,
1658 .get_nextdqblk = dquot_get_next_dqblk,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001659};
1660#endif
1661
Josef 'Jeff' Sipekee9b6d62007-02-12 00:55:41 -08001662static const struct super_operations ext4_sops = {
Mingming Cao617ba132006-10-11 01:20:53 -07001663 .alloc_inode = ext4_alloc_inode,
Al Viro94053132019-04-15 19:28:34 -04001664 .free_inode = ext4_free_in_core_inode,
Mingming Cao617ba132006-10-11 01:20:53 -07001665 .destroy_inode = ext4_destroy_inode,
Mingming Cao617ba132006-10-11 01:20:53 -07001666 .write_inode = ext4_write_inode,
1667 .dirty_inode = ext4_dirty_inode,
Theodore Ts'o7ff9c072010-11-08 13:51:33 -05001668 .drop_inode = ext4_drop_inode,
Al Viro0930fcc2010-06-07 13:16:22 -04001669 .evict_inode = ext4_evict_inode,
Mingming Cao617ba132006-10-11 01:20:53 -07001670 .put_super = ext4_put_super,
Mingming Cao617ba132006-10-11 01:20:53 -07001671 .sync_fs = ext4_sync_fs,
Takashi Satoc4be0c12009-01-09 16:40:58 -08001672 .freeze_fs = ext4_freeze,
1673 .unfreeze_fs = ext4_unfreeze,
Mingming Cao617ba132006-10-11 01:20:53 -07001674 .statfs = ext4_statfs,
Mingming Cao617ba132006-10-11 01:20:53 -07001675 .show_options = ext4_show_options,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001676#ifdef CONFIG_QUOTA
Mingming Cao617ba132006-10-11 01:20:53 -07001677 .quota_read = ext4_quota_read,
1678 .quota_write = ext4_quota_write,
Jan Kara96c7e0d2014-09-29 14:58:25 +02001679 .get_dquots = ext4_get_dquots,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001680#endif
1681};
1682
Christoph Hellwig39655162007-10-21 16:42:17 -07001683static const struct export_operations ext4_export_ops = {
Christoph Hellwig1b961ac2007-10-21 16:42:08 -07001684 .fh_to_dentry = ext4_fh_to_dentry,
1685 .fh_to_parent = ext4_fh_to_parent,
Mingming Cao617ba132006-10-11 01:20:53 -07001686 .get_parent = ext4_get_parent,
Theodore Ts'ofde87262018-12-19 14:07:58 -05001687 .commit_metadata = ext4_nfs_commit_metadata,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001688};
1689
1690enum {
1691 Opt_bsd_df, Opt_minix_df, Opt_grpid, Opt_nogrpid,
Lukas Czernerba2e5242021-10-27 16:18:57 +02001692 Opt_resgid, Opt_resuid, Opt_sb,
Theodore Ts'o72578c32012-03-03 18:04:40 -05001693 Opt_nouid32, Opt_debug, Opt_removed,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001694 Opt_user_xattr, Opt_nouser_xattr, Opt_acl, Opt_noacl,
Theodore Ts'o72578c32012-03-03 18:04:40 -05001695 Opt_auto_da_alloc, Opt_noauto_da_alloc, Opt_noload,
Eric Sandeenad4eec62013-08-28 19:05:07 -04001696 Opt_commit, Opt_min_batch_time, Opt_max_batch_time, Opt_journal_dev,
1697 Opt_journal_path, Opt_journal_checksum, Opt_journal_async_commit,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001698 Opt_abort, Opt_data_journal, Opt_data_ordered, Opt_data_writeback,
Theodore Ts'o6ddb2442015-04-16 01:56:00 -04001699 Opt_data_err_abort, Opt_data_err_ignore, Opt_test_dummy_encryption,
Eric Biggers4f74d152020-07-02 01:56:07 +00001700 Opt_inlinecrypt,
Lukas Czernerba2e5242021-10-27 16:18:57 +02001701 Opt_usrjquota, Opt_grpjquota, Opt_quota,
Theodore Ts'oee4a3fc2012-03-02 12:14:24 -05001702 Opt_noquota, Opt_barrier, Opt_nobarrier, Opt_err,
Ira Weiny9cb20f92020-05-28 08:00:00 -07001703 Opt_usrquota, Opt_grpquota, Opt_prjquota, Opt_i_version,
1704 Opt_dax, Opt_dax_always, Opt_dax_inode, Opt_dax_never,
Theodore Ts'o327eaf72018-06-12 23:34:57 -04001705 Opt_stripe, Opt_delalloc, Opt_nodelalloc, Opt_warn_on_error,
Lukas Czerner44379922021-12-22 11:45:16 +01001706 Opt_nowarn_on_error, Opt_mblk_io_submit, Opt_debug_want_extra_isize,
Theodore Ts'o14490322010-12-14 15:27:50 -05001707 Opt_nomblk_io_submit, Opt_block_validity, Opt_noblock_validity,
Eric Sandeen5328e632009-11-19 14:25:42 -05001708 Opt_inode_readahead_blks, Opt_journal_ioprio,
Jiaying Zhang744692d2010-03-04 16:14:02 -05001709 Opt_dioread_nolock, Opt_dioread_lock,
Theodore Ts'ofc6cb1c2011-12-12 22:06:18 -05001710 Opt_discard, Opt_nodiscard, Opt_init_itable, Opt_noinit_itable,
Tahsin Erdogancdb7ee42017-06-22 11:55:14 -04001711 Opt_max_dir_size_kb, Opt_nojournal_checksum, Opt_nombcache,
Harshad Shirwadkar21175ca2021-04-01 10:21:29 -07001712 Opt_no_prefetch_block_bitmaps, Opt_mb_optimize_scan,
Lukas Czernere5a185c2021-10-27 16:18:46 +02001713 Opt_errors, Opt_data, Opt_data_err, Opt_jqfmt, Opt_dax_type,
Harshad Shirwadkar8016e292020-10-15 13:37:59 -07001714#ifdef CONFIG_EXT4_DEBUG
Harshad Shirwadkar99c880d2020-11-05 19:59:11 -08001715 Opt_fc_debug_max_replay, Opt_fc_debug_force
Harshad Shirwadkar8016e292020-10-15 13:37:59 -07001716#endif
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001717};
1718
Lukas Czernere5a185c2021-10-27 16:18:46 +02001719static const struct constant_table ext4_param_errors[] = {
Lukas Czernerba2e5242021-10-27 16:18:57 +02001720 {"continue", EXT4_MOUNT_ERRORS_CONT},
1721 {"panic", EXT4_MOUNT_ERRORS_PANIC},
1722 {"remount-ro", EXT4_MOUNT_ERRORS_RO},
Lukas Czernere5a185c2021-10-27 16:18:46 +02001723 {}
1724};
1725
1726static const struct constant_table ext4_param_data[] = {
Lukas Czernerba2e5242021-10-27 16:18:57 +02001727 {"journal", EXT4_MOUNT_JOURNAL_DATA},
1728 {"ordered", EXT4_MOUNT_ORDERED_DATA},
1729 {"writeback", EXT4_MOUNT_WRITEBACK_DATA},
Lukas Czernere5a185c2021-10-27 16:18:46 +02001730 {}
1731};
1732
1733static const struct constant_table ext4_param_data_err[] = {
1734 {"abort", Opt_data_err_abort},
1735 {"ignore", Opt_data_err_ignore},
1736 {}
1737};
1738
1739static const struct constant_table ext4_param_jqfmt[] = {
Lukas Czernerba2e5242021-10-27 16:18:57 +02001740 {"vfsold", QFMT_VFS_OLD},
1741 {"vfsv0", QFMT_VFS_V0},
1742 {"vfsv1", QFMT_VFS_V1},
Lukas Czernere5a185c2021-10-27 16:18:46 +02001743 {}
1744};
1745
1746static const struct constant_table ext4_param_dax[] = {
1747 {"always", Opt_dax_always},
1748 {"inode", Opt_dax_inode},
1749 {"never", Opt_dax_never},
1750 {}
1751};
1752
1753/* String parameter that allows empty argument */
1754#define fsparam_string_empty(NAME, OPT) \
1755 __fsparam(fs_param_is_string, NAME, OPT, fs_param_can_be_empty, NULL)
1756
1757/*
1758 * Mount option specification
1759 * We don't use fsparam_flag_no because of the way we set the
1760 * options and the way we show them in _ext4_show_options(). To
1761 * keep the changes to a minimum, let's keep the negative options
1762 * separate for now.
1763 */
1764static const struct fs_parameter_spec ext4_param_specs[] = {
1765 fsparam_flag ("bsddf", Opt_bsd_df),
1766 fsparam_flag ("minixdf", Opt_minix_df),
1767 fsparam_flag ("grpid", Opt_grpid),
1768 fsparam_flag ("bsdgroups", Opt_grpid),
1769 fsparam_flag ("nogrpid", Opt_nogrpid),
1770 fsparam_flag ("sysvgroups", Opt_nogrpid),
1771 fsparam_u32 ("resgid", Opt_resgid),
1772 fsparam_u32 ("resuid", Opt_resuid),
1773 fsparam_u32 ("sb", Opt_sb),
1774 fsparam_enum ("errors", Opt_errors, ext4_param_errors),
1775 fsparam_flag ("nouid32", Opt_nouid32),
1776 fsparam_flag ("debug", Opt_debug),
1777 fsparam_flag ("oldalloc", Opt_removed),
1778 fsparam_flag ("orlov", Opt_removed),
1779 fsparam_flag ("user_xattr", Opt_user_xattr),
1780 fsparam_flag ("nouser_xattr", Opt_nouser_xattr),
1781 fsparam_flag ("acl", Opt_acl),
1782 fsparam_flag ("noacl", Opt_noacl),
1783 fsparam_flag ("norecovery", Opt_noload),
1784 fsparam_flag ("noload", Opt_noload),
1785 fsparam_flag ("bh", Opt_removed),
1786 fsparam_flag ("nobh", Opt_removed),
1787 fsparam_u32 ("commit", Opt_commit),
1788 fsparam_u32 ("min_batch_time", Opt_min_batch_time),
1789 fsparam_u32 ("max_batch_time", Opt_max_batch_time),
1790 fsparam_u32 ("journal_dev", Opt_journal_dev),
1791 fsparam_bdev ("journal_path", Opt_journal_path),
1792 fsparam_flag ("journal_checksum", Opt_journal_checksum),
1793 fsparam_flag ("nojournal_checksum", Opt_nojournal_checksum),
1794 fsparam_flag ("journal_async_commit",Opt_journal_async_commit),
1795 fsparam_flag ("abort", Opt_abort),
1796 fsparam_enum ("data", Opt_data, ext4_param_data),
1797 fsparam_enum ("data_err", Opt_data_err,
1798 ext4_param_data_err),
1799 fsparam_string_empty
1800 ("usrjquota", Opt_usrjquota),
1801 fsparam_string_empty
1802 ("grpjquota", Opt_grpjquota),
1803 fsparam_enum ("jqfmt", Opt_jqfmt, ext4_param_jqfmt),
1804 fsparam_flag ("grpquota", Opt_grpquota),
1805 fsparam_flag ("quota", Opt_quota),
1806 fsparam_flag ("noquota", Opt_noquota),
1807 fsparam_flag ("usrquota", Opt_usrquota),
1808 fsparam_flag ("prjquota", Opt_prjquota),
1809 fsparam_flag ("barrier", Opt_barrier),
1810 fsparam_u32 ("barrier", Opt_barrier),
1811 fsparam_flag ("nobarrier", Opt_nobarrier),
1812 fsparam_flag ("i_version", Opt_i_version),
1813 fsparam_flag ("dax", Opt_dax),
1814 fsparam_enum ("dax", Opt_dax_type, ext4_param_dax),
1815 fsparam_u32 ("stripe", Opt_stripe),
1816 fsparam_flag ("delalloc", Opt_delalloc),
1817 fsparam_flag ("nodelalloc", Opt_nodelalloc),
1818 fsparam_flag ("warn_on_error", Opt_warn_on_error),
1819 fsparam_flag ("nowarn_on_error", Opt_nowarn_on_error),
Lukas Czernere5a185c2021-10-27 16:18:46 +02001820 fsparam_u32 ("debug_want_extra_isize",
1821 Opt_debug_want_extra_isize),
1822 fsparam_flag ("mblk_io_submit", Opt_removed),
1823 fsparam_flag ("nomblk_io_submit", Opt_removed),
1824 fsparam_flag ("block_validity", Opt_block_validity),
1825 fsparam_flag ("noblock_validity", Opt_noblock_validity),
1826 fsparam_u32 ("inode_readahead_blks",
1827 Opt_inode_readahead_blks),
1828 fsparam_u32 ("journal_ioprio", Opt_journal_ioprio),
1829 fsparam_u32 ("auto_da_alloc", Opt_auto_da_alloc),
1830 fsparam_flag ("auto_da_alloc", Opt_auto_da_alloc),
1831 fsparam_flag ("noauto_da_alloc", Opt_noauto_da_alloc),
1832 fsparam_flag ("dioread_nolock", Opt_dioread_nolock),
1833 fsparam_flag ("nodioread_nolock", Opt_dioread_lock),
1834 fsparam_flag ("dioread_lock", Opt_dioread_lock),
1835 fsparam_flag ("discard", Opt_discard),
1836 fsparam_flag ("nodiscard", Opt_nodiscard),
1837 fsparam_u32 ("init_itable", Opt_init_itable),
1838 fsparam_flag ("init_itable", Opt_init_itable),
1839 fsparam_flag ("noinit_itable", Opt_noinit_itable),
1840#ifdef CONFIG_EXT4_DEBUG
1841 fsparam_flag ("fc_debug_force", Opt_fc_debug_force),
1842 fsparam_u32 ("fc_debug_max_replay", Opt_fc_debug_max_replay),
1843#endif
1844 fsparam_u32 ("max_dir_size_kb", Opt_max_dir_size_kb),
1845 fsparam_flag ("test_dummy_encryption",
1846 Opt_test_dummy_encryption),
1847 fsparam_string ("test_dummy_encryption",
1848 Opt_test_dummy_encryption),
1849 fsparam_flag ("inlinecrypt", Opt_inlinecrypt),
1850 fsparam_flag ("nombcache", Opt_nombcache),
1851 fsparam_flag ("no_mbcache", Opt_nombcache), /* for backward compatibility */
1852 fsparam_flag ("prefetch_block_bitmaps",
1853 Opt_removed),
1854 fsparam_flag ("no_prefetch_block_bitmaps",
1855 Opt_no_prefetch_block_bitmaps),
1856 fsparam_s32 ("mb_optimize_scan", Opt_mb_optimize_scan),
1857 fsparam_string ("check", Opt_removed), /* mount option from ext2/3 */
1858 fsparam_flag ("nocheck", Opt_removed), /* mount option from ext2/3 */
1859 fsparam_flag ("reservation", Opt_removed), /* mount option from ext2/3 */
1860 fsparam_flag ("noreservation", Opt_removed), /* mount option from ext2/3 */
1861 fsparam_u32 ("journal", Opt_removed), /* mount option from ext2/3 */
1862 {}
1863};
1864
Theodore Ts'ob3881f72009-01-05 22:46:26 -05001865#define DEFAULT_JOURNAL_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3))
Harshad Shirwadkar196e4022021-04-01 10:21:27 -07001866#define DEFAULT_MB_OPTIMIZE_SCAN (-1)
1867
Eric Biggersd6006182017-04-29 23:47:50 -04001868static const char deprecated_msg[] =
1869 "Mount option \"%s\" will be removed by %s\n"
Dmitry Monakhov437ca0f2010-03-01 22:29:21 -05001870 "Contact linux-ext4@vger.kernel.org if you think we should keep it.\n";
Theodore Ts'ob3881f72009-01-05 22:46:26 -05001871
Theodore Ts'o26092bf2012-03-03 23:20:47 -05001872#define MOPT_SET 0x0001
1873#define MOPT_CLEAR 0x0002
1874#define MOPT_NOSUPPORT 0x0004
1875#define MOPT_EXPLICIT 0x0008
Theodore Ts'o26092bf2012-03-03 23:20:47 -05001876#ifdef CONFIG_QUOTA
1877#define MOPT_Q 0
Lukas Czernerba2e5242021-10-27 16:18:57 +02001878#define MOPT_QFMT 0x0010
Theodore Ts'o26092bf2012-03-03 23:20:47 -05001879#else
1880#define MOPT_Q MOPT_NOSUPPORT
1881#define MOPT_QFMT MOPT_NOSUPPORT
1882#endif
Lukas Czernerba2e5242021-10-27 16:18:57 +02001883#define MOPT_NO_EXT2 0x0020
1884#define MOPT_NO_EXT3 0x0040
Theodore Ts'o8dc0aa82013-02-02 23:38:39 -05001885#define MOPT_EXT4_ONLY (MOPT_NO_EXT2 | MOPT_NO_EXT3)
Lukas Czernerba2e5242021-10-27 16:18:57 +02001886#define MOPT_SKIP 0x0080
1887#define MOPT_2 0x0100
Theodore Ts'o26092bf2012-03-03 23:20:47 -05001888
1889static const struct mount_opts {
1890 int token;
1891 int mount_opt;
1892 int flags;
1893} ext4_mount_opts[] = {
1894 {Opt_minix_df, EXT4_MOUNT_MINIX_DF, MOPT_SET},
1895 {Opt_bsd_df, EXT4_MOUNT_MINIX_DF, MOPT_CLEAR},
1896 {Opt_grpid, EXT4_MOUNT_GRPID, MOPT_SET},
1897 {Opt_nogrpid, EXT4_MOUNT_GRPID, MOPT_CLEAR},
Theodore Ts'o26092bf2012-03-03 23:20:47 -05001898 {Opt_block_validity, EXT4_MOUNT_BLOCK_VALIDITY, MOPT_SET},
1899 {Opt_noblock_validity, EXT4_MOUNT_BLOCK_VALIDITY, MOPT_CLEAR},
Theodore Ts'o8dc0aa82013-02-02 23:38:39 -05001900 {Opt_dioread_nolock, EXT4_MOUNT_DIOREAD_NOLOCK,
1901 MOPT_EXT4_ONLY | MOPT_SET},
1902 {Opt_dioread_lock, EXT4_MOUNT_DIOREAD_NOLOCK,
1903 MOPT_EXT4_ONLY | MOPT_CLEAR},
Theodore Ts'o26092bf2012-03-03 23:20:47 -05001904 {Opt_discard, EXT4_MOUNT_DISCARD, MOPT_SET},
1905 {Opt_nodiscard, EXT4_MOUNT_DISCARD, MOPT_CLEAR},
Theodore Ts'o8dc0aa82013-02-02 23:38:39 -05001906 {Opt_delalloc, EXT4_MOUNT_DELALLOC,
1907 MOPT_EXT4_ONLY | MOPT_SET | MOPT_EXPLICIT},
1908 {Opt_nodelalloc, EXT4_MOUNT_DELALLOC,
Theodore Ts'o59d9fa52013-08-08 23:01:24 -04001909 MOPT_EXT4_ONLY | MOPT_CLEAR},
Theodore Ts'o327eaf72018-06-12 23:34:57 -04001910 {Opt_warn_on_error, EXT4_MOUNT_WARN_ON_ERROR, MOPT_SET},
1911 {Opt_nowarn_on_error, EXT4_MOUNT_WARN_ON_ERROR, MOPT_CLEAR},
Darrick J. Wongc6d3d562014-11-25 16:20:50 -05001912 {Opt_nojournal_checksum, EXT4_MOUNT_JOURNAL_CHECKSUM,
1913 MOPT_EXT4_ONLY | MOPT_CLEAR},
Theodore Ts'o8dc0aa82013-02-02 23:38:39 -05001914 {Opt_journal_checksum, EXT4_MOUNT_JOURNAL_CHECKSUM,
Dmitry Monakhov1e381f62015-10-18 23:50:26 -04001915 MOPT_EXT4_ONLY | MOPT_SET | MOPT_EXPLICIT},
Theodore Ts'o26092bf2012-03-03 23:20:47 -05001916 {Opt_journal_async_commit, (EXT4_MOUNT_JOURNAL_ASYNC_COMMIT |
Theodore Ts'o8dc0aa82013-02-02 23:38:39 -05001917 EXT4_MOUNT_JOURNAL_CHECKSUM),
Dmitry Monakhov1e381f62015-10-18 23:50:26 -04001918 MOPT_EXT4_ONLY | MOPT_SET | MOPT_EXPLICIT},
Theodore Ts'o8dc0aa82013-02-02 23:38:39 -05001919 {Opt_noload, EXT4_MOUNT_NOLOAD, MOPT_NO_EXT2 | MOPT_SET},
Lukas Czernerba2e5242021-10-27 16:18:57 +02001920 {Opt_data_err, EXT4_MOUNT_DATA_ERR_ABORT, MOPT_NO_EXT2},
Theodore Ts'o26092bf2012-03-03 23:20:47 -05001921 {Opt_barrier, EXT4_MOUNT_BARRIER, MOPT_SET},
1922 {Opt_nobarrier, EXT4_MOUNT_BARRIER, MOPT_CLEAR},
1923 {Opt_noauto_da_alloc, EXT4_MOUNT_NO_AUTO_DA_ALLOC, MOPT_SET},
1924 {Opt_auto_da_alloc, EXT4_MOUNT_NO_AUTO_DA_ALLOC, MOPT_CLEAR},
1925 {Opt_noinit_itable, EXT4_MOUNT_INIT_INODE_TABLE, MOPT_CLEAR},
Lukas Czernerba2e5242021-10-27 16:18:57 +02001926 {Opt_dax_type, 0, MOPT_EXT4_ONLY},
1927 {Opt_journal_dev, 0, MOPT_NO_EXT2},
1928 {Opt_journal_path, 0, MOPT_NO_EXT2},
1929 {Opt_journal_ioprio, 0, MOPT_NO_EXT2},
1930 {Opt_data, 0, MOPT_NO_EXT2},
Theodore Ts'o26092bf2012-03-03 23:20:47 -05001931 {Opt_user_xattr, EXT4_MOUNT_XATTR_USER, MOPT_SET},
1932 {Opt_nouser_xattr, EXT4_MOUNT_XATTR_USER, MOPT_CLEAR},
Theodore Ts'o26092bf2012-03-03 23:20:47 -05001933#ifdef CONFIG_EXT4_FS_POSIX_ACL
1934 {Opt_acl, EXT4_MOUNT_POSIX_ACL, MOPT_SET},
1935 {Opt_noacl, EXT4_MOUNT_POSIX_ACL, MOPT_CLEAR},
1936#else
1937 {Opt_acl, 0, MOPT_NOSUPPORT},
1938 {Opt_noacl, 0, MOPT_NOSUPPORT},
1939#endif
1940 {Opt_nouid32, EXT4_MOUNT_NO_UID32, MOPT_SET},
1941 {Opt_debug, EXT4_MOUNT_DEBUG, MOPT_SET},
1942 {Opt_quota, EXT4_MOUNT_QUOTA | EXT4_MOUNT_USRQUOTA, MOPT_SET | MOPT_Q},
1943 {Opt_usrquota, EXT4_MOUNT_QUOTA | EXT4_MOUNT_USRQUOTA,
1944 MOPT_SET | MOPT_Q},
1945 {Opt_grpquota, EXT4_MOUNT_QUOTA | EXT4_MOUNT_GRPQUOTA,
1946 MOPT_SET | MOPT_Q},
Jan Kara49da9392016-09-05 23:08:16 -04001947 {Opt_prjquota, EXT4_MOUNT_QUOTA | EXT4_MOUNT_PRJQUOTA,
1948 MOPT_SET | MOPT_Q},
Theodore Ts'o26092bf2012-03-03 23:20:47 -05001949 {Opt_noquota, (EXT4_MOUNT_QUOTA | EXT4_MOUNT_USRQUOTA |
Jan Kara49da9392016-09-05 23:08:16 -04001950 EXT4_MOUNT_GRPQUOTA | EXT4_MOUNT_PRJQUOTA),
1951 MOPT_CLEAR | MOPT_Q},
Lukas Czernerba2e5242021-10-27 16:18:57 +02001952 {Opt_usrjquota, 0, MOPT_Q},
1953 {Opt_grpjquota, 0, MOPT_Q},
1954 {Opt_jqfmt, 0, MOPT_QFMT},
Tahsin Erdogancdb7ee42017-06-22 11:55:14 -04001955 {Opt_nombcache, EXT4_MOUNT_NO_MBCACHE, MOPT_SET},
Harshad Shirwadkar21175ca2021-04-01 10:21:29 -07001956 {Opt_no_prefetch_block_bitmaps, EXT4_MOUNT_NO_PREFETCH_BLOCK_BITMAPS,
Theodore Ts'o3d392b22020-07-17 00:14:40 -04001957 MOPT_SET},
Harshad Shirwadkar99c880d2020-11-05 19:59:11 -08001958#ifdef CONFIG_EXT4_DEBUG
Harshad Shirwadkar0f0672f2020-10-15 13:38:00 -07001959 {Opt_fc_debug_force, EXT4_MOUNT2_JOURNAL_FAST_COMMIT,
1960 MOPT_SET | MOPT_2 | MOPT_EXT4_ONLY},
Harshad Shirwadkar8016e292020-10-15 13:37:59 -07001961#endif
Theodore Ts'o26092bf2012-03-03 23:20:47 -05001962 {Opt_err, 0, 0}
1963};
1964
Gabriel Krisman Bertazic83ad552019-04-25 14:05:42 -04001965#ifdef CONFIG_UNICODE
1966static const struct ext4_sb_encodings {
1967 __u16 magic;
1968 char *name;
1969 char *version;
1970} ext4_sb_encoding_map[] = {
1971 {EXT4_ENC_UTF8_12_1, "utf8", "12.1.0"},
1972};
1973
1974static int ext4_sb_read_encoding(const struct ext4_super_block *es,
1975 const struct ext4_sb_encodings **encoding,
1976 __u16 *flags)
1977{
1978 __u16 magic = le16_to_cpu(es->s_encoding);
1979 int i;
1980
1981 for (i = 0; i < ARRAY_SIZE(ext4_sb_encoding_map); i++)
1982 if (magic == ext4_sb_encoding_map[i].magic)
1983 break;
1984
1985 if (i >= ARRAY_SIZE(ext4_sb_encoding_map))
1986 return -EINVAL;
1987
1988 *encoding = &ext4_sb_encoding_map[i];
1989 *flags = le16_to_cpu(es->s_encoding_flags);
1990
1991 return 0;
1992}
1993#endif
1994
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02001995static int ext4_set_test_dummy_encryption(struct super_block *sb, char *arg)
Eric Biggersed318a62020-05-12 16:32:50 -07001996{
1997#ifdef CONFIG_FS_ENCRYPTION
1998 struct ext4_sb_info *sbi = EXT4_SB(sb);
1999 int err;
2000
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002001 err = fscrypt_set_test_dummy_encryption(sb, arg,
Eric Biggersac4acb12020-09-16 21:11:35 -07002002 &sbi->s_dummy_enc_policy);
Eric Biggersed318a62020-05-12 16:32:50 -07002003 if (err) {
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002004 ext4_msg(sb, KERN_WARNING,
2005 "Error while setting test dummy encryption [%d]", err);
2006 return err;
Eric Biggersed318a62020-05-12 16:32:50 -07002007 }
2008 ext4_msg(sb, KERN_WARNING, "Test dummy encryption mode enabled");
Eric Biggersed318a62020-05-12 16:32:50 -07002009#endif
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002010 return 0;
Eric Biggersed318a62020-05-12 16:32:50 -07002011}
2012
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002013#define EXT4_SPEC_JQUOTA (1 << 0)
2014#define EXT4_SPEC_JQFMT (1 << 1)
2015#define EXT4_SPEC_DATAJ (1 << 2)
2016#define EXT4_SPEC_SB_BLOCK (1 << 3)
2017#define EXT4_SPEC_JOURNAL_DEV (1 << 4)
2018#define EXT4_SPEC_JOURNAL_IOPRIO (1 << 5)
2019#define EXT4_SPEC_DUMMY_ENCRYPTION (1 << 6)
2020#define EXT4_SPEC_s_want_extra_isize (1 << 7)
2021#define EXT4_SPEC_s_max_batch_time (1 << 8)
2022#define EXT4_SPEC_s_min_batch_time (1 << 9)
2023#define EXT4_SPEC_s_inode_readahead_blks (1 << 10)
2024#define EXT4_SPEC_s_li_wait_mult (1 << 11)
2025#define EXT4_SPEC_s_max_dir_size_kb (1 << 12)
2026#define EXT4_SPEC_s_stripe (1 << 13)
2027#define EXT4_SPEC_s_resuid (1 << 14)
2028#define EXT4_SPEC_s_resgid (1 << 15)
2029#define EXT4_SPEC_s_commit_interval (1 << 16)
2030#define EXT4_SPEC_s_fc_debug_max_replay (1 << 17)
Lukas Czerner7edfd852021-10-27 16:18:53 +02002031#define EXT4_SPEC_s_sb_block (1 << 18)
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002032
Lukas Czerner461c3af2021-10-27 16:18:48 +02002033struct ext4_fs_context {
Lukas Czernere6e268c2021-10-27 16:18:50 +02002034 char *s_qf_names[EXT4_MAXQUOTAS];
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002035 char *test_dummy_enc_arg;
Lukas Czernere6e268c2021-10-27 16:18:50 +02002036 int s_jquota_fmt; /* Format of quota to use */
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002037 int mb_optimize_scan;
2038#ifdef CONFIG_EXT4_DEBUG
2039 int s_fc_debug_max_replay;
2040#endif
Lukas Czernere6e268c2021-10-27 16:18:50 +02002041 unsigned short qname_spec;
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002042 unsigned long vals_s_flags; /* Bits to set in s_flags */
2043 unsigned long mask_s_flags; /* Bits changed in s_flags */
Lukas Czernere6e268c2021-10-27 16:18:50 +02002044 unsigned long journal_devnum;
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002045 unsigned long s_commit_interval;
2046 unsigned long s_stripe;
2047 unsigned int s_inode_readahead_blks;
2048 unsigned int s_want_extra_isize;
2049 unsigned int s_li_wait_mult;
2050 unsigned int s_max_dir_size_kb;
Lukas Czernere6e268c2021-10-27 16:18:50 +02002051 unsigned int journal_ioprio;
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002052 unsigned int vals_s_mount_opt;
2053 unsigned int mask_s_mount_opt;
2054 unsigned int vals_s_mount_opt2;
2055 unsigned int mask_s_mount_opt2;
2056 unsigned int vals_s_mount_flags;
2057 unsigned int mask_s_mount_flags;
Lukas Czernerb6bd2432021-10-27 16:18:51 +02002058 unsigned int opt_flags; /* MOPT flags */
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002059 unsigned int spec;
2060 u32 s_max_batch_time;
2061 u32 s_min_batch_time;
2062 kuid_t s_resuid;
2063 kgid_t s_resgid;
Lukas Czerner7edfd852021-10-27 16:18:53 +02002064 ext4_fsblk_t s_sb_block;
Harshad Shirwadkarb237e302021-04-01 10:21:24 -07002065};
2066
Lukas Czernercebe85d2021-10-27 16:18:56 +02002067static void ext4_fc_free(struct fs_context *fc)
2068{
2069 struct ext4_fs_context *ctx = fc->fs_private;
2070 int i;
2071
2072 if (!ctx)
2073 return;
2074
2075 for (i = 0; i < EXT4_MAXQUOTAS; i++)
2076 kfree(ctx->s_qf_names[i]);
2077
2078 kfree(ctx->test_dummy_enc_arg);
2079 kfree(ctx);
2080}
2081
2082int ext4_init_fs_context(struct fs_context *fc)
2083{
2084 struct xfs_fs_context *ctx;
2085
2086 ctx = kzalloc(sizeof(struct ext4_fs_context), GFP_KERNEL);
2087 if (!ctx)
2088 return -ENOMEM;
2089
2090 fc->fs_private = ctx;
2091 fc->ops = &ext4_context_ops;
2092
2093 return 0;
2094}
2095
Lukas Czernere6e268c2021-10-27 16:18:50 +02002096#ifdef CONFIG_QUOTA
2097/*
2098 * Note the name of the specified quota file.
2099 */
2100static int note_qf_name(struct fs_context *fc, int qtype,
2101 struct fs_parameter *param)
2102{
2103 struct ext4_fs_context *ctx = fc->fs_private;
2104 char *qname;
2105
2106 if (param->size < 1) {
2107 ext4_msg(NULL, KERN_ERR, "Missing quota name");
2108 return -EINVAL;
2109 }
2110 if (strchr(param->string, '/')) {
2111 ext4_msg(NULL, KERN_ERR,
2112 "quotafile must be on filesystem root");
2113 return -EINVAL;
2114 }
2115 if (ctx->s_qf_names[qtype]) {
2116 if (strcmp(ctx->s_qf_names[qtype], param->string) != 0) {
2117 ext4_msg(NULL, KERN_ERR,
2118 "%s quota file already specified",
2119 QTYPE2NAME(qtype));
2120 return -EINVAL;
2121 }
2122 return 0;
2123 }
2124
2125 qname = kmemdup_nul(param->string, param->size, GFP_KERNEL);
2126 if (!qname) {
2127 ext4_msg(NULL, KERN_ERR,
2128 "Not enough memory for storing quotafile name");
2129 return -ENOMEM;
2130 }
2131 ctx->s_qf_names[qtype] = qname;
2132 ctx->qname_spec |= 1 << qtype;
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002133 ctx->spec |= EXT4_SPEC_JQUOTA;
Lukas Czernere6e268c2021-10-27 16:18:50 +02002134 return 0;
2135}
2136
2137/*
2138 * Clear the name of the specified quota file.
2139 */
2140static int unnote_qf_name(struct fs_context *fc, int qtype)
2141{
2142 struct ext4_fs_context *ctx = fc->fs_private;
2143
2144 if (ctx->s_qf_names[qtype])
2145 kfree(ctx->s_qf_names[qtype]);
2146
2147 ctx->s_qf_names[qtype] = NULL;
2148 ctx->qname_spec |= 1 << qtype;
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002149 ctx->spec |= EXT4_SPEC_JQUOTA;
Lukas Czernere6e268c2021-10-27 16:18:50 +02002150 return 0;
2151}
2152#endif
2153
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002154#define EXT4_SET_CTX(name) \
Lukas Czerner4c246722021-12-20 16:26:57 +01002155static inline void ctx_set_##name(struct ext4_fs_context *ctx, \
2156 unsigned long flag) \
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002157{ \
2158 ctx->mask_s_##name |= flag; \
2159 ctx->vals_s_##name |= flag; \
2160} \
Lukas Czerner4c246722021-12-20 16:26:57 +01002161static inline void ctx_clear_##name(struct ext4_fs_context *ctx, \
2162 unsigned long flag) \
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002163{ \
2164 ctx->mask_s_##name |= flag; \
2165 ctx->vals_s_##name &= ~flag; \
2166} \
Lukas Czerner4c246722021-12-20 16:26:57 +01002167static inline unsigned long \
2168ctx_test_##name(struct ext4_fs_context *ctx, unsigned long flag) \
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002169{ \
Lukas Czerner4c246722021-12-20 16:26:57 +01002170 return (ctx->vals_s_##name & flag); \
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002171} \
2172
2173EXT4_SET_CTX(flags);
2174EXT4_SET_CTX(mount_opt);
2175EXT4_SET_CTX(mount_opt2);
2176EXT4_SET_CTX(mount_flags);
2177
Lukas Czerner02f960f2021-10-27 16:18:54 +02002178static int ext4_parse_param(struct fs_context *fc, struct fs_parameter *param)
Theodore Ts'o26092bf2012-03-03 23:20:47 -05002179{
Lukas Czerner461c3af2021-10-27 16:18:48 +02002180 struct ext4_fs_context *ctx = fc->fs_private;
Lukas Czerner461c3af2021-10-27 16:18:48 +02002181 struct fs_parse_result result;
Theodore Ts'o26092bf2012-03-03 23:20:47 -05002182 const struct mount_opts *m;
Lukas Czerner461c3af2021-10-27 16:18:48 +02002183 int is_remount;
Eric W. Biederman08cefc72012-02-07 15:41:49 -08002184 kuid_t uid;
2185 kgid_t gid;
Lukas Czerner461c3af2021-10-27 16:18:48 +02002186 int token;
2187
2188 token = fs_parse(fc, ext4_param_specs, param, &result);
2189 if (token < 0)
2190 return token;
2191 is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE;
Theodore Ts'o26092bf2012-03-03 23:20:47 -05002192
Lukas Czernerba2e5242021-10-27 16:18:57 +02002193 for (m = ext4_mount_opts; m->token != Opt_err; m++)
2194 if (token == m->token)
2195 break;
2196
2197 ctx->opt_flags |= m->flags;
2198
2199 if (m->flags & MOPT_EXPLICIT) {
2200 if (m->mount_opt & EXT4_MOUNT_DELALLOC) {
2201 ctx_set_mount_opt2(ctx, EXT4_MOUNT2_EXPLICIT_DELALLOC);
2202 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) {
2203 ctx_set_mount_opt2(ctx,
2204 EXT4_MOUNT2_EXPLICIT_JOURNAL_CHECKSUM);
2205 } else
2206 return -EINVAL;
2207 }
2208
2209 if (m->flags & MOPT_NOSUPPORT) {
2210 ext4_msg(NULL, KERN_ERR, "%s option not supported",
2211 param->key);
2212 return 0;
2213 }
2214
2215 switch (token) {
Theodore Ts'o57f73c22012-04-16 18:55:26 -04002216#ifdef CONFIG_QUOTA
Lukas Czernerba2e5242021-10-27 16:18:57 +02002217 case Opt_usrjquota:
Lukas Czerner461c3af2021-10-27 16:18:48 +02002218 if (!*param->string)
Lukas Czernere6e268c2021-10-27 16:18:50 +02002219 return unnote_qf_name(fc, USRQUOTA);
Lukas Czerner461c3af2021-10-27 16:18:48 +02002220 else
Lukas Czernere6e268c2021-10-27 16:18:50 +02002221 return note_qf_name(fc, USRQUOTA, param);
Lukas Czernerba2e5242021-10-27 16:18:57 +02002222 case Opt_grpjquota:
Lukas Czerner461c3af2021-10-27 16:18:48 +02002223 if (!*param->string)
Lukas Czernere6e268c2021-10-27 16:18:50 +02002224 return unnote_qf_name(fc, GRPQUOTA);
Lukas Czerner461c3af2021-10-27 16:18:48 +02002225 else
Lukas Czernere6e268c2021-10-27 16:18:50 +02002226 return note_qf_name(fc, GRPQUOTA, param);
Theodore Ts'o57f73c22012-04-16 18:55:26 -04002227#endif
Theodore Ts'of7048602012-03-04 22:06:20 -05002228 case Opt_noacl:
2229 case Opt_nouser_xattr:
Lukas Czernerda812f62021-10-27 16:18:49 +02002230 ext4_msg(NULL, KERN_WARNING, deprecated_msg, param->key, "3.5");
Theodore Ts'of7048602012-03-04 22:06:20 -05002231 break;
Theodore Ts'o26092bf2012-03-03 23:20:47 -05002232 case Opt_sb:
Lukas Czerner7edfd852021-10-27 16:18:53 +02002233 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) {
2234 ext4_msg(NULL, KERN_WARNING,
2235 "Ignoring %s option on remount", param->key);
2236 } else {
2237 ctx->s_sb_block = result.uint_32;
2238 ctx->spec |= EXT4_SPEC_s_sb_block;
2239 }
Lukas Czerner02f960f2021-10-27 16:18:54 +02002240 return 0;
Theodore Ts'o26092bf2012-03-03 23:20:47 -05002241 case Opt_removed:
Lukas Czernerda812f62021-10-27 16:18:49 +02002242 ext4_msg(NULL, KERN_WARNING, "Ignoring removed %s option",
Lukas Czerner461c3af2021-10-27 16:18:48 +02002243 param->key);
Lukas Czerner02f960f2021-10-27 16:18:54 +02002244 return 0;
Theodore Ts'o26092bf2012-03-03 23:20:47 -05002245 case Opt_abort:
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002246 ctx_set_mount_flags(ctx, EXT4_MF_FS_ABORTED);
Lukas Czerner02f960f2021-10-27 16:18:54 +02002247 return 0;
Theodore Ts'o26092bf2012-03-03 23:20:47 -05002248 case Opt_i_version:
Lukas Czerner960e0ab2021-12-22 11:45:17 +01002249 ext4_msg(NULL, KERN_WARNING, deprecated_msg, param->key, "5.20");
2250 ext4_msg(NULL, KERN_WARNING, "Use iversion instead\n");
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002251 ctx_set_flags(ctx, SB_I_VERSION);
Lukas Czerner02f960f2021-10-27 16:18:54 +02002252 return 0;
Eric Biggers4f74d152020-07-02 01:56:07 +00002253 case Opt_inlinecrypt:
2254#ifdef CONFIG_FS_ENCRYPTION_INLINE_CRYPT
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002255 ctx_set_flags(ctx, SB_INLINECRYPT);
Eric Biggers4f74d152020-07-02 01:56:07 +00002256#else
Lukas Czernerda812f62021-10-27 16:18:49 +02002257 ext4_msg(NULL, KERN_ERR, "inline encryption not supported");
Eric Biggers4f74d152020-07-02 01:56:07 +00002258#endif
Lukas Czerner02f960f2021-10-27 16:18:54 +02002259 return 0;
Lukas Czerner461c3af2021-10-27 16:18:48 +02002260 case Opt_errors:
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002261 ctx_clear_mount_opt(ctx, EXT4_MOUNT_ERRORS_MASK);
Lukas Czernerba2e5242021-10-27 16:18:57 +02002262 ctx_set_mount_opt(ctx, result.uint_32);
2263 return 0;
2264#ifdef CONFIG_QUOTA
2265 case Opt_jqfmt:
2266 ctx->s_jquota_fmt = result.uint_32;
2267 ctx->spec |= EXT4_SPEC_JQFMT;
2268 return 0;
2269#endif
2270 case Opt_data:
2271 ctx_clear_mount_opt(ctx, EXT4_MOUNT_DATA_FLAGS);
2272 ctx_set_mount_opt(ctx, result.uint_32);
2273 ctx->spec |= EXT4_SPEC_DATAJ;
2274 return 0;
2275 case Opt_commit:
Lukas Czerner461c3af2021-10-27 16:18:48 +02002276 if (result.uint_32 == 0)
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002277 ctx->s_commit_interval = JBD2_DEFAULT_MAX_COMMIT_AGE;
Lukas Czerner461c3af2021-10-27 16:18:48 +02002278 else if (result.uint_32 > INT_MAX / HZ) {
Lukas Czernerda812f62021-10-27 16:18:49 +02002279 ext4_msg(NULL, KERN_ERR,
zhangyi (F)9ba55542019-08-28 11:25:01 -04002280 "Invalid commit interval %d, "
2281 "must be smaller than %d",
Lukas Czerner461c3af2021-10-27 16:18:48 +02002282 result.uint_32, INT_MAX / HZ);
Lukas Czernerda812f62021-10-27 16:18:49 +02002283 return -EINVAL;
zhangyi (F)9ba55542019-08-28 11:25:01 -04002284 }
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002285 ctx->s_commit_interval = HZ * result.uint_32;
2286 ctx->spec |= EXT4_SPEC_s_commit_interval;
Lukas Czernerba2e5242021-10-27 16:18:57 +02002287 return 0;
2288 case Opt_debug_want_extra_isize:
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002289 if ((result.uint_32 & 1) || (result.uint_32 < 4)) {
Lukas Czernerda812f62021-10-27 16:18:49 +02002290 ext4_msg(NULL, KERN_ERR,
Lukas Czerner461c3af2021-10-27 16:18:48 +02002291 "Invalid want_extra_isize %d", result.uint_32);
Lukas Czernerda812f62021-10-27 16:18:49 +02002292 return -EINVAL;
Theodore Ts'o98033872019-12-15 01:09:03 -05002293 }
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002294 ctx->s_want_extra_isize = result.uint_32;
2295 ctx->spec |= EXT4_SPEC_s_want_extra_isize;
Lukas Czernerba2e5242021-10-27 16:18:57 +02002296 return 0;
2297 case Opt_max_batch_time:
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002298 ctx->s_max_batch_time = result.uint_32;
2299 ctx->spec |= EXT4_SPEC_s_max_batch_time;
Lukas Czernerba2e5242021-10-27 16:18:57 +02002300 return 0;
2301 case Opt_min_batch_time:
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002302 ctx->s_min_batch_time = result.uint_32;
2303 ctx->spec |= EXT4_SPEC_s_min_batch_time;
Lukas Czernerba2e5242021-10-27 16:18:57 +02002304 return 0;
2305 case Opt_inode_readahead_blks:
Lukas Czerner461c3af2021-10-27 16:18:48 +02002306 if (result.uint_32 &&
2307 (result.uint_32 > (1 << 30) ||
2308 !is_power_of_2(result.uint_32))) {
Lukas Czernerda812f62021-10-27 16:18:49 +02002309 ext4_msg(NULL, KERN_ERR,
Jan Karae33e60e2013-02-02 23:14:31 -05002310 "EXT4-fs: inode_readahead_blks must be "
2311 "0 or a power of 2 smaller than 2^31");
Lukas Czernerda812f62021-10-27 16:18:49 +02002312 return -EINVAL;
Jan Kara5f3633e2013-02-02 23:09:36 -05002313 }
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002314 ctx->s_inode_readahead_blks = result.uint_32;
2315 ctx->spec |= EXT4_SPEC_s_inode_readahead_blks;
Lukas Czernerba2e5242021-10-27 16:18:57 +02002316 return 0;
2317 case Opt_init_itable:
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002318 ctx_set_mount_opt(ctx, EXT4_MOUNT_INIT_INODE_TABLE);
2319 ctx->s_li_wait_mult = EXT4_DEF_LI_WAIT_MULT;
Lukas Czerner461c3af2021-10-27 16:18:48 +02002320 if (param->type == fs_value_is_string)
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002321 ctx->s_li_wait_mult = result.uint_32;
2322 ctx->spec |= EXT4_SPEC_s_li_wait_mult;
Lukas Czernerba2e5242021-10-27 16:18:57 +02002323 return 0;
2324 case Opt_max_dir_size_kb:
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002325 ctx->s_max_dir_size_kb = result.uint_32;
2326 ctx->spec |= EXT4_SPEC_s_max_dir_size_kb;
Lukas Czernerba2e5242021-10-27 16:18:57 +02002327 return 0;
Harshad Shirwadkar8016e292020-10-15 13:37:59 -07002328#ifdef CONFIG_EXT4_DEBUG
Lukas Czernerba2e5242021-10-27 16:18:57 +02002329 case Opt_fc_debug_max_replay:
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002330 ctx->s_fc_debug_max_replay = result.uint_32;
2331 ctx->spec |= EXT4_SPEC_s_fc_debug_max_replay;
Lukas Czernerba2e5242021-10-27 16:18:57 +02002332 return 0;
Harshad Shirwadkar8016e292020-10-15 13:37:59 -07002333#endif
Lukas Czernerba2e5242021-10-27 16:18:57 +02002334 case Opt_stripe:
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002335 ctx->s_stripe = result.uint_32;
2336 ctx->spec |= EXT4_SPEC_s_stripe;
Lukas Czernerba2e5242021-10-27 16:18:57 +02002337 return 0;
2338 case Opt_resuid:
Lukas Czerner461c3af2021-10-27 16:18:48 +02002339 uid = make_kuid(current_user_ns(), result.uint_32);
Jan Kara5f3633e2013-02-02 23:09:36 -05002340 if (!uid_valid(uid)) {
Lukas Czernerda812f62021-10-27 16:18:49 +02002341 ext4_msg(NULL, KERN_ERR, "Invalid uid value %d",
Lukas Czerner461c3af2021-10-27 16:18:48 +02002342 result.uint_32);
Lukas Czernerda812f62021-10-27 16:18:49 +02002343 return -EINVAL;
Jan Kara5f3633e2013-02-02 23:09:36 -05002344 }
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002345 ctx->s_resuid = uid;
2346 ctx->spec |= EXT4_SPEC_s_resuid;
Lukas Czernerba2e5242021-10-27 16:18:57 +02002347 return 0;
2348 case Opt_resgid:
Lukas Czerner461c3af2021-10-27 16:18:48 +02002349 gid = make_kgid(current_user_ns(), result.uint_32);
Jan Kara5f3633e2013-02-02 23:09:36 -05002350 if (!gid_valid(gid)) {
Lukas Czernerda812f62021-10-27 16:18:49 +02002351 ext4_msg(NULL, KERN_ERR, "Invalid gid value %d",
Lukas Czerner461c3af2021-10-27 16:18:48 +02002352 result.uint_32);
Lukas Czernerda812f62021-10-27 16:18:49 +02002353 return -EINVAL;
Jan Kara5f3633e2013-02-02 23:09:36 -05002354 }
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002355 ctx->s_resgid = gid;
2356 ctx->spec |= EXT4_SPEC_s_resgid;
Lukas Czernerba2e5242021-10-27 16:18:57 +02002357 return 0;
2358 case Opt_journal_dev:
Jan Kara5f3633e2013-02-02 23:09:36 -05002359 if (is_remount) {
Lukas Czernerda812f62021-10-27 16:18:49 +02002360 ext4_msg(NULL, KERN_ERR,
Jan Kara5f3633e2013-02-02 23:09:36 -05002361 "Cannot specify journal on remount");
Lukas Czernerda812f62021-10-27 16:18:49 +02002362 return -EINVAL;
Jan Kara5f3633e2013-02-02 23:09:36 -05002363 }
Lukas Czerner461c3af2021-10-27 16:18:48 +02002364 ctx->journal_devnum = result.uint_32;
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002365 ctx->spec |= EXT4_SPEC_JOURNAL_DEV;
Lukas Czernerba2e5242021-10-27 16:18:57 +02002366 return 0;
2367 case Opt_journal_path:
2368 {
Eric Sandeenad4eec62013-08-28 19:05:07 -04002369 struct inode *journal_inode;
2370 struct path path;
2371 int error;
2372
2373 if (is_remount) {
Lukas Czernerda812f62021-10-27 16:18:49 +02002374 ext4_msg(NULL, KERN_ERR,
Eric Sandeenad4eec62013-08-28 19:05:07 -04002375 "Cannot specify journal on remount");
Lukas Czernerda812f62021-10-27 16:18:49 +02002376 return -EINVAL;
Eric Sandeenad4eec62013-08-28 19:05:07 -04002377 }
Eric Sandeenad4eec62013-08-28 19:05:07 -04002378
Lukas Czerner461c3af2021-10-27 16:18:48 +02002379 error = fs_lookup_param(fc, param, 1, &path);
Eric Sandeenad4eec62013-08-28 19:05:07 -04002380 if (error) {
Lukas Czernerda812f62021-10-27 16:18:49 +02002381 ext4_msg(NULL, KERN_ERR, "error: could not find "
Lukas Czerner461c3af2021-10-27 16:18:48 +02002382 "journal device path");
Lukas Czernerda812f62021-10-27 16:18:49 +02002383 return -EINVAL;
Eric Sandeenad4eec62013-08-28 19:05:07 -04002384 }
2385
David Howells2b0143b2015-03-17 22:25:59 +00002386 journal_inode = d_inode(path.dentry);
Lukas Czerner461c3af2021-10-27 16:18:48 +02002387 ctx->journal_devnum = new_encode_dev(journal_inode->i_rdev);
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002388 ctx->spec |= EXT4_SPEC_JOURNAL_DEV;
Eric Sandeenad4eec62013-08-28 19:05:07 -04002389 path_put(&path);
Lukas Czernerba2e5242021-10-27 16:18:57 +02002390 return 0;
2391 }
2392 case Opt_journal_ioprio:
Lukas Czerner461c3af2021-10-27 16:18:48 +02002393 if (result.uint_32 > 7) {
Lukas Czernerda812f62021-10-27 16:18:49 +02002394 ext4_msg(NULL, KERN_ERR, "Invalid journal IO priority"
Jan Kara5f3633e2013-02-02 23:09:36 -05002395 " (must be 0-7)");
Lukas Czernerda812f62021-10-27 16:18:49 +02002396 return -EINVAL;
Jan Kara5f3633e2013-02-02 23:09:36 -05002397 }
Lukas Czerner461c3af2021-10-27 16:18:48 +02002398 ctx->journal_ioprio =
2399 IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, result.uint_32);
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002400 ctx->spec |= EXT4_SPEC_JOURNAL_IOPRIO;
Lukas Czernerba2e5242021-10-27 16:18:57 +02002401 return 0;
2402 case Opt_test_dummy_encryption:
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002403#ifdef CONFIG_FS_ENCRYPTION
2404 if (param->type == fs_value_is_flag) {
2405 ctx->spec |= EXT4_SPEC_DUMMY_ENCRYPTION;
2406 ctx->test_dummy_enc_arg = NULL;
Lukas Czerner02f960f2021-10-27 16:18:54 +02002407 return 0;
Jan Kara5f3633e2013-02-02 23:09:36 -05002408 }
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002409 if (*param->string &&
2410 !(!strcmp(param->string, "v1") ||
2411 !strcmp(param->string, "v2"))) {
2412 ext4_msg(NULL, KERN_WARNING,
2413 "Value of option \"%s\" is unrecognized",
2414 param->key);
2415 return -EINVAL;
2416 }
2417 ctx->spec |= EXT4_SPEC_DUMMY_ENCRYPTION;
2418 ctx->test_dummy_enc_arg = kmemdup_nul(param->string, param->size,
2419 GFP_KERNEL);
2420#else
2421 ext4_msg(NULL, KERN_WARNING,
2422 "Test dummy encryption mount option ignored");
2423#endif
Lukas Czernerba2e5242021-10-27 16:18:57 +02002424 return 0;
2425 case Opt_dax:
2426 case Opt_dax_type:
Dan Williamsef83b6e2015-09-29 15:48:11 -04002427#ifdef CONFIG_FS_DAX
Lukas Czernerba2e5242021-10-27 16:18:57 +02002428 {
2429 int type = (token == Opt_dax) ?
2430 Opt_dax : result.uint_32;
2431
2432 switch (type) {
Ira Weiny9cb20f92020-05-28 08:00:00 -07002433 case Opt_dax:
2434 case Opt_dax_always:
Lukas Czernerba2e5242021-10-27 16:18:57 +02002435 ctx_set_mount_opt(ctx, EXT4_MOUNT_DAX_ALWAYS);
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002436 ctx_clear_mount_opt2(ctx, EXT4_MOUNT2_DAX_NEVER);
Ira Weiny9cb20f92020-05-28 08:00:00 -07002437 break;
2438 case Opt_dax_never:
Lukas Czernerba2e5242021-10-27 16:18:57 +02002439 ctx_set_mount_opt2(ctx, EXT4_MOUNT2_DAX_NEVER);
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002440 ctx_clear_mount_opt(ctx, EXT4_MOUNT_DAX_ALWAYS);
Ira Weiny9cb20f92020-05-28 08:00:00 -07002441 break;
2442 case Opt_dax_inode:
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002443 ctx_clear_mount_opt(ctx, EXT4_MOUNT_DAX_ALWAYS);
2444 ctx_clear_mount_opt2(ctx, EXT4_MOUNT2_DAX_NEVER);
Ira Weiny9cb20f92020-05-28 08:00:00 -07002445 /* Strictly for printing options */
Lukas Czernerba2e5242021-10-27 16:18:57 +02002446 ctx_set_mount_opt2(ctx, EXT4_MOUNT2_DAX_INODE);
Ira Weiny9cb20f92020-05-28 08:00:00 -07002447 break;
2448 }
Lukas Czernerba2e5242021-10-27 16:18:57 +02002449 return 0;
2450 }
Dan Williamsef83b6e2015-09-29 15:48:11 -04002451#else
Lukas Czernerda812f62021-10-27 16:18:49 +02002452 ext4_msg(NULL, KERN_INFO, "dax option not supported");
Lukas Czernerda812f62021-10-27 16:18:49 +02002453 return -EINVAL;
Ross Zwisler923ae0f2015-02-16 15:59:38 -08002454#endif
Lukas Czernerba2e5242021-10-27 16:18:57 +02002455 case Opt_data_err:
2456 if (result.uint_32 == Opt_data_err_abort)
2457 ctx_set_mount_opt(ctx, m->mount_opt);
2458 else if (result.uint_32 == Opt_data_err_ignore)
2459 ctx_clear_mount_opt(ctx, m->mount_opt);
2460 return 0;
2461 case Opt_mb_optimize_scan:
Lukas Czerner461c3af2021-10-27 16:18:48 +02002462 if (result.int_32 != 0 && result.int_32 != 1) {
Lukas Czernerda812f62021-10-27 16:18:49 +02002463 ext4_msg(NULL, KERN_WARNING,
Harshad Shirwadkar196e4022021-04-01 10:21:27 -07002464 "mb_optimize_scan should be set to 0 or 1.");
Lukas Czernerda812f62021-10-27 16:18:49 +02002465 return -EINVAL;
Harshad Shirwadkar196e4022021-04-01 10:21:27 -07002466 }
Lukas Czerner461c3af2021-10-27 16:18:48 +02002467 ctx->mb_optimize_scan = result.int_32;
Lukas Czernerba2e5242021-10-27 16:18:57 +02002468 return 0;
2469 }
2470
2471 /*
2472 * At this point we should only be getting options requiring MOPT_SET,
2473 * or MOPT_CLEAR. Anything else is a bug
2474 */
2475 if (m->token == Opt_err) {
2476 ext4_msg(NULL, KERN_WARNING, "buggy handling of option %s",
2477 param->key);
2478 WARN_ON(1);
2479 return -EINVAL;
2480 }
2481
2482 else {
Lukas Czerner461c3af2021-10-27 16:18:48 +02002483 unsigned int set = 0;
2484
2485 if ((param->type == fs_value_is_flag) ||
2486 result.uint_32 > 0)
2487 set = 1;
2488
Jan Kara5f3633e2013-02-02 23:09:36 -05002489 if (m->flags & MOPT_CLEAR)
Lukas Czerner461c3af2021-10-27 16:18:48 +02002490 set = !set;
Jan Kara5f3633e2013-02-02 23:09:36 -05002491 else if (unlikely(!(m->flags & MOPT_SET))) {
Lukas Czernerda812f62021-10-27 16:18:49 +02002492 ext4_msg(NULL, KERN_WARNING,
Lukas Czerner461c3af2021-10-27 16:18:48 +02002493 "buggy handling of option %s",
2494 param->key);
Jan Kara5f3633e2013-02-02 23:09:36 -05002495 WARN_ON(1);
Lukas Czernerda812f62021-10-27 16:18:49 +02002496 return -EINVAL;
Jan Kara5f3633e2013-02-02 23:09:36 -05002497 }
Harshad Shirwadkar995a3ed2020-10-15 13:37:54 -07002498 if (m->flags & MOPT_2) {
Lukas Czerner461c3af2021-10-27 16:18:48 +02002499 if (set != 0)
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002500 ctx_set_mount_opt2(ctx, m->mount_opt);
Harshad Shirwadkar995a3ed2020-10-15 13:37:54 -07002501 else
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002502 ctx_clear_mount_opt2(ctx, m->mount_opt);
Harshad Shirwadkar995a3ed2020-10-15 13:37:54 -07002503 } else {
Lukas Czerner461c3af2021-10-27 16:18:48 +02002504 if (set != 0)
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002505 ctx_set_mount_opt(ctx, m->mount_opt);
Harshad Shirwadkar995a3ed2020-10-15 13:37:54 -07002506 else
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002507 ctx_clear_mount_opt(ctx, m->mount_opt);
Harshad Shirwadkar995a3ed2020-10-15 13:37:54 -07002508 }
Jan Kara5f3633e2013-02-02 23:09:36 -05002509 }
Lukas Czernerba2e5242021-10-27 16:18:57 +02002510
Lukas Czerner02f960f2021-10-27 16:18:54 +02002511 return 0;
Theodore Ts'o26092bf2012-03-03 23:20:47 -05002512}
2513
Lukas Czerner7edfd852021-10-27 16:18:53 +02002514static int parse_options(struct fs_context *fc, char *options)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002515{
Lukas Czerner461c3af2021-10-27 16:18:48 +02002516 struct fs_parameter param;
Lukas Czerner461c3af2021-10-27 16:18:48 +02002517 int ret;
2518 char *key;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002519
2520 if (!options)
Lukas Czerner7edfd852021-10-27 16:18:53 +02002521 return 0;
Lukas Czerner461c3af2021-10-27 16:18:48 +02002522
2523 while ((key = strsep(&options, ",")) != NULL) {
2524 if (*key) {
2525 size_t v_len = 0;
2526 char *value = strchr(key, '=');
2527
2528 param.type = fs_value_is_flag;
2529 param.string = NULL;
2530
2531 if (value) {
2532 if (value == key)
2533 continue;
2534
2535 *value++ = 0;
2536 v_len = strlen(value);
2537 param.string = kmemdup_nul(value, v_len,
2538 GFP_KERNEL);
2539 if (!param.string)
Lukas Czerner7edfd852021-10-27 16:18:53 +02002540 return -ENOMEM;
Lukas Czerner461c3af2021-10-27 16:18:48 +02002541 param.type = fs_value_is_string;
2542 }
2543
2544 param.key = key;
2545 param.size = v_len;
2546
Lukas Czerner02f960f2021-10-27 16:18:54 +02002547 ret = ext4_parse_param(fc, &param);
Lukas Czerner461c3af2021-10-27 16:18:48 +02002548 if (param.string)
2549 kfree(param.string);
2550 if (ret < 0)
Lukas Czerner7edfd852021-10-27 16:18:53 +02002551 return ret;
Lukas Czerner461c3af2021-10-27 16:18:48 +02002552 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002553 }
Lukas Czerner461c3af2021-10-27 16:18:48 +02002554
Lukas Czerner7edfd852021-10-27 16:18:53 +02002555 ret = ext4_validate_options(fc);
Lukas Czernerda812f62021-10-27 16:18:49 +02002556 if (ret < 0)
Lukas Czerner7edfd852021-10-27 16:18:53 +02002557 return ret;
2558
2559 return 0;
2560}
2561
2562static int parse_apply_sb_mount_options(struct super_block *sb,
2563 struct ext4_fs_context *m_ctx)
2564{
2565 struct ext4_sb_info *sbi = EXT4_SB(sb);
2566 char *s_mount_opts = NULL;
2567 struct ext4_fs_context *s_ctx = NULL;
2568 struct fs_context *fc = NULL;
2569 int ret = -ENOMEM;
2570
2571 if (!sbi->s_es->s_mount_opts[0])
Lukas Czernerda812f62021-10-27 16:18:49 +02002572 return 0;
2573
Lukas Czerner7edfd852021-10-27 16:18:53 +02002574 s_mount_opts = kstrndup(sbi->s_es->s_mount_opts,
2575 sizeof(sbi->s_es->s_mount_opts),
2576 GFP_KERNEL);
2577 if (!s_mount_opts)
2578 return ret;
Lukas Czernere6e268c2021-10-27 16:18:50 +02002579
Lukas Czerner7edfd852021-10-27 16:18:53 +02002580 fc = kzalloc(sizeof(struct fs_context), GFP_KERNEL);
2581 if (!fc)
2582 goto out_free;
Lukas Czernere6e268c2021-10-27 16:18:50 +02002583
Lukas Czerner7edfd852021-10-27 16:18:53 +02002584 s_ctx = kzalloc(sizeof(struct ext4_fs_context), GFP_KERNEL);
2585 if (!s_ctx)
2586 goto out_free;
2587
2588 fc->fs_private = s_ctx;
2589 fc->s_fs_info = sbi;
2590
2591 ret = parse_options(fc, s_mount_opts);
2592 if (ret < 0)
2593 goto parse_failed;
2594
2595 ret = ext4_check_opt_consistency(fc, sb);
2596 if (ret < 0) {
2597parse_failed:
2598 ext4_msg(sb, KERN_WARNING,
2599 "failed to parse options in superblock: %s",
2600 s_mount_opts);
2601 ret = 0;
2602 goto out_free;
2603 }
2604
2605 if (s_ctx->spec & EXT4_SPEC_JOURNAL_DEV)
2606 m_ctx->journal_devnum = s_ctx->journal_devnum;
2607 if (s_ctx->spec & EXT4_SPEC_JOURNAL_IOPRIO)
2608 m_ctx->journal_ioprio = s_ctx->journal_ioprio;
2609
2610 ret = ext4_apply_options(fc, sb);
2611
2612out_free:
2613 kfree(s_ctx);
2614 kfree(fc);
2615 kfree(s_mount_opts);
2616 return ret;
Lukas Czerner4c94bff2021-10-27 16:18:47 +02002617}
2618
Lukas Czernere6e268c2021-10-27 16:18:50 +02002619static void ext4_apply_quota_options(struct fs_context *fc,
2620 struct super_block *sb)
2621{
2622#ifdef CONFIG_QUOTA
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002623 bool quota_feature = ext4_has_feature_quota(sb);
Lukas Czernere6e268c2021-10-27 16:18:50 +02002624 struct ext4_fs_context *ctx = fc->fs_private;
2625 struct ext4_sb_info *sbi = EXT4_SB(sb);
2626 char *qname;
2627 int i;
2628
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002629 if (quota_feature)
2630 return;
2631
2632 if (ctx->spec & EXT4_SPEC_JQUOTA) {
2633 for (i = 0; i < EXT4_MAXQUOTAS; i++) {
2634 if (!(ctx->qname_spec & (1 << i)))
2635 continue;
2636
2637 qname = ctx->s_qf_names[i]; /* May be NULL */
2638 ctx->s_qf_names[i] = NULL;
2639 kfree(sbi->s_qf_names[i]);
2640 rcu_assign_pointer(sbi->s_qf_names[i], qname);
2641 set_opt(sb, QUOTA);
2642 }
Lukas Czernere6e268c2021-10-27 16:18:50 +02002643 }
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002644
2645 if (ctx->spec & EXT4_SPEC_JQFMT)
2646 sbi->s_jquota_fmt = ctx->s_jquota_fmt;
Lukas Czernere6e268c2021-10-27 16:18:50 +02002647#endif
2648}
2649
2650/*
2651 * Check quota settings consistency.
2652 */
2653static int ext4_check_quota_consistency(struct fs_context *fc,
2654 struct super_block *sb)
2655{
2656#ifdef CONFIG_QUOTA
2657 struct ext4_fs_context *ctx = fc->fs_private;
2658 struct ext4_sb_info *sbi = EXT4_SB(sb);
2659 bool quota_feature = ext4_has_feature_quota(sb);
2660 bool quota_loaded = sb_any_quota_loaded(sb);
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002661 bool usr_qf_name, grp_qf_name, usrquota, grpquota;
2662 int quota_flags, i;
Lukas Czernere6e268c2021-10-27 16:18:50 +02002663
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002664 /*
2665 * We do the test below only for project quotas. 'usrquota' and
2666 * 'grpquota' mount options are allowed even without quota feature
2667 * to support legacy quotas in quota files.
2668 */
2669 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_PRJQUOTA) &&
2670 !ext4_has_feature_project(sb)) {
2671 ext4_msg(NULL, KERN_ERR, "Project quota feature not enabled. "
2672 "Cannot enable project quota enforcement.");
2673 return -EINVAL;
2674 }
2675
2676 quota_flags = EXT4_MOUNT_QUOTA | EXT4_MOUNT_USRQUOTA |
2677 EXT4_MOUNT_GRPQUOTA | EXT4_MOUNT_PRJQUOTA;
2678 if (quota_loaded &&
2679 ctx->mask_s_mount_opt & quota_flags &&
2680 !ctx_test_mount_opt(ctx, quota_flags))
2681 goto err_quota_change;
2682
2683 if (ctx->spec & EXT4_SPEC_JQUOTA) {
Lukas Czernere6e268c2021-10-27 16:18:50 +02002684
2685 for (i = 0; i < EXT4_MAXQUOTAS; i++) {
2686 if (!(ctx->qname_spec & (1 << i)))
2687 continue;
2688
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002689 if (quota_loaded &&
2690 !!sbi->s_qf_names[i] != !!ctx->s_qf_names[i])
Lukas Czernere6e268c2021-10-27 16:18:50 +02002691 goto err_jquota_change;
2692
2693 if (sbi->s_qf_names[i] && ctx->s_qf_names[i] &&
2694 strcmp(sbi->s_qf_names[i],
2695 ctx->s_qf_names[i]) != 0)
2696 goto err_jquota_specified;
2697 }
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002698
2699 if (quota_feature) {
2700 ext4_msg(NULL, KERN_INFO,
2701 "Journaled quota options ignored when "
2702 "QUOTA feature is enabled");
2703 return 0;
2704 }
Lukas Czernere6e268c2021-10-27 16:18:50 +02002705 }
2706
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002707 if (ctx->spec & EXT4_SPEC_JQFMT) {
Lukas Czernere6e268c2021-10-27 16:18:50 +02002708 if (sbi->s_jquota_fmt != ctx->s_jquota_fmt && quota_loaded)
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002709 goto err_jquota_change;
Lukas Czernere6e268c2021-10-27 16:18:50 +02002710 if (quota_feature) {
2711 ext4_msg(NULL, KERN_INFO, "Quota format mount options "
2712 "ignored when QUOTA feature is enabled");
2713 return 0;
2714 }
2715 }
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002716
2717 /* Make sure we don't mix old and new quota format */
2718 usr_qf_name = (get_qf_name(sb, sbi, USRQUOTA) ||
2719 ctx->s_qf_names[USRQUOTA]);
2720 grp_qf_name = (get_qf_name(sb, sbi, GRPQUOTA) ||
2721 ctx->s_qf_names[GRPQUOTA]);
2722
2723 usrquota = (ctx_test_mount_opt(ctx, EXT4_MOUNT_USRQUOTA) ||
2724 test_opt(sb, USRQUOTA));
2725
2726 grpquota = (ctx_test_mount_opt(ctx, EXT4_MOUNT_GRPQUOTA) ||
2727 test_opt(sb, GRPQUOTA));
2728
2729 if (usr_qf_name) {
2730 ctx_clear_mount_opt(ctx, EXT4_MOUNT_USRQUOTA);
2731 usrquota = false;
2732 }
2733 if (grp_qf_name) {
2734 ctx_clear_mount_opt(ctx, EXT4_MOUNT_GRPQUOTA);
2735 grpquota = false;
2736 }
2737
2738 if (usr_qf_name || grp_qf_name) {
2739 if (usrquota || grpquota) {
2740 ext4_msg(NULL, KERN_ERR, "old and new quota "
2741 "format mixing");
2742 return -EINVAL;
2743 }
2744
2745 if (!(ctx->spec & EXT4_SPEC_JQFMT || sbi->s_jquota_fmt)) {
2746 ext4_msg(NULL, KERN_ERR, "journaled quota format "
2747 "not specified");
2748 return -EINVAL;
2749 }
2750 }
2751
Lukas Czernere6e268c2021-10-27 16:18:50 +02002752 return 0;
2753
2754err_quota_change:
2755 ext4_msg(NULL, KERN_ERR,
2756 "Cannot change quota options when quota turned on");
2757 return -EINVAL;
2758err_jquota_change:
2759 ext4_msg(NULL, KERN_ERR, "Cannot change journaled quota "
2760 "options when quota turned on");
2761 return -EINVAL;
2762err_jquota_specified:
2763 ext4_msg(NULL, KERN_ERR, "%s quota file already specified",
2764 QTYPE2NAME(i));
2765 return -EINVAL;
Lukas Czernere6e268c2021-10-27 16:18:50 +02002766#else
2767 return 0;
2768#endif
2769}
2770
Lukas Czernerb6bd2432021-10-27 16:18:51 +02002771static int ext4_check_opt_consistency(struct fs_context *fc,
2772 struct super_block *sb)
2773{
2774 struct ext4_fs_context *ctx = fc->fs_private;
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002775 struct ext4_sb_info *sbi = fc->s_fs_info;
2776 int is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE;
Lukas Czernerb6bd2432021-10-27 16:18:51 +02002777
2778 if ((ctx->opt_flags & MOPT_NO_EXT2) && IS_EXT2_SB(sb)) {
2779 ext4_msg(NULL, KERN_ERR,
2780 "Mount option(s) incompatible with ext2");
2781 return -EINVAL;
2782 }
2783 if ((ctx->opt_flags & MOPT_NO_EXT3) && IS_EXT3_SB(sb)) {
2784 ext4_msg(NULL, KERN_ERR,
2785 "Mount option(s) incompatible with ext3");
2786 return -EINVAL;
2787 }
2788
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002789 if (ctx->s_want_extra_isize >
2790 (sbi->s_inode_size - EXT4_GOOD_OLD_INODE_SIZE)) {
2791 ext4_msg(NULL, KERN_ERR,
2792 "Invalid want_extra_isize %d",
2793 ctx->s_want_extra_isize);
Lukas Czernerda812f62021-10-27 16:18:49 +02002794 return -EINVAL;
Jan Kara49da9392016-09-05 23:08:16 -04002795 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002796
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002797 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_DIOREAD_NOLOCK)) {
2798 int blocksize =
2799 BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size);
2800 if (blocksize < PAGE_SIZE)
2801 ext4_msg(NULL, KERN_WARNING, "Warning: mounting with an "
2802 "experimental mount option 'dioread_nolock' "
2803 "for blocksize < PAGE_SIZE");
2804 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002805
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002806#ifdef CONFIG_FS_ENCRYPTION
2807 /*
2808 * This mount option is just for testing, and it's not worthwhile to
2809 * implement the extra complexity (e.g. RCU protection) that would be
2810 * needed to allow it to be set or changed during remount. We do allow
2811 * it to be specified during remount, but only if there is no change.
2812 */
2813 if ((ctx->spec & EXT4_SPEC_DUMMY_ENCRYPTION) &&
2814 is_remount && !sbi->s_dummy_enc_policy.policy) {
2815 ext4_msg(NULL, KERN_WARNING,
2816 "Can't set test_dummy_encryption on remount");
2817 return -1;
2818 }
2819#endif
2820
2821 if ((ctx->spec & EXT4_SPEC_DATAJ) && is_remount) {
2822 if (!sbi->s_journal) {
2823 ext4_msg(NULL, KERN_WARNING,
2824 "Remounting file system with no journal "
2825 "so ignoring journalled data option");
2826 ctx_clear_mount_opt(ctx, EXT4_MOUNT_DATA_FLAGS);
Lukas Czerner4c246722021-12-20 16:26:57 +01002827 } else if (ctx_test_mount_opt(ctx, EXT4_MOUNT_DATA_FLAGS) !=
2828 test_opt(sb, DATA_FLAGS)) {
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002829 ext4_msg(NULL, KERN_ERR, "Cannot change data mode "
2830 "on remount");
2831 return -EINVAL;
2832 }
2833 }
2834
2835 if (is_remount) {
2836 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_DAX_ALWAYS) &&
2837 (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)) {
2838 ext4_msg(NULL, KERN_ERR, "can't mount with "
2839 "both data=journal and dax");
Lukas Czernerda812f62021-10-27 16:18:49 +02002840 return -EINVAL;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002841 }
2842
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002843 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_DAX_ALWAYS) &&
2844 (!(sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) ||
2845 (sbi->s_mount_opt2 & EXT4_MOUNT2_DAX_NEVER))) {
2846fail_dax_change_remount:
2847 ext4_msg(NULL, KERN_ERR, "can't change "
2848 "dax mount option while remounting");
2849 return -EINVAL;
2850 } else if (ctx_test_mount_opt2(ctx, EXT4_MOUNT2_DAX_NEVER) &&
2851 (!(sbi->s_mount_opt2 & EXT4_MOUNT2_DAX_NEVER) ||
2852 (sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS))) {
2853 goto fail_dax_change_remount;
2854 } else if (ctx_test_mount_opt2(ctx, EXT4_MOUNT2_DAX_INODE) &&
2855 ((sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) ||
2856 (sbi->s_mount_opt2 & EXT4_MOUNT2_DAX_NEVER) ||
2857 !(sbi->s_mount_opt2 & EXT4_MOUNT2_DAX_INODE))) {
2858 goto fail_dax_change_remount;
2859 }
2860 }
2861
2862 return ext4_check_quota_consistency(fc, sb);
2863}
2864
2865static int ext4_apply_options(struct fs_context *fc, struct super_block *sb)
2866{
2867 struct ext4_fs_context *ctx = fc->fs_private;
2868 struct ext4_sb_info *sbi = fc->s_fs_info;
2869 int ret = 0;
2870
2871 sbi->s_mount_opt &= ~ctx->mask_s_mount_opt;
2872 sbi->s_mount_opt |= ctx->vals_s_mount_opt;
2873 sbi->s_mount_opt2 &= ~ctx->mask_s_mount_opt2;
2874 sbi->s_mount_opt2 |= ctx->vals_s_mount_opt2;
2875 sbi->s_mount_flags &= ~ctx->mask_s_mount_flags;
2876 sbi->s_mount_flags |= ctx->vals_s_mount_flags;
2877 sb->s_flags &= ~ctx->mask_s_flags;
2878 sb->s_flags |= ctx->vals_s_flags;
2879
Lukas Czerner960e0ab2021-12-22 11:45:17 +01002880 /*
2881 * i_version differs from common mount option iversion so we have
2882 * to let vfs know that it was set, otherwise it would get cleared
2883 * on remount
2884 */
2885 if (ctx->mask_s_flags & SB_I_VERSION)
2886 fc->sb_flags |= SB_I_VERSION;
2887
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002888#define APPLY(X) ({ if (ctx->spec & EXT4_SPEC_##X) sbi->X = ctx->X; })
2889 APPLY(s_commit_interval);
2890 APPLY(s_stripe);
2891 APPLY(s_max_batch_time);
2892 APPLY(s_min_batch_time);
2893 APPLY(s_want_extra_isize);
2894 APPLY(s_inode_readahead_blks);
2895 APPLY(s_max_dir_size_kb);
2896 APPLY(s_li_wait_mult);
2897 APPLY(s_resgid);
2898 APPLY(s_resuid);
2899
2900#ifdef CONFIG_EXT4_DEBUG
2901 APPLY(s_fc_debug_max_replay);
2902#endif
2903
2904 ext4_apply_quota_options(fc, sb);
2905
2906 if (ctx->spec & EXT4_SPEC_DUMMY_ENCRYPTION)
2907 ret = ext4_set_test_dummy_encryption(sb, ctx->test_dummy_enc_arg);
2908
2909 return ret;
2910}
2911
2912
2913static int ext4_validate_options(struct fs_context *fc)
2914{
2915#ifdef CONFIG_QUOTA
2916 struct ext4_fs_context *ctx = fc->fs_private;
2917 char *usr_qf_name, *grp_qf_name;
2918
2919 usr_qf_name = ctx->s_qf_names[USRQUOTA];
2920 grp_qf_name = ctx->s_qf_names[GRPQUOTA];
2921
2922 if (usr_qf_name || grp_qf_name) {
2923 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_USRQUOTA) && usr_qf_name)
2924 ctx_clear_mount_opt(ctx, EXT4_MOUNT_USRQUOTA);
2925
2926 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_GRPQUOTA) && grp_qf_name)
2927 ctx_clear_mount_opt(ctx, EXT4_MOUNT_GRPQUOTA);
2928
2929 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_USRQUOTA) ||
2930 ctx_test_mount_opt(ctx, EXT4_MOUNT_GRPQUOTA)) {
2931 ext4_msg(NULL, KERN_ERR, "old and new quota "
2932 "format mixing");
Lukas Czernerda812f62021-10-27 16:18:49 +02002933 return -EINVAL;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002934 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002935 }
2936#endif
Lukas Czerner6e47a3cc2021-10-27 16:18:52 +02002937 return 1;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07002938}
2939
Theodore Ts'o2adf6da2012-03-03 23:20:50 -05002940static inline void ext4_show_quota_options(struct seq_file *seq,
2941 struct super_block *sb)
2942{
2943#if defined(CONFIG_QUOTA)
2944 struct ext4_sb_info *sbi = EXT4_SB(sb);
Theodore Ts'o33458ea2018-10-12 09:28:09 -04002945 char *usr_qf_name, *grp_qf_name;
Theodore Ts'o2adf6da2012-03-03 23:20:50 -05002946
2947 if (sbi->s_jquota_fmt) {
2948 char *fmtname = "";
2949
2950 switch (sbi->s_jquota_fmt) {
2951 case QFMT_VFS_OLD:
2952 fmtname = "vfsold";
2953 break;
2954 case QFMT_VFS_V0:
2955 fmtname = "vfsv0";
2956 break;
2957 case QFMT_VFS_V1:
2958 fmtname = "vfsv1";
2959 break;
2960 }
2961 seq_printf(seq, ",jqfmt=%s", fmtname);
2962 }
2963
Theodore Ts'o33458ea2018-10-12 09:28:09 -04002964 rcu_read_lock();
2965 usr_qf_name = rcu_dereference(sbi->s_qf_names[USRQUOTA]);
2966 grp_qf_name = rcu_dereference(sbi->s_qf_names[GRPQUOTA]);
2967 if (usr_qf_name)
2968 seq_show_option(seq, "usrjquota", usr_qf_name);
2969 if (grp_qf_name)
2970 seq_show_option(seq, "grpjquota", grp_qf_name);
2971 rcu_read_unlock();
Theodore Ts'o2adf6da2012-03-03 23:20:50 -05002972#endif
2973}
2974
Theodore Ts'o5a916be2012-03-04 19:27:31 -05002975static const char *token2str(int token)
2976{
Lukas Czerner97d8a672021-10-27 16:18:55 +02002977 const struct fs_parameter_spec *spec;
Theodore Ts'o5a916be2012-03-04 19:27:31 -05002978
Lukas Czerner97d8a672021-10-27 16:18:55 +02002979 for (spec = ext4_param_specs; spec->name != NULL; spec++)
2980 if (spec->opt == token && !spec->type)
Theodore Ts'o5a916be2012-03-04 19:27:31 -05002981 break;
Lukas Czerner97d8a672021-10-27 16:18:55 +02002982 return spec->name;
Theodore Ts'o5a916be2012-03-04 19:27:31 -05002983}
2984
Theodore Ts'o2adf6da2012-03-03 23:20:50 -05002985/*
2986 * Show an option if
2987 * - it's set to a non-default value OR
2988 * - if the per-sb default is different from the global default
2989 */
Theodore Ts'o66acdcf2012-03-04 20:21:38 -05002990static int _ext4_show_options(struct seq_file *seq, struct super_block *sb,
2991 int nodefs)
Theodore Ts'o2adf6da2012-03-03 23:20:50 -05002992{
Theodore Ts'o2adf6da2012-03-03 23:20:50 -05002993 struct ext4_sb_info *sbi = EXT4_SB(sb);
2994 struct ext4_super_block *es = sbi->s_es;
Tyson Nottingham68afa7e2018-03-30 00:51:10 -04002995 int def_errors, def_mount_opt = sbi->s_def_mount_opt;
Theodore Ts'o5a916be2012-03-04 19:27:31 -05002996 const struct mount_opts *m;
Theodore Ts'o66acdcf2012-03-04 20:21:38 -05002997 char sep = nodefs ? '\n' : ',';
Theodore Ts'o2adf6da2012-03-03 23:20:50 -05002998
Theodore Ts'o66acdcf2012-03-04 20:21:38 -05002999#define SEQ_OPTS_PUTS(str) seq_printf(seq, "%c" str, sep)
3000#define SEQ_OPTS_PRINT(str, arg) seq_printf(seq, "%c" str, sep, arg)
Theodore Ts'o2adf6da2012-03-03 23:20:50 -05003001
3002 if (sbi->s_sb_block != 1)
Theodore Ts'o5a916be2012-03-04 19:27:31 -05003003 SEQ_OPTS_PRINT("sb=%llu", sbi->s_sb_block);
3004
3005 for (m = ext4_mount_opts; m->token != Opt_err; m++) {
3006 int want_set = m->flags & MOPT_SET;
3007 if (((m->flags & (MOPT_SET|MOPT_CLEAR)) == 0) ||
Lukas Czernerba2e5242021-10-27 16:18:57 +02003008 m->flags & MOPT_SKIP)
Theodore Ts'o5a916be2012-03-04 19:27:31 -05003009 continue;
Tyson Nottingham68afa7e2018-03-30 00:51:10 -04003010 if (!nodefs && !(m->mount_opt & (sbi->s_mount_opt ^ def_mount_opt)))
Theodore Ts'o5a916be2012-03-04 19:27:31 -05003011 continue; /* skip if same as the default */
3012 if ((want_set &&
3013 (sbi->s_mount_opt & m->mount_opt) != m->mount_opt) ||
3014 (!want_set && (sbi->s_mount_opt & m->mount_opt)))
3015 continue; /* select Opt_noFoo vs Opt_Foo */
3016 SEQ_OPTS_PRINT("%s", token2str(m->token));
3017 }
3018
Eric W. Biederman08cefc72012-02-07 15:41:49 -08003019 if (nodefs || !uid_eq(sbi->s_resuid, make_kuid(&init_user_ns, EXT4_DEF_RESUID)) ||
Theodore Ts'o5a916be2012-03-04 19:27:31 -05003020 le16_to_cpu(es->s_def_resuid) != EXT4_DEF_RESUID)
Eric W. Biederman08cefc72012-02-07 15:41:49 -08003021 SEQ_OPTS_PRINT("resuid=%u",
3022 from_kuid_munged(&init_user_ns, sbi->s_resuid));
3023 if (nodefs || !gid_eq(sbi->s_resgid, make_kgid(&init_user_ns, EXT4_DEF_RESGID)) ||
Theodore Ts'o5a916be2012-03-04 19:27:31 -05003024 le16_to_cpu(es->s_def_resgid) != EXT4_DEF_RESGID)
Eric W. Biederman08cefc72012-02-07 15:41:49 -08003025 SEQ_OPTS_PRINT("resgid=%u",
3026 from_kgid_munged(&init_user_ns, sbi->s_resgid));
Theodore Ts'o66acdcf2012-03-04 20:21:38 -05003027 def_errors = nodefs ? -1 : le16_to_cpu(es->s_errors);
Theodore Ts'o5a916be2012-03-04 19:27:31 -05003028 if (test_opt(sb, ERRORS_RO) && def_errors != EXT4_ERRORS_RO)
3029 SEQ_OPTS_PUTS("errors=remount-ro");
Theodore Ts'o2adf6da2012-03-03 23:20:50 -05003030 if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE)
Theodore Ts'o5a916be2012-03-04 19:27:31 -05003031 SEQ_OPTS_PUTS("errors=continue");
Theodore Ts'o2adf6da2012-03-03 23:20:50 -05003032 if (test_opt(sb, ERRORS_PANIC) && def_errors != EXT4_ERRORS_PANIC)
Theodore Ts'o5a916be2012-03-04 19:27:31 -05003033 SEQ_OPTS_PUTS("errors=panic");
Theodore Ts'o66acdcf2012-03-04 20:21:38 -05003034 if (nodefs || sbi->s_commit_interval != JBD2_DEFAULT_MAX_COMMIT_AGE*HZ)
Theodore Ts'o5a916be2012-03-04 19:27:31 -05003035 SEQ_OPTS_PRINT("commit=%lu", sbi->s_commit_interval / HZ);
Theodore Ts'o66acdcf2012-03-04 20:21:38 -05003036 if (nodefs || sbi->s_min_batch_time != EXT4_DEF_MIN_BATCH_TIME)
Theodore Ts'o5a916be2012-03-04 19:27:31 -05003037 SEQ_OPTS_PRINT("min_batch_time=%u", sbi->s_min_batch_time);
Theodore Ts'o66acdcf2012-03-04 20:21:38 -05003038 if (nodefs || sbi->s_max_batch_time != EXT4_DEF_MAX_BATCH_TIME)
Theodore Ts'o5a916be2012-03-04 19:27:31 -05003039 SEQ_OPTS_PRINT("max_batch_time=%u", sbi->s_max_batch_time);
Matthew Garrett357fdad2017-10-18 13:56:26 -07003040 if (sb->s_flags & SB_I_VERSION)
Theodore Ts'o5a916be2012-03-04 19:27:31 -05003041 SEQ_OPTS_PUTS("i_version");
Theodore Ts'o66acdcf2012-03-04 20:21:38 -05003042 if (nodefs || sbi->s_stripe)
Theodore Ts'o5a916be2012-03-04 19:27:31 -05003043 SEQ_OPTS_PRINT("stripe=%lu", sbi->s_stripe);
Tyson Nottingham68afa7e2018-03-30 00:51:10 -04003044 if (nodefs || EXT4_MOUNT_DATA_FLAGS &
3045 (sbi->s_mount_opt ^ def_mount_opt)) {
Theodore Ts'o5a916be2012-03-04 19:27:31 -05003046 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)
3047 SEQ_OPTS_PUTS("data=journal");
3048 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA)
3049 SEQ_OPTS_PUTS("data=ordered");
3050 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_WRITEBACK_DATA)
3051 SEQ_OPTS_PUTS("data=writeback");
3052 }
Theodore Ts'o66acdcf2012-03-04 20:21:38 -05003053 if (nodefs ||
3054 sbi->s_inode_readahead_blks != EXT4_DEF_INODE_READAHEAD_BLKS)
Theodore Ts'o5a916be2012-03-04 19:27:31 -05003055 SEQ_OPTS_PRINT("inode_readahead_blks=%u",
3056 sbi->s_inode_readahead_blks);
Theodore Ts'o2adf6da2012-03-03 23:20:50 -05003057
Tyson Nottinghamceec0372018-03-30 00:53:33 -04003058 if (test_opt(sb, INIT_INODE_TABLE) && (nodefs ||
Theodore Ts'o66acdcf2012-03-04 20:21:38 -05003059 (sbi->s_li_wait_mult != EXT4_DEF_LI_WAIT_MULT)))
Theodore Ts'o5a916be2012-03-04 19:27:31 -05003060 SEQ_OPTS_PRINT("init_itable=%u", sbi->s_li_wait_mult);
Theodore Ts'odf981d02012-08-17 09:48:17 -04003061 if (nodefs || sbi->s_max_dir_size_kb)
3062 SEQ_OPTS_PRINT("max_dir_size_kb=%u", sbi->s_max_dir_size_kb);
Ales Novak7915a862016-03-12 21:55:50 -05003063 if (test_opt(sb, DATA_ERR_ABORT))
3064 SEQ_OPTS_PUTS("data_err=abort");
Eric Biggersed318a62020-05-12 16:32:50 -07003065
3066 fscrypt_show_test_dummy_encryption(seq, sep, sb);
Theodore Ts'o2adf6da2012-03-03 23:20:50 -05003067
Eric Biggers4f74d152020-07-02 01:56:07 +00003068 if (sb->s_flags & SB_INLINECRYPT)
3069 SEQ_OPTS_PUTS("inlinecrypt");
3070
Ira Weiny9cb20f92020-05-28 08:00:00 -07003071 if (test_opt(sb, DAX_ALWAYS)) {
3072 if (IS_EXT2_SB(sb))
3073 SEQ_OPTS_PUTS("dax");
3074 else
3075 SEQ_OPTS_PUTS("dax=always");
3076 } else if (test_opt2(sb, DAX_NEVER)) {
3077 SEQ_OPTS_PUTS("dax=never");
3078 } else if (test_opt2(sb, DAX_INODE)) {
3079 SEQ_OPTS_PUTS("dax=inode");
3080 }
Theodore Ts'o2adf6da2012-03-03 23:20:50 -05003081 ext4_show_quota_options(seq, sb);
Theodore Ts'o2adf6da2012-03-03 23:20:50 -05003082 return 0;
3083}
3084
Theodore Ts'o66acdcf2012-03-04 20:21:38 -05003085static int ext4_show_options(struct seq_file *seq, struct dentry *root)
3086{
3087 return _ext4_show_options(seq, root->d_sb, 0);
3088}
3089
Theodore Ts'oebd173b2015-09-23 12:46:17 -04003090int ext4_seq_options_show(struct seq_file *seq, void *offset)
Theodore Ts'o66acdcf2012-03-04 20:21:38 -05003091{
3092 struct super_block *sb = seq->private;
3093 int rc;
3094
David Howellsbc98a422017-07-17 08:45:34 +01003095 seq_puts(seq, sb_rdonly(sb) ? "ro" : "rw");
Theodore Ts'o66acdcf2012-03-04 20:21:38 -05003096 rc = _ext4_show_options(seq, sb, 1);
3097 seq_puts(seq, "\n");
3098 return rc;
3099}
3100
Mingming Cao617ba132006-10-11 01:20:53 -07003101static int ext4_setup_super(struct super_block *sb, struct ext4_super_block *es,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003102 int read_only)
3103{
Mingming Cao617ba132006-10-11 01:20:53 -07003104 struct ext4_sb_info *sbi = EXT4_SB(sb);
Jaegeuk Kimc89128a2018-05-13 23:02:19 -04003105 int err = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003106
Mingming Cao617ba132006-10-11 01:20:53 -07003107 if (le32_to_cpu(es->s_rev_level) > EXT4_MAX_SUPP_REV) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04003108 ext4_msg(sb, KERN_ERR, "revision level too high, "
3109 "forcing read-only mode");
Jaegeuk Kimc89128a2018-05-13 23:02:19 -04003110 err = -EROFS;
yangerkun5adacca2020-06-01 15:34:04 +08003111 goto done;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003112 }
3113 if (read_only)
Theodore Ts'o281b5992011-09-09 18:34:51 -04003114 goto done;
Mingming Cao617ba132006-10-11 01:20:53 -07003115 if (!(sbi->s_mount_state & EXT4_VALID_FS))
Eric Sandeenb31e1552009-06-04 17:36:36 -04003116 ext4_msg(sb, KERN_WARNING, "warning: mounting unchecked fs, "
3117 "running e2fsck is recommended");
Lukas Czernerc8b459f2014-05-12 12:55:07 -04003118 else if (sbi->s_mount_state & EXT4_ERROR_FS)
Eric Sandeenb31e1552009-06-04 17:36:36 -04003119 ext4_msg(sb, KERN_WARNING,
3120 "warning: mounting fs with errors, "
3121 "running e2fsck is recommended");
Tao Maed3ce802011-05-18 13:29:57 -04003122 else if ((__s16) le16_to_cpu(es->s_max_mnt_count) > 0 &&
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003123 le16_to_cpu(es->s_mnt_count) >=
3124 (unsigned short) (__s16) le16_to_cpu(es->s_max_mnt_count))
Eric Sandeenb31e1552009-06-04 17:36:36 -04003125 ext4_msg(sb, KERN_WARNING,
3126 "warning: maximal mount count reached, "
3127 "running e2fsck is recommended");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003128 else if (le32_to_cpu(es->s_checkinterval) &&
Arnd Bergmann6a0678a2018-07-29 15:51:48 -04003129 (ext4_get_tstamp(es, s_lastcheck) +
3130 le32_to_cpu(es->s_checkinterval) <= ktime_get_real_seconds()))
Eric Sandeenb31e1552009-06-04 17:36:36 -04003131 ext4_msg(sb, KERN_WARNING,
3132 "warning: checktime reached, "
3133 "running e2fsck is recommended");
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04003134 if (!sbi->s_journal)
Frank Mayhar03901312009-01-07 00:06:22 -05003135 es->s_state &= cpu_to_le16(~EXT4_VALID_FS);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003136 if (!(__s16) le16_to_cpu(es->s_max_mnt_count))
Mingming Cao617ba132006-10-11 01:20:53 -07003137 es->s_max_mnt_count = cpu_to_le16(EXT4_DFL_MAX_MNT_COUNT);
Marcin Slusarze8546d02008-04-17 10:38:59 -04003138 le16_add_cpu(&es->s_mnt_count, 1);
Arnd Bergmann6a0678a2018-07-29 15:51:48 -04003139 ext4_update_tstamp(es, s_mtime);
Jan Kara02f310f2021-08-16 11:57:06 +02003140 if (sbi->s_journal) {
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04003141 ext4_set_feature_journal_needs_recovery(sb);
Jan Kara02f310f2021-08-16 11:57:06 +02003142 if (ext4_has_feature_orphan_file(sb))
3143 ext4_set_feature_orphan_present(sb);
3144 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003145
Jan Kara4392fbc2020-12-16 11:18:38 +01003146 err = ext4_commit_super(sb);
Theodore Ts'o281b5992011-09-09 18:34:51 -04003147done:
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003148 if (test_opt(sb, DEBUG))
Theodore Ts'oa9df9a42009-01-05 22:18:16 -05003149 printk(KERN_INFO "[EXT4 FS bs=%lu, gc=%u, "
Theodore Ts'oa2595b82010-12-15 20:30:48 -05003150 "bpg=%lu, ipg=%lu, mo=%04x, mo2=%04x]\n",
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003151 sb->s_blocksize,
3152 sbi->s_groups_count,
Mingming Cao617ba132006-10-11 01:20:53 -07003153 EXT4_BLOCKS_PER_GROUP(sb),
3154 EXT4_INODES_PER_GROUP(sb),
Theodore Ts'oa2595b82010-12-15 20:30:48 -05003155 sbi->s_mount_opt, sbi->s_mount_opt2);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003156
Dan Magenheimer7abc52c2011-05-26 10:02:03 -06003157 cleancache_init_fs(sb);
Jaegeuk Kimc89128a2018-05-13 23:02:19 -04003158 return err;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003159}
3160
Theodore Ts'o117fff12012-09-05 01:29:50 -04003161int ext4_alloc_flex_bg_array(struct super_block *sb, ext4_group_t ngroup)
3162{
3163 struct ext4_sb_info *sbi = EXT4_SB(sb);
Suraj Jitindar Singh7c990722020-02-18 19:08:51 -08003164 struct flex_groups **old_groups, **new_groups;
Dan Carpenter37b0b6b2020-02-28 12:22:56 +03003165 int size, i, j;
Theodore Ts'o117fff12012-09-05 01:29:50 -04003166
3167 if (!sbi->s_log_groups_per_flex)
3168 return 0;
3169
3170 size = ext4_flex_group(sbi, ngroup - 1) + 1;
3171 if (size <= sbi->s_flex_groups_allocated)
3172 return 0;
3173
Suraj Jitindar Singh7c990722020-02-18 19:08:51 -08003174 new_groups = kvzalloc(roundup_pow_of_two(size *
3175 sizeof(*sbi->s_flex_groups)), GFP_KERNEL);
Theodore Ts'o117fff12012-09-05 01:29:50 -04003176 if (!new_groups) {
Suraj Jitindar Singh7c990722020-02-18 19:08:51 -08003177 ext4_msg(sb, KERN_ERR,
3178 "not enough memory for %d flex group pointers", size);
Theodore Ts'o117fff12012-09-05 01:29:50 -04003179 return -ENOMEM;
3180 }
Suraj Jitindar Singh7c990722020-02-18 19:08:51 -08003181 for (i = sbi->s_flex_groups_allocated; i < size; i++) {
3182 new_groups[i] = kvzalloc(roundup_pow_of_two(
3183 sizeof(struct flex_groups)),
3184 GFP_KERNEL);
3185 if (!new_groups[i]) {
Dan Carpenter37b0b6b2020-02-28 12:22:56 +03003186 for (j = sbi->s_flex_groups_allocated; j < i; j++)
3187 kvfree(new_groups[j]);
Suraj Jitindar Singh7c990722020-02-18 19:08:51 -08003188 kvfree(new_groups);
3189 ext4_msg(sb, KERN_ERR,
3190 "not enough memory for %d flex groups", size);
3191 return -ENOMEM;
3192 }
Theodore Ts'o117fff12012-09-05 01:29:50 -04003193 }
Suraj Jitindar Singh7c990722020-02-18 19:08:51 -08003194 rcu_read_lock();
3195 old_groups = rcu_dereference(sbi->s_flex_groups);
3196 if (old_groups)
3197 memcpy(new_groups, old_groups,
3198 (sbi->s_flex_groups_allocated *
3199 sizeof(struct flex_groups *)));
3200 rcu_read_unlock();
3201 rcu_assign_pointer(sbi->s_flex_groups, new_groups);
3202 sbi->s_flex_groups_allocated = size;
3203 if (old_groups)
3204 ext4_kvfree_array_rcu(old_groups);
Theodore Ts'o117fff12012-09-05 01:29:50 -04003205 return 0;
3206}
3207
Jose R. Santos772cb7c2008-07-11 19:27:31 -04003208static int ext4_fill_flex_info(struct super_block *sb)
3209{
3210 struct ext4_sb_info *sbi = EXT4_SB(sb);
3211 struct ext4_group_desc *gdp = NULL;
Suraj Jitindar Singh7c990722020-02-18 19:08:51 -08003212 struct flex_groups *fg;
Jose R. Santos772cb7c2008-07-11 19:27:31 -04003213 ext4_group_t flex_group;
Theodore Ts'o117fff12012-09-05 01:29:50 -04003214 int i, err;
Jose R. Santos772cb7c2008-07-11 19:27:31 -04003215
Theodore Ts'o503358a2009-11-23 07:24:46 -05003216 sbi->s_log_groups_per_flex = sbi->s_es->s_log_groups_per_flex;
Xi Wangd50f2ab2012-01-10 11:51:10 -05003217 if (sbi->s_log_groups_per_flex < 1 || sbi->s_log_groups_per_flex > 31) {
Jose R. Santos772cb7c2008-07-11 19:27:31 -04003218 sbi->s_log_groups_per_flex = 0;
3219 return 1;
3220 }
3221
Theodore Ts'o117fff12012-09-05 01:29:50 -04003222 err = ext4_alloc_flex_bg_array(sb, sbi->s_groups_count);
3223 if (err)
Theodore Ts'o9933fc02011-08-01 08:45:02 -04003224 goto failed;
Jose R. Santos772cb7c2008-07-11 19:27:31 -04003225
Jose R. Santos772cb7c2008-07-11 19:27:31 -04003226 for (i = 0; i < sbi->s_groups_count; i++) {
Theodore Ts'o88b6edd2009-05-25 11:50:39 -04003227 gdp = ext4_get_group_desc(sb, i, NULL);
Jose R. Santos772cb7c2008-07-11 19:27:31 -04003228
3229 flex_group = ext4_flex_group(sbi, i);
Suraj Jitindar Singh7c990722020-02-18 19:08:51 -08003230 fg = sbi_array_rcu_deref(sbi, s_flex_groups, flex_group);
3231 atomic_add(ext4_free_inodes_count(sb, gdp), &fg->free_inodes);
Theodore Ts'o90ba9832013-03-11 23:39:59 -04003232 atomic64_add(ext4_free_group_clusters(sb, gdp),
Suraj Jitindar Singh7c990722020-02-18 19:08:51 -08003233 &fg->free_clusters);
3234 atomic_add(ext4_used_dirs_count(sb, gdp), &fg->used_dirs);
Jose R. Santos772cb7c2008-07-11 19:27:31 -04003235 }
3236
3237 return 1;
3238failed:
3239 return 0;
3240}
3241
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04003242static __le16 ext4_group_desc_csum(struct super_block *sb, __u32 block_group,
Darrick J. Wongfeb0ab32012-04-29 18:45:10 -04003243 struct ext4_group_desc *gdp)
Andreas Dilger717d50e2007-10-16 18:38:25 -04003244{
Daeho Jeongb47820e2016-07-03 17:51:39 -04003245 int offset = offsetof(struct ext4_group_desc, bg_checksum);
Andreas Dilger717d50e2007-10-16 18:38:25 -04003246 __u16 crc = 0;
Darrick J. Wongfeb0ab32012-04-29 18:45:10 -04003247 __le32 le_group = cpu_to_le32(block_group);
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04003248 struct ext4_sb_info *sbi = EXT4_SB(sb);
Andreas Dilger717d50e2007-10-16 18:38:25 -04003249
Dmitry Monakhov9aa5d32b2014-10-13 03:36:16 -04003250 if (ext4_has_metadata_csum(sbi->s_sb)) {
Darrick J. Wongfeb0ab32012-04-29 18:45:10 -04003251 /* Use new metadata_csum algorithm */
Darrick J. Wongfeb0ab32012-04-29 18:45:10 -04003252 __u32 csum32;
Daeho Jeongb47820e2016-07-03 17:51:39 -04003253 __u16 dummy_csum = 0;
Andreas Dilger717d50e2007-10-16 18:38:25 -04003254
Darrick J. Wongfeb0ab32012-04-29 18:45:10 -04003255 csum32 = ext4_chksum(sbi, sbi->s_csum_seed, (__u8 *)&le_group,
3256 sizeof(le_group));
Daeho Jeongb47820e2016-07-03 17:51:39 -04003257 csum32 = ext4_chksum(sbi, csum32, (__u8 *)gdp, offset);
3258 csum32 = ext4_chksum(sbi, csum32, (__u8 *)&dummy_csum,
3259 sizeof(dummy_csum));
3260 offset += sizeof(dummy_csum);
3261 if (offset < sbi->s_desc_size)
3262 csum32 = ext4_chksum(sbi, csum32, (__u8 *)gdp + offset,
3263 sbi->s_desc_size - offset);
Darrick J. Wongfeb0ab32012-04-29 18:45:10 -04003264
3265 crc = csum32 & 0xFFFF;
3266 goto out;
Andreas Dilger717d50e2007-10-16 18:38:25 -04003267 }
3268
Darrick J. Wongfeb0ab32012-04-29 18:45:10 -04003269 /* old crc16 code */
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04003270 if (!ext4_has_feature_gdt_csum(sb))
Darrick J. Wong813d32f2014-10-14 02:35:49 -04003271 return 0;
3272
Darrick J. Wongfeb0ab32012-04-29 18:45:10 -04003273 crc = crc16(~0, sbi->s_es->s_uuid, sizeof(sbi->s_es->s_uuid));
3274 crc = crc16(crc, (__u8 *)&le_group, sizeof(le_group));
3275 crc = crc16(crc, (__u8 *)gdp, offset);
3276 offset += sizeof(gdp->bg_checksum); /* skip checksum */
3277 /* for checksum of struct ext4_group_desc do the rest...*/
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04003278 if (ext4_has_feature_64bit(sb) &&
Darrick J. Wongfeb0ab32012-04-29 18:45:10 -04003279 offset < le16_to_cpu(sbi->s_es->s_desc_size))
3280 crc = crc16(crc, (__u8 *)gdp + offset,
3281 le16_to_cpu(sbi->s_es->s_desc_size) -
3282 offset);
3283
3284out:
Andreas Dilger717d50e2007-10-16 18:38:25 -04003285 return cpu_to_le16(crc);
3286}
3287
Darrick J. Wongfeb0ab32012-04-29 18:45:10 -04003288int ext4_group_desc_csum_verify(struct super_block *sb, __u32 block_group,
Andreas Dilger717d50e2007-10-16 18:38:25 -04003289 struct ext4_group_desc *gdp)
3290{
Darrick J. Wongfeb0ab32012-04-29 18:45:10 -04003291 if (ext4_has_group_desc_csum(sb) &&
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04003292 (gdp->bg_checksum != ext4_group_desc_csum(sb, block_group, gdp)))
Andreas Dilger717d50e2007-10-16 18:38:25 -04003293 return 0;
3294
3295 return 1;
3296}
3297
Darrick J. Wongfeb0ab32012-04-29 18:45:10 -04003298void ext4_group_desc_csum_set(struct super_block *sb, __u32 block_group,
3299 struct ext4_group_desc *gdp)
3300{
3301 if (!ext4_has_group_desc_csum(sb))
3302 return;
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04003303 gdp->bg_checksum = ext4_group_desc_csum(sb, block_group, gdp);
Darrick J. Wongfeb0ab32012-04-29 18:45:10 -04003304}
3305
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003306/* Called at mount-time, super-block is locked */
Lukas Czernerbfff6872010-10-27 21:30:05 -04003307static int ext4_check_descriptors(struct super_block *sb,
Theodore Ts'o829fa702016-08-01 00:51:02 -04003308 ext4_fsblk_t sb_block,
Lukas Czernerbfff6872010-10-27 21:30:05 -04003309 ext4_group_t *first_not_zeroed)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003310{
Mingming Cao617ba132006-10-11 01:20:53 -07003311 struct ext4_sb_info *sbi = EXT4_SB(sb);
3312 ext4_fsblk_t first_block = le32_to_cpu(sbi->s_es->s_first_data_block);
3313 ext4_fsblk_t last_block;
Theodore Ts'o44de0222018-07-08 19:35:02 -04003314 ext4_fsblk_t last_bg_block = sb_block + ext4_bg_num_gdb(sb, 0);
Laurent Vivierbd81d8e2006-10-11 01:21:10 -07003315 ext4_fsblk_t block_bitmap;
3316 ext4_fsblk_t inode_bitmap;
3317 ext4_fsblk_t inode_table;
Jose R. Santosce421582007-10-16 18:38:25 -04003318 int flexbg_flag = 0;
Lukas Czernerbfff6872010-10-27 21:30:05 -04003319 ext4_group_t i, grp = sbi->s_groups_count;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003320
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04003321 if (ext4_has_feature_flex_bg(sb))
Jose R. Santosce421582007-10-16 18:38:25 -04003322 flexbg_flag = 1;
3323
Theodore Ts'oaf5bc922008-09-08 22:25:24 -04003324 ext4_debug("Checking group descriptors");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003325
Akinobu Mita197cd65a2008-02-06 01:40:16 -08003326 for (i = 0; i < sbi->s_groups_count; i++) {
3327 struct ext4_group_desc *gdp = ext4_get_group_desc(sb, i, NULL);
3328
Jose R. Santosce421582007-10-16 18:38:25 -04003329 if (i == sbi->s_groups_count - 1 || flexbg_flag)
Laurent Vivierbd81d8e2006-10-11 01:21:10 -07003330 last_block = ext4_blocks_count(sbi->s_es) - 1;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003331 else
3332 last_block = first_block +
Mingming Cao617ba132006-10-11 01:20:53 -07003333 (EXT4_BLOCKS_PER_GROUP(sb) - 1);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003334
Lukas Czernerbfff6872010-10-27 21:30:05 -04003335 if ((grp == sbi->s_groups_count) &&
3336 !(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED)))
3337 grp = i;
3338
Alexandre Ratchov8fadc142006-10-11 01:21:15 -07003339 block_bitmap = ext4_block_bitmap(sb, gdp);
Theodore Ts'o829fa702016-08-01 00:51:02 -04003340 if (block_bitmap == sb_block) {
3341 ext4_msg(sb, KERN_ERR, "ext4_check_descriptors: "
3342 "Block bitmap for group %u overlaps "
3343 "superblock", i);
Theodore Ts'o18db4b42018-03-29 22:10:35 -04003344 if (!sb_rdonly(sb))
3345 return 0;
Theodore Ts'o829fa702016-08-01 00:51:02 -04003346 }
Theodore Ts'o77260802018-06-13 23:08:26 -04003347 if (block_bitmap >= sb_block + 1 &&
3348 block_bitmap <= last_bg_block) {
3349 ext4_msg(sb, KERN_ERR, "ext4_check_descriptors: "
3350 "Block bitmap for group %u overlaps "
3351 "block group descriptors", i);
3352 if (!sb_rdonly(sb))
3353 return 0;
3354 }
Theodore Ts'o2b2d6d02008-07-26 16:15:44 -04003355 if (block_bitmap < first_block || block_bitmap > last_block) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04003356 ext4_msg(sb, KERN_ERR, "ext4_check_descriptors: "
Theodore Ts'oa9df9a42009-01-05 22:18:16 -05003357 "Block bitmap for group %u not in group "
Eric Sandeenb31e1552009-06-04 17:36:36 -04003358 "(block %llu)!", i, block_bitmap);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003359 return 0;
3360 }
Alexandre Ratchov8fadc142006-10-11 01:21:15 -07003361 inode_bitmap = ext4_inode_bitmap(sb, gdp);
Theodore Ts'o829fa702016-08-01 00:51:02 -04003362 if (inode_bitmap == sb_block) {
3363 ext4_msg(sb, KERN_ERR, "ext4_check_descriptors: "
3364 "Inode bitmap for group %u overlaps "
3365 "superblock", i);
Theodore Ts'o18db4b42018-03-29 22:10:35 -04003366 if (!sb_rdonly(sb))
3367 return 0;
Theodore Ts'o829fa702016-08-01 00:51:02 -04003368 }
Theodore Ts'o77260802018-06-13 23:08:26 -04003369 if (inode_bitmap >= sb_block + 1 &&
3370 inode_bitmap <= last_bg_block) {
3371 ext4_msg(sb, KERN_ERR, "ext4_check_descriptors: "
3372 "Inode bitmap for group %u overlaps "
3373 "block group descriptors", i);
3374 if (!sb_rdonly(sb))
3375 return 0;
3376 }
Theodore Ts'o2b2d6d02008-07-26 16:15:44 -04003377 if (inode_bitmap < first_block || inode_bitmap > last_block) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04003378 ext4_msg(sb, KERN_ERR, "ext4_check_descriptors: "
Theodore Ts'oa9df9a42009-01-05 22:18:16 -05003379 "Inode bitmap for group %u not in group "
Eric Sandeenb31e1552009-06-04 17:36:36 -04003380 "(block %llu)!", i, inode_bitmap);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003381 return 0;
3382 }
Alexandre Ratchov8fadc142006-10-11 01:21:15 -07003383 inode_table = ext4_inode_table(sb, gdp);
Theodore Ts'o829fa702016-08-01 00:51:02 -04003384 if (inode_table == sb_block) {
3385 ext4_msg(sb, KERN_ERR, "ext4_check_descriptors: "
3386 "Inode table for group %u overlaps "
3387 "superblock", i);
Theodore Ts'o18db4b42018-03-29 22:10:35 -04003388 if (!sb_rdonly(sb))
3389 return 0;
Theodore Ts'o829fa702016-08-01 00:51:02 -04003390 }
Theodore Ts'o77260802018-06-13 23:08:26 -04003391 if (inode_table >= sb_block + 1 &&
3392 inode_table <= last_bg_block) {
3393 ext4_msg(sb, KERN_ERR, "ext4_check_descriptors: "
3394 "Inode table for group %u overlaps "
3395 "block group descriptors", i);
3396 if (!sb_rdonly(sb))
3397 return 0;
3398 }
Laurent Vivierbd81d8e2006-10-11 01:21:10 -07003399 if (inode_table < first_block ||
Theodore Ts'o2b2d6d02008-07-26 16:15:44 -04003400 inode_table + sbi->s_itb_per_group - 1 > last_block) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04003401 ext4_msg(sb, KERN_ERR, "ext4_check_descriptors: "
Theodore Ts'oa9df9a42009-01-05 22:18:16 -05003402 "Inode table for group %u not in group "
Eric Sandeenb31e1552009-06-04 17:36:36 -04003403 "(block %llu)!", i, inode_table);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003404 return 0;
3405 }
Aneesh Kumar K.V955ce5f2009-05-02 20:35:09 -04003406 ext4_lock_group(sb, i);
Darrick J. Wongfeb0ab32012-04-29 18:45:10 -04003407 if (!ext4_group_desc_csum_verify(sb, i, gdp)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04003408 ext4_msg(sb, KERN_ERR, "ext4_check_descriptors: "
3409 "Checksum for group %u failed (%u!=%u)",
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04003410 i, le16_to_cpu(ext4_group_desc_csum(sb, i,
Eric Sandeenb31e1552009-06-04 17:36:36 -04003411 gdp)), le16_to_cpu(gdp->bg_checksum));
David Howellsbc98a422017-07-17 08:45:34 +01003412 if (!sb_rdonly(sb)) {
Aneesh Kumar K.V955ce5f2009-05-02 20:35:09 -04003413 ext4_unlock_group(sb, i);
Theodore Ts'o8a266462008-07-26 14:34:21 -04003414 return 0;
Li Zefan7ee1ec42008-09-08 10:47:19 -04003415 }
Andreas Dilger717d50e2007-10-16 18:38:25 -04003416 }
Aneesh Kumar K.V955ce5f2009-05-02 20:35:09 -04003417 ext4_unlock_group(sb, i);
Jose R. Santosce421582007-10-16 18:38:25 -04003418 if (!flexbg_flag)
3419 first_block += EXT4_BLOCKS_PER_GROUP(sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003420 }
Lukas Czernerbfff6872010-10-27 21:30:05 -04003421 if (NULL != first_not_zeroed)
3422 *first_not_zeroed = grp;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003423 return 1;
3424}
3425
Eric Sandeencd2291a2008-01-28 23:58:27 -05003426/*
3427 * Maximal extent format file size.
3428 * Resulting logical blkno at s_maxbytes must fit in our on-disk
3429 * extent format containers, within a sector_t, and within i_blocks
3430 * in the vfs. ext4 inode has 48 bits of i_block in fsblock units,
3431 * so that won't be a limiting factor.
3432 *
Lukas Czernerf17722f2011-06-06 00:05:17 -04003433 * However there is other limiting factor. We do store extents in the form
3434 * of starting block and length, hence the resulting length of the extent
3435 * covering maximum file size must fit into on-disk format containers as
3436 * well. Given that length is always by 1 unit bigger than max unit (because
3437 * we count 0 as well) we have to lower the s_maxbytes by one fs block.
3438 *
Eric Sandeencd2291a2008-01-28 23:58:27 -05003439 * Note, this does *not* consider any metadata overhead for vfs i_blocks.
3440 */
Theodore Ts'of287a1a2008-10-16 22:50:48 -04003441static loff_t ext4_max_size(int blkbits, int has_huge_files)
Eric Sandeencd2291a2008-01-28 23:58:27 -05003442{
3443 loff_t res;
3444 loff_t upper_limit = MAX_LFS_FILESIZE;
3445
Christoph Hellwig72deb452019-04-05 18:08:59 +02003446 BUILD_BUG_ON(sizeof(blkcnt_t) < sizeof(u64));
3447
3448 if (!has_huge_files) {
Eric Sandeencd2291a2008-01-28 23:58:27 -05003449 upper_limit = (1LL << 32) - 1;
3450
3451 /* total blocks in file system block size */
3452 upper_limit >>= (blkbits - 9);
3453 upper_limit <<= blkbits;
3454 }
3455
Lukas Czernerf17722f2011-06-06 00:05:17 -04003456 /*
3457 * 32-bit extent-start container, ee_block. We lower the maxbytes
3458 * by one fs block, so ee_len can cover the extent of maximum file
3459 * size
3460 */
3461 res = (1LL << 32) - 1;
Eric Sandeencd2291a2008-01-28 23:58:27 -05003462 res <<= blkbits;
Eric Sandeencd2291a2008-01-28 23:58:27 -05003463
3464 /* Sanity check against vm- & vfs- imposed limits */
3465 if (res > upper_limit)
3466 res = upper_limit;
3467
3468 return res;
3469}
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003470
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003471/*
Eric Sandeencd2291a2008-01-28 23:58:27 -05003472 * Maximal bitmap file size. There is a direct, and {,double-,triple-}indirect
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05003473 * block limit, and also a limit of (2^48 - 1) 512-byte sectors in i_blocks.
3474 * We need to be 1 filesystem block less than the 2^48 sector limit.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003475 */
Theodore Ts'of287a1a2008-10-16 22:50:48 -04003476static loff_t ext4_max_bitmap_size(int bits, int has_huge_files)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003477{
Ritesh Harjani75ca6ad2021-06-05 10:39:32 +05303478 unsigned long long upper_limit, res = EXT4_NDIR_BLOCKS;
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05003479 int meta_blocks;
Ritesh Harjani75ca6ad2021-06-05 10:39:32 +05303480
3481 /*
3482 * This is calculated to be the largest file size for a dense, block
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04003483 * mapped file such that the file's total number of 512-byte sectors,
3484 * including data and all indirect blocks, does not exceed (2^48 - 1).
3485 *
3486 * __u32 i_blocks_lo and _u16 i_blocks_high represent the total
3487 * number of 512-byte sectors of the file.
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05003488 */
Christoph Hellwig72deb452019-04-05 18:08:59 +02003489 if (!has_huge_files) {
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05003490 /*
Christoph Hellwig72deb452019-04-05 18:08:59 +02003491 * !has_huge_files or implies that the inode i_block field
3492 * represents total file blocks in 2^32 512-byte sectors ==
3493 * size of vfs inode i_blocks * 8
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05003494 */
3495 upper_limit = (1LL << 32) - 1;
3496
3497 /* total blocks in file system block size */
3498 upper_limit >>= (bits - 9);
3499
3500 } else {
Aneesh Kumar K.V8180a562008-01-28 23:58:27 -05003501 /*
3502 * We use 48 bit ext4_inode i_blocks
3503 * With EXT4_HUGE_FILE_FL set the i_blocks
3504 * represent total number of blocks in
3505 * file system block size
3506 */
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05003507 upper_limit = (1LL << 48) - 1;
3508
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05003509 }
3510
3511 /* indirect blocks */
3512 meta_blocks = 1;
3513 /* double indirect blocks */
3514 meta_blocks += 1 + (1LL << (bits-2));
3515 /* tripple indirect blocks */
3516 meta_blocks += 1 + (1LL << (bits-2)) + (1LL << (2*(bits-2)));
3517
3518 upper_limit -= meta_blocks;
3519 upper_limit <<= bits;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003520
3521 res += 1LL << (bits-2);
3522 res += 1LL << (2*(bits-2));
3523 res += 1LL << (3*(bits-2));
3524 res <<= bits;
3525 if (res > upper_limit)
3526 res = upper_limit;
Aneesh Kumar K.V0fc1b452008-01-28 23:58:26 -05003527
3528 if (res > MAX_LFS_FILESIZE)
3529 res = MAX_LFS_FILESIZE;
3530
Ritesh Harjani75ca6ad2021-06-05 10:39:32 +05303531 return (loff_t)res;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003532}
3533
Mingming Cao617ba132006-10-11 01:20:53 -07003534static ext4_fsblk_t descriptor_loc(struct super_block *sb,
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04003535 ext4_fsblk_t logical_sb_block, int nr)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003536{
Mingming Cao617ba132006-10-11 01:20:53 -07003537 struct ext4_sb_info *sbi = EXT4_SB(sb);
Avantika Mathurfd2d4292008-01-28 23:58:27 -05003538 ext4_group_t bg, first_meta_bg;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003539 int has_super = 0;
3540
3541 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg);
3542
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04003543 if (!ext4_has_feature_meta_bg(sb) || nr < first_meta_bg)
Andrew Morton70bbb3e2006-10-11 01:21:20 -07003544 return logical_sb_block + nr + 1;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003545 bg = sbi->s_desc_per_block * nr;
Mingming Cao617ba132006-10-11 01:20:53 -07003546 if (ext4_bg_has_super(sb, bg))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003547 has_super = 1;
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04003548
Darrick J. Wongbd63f6b2014-05-12 10:06:27 -04003549 /*
3550 * If we have a meta_bg fs with 1k blocks, group 0's GDT is at
3551 * block 2, not 1. If s_first_data_block == 0 (bigalloc is enabled
3552 * on modern mke2fs or blksize > 1k on older mke2fs) then we must
3553 * compensate.
3554 */
3555 if (sb->s_blocksize == 1024 && nr == 0 &&
Jun Piao49598e02018-01-11 13:17:49 -05003556 le32_to_cpu(sbi->s_es->s_first_data_block) == 0)
Darrick J. Wongbd63f6b2014-05-12 10:06:27 -04003557 has_super++;
3558
Mingming Cao617ba132006-10-11 01:20:53 -07003559 return (has_super + ext4_group_first_block_no(sb, bg));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003560}
3561
Alex Tomasc9de5602008-01-29 00:19:52 -05003562/**
3563 * ext4_get_stripe_size: Get the stripe size.
3564 * @sbi: In memory super block info
3565 *
3566 * If we have specified it via mount option, then
3567 * use the mount option value. If the value specified at mount time is
3568 * greater than the blocks per group use the super block value.
3569 * If the super block value is greater than blocks per group return 0.
3570 * Allocator needs it be less than blocks per group.
3571 *
3572 */
3573static unsigned long ext4_get_stripe_size(struct ext4_sb_info *sbi)
3574{
3575 unsigned long stride = le16_to_cpu(sbi->s_es->s_raid_stride);
3576 unsigned long stripe_width =
3577 le32_to_cpu(sbi->s_es->s_raid_stripe_width);
Dan Ehrenberg3eb08652011-07-17 21:18:51 -04003578 int ret;
Alex Tomasc9de5602008-01-29 00:19:52 -05003579
3580 if (sbi->s_stripe && sbi->s_stripe <= sbi->s_blocks_per_group)
Dan Ehrenberg3eb08652011-07-17 21:18:51 -04003581 ret = sbi->s_stripe;
Jan Kara5469d7c2017-02-10 00:56:09 -05003582 else if (stripe_width && stripe_width <= sbi->s_blocks_per_group)
Dan Ehrenberg3eb08652011-07-17 21:18:51 -04003583 ret = stripe_width;
Jan Kara5469d7c2017-02-10 00:56:09 -05003584 else if (stride && stride <= sbi->s_blocks_per_group)
Dan Ehrenberg3eb08652011-07-17 21:18:51 -04003585 ret = stride;
3586 else
3587 ret = 0;
Alex Tomasc9de5602008-01-29 00:19:52 -05003588
Dan Ehrenberg3eb08652011-07-17 21:18:51 -04003589 /*
3590 * If the stripe width is 1, this makes no sense and
3591 * we set it to 0 to turn off stripe handling code.
3592 */
3593 if (ret <= 1)
3594 ret = 0;
Alex Tomasc9de5602008-01-29 00:19:52 -05003595
Dan Ehrenberg3eb08652011-07-17 21:18:51 -04003596 return ret;
Alex Tomasc9de5602008-01-29 00:19:52 -05003597}
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003598
Eric Sandeena13fb1a2009-08-18 00:20:23 -04003599/*
3600 * Check whether this filesystem can be mounted based on
3601 * the features present and the RDONLY/RDWR mount requested.
3602 * Returns 1 if this filesystem can be mounted as requested,
3603 * 0 if it cannot be.
3604 */
Jan Kara25c6d982021-08-16 11:57:05 +02003605int ext4_feature_set_ok(struct super_block *sb, int readonly)
Eric Sandeena13fb1a2009-08-18 00:20:23 -04003606{
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04003607 if (ext4_has_unknown_ext4_incompat_features(sb)) {
Eric Sandeena13fb1a2009-08-18 00:20:23 -04003608 ext4_msg(sb, KERN_ERR,
3609 "Couldn't mount because of "
3610 "unsupported optional features (%x)",
3611 (le32_to_cpu(EXT4_SB(sb)->s_es->s_feature_incompat) &
3612 ~EXT4_FEATURE_INCOMPAT_SUPP));
3613 return 0;
3614 }
3615
Gabriel Krisman Bertazic83ad552019-04-25 14:05:42 -04003616#ifndef CONFIG_UNICODE
3617 if (ext4_has_feature_casefold(sb)) {
3618 ext4_msg(sb, KERN_ERR,
3619 "Filesystem with casefold feature cannot be "
3620 "mounted without CONFIG_UNICODE");
3621 return 0;
3622 }
3623#endif
3624
Eric Sandeena13fb1a2009-08-18 00:20:23 -04003625 if (readonly)
3626 return 1;
3627
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04003628 if (ext4_has_feature_readonly(sb)) {
Darrick J. Wong2cb5cc82015-02-12 22:31:21 -05003629 ext4_msg(sb, KERN_INFO, "filesystem is read-only");
Linus Torvalds1751e8a2017-11-27 13:05:09 -08003630 sb->s_flags |= SB_RDONLY;
Darrick J. Wong2cb5cc82015-02-12 22:31:21 -05003631 return 1;
3632 }
3633
Eric Sandeena13fb1a2009-08-18 00:20:23 -04003634 /* Check that feature set is OK for a read-write mount */
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04003635 if (ext4_has_unknown_ext4_ro_compat_features(sb)) {
Eric Sandeena13fb1a2009-08-18 00:20:23 -04003636 ext4_msg(sb, KERN_ERR, "couldn't mount RDWR because of "
3637 "unsupported optional features (%x)",
3638 (le32_to_cpu(EXT4_SB(sb)->s_es->s_feature_ro_compat) &
3639 ~EXT4_FEATURE_RO_COMPAT_SUPP));
3640 return 0;
3641 }
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04003642 if (ext4_has_feature_bigalloc(sb) && !ext4_has_feature_extents(sb)) {
Theodore Ts'obab08ab2011-09-09 18:36:51 -04003643 ext4_msg(sb, KERN_ERR,
3644 "Can't support bigalloc feature without "
3645 "extents feature\n");
3646 return 0;
3647 }
Aditya Kali7c319d32012-07-22 20:21:31 -04003648
Jan Kara9db176b2020-02-21 11:08:35 +01003649#if !IS_ENABLED(CONFIG_QUOTA) || !IS_ENABLED(CONFIG_QFMT_V2)
Theodore Ts'od65d87a2020-02-14 18:11:19 -05003650 if (!readonly && (ext4_has_feature_quota(sb) ||
3651 ext4_has_feature_project(sb))) {
Aditya Kali7c319d32012-07-22 20:21:31 -04003652 ext4_msg(sb, KERN_ERR,
Theodore Ts'od65d87a2020-02-14 18:11:19 -05003653 "The kernel was not built with CONFIG_QUOTA and CONFIG_QFMT_V2");
Li Xi689c9582016-01-08 16:01:22 -05003654 return 0;
3655 }
Aditya Kali7c319d32012-07-22 20:21:31 -04003656#endif /* CONFIG_QUOTA */
Eric Sandeena13fb1a2009-08-18 00:20:23 -04003657 return 1;
3658}
3659
Theodore Ts'o66e61a92010-07-27 11:56:04 -04003660/*
3661 * This function is called once a day if we have errors logged
3662 * on the file system
3663 */
Kees Cook235699a2017-10-18 12:45:17 -04003664static void print_daily_error_info(struct timer_list *t)
Theodore Ts'o66e61a92010-07-27 11:56:04 -04003665{
Kees Cook235699a2017-10-18 12:45:17 -04003666 struct ext4_sb_info *sbi = from_timer(sbi, t, s_err_report);
3667 struct super_block *sb = sbi->s_sb;
3668 struct ext4_super_block *es = sbi->s_es;
Theodore Ts'o66e61a92010-07-27 11:56:04 -04003669
3670 if (es->s_error_count)
Theodore Ts'oae0f78d2014-07-05 18:40:52 -04003671 /* fsck newer than v1.41.13 is needed to clean this condition. */
3672 ext4_msg(sb, KERN_NOTICE, "error count since last fsck: %u",
Theodore Ts'o66e61a92010-07-27 11:56:04 -04003673 le32_to_cpu(es->s_error_count));
3674 if (es->s_first_error_time) {
Arnd Bergmann6a0678a2018-07-29 15:51:48 -04003675 printk(KERN_NOTICE "EXT4-fs (%s): initial error at time %llu: %.*s:%d",
3676 sb->s_id,
3677 ext4_get_tstamp(es, s_first_error_time),
Theodore Ts'o66e61a92010-07-27 11:56:04 -04003678 (int) sizeof(es->s_first_error_func),
3679 es->s_first_error_func,
3680 le32_to_cpu(es->s_first_error_line));
3681 if (es->s_first_error_ino)
Joe Perches651e1c32016-10-12 23:12:53 -04003682 printk(KERN_CONT ": inode %u",
Theodore Ts'o66e61a92010-07-27 11:56:04 -04003683 le32_to_cpu(es->s_first_error_ino));
3684 if (es->s_first_error_block)
Joe Perches651e1c32016-10-12 23:12:53 -04003685 printk(KERN_CONT ": block %llu", (unsigned long long)
Theodore Ts'o66e61a92010-07-27 11:56:04 -04003686 le64_to_cpu(es->s_first_error_block));
Joe Perches651e1c32016-10-12 23:12:53 -04003687 printk(KERN_CONT "\n");
Theodore Ts'o66e61a92010-07-27 11:56:04 -04003688 }
3689 if (es->s_last_error_time) {
Arnd Bergmann6a0678a2018-07-29 15:51:48 -04003690 printk(KERN_NOTICE "EXT4-fs (%s): last error at time %llu: %.*s:%d",
3691 sb->s_id,
3692 ext4_get_tstamp(es, s_last_error_time),
Theodore Ts'o66e61a92010-07-27 11:56:04 -04003693 (int) sizeof(es->s_last_error_func),
3694 es->s_last_error_func,
3695 le32_to_cpu(es->s_last_error_line));
3696 if (es->s_last_error_ino)
Joe Perches651e1c32016-10-12 23:12:53 -04003697 printk(KERN_CONT ": inode %u",
Theodore Ts'o66e61a92010-07-27 11:56:04 -04003698 le32_to_cpu(es->s_last_error_ino));
3699 if (es->s_last_error_block)
Joe Perches651e1c32016-10-12 23:12:53 -04003700 printk(KERN_CONT ": block %llu", (unsigned long long)
Theodore Ts'o66e61a92010-07-27 11:56:04 -04003701 le64_to_cpu(es->s_last_error_block));
Joe Perches651e1c32016-10-12 23:12:53 -04003702 printk(KERN_CONT "\n");
Theodore Ts'o66e61a92010-07-27 11:56:04 -04003703 }
3704 mod_timer(&sbi->s_err_report, jiffies + 24*60*60*HZ); /* Once a day */
3705}
3706
Lukas Czernerbfff6872010-10-27 21:30:05 -04003707/* Find next suitable group and run ext4_init_inode_table */
3708static int ext4_run_li_request(struct ext4_li_request *elr)
3709{
3710 struct ext4_group_desc *gdp = NULL;
Theodore Ts'o3d392b22020-07-17 00:14:40 -04003711 struct super_block *sb = elr->lr_super;
3712 ext4_group_t ngroups = EXT4_SB(sb)->s_groups_count;
3713 ext4_group_t group = elr->lr_next_group;
Theodore Ts'o3d392b22020-07-17 00:14:40 -04003714 unsigned int prefetch_ios = 0;
Lukas Czernerbfff6872010-10-27 21:30:05 -04003715 int ret = 0;
Shaoying Xu39fec682021-09-02 16:44:12 +00003716 u64 start_time;
Lukas Czernerbfff6872010-10-27 21:30:05 -04003717
Theodore Ts'o3d392b22020-07-17 00:14:40 -04003718 if (elr->lr_mode == EXT4_LI_MODE_PREFETCH_BBITMAP) {
3719 elr->lr_next_group = ext4_mb_prefetch(sb, group,
3720 EXT4_SB(sb)->s_mb_prefetch, &prefetch_ios);
3721 if (prefetch_ios)
3722 ext4_mb_prefetch_fini(sb, elr->lr_next_group,
3723 prefetch_ios);
3724 trace_ext4_prefetch_bitmaps(sb, group, elr->lr_next_group,
3725 prefetch_ios);
3726 if (group >= elr->lr_next_group) {
3727 ret = 1;
3728 if (elr->lr_first_not_zeroed != ngroups &&
3729 !sb_rdonly(sb) && test_opt(sb, INIT_INODE_TABLE)) {
3730 elr->lr_next_group = elr->lr_first_not_zeroed;
3731 elr->lr_mode = EXT4_LI_MODE_ITABLE;
3732 ret = 0;
3733 }
3734 }
3735 return ret;
3736 }
Lukas Czernerbfff6872010-10-27 21:30:05 -04003737
Theodore Ts'o3d392b22020-07-17 00:14:40 -04003738 for (; group < ngroups; group++) {
Lukas Czernerbfff6872010-10-27 21:30:05 -04003739 gdp = ext4_get_group_desc(sb, group, NULL);
3740 if (!gdp) {
3741 ret = 1;
3742 break;
3743 }
3744
3745 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED)))
3746 break;
3747 }
3748
Theodore Ts'o7f511862013-01-13 08:41:45 -05003749 if (group >= ngroups)
Lukas Czernerbfff6872010-10-27 21:30:05 -04003750 ret = 1;
3751
3752 if (!ret) {
Shaoying Xu39fec682021-09-02 16:44:12 +00003753 start_time = ktime_get_real_ns();
Lukas Czernerbfff6872010-10-27 21:30:05 -04003754 ret = ext4_init_inode_table(sb, group,
3755 elr->lr_timeout ? 0 : 1);
Theodore Ts'o3d392b22020-07-17 00:14:40 -04003756 trace_ext4_lazy_itable_init(sb, group);
Lukas Czernerbfff6872010-10-27 21:30:05 -04003757 if (elr->lr_timeout == 0) {
Shaoying Xu39fec682021-09-02 16:44:12 +00003758 elr->lr_timeout = nsecs_to_jiffies((ktime_get_real_ns() - start_time) *
3759 EXT4_SB(elr->lr_super)->s_li_wait_mult);
Lukas Czernerbfff6872010-10-27 21:30:05 -04003760 }
3761 elr->lr_next_sched = jiffies + elr->lr_timeout;
3762 elr->lr_next_group = group + 1;
3763 }
Lukas Czernerbfff6872010-10-27 21:30:05 -04003764 return ret;
3765}
3766
3767/*
3768 * Remove lr_request from the list_request and free the
Lukas Czerner4ed5c032011-05-20 13:49:04 -04003769 * request structure. Should be called with li_list_mtx held
Lukas Czernerbfff6872010-10-27 21:30:05 -04003770 */
3771static void ext4_remove_li_request(struct ext4_li_request *elr)
3772{
Lukas Czernerbfff6872010-10-27 21:30:05 -04003773 if (!elr)
3774 return;
3775
Lukas Czernerbfff6872010-10-27 21:30:05 -04003776 list_del(&elr->lr_request);
Theodore Ts'o3d392b22020-07-17 00:14:40 -04003777 EXT4_SB(elr->lr_super)->s_li_request = NULL;
Lukas Czernerbfff6872010-10-27 21:30:05 -04003778 kfree(elr);
3779}
3780
3781static void ext4_unregister_li_request(struct super_block *sb)
3782{
Lukas Czerner1bb933f2011-05-20 13:55:29 -04003783 mutex_lock(&ext4_li_mtx);
3784 if (!ext4_li_info) {
3785 mutex_unlock(&ext4_li_mtx);
Lukas Czernerbfff6872010-10-27 21:30:05 -04003786 return;
Lukas Czerner1bb933f2011-05-20 13:55:29 -04003787 }
Lukas Czernerbfff6872010-10-27 21:30:05 -04003788
3789 mutex_lock(&ext4_li_info->li_list_mtx);
Lukas Czerner1bb933f2011-05-20 13:55:29 -04003790 ext4_remove_li_request(EXT4_SB(sb)->s_li_request);
Lukas Czernerbfff6872010-10-27 21:30:05 -04003791 mutex_unlock(&ext4_li_info->li_list_mtx);
Lukas Czerner1bb933f2011-05-20 13:55:29 -04003792 mutex_unlock(&ext4_li_mtx);
Lukas Czernerbfff6872010-10-27 21:30:05 -04003793}
3794
Eric Sandeen8f1f7452011-02-03 14:33:15 -05003795static struct task_struct *ext4_lazyinit_task;
3796
Lukas Czernerbfff6872010-10-27 21:30:05 -04003797/*
3798 * This is the function where ext4lazyinit thread lives. It walks
3799 * through the request list searching for next scheduled filesystem.
3800 * When such a fs is found, run the lazy initialization request
3801 * (ext4_rn_li_request) and keep track of the time spend in this
3802 * function. Based on that time we compute next schedule time of
3803 * the request. When walking through the list is complete, compute
3804 * next waking time and put itself into sleep.
3805 */
3806static int ext4_lazyinit_thread(void *arg)
3807{
3808 struct ext4_lazy_init *eli = (struct ext4_lazy_init *)arg;
3809 struct list_head *pos, *n;
3810 struct ext4_li_request *elr;
Lukas Czerner4ed5c032011-05-20 13:49:04 -04003811 unsigned long next_wakeup, cur;
Lukas Czernerbfff6872010-10-27 21:30:05 -04003812
3813 BUG_ON(NULL == eli);
3814
Lukas Czernerbfff6872010-10-27 21:30:05 -04003815cont_thread:
3816 while (true) {
3817 next_wakeup = MAX_JIFFY_OFFSET;
3818
3819 mutex_lock(&eli->li_list_mtx);
3820 if (list_empty(&eli->li_request_list)) {
3821 mutex_unlock(&eli->li_list_mtx);
3822 goto exit_thread;
3823 }
Lukas Czernerbfff6872010-10-27 21:30:05 -04003824 list_for_each_safe(pos, n, &eli->li_request_list) {
Dmitry Monakhove22834f2016-09-05 23:38:36 -04003825 int err = 0;
3826 int progress = 0;
Lukas Czernerbfff6872010-10-27 21:30:05 -04003827 elr = list_entry(pos, struct ext4_li_request,
3828 lr_request);
3829
Dmitry Monakhove22834f2016-09-05 23:38:36 -04003830 if (time_before(jiffies, elr->lr_next_sched)) {
3831 if (time_before(elr->lr_next_sched, next_wakeup))
3832 next_wakeup = elr->lr_next_sched;
3833 continue;
Lukas Czernerbfff6872010-10-27 21:30:05 -04003834 }
Dmitry Monakhove22834f2016-09-05 23:38:36 -04003835 if (down_read_trylock(&elr->lr_super->s_umount)) {
3836 if (sb_start_write_trylock(elr->lr_super)) {
3837 progress = 1;
3838 /*
3839 * We hold sb->s_umount, sb can not
3840 * be removed from the list, it is
3841 * now safe to drop li_list_mtx
3842 */
3843 mutex_unlock(&eli->li_list_mtx);
3844 err = ext4_run_li_request(elr);
3845 sb_end_write(elr->lr_super);
3846 mutex_lock(&eli->li_list_mtx);
3847 n = pos->next;
3848 }
3849 up_read((&elr->lr_super->s_umount));
3850 }
3851 /* error, remove the lazy_init job */
3852 if (err) {
3853 ext4_remove_li_request(elr);
3854 continue;
3855 }
3856 if (!progress) {
3857 elr->lr_next_sched = jiffies +
3858 (prandom_u32()
3859 % (EXT4_DEF_LI_MAX_START_DELAY * HZ));
3860 }
Lukas Czernerbfff6872010-10-27 21:30:05 -04003861 if (time_before(elr->lr_next_sched, next_wakeup))
3862 next_wakeup = elr->lr_next_sched;
3863 }
3864 mutex_unlock(&eli->li_list_mtx);
3865
Tejun Heoa0acae02011-11-21 12:32:22 -08003866 try_to_freeze();
Lukas Czernerbfff6872010-10-27 21:30:05 -04003867
Lukas Czerner4ed5c032011-05-20 13:49:04 -04003868 cur = jiffies;
3869 if ((time_after_eq(cur, next_wakeup)) ||
Lukas Czernerf4245bd2010-11-02 14:07:17 -04003870 (MAX_JIFFY_OFFSET == next_wakeup)) {
Lukas Czernerbfff6872010-10-27 21:30:05 -04003871 cond_resched();
3872 continue;
3873 }
3874
Lukas Czerner4ed5c032011-05-20 13:49:04 -04003875 schedule_timeout_interruptible(next_wakeup - cur);
3876
Eric Sandeen8f1f7452011-02-03 14:33:15 -05003877 if (kthread_should_stop()) {
3878 ext4_clear_request_list();
3879 goto exit_thread;
3880 }
Lukas Czernerbfff6872010-10-27 21:30:05 -04003881 }
3882
3883exit_thread:
3884 /*
3885 * It looks like the request list is empty, but we need
3886 * to check it under the li_list_mtx lock, to prevent any
3887 * additions into it, and of course we should lock ext4_li_mtx
3888 * to atomically free the list and ext4_li_info, because at
3889 * this point another ext4 filesystem could be registering
3890 * new one.
3891 */
3892 mutex_lock(&ext4_li_mtx);
3893 mutex_lock(&eli->li_list_mtx);
3894 if (!list_empty(&eli->li_request_list)) {
3895 mutex_unlock(&eli->li_list_mtx);
3896 mutex_unlock(&ext4_li_mtx);
3897 goto cont_thread;
3898 }
3899 mutex_unlock(&eli->li_list_mtx);
Lukas Czernerbfff6872010-10-27 21:30:05 -04003900 kfree(ext4_li_info);
3901 ext4_li_info = NULL;
3902 mutex_unlock(&ext4_li_mtx);
3903
3904 return 0;
3905}
3906
3907static void ext4_clear_request_list(void)
3908{
3909 struct list_head *pos, *n;
3910 struct ext4_li_request *elr;
3911
3912 mutex_lock(&ext4_li_info->li_list_mtx);
Lukas Czernerbfff6872010-10-27 21:30:05 -04003913 list_for_each_safe(pos, n, &ext4_li_info->li_request_list) {
3914 elr = list_entry(pos, struct ext4_li_request,
3915 lr_request);
3916 ext4_remove_li_request(elr);
3917 }
3918 mutex_unlock(&ext4_li_info->li_list_mtx);
3919}
3920
3921static int ext4_run_lazyinit_thread(void)
3922{
Eric Sandeen8f1f7452011-02-03 14:33:15 -05003923 ext4_lazyinit_task = kthread_run(ext4_lazyinit_thread,
3924 ext4_li_info, "ext4lazyinit");
3925 if (IS_ERR(ext4_lazyinit_task)) {
3926 int err = PTR_ERR(ext4_lazyinit_task);
Lukas Czernerbfff6872010-10-27 21:30:05 -04003927 ext4_clear_request_list();
Lukas Czernerbfff6872010-10-27 21:30:05 -04003928 kfree(ext4_li_info);
3929 ext4_li_info = NULL;
Theodore Ts'o92b97812012-03-19 23:41:49 -04003930 printk(KERN_CRIT "EXT4-fs: error %d creating inode table "
Lukas Czernerbfff6872010-10-27 21:30:05 -04003931 "initialization thread\n",
3932 err);
3933 return err;
3934 }
3935 ext4_li_info->li_state |= EXT4_LAZYINIT_RUNNING;
Lukas Czernerbfff6872010-10-27 21:30:05 -04003936 return 0;
3937}
3938
3939/*
3940 * Check whether it make sense to run itable init. thread or not.
3941 * If there is at least one uninitialized inode table, return
3942 * corresponding group number, else the loop goes through all
3943 * groups and return total number of groups.
3944 */
3945static ext4_group_t ext4_has_uninit_itable(struct super_block *sb)
3946{
3947 ext4_group_t group, ngroups = EXT4_SB(sb)->s_groups_count;
3948 struct ext4_group_desc *gdp = NULL;
3949
Theodore Ts'o88446182018-06-14 00:58:00 -04003950 if (!ext4_has_group_desc_csum(sb))
3951 return ngroups;
3952
Lukas Czernerbfff6872010-10-27 21:30:05 -04003953 for (group = 0; group < ngroups; group++) {
3954 gdp = ext4_get_group_desc(sb, group, NULL);
3955 if (!gdp)
3956 continue;
3957
Theodore Ts'o50122842018-07-28 08:12:04 -04003958 if (!(gdp->bg_flags & cpu_to_le16(EXT4_BG_INODE_ZEROED)))
Lukas Czernerbfff6872010-10-27 21:30:05 -04003959 break;
3960 }
3961
3962 return group;
3963}
3964
3965static int ext4_li_info_new(void)
3966{
3967 struct ext4_lazy_init *eli = NULL;
3968
3969 eli = kzalloc(sizeof(*eli), GFP_KERNEL);
3970 if (!eli)
3971 return -ENOMEM;
3972
Lukas Czernerbfff6872010-10-27 21:30:05 -04003973 INIT_LIST_HEAD(&eli->li_request_list);
3974 mutex_init(&eli->li_list_mtx);
3975
Lukas Czernerbfff6872010-10-27 21:30:05 -04003976 eli->li_state |= EXT4_LAZYINIT_QUIT;
3977
3978 ext4_li_info = eli;
3979
3980 return 0;
3981}
3982
3983static struct ext4_li_request *ext4_li_request_new(struct super_block *sb,
3984 ext4_group_t start)
3985{
Lukas Czernerbfff6872010-10-27 21:30:05 -04003986 struct ext4_li_request *elr;
Lukas Czernerbfff6872010-10-27 21:30:05 -04003987
3988 elr = kzalloc(sizeof(*elr), GFP_KERNEL);
3989 if (!elr)
3990 return NULL;
3991
3992 elr->lr_super = sb;
Theodore Ts'o3d392b22020-07-17 00:14:40 -04003993 elr->lr_first_not_zeroed = start;
Harshad Shirwadkar21175ca2021-04-01 10:21:29 -07003994 if (test_opt(sb, NO_PREFETCH_BLOCK_BITMAPS)) {
Theodore Ts'o3d392b22020-07-17 00:14:40 -04003995 elr->lr_mode = EXT4_LI_MODE_ITABLE;
3996 elr->lr_next_group = start;
Harshad Shirwadkar21175ca2021-04-01 10:21:29 -07003997 } else {
3998 elr->lr_mode = EXT4_LI_MODE_PREFETCH_BBITMAP;
Theodore Ts'o3d392b22020-07-17 00:14:40 -04003999 }
Lukas Czernerbfff6872010-10-27 21:30:05 -04004000
4001 /*
4002 * Randomize first schedule time of the request to
4003 * spread the inode table initialization requests
4004 * better.
4005 */
Theodore Ts'odd1f7232013-11-08 00:14:53 -05004006 elr->lr_next_sched = jiffies + (prandom_u32() %
4007 (EXT4_DEF_LI_MAX_START_DELAY * HZ));
Lukas Czernerbfff6872010-10-27 21:30:05 -04004008 return elr;
4009}
4010
Theodore Ts'o7f511862013-01-13 08:41:45 -05004011int ext4_register_li_request(struct super_block *sb,
4012 ext4_group_t first_not_zeroed)
Lukas Czernerbfff6872010-10-27 21:30:05 -04004013{
4014 struct ext4_sb_info *sbi = EXT4_SB(sb);
Theodore Ts'o7f511862013-01-13 08:41:45 -05004015 struct ext4_li_request *elr = NULL;
Jun Piao49598e02018-01-11 13:17:49 -05004016 ext4_group_t ngroups = sbi->s_groups_count;
Andrew Morton6c5a6cb2011-01-10 12:30:17 -05004017 int ret = 0;
Lukas Czernerbfff6872010-10-27 21:30:05 -04004018
Theodore Ts'o7f511862013-01-13 08:41:45 -05004019 mutex_lock(&ext4_li_mtx);
Lukas Czerner51ce6512011-05-20 13:55:16 -04004020 if (sbi->s_li_request != NULL) {
4021 /*
4022 * Reset timeout so it can be computed again, because
4023 * s_li_wait_mult might have changed.
4024 */
4025 sbi->s_li_request->lr_timeout = 0;
Theodore Ts'o7f511862013-01-13 08:41:45 -05004026 goto out;
Lukas Czerner51ce6512011-05-20 13:55:16 -04004027 }
Lukas Czernerbfff6872010-10-27 21:30:05 -04004028
Harshad Shirwadkar21175ca2021-04-01 10:21:29 -07004029 if (test_opt(sb, NO_PREFETCH_BLOCK_BITMAPS) &&
Theodore Ts'o3d392b22020-07-17 00:14:40 -04004030 (first_not_zeroed == ngroups || sb_rdonly(sb) ||
4031 !test_opt(sb, INIT_INODE_TABLE)))
Theodore Ts'o7f511862013-01-13 08:41:45 -05004032 goto out;
Lukas Czernerbfff6872010-10-27 21:30:05 -04004033
4034 elr = ext4_li_request_new(sb, first_not_zeroed);
Theodore Ts'o7f511862013-01-13 08:41:45 -05004035 if (!elr) {
4036 ret = -ENOMEM;
4037 goto out;
4038 }
Lukas Czernerbfff6872010-10-27 21:30:05 -04004039
4040 if (NULL == ext4_li_info) {
4041 ret = ext4_li_info_new();
4042 if (ret)
4043 goto out;
4044 }
4045
4046 mutex_lock(&ext4_li_info->li_list_mtx);
4047 list_add(&elr->lr_request, &ext4_li_info->li_request_list);
4048 mutex_unlock(&ext4_li_info->li_list_mtx);
4049
4050 sbi->s_li_request = elr;
Tao Ma46e46902011-04-04 16:00:49 -04004051 /*
4052 * set elr to NULL here since it has been inserted to
4053 * the request_list and the removal and free of it is
4054 * handled by ext4_clear_request_list from now on.
4055 */
4056 elr = NULL;
Lukas Czernerbfff6872010-10-27 21:30:05 -04004057
4058 if (!(ext4_li_info->li_state & EXT4_LAZYINIT_RUNNING)) {
4059 ret = ext4_run_lazyinit_thread();
4060 if (ret)
4061 goto out;
4062 }
Lukas Czernerbfff6872010-10-27 21:30:05 -04004063out:
Nicolas Kaiserbeed5ecb2010-10-27 22:08:42 -04004064 mutex_unlock(&ext4_li_mtx);
4065 if (ret)
Lukas Czernerbfff6872010-10-27 21:30:05 -04004066 kfree(elr);
Lukas Czernerbfff6872010-10-27 21:30:05 -04004067 return ret;
4068}
4069
4070/*
4071 * We do not need to lock anything since this is called on
4072 * module unload.
4073 */
4074static void ext4_destroy_lazyinit_thread(void)
4075{
4076 /*
4077 * If thread exited earlier
4078 * there's nothing to be done.
4079 */
Eric Sandeen8f1f7452011-02-03 14:33:15 -05004080 if (!ext4_li_info || !ext4_lazyinit_task)
Lukas Czernerbfff6872010-10-27 21:30:05 -04004081 return;
4082
Eric Sandeen8f1f7452011-02-03 14:33:15 -05004083 kthread_stop(ext4_lazyinit_task);
Lukas Czernerbfff6872010-10-27 21:30:05 -04004084}
4085
Darrick J. Wong25ed6e82012-05-27 07:48:56 -04004086static int set_journal_csum_feature_set(struct super_block *sb)
4087{
4088 int ret = 1;
4089 int compat, incompat;
4090 struct ext4_sb_info *sbi = EXT4_SB(sb);
4091
Dmitry Monakhov9aa5d32b2014-10-13 03:36:16 -04004092 if (ext4_has_metadata_csum(sb)) {
Darrick J. Wongdb9ee222014-08-27 18:40:07 -04004093 /* journal checksum v3 */
Darrick J. Wong25ed6e82012-05-27 07:48:56 -04004094 compat = 0;
Darrick J. Wongdb9ee222014-08-27 18:40:07 -04004095 incompat = JBD2_FEATURE_INCOMPAT_CSUM_V3;
Darrick J. Wong25ed6e82012-05-27 07:48:56 -04004096 } else {
4097 /* journal checksum v1 */
4098 compat = JBD2_FEATURE_COMPAT_CHECKSUM;
4099 incompat = 0;
4100 }
4101
Darrick J. Wongfeb8c6d2014-09-11 11:38:21 -04004102 jbd2_journal_clear_features(sbi->s_journal,
4103 JBD2_FEATURE_COMPAT_CHECKSUM, 0,
4104 JBD2_FEATURE_INCOMPAT_CSUM_V3 |
4105 JBD2_FEATURE_INCOMPAT_CSUM_V2);
Darrick J. Wong25ed6e82012-05-27 07:48:56 -04004106 if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) {
4107 ret = jbd2_journal_set_features(sbi->s_journal,
4108 compat, 0,
4109 JBD2_FEATURE_INCOMPAT_ASYNC_COMMIT |
4110 incompat);
4111 } else if (test_opt(sb, JOURNAL_CHECKSUM)) {
4112 ret = jbd2_journal_set_features(sbi->s_journal,
4113 compat, 0,
4114 incompat);
4115 jbd2_journal_clear_features(sbi->s_journal, 0, 0,
4116 JBD2_FEATURE_INCOMPAT_ASYNC_COMMIT);
4117 } else {
Darrick J. Wongfeb8c6d2014-09-11 11:38:21 -04004118 jbd2_journal_clear_features(sbi->s_journal, 0, 0,
4119 JBD2_FEATURE_INCOMPAT_ASYNC_COMMIT);
Darrick J. Wong25ed6e82012-05-27 07:48:56 -04004120 }
4121
4122 return ret;
4123}
4124
Theodore Ts'o952fc182012-07-09 16:27:05 -04004125/*
4126 * Note: calculating the overhead so we can be compatible with
4127 * historical BSD practice is quite difficult in the face of
4128 * clusters/bigalloc. This is because multiple metadata blocks from
4129 * different block group can end up in the same allocation cluster.
4130 * Calculating the exact overhead in the face of clustered allocation
4131 * requires either O(all block bitmaps) in memory or O(number of block
4132 * groups**2) in time. We will still calculate the superblock for
4133 * older file systems --- and if we come across with a bigalloc file
4134 * system with zero in s_overhead_clusters the estimate will be close to
4135 * correct especially for very large cluster sizes --- but for newer
4136 * file systems, it's better to calculate this figure once at mkfs
4137 * time, and store it in the superblock. If the superblock value is
4138 * present (even for non-bigalloc file systems), we will use it.
4139 */
4140static int count_overhead(struct super_block *sb, ext4_group_t grp,
4141 char *buf)
4142{
4143 struct ext4_sb_info *sbi = EXT4_SB(sb);
4144 struct ext4_group_desc *gdp;
4145 ext4_fsblk_t first_block, last_block, b;
4146 ext4_group_t i, ngroups = ext4_get_groups_count(sb);
4147 int s, j, count = 0;
4148
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04004149 if (!ext4_has_feature_bigalloc(sb))
Theodore Ts'o0548bbb2012-08-16 11:59:04 -04004150 return (ext4_bg_has_super(sb, grp) + ext4_bg_num_gdb(sb, grp) +
4151 sbi->s_itb_per_group + 2);
4152
Theodore Ts'o952fc182012-07-09 16:27:05 -04004153 first_block = le32_to_cpu(sbi->s_es->s_first_data_block) +
4154 (grp * EXT4_BLOCKS_PER_GROUP(sb));
4155 last_block = first_block + EXT4_BLOCKS_PER_GROUP(sb) - 1;
4156 for (i = 0; i < ngroups; i++) {
4157 gdp = ext4_get_group_desc(sb, i, NULL);
4158 b = ext4_block_bitmap(sb, gdp);
4159 if (b >= first_block && b <= last_block) {
4160 ext4_set_bit(EXT4_B2C(sbi, b - first_block), buf);
4161 count++;
4162 }
4163 b = ext4_inode_bitmap(sb, gdp);
4164 if (b >= first_block && b <= last_block) {
4165 ext4_set_bit(EXT4_B2C(sbi, b - first_block), buf);
4166 count++;
4167 }
4168 b = ext4_inode_table(sb, gdp);
4169 if (b >= first_block && b + sbi->s_itb_per_group <= last_block)
4170 for (j = 0; j < sbi->s_itb_per_group; j++, b++) {
4171 int c = EXT4_B2C(sbi, b - first_block);
4172 ext4_set_bit(c, buf);
4173 count++;
4174 }
4175 if (i != grp)
4176 continue;
4177 s = 0;
4178 if (ext4_bg_has_super(sb, grp)) {
4179 ext4_set_bit(s++, buf);
4180 count++;
4181 }
Theodore Ts'oc48ae412016-11-18 13:37:47 -05004182 j = ext4_bg_num_gdb(sb, grp);
4183 if (s + j > EXT4_BLOCKS_PER_GROUP(sb)) {
4184 ext4_error(sb, "Invalid number of block group "
4185 "descriptor blocks: %d", j);
4186 j = EXT4_BLOCKS_PER_GROUP(sb) - s;
Theodore Ts'o952fc182012-07-09 16:27:05 -04004187 }
Theodore Ts'oc48ae412016-11-18 13:37:47 -05004188 count += j;
4189 for (; j > 0; j--)
4190 ext4_set_bit(EXT4_B2C(sbi, s++), buf);
Theodore Ts'o952fc182012-07-09 16:27:05 -04004191 }
4192 if (!count)
4193 return 0;
4194 return EXT4_CLUSTERS_PER_GROUP(sb) -
4195 ext4_count_free(buf, EXT4_CLUSTERS_PER_GROUP(sb) / 8);
4196}
4197
4198/*
4199 * Compute the overhead and stash it in sbi->s_overhead
4200 */
4201int ext4_calculate_overhead(struct super_block *sb)
4202{
4203 struct ext4_sb_info *sbi = EXT4_SB(sb);
4204 struct ext4_super_block *es = sbi->s_es;
Eric Whitney3c816de2016-09-30 02:08:49 -04004205 struct inode *j_inode;
4206 unsigned int j_blocks, j_inum = le32_to_cpu(es->s_journal_inum);
Theodore Ts'o952fc182012-07-09 16:27:05 -04004207 ext4_group_t i, ngroups = ext4_get_groups_count(sb);
4208 ext4_fsblk_t overhead = 0;
Dmitry Monakhov4fdb5542014-11-25 13:08:04 -05004209 char *buf = (char *) get_zeroed_page(GFP_NOFS);
Theodore Ts'o952fc182012-07-09 16:27:05 -04004210
Theodore Ts'o952fc182012-07-09 16:27:05 -04004211 if (!buf)
4212 return -ENOMEM;
4213
4214 /*
4215 * Compute the overhead (FS structures). This is constant
4216 * for a given filesystem unless the number of block groups
4217 * changes so we cache the previous value until it does.
4218 */
4219
4220 /*
4221 * All of the blocks before first_data_block are overhead
4222 */
4223 overhead = EXT4_B2C(sbi, le32_to_cpu(es->s_first_data_block));
4224
4225 /*
4226 * Add the overhead found in each block group
4227 */
4228 for (i = 0; i < ngroups; i++) {
4229 int blks;
4230
4231 blks = count_overhead(sb, i, buf);
4232 overhead += blks;
4233 if (blks)
4234 memset(buf, 0, PAGE_SIZE);
4235 cond_resched();
4236 }
Eric Whitney3c816de2016-09-30 02:08:49 -04004237
4238 /*
4239 * Add the internal journal blocks whether the journal has been
4240 * loaded or not
4241 */
Chunguang Xuee7ed3a2020-09-24 11:03:42 +08004242 if (sbi->s_journal && !sbi->s_journal_bdev)
Harshad Shirwadkarede7dc72020-11-05 19:58:54 -08004243 overhead += EXT4_NUM_B2C(sbi, sbi->s_journal->j_total_len);
Ritesh Harjanif1eec3b2020-03-16 15:00:38 +05304244 else if (ext4_has_feature_journal(sb) && !sbi->s_journal && j_inum) {
4245 /* j_inum for internal journal is non-zero */
Eric Whitney3c816de2016-09-30 02:08:49 -04004246 j_inode = ext4_get_journal_inode(sb, j_inum);
4247 if (j_inode) {
4248 j_blocks = j_inode->i_size >> sb->s_blocksize_bits;
4249 overhead += EXT4_NUM_B2C(sbi, j_blocks);
4250 iput(j_inode);
4251 } else {
4252 ext4_msg(sb, KERN_ERR, "can't get journal size");
4253 }
4254 }
Theodore Ts'o952fc182012-07-09 16:27:05 -04004255 sbi->s_overhead = overhead;
4256 smp_wmb();
4257 free_page((unsigned long) buf);
4258 return 0;
4259}
4260
Theodore Ts'ob5799012015-09-23 12:44:17 -04004261static void ext4_set_resv_clusters(struct super_block *sb)
Lukas Czerner27dd4382013-04-09 22:11:22 -04004262{
4263 ext4_fsblk_t resv_clusters;
Theodore Ts'ob5799012015-09-23 12:44:17 -04004264 struct ext4_sb_info *sbi = EXT4_SB(sb);
Lukas Czerner27dd4382013-04-09 22:11:22 -04004265
4266 /*
Jan Kara30fac0f2013-12-08 21:11:59 -05004267 * There's no need to reserve anything when we aren't using extents.
4268 * The space estimates are exact, there are no unwritten extents,
4269 * hole punching doesn't need new metadata... This is needed especially
4270 * to keep ext2/3 backward compatibility.
4271 */
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04004272 if (!ext4_has_feature_extents(sb))
Theodore Ts'ob5799012015-09-23 12:44:17 -04004273 return;
Jan Kara30fac0f2013-12-08 21:11:59 -05004274 /*
Lukas Czerner27dd4382013-04-09 22:11:22 -04004275 * By default we reserve 2% or 4096 clusters, whichever is smaller.
4276 * This should cover the situations where we can not afford to run
4277 * out of space like for example punch hole, or converting
Lukas Czerner556615d2014-04-20 23:45:47 -04004278 * unwritten extents in delalloc path. In most cases such
Lukas Czerner27dd4382013-04-09 22:11:22 -04004279 * allocation would require 1, or 2 blocks, higher numbers are
4280 * very rare.
4281 */
Theodore Ts'ob5799012015-09-23 12:44:17 -04004282 resv_clusters = (ext4_blocks_count(sbi->s_es) >>
4283 sbi->s_cluster_bits);
Lukas Czerner27dd4382013-04-09 22:11:22 -04004284
4285 do_div(resv_clusters, 50);
4286 resv_clusters = min_t(ext4_fsblk_t, resv_clusters, 4096);
4287
Theodore Ts'ob5799012015-09-23 12:44:17 -04004288 atomic64_set(&sbi->s_resv_clusters, resv_clusters);
Lukas Czerner27dd4382013-04-09 22:11:22 -04004289}
4290
Roman Anufrievca9b4042020-10-22 06:21:00 +03004291static const char *ext4_quota_mode(struct super_block *sb)
4292{
4293#ifdef CONFIG_QUOTA
4294 if (!ext4_quota_capable(sb))
4295 return "none";
4296
4297 if (EXT4_SB(sb)->s_journal && ext4_is_quota_journalled(sb))
4298 return "journalled";
4299 else
4300 return "writeback";
4301#else
4302 return "disabled";
4303#endif
4304}
4305
Jan Kara188c2992021-08-16 11:57:04 +02004306static void ext4_setup_csum_trigger(struct super_block *sb,
4307 enum ext4_journal_trigger_type type,
4308 void (*trigger)(
4309 struct jbd2_buffer_trigger_type *type,
4310 struct buffer_head *bh,
4311 void *mapped_data,
4312 size_t size))
4313{
4314 struct ext4_sb_info *sbi = EXT4_SB(sb);
4315
4316 sbi->s_journal_triggers[type].sb = sb;
4317 sbi->s_journal_triggers[type].tr_triggers.t_frozen = trigger;
4318}
4319
Lukas Czerner7edfd852021-10-27 16:18:53 +02004320static void ext4_free_sbi(struct ext4_sb_info *sbi)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004321{
Lukas Czerner7edfd852021-10-27 16:18:53 +02004322 if (!sbi)
4323 return;
4324
4325 kfree(sbi->s_blockgroup_lock);
4326 fs_put_dax(sbi->s_daxdev);
4327 kfree(sbi);
4328}
4329
4330static struct ext4_sb_info *ext4_alloc_sbi(struct super_block *sb)
4331{
4332 struct ext4_sb_info *sbi;
4333
4334 sbi = kzalloc(sizeof(*sbi), GFP_KERNEL);
4335 if (!sbi)
4336 return NULL;
4337
4338 sbi->s_daxdev = fs_dax_get_by_bdev(sb->s_bdev);
4339
4340 sbi->s_blockgroup_lock =
4341 kzalloc(sizeof(struct blockgroup_lock), GFP_KERNEL);
4342
4343 if (!sbi->s_blockgroup_lock)
4344 goto err_out;
4345
4346 sb->s_fs_info = sbi;
4347 sbi->s_sb = sb;
4348 return sbi;
4349err_out:
4350 fs_put_dax(sbi->s_daxdev);
4351 kfree(sbi);
4352 return NULL;
4353}
4354
Lukas Czerner960e0ab2021-12-22 11:45:17 +01004355static int __ext4_fill_super(struct fs_context *fc, struct super_block *sb)
Lukas Czerner7edfd852021-10-27 16:18:53 +02004356{
Theodore Ts'o1d0c3922020-02-15 16:40:37 -05004357 struct buffer_head *bh, **group_desc;
Mingming Cao617ba132006-10-11 01:20:53 -07004358 struct ext4_super_block *es = NULL;
Lukas Czerner7edfd852021-10-27 16:18:53 +02004359 struct ext4_sb_info *sbi = EXT4_SB(sb);
Suraj Jitindar Singh7c990722020-02-18 19:08:51 -08004360 struct flex_groups **flex_groups;
Mingming Cao617ba132006-10-11 01:20:53 -07004361 ext4_fsblk_t block;
Andrew Morton70bbb3e2006-10-11 01:21:20 -07004362 ext4_fsblk_t logical_sb_block;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004363 unsigned long offset = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004364 unsigned long def_mount_opts;
4365 struct inode *root;
Cyrill Gorcunovdcc7dae2010-07-27 11:56:07 -04004366 int ret = -ENOMEM;
Theodore Ts'o281b5992011-09-09 18:34:51 -04004367 int blocksize, clustersize;
Theodore Ts'o4ec11022009-01-06 14:53:26 -05004368 unsigned int db_count;
4369 unsigned int i;
Kaixu Xiaef5fd682020-04-15 15:25:42 +08004370 int needs_recovery, has_huge_files;
Laurent Vivierbd81d8e2006-10-11 01:21:10 -07004371 __u64 blocks_count;
Lukas Czerner07aa2ea2012-11-08 15:16:54 -05004372 int err = 0;
Lukas Czernerbfff6872010-10-27 21:30:05 -04004373 ext4_group_t first_not_zeroed;
Lukas Czerner7edfd852021-10-27 16:18:53 +02004374 struct ext4_fs_context *ctx = fc->fs_private;
Lukas Czerner960e0ab2021-12-22 11:45:17 +01004375 int silent = fc->sb_flags & SB_SILENT;
Harshad Shirwadkarb237e302021-04-01 10:21:24 -07004376
4377 /* Set defaults for the variables that will be set during parsing */
Lukas Czerner7edfd852021-10-27 16:18:53 +02004378 ctx->journal_ioprio = DEFAULT_JOURNAL_IOPRIO;
4379 ctx->mb_optimize_scan = DEFAULT_MB_OPTIMIZE_SCAN;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004380
Theodore Ts'o240799c2008-10-09 23:53:47 -04004381 sbi->s_inode_readahead_blks = EXT4_DEF_INODE_READAHEAD_BLKS;
Christoph Hellwig8446fe92020-11-24 09:36:54 +01004382 sbi->s_sectors_written_start =
4383 part_stat_read(sb->s_bdev, sectors[STAT_WRITE]);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004384
Lukas Czerner07aa2ea2012-11-08 15:16:54 -05004385 /* -EINVAL is default */
Cyrill Gorcunovdcc7dae2010-07-27 11:56:07 -04004386 ret = -EINVAL;
Mingming Cao617ba132006-10-11 01:20:53 -07004387 blocksize = sb_min_blocksize(sb, EXT4_MIN_BLOCK_SIZE);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004388 if (!blocksize) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04004389 ext4_msg(sb, KERN_ERR, "unable to set blocksize");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004390 goto out_fail;
4391 }
4392
4393 /*
Mingming Cao617ba132006-10-11 01:20:53 -07004394 * The ext4 superblock will not be buffer aligned for other than 1kB
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004395 * block sizes. We need to calculate the offset from buffer start.
4396 */
Mingming Cao617ba132006-10-11 01:20:53 -07004397 if (blocksize != EXT4_MIN_BLOCK_SIZE) {
Lukas Czerner7edfd852021-10-27 16:18:53 +02004398 logical_sb_block = sbi->s_sb_block * EXT4_MIN_BLOCK_SIZE;
Andrew Morton70bbb3e2006-10-11 01:21:20 -07004399 offset = do_div(logical_sb_block, blocksize);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004400 } else {
Lukas Czerner7edfd852021-10-27 16:18:53 +02004401 logical_sb_block = sbi->s_sb_block;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004402 }
4403
zhangyi (F)8394a6a2020-09-24 15:33:37 +08004404 bh = ext4_sb_bread_unmovable(sb, logical_sb_block);
4405 if (IS_ERR(bh)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04004406 ext4_msg(sb, KERN_ERR, "unable to read superblock");
zhangyi (F)8394a6a2020-09-24 15:33:37 +08004407 ret = PTR_ERR(bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004408 goto out_fail;
4409 }
4410 /*
4411 * Note: s_es must be initialized as soon as possible because
Mingming Cao617ba132006-10-11 01:20:53 -07004412 * some ext4 macro-instructions depend on its value
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004413 */
Theodore Ts'o2716b802012-05-28 17:47:52 -04004414 es = (struct ext4_super_block *) (bh->b_data + offset);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004415 sbi->s_es = es;
4416 sb->s_magic = le16_to_cpu(es->s_magic);
Mingming Cao617ba132006-10-11 01:20:53 -07004417 if (sb->s_magic != EXT4_SUPER_MAGIC)
4418 goto cantfind_ext4;
Theodore Ts'oafc32f72009-02-28 19:39:58 -05004419 sbi->s_kbytes_written = le64_to_cpu(es->s_kbytes_written);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004420
Darrick J. Wongfeb0ab32012-04-29 18:45:10 -04004421 /* Warn if metadata_csum and gdt_csum are both set. */
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04004422 if (ext4_has_feature_metadata_csum(sb) &&
4423 ext4_has_feature_gdt_csum(sb))
Jakub Wilk363307e2015-01-02 15:31:14 -05004424 ext4_warning(sb, "metadata_csum and uninit_bg are "
Darrick J. Wongfeb0ab32012-04-29 18:45:10 -04004425 "redundant flags; please run fsck.");
4426
Darrick J. Wongd25425f2012-04-29 18:25:10 -04004427 /* Check for a known checksum algorithm */
4428 if (!ext4_verify_csum_type(sb, es)) {
4429 ext4_msg(sb, KERN_ERR, "VFS: Found ext4 filesystem with "
4430 "unknown checksum algorithm.");
4431 silent = 1;
4432 goto cantfind_ext4;
4433 }
Jan Kara02f310f2021-08-16 11:57:06 +02004434 ext4_setup_csum_trigger(sb, EXT4_JTR_ORPHAN_FILE,
4435 ext4_orphan_file_block_trigger);
Darrick J. Wongd25425f2012-04-29 18:25:10 -04004436
Darrick J. Wong04419842012-04-29 18:27:10 -04004437 /* Load the checksum driver */
Theodore Ts'oa45403b2018-03-29 22:10:31 -04004438 sbi->s_chksum_driver = crypto_alloc_shash("crc32c", 0, 0);
4439 if (IS_ERR(sbi->s_chksum_driver)) {
4440 ext4_msg(sb, KERN_ERR, "Cannot load crc32c driver.");
4441 ret = PTR_ERR(sbi->s_chksum_driver);
4442 sbi->s_chksum_driver = NULL;
4443 goto failed_mount;
Darrick J. Wong04419842012-04-29 18:27:10 -04004444 }
4445
Darrick J. Wonga9c473172012-04-29 18:29:10 -04004446 /* Check superblock checksum */
4447 if (!ext4_superblock_csum_verify(sb, es)) {
4448 ext4_msg(sb, KERN_ERR, "VFS: Found ext4 filesystem with "
4449 "invalid superblock checksum. Run e2fsck?");
4450 silent = 1;
Darrick J. Wong6a797d22015-10-17 16:16:04 -04004451 ret = -EFSBADCRC;
Darrick J. Wonga9c473172012-04-29 18:29:10 -04004452 goto cantfind_ext4;
4453 }
4454
4455 /* Precompute checksum seed for all metadata */
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04004456 if (ext4_has_feature_csum_seed(sb))
Darrick J. Wong8c81bd82015-10-17 16:16:02 -04004457 sbi->s_csum_seed = le32_to_cpu(es->s_checksum_seed);
Tahsin Erdogandec214d2017-06-22 11:44:55 -04004458 else if (ext4_has_metadata_csum(sb) || ext4_has_feature_ea_inode(sb))
Darrick J. Wonga9c473172012-04-29 18:29:10 -04004459 sbi->s_csum_seed = ext4_chksum(sbi, ~0, es->s_uuid,
4460 sizeof(es->s_uuid));
4461
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004462 /* Set defaults before we parse the mount options */
4463 def_mount_opts = le32_to_cpu(es->s_default_mount_opts);
Theodore Ts'ofd8c37e2010-12-15 20:26:48 -05004464 set_opt(sb, INIT_INODE_TABLE);
Mingming Cao617ba132006-10-11 01:20:53 -07004465 if (def_mount_opts & EXT4_DEFM_DEBUG)
Theodore Ts'ofd8c37e2010-12-15 20:26:48 -05004466 set_opt(sb, DEBUG);
Theodore Ts'o87f26802012-03-02 00:03:21 -05004467 if (def_mount_opts & EXT4_DEFM_BSDGROUPS)
Theodore Ts'ofd8c37e2010-12-15 20:26:48 -05004468 set_opt(sb, GRPID);
Mingming Cao617ba132006-10-11 01:20:53 -07004469 if (def_mount_opts & EXT4_DEFM_UID16)
Theodore Ts'ofd8c37e2010-12-15 20:26:48 -05004470 set_opt(sb, NO_UID32);
Eric Sandeenea663332011-02-23 17:51:51 -05004471 /* xattr user namespace & acls are now defaulted on */
Eric Sandeenea663332011-02-23 17:51:51 -05004472 set_opt(sb, XATTR_USER);
Theodore Ts'o03010a32008-10-10 20:02:48 -04004473#ifdef CONFIG_EXT4_FS_POSIX_ACL
Eric Sandeenea663332011-02-23 17:51:51 -05004474 set_opt(sb, POSIX_ACL);
Hugh Dickins2e7842b2007-02-10 01:46:13 -08004475#endif
Harshad Shirwadkar995a3ed2020-10-15 13:37:54 -07004476 if (ext4_has_feature_fast_commit(sb))
4477 set_opt2(sb, JOURNAL_FAST_COMMIT);
Darrick J. Wong98c1a752014-10-30 10:53:16 -04004478 /* don't forget to enable journal_csum when metadata_csum is enabled. */
4479 if (ext4_has_metadata_csum(sb))
4480 set_opt(sb, JOURNAL_CHECKSUM);
4481
Mingming Cao617ba132006-10-11 01:20:53 -07004482 if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_DATA)
Theodore Ts'ofd8c37e2010-12-15 20:26:48 -05004483 set_opt(sb, JOURNAL_DATA);
Mingming Cao617ba132006-10-11 01:20:53 -07004484 else if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_ORDERED)
Theodore Ts'ofd8c37e2010-12-15 20:26:48 -05004485 set_opt(sb, ORDERED_DATA);
Mingming Cao617ba132006-10-11 01:20:53 -07004486 else if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_WBACK)
Theodore Ts'ofd8c37e2010-12-15 20:26:48 -05004487 set_opt(sb, WRITEBACK_DATA);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004488
Mingming Cao617ba132006-10-11 01:20:53 -07004489 if (le16_to_cpu(sbi->s_es->s_errors) == EXT4_ERRORS_PANIC)
Theodore Ts'ofd8c37e2010-12-15 20:26:48 -05004490 set_opt(sb, ERRORS_PANIC);
Aneesh Kumar K.Vbb4f3972008-01-28 23:58:26 -05004491 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT4_ERRORS_CONTINUE)
Theodore Ts'ofd8c37e2010-12-15 20:26:48 -05004492 set_opt(sb, ERRORS_CONT);
Aneesh Kumar K.Vbb4f3972008-01-28 23:58:26 -05004493 else
Theodore Ts'ofd8c37e2010-12-15 20:26:48 -05004494 set_opt(sb, ERRORS_RO);
Darrick J. Wong45f1a9c2014-09-01 21:34:09 -04004495 /* block_validity enabled by default; disable with noblock_validity */
4496 set_opt(sb, BLOCK_VALIDITY);
Theodore Ts'o8b67f042010-08-01 23:14:20 -04004497 if (def_mount_opts & EXT4_DEFM_DISCARD)
Theodore Ts'ofd8c37e2010-12-15 20:26:48 -05004498 set_opt(sb, DISCARD);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004499
Eric W. Biederman08cefc72012-02-07 15:41:49 -08004500 sbi->s_resuid = make_kuid(&init_user_ns, le16_to_cpu(es->s_def_resuid));
4501 sbi->s_resgid = make_kgid(&init_user_ns, le16_to_cpu(es->s_def_resgid));
Theodore Ts'o30773842009-01-03 20:27:38 -05004502 sbi->s_commit_interval = JBD2_DEFAULT_MAX_COMMIT_AGE * HZ;
4503 sbi->s_min_batch_time = EXT4_DEF_MIN_BATCH_TIME;
4504 sbi->s_max_batch_time = EXT4_DEF_MAX_BATCH_TIME;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004505
Theodore Ts'o8b67f042010-08-01 23:14:20 -04004506 if ((def_mount_opts & EXT4_DEFM_NOBARRIER) == 0)
Theodore Ts'ofd8c37e2010-12-15 20:26:48 -05004507 set_opt(sb, BARRIER);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004508
Mingming Cao1e2462f2007-07-18 09:00:55 -04004509 /*
Aneesh Kumar K.Vdd919b92008-07-11 19:27:31 -04004510 * enable delayed allocation by default
4511 * Use -o nodelalloc to turn it off
4512 */
Theodore Ts'obc0b75f2012-09-17 22:54:36 -04004513 if (!IS_EXT3_SB(sb) && !IS_EXT2_SB(sb) &&
Theodore Ts'o8b67f042010-08-01 23:14:20 -04004514 ((def_mount_opts & EXT4_DEFM_NODELALLOC) == 0))
Theodore Ts'ofd8c37e2010-12-15 20:26:48 -05004515 set_opt(sb, DELALLOC);
Aneesh Kumar K.Vdd919b92008-07-11 19:27:31 -04004516
Lukas Czerner51ce6512011-05-20 13:55:16 -04004517 /*
4518 * set default s_li_wait_mult for lazyinit, for the case there is
4519 * no mount option specified.
4520 */
4521 sbi->s_li_wait_mult = EXT4_DEF_LI_WAIT_MULT;
4522
Theodore Ts'oc9200762020-12-09 15:59:11 -05004523 if (le32_to_cpu(es->s_log_block_size) >
4524 (EXT4_MAX_BLOCK_LOG_SIZE - EXT4_MIN_BLOCK_LOG_SIZE)) {
4525 ext4_msg(sb, KERN_ERR,
4526 "Invalid log block size: %u",
4527 le32_to_cpu(es->s_log_block_size));
4528 goto failed_mount;
4529 }
4530 if (le32_to_cpu(es->s_log_cluster_size) >
4531 (EXT4_MAX_CLUSTER_LOG_SIZE - EXT4_MIN_BLOCK_LOG_SIZE)) {
4532 ext4_msg(sb, KERN_ERR,
4533 "Invalid log cluster size: %u",
4534 le32_to_cpu(es->s_log_cluster_size));
4535 goto failed_mount;
4536 }
4537
4538 blocksize = EXT4_MIN_BLOCK_SIZE << le32_to_cpu(es->s_log_block_size);
Ritesh Harjani626b0352020-03-28 01:37:44 +05304539
4540 if (blocksize == PAGE_SIZE)
4541 set_opt(sb, DIOREAD_NOLOCK);
4542
Theodore Ts'o98033872019-12-15 01:09:03 -05004543 if (le32_to_cpu(es->s_rev_level) == EXT4_GOOD_OLD_REV) {
4544 sbi->s_inode_size = EXT4_GOOD_OLD_INODE_SIZE;
4545 sbi->s_first_ino = EXT4_GOOD_OLD_FIRST_INO;
4546 } else {
4547 sbi->s_inode_size = le16_to_cpu(es->s_inode_size);
4548 sbi->s_first_ino = le32_to_cpu(es->s_first_ino);
4549 if (sbi->s_first_ino < EXT4_GOOD_OLD_FIRST_INO) {
4550 ext4_msg(sb, KERN_ERR, "invalid first ino: %u",
4551 sbi->s_first_ino);
4552 goto failed_mount;
4553 }
4554 if ((sbi->s_inode_size < EXT4_GOOD_OLD_INODE_SIZE) ||
4555 (!is_power_of_2(sbi->s_inode_size)) ||
4556 (sbi->s_inode_size > blocksize)) {
4557 ext4_msg(sb, KERN_ERR,
4558 "unsupported inode size: %d",
4559 sbi->s_inode_size);
Theodore Ts'o4f97a682020-02-06 17:35:01 -05004560 ext4_msg(sb, KERN_ERR, "blocksize: %d", blocksize);
Theodore Ts'o98033872019-12-15 01:09:03 -05004561 goto failed_mount;
4562 }
4563 /*
4564 * i_atime_extra is the last extra field available for
4565 * [acm]times in struct ext4_inode. Checking for that
4566 * field should suffice to ensure we have extra space
4567 * for all three.
4568 */
4569 if (sbi->s_inode_size >= offsetof(struct ext4_inode, i_atime_extra) +
4570 sizeof(((struct ext4_inode *)0)->i_atime_extra)) {
4571 sb->s_time_gran = 1;
4572 sb->s_time_max = EXT4_EXTRA_TIMESTAMP_MAX;
4573 } else {
4574 sb->s_time_gran = NSEC_PER_SEC;
4575 sb->s_time_max = EXT4_NON_EXTRA_TIMESTAMP_MAX;
4576 }
4577 sb->s_time_min = EXT4_TIMESTAMP_MIN;
4578 }
4579 if (sbi->s_inode_size > EXT4_GOOD_OLD_INODE_SIZE) {
4580 sbi->s_want_extra_isize = sizeof(struct ext4_inode) -
4581 EXT4_GOOD_OLD_INODE_SIZE;
4582 if (ext4_has_feature_extra_isize(sb)) {
4583 unsigned v, max = (sbi->s_inode_size -
4584 EXT4_GOOD_OLD_INODE_SIZE);
4585
4586 v = le16_to_cpu(es->s_want_extra_isize);
4587 if (v > max) {
4588 ext4_msg(sb, KERN_ERR,
4589 "bad s_want_extra_isize: %d", v);
4590 goto failed_mount;
4591 }
4592 if (sbi->s_want_extra_isize < v)
4593 sbi->s_want_extra_isize = v;
4594
4595 v = le16_to_cpu(es->s_min_extra_isize);
4596 if (v > max) {
4597 ext4_msg(sb, KERN_ERR,
4598 "bad s_min_extra_isize: %d", v);
4599 goto failed_mount;
4600 }
4601 if (sbi->s_want_extra_isize < v)
4602 sbi->s_want_extra_isize = v;
4603 }
4604 }
4605
Lukas Czerner7edfd852021-10-27 16:18:53 +02004606 err = parse_apply_sb_mount_options(sb, ctx);
4607 if (err < 0)
4608 goto failed_mount;
4609
Theodore Ts'o5a916be2012-03-04 19:27:31 -05004610 sbi->s_def_mount_opt = sbi->s_mount_opt;
Lukas Czerner7edfd852021-10-27 16:18:53 +02004611
4612 err = ext4_check_opt_consistency(fc, sb);
4613 if (err < 0)
4614 goto failed_mount;
4615
4616 err = ext4_apply_options(fc, sb);
4617 if (err < 0)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004618 goto failed_mount;
4619
Gabriel Krisman Bertazic83ad552019-04-25 14:05:42 -04004620#ifdef CONFIG_UNICODE
Daniel Rosenbergf8f4acb2020-10-28 05:08:20 +00004621 if (ext4_has_feature_casefold(sb) && !sb->s_encoding) {
Gabriel Krisman Bertazic83ad552019-04-25 14:05:42 -04004622 const struct ext4_sb_encodings *encoding_info;
4623 struct unicode_map *encoding;
4624 __u16 encoding_flags;
4625
Gabriel Krisman Bertazic83ad552019-04-25 14:05:42 -04004626 if (ext4_sb_read_encoding(es, &encoding_info,
4627 &encoding_flags)) {
4628 ext4_msg(sb, KERN_ERR,
4629 "Encoding requested by superblock is unknown");
4630 goto failed_mount;
4631 }
4632
4633 encoding = utf8_load(encoding_info->version);
4634 if (IS_ERR(encoding)) {
4635 ext4_msg(sb, KERN_ERR,
4636 "can't mount with superblock charset: %s-%s "
4637 "not supported by the kernel. flags: 0x%x.",
4638 encoding_info->name, encoding_info->version,
4639 encoding_flags);
4640 goto failed_mount;
4641 }
4642 ext4_msg(sb, KERN_INFO,"Using encoding defined by superblock: "
4643 "%s-%s with flags 0x%hx", encoding_info->name,
4644 encoding_info->version?:"\b", encoding_flags);
4645
Daniel Rosenbergf8f4acb2020-10-28 05:08:20 +00004646 sb->s_encoding = encoding;
4647 sb->s_encoding_flags = encoding_flags;
Gabriel Krisman Bertazic83ad552019-04-25 14:05:42 -04004648 }
4649#endif
4650
Theodore Ts'o56889782011-09-03 18:22:38 -04004651 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) {
Harshad Shirwadkar556e0312020-11-05 19:59:07 -08004652 printk_once(KERN_WARNING "EXT4-fs: Warning: mounting with data=journal disables delayed allocation, dioread_nolock, O_DIRECT and fast_commit support!\n");
Kaixu Xia781c0362020-04-13 12:24:22 +08004653 /* can't mount with both data=journal and dioread_nolock. */
Theodore Ts'o244adf62020-01-23 12:23:17 -05004654 clear_opt(sb, DIOREAD_NOLOCK);
Harshad Shirwadkar556e0312020-11-05 19:59:07 -08004655 clear_opt2(sb, JOURNAL_FAST_COMMIT);
Theodore Ts'o56889782011-09-03 18:22:38 -04004656 if (test_opt2(sb, EXPLICIT_DELALLOC)) {
4657 ext4_msg(sb, KERN_ERR, "can't mount with "
4658 "both data=journal and delalloc");
4659 goto failed_mount;
4660 }
Ira Weinyfc626fe2020-05-28 07:59:57 -07004661 if (test_opt(sb, DAX_ALWAYS)) {
Ross Zwisler923ae0f2015-02-16 15:59:38 -08004662 ext4_msg(sb, KERN_ERR, "can't mount with "
4663 "both data=journal and dax");
4664 goto failed_mount;
4665 }
Sergey Karamov73b92a22016-12-10 17:54:58 -05004666 if (ext4_has_feature_encrypt(sb)) {
4667 ext4_msg(sb, KERN_WARNING,
4668 "encrypted files will use data=ordered "
4669 "instead of data journaling mode");
4670 }
Theodore Ts'o56889782011-09-03 18:22:38 -04004671 if (test_opt(sb, DELALLOC))
4672 clear_opt(sb, DELALLOC);
Tejun Heo001e4a82015-07-21 23:51:26 -04004673 } else {
4674 sb->s_iflags |= SB_I_CGROUPWB;
Theodore Ts'o56889782011-09-03 18:22:38 -04004675 }
4676
Linus Torvalds1751e8a2017-11-27 13:05:09 -08004677 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) |
4678 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004679
Mingming Cao617ba132006-10-11 01:20:53 -07004680 if (le32_to_cpu(es->s_rev_level) == EXT4_GOOD_OLD_REV &&
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04004681 (ext4_has_compat_features(sb) ||
4682 ext4_has_ro_compat_features(sb) ||
4683 ext4_has_incompat_features(sb)))
Eric Sandeenb31e1552009-06-04 17:36:36 -04004684 ext4_msg(sb, KERN_WARNING,
4685 "feature flags set on rev 0 fs, "
4686 "running e2fsck is recommended");
Theodore Tso469108f2008-02-10 01:11:44 -05004687
Theodore Ts'oed3654e2014-03-24 14:09:06 -04004688 if (es->s_creator_os == cpu_to_le32(EXT4_OS_HURD)) {
4689 set_opt2(sb, HURD_COMPAT);
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04004690 if (ext4_has_feature_64bit(sb)) {
Theodore Ts'oed3654e2014-03-24 14:09:06 -04004691 ext4_msg(sb, KERN_ERR,
4692 "The Hurd can't support 64-bit file systems");
4693 goto failed_mount;
4694 }
Tahsin Erdogandec214d2017-06-22 11:44:55 -04004695
4696 /*
4697 * ea_inode feature uses l_i_version field which is not
4698 * available in HURD_COMPAT mode.
4699 */
4700 if (ext4_has_feature_ea_inode(sb)) {
4701 ext4_msg(sb, KERN_ERR,
4702 "ea_inode feature is not supported for Hurd");
4703 goto failed_mount;
4704 }
Theodore Ts'oed3654e2014-03-24 14:09:06 -04004705 }
4706
Theodore Ts'o2035e772011-04-18 17:29:14 -04004707 if (IS_EXT2_SB(sb)) {
4708 if (ext2_feature_set_ok(sb))
4709 ext4_msg(sb, KERN_INFO, "mounting ext2 file system "
4710 "using the ext4 subsystem");
4711 else {
Eric Sandeen0d9366d2018-03-22 11:59:00 -04004712 /*
4713 * If we're probing be silent, if this looks like
4714 * it's actually an ext[34] filesystem.
4715 */
4716 if (silent && ext4_feature_set_ok(sb, sb_rdonly(sb)))
4717 goto failed_mount;
Theodore Ts'o2035e772011-04-18 17:29:14 -04004718 ext4_msg(sb, KERN_ERR, "couldn't mount as ext2 due "
4719 "to feature incompatibilities");
4720 goto failed_mount;
4721 }
4722 }
4723
4724 if (IS_EXT3_SB(sb)) {
4725 if (ext3_feature_set_ok(sb))
4726 ext4_msg(sb, KERN_INFO, "mounting ext3 file system "
4727 "using the ext4 subsystem");
4728 else {
Eric Sandeen0d9366d2018-03-22 11:59:00 -04004729 /*
4730 * If we're probing be silent, if this looks like
4731 * it's actually an ext4 filesystem.
4732 */
4733 if (silent && ext4_feature_set_ok(sb, sb_rdonly(sb)))
4734 goto failed_mount;
Theodore Ts'o2035e772011-04-18 17:29:14 -04004735 ext4_msg(sb, KERN_ERR, "couldn't mount as ext3 due "
4736 "to feature incompatibilities");
4737 goto failed_mount;
4738 }
4739 }
4740
Theodore Tso469108f2008-02-10 01:11:44 -05004741 /*
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004742 * Check feature flags regardless of the revision level, since we
4743 * previously didn't change the revision level when setting the flags,
4744 * so there is a chance incompat flags are set on a rev 0 filesystem.
4745 */
David Howellsbc98a422017-07-17 08:45:34 +01004746 if (!ext4_feature_set_ok(sb, (sb_rdonly(sb))))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004747 goto failed_mount;
Eric Sandeena13fb1a2009-08-18 00:20:23 -04004748
Theodore Ts'o5b9554d2016-07-05 20:01:52 -04004749 if (le16_to_cpu(sbi->s_es->s_reserved_gdt_blocks) > (blocksize / 4)) {
4750 ext4_msg(sb, KERN_ERR,
4751 "Number of reserved GDT blocks insanely large: %d",
4752 le16_to_cpu(sbi->s_es->s_reserved_gdt_blocks));
4753 goto failed_mount;
4754 }
4755
Lukas Czerner7edfd852021-10-27 16:18:53 +02004756 if (dax_supported(sbi->s_daxdev, sb->s_bdev, blocksize, 0,
Christoph Hellwigbdd3c502021-08-26 15:55:10 +02004757 bdev_nr_sectors(sb->s_bdev)))
Ira Weinya8ab6d32020-05-28 07:59:58 -07004758 set_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags);
4759
Ira Weinyfc626fe2020-05-28 07:59:57 -07004760 if (sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) {
Ross Zwisler559db4c2017-10-12 11:52:34 -04004761 if (ext4_has_feature_inline_data(sb)) {
4762 ext4_msg(sb, KERN_ERR, "Cannot use DAX on a filesystem"
4763 " that may contain inline data");
Eric Sandeen361d24d2018-12-04 00:46:39 -05004764 goto failed_mount;
Ross Zwisler559db4c2017-10-12 11:52:34 -04004765 }
Ira Weinya8ab6d32020-05-28 07:59:58 -07004766 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) {
Dan Williams24f34782017-12-21 17:04:07 -08004767 ext4_msg(sb, KERN_ERR,
Eric Sandeen361d24d2018-12-04 00:46:39 -05004768 "DAX unsupported by block device.");
4769 goto failed_mount;
Dan Williams24f34782017-12-21 17:04:07 -08004770 }
Ross Zwisler923ae0f2015-02-16 15:59:38 -08004771 }
4772
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04004773 if (ext4_has_feature_encrypt(sb) && es->s_encryption_level) {
Theodore Ts'o6ddb2442015-04-16 01:56:00 -04004774 ext4_msg(sb, KERN_ERR, "Unsupported encryption level %d",
4775 es->s_encryption_level);
4776 goto failed_mount;
4777 }
4778
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004779 if (sb->s_blocksize != blocksize) {
Alexey Makhalovafd09b62021-05-21 07:55:33 +00004780 /*
4781 * bh must be released before kill_bdev(), otherwise
4782 * it won't be freed and its page also. kill_bdev()
4783 * is called by sb_set_blocksize().
4784 */
4785 brelse(bh);
Aneesh Kumar K.Vce407332008-01-28 23:58:27 -05004786 /* Validate the filesystem blocksize */
4787 if (!sb_set_blocksize(sb, blocksize)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04004788 ext4_msg(sb, KERN_ERR, "bad block size %d",
Aneesh Kumar K.Vce407332008-01-28 23:58:27 -05004789 blocksize);
Alexey Makhalovafd09b62021-05-21 07:55:33 +00004790 bh = NULL;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004791 goto failed_mount;
4792 }
4793
Lukas Czerner7edfd852021-10-27 16:18:53 +02004794 logical_sb_block = sbi->s_sb_block * EXT4_MIN_BLOCK_SIZE;
Andrew Morton70bbb3e2006-10-11 01:21:20 -07004795 offset = do_div(logical_sb_block, blocksize);
zhangyi (F)8394a6a2020-09-24 15:33:37 +08004796 bh = ext4_sb_bread_unmovable(sb, logical_sb_block);
4797 if (IS_ERR(bh)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04004798 ext4_msg(sb, KERN_ERR,
4799 "Can't read superblock on 2nd try");
zhangyi (F)8394a6a2020-09-24 15:33:37 +08004800 ret = PTR_ERR(bh);
4801 bh = NULL;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004802 goto failed_mount;
4803 }
Theodore Ts'o2716b802012-05-28 17:47:52 -04004804 es = (struct ext4_super_block *)(bh->b_data + offset);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004805 sbi->s_es = es;
Mingming Cao617ba132006-10-11 01:20:53 -07004806 if (es->s_magic != cpu_to_le16(EXT4_SUPER_MAGIC)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04004807 ext4_msg(sb, KERN_ERR,
4808 "Magic mismatch, very weird!");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004809 goto failed_mount;
4810 }
4811 }
4812
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04004813 has_huge_files = ext4_has_feature_huge_file(sb);
Theodore Ts'of287a1a2008-10-16 22:50:48 -04004814 sbi->s_bitmap_maxbytes = ext4_max_bitmap_size(sb->s_blocksize_bits,
4815 has_huge_files);
4816 sb->s_maxbytes = ext4_max_size(sb->s_blocksize_bits, has_huge_files);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004817
Alexandre Ratchov0d1ee422006-10-11 01:21:14 -07004818 sbi->s_desc_size = le16_to_cpu(es->s_desc_size);
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04004819 if (ext4_has_feature_64bit(sb)) {
Alexandre Ratchov8fadc142006-10-11 01:21:15 -07004820 if (sbi->s_desc_size < EXT4_MIN_DESC_SIZE_64BIT ||
Alexandre Ratchov0d1ee422006-10-11 01:21:14 -07004821 sbi->s_desc_size > EXT4_MAX_DESC_SIZE ||
vignesh babud8ea6cf2007-10-16 23:27:14 -07004822 !is_power_of_2(sbi->s_desc_size)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04004823 ext4_msg(sb, KERN_ERR,
4824 "unsupported descriptor size %lu",
Alexandre Ratchov0d1ee422006-10-11 01:21:14 -07004825 sbi->s_desc_size);
4826 goto failed_mount;
4827 }
4828 } else
4829 sbi->s_desc_size = EXT4_MIN_DESC_SIZE;
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04004830
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004831 sbi->s_blocks_per_group = le32_to_cpu(es->s_blocks_per_group);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004832 sbi->s_inodes_per_group = le32_to_cpu(es->s_inodes_per_group);
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04004833
Mingming Cao617ba132006-10-11 01:20:53 -07004834 sbi->s_inodes_per_block = blocksize / EXT4_INODE_SIZE(sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004835 if (sbi->s_inodes_per_block == 0)
Mingming Cao617ba132006-10-11 01:20:53 -07004836 goto cantfind_ext4;
Theodore Ts'ocd6bb352016-11-18 13:28:30 -05004837 if (sbi->s_inodes_per_group < sbi->s_inodes_per_block ||
4838 sbi->s_inodes_per_group > blocksize * 8) {
4839 ext4_msg(sb, KERN_ERR, "invalid inodes per group: %lu\n",
Josh Triplettb9c538d2020-03-28 15:34:15 -07004840 sbi->s_inodes_per_group);
Theodore Ts'ocd6bb352016-11-18 13:28:30 -05004841 goto failed_mount;
4842 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004843 sbi->s_itb_per_group = sbi->s_inodes_per_group /
4844 sbi->s_inodes_per_block;
Alexandre Ratchov0d1ee422006-10-11 01:21:14 -07004845 sbi->s_desc_per_block = blocksize / EXT4_DESC_SIZE(sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004846 sbi->s_sbh = bh;
4847 sbi->s_mount_state = le16_to_cpu(es->s_state);
Fengguang Wue57aa832007-10-16 23:26:25 -07004848 sbi->s_addr_per_block_bits = ilog2(EXT4_ADDR_PER_BLOCK(sb));
4849 sbi->s_desc_per_block_bits = ilog2(EXT4_DESC_PER_BLOCK(sb));
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04004850
Theodore Ts'o2b2d6d02008-07-26 16:15:44 -04004851 for (i = 0; i < 4; i++)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004852 sbi->s_hash_seed[i] = le32_to_cpu(es->s_hash_seed[i]);
4853 sbi->s_def_hash_version = es->s_def_hash_version;
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04004854 if (ext4_has_feature_dir_index(sb)) {
Theodore Ts'o23301412014-02-12 12:16:04 -05004855 i = le32_to_cpu(es->s_flags);
4856 if (i & EXT2_FLAGS_UNSIGNED_HASH)
4857 sbi->s_hash_unsigned = 3;
4858 else if ((i & EXT2_FLAGS_SIGNED_HASH) == 0) {
Theodore Ts'of99b2582008-10-28 13:21:44 -04004859#ifdef __CHAR_UNSIGNED__
David Howellsbc98a422017-07-17 08:45:34 +01004860 if (!sb_rdonly(sb))
Theodore Ts'o23301412014-02-12 12:16:04 -05004861 es->s_flags |=
4862 cpu_to_le32(EXT2_FLAGS_UNSIGNED_HASH);
4863 sbi->s_hash_unsigned = 3;
Theodore Ts'of99b2582008-10-28 13:21:44 -04004864#else
David Howellsbc98a422017-07-17 08:45:34 +01004865 if (!sb_rdonly(sb))
Theodore Ts'o23301412014-02-12 12:16:04 -05004866 es->s_flags |=
4867 cpu_to_le32(EXT2_FLAGS_SIGNED_HASH);
Theodore Ts'of99b2582008-10-28 13:21:44 -04004868#endif
Theodore Ts'o23301412014-02-12 12:16:04 -05004869 }
Theodore Ts'of99b2582008-10-28 13:21:44 -04004870 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004871
Theodore Ts'o281b5992011-09-09 18:34:51 -04004872 /* Handle clustersize */
4873 clustersize = BLOCK_SIZE << le32_to_cpu(es->s_log_cluster_size);
Kaixu Xiaef5fd682020-04-15 15:25:42 +08004874 if (ext4_has_feature_bigalloc(sb)) {
Theodore Ts'o281b5992011-09-09 18:34:51 -04004875 if (clustersize < blocksize) {
4876 ext4_msg(sb, KERN_ERR,
4877 "cluster size (%d) smaller than "
4878 "block size (%d)", clustersize, blocksize);
4879 goto failed_mount;
4880 }
4881 sbi->s_cluster_bits = le32_to_cpu(es->s_log_cluster_size) -
4882 le32_to_cpu(es->s_log_block_size);
4883 sbi->s_clusters_per_group =
4884 le32_to_cpu(es->s_clusters_per_group);
4885 if (sbi->s_clusters_per_group > blocksize * 8) {
4886 ext4_msg(sb, KERN_ERR,
4887 "#clusters per group too big: %lu",
4888 sbi->s_clusters_per_group);
4889 goto failed_mount;
4890 }
4891 if (sbi->s_blocks_per_group !=
4892 (sbi->s_clusters_per_group * (clustersize / blocksize))) {
4893 ext4_msg(sb, KERN_ERR, "blocks per group (%lu) and "
4894 "clusters per group (%lu) inconsistent",
4895 sbi->s_blocks_per_group,
4896 sbi->s_clusters_per_group);
4897 goto failed_mount;
4898 }
4899 } else {
4900 if (clustersize != blocksize) {
Theodore Ts'obfe0a5f2018-06-17 18:11:20 -04004901 ext4_msg(sb, KERN_ERR,
4902 "fragment/cluster size (%d) != "
4903 "block size (%d)", clustersize, blocksize);
4904 goto failed_mount;
Theodore Ts'o281b5992011-09-09 18:34:51 -04004905 }
4906 if (sbi->s_blocks_per_group > blocksize * 8) {
4907 ext4_msg(sb, KERN_ERR,
4908 "#blocks per group too big: %lu",
4909 sbi->s_blocks_per_group);
4910 goto failed_mount;
4911 }
4912 sbi->s_clusters_per_group = sbi->s_blocks_per_group;
4913 sbi->s_cluster_bits = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004914 }
Theodore Ts'o281b5992011-09-09 18:34:51 -04004915 sbi->s_cluster_ratio = clustersize / blocksize;
4916
Theodore Ts'o960fd8562013-07-05 23:11:16 -04004917 /* Do we have standard group size of clustersize * 8 blocks ? */
4918 if (sbi->s_blocks_per_group == clustersize << 3)
4919 set_opt2(sb, STD_GROUP_SIZE);
4920
Eric Sandeenbf43d842009-08-17 23:48:51 -04004921 /*
4922 * Test whether we have more sectors than will fit in sector_t,
4923 * and whether the max offset is addressable by the page cache.
4924 */
Darrick J. Wong5a9ae682010-11-19 09:56:44 -05004925 err = generic_check_addressable(sb->s_blocksize_bits,
Patrick J. LoPresti30ca22c2010-07-22 15:03:41 -07004926 ext4_blocks_count(es));
Darrick J. Wong5a9ae682010-11-19 09:56:44 -05004927 if (err) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04004928 ext4_msg(sb, KERN_ERR, "filesystem"
Eric Sandeenbf43d842009-08-17 23:48:51 -04004929 " too large to mount safely on this system");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07004930 goto failed_mount;
4931 }
4932
Mingming Cao617ba132006-10-11 01:20:53 -07004933 if (EXT4_BLOCKS_PER_GROUP(sb) == 0)
4934 goto cantfind_ext4;
Eric Sandeene7c95592008-01-28 23:58:27 -05004935
From: Thiemo Nagel0f2ddca2009-04-07 14:07:47 -04004936 /* check blocks count against device size */
Christoph Hellwig5513b242021-10-18 12:11:26 +02004937 blocks_count = sb_bdev_nr_blocks(sb);
From: Thiemo Nagel0f2ddca2009-04-07 14:07:47 -04004938 if (blocks_count && ext4_blocks_count(es) > blocks_count) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04004939 ext4_msg(sb, KERN_WARNING, "bad geometry: block count %llu "
4940 "exceeds size of device (%llu blocks)",
From: Thiemo Nagel0f2ddca2009-04-07 14:07:47 -04004941 ext4_blocks_count(es), blocks_count);
4942 goto failed_mount;
4943 }
4944
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04004945 /*
4946 * It makes no sense for the first data block to be beyond the end
4947 * of the filesystem.
4948 */
4949 if (le32_to_cpu(es->s_first_data_block) >= ext4_blocks_count(es)) {
Zheng Liu5635a622011-12-18 16:13:58 -05004950 ext4_msg(sb, KERN_WARNING, "bad geometry: first data "
Eric Sandeenb31e1552009-06-04 17:36:36 -04004951 "block %u is beyond end of filesystem (%llu)",
4952 le32_to_cpu(es->s_first_data_block),
4953 ext4_blocks_count(es));
Eric Sandeene7c95592008-01-28 23:58:27 -05004954 goto failed_mount;
4955 }
Theodore Ts'obfe0a5f2018-06-17 18:11:20 -04004956 if ((es->s_first_data_block == 0) && (es->s_log_block_size == 0) &&
4957 (sbi->s_cluster_ratio == 1)) {
4958 ext4_msg(sb, KERN_WARNING, "bad geometry: first data "
4959 "block is 0 with a 1k block and cluster size");
4960 goto failed_mount;
4961 }
4962
Laurent Vivierbd81d8e2006-10-11 01:21:10 -07004963 blocks_count = (ext4_blocks_count(es) -
4964 le32_to_cpu(es->s_first_data_block) +
4965 EXT4_BLOCKS_PER_GROUP(sb) - 1);
4966 do_div(blocks_count, EXT4_BLOCKS_PER_GROUP(sb));
Theodore Ts'o4ec11022009-01-06 14:53:26 -05004967 if (blocks_count > ((uint64_t)1<<32) - EXT4_DESC_PER_BLOCK(sb)) {
Josh Triplettdf414602020-03-28 14:54:01 -07004968 ext4_msg(sb, KERN_WARNING, "groups count too large: %llu "
Theodore Ts'o4ec11022009-01-06 14:53:26 -05004969 "(block count %llu, first data block %u, "
Josh Triplettdf414602020-03-28 14:54:01 -07004970 "blocks per group %lu)", blocks_count,
Theodore Ts'o4ec11022009-01-06 14:53:26 -05004971 ext4_blocks_count(es),
4972 le32_to_cpu(es->s_first_data_block),
4973 EXT4_BLOCKS_PER_GROUP(sb));
4974 goto failed_mount;
4975 }
Laurent Vivierbd81d8e2006-10-11 01:21:10 -07004976 sbi->s_groups_count = blocks_count;
Eric Sandeenfb0a3872009-09-16 14:45:10 -04004977 sbi->s_blockfile_groups = min_t(ext4_group_t, sbi->s_groups_count,
4978 (EXT4_MAX_BLOCK_FILE_PHYS / EXT4_BLOCKS_PER_GROUP(sb)));
Theodore Ts'o9e463082018-11-07 10:32:53 -05004979 if (((u64)sbi->s_groups_count * sbi->s_inodes_per_group) !=
4980 le32_to_cpu(es->s_inodes_count)) {
4981 ext4_msg(sb, KERN_ERR, "inodes count not valid: %u vs %llu",
4982 le32_to_cpu(es->s_inodes_count),
4983 ((u64)sbi->s_groups_count * sbi->s_inodes_per_group));
4984 ret = -EINVAL;
4985 goto failed_mount;
4986 }
Mingming Cao617ba132006-10-11 01:20:53 -07004987 db_count = (sbi->s_groups_count + EXT4_DESC_PER_BLOCK(sb) - 1) /
4988 EXT4_DESC_PER_BLOCK(sb);
Eryu Guan3a4b77c2016-12-01 15:08:37 -05004989 if (ext4_has_feature_meta_bg(sb)) {
Theodore Ts'o2ba3e6e2017-02-15 01:26:39 -05004990 if (le32_to_cpu(es->s_first_meta_bg) > db_count) {
Eryu Guan3a4b77c2016-12-01 15:08:37 -05004991 ext4_msg(sb, KERN_WARNING,
4992 "first meta block group too large: %u "
4993 "(group descriptor block count %u)",
4994 le32_to_cpu(es->s_first_meta_bg), db_count);
4995 goto failed_mount;
4996 }
4997 }
Theodore Ts'o1d0c3922020-02-15 16:40:37 -05004998 rcu_assign_pointer(sbi->s_group_desc,
4999 kvmalloc_array(db_count,
5000 sizeof(struct buffer_head *),
5001 GFP_KERNEL));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005002 if (sbi->s_group_desc == NULL) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005003 ext4_msg(sb, KERN_ERR, "not enough memory");
Theodore Ts'o2cde4172012-05-28 17:49:54 -04005004 ret = -ENOMEM;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005005 goto failed_mount;
5006 }
5007
Pekka Enberg705895b2009-02-15 18:07:52 -05005008 bgl_lock_init(sbi->s_blockgroup_lock);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005009
Andrew Perepechko85c8f172017-04-30 00:46:35 -04005010 /* Pre-read the descriptors into the buffer cache */
5011 for (i = 0; i < db_count; i++) {
5012 block = descriptor_loc(sb, logical_sb_block, i);
zhangyi (F)5df1d412020-09-24 15:33:35 +08005013 ext4_sb_breadahead_unmovable(sb, block);
Andrew Perepechko85c8f172017-04-30 00:46:35 -04005014 }
5015
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005016 for (i = 0; i < db_count; i++) {
Theodore Ts'o1d0c3922020-02-15 16:40:37 -05005017 struct buffer_head *bh;
5018
Andrew Morton70bbb3e2006-10-11 01:21:20 -07005019 block = descriptor_loc(sb, logical_sb_block, i);
zhangyi (F)8394a6a2020-09-24 15:33:37 +08005020 bh = ext4_sb_bread_unmovable(sb, block);
5021 if (IS_ERR(bh)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005022 ext4_msg(sb, KERN_ERR,
5023 "can't read group descriptor %d", i);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005024 db_count = i;
zhangyi (F)8394a6a2020-09-24 15:33:37 +08005025 ret = PTR_ERR(bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005026 goto failed_mount2;
5027 }
Theodore Ts'o1d0c3922020-02-15 16:40:37 -05005028 rcu_read_lock();
5029 rcu_dereference(sbi->s_group_desc)[i] = bh;
5030 rcu_read_unlock();
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005031 }
Theodore Ts'o44de0222018-07-08 19:35:02 -04005032 sbi->s_gdb_count = db_count;
Theodore Ts'o829fa702016-08-01 00:51:02 -04005033 if (!ext4_check_descriptors(sb, logical_sb_block, &first_not_zeroed)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005034 ext4_msg(sb, KERN_ERR, "group descriptors corrupted!");
Darrick J. Wong6a797d22015-10-17 16:16:04 -04005035 ret = -EFSCORRUPTED;
Theodore Ts'of9ae9cf2014-07-11 13:55:40 -04005036 goto failed_mount2;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005037 }
Jose R. Santos772cb7c2008-07-11 19:27:31 -04005038
Kees Cook235699a2017-10-18 12:45:17 -04005039 timer_setup(&sbi->s_err_report, print_daily_error_info, 0);
Jan Karac92dc852020-11-27 12:34:00 +01005040 spin_lock_init(&sbi->s_error_lock);
5041 INIT_WORK(&sbi->s_error_work, flush_stashed_error_work);
Tao Ma04496412011-04-05 19:55:28 -04005042
Dmitry Monakhova75ae78f2013-04-03 22:10:52 -04005043 /* Register extent status tree shrinker */
Zheng Liueb68d0e2014-09-01 22:26:49 -04005044 if (ext4_es_register_shrinker(sbi))
Theodore Ts'oce7e0102010-11-03 12:03:21 -04005045 goto failed_mount3;
Theodore Ts'oce7e0102010-11-03 12:03:21 -04005046
Alex Tomasc9de5602008-01-29 00:19:52 -05005047 sbi->s_stripe = ext4_get_stripe_size(sbi);
Zheng Liu67a5da52012-08-17 09:54:17 -04005048 sbi->s_extent_max_zeroout_kb = 32;
Alex Tomasc9de5602008-01-29 00:19:52 -05005049
Theodore Ts'of9ae9cf2014-07-11 13:55:40 -04005050 /*
5051 * set up enough so that it can read an inode
5052 */
Theodore Ts'of6e63f92014-09-18 17:12:30 -04005053 sb->s_op = &ext4_sops;
Mingming Cao617ba132006-10-11 01:20:53 -07005054 sb->s_export_op = &ext4_export_ops;
5055 sb->s_xattr = ext4_xattr_handlers;
Chandan Rajendra643fa962018-12-12 15:20:12 +05305056#ifdef CONFIG_FS_ENCRYPTION
Jaegeuk Kima7550b32016-07-10 14:01:03 -04005057 sb->s_cop = &ext4_cryptops;
Eric Biggersffcc41822017-10-09 12:15:38 -07005058#endif
Eric Biggersc93d8f82019-07-22 09:26:24 -07005059#ifdef CONFIG_FS_VERITY
5060 sb->s_vop = &ext4_verityops;
5061#endif
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005062#ifdef CONFIG_QUOTA
Mingming Cao617ba132006-10-11 01:20:53 -07005063 sb->dq_op = &ext4_quota_operations;
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04005064 if (ext4_has_feature_quota(sb))
Jan Kara1fa5efe2014-10-08 18:26:54 +02005065 sb->s_qcop = &dquot_quotactl_sysfile_ops;
Jan Kara262b4662013-03-02 17:57:08 -05005066 else
5067 sb->s_qcop = &ext4_qctl_operations;
Li Xi689c9582016-01-08 16:01:22 -05005068 sb->s_quota_types = QTYPE_MASK_USR | QTYPE_MASK_GRP | QTYPE_MASK_PRJ;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005069#endif
Christoph Hellwig85787092017-05-10 15:06:33 +02005070 memcpy(&sb->s_uuid, es->s_uuid, sizeof(es->s_uuid));
Aneesh Kumar K.Vf2fa2ff2011-01-29 18:43:40 +05305071
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005072 INIT_LIST_HEAD(&sbi->s_orphan); /* unlinked but open files */
Theodore Ts'o3b9d4ed2009-04-25 22:54:04 -04005073 mutex_init(&sbi->s_orphan_lock);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005074
Harshad Shirwadkaraa75f4d2020-10-15 13:37:57 -07005075 /* Initialize fast commit stuff */
5076 atomic_set(&sbi->s_fc_subtid, 0);
Harshad Shirwadkaraa75f4d2020-10-15 13:37:57 -07005077 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_MAIN]);
5078 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_STAGING]);
5079 INIT_LIST_HEAD(&sbi->s_fc_dentry_q[FC_Q_MAIN]);
5080 INIT_LIST_HEAD(&sbi->s_fc_dentry_q[FC_Q_STAGING]);
5081 sbi->s_fc_bytes = 0;
Harshad Shirwadkar9b5f6c92020-11-05 19:59:09 -08005082 ext4_clear_mount_flag(sb, EXT4_MF_FC_INELIGIBLE);
5083 ext4_clear_mount_flag(sb, EXT4_MF_FC_COMMITTING);
Harshad Shirwadkaraa75f4d2020-10-15 13:37:57 -07005084 spin_lock_init(&sbi->s_fc_lock);
5085 memset(&sbi->s_fc_stats, 0, sizeof(sbi->s_fc_stats));
Harshad Shirwadkar8016e292020-10-15 13:37:59 -07005086 sbi->s_fc_replay_state.fc_regions = NULL;
5087 sbi->s_fc_replay_state.fc_regions_size = 0;
5088 sbi->s_fc_replay_state.fc_regions_used = 0;
5089 sbi->s_fc_replay_state.fc_regions_valid = 0;
5090 sbi->s_fc_replay_state.fc_modified_inodes = NULL;
5091 sbi->s_fc_replay_state.fc_modified_inodes_size = 0;
5092 sbi->s_fc_replay_state.fc_modified_inodes_used = 0;
Harshad Shirwadkaraa75f4d2020-10-15 13:37:57 -07005093
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005094 sb->s_root = NULL;
5095
5096 needs_recovery = (es->s_last_orphan != 0 ||
Jan Kara02f310f2021-08-16 11:57:06 +02005097 ext4_has_feature_orphan_present(sb) ||
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04005098 ext4_has_feature_journal_needs_recovery(sb));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005099
David Howellsbc98a422017-07-17 08:45:34 +01005100 if (ext4_has_feature_mmp(sb) && !sb_rdonly(sb))
Johann Lombardic5e06d12011-05-24 18:31:25 -04005101 if (ext4_multi_mount_protect(sb, le64_to_cpu(es->s_mmp_block)))
Darrick J. Wong50460fe2014-10-30 10:53:16 -04005102 goto failed_mount3a;
Johann Lombardic5e06d12011-05-24 18:31:25 -04005103
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005104 /*
5105 * The first inode we look at is the journal inode. Don't try
5106 * root first: it may be modified in the journal!
5107 */
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04005108 if (!test_opt(sb, NOLOAD) && ext4_has_feature_journal(sb)) {
Lukas Czerner7edfd852021-10-27 16:18:53 +02005109 err = ext4_load_journal(sb, es, ctx->journal_devnum);
Theodore Ts'o4753d8a2017-02-05 01:26:48 -05005110 if (err)
Darrick J. Wong50460fe2014-10-30 10:53:16 -04005111 goto failed_mount3a;
David Howellsbc98a422017-07-17 08:45:34 +01005112 } else if (test_opt(sb, NOLOAD) && !sb_rdonly(sb) &&
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04005113 ext4_has_feature_journal_needs_recovery(sb)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005114 ext4_msg(sb, KERN_ERR, "required journal recovery "
5115 "suppressed and not mounted read-only");
Jiaying Zhang744692d2010-03-04 16:14:02 -05005116 goto failed_mount_wq;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005117 } else {
Dmitry Monakhov1e381f62015-10-18 23:50:26 -04005118 /* Nojournal mode, all journal mount options are illegal */
5119 if (test_opt2(sb, EXPLICIT_JOURNAL_CHECKSUM)) {
5120 ext4_msg(sb, KERN_ERR, "can't mount with "
5121 "journal_checksum, fs mounted w/o journal");
5122 goto failed_mount_wq;
5123 }
5124 if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) {
5125 ext4_msg(sb, KERN_ERR, "can't mount with "
5126 "journal_async_commit, fs mounted w/o journal");
5127 goto failed_mount_wq;
5128 }
5129 if (sbi->s_commit_interval != JBD2_DEFAULT_MAX_COMMIT_AGE*HZ) {
5130 ext4_msg(sb, KERN_ERR, "can't mount with "
5131 "commit=%lu, fs mounted w/o journal",
5132 sbi->s_commit_interval / HZ);
5133 goto failed_mount_wq;
5134 }
5135 if (EXT4_MOUNT_DATA_FLAGS &
5136 (sbi->s_mount_opt ^ sbi->s_def_mount_opt)) {
5137 ext4_msg(sb, KERN_ERR, "can't mount with "
5138 "data=, fs mounted w/o journal");
5139 goto failed_mount_wq;
5140 }
Debabrata Banerjee50b29d82019-04-30 23:08:15 -04005141 sbi->s_def_mount_opt &= ~EXT4_MOUNT_JOURNAL_CHECKSUM;
Dmitry Monakhov1e381f62015-10-18 23:50:26 -04005142 clear_opt(sb, JOURNAL_CHECKSUM);
Theodore Ts'ofd8c37e2010-12-15 20:26:48 -05005143 clear_opt(sb, DATA_FLAGS);
Harshad Shirwadkar995a3ed2020-10-15 13:37:54 -07005144 clear_opt2(sb, JOURNAL_FAST_COMMIT);
Frank Mayhar03901312009-01-07 00:06:22 -05005145 sbi->s_journal = NULL;
5146 needs_recovery = 0;
5147 goto no_journal;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005148 }
5149
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04005150 if (ext4_has_feature_64bit(sb) &&
Jose R. Santoseb40a092007-07-18 08:37:25 -04005151 !jbd2_journal_set_features(EXT4_SB(sb)->s_journal, 0, 0,
5152 JBD2_FEATURE_INCOMPAT_64BIT)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005153 ext4_msg(sb, KERN_ERR, "Failed to set 64-bit journal feature");
Jiaying Zhang744692d2010-03-04 16:14:02 -05005154 goto failed_mount_wq;
Jose R. Santoseb40a092007-07-18 08:37:25 -04005155 }
5156
Darrick J. Wong25ed6e82012-05-27 07:48:56 -04005157 if (!set_journal_csum_feature_set(sb)) {
5158 ext4_msg(sb, KERN_ERR, "Failed to set journal checksum "
5159 "feature set");
5160 goto failed_mount_wq;
Linus Torvaldsd4da6c92009-11-02 10:15:27 -08005161 }
Girish Shilamkar818d2762008-01-28 23:58:27 -05005162
Harshad Shirwadkara1e5e4652020-11-05 19:58:55 -08005163 if (test_opt2(sb, JOURNAL_FAST_COMMIT) &&
5164 !jbd2_journal_set_features(EXT4_SB(sb)->s_journal, 0, 0,
5165 JBD2_FEATURE_INCOMPAT_FAST_COMMIT)) {
5166 ext4_msg(sb, KERN_ERR,
5167 "Failed to set fast commit journal feature");
5168 goto failed_mount_wq;
5169 }
5170
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005171 /* We have now updated the journal if required, so we can
5172 * validate the data journaling mode. */
5173 switch (test_opt(sb, DATA_FLAGS)) {
5174 case 0:
5175 /* No mode set, assume a default based on the journal
Andrew Morton63f57932006-10-11 01:21:24 -07005176 * capabilities: ORDERED_DATA if the journal can
5177 * cope, else JOURNAL_DATA
5178 */
Mingming Caodab291a2006-10-11 01:21:01 -07005179 if (jbd2_journal_check_available_features
Tyson Nottingham27f394a72018-03-30 00:56:10 -04005180 (sbi->s_journal, 0, 0, JBD2_FEATURE_INCOMPAT_REVOKE)) {
Theodore Ts'ofd8c37e2010-12-15 20:26:48 -05005181 set_opt(sb, ORDERED_DATA);
Tyson Nottingham27f394a72018-03-30 00:56:10 -04005182 sbi->s_def_mount_opt |= EXT4_MOUNT_ORDERED_DATA;
5183 } else {
Theodore Ts'ofd8c37e2010-12-15 20:26:48 -05005184 set_opt(sb, JOURNAL_DATA);
Tyson Nottingham27f394a72018-03-30 00:56:10 -04005185 sbi->s_def_mount_opt |= EXT4_MOUNT_JOURNAL_DATA;
5186 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005187 break;
5188
Mingming Cao617ba132006-10-11 01:20:53 -07005189 case EXT4_MOUNT_ORDERED_DATA:
5190 case EXT4_MOUNT_WRITEBACK_DATA:
Mingming Caodab291a2006-10-11 01:21:01 -07005191 if (!jbd2_journal_check_available_features
5192 (sbi->s_journal, 0, 0, JBD2_FEATURE_INCOMPAT_REVOKE)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005193 ext4_msg(sb, KERN_ERR, "Journal does not support "
5194 "requested data journaling mode");
Jiaying Zhang744692d2010-03-04 16:14:02 -05005195 goto failed_mount_wq;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005196 }
Gustavo A. R. Silva5a150bd2020-11-20 12:28:32 -06005197 break;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005198 default:
5199 break;
5200 }
Jan Karaab04df72016-12-03 16:20:53 -05005201
5202 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA &&
5203 test_opt(sb, JOURNAL_ASYNC_COMMIT)) {
5204 ext4_msg(sb, KERN_ERR, "can't mount with "
5205 "journal_async_commit in data=ordered mode");
5206 goto failed_mount_wq;
5207 }
5208
Lukas Czerner7edfd852021-10-27 16:18:53 +02005209 set_task_ioprio(sbi->s_journal->j_task, ctx->journal_ioprio);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005210
Mauricio Faria de Oliveira342af942020-10-05 21:48:39 -03005211 sbi->s_journal->j_submit_inode_data_buffers =
Mauricio Faria de Oliveiraafb585a2020-10-05 21:48:41 -03005212 ext4_journal_submit_inode_data_buffers;
Mauricio Faria de Oliveira342af942020-10-05 21:48:39 -03005213 sbi->s_journal->j_finish_inode_data_buffers =
Mauricio Faria de Oliveiraafb585a2020-10-05 21:48:41 -03005214 ext4_journal_finish_inode_data_buffers;
Bobi Jam18aadd42012-02-20 17:53:02 -05005215
Theodore Ts'oce7e0102010-11-03 12:03:21 -04005216no_journal:
Tahsin Erdogancdb7ee42017-06-22 11:55:14 -04005217 if (!test_opt(sb, NO_MBCACHE)) {
5218 sbi->s_ea_block_cache = ext4_xattr_create_cache();
5219 if (!sbi->s_ea_block_cache) {
Tahsin Erdogandec214d2017-06-22 11:44:55 -04005220 ext4_msg(sb, KERN_ERR,
Tahsin Erdogancdb7ee42017-06-22 11:55:14 -04005221 "Failed to create ea_block_cache");
Tahsin Erdogandec214d2017-06-22 11:44:55 -04005222 goto failed_mount_wq;
5223 }
Tahsin Erdogancdb7ee42017-06-22 11:55:14 -04005224
5225 if (ext4_has_feature_ea_inode(sb)) {
5226 sbi->s_ea_inode_cache = ext4_xattr_create_cache();
5227 if (!sbi->s_ea_inode_cache) {
5228 ext4_msg(sb, KERN_ERR,
5229 "Failed to create ea_inode_cache");
5230 goto failed_mount_wq;
5231 }
5232 }
T Makphaibulchoke9c191f72014-03-18 19:24:49 -04005233 }
5234
Eric Biggersc93d8f82019-07-22 09:26:24 -07005235 if (ext4_has_feature_verity(sb) && blocksize != PAGE_SIZE) {
5236 ext4_msg(sb, KERN_ERR, "Unsupported blocksize for fs-verity");
5237 goto failed_mount_wq;
5238 }
5239
David Howellsbc98a422017-07-17 08:45:34 +01005240 if (DUMMY_ENCRYPTION_ENABLED(sbi) && !sb_rdonly(sb) &&
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04005241 !ext4_has_feature_encrypt(sb)) {
5242 ext4_set_feature_encrypt(sb);
Jan Kara4392fbc2020-12-16 11:18:38 +01005243 ext4_commit_super(sb);
Theodore Ts'o6ddb2442015-04-16 01:56:00 -04005244 }
5245
Tejun Heofd89d5f2011-02-01 11:42:42 +01005246 /*
Theodore Ts'o952fc182012-07-09 16:27:05 -04005247 * Get the # of file system overhead blocks from the
5248 * superblock if present.
5249 */
5250 if (es->s_overhead_clusters)
5251 sbi->s_overhead = le32_to_cpu(es->s_overhead_clusters);
5252 else {
Lukas Czerner07aa2ea2012-11-08 15:16:54 -05005253 err = ext4_calculate_overhead(sb);
5254 if (err)
Theodore Ts'o952fc182012-07-09 16:27:05 -04005255 goto failed_mount_wq;
5256 }
5257
5258 /*
Tejun Heofd89d5f2011-02-01 11:42:42 +01005259 * The maximum number of concurrent works can be high and
5260 * concurrency isn't really necessary. Limit it to 1.
5261 */
Jan Kara2e8fa542013-06-04 14:21:02 -04005262 EXT4_SB(sb)->rsv_conversion_wq =
5263 alloc_workqueue("ext4-rsv-conversion", WQ_MEM_RECLAIM | WQ_UNBOUND, 1);
5264 if (!EXT4_SB(sb)->rsv_conversion_wq) {
5265 printk(KERN_ERR "EXT4-fs: failed to create workqueue\n");
Lukas Czerner07aa2ea2012-11-08 15:16:54 -05005266 ret = -ENOMEM;
Jan Kara2e8fa542013-06-04 14:21:02 -04005267 goto failed_mount4;
5268 }
5269
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005270 /*
Mingming Caodab291a2006-10-11 01:21:01 -07005271 * The jbd2_journal_load will have done any necessary log recovery,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005272 * so we can safely mount the rest of the filesystem now.
5273 */
5274
Theodore Ts'o8a363972018-12-19 12:29:13 -05005275 root = ext4_iget(sb, EXT4_ROOT_INO, EXT4_IGET_SPECIAL);
David Howells1d1fe1e2008-02-07 00:15:37 -08005276 if (IS_ERR(root)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005277 ext4_msg(sb, KERN_ERR, "get root inode failed");
David Howells1d1fe1e2008-02-07 00:15:37 -08005278 ret = PTR_ERR(root);
Manish Katiyar32a9bb52011-02-27 20:42:06 -05005279 root = NULL;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005280 goto failed_mount4;
5281 }
5282 if (!S_ISDIR(root->i_mode) || !root->i_blocks || !root->i_size) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005283 ext4_msg(sb, KERN_ERR, "corrupt root inode, run e2fsck");
Al Viro94bf6082012-01-09 15:53:24 -05005284 iput(root);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005285 goto failed_mount4;
5286 }
Gabriel Krisman Bertazib886ee32019-04-25 14:12:08 -04005287
Al Viro48fde702012-01-08 22:15:13 -05005288 sb->s_root = d_make_root(root);
David Howells1d1fe1e2008-02-07 00:15:37 -08005289 if (!sb->s_root) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005290 ext4_msg(sb, KERN_ERR, "get root dentry failed");
David Howells1d1fe1e2008-02-07 00:15:37 -08005291 ret = -ENOMEM;
5292 goto failed_mount4;
5293 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005294
Jaegeuk Kimc89128a2018-05-13 23:02:19 -04005295 ret = ext4_setup_super(sb, es, sb_rdonly(sb));
5296 if (ret == -EROFS) {
Linus Torvalds1751e8a2017-11-27 13:05:09 -08005297 sb->s_flags |= SB_RDONLY;
Jaegeuk Kimc89128a2018-05-13 23:02:19 -04005298 ret = 0;
5299 } else if (ret)
5300 goto failed_mount4a;
Kalpak Shahef7f3832007-07-18 09:15:20 -04005301
Theodore Ts'ob5799012015-09-23 12:44:17 -04005302 ext4_set_resv_clusters(sb);
Lukas Czerner27dd4382013-04-09 22:11:22 -04005303
Jan Kara0f5bde12020-07-28 15:04:37 +02005304 if (test_opt(sb, BLOCK_VALIDITY)) {
5305 err = ext4_setup_system_zone(sb);
5306 if (err) {
5307 ext4_msg(sb, KERN_ERR, "failed to initialize system "
5308 "zone (%d)", err);
5309 goto failed_mount4a;
5310 }
Theodore Ts'of9ae9cf2014-07-11 13:55:40 -04005311 }
Harshad Shirwadkar8016e292020-10-15 13:37:59 -07005312 ext4_fc_replay_cleanup(sb);
Theodore Ts'of9ae9cf2014-07-11 13:55:40 -04005313
5314 ext4_ext_init(sb);
Harshad Shirwadkar196e4022021-04-01 10:21:27 -07005315
5316 /*
5317 * Enable optimize_scan if number of groups is > threshold. This can be
5318 * turned off by passing "mb_optimize_scan=0". This can also be
5319 * turned on forcefully by passing "mb_optimize_scan=1".
5320 */
Lukas Czerner7edfd852021-10-27 16:18:53 +02005321 if (ctx->mb_optimize_scan == 1)
Harshad Shirwadkar196e4022021-04-01 10:21:27 -07005322 set_opt2(sb, MB_OPTIMIZE_SCAN);
Lukas Czerner7edfd852021-10-27 16:18:53 +02005323 else if (ctx->mb_optimize_scan == 0)
Harshad Shirwadkar196e4022021-04-01 10:21:27 -07005324 clear_opt2(sb, MB_OPTIMIZE_SCAN);
5325 else if (sbi->s_groups_count >= MB_DEFAULT_LINEAR_SCAN_THRESHOLD)
5326 set_opt2(sb, MB_OPTIMIZE_SCAN);
5327
Theodore Ts'of9ae9cf2014-07-11 13:55:40 -04005328 err = ext4_mb_init(sb);
5329 if (err) {
5330 ext4_msg(sb, KERN_ERR, "failed to initialize mballoc (%d)",
5331 err);
Tao Madcf2d802011-10-06 12:10:11 -04005332 goto failed_mount5;
Aneesh Kumar K.Vc2774d82008-10-10 20:07:20 -04005333 }
5334
Theodore Ts'o027f14f2021-01-21 12:33:20 -05005335 /*
5336 * We can only set up the journal commit callback once
5337 * mballoc is initialized
5338 */
5339 if (sbi->s_journal)
5340 sbi->s_journal->j_commit_callback =
5341 ext4_journal_commit_callback;
5342
Theodore Ts'od5e03cb2014-07-15 06:01:38 -04005343 block = ext4_count_free_clusters(sb);
Jack Qiu666245d2021-04-09 12:20:35 +08005344 ext4_free_blocks_count_set(sbi->s_es,
Theodore Ts'od5e03cb2014-07-15 06:01:38 -04005345 EXT4_C2B(sbi, block));
Tejun Heo908c7f12014-09-08 09:51:29 +09005346 err = percpu_counter_init(&sbi->s_freeclusters_counter, block,
5347 GFP_KERNEL);
Theodore Ts'od5e03cb2014-07-15 06:01:38 -04005348 if (!err) {
5349 unsigned long freei = ext4_count_free_inodes(sb);
5350 sbi->s_es->s_free_inodes_count = cpu_to_le32(freei);
Tejun Heo908c7f12014-09-08 09:51:29 +09005351 err = percpu_counter_init(&sbi->s_freeinodes_counter, freei,
5352 GFP_KERNEL);
Theodore Ts'od5e03cb2014-07-15 06:01:38 -04005353 }
Jan Karab2bbb922021-08-12 14:47:37 +02005354 /*
5355 * Update the checksum after updating free space/inode
5356 * counters. Otherwise the superblock can have an incorrect
5357 * checksum in the buffer cache until it is written out and
5358 * e2fsprogs programs trying to open a file system immediately
5359 * after it is mounted can fail.
5360 */
5361 ext4_superblock_csum_set(sb);
Theodore Ts'od5e03cb2014-07-15 06:01:38 -04005362 if (!err)
5363 err = percpu_counter_init(&sbi->s_dirs_counter,
Tejun Heo908c7f12014-09-08 09:51:29 +09005364 ext4_count_dirs(sb), GFP_KERNEL);
Theodore Ts'od5e03cb2014-07-15 06:01:38 -04005365 if (!err)
Tejun Heo908c7f12014-09-08 09:51:29 +09005366 err = percpu_counter_init(&sbi->s_dirtyclusters_counter, 0,
5367 GFP_KERNEL);
Daeho Jeongc8585c62016-04-25 23:22:35 -04005368 if (!err)
Eric Whitneyefc61342021-02-18 10:11:32 -05005369 err = percpu_counter_init(&sbi->s_sra_exceeded_retry_limit, 0,
5370 GFP_KERNEL);
5371 if (!err)
Eric Biggersbbd55932020-02-19 10:30:46 -08005372 err = percpu_init_rwsem(&sbi->s_writepages_rwsem);
Daeho Jeongc8585c62016-04-25 23:22:35 -04005373
Theodore Ts'od5e03cb2014-07-15 06:01:38 -04005374 if (err) {
5375 ext4_msg(sb, KERN_ERR, "insufficient memory");
5376 goto failed_mount6;
5377 }
5378
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04005379 if (ext4_has_feature_flex_bg(sb))
Theodore Ts'od5e03cb2014-07-15 06:01:38 -04005380 if (!ext4_fill_flex_info(sb)) {
5381 ext4_msg(sb, KERN_ERR,
5382 "unable to initialize "
5383 "flex_bg meta info!");
Yang Yingliang8f6840c2021-05-10 19:10:51 +08005384 ret = -ENOMEM;
Theodore Ts'od5e03cb2014-07-15 06:01:38 -04005385 goto failed_mount6;
5386 }
5387
Lukas Czernerbfff6872010-10-27 21:30:05 -04005388 err = ext4_register_li_request(sb, first_not_zeroed);
5389 if (err)
Tao Madcf2d802011-10-06 12:10:11 -04005390 goto failed_mount6;
Lukas Czernerbfff6872010-10-27 21:30:05 -04005391
Theodore Ts'ob5799012015-09-23 12:44:17 -04005392 err = ext4_register_sysfs(sb);
Tao Madcf2d802011-10-06 12:10:11 -04005393 if (err)
5394 goto failed_mount7;
Theodore Ts'o3197ebd2009-03-31 09:10:09 -04005395
Jan Kara02f310f2021-08-16 11:57:06 +02005396 err = ext4_init_orphan_info(sb);
5397 if (err)
5398 goto failed_mount8;
Jan Kara9b2ff3572013-03-02 18:22:38 -05005399#ifdef CONFIG_QUOTA
5400 /* Enable quota usage during mount. */
David Howellsbc98a422017-07-17 08:45:34 +01005401 if (ext4_has_feature_quota(sb) && !sb_rdonly(sb)) {
Jan Kara9b2ff3572013-03-02 18:22:38 -05005402 err = ext4_enable_quotas(sb);
5403 if (err)
Jan Kara02f310f2021-08-16 11:57:06 +02005404 goto failed_mount9;
Jan Kara9b2ff3572013-03-02 18:22:38 -05005405 }
5406#endif /* CONFIG_QUOTA */
5407
zhangyi (F)bc717262020-06-20 10:54:23 +08005408 /*
5409 * Save the original bdev mapping's wb_err value which could be
5410 * used to detect the metadata async write error.
5411 */
5412 spin_lock_init(&sbi->s_bdev_wb_lock);
Zhang Xiaoxu9704a322020-09-27 22:05:56 -04005413 errseq_check_and_advance(&sb->s_bdev->bd_inode->i_mapping->wb_err,
5414 &sbi->s_bdev_wb_err);
zhangyi (F)bc717262020-06-20 10:54:23 +08005415 sb->s_bdev->bd_super = sb;
Mingming Cao617ba132006-10-11 01:20:53 -07005416 EXT4_SB(sb)->s_mount_state |= EXT4_ORPHAN_FS;
5417 ext4_orphan_cleanup(sb, es);
5418 EXT4_SB(sb)->s_mount_state &= ~EXT4_ORPHAN_FS;
Frank Mayhar03901312009-01-07 00:06:22 -05005419 if (needs_recovery) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005420 ext4_msg(sb, KERN_INFO, "recovery complete");
Jan Kara11215632020-07-10 16:07:59 +02005421 err = ext4_mark_recovery_complete(sb, es);
5422 if (err)
Jan Kara02f310f2021-08-16 11:57:06 +02005423 goto failed_mount9;
Frank Mayhar03901312009-01-07 00:06:22 -05005424 }
Frank Mayhar03901312009-01-07 00:06:22 -05005425
Lukas Czerner79add3a2012-11-08 13:28:29 -05005426 if (test_opt(sb, DISCARD)) {
5427 struct request_queue *q = bdev_get_queue(sb->s_bdev);
5428 if (!blk_queue_discard(q))
5429 ext4_msg(sb, KERN_WARNING,
5430 "mounting with \"discard\" option, but "
5431 "the device does not support discard");
5432 }
5433
Theodore Ts'o66e61a92010-07-27 11:56:04 -04005434 if (es->s_error_count)
5435 mod_timer(&sbi->s_err_report, jiffies + 300*HZ); /* 5 minutes */
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005436
Theodore Ts'oefbed4d2013-10-17 21:11:01 -04005437 /* Enable message ratelimiting. Default is 10 messages per 5 secs. */
5438 ratelimit_state_init(&sbi->s_err_ratelimit_state, 5 * HZ, 10);
5439 ratelimit_state_init(&sbi->s_warning_ratelimit_state, 5 * HZ, 10);
5440 ratelimit_state_init(&sbi->s_msg_ratelimit_state, 5 * HZ, 10);
Dmitry Monakhov1cf006e2020-07-25 12:33:13 +00005441 atomic_set(&sbi->s_warning_count, 0);
5442 atomic_set(&sbi->s_msg_count, 0);
Theodore Ts'oefbed4d2013-10-17 21:11:01 -04005443
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005444 return 0;
5445
Mingming Cao617ba132006-10-11 01:20:53 -07005446cantfind_ext4:
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005447 if (!silent)
Eric Sandeenb31e1552009-06-04 17:36:36 -04005448 ext4_msg(sb, KERN_ERR, "VFS: Can't find ext4 filesystem");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005449 goto failed_mount;
5450
Jan Kara02f310f2021-08-16 11:57:06 +02005451failed_mount9:
5452 ext4_release_orphan_info(sb);
Theodore Ts'o72ba7452013-01-24 23:24:54 -05005453failed_mount8:
Theodore Ts'oebd173b2015-09-23 12:46:17 -04005454 ext4_unregister_sysfs(sb);
Eric Biggerscb8d53d2020-09-22 09:24:56 -07005455 kobject_put(&sbi->s_kobj);
Tao Madcf2d802011-10-06 12:10:11 -04005456failed_mount7:
5457 ext4_unregister_li_request(sb);
5458failed_mount6:
Theodore Ts'of9ae9cf2014-07-11 13:55:40 -04005459 ext4_mb_release(sb);
Suraj Jitindar Singh7c990722020-02-18 19:08:51 -08005460 rcu_read_lock();
5461 flex_groups = rcu_dereference(sbi->s_flex_groups);
5462 if (flex_groups) {
5463 for (i = 0; i < sbi->s_flex_groups_allocated; i++)
5464 kvfree(flex_groups[i]);
5465 kvfree(flex_groups);
5466 }
5467 rcu_read_unlock();
Theodore Ts'od5e03cb2014-07-15 06:01:38 -04005468 percpu_counter_destroy(&sbi->s_freeclusters_counter);
5469 percpu_counter_destroy(&sbi->s_freeinodes_counter);
5470 percpu_counter_destroy(&sbi->s_dirs_counter);
5471 percpu_counter_destroy(&sbi->s_dirtyclusters_counter);
Eric Whitneyefc61342021-02-18 10:11:32 -05005472 percpu_counter_destroy(&sbi->s_sra_exceeded_retry_limit);
Eric Biggersbbd55932020-02-19 10:30:46 -08005473 percpu_free_rwsem(&sbi->s_writepages_rwsem);
Azat Khuzhin00764932014-04-07 10:54:20 -04005474failed_mount5:
Theodore Ts'of9ae9cf2014-07-11 13:55:40 -04005475 ext4_ext_release(sb);
5476 ext4_release_system_zone(sb);
5477failed_mount4a:
Al Viro94bf6082012-01-09 15:53:24 -05005478 dput(sb->s_root);
Manish Katiyar32a9bb52011-02-27 20:42:06 -05005479 sb->s_root = NULL;
Al Viro94bf6082012-01-09 15:53:24 -05005480failed_mount4:
Eric Sandeenb31e1552009-06-04 17:36:36 -04005481 ext4_msg(sb, KERN_ERR, "mount failed");
Jan Kara2e8fa542013-06-04 14:21:02 -04005482 if (EXT4_SB(sb)->rsv_conversion_wq)
5483 destroy_workqueue(EXT4_SB(sb)->rsv_conversion_wq);
Mingming Cao4c0425f2009-09-28 15:48:41 -04005484failed_mount_wq:
Chengguang Xu50c15df2018-12-04 00:24:42 -05005485 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache);
5486 sbi->s_ea_inode_cache = NULL;
5487
5488 ext4_xattr_destroy_cache(sbi->s_ea_block_cache);
5489 sbi->s_ea_block_cache = NULL;
5490
Frank Mayhar03901312009-01-07 00:06:22 -05005491 if (sbi->s_journal) {
yangerkunbb9464e2021-09-24 17:39:17 +08005492 /* flush s_error_work before journal destroy. */
5493 flush_work(&sbi->s_error_work);
Frank Mayhar03901312009-01-07 00:06:22 -05005494 jbd2_journal_destroy(sbi->s_journal);
5495 sbi->s_journal = NULL;
5496 }
Darrick J. Wong50460fe2014-10-30 10:53:16 -04005497failed_mount3a:
Zheng Liud3922a72013-07-01 08:12:37 -04005498 ext4_es_unregister_shrinker(sbi);
Zheng Liueb68d0e2014-09-01 22:26:49 -04005499failed_mount3:
yangerkunbb9464e2021-09-24 17:39:17 +08005500 /* flush s_error_work before sbi destroy */
Jan Karac92dc852020-11-27 12:34:00 +01005501 flush_work(&sbi->s_error_work);
Jan Kara2a4ae3b2021-03-15 17:59:06 +01005502 del_timer_sync(&sbi->s_err_report);
Pavel Skripkin618f0032021-04-30 21:50:46 +03005503 ext4_stop_mmpd(sbi);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005504failed_mount2:
Theodore Ts'o1d0c3922020-02-15 16:40:37 -05005505 rcu_read_lock();
5506 group_desc = rcu_dereference(sbi->s_group_desc);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005507 for (i = 0; i < db_count; i++)
Theodore Ts'o1d0c3922020-02-15 16:40:37 -05005508 brelse(group_desc[i]);
5509 kvfree(group_desc);
5510 rcu_read_unlock();
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005511failed_mount:
Darrick J. Wong04419842012-04-29 18:27:10 -04005512 if (sbi->s_chksum_driver)
5513 crypto_free_shash(sbi->s_chksum_driver);
Gabriel Krisman Bertazic83ad552019-04-25 14:05:42 -04005514
5515#ifdef CONFIG_UNICODE
Daniel Rosenbergf8f4acb2020-10-28 05:08:20 +00005516 utf8_unload(sb->s_encoding);
Gabriel Krisman Bertazic83ad552019-04-25 14:05:42 -04005517#endif
5518
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005519#ifdef CONFIG_QUOTA
Jan Karaa2d4a642014-09-11 11:15:15 -04005520 for (i = 0; i < EXT4_MAXQUOTAS; i++)
Theodore Ts'o0ba33fa2019-05-12 04:49:47 -04005521 kfree(get_qf_name(sb, sbi, i));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005522#endif
Eric Biggersac4acb12020-09-16 21:11:35 -07005523 fscrypt_free_dummy_policy(&sbi->s_dummy_enc_policy);
Alexey Makhalovafd09b62021-05-21 07:55:33 +00005524 /* ext4_blkdev_remove() calls kill_bdev(), release bh before it. */
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005525 brelse(bh);
Alexey Makhalovafd09b62021-05-21 07:55:33 +00005526 ext4_blkdev_remove(sbi);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005527out_fail:
5528 sb->s_fs_info = NULL;
Lukas Czerner07aa2ea2012-11-08 15:16:54 -05005529 return err ? err : ret;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005530}
5531
Lukas Czernercebe85d2021-10-27 16:18:56 +02005532static int ext4_fill_super(struct super_block *sb, struct fs_context *fc)
Lukas Czerner7edfd852021-10-27 16:18:53 +02005533{
Lukas Czernercebe85d2021-10-27 16:18:56 +02005534 struct ext4_fs_context *ctx = fc->fs_private;
Lukas Czerner7edfd852021-10-27 16:18:53 +02005535 struct ext4_sb_info *sbi;
Lukas Czerner7edfd852021-10-27 16:18:53 +02005536 const char *descr;
Lukas Czernercebe85d2021-10-27 16:18:56 +02005537 int ret;
Lukas Czerner7edfd852021-10-27 16:18:53 +02005538
Lukas Czernercebe85d2021-10-27 16:18:56 +02005539 sbi = ext4_alloc_sbi(sb);
5540 if (!sbi)
5541 ret = -ENOMEM;
5542
5543 fc->s_fs_info = sbi;
Lukas Czerner7edfd852021-10-27 16:18:53 +02005544
5545 /* Cleanup superblock name */
5546 strreplace(sb->s_id, '/', '!');
5547
Lukas Czerner7edfd852021-10-27 16:18:53 +02005548 sbi->s_sb_block = 1; /* Default super block location */
Lukas Czernercebe85d2021-10-27 16:18:56 +02005549 if (ctx->spec & EXT4_SPEC_s_sb_block)
5550 sbi->s_sb_block = ctx->s_sb_block;
Lukas Czerner7edfd852021-10-27 16:18:53 +02005551
Lukas Czerner960e0ab2021-12-22 11:45:17 +01005552 ret = __ext4_fill_super(fc, sb);
Lukas Czerner7edfd852021-10-27 16:18:53 +02005553 if (ret < 0)
5554 goto free_sbi;
5555
Lukas Czernercebe85d2021-10-27 16:18:56 +02005556 if (sbi->s_journal) {
Lukas Czerner7edfd852021-10-27 16:18:53 +02005557 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)
5558 descr = " journalled data mode";
5559 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA)
5560 descr = " ordered data mode";
5561 else
5562 descr = " writeback data mode";
5563 } else
5564 descr = "out journal";
5565
5566 if (___ratelimit(&ext4_mount_msg_ratelimit, "EXT4-fs mount"))
5567 ext4_msg(sb, KERN_INFO, "mounted filesystem with%s. "
Lukas Czernercebe85d2021-10-27 16:18:56 +02005568 "Quota mode: %s.", descr, ext4_quota_mode(sb));
Lukas Czerner7edfd852021-10-27 16:18:53 +02005569
Lukas Czerner7edfd852021-10-27 16:18:53 +02005570 return 0;
Lukas Czernercebe85d2021-10-27 16:18:56 +02005571
Lukas Czerner7edfd852021-10-27 16:18:53 +02005572free_sbi:
5573 ext4_free_sbi(sbi);
Lukas Czernercebe85d2021-10-27 16:18:56 +02005574 fc->s_fs_info = NULL;
Lukas Czerner7edfd852021-10-27 16:18:53 +02005575 return ret;
5576}
5577
Lukas Czernercebe85d2021-10-27 16:18:56 +02005578static int ext4_get_tree(struct fs_context *fc)
5579{
5580 return get_tree_bdev(fc, ext4_fill_super);
5581}
5582
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005583/*
5584 * Setup any per-fs journal parameters now. We'll do this both on
5585 * initial mount, once the journal has been initialised but before we've
5586 * done any recovery; and again on any subsequent remount.
5587 */
Mingming Cao617ba132006-10-11 01:20:53 -07005588static void ext4_init_journal_params(struct super_block *sb, journal_t *journal)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005589{
Mingming Cao617ba132006-10-11 01:20:53 -07005590 struct ext4_sb_info *sbi = EXT4_SB(sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005591
Theodore Ts'o30773842009-01-03 20:27:38 -05005592 journal->j_commit_interval = sbi->s_commit_interval;
5593 journal->j_min_batch_time = sbi->s_min_batch_time;
5594 journal->j_max_batch_time = sbi->s_max_batch_time;
Harshad Shirwadkar6866d7b2020-10-15 13:37:55 -07005595 ext4_fc_init(sb, journal);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005596
Theodore Ts'oa931da62010-08-03 21:35:12 -04005597 write_lock(&journal->j_state_lock);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005598 if (test_opt(sb, BARRIER))
Mingming Caodab291a2006-10-11 01:21:01 -07005599 journal->j_flags |= JBD2_BARRIER;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005600 else
Mingming Caodab291a2006-10-11 01:21:01 -07005601 journal->j_flags &= ~JBD2_BARRIER;
Hidehiro Kawai5bf56832008-10-10 22:12:43 -04005602 if (test_opt(sb, DATA_ERR_ABORT))
5603 journal->j_flags |= JBD2_ABORT_ON_SYNCDATA_ERR;
5604 else
5605 journal->j_flags &= ~JBD2_ABORT_ON_SYNCDATA_ERR;
Theodore Ts'oa931da62010-08-03 21:35:12 -04005606 write_unlock(&journal->j_state_lock);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005607}
5608
Eric Whitneyc6cb7e72016-09-30 02:05:09 -04005609static struct inode *ext4_get_journal_inode(struct super_block *sb,
5610 unsigned int journal_inum)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005611{
5612 struct inode *journal_inode;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005613
Eric Whitneyc6cb7e72016-09-30 02:05:09 -04005614 /*
5615 * Test for the existence of a valid inode on disk. Bad things
5616 * happen if we iget() an unused inode, as the subsequent iput()
5617 * will try to delete it.
5618 */
Theodore Ts'o8a363972018-12-19 12:29:13 -05005619 journal_inode = ext4_iget(sb, journal_inum, EXT4_IGET_SPECIAL);
David Howells1d1fe1e2008-02-07 00:15:37 -08005620 if (IS_ERR(journal_inode)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005621 ext4_msg(sb, KERN_ERR, "no journal found");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005622 return NULL;
5623 }
5624 if (!journal_inode->i_nlink) {
5625 make_bad_inode(journal_inode);
5626 iput(journal_inode);
Eric Sandeenb31e1552009-06-04 17:36:36 -04005627 ext4_msg(sb, KERN_ERR, "journal inode is deleted");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005628 return NULL;
5629 }
5630
Theodore Ts'oe5f8eab82008-09-08 22:25:04 -04005631 jbd_debug(2, "Journal inode found at %p: %lld bytes\n",
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005632 journal_inode, journal_inode->i_size);
David Howells1d1fe1e2008-02-07 00:15:37 -08005633 if (!S_ISREG(journal_inode->i_mode)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005634 ext4_msg(sb, KERN_ERR, "invalid journal inode");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005635 iput(journal_inode);
5636 return NULL;
5637 }
Eric Whitneyc6cb7e72016-09-30 02:05:09 -04005638 return journal_inode;
5639}
5640
5641static journal_t *ext4_get_journal(struct super_block *sb,
5642 unsigned int journal_inum)
5643{
5644 struct inode *journal_inode;
5645 journal_t *journal;
5646
Jan Kara11215632020-07-10 16:07:59 +02005647 if (WARN_ON_ONCE(!ext4_has_feature_journal(sb)))
5648 return NULL;
Eric Whitneyc6cb7e72016-09-30 02:05:09 -04005649
5650 journal_inode = ext4_get_journal_inode(sb, journal_inum);
5651 if (!journal_inode)
5652 return NULL;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005653
Mingming Caodab291a2006-10-11 01:21:01 -07005654 journal = jbd2_journal_init_inode(journal_inode);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005655 if (!journal) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005656 ext4_msg(sb, KERN_ERR, "Could not load journal inode");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005657 iput(journal_inode);
5658 return NULL;
5659 }
5660 journal->j_private = sb;
Mingming Cao617ba132006-10-11 01:20:53 -07005661 ext4_init_journal_params(sb, journal);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005662 return journal;
5663}
5664
Mingming Cao617ba132006-10-11 01:20:53 -07005665static journal_t *ext4_get_dev_journal(struct super_block *sb,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005666 dev_t j_dev)
5667{
Theodore Ts'o2b2d6d02008-07-26 16:15:44 -04005668 struct buffer_head *bh;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005669 journal_t *journal;
Mingming Cao617ba132006-10-11 01:20:53 -07005670 ext4_fsblk_t start;
5671 ext4_fsblk_t len;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005672 int hblock, blocksize;
Mingming Cao617ba132006-10-11 01:20:53 -07005673 ext4_fsblk_t sb_block;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005674 unsigned long offset;
Theodore Ts'o2b2d6d02008-07-26 16:15:44 -04005675 struct ext4_super_block *es;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005676 struct block_device *bdev;
5677
Jan Kara11215632020-07-10 16:07:59 +02005678 if (WARN_ON_ONCE(!ext4_has_feature_journal(sb)))
5679 return NULL;
Frank Mayhar03901312009-01-07 00:06:22 -05005680
Eric Sandeenb31e1552009-06-04 17:36:36 -04005681 bdev = ext4_blkdev_get(j_dev, sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005682 if (bdev == NULL)
5683 return NULL;
5684
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005685 blocksize = sb->s_blocksize;
Martin K. Petersene1defc42009-05-22 17:17:49 -04005686 hblock = bdev_logical_block_size(bdev);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005687 if (blocksize < hblock) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005688 ext4_msg(sb, KERN_ERR,
5689 "blocksize too small for journal device");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005690 goto out_bdev;
5691 }
5692
Mingming Cao617ba132006-10-11 01:20:53 -07005693 sb_block = EXT4_MIN_BLOCK_SIZE / blocksize;
5694 offset = EXT4_MIN_BLOCK_SIZE % blocksize;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005695 set_blocksize(bdev, blocksize);
5696 if (!(bh = __bread(bdev, sb_block, blocksize))) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005697 ext4_msg(sb, KERN_ERR, "couldn't read superblock of "
5698 "external journal");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005699 goto out_bdev;
5700 }
5701
Theodore Ts'o2716b802012-05-28 17:47:52 -04005702 es = (struct ext4_super_block *) (bh->b_data + offset);
Mingming Cao617ba132006-10-11 01:20:53 -07005703 if ((le16_to_cpu(es->s_magic) != EXT4_SUPER_MAGIC) ||
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005704 !(le32_to_cpu(es->s_feature_incompat) &
Mingming Cao617ba132006-10-11 01:20:53 -07005705 EXT4_FEATURE_INCOMPAT_JOURNAL_DEV)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005706 ext4_msg(sb, KERN_ERR, "external journal has "
5707 "bad superblock");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005708 brelse(bh);
5709 goto out_bdev;
5710 }
5711
Darrick J. Wongdf4763b2014-09-11 11:44:36 -04005712 if ((le32_to_cpu(es->s_feature_ro_compat) &
5713 EXT4_FEATURE_RO_COMPAT_METADATA_CSUM) &&
5714 es->s_checksum != ext4_superblock_csum(sb, es)) {
5715 ext4_msg(sb, KERN_ERR, "external journal has "
5716 "corrupt superblock");
5717 brelse(bh);
5718 goto out_bdev;
5719 }
5720
Mingming Cao617ba132006-10-11 01:20:53 -07005721 if (memcmp(EXT4_SB(sb)->s_es->s_journal_uuid, es->s_uuid, 16)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005722 ext4_msg(sb, KERN_ERR, "journal UUID does not match");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005723 brelse(bh);
5724 goto out_bdev;
5725 }
5726
Laurent Vivierbd81d8e2006-10-11 01:21:10 -07005727 len = ext4_blocks_count(es);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005728 start = sb_block + 1;
5729 brelse(bh); /* we're done with the superblock */
5730
Mingming Caodab291a2006-10-11 01:21:01 -07005731 journal = jbd2_journal_init_dev(bdev, sb->s_bdev,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005732 start, len, blocksize);
5733 if (!journal) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005734 ext4_msg(sb, KERN_ERR, "failed to create device journal");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005735 goto out_bdev;
5736 }
5737 journal->j_private = sb;
zhangyi (F)2d069c02020-09-24 15:33:33 +08005738 if (ext4_read_bh_lock(journal->j_sb_buffer, REQ_META | REQ_PRIO, true)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005739 ext4_msg(sb, KERN_ERR, "I/O error on journal device");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005740 goto out_journal;
5741 }
5742 if (be32_to_cpu(journal->j_superblock->s_nr_users) != 1) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005743 ext4_msg(sb, KERN_ERR, "External journal has more than one "
5744 "user (unsupported) - %d",
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005745 be32_to_cpu(journal->j_superblock->s_nr_users));
5746 goto out_journal;
5747 }
Chunguang Xuee7ed3a2020-09-24 11:03:42 +08005748 EXT4_SB(sb)->s_journal_bdev = bdev;
Mingming Cao617ba132006-10-11 01:20:53 -07005749 ext4_init_journal_params(sb, journal);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005750 return journal;
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04005751
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005752out_journal:
Mingming Caodab291a2006-10-11 01:21:01 -07005753 jbd2_journal_destroy(journal);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005754out_bdev:
Mingming Cao617ba132006-10-11 01:20:53 -07005755 ext4_blkdev_put(bdev);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005756 return NULL;
5757}
5758
Mingming Cao617ba132006-10-11 01:20:53 -07005759static int ext4_load_journal(struct super_block *sb,
5760 struct ext4_super_block *es,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005761 unsigned long journal_devnum)
5762{
5763 journal_t *journal;
5764 unsigned int journal_inum = le32_to_cpu(es->s_journal_inum);
5765 dev_t journal_dev;
5766 int err = 0;
5767 int really_read_only;
Lukas Czerner273108f2020-07-17 11:06:05 +02005768 int journal_dev_ro;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005769
Jan Kara11215632020-07-10 16:07:59 +02005770 if (WARN_ON_ONCE(!ext4_has_feature_journal(sb)))
5771 return -EFSCORRUPTED;
Frank Mayhar03901312009-01-07 00:06:22 -05005772
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005773 if (journal_devnum &&
5774 journal_devnum != le32_to_cpu(es->s_journal_dev)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005775 ext4_msg(sb, KERN_INFO, "external journal device major/minor "
5776 "numbers have changed");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005777 journal_dev = new_decode_dev(journal_devnum);
5778 } else
5779 journal_dev = new_decode_dev(le32_to_cpu(es->s_journal_dev));
5780
Lukas Czerner273108f2020-07-17 11:06:05 +02005781 if (journal_inum && journal_dev) {
5782 ext4_msg(sb, KERN_ERR,
5783 "filesystem has both journal inode and journal device!");
5784 return -EINVAL;
5785 }
5786
5787 if (journal_inum) {
5788 journal = ext4_get_journal(sb, journal_inum);
5789 if (!journal)
5790 return -EINVAL;
5791 } else {
5792 journal = ext4_get_dev_journal(sb, journal_dev);
5793 if (!journal)
5794 return -EINVAL;
5795 }
5796
5797 journal_dev_ro = bdev_read_only(journal->j_dev);
5798 really_read_only = bdev_read_only(sb->s_bdev) | journal_dev_ro;
5799
5800 if (journal_dev_ro && !sb_rdonly(sb)) {
5801 ext4_msg(sb, KERN_ERR,
5802 "journal device read-only, try mounting with '-o ro'");
5803 err = -EROFS;
5804 goto err_out;
5805 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005806
5807 /*
5808 * Are we loading a blank journal or performing recovery after a
5809 * crash? For recovery, we need to check in advance whether we
5810 * can get read-write access to the device.
5811 */
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04005812 if (ext4_has_feature_journal_needs_recovery(sb)) {
David Howellsbc98a422017-07-17 08:45:34 +01005813 if (sb_rdonly(sb)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005814 ext4_msg(sb, KERN_INFO, "INFO: recovery "
5815 "required on readonly filesystem");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005816 if (really_read_only) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005817 ext4_msg(sb, KERN_ERR, "write access "
Simon Ruderichd98bf8c2017-10-18 13:06:37 -04005818 "unavailable, cannot proceed "
5819 "(try mounting with noload)");
Lukas Czerner273108f2020-07-17 11:06:05 +02005820 err = -EROFS;
5821 goto err_out;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005822 }
Eric Sandeenb31e1552009-06-04 17:36:36 -04005823 ext4_msg(sb, KERN_INFO, "write access will "
5824 "be enabled during recovery");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005825 }
5826 }
5827
Theodore Ts'o90576c02009-09-29 15:51:30 -04005828 if (!(journal->j_flags & JBD2_BARRIER))
Eric Sandeenb31e1552009-06-04 17:36:36 -04005829 ext4_msg(sb, KERN_INFO, "barriers disabled");
Theodore Ts'o4776004f2008-09-08 23:00:52 -04005830
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04005831 if (!ext4_has_feature_journal_needs_recovery(sb))
Mingming Caodab291a2006-10-11 01:21:01 -07005832 err = jbd2_journal_wipe(journal, !really_read_only);
Theodore Ts'o1c13d5c2010-07-27 11:56:03 -04005833 if (!err) {
5834 char *save = kmalloc(EXT4_S_ERR_LEN, GFP_KERNEL);
5835 if (save)
5836 memcpy(save, ((char *) es) +
5837 EXT4_S_ERR_START, EXT4_S_ERR_LEN);
Mingming Caodab291a2006-10-11 01:21:01 -07005838 err = jbd2_journal_load(journal);
Theodore Ts'o1c13d5c2010-07-27 11:56:03 -04005839 if (save)
5840 memcpy(((char *) es) + EXT4_S_ERR_START,
5841 save, EXT4_S_ERR_LEN);
5842 kfree(save);
5843 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005844
5845 if (err) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04005846 ext4_msg(sb, KERN_ERR, "error loading journal");
Lukas Czerner273108f2020-07-17 11:06:05 +02005847 goto err_out;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005848 }
5849
Mingming Cao617ba132006-10-11 01:20:53 -07005850 EXT4_SB(sb)->s_journal = journal;
Jan Kara11215632020-07-10 16:07:59 +02005851 err = ext4_clear_journal_err(sb, es);
5852 if (err) {
5853 EXT4_SB(sb)->s_journal = NULL;
5854 jbd2_journal_destroy(journal);
5855 return err;
5856 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005857
Maciej Żenczykowskic41303c2010-10-27 21:30:06 -04005858 if (!really_read_only && journal_devnum &&
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005859 journal_devnum != le32_to_cpu(es->s_journal_dev)) {
5860 es->s_journal_dev = cpu_to_le32(journal_devnum);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005861
5862 /* Make sure we flush the recovery flag to disk. */
Jan Kara4392fbc2020-12-16 11:18:38 +01005863 ext4_commit_super(sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005864 }
5865
5866 return 0;
Lukas Czerner273108f2020-07-17 11:06:05 +02005867
5868err_out:
5869 jbd2_journal_destroy(journal);
5870 return err;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005871}
5872
Jan Kara2d01ddc2020-12-16 11:18:40 +01005873/* Copy state of EXT4_SB(sb) into buffer for on-disk superblock */
5874static void ext4_update_super(struct super_block *sb)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005875{
Jan Karac92dc852020-11-27 12:34:00 +01005876 struct ext4_sb_info *sbi = EXT4_SB(sb);
Jan Karae92ad032020-12-16 11:18:41 +01005877 struct ext4_super_block *es = sbi->s_es;
5878 struct buffer_head *sbh = sbi->s_sbh;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005879
Jan Kara05c2c002020-12-16 11:18:39 +01005880 lock_buffer(sbh);
Jon Derricka17712c2018-07-02 18:45:18 -04005881 /*
Theodore Ts'o71290b32009-09-10 17:31:04 -04005882 * If the file system is mounted read-only, don't update the
5883 * superblock write time. This avoids updating the superblock
5884 * write time when we are mounting the root file system
5885 * read/only but we need to replay the journal; at that point,
5886 * for people who are east of GMT and who make their clock
5887 * tick in localtime for Windows bug-for-bug compatibility,
5888 * the clock is set in the future, and this will cause e2fsck
5889 * to complain and force a full file system check.
5890 */
Linus Torvalds1751e8a2017-11-27 13:05:09 -08005891 if (!(sb->s_flags & SB_RDONLY))
Arnd Bergmann6a0678a2018-07-29 15:51:48 -04005892 ext4_update_tstamp(es, s_wtime);
Christoph Hellwig8446fe92020-11-24 09:36:54 +01005893 es->s_kbytes_written =
Linus Torvalds0bc9bc12021-01-15 14:54:24 -08005894 cpu_to_le64(sbi->s_kbytes_written +
Christoph Hellwig8446fe92020-11-24 09:36:54 +01005895 ((part_stat_read(sb->s_bdev, sectors[STAT_WRITE]) -
Linus Torvalds0bc9bc12021-01-15 14:54:24 -08005896 sbi->s_sectors_written_start) >> 1));
Jan Karae92ad032020-12-16 11:18:41 +01005897 if (percpu_counter_initialized(&sbi->s_freeclusters_counter))
Theodore Ts'od5e03cb2014-07-15 06:01:38 -04005898 ext4_free_blocks_count_set(es,
Jan Karae92ad032020-12-16 11:18:41 +01005899 EXT4_C2B(sbi, percpu_counter_sum_positive(
5900 &sbi->s_freeclusters_counter)));
5901 if (percpu_counter_initialized(&sbi->s_freeinodes_counter))
Theodore Ts'od5e03cb2014-07-15 06:01:38 -04005902 es->s_free_inodes_count =
5903 cpu_to_le32(percpu_counter_sum_positive(
Jan Karae92ad032020-12-16 11:18:41 +01005904 &sbi->s_freeinodes_counter));
Jan Karac92dc852020-11-27 12:34:00 +01005905 /* Copy error information to the on-disk superblock */
5906 spin_lock(&sbi->s_error_lock);
5907 if (sbi->s_add_error_count > 0) {
5908 es->s_state |= cpu_to_le16(EXT4_ERROR_FS);
5909 if (!es->s_first_error_time && !es->s_first_error_time_hi) {
5910 __ext4_update_tstamp(&es->s_first_error_time,
5911 &es->s_first_error_time_hi,
5912 sbi->s_first_error_time);
5913 strncpy(es->s_first_error_func, sbi->s_first_error_func,
5914 sizeof(es->s_first_error_func));
5915 es->s_first_error_line =
5916 cpu_to_le32(sbi->s_first_error_line);
5917 es->s_first_error_ino =
5918 cpu_to_le32(sbi->s_first_error_ino);
5919 es->s_first_error_block =
5920 cpu_to_le64(sbi->s_first_error_block);
5921 es->s_first_error_errcode =
5922 ext4_errno_to_code(sbi->s_first_error_code);
5923 }
5924 __ext4_update_tstamp(&es->s_last_error_time,
5925 &es->s_last_error_time_hi,
5926 sbi->s_last_error_time);
5927 strncpy(es->s_last_error_func, sbi->s_last_error_func,
5928 sizeof(es->s_last_error_func));
5929 es->s_last_error_line = cpu_to_le32(sbi->s_last_error_line);
5930 es->s_last_error_ino = cpu_to_le32(sbi->s_last_error_ino);
5931 es->s_last_error_block = cpu_to_le64(sbi->s_last_error_block);
5932 es->s_last_error_errcode =
5933 ext4_errno_to_code(sbi->s_last_error_code);
5934 /*
5935 * Start the daily error reporting function if it hasn't been
5936 * started already
5937 */
5938 if (!es->s_error_count)
5939 mod_timer(&sbi->s_err_report, jiffies + 24*60*60*HZ);
5940 le32_add_cpu(&es->s_error_count, sbi->s_add_error_count);
5941 sbi->s_add_error_count = 0;
5942 }
5943 spin_unlock(&sbi->s_error_lock);
5944
Theodore Ts'o06db49e2012-10-10 01:06:58 -04005945 ext4_superblock_csum_set(sb);
Jan Kara2d01ddc2020-12-16 11:18:40 +01005946 unlock_buffer(sbh);
5947}
5948
5949static int ext4_commit_super(struct super_block *sb)
5950{
5951 struct buffer_head *sbh = EXT4_SB(sb)->s_sbh;
5952 int error = 0;
5953
Fengnan Changf88f1462021-04-02 18:16:31 +08005954 if (!sbh)
5955 return -EINVAL;
5956 if (block_device_ejected(sb))
5957 return -ENODEV;
Jan Kara2d01ddc2020-12-16 11:18:40 +01005958
5959 ext4_update_super(sb);
5960
Theodore Ts'oe8680782018-12-30 23:20:39 -05005961 if (buffer_write_io_error(sbh) || !buffer_uptodate(sbh)) {
Pranay Kr. Srivastava4743f832016-07-04 10:24:52 -04005962 /*
5963 * Oh, dear. A previous attempt to write the
5964 * superblock failed. This could happen because the
5965 * USB device was yanked out. Or it could happen to
5966 * be a transient write error and maybe the block will
5967 * be remapped. Nothing we can do but to retry the
5968 * write and hope for the best.
5969 */
5970 ext4_msg(sb, KERN_ERR, "previous I/O error to "
5971 "superblock detected");
5972 clear_buffer_write_io_error(sbh);
5973 set_buffer_uptodate(sbh);
5974 }
Jan Kara2d01ddc2020-12-16 11:18:40 +01005975 BUFFER_TRACE(sbh, "marking dirty");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005976 mark_buffer_dirty(sbh);
Jan Kara4392fbc2020-12-16 11:18:38 +01005977 error = __sync_dirty_buffer(sbh,
5978 REQ_SYNC | (test_opt(sb, BARRIER) ? REQ_FUA : 0));
5979 if (buffer_write_io_error(sbh)) {
5980 ext4_msg(sb, KERN_ERR, "I/O error while writing "
5981 "superblock");
5982 clear_buffer_write_io_error(sbh);
5983 set_buffer_uptodate(sbh);
Theodore Ts'o914258b2008-10-06 21:35:40 -04005984 }
Takashi Satoc4be0c12009-01-09 16:40:58 -08005985 return error;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005986}
5987
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005988/*
5989 * Have we just finished recovery? If so, and if we are mounting (or
5990 * remounting) the filesystem readonly, then we will end up with a
5991 * consistent fs on disk. Record that fact.
5992 */
Jan Kara11215632020-07-10 16:07:59 +02005993static int ext4_mark_recovery_complete(struct super_block *sb,
5994 struct ext4_super_block *es)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005995{
Jan Kara11215632020-07-10 16:07:59 +02005996 int err;
Mingming Cao617ba132006-10-11 01:20:53 -07005997 journal_t *journal = EXT4_SB(sb)->s_journal;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07005998
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04005999 if (!ext4_has_feature_journal(sb)) {
Jan Kara11215632020-07-10 16:07:59 +02006000 if (journal != NULL) {
6001 ext4_error(sb, "Journal got removed while the fs was "
6002 "mounted!");
6003 return -EFSCORRUPTED;
6004 }
6005 return 0;
Frank Mayhar03901312009-01-07 00:06:22 -05006006 }
Mingming Caodab291a2006-10-11 01:21:01 -07006007 jbd2_journal_lock_updates(journal);
Leah Rumancik01d5d962021-05-18 15:13:25 +00006008 err = jbd2_journal_flush(journal, 0);
Jan Kara11215632020-07-10 16:07:59 +02006009 if (err < 0)
Hidehiro Kawai7ffe1ea2008-10-10 20:29:21 -04006010 goto out;
6011
Jan Kara02f310f2021-08-16 11:57:06 +02006012 if (sb_rdonly(sb) && (ext4_has_feature_journal_needs_recovery(sb) ||
6013 ext4_has_feature_orphan_present(sb))) {
6014 if (!ext4_orphan_file_empty(sb)) {
6015 ext4_error(sb, "Orphan file not empty on read-only fs.");
6016 err = -EFSCORRUPTED;
6017 goto out;
6018 }
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04006019 ext4_clear_feature_journal_needs_recovery(sb);
Jan Kara02f310f2021-08-16 11:57:06 +02006020 ext4_clear_feature_orphan_present(sb);
Jan Kara4392fbc2020-12-16 11:18:38 +01006021 ext4_commit_super(sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006022 }
Hidehiro Kawai7ffe1ea2008-10-10 20:29:21 -04006023out:
Mingming Caodab291a2006-10-11 01:21:01 -07006024 jbd2_journal_unlock_updates(journal);
Jan Kara11215632020-07-10 16:07:59 +02006025 return err;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006026}
6027
6028/*
6029 * If we are mounting (or read-write remounting) a filesystem whose journal
6030 * has recorded an error from a previous lifetime, move that error to the
6031 * main filesystem now.
6032 */
Jan Kara11215632020-07-10 16:07:59 +02006033static int ext4_clear_journal_err(struct super_block *sb,
Theodore Ts'o2b2d6d02008-07-26 16:15:44 -04006034 struct ext4_super_block *es)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006035{
6036 journal_t *journal;
6037 int j_errno;
6038 const char *errstr;
6039
Jan Kara11215632020-07-10 16:07:59 +02006040 if (!ext4_has_feature_journal(sb)) {
6041 ext4_error(sb, "Journal got removed while the fs was mounted!");
6042 return -EFSCORRUPTED;
6043 }
Frank Mayhar03901312009-01-07 00:06:22 -05006044
Mingming Cao617ba132006-10-11 01:20:53 -07006045 journal = EXT4_SB(sb)->s_journal;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006046
6047 /*
6048 * Now check for any error status which may have been recorded in the
Mingming Cao617ba132006-10-11 01:20:53 -07006049 * journal by a prior ext4_error() or ext4_abort()
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006050 */
6051
Mingming Caodab291a2006-10-11 01:21:01 -07006052 j_errno = jbd2_journal_errno(journal);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006053 if (j_errno) {
6054 char nbuf[16];
6055
Mingming Cao617ba132006-10-11 01:20:53 -07006056 errstr = ext4_decode_error(sb, j_errno, nbuf);
Eric Sandeen12062dd2010-02-15 14:19:27 -05006057 ext4_warning(sb, "Filesystem error recorded "
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006058 "from previous mount: %s", errstr);
Eric Sandeen12062dd2010-02-15 14:19:27 -05006059 ext4_warning(sb, "Marking fs in need of filesystem check.");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006060
Mingming Cao617ba132006-10-11 01:20:53 -07006061 EXT4_SB(sb)->s_mount_state |= EXT4_ERROR_FS;
6062 es->s_state |= cpu_to_le16(EXT4_ERROR_FS);
Jan Kara4392fbc2020-12-16 11:18:38 +01006063 ext4_commit_super(sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006064
Mingming Caodab291a2006-10-11 01:21:01 -07006065 jbd2_journal_clear_err(journal);
Theodore Ts'od796c522012-08-05 19:04:57 -04006066 jbd2_journal_update_sb_errno(journal);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006067 }
Jan Kara11215632020-07-10 16:07:59 +02006068 return 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006069}
6070
6071/*
6072 * Force the running and committing transactions to commit,
6073 * and wait on the commit.
6074 */
Mingming Cao617ba132006-10-11 01:20:53 -07006075int ext4_force_commit(struct super_block *sb)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006076{
6077 journal_t *journal;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006078
David Howellsbc98a422017-07-17 08:45:34 +01006079 if (sb_rdonly(sb))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006080 return 0;
6081
Mingming Cao617ba132006-10-11 01:20:53 -07006082 journal = EXT4_SB(sb)->s_journal;
Guo Chaob1deefc2013-01-28 21:41:02 -05006083 return ext4_journal_force_commit(journal);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006084}
6085
Mingming Cao617ba132006-10-11 01:20:53 -07006086static int ext4_sync_fs(struct super_block *sb, int wait)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006087{
Theodore Ts'o14ce0cb2008-11-03 18:10:55 -05006088 int ret = 0;
Jan Kara9eddacf2009-02-10 06:46:05 -05006089 tid_t target;
Dmitry Monakhov06a407f2013-06-12 22:25:07 -04006090 bool needs_barrier = false;
Mingming Cao8d5d02e2009-09-28 15:48:29 -04006091 struct ext4_sb_info *sbi = EXT4_SB(sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006092
Jun Piao49598e02018-01-11 13:17:49 -05006093 if (unlikely(ext4_forced_shutdown(sbi)))
Theodore Ts'o0db1ff22017-02-05 01:28:48 -05006094 return 0;
6095
Theodore Ts'o9bffad12009-06-17 11:48:11 -04006096 trace_ext4_sync_fs(sb, wait);
Jan Kara2e8fa542013-06-04 14:21:02 -04006097 flush_workqueue(sbi->rsv_conversion_wq);
Jan Karaa1177822012-07-03 16:45:29 +02006098 /*
6099 * Writeback quota in non-journalled quota case - journalled quota has
6100 * no dirty dquots
6101 */
6102 dquot_writeback_dquots(sb, -1);
Dmitry Monakhov06a407f2013-06-12 22:25:07 -04006103 /*
6104 * Data writeback is possible w/o journal transaction, so barrier must
6105 * being sent at the end of the function. But we can skip it if
6106 * transaction_commit will do it for us.
6107 */
Theodore Ts'obda32532014-09-18 16:12:37 -04006108 if (sbi->s_journal) {
6109 target = jbd2_get_latest_transaction(sbi->s_journal);
6110 if (wait && sbi->s_journal->j_flags & JBD2_BARRIER &&
6111 !jbd2_trans_will_send_data_barrier(sbi->s_journal, target))
6112 needs_barrier = true;
Dmitry Monakhov06a407f2013-06-12 22:25:07 -04006113
Theodore Ts'obda32532014-09-18 16:12:37 -04006114 if (jbd2_journal_start_commit(sbi->s_journal, &target)) {
6115 if (wait)
6116 ret = jbd2_log_wait_commit(sbi->s_journal,
6117 target);
6118 }
6119 } else if (wait && test_opt(sb, BARRIER))
6120 needs_barrier = true;
Dmitry Monakhov06a407f2013-06-12 22:25:07 -04006121 if (needs_barrier) {
6122 int err;
Christoph Hellwigc6bf3f02021-01-26 15:52:35 +01006123 err = blkdev_issue_flush(sb->s_bdev);
Dmitry Monakhov06a407f2013-06-12 22:25:07 -04006124 if (!ret)
6125 ret = err;
6126 }
6127
6128 return ret;
6129}
6130
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006131/*
6132 * LVM calls this function before a (read-only) snapshot is created. This
6133 * gives us a chance to flush the journal completely and mark the fs clean.
Yongqiang Yangbe4f27d2011-04-10 22:06:07 -04006134 *
6135 * Note that only this function cannot bring a filesystem to be in a clean
Jan Kara8e8ad8a2012-06-12 16:20:38 +02006136 * state independently. It relies on upper layer to stop all data & metadata
6137 * modifications.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006138 */
Takashi Satoc4be0c12009-01-09 16:40:58 -08006139static int ext4_freeze(struct super_block *sb)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006140{
Takashi Satoc4be0c12009-01-09 16:40:58 -08006141 int error = 0;
6142 journal_t *journal;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006143
David Howellsbc98a422017-07-17 08:45:34 +01006144 if (sb_rdonly(sb))
Theodore Ts'o9ca92382009-05-01 12:52:25 -04006145 return 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006146
Theodore Ts'o9ca92382009-05-01 12:52:25 -04006147 journal = EXT4_SB(sb)->s_journal;
Hidehiro Kawai7ffe1ea2008-10-10 20:29:21 -04006148
Theodore Ts'obb044572014-09-18 17:12:02 -04006149 if (journal) {
6150 /* Now we set up the journal barrier. */
6151 jbd2_journal_lock_updates(journal);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006152
Theodore Ts'obb044572014-09-18 17:12:02 -04006153 /*
6154 * Don't clear the needs_recovery flag if we failed to
6155 * flush the journal.
6156 */
Leah Rumancik01d5d962021-05-18 15:13:25 +00006157 error = jbd2_journal_flush(journal, 0);
Theodore Ts'obb044572014-09-18 17:12:02 -04006158 if (error < 0)
6159 goto out;
Eric Sandeenc642dc92015-08-15 10:45:06 -04006160
6161 /* Journal blocked and flushed, clear needs_recovery flag. */
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04006162 ext4_clear_feature_journal_needs_recovery(sb);
Jan Kara02f310f2021-08-16 11:57:06 +02006163 if (ext4_orphan_file_empty(sb))
6164 ext4_clear_feature_orphan_present(sb);
Theodore Ts'obb044572014-09-18 17:12:02 -04006165 }
Theodore Ts'o9ca92382009-05-01 12:52:25 -04006166
Jan Kara4392fbc2020-12-16 11:18:38 +01006167 error = ext4_commit_super(sb);
Eric Sandeen6b0310f2010-05-16 02:00:00 -04006168out:
Theodore Ts'obb044572014-09-18 17:12:02 -04006169 if (journal)
6170 /* we rely on upper layer to stop further updates */
6171 jbd2_journal_unlock_updates(journal);
Eric Sandeen6b0310f2010-05-16 02:00:00 -04006172 return error;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006173}
6174
6175/*
6176 * Called by LVM after the snapshot is done. We need to reset the RECOVER
6177 * flag here, even though the filesystem is not technically dirty yet.
6178 */
Takashi Satoc4be0c12009-01-09 16:40:58 -08006179static int ext4_unfreeze(struct super_block *sb)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006180{
David Howellsbc98a422017-07-17 08:45:34 +01006181 if (sb_rdonly(sb) || ext4_forced_shutdown(EXT4_SB(sb)))
Theodore Ts'o9ca92382009-05-01 12:52:25 -04006182 return 0;
6183
Eric Sandeenc642dc92015-08-15 10:45:06 -04006184 if (EXT4_SB(sb)->s_journal) {
6185 /* Reset the needs_recovery flag before the fs is unlocked. */
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04006186 ext4_set_feature_journal_needs_recovery(sb);
Jan Kara02f310f2021-08-16 11:57:06 +02006187 if (ext4_has_feature_orphan_file(sb))
6188 ext4_set_feature_orphan_present(sb);
Eric Sandeenc642dc92015-08-15 10:45:06 -04006189 }
6190
Jan Kara4392fbc2020-12-16 11:18:38 +01006191 ext4_commit_super(sb);
Takashi Satoc4be0c12009-01-09 16:40:58 -08006192 return 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006193}
6194
Theodore Ts'o673c6102010-12-15 20:28:48 -05006195/*
6196 * Structure to save mount options for ext4_remount's benefit
6197 */
6198struct ext4_mount_options {
6199 unsigned long s_mount_opt;
Theodore Ts'oa2595b82010-12-15 20:30:48 -05006200 unsigned long s_mount_opt2;
Eric W. Biederman08cefc72012-02-07 15:41:49 -08006201 kuid_t s_resuid;
6202 kgid_t s_resgid;
Theodore Ts'o673c6102010-12-15 20:28:48 -05006203 unsigned long s_commit_interval;
6204 u32 s_min_batch_time, s_max_batch_time;
6205#ifdef CONFIG_QUOTA
6206 int s_jquota_fmt;
Jan Karaa2d4a642014-09-11 11:15:15 -04006207 char *s_qf_names[EXT4_MAXQUOTAS];
Theodore Ts'o673c6102010-12-15 20:28:48 -05006208#endif
6209};
6210
Lukas Czerner960e0ab2021-12-22 11:45:17 +01006211static int __ext4_remount(struct fs_context *fc, struct super_block *sb)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006212{
Lukas Czerner7edfd852021-10-27 16:18:53 +02006213 struct ext4_fs_context *ctx = fc->fs_private;
Theodore Ts'o2b2d6d02008-07-26 16:15:44 -04006214 struct ext4_super_block *es;
Mingming Cao617ba132006-10-11 01:20:53 -07006215 struct ext4_sb_info *sbi = EXT4_SB(sb);
Lukas Czerner960e0ab2021-12-22 11:45:17 +01006216 unsigned long old_sb_flags;
Mingming Cao617ba132006-10-11 01:20:53 -07006217 struct ext4_mount_options old_opts;
Theodore Ts'o8a266462008-07-26 14:34:21 -04006218 ext4_group_t g;
Johann Lombardic5e06d12011-05-24 18:31:25 -04006219 int err = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006220#ifdef CONFIG_QUOTA
Austin Kim3bbef912021-08-24 04:49:29 +01006221 int enable_quota = 0;
Chen Gang03dafb52013-01-24 23:24:58 -05006222 int i, j;
Theodore Ts'o33458ea2018-10-12 09:28:09 -04006223 char *to_free[EXT4_MAXQUOTAS];
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006224#endif
Harshad Shirwadkarb237e302021-04-01 10:21:24 -07006225
Lukas Czerner7edfd852021-10-27 16:18:53 +02006226 ctx->journal_ioprio = DEFAULT_JOURNAL_IOPRIO;
Chengguang Xu21ac7382018-07-29 15:51:54 -04006227
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006228 /* Store the original options */
6229 old_sb_flags = sb->s_flags;
6230 old_opts.s_mount_opt = sbi->s_mount_opt;
Theodore Ts'oa2595b82010-12-15 20:30:48 -05006231 old_opts.s_mount_opt2 = sbi->s_mount_opt2;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006232 old_opts.s_resuid = sbi->s_resuid;
6233 old_opts.s_resgid = sbi->s_resgid;
6234 old_opts.s_commit_interval = sbi->s_commit_interval;
Theodore Ts'o30773842009-01-03 20:27:38 -05006235 old_opts.s_min_batch_time = sbi->s_min_batch_time;
6236 old_opts.s_max_batch_time = sbi->s_max_batch_time;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006237#ifdef CONFIG_QUOTA
6238 old_opts.s_jquota_fmt = sbi->s_jquota_fmt;
Jan Karaa2d4a642014-09-11 11:15:15 -04006239 for (i = 0; i < EXT4_MAXQUOTAS; i++)
Chen Gang03dafb52013-01-24 23:24:58 -05006240 if (sbi->s_qf_names[i]) {
Theodore Ts'o33458ea2018-10-12 09:28:09 -04006241 char *qf_name = get_qf_name(sb, sbi, i);
6242
6243 old_opts.s_qf_names[i] = kstrdup(qf_name, GFP_KERNEL);
Chen Gang03dafb52013-01-24 23:24:58 -05006244 if (!old_opts.s_qf_names[i]) {
6245 for (j = 0; j < i; j++)
6246 kfree(old_opts.s_qf_names[j]);
6247 return -ENOMEM;
6248 }
6249 } else
6250 old_opts.s_qf_names[i] = NULL;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006251#endif
Theodore Ts'ob3881f72009-01-05 22:46:26 -05006252 if (sbi->s_journal && sbi->s_journal->j_task->io_context)
Lukas Czerner7edfd852021-10-27 16:18:53 +02006253 ctx->journal_ioprio =
Harshad Shirwadkarb237e302021-04-01 10:21:24 -07006254 sbi->s_journal->j_task->io_context->ioprio;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006255
Lukas Czerner7edfd852021-10-27 16:18:53 +02006256 ext4_apply_options(fc, sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006257
Darrick J. Wong6b992ff2014-10-30 10:53:16 -04006258 if ((old_opts.s_mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) ^
6259 test_opt(sb, JOURNAL_CHECKSUM)) {
6260 ext4_msg(sb, KERN_ERR, "changing journal_checksum "
Eric Sandeen2d5b86e2015-02-12 23:07:37 -05006261 "during remount not supported; ignoring");
6262 sbi->s_mount_opt ^= EXT4_MOUNT_JOURNAL_CHECKSUM;
Darrick J. Wongc6d3d562014-11-25 16:20:50 -05006263 }
6264
Piotr Sarna6ae65142013-08-08 23:02:24 -04006265 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) {
6266 if (test_opt2(sb, EXPLICIT_DELALLOC)) {
6267 ext4_msg(sb, KERN_ERR, "can't mount with "
6268 "both data=journal and delalloc");
6269 err = -EINVAL;
6270 goto restore_opts;
6271 }
6272 if (test_opt(sb, DIOREAD_NOLOCK)) {
6273 ext4_msg(sb, KERN_ERR, "can't mount with "
6274 "both data=journal and dioread_nolock");
6275 err = -EINVAL;
6276 goto restore_opts;
6277 }
Jan Karaab04df72016-12-03 16:20:53 -05006278 } else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) {
6279 if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) {
6280 ext4_msg(sb, KERN_ERR, "can't mount with "
6281 "journal_async_commit in data=ordered mode");
6282 err = -EINVAL;
6283 goto restore_opts;
6284 }
Ross Zwisler923ae0f2015-02-16 15:59:38 -08006285 }
6286
Tahsin Erdogancdb7ee42017-06-22 11:55:14 -04006287 if ((sbi->s_mount_opt ^ old_opts.s_mount_opt) & EXT4_MOUNT_NO_MBCACHE) {
6288 ext4_msg(sb, KERN_ERR, "can't enable nombcache during remount");
6289 err = -EINVAL;
6290 goto restore_opts;
6291 }
6292
Harshad Shirwadkar9b5f6c92020-11-05 19:59:09 -08006293 if (ext4_test_mount_flag(sb, EXT4_MF_FS_ABORTED))
Gabriel Krisman Bertazi124e7c62021-10-26 14:33:02 -03006294 ext4_abort(sb, ESHUTDOWN, "Abort forced by user");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006295
Linus Torvalds1751e8a2017-11-27 13:05:09 -08006296 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) |
6297 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006298
6299 es = sbi->s_es;
6300
Theodore Ts'ob3881f72009-01-05 22:46:26 -05006301 if (sbi->s_journal) {
Frank Mayhar03901312009-01-07 00:06:22 -05006302 ext4_init_journal_params(sb, sbi->s_journal);
Lukas Czerner7edfd852021-10-27 16:18:53 +02006303 set_task_ioprio(sbi->s_journal->j_task, ctx->journal_ioprio);
Theodore Ts'ob3881f72009-01-05 22:46:26 -05006304 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006305
Jan Karac92dc852020-11-27 12:34:00 +01006306 /* Flush outstanding errors before changing fs state */
6307 flush_work(&sbi->s_error_work);
6308
Lukas Czerner960e0ab2021-12-22 11:45:17 +01006309 if ((bool)(fc->sb_flags & SB_RDONLY) != sb_rdonly(sb)) {
Harshad Shirwadkar9b5f6c92020-11-05 19:59:09 -08006310 if (ext4_test_mount_flag(sb, EXT4_MF_FS_ABORTED)) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006311 err = -EROFS;
6312 goto restore_opts;
6313 }
6314
Lukas Czerner960e0ab2021-12-22 11:45:17 +01006315 if (fc->sb_flags & SB_RDONLY) {
Theodore Ts'o38c03b32014-03-13 22:49:42 -04006316 err = sync_filesystem(sb);
6317 if (err < 0)
6318 goto restore_opts;
Christoph Hellwig0f0dd622010-05-19 07:16:41 -04006319 err = dquot_suspend(sb, -1);
6320 if (err < 0)
Christoph Hellwigc79d9672010-05-19 07:16:40 -04006321 goto restore_opts;
Christoph Hellwigc79d9672010-05-19 07:16:40 -04006322
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006323 /*
6324 * First of all, the unconditional stuff we have to do
6325 * to disable replay of the journal when we next remount
6326 */
Linus Torvalds1751e8a2017-11-27 13:05:09 -08006327 sb->s_flags |= SB_RDONLY;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006328
6329 /*
6330 * OK, test if we are remounting a valid rw partition
6331 * readonly, and if so set the rdonly flag and then
6332 * mark the partition as valid again.
6333 */
Mingming Cao617ba132006-10-11 01:20:53 -07006334 if (!(es->s_state & cpu_to_le16(EXT4_VALID_FS)) &&
6335 (sbi->s_mount_state & EXT4_VALID_FS))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006336 es->s_state = cpu_to_le16(sbi->s_mount_state);
6337
Jan Kara11215632020-07-10 16:07:59 +02006338 if (sbi->s_journal) {
6339 /*
6340 * We let remount-ro finish even if marking fs
6341 * as clean failed...
6342 */
Frank Mayhar03901312009-01-07 00:06:22 -05006343 ext4_mark_recovery_complete(sb, es);
Jan Kara11215632020-07-10 16:07:59 +02006344 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006345 } else {
Eric Sandeena13fb1a2009-08-18 00:20:23 -04006346 /* Make sure we can mount this feature set readwrite */
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04006347 if (ext4_has_feature_readonly(sb) ||
Darrick J. Wong2cb5cc82015-02-12 22:31:21 -05006348 !ext4_feature_set_ok(sb, 0)) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006349 err = -EROFS;
6350 goto restore_opts;
6351 }
Eric Sandeenead65962007-02-10 01:46:08 -08006352 /*
Theodore Ts'o8a266462008-07-26 14:34:21 -04006353 * Make sure the group descriptor checksums
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04006354 * are sane. If they aren't, refuse to remount r/w.
Theodore Ts'o8a266462008-07-26 14:34:21 -04006355 */
6356 for (g = 0; g < sbi->s_groups_count; g++) {
6357 struct ext4_group_desc *gdp =
6358 ext4_get_group_desc(sb, g, NULL);
6359
Darrick J. Wongfeb0ab32012-04-29 18:45:10 -04006360 if (!ext4_group_desc_csum_verify(sb, g, gdp)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04006361 ext4_msg(sb, KERN_ERR,
6362 "ext4_remount: Checksum for group %u failed (%u!=%u)",
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04006363 g, le16_to_cpu(ext4_group_desc_csum(sb, g, gdp)),
Theodore Ts'o8a266462008-07-26 14:34:21 -04006364 le16_to_cpu(gdp->bg_checksum));
Darrick J. Wong6a797d22015-10-17 16:16:04 -04006365 err = -EFSBADCRC;
Theodore Ts'o8a266462008-07-26 14:34:21 -04006366 goto restore_opts;
6367 }
6368 }
6369
6370 /*
Eric Sandeenead65962007-02-10 01:46:08 -08006371 * If we have an unprocessed orphan list hanging
6372 * around from a previously readonly bdev mount,
6373 * require a full umount/remount for now.
6374 */
Jan Kara02f310f2021-08-16 11:57:06 +02006375 if (es->s_last_orphan || !ext4_orphan_file_empty(sb)) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04006376 ext4_msg(sb, KERN_WARNING, "Couldn't "
Eric Sandeenead65962007-02-10 01:46:08 -08006377 "remount RDWR because of unprocessed "
6378 "orphan inode list. Please "
Eric Sandeenb31e1552009-06-04 17:36:36 -04006379 "umount/remount instead");
Eric Sandeenead65962007-02-10 01:46:08 -08006380 err = -EINVAL;
6381 goto restore_opts;
6382 }
6383
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006384 /*
6385 * Mounting a RDONLY partition read-write, so reread
6386 * and store the current valid flag. (It may have
6387 * been changed by e2fsck since we originally mounted
6388 * the partition.)
6389 */
Jan Kara11215632020-07-10 16:07:59 +02006390 if (sbi->s_journal) {
6391 err = ext4_clear_journal_err(sb, es);
6392 if (err)
6393 goto restore_opts;
6394 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006395 sbi->s_mount_state = le16_to_cpu(es->s_state);
Jaegeuk Kimc89128a2018-05-13 23:02:19 -04006396
6397 err = ext4_setup_super(sb, es, 0);
6398 if (err)
6399 goto restore_opts;
6400
6401 sb->s_flags &= ~SB_RDONLY;
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04006402 if (ext4_has_feature_mmp(sb))
Johann Lombardic5e06d12011-05-24 18:31:25 -04006403 if (ext4_multi_mount_protect(sb,
6404 le64_to_cpu(es->s_mmp_block))) {
6405 err = -EROFS;
6406 goto restore_opts;
6407 }
Austin Kim3bbef912021-08-24 04:49:29 +01006408#ifdef CONFIG_QUOTA
Christoph Hellwigc79d9672010-05-19 07:16:40 -04006409 enable_quota = 1;
Austin Kim3bbef912021-08-24 04:49:29 +01006410#endif
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006411 }
6412 }
Lukas Czernerbfff6872010-10-27 21:30:05 -04006413
6414 /*
6415 * Reinitialize lazy itable initialization thread based on
6416 * current settings
6417 */
David Howellsbc98a422017-07-17 08:45:34 +01006418 if (sb_rdonly(sb) || !test_opt(sb, INIT_INODE_TABLE))
Lukas Czernerbfff6872010-10-27 21:30:05 -04006419 ext4_unregister_li_request(sb);
6420 else {
6421 ext4_group_t first_not_zeroed;
6422 first_not_zeroed = ext4_has_uninit_itable(sb);
6423 ext4_register_li_request(sb, first_not_zeroed);
6424 }
6425
Jan Kara0f5bde12020-07-28 15:04:37 +02006426 /*
6427 * Handle creation of system zone data early because it can fail.
6428 * Releasing of existing data is done when we are sure remount will
6429 * succeed.
6430 */
Chunguang Xudd0db942020-09-24 11:03:43 +08006431 if (test_opt(sb, BLOCK_VALIDITY) && !sbi->s_system_blks) {
Jan Kara0f5bde12020-07-28 15:04:37 +02006432 err = ext4_setup_system_zone(sb);
6433 if (err)
6434 goto restore_opts;
6435 }
Jan Karad176b1f2020-07-28 15:04:32 +02006436
Jaegeuk Kimc89128a2018-05-13 23:02:19 -04006437 if (sbi->s_journal == NULL && !(old_sb_flags & SB_RDONLY)) {
Jan Kara4392fbc2020-12-16 11:18:38 +01006438 err = ext4_commit_super(sb);
Jaegeuk Kimc89128a2018-05-13 23:02:19 -04006439 if (err)
6440 goto restore_opts;
6441 }
Frank Mayhar03901312009-01-07 00:06:22 -05006442
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006443#ifdef CONFIG_QUOTA
6444 /* Release old quota file names */
Jan Karaa2d4a642014-09-11 11:15:15 -04006445 for (i = 0; i < EXT4_MAXQUOTAS; i++)
Chen Gang03dafb52013-01-24 23:24:58 -05006446 kfree(old_opts.s_qf_names[i]);
Aditya Kali7c319d32012-07-22 20:21:31 -04006447 if (enable_quota) {
6448 if (sb_any_quota_suspended(sb))
6449 dquot_resume(sb, -1);
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04006450 else if (ext4_has_feature_quota(sb)) {
Aditya Kali7c319d32012-07-22 20:21:31 -04006451 err = ext4_enable_quotas(sb);
Theodore Ts'o07724f92012-08-17 19:08:42 -04006452 if (err)
Aditya Kali7c319d32012-07-22 20:21:31 -04006453 goto restore_opts;
Aditya Kali7c319d32012-07-22 20:21:31 -04006454 }
6455 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006456#endif
Chunguang Xudd0db942020-09-24 11:03:43 +08006457 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks)
Jan Kara0f5bde12020-07-28 15:04:37 +02006458 ext4_release_system_zone(sb);
Curt Wohlgemuthd4c402d2010-05-16 12:00:00 -04006459
Theodore Ts'o61bb4a12021-07-02 12:45:02 -04006460 if (!ext4_has_feature_mmp(sb) || sb_rdonly(sb))
6461 ext4_stop_mmpd(sbi);
6462
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006463 return 0;
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04006464
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006465restore_opts:
6466 sb->s_flags = old_sb_flags;
6467 sbi->s_mount_opt = old_opts.s_mount_opt;
Theodore Ts'oa2595b82010-12-15 20:30:48 -05006468 sbi->s_mount_opt2 = old_opts.s_mount_opt2;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006469 sbi->s_resuid = old_opts.s_resuid;
6470 sbi->s_resgid = old_opts.s_resgid;
6471 sbi->s_commit_interval = old_opts.s_commit_interval;
Theodore Ts'o30773842009-01-03 20:27:38 -05006472 sbi->s_min_batch_time = old_opts.s_min_batch_time;
6473 sbi->s_max_batch_time = old_opts.s_max_batch_time;
Chunguang Xudd0db942020-09-24 11:03:43 +08006474 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks)
Jan Kara0f5bde12020-07-28 15:04:37 +02006475 ext4_release_system_zone(sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006476#ifdef CONFIG_QUOTA
6477 sbi->s_jquota_fmt = old_opts.s_jquota_fmt;
Jan Karaa2d4a642014-09-11 11:15:15 -04006478 for (i = 0; i < EXT4_MAXQUOTAS; i++) {
Theodore Ts'o33458ea2018-10-12 09:28:09 -04006479 to_free[i] = get_qf_name(sb, sbi, i);
6480 rcu_assign_pointer(sbi->s_qf_names[i], old_opts.s_qf_names[i]);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006481 }
Theodore Ts'o33458ea2018-10-12 09:28:09 -04006482 synchronize_rcu();
6483 for (i = 0; i < EXT4_MAXQUOTAS; i++)
6484 kfree(to_free[i]);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006485#endif
Theodore Ts'o61bb4a12021-07-02 12:45:02 -04006486 if (!ext4_has_feature_mmp(sb) || sb_rdonly(sb))
6487 ext4_stop_mmpd(sbi);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006488 return err;
6489}
6490
Lukas Czernercebe85d2021-10-27 16:18:56 +02006491static int ext4_reconfigure(struct fs_context *fc)
Lukas Czerner7edfd852021-10-27 16:18:53 +02006492{
Lukas Czernercebe85d2021-10-27 16:18:56 +02006493 struct super_block *sb = fc->root->d_sb;
Lukas Czerner7edfd852021-10-27 16:18:53 +02006494 int ret;
6495
Lukas Czernercebe85d2021-10-27 16:18:56 +02006496 fc->s_fs_info = EXT4_SB(sb);
Lukas Czerner7edfd852021-10-27 16:18:53 +02006497
Lukas Czernercebe85d2021-10-27 16:18:56 +02006498 ret = ext4_check_opt_consistency(fc, sb);
Lukas Czerner7edfd852021-10-27 16:18:53 +02006499 if (ret < 0)
Lukas Czernercebe85d2021-10-27 16:18:56 +02006500 return ret;
Lukas Czerner7edfd852021-10-27 16:18:53 +02006501
Lukas Czerner960e0ab2021-12-22 11:45:17 +01006502 ret = __ext4_remount(fc, sb);
Lukas Czerner7edfd852021-10-27 16:18:53 +02006503 if (ret < 0)
Lukas Czernercebe85d2021-10-27 16:18:56 +02006504 return ret;
Lukas Czerner7edfd852021-10-27 16:18:53 +02006505
Lukas Czernercebe85d2021-10-27 16:18:56 +02006506 ext4_msg(sb, KERN_INFO, "re-mounted. Quota mode: %s.",
6507 ext4_quota_mode(sb));
Lukas Czerner7edfd852021-10-27 16:18:53 +02006508
Lukas Czerner7edfd852021-10-27 16:18:53 +02006509 return 0;
Lukas Czerner7edfd852021-10-27 16:18:53 +02006510}
6511
Li Xi689c9582016-01-08 16:01:22 -05006512#ifdef CONFIG_QUOTA
6513static int ext4_statfs_project(struct super_block *sb,
6514 kprojid_t projid, struct kstatfs *buf)
6515{
6516 struct kqid qid;
6517 struct dquot *dquot;
6518 u64 limit;
6519 u64 curblock;
6520
6521 qid = make_kqid_projid(projid);
6522 dquot = dqget(sb, qid);
6523 if (IS_ERR(dquot))
6524 return PTR_ERR(dquot);
Jan Kara7b9ca4c2017-08-07 13:19:50 +02006525 spin_lock(&dquot->dq_dqb_lock);
Li Xi689c9582016-01-08 16:01:22 -05006526
Chengguang Xua08fe662020-02-10 16:24:45 +08006527 limit = min_not_zero(dquot->dq_dqb.dqb_bsoftlimit,
6528 dquot->dq_dqb.dqb_bhardlimit);
Chengguang Xu57c32ea2019-10-16 10:25:01 +08006529 limit >>= sb->s_blocksize_bits;
6530
Li Xi689c9582016-01-08 16:01:22 -05006531 if (limit && buf->f_blocks > limit) {
Konstantin Khlebnikovf06925c2018-05-20 22:49:54 -04006532 curblock = (dquot->dq_dqb.dqb_curspace +
6533 dquot->dq_dqb.dqb_rsvspace) >> sb->s_blocksize_bits;
Li Xi689c9582016-01-08 16:01:22 -05006534 buf->f_blocks = limit;
6535 buf->f_bfree = buf->f_bavail =
6536 (buf->f_blocks > curblock) ?
6537 (buf->f_blocks - curblock) : 0;
6538 }
6539
Chengguang Xua08fe662020-02-10 16:24:45 +08006540 limit = min_not_zero(dquot->dq_dqb.dqb_isoftlimit,
6541 dquot->dq_dqb.dqb_ihardlimit);
Li Xi689c9582016-01-08 16:01:22 -05006542 if (limit && buf->f_files > limit) {
6543 buf->f_files = limit;
6544 buf->f_ffree =
6545 (buf->f_files > dquot->dq_dqb.dqb_curinodes) ?
6546 (buf->f_files - dquot->dq_dqb.dqb_curinodes) : 0;
6547 }
6548
Jan Kara7b9ca4c2017-08-07 13:19:50 +02006549 spin_unlock(&dquot->dq_dqb_lock);
Li Xi689c9582016-01-08 16:01:22 -05006550 dqput(dquot);
6551 return 0;
6552}
6553#endif
6554
Theodore Ts'o2b2d6d02008-07-26 16:15:44 -04006555static int ext4_statfs(struct dentry *dentry, struct kstatfs *buf)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006556{
6557 struct super_block *sb = dentry->d_sb;
Mingming Cao617ba132006-10-11 01:20:53 -07006558 struct ext4_sb_info *sbi = EXT4_SB(sb);
6559 struct ext4_super_block *es = sbi->s_es;
Lukas Czerner27dd4382013-04-09 22:11:22 -04006560 ext4_fsblk_t overhead = 0, resv_blocks;
Kazuya Miod02a9392011-05-24 18:30:07 -04006561 s64 bfree;
Lukas Czerner27dd4382013-04-09 22:11:22 -04006562 resv_blocks = EXT4_C2B(sbi, atomic64_read(&sbi->s_resv_clusters));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006563
Theodore Ts'o952fc182012-07-09 16:27:05 -04006564 if (!test_opt(sb, MINIX_DF))
6565 overhead = sbi->s_overhead;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006566
Mingming Cao617ba132006-10-11 01:20:53 -07006567 buf->f_type = EXT4_SUPER_MAGIC;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006568 buf->f_bsize = sb->s_blocksize;
Eric Sandeenb72f78c2012-11-08 10:33:36 -05006569 buf->f_blocks = ext4_blocks_count(es) - EXT4_C2B(sbi, overhead);
Theodore Ts'o57042652011-09-09 18:56:51 -04006570 bfree = percpu_counter_sum_positive(&sbi->s_freeclusters_counter) -
6571 percpu_counter_sum_positive(&sbi->s_dirtyclusters_counter);
Kazuya Miod02a9392011-05-24 18:30:07 -04006572 /* prevent underflow in case that few free space is available */
Theodore Ts'o57042652011-09-09 18:56:51 -04006573 buf->f_bfree = EXT4_C2B(sbi, max_t(s64, bfree, 0));
Lukas Czerner27dd4382013-04-09 22:11:22 -04006574 buf->f_bavail = buf->f_bfree -
6575 (ext4_r_blocks_count(es) + resv_blocks);
6576 if (buf->f_bfree < (ext4_r_blocks_count(es) + resv_blocks))
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006577 buf->f_bavail = 0;
6578 buf->f_files = le32_to_cpu(es->s_inodes_count);
Peter Zijlstra52d9f3b2007-10-16 23:25:44 -07006579 buf->f_ffree = percpu_counter_sum_positive(&sbi->s_freeinodes_counter);
Mingming Cao617ba132006-10-11 01:20:53 -07006580 buf->f_namelen = EXT4_NAME_LEN;
Amir Goldstein9591c3a2021-03-22 19:39:43 +02006581 buf->f_fsid = uuid_to_fsid(es->s_uuid);
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04006582
Li Xi689c9582016-01-08 16:01:22 -05006583#ifdef CONFIG_QUOTA
6584 if (ext4_test_inode_flag(dentry->d_inode, EXT4_INODE_PROJINHERIT) &&
6585 sb_has_quota_limits_enabled(sb, PRJQUOTA))
6586 ext4_statfs_project(sb, EXT4_I(dentry->d_inode)->i_projid, buf);
6587#endif
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006588 return 0;
6589}
6590
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006591
6592#ifdef CONFIG_QUOTA
6593
Jan Karabc8230e2017-06-08 14:39:48 +02006594/*
6595 * Helper functions so that transaction is started before we acquire dqio_sem
6596 * to keep correct lock ordering of transaction > dqio_sem
6597 */
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006598static inline struct inode *dquot_to_inode(struct dquot *dquot)
6599{
Eric W. Biederman4c376dc2012-09-16 03:56:19 -07006600 return sb_dqopt(dquot->dq_sb)->files[dquot->dq_id.type];
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006601}
6602
Mingming Cao617ba132006-10-11 01:20:53 -07006603static int ext4_write_dquot(struct dquot *dquot)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006604{
6605 int ret, err;
6606 handle_t *handle;
6607 struct inode *inode;
6608
6609 inode = dquot_to_inode(dquot);
Theodore Ts'o9924a922013-02-08 21:59:22 -05006610 handle = ext4_journal_start(inode, EXT4_HT_QUOTA,
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04006611 EXT4_QUOTA_TRANS_BLOCKS(dquot->dq_sb));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006612 if (IS_ERR(handle))
6613 return PTR_ERR(handle);
6614 ret = dquot_commit(dquot);
Mingming Cao617ba132006-10-11 01:20:53 -07006615 err = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006616 if (!ret)
6617 ret = err;
6618 return ret;
6619}
6620
Mingming Cao617ba132006-10-11 01:20:53 -07006621static int ext4_acquire_dquot(struct dquot *dquot)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006622{
6623 int ret, err;
6624 handle_t *handle;
6625
Theodore Ts'o9924a922013-02-08 21:59:22 -05006626 handle = ext4_journal_start(dquot_to_inode(dquot), EXT4_HT_QUOTA,
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04006627 EXT4_QUOTA_INIT_BLOCKS(dquot->dq_sb));
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006628 if (IS_ERR(handle))
6629 return PTR_ERR(handle);
6630 ret = dquot_acquire(dquot);
Mingming Cao617ba132006-10-11 01:20:53 -07006631 err = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006632 if (!ret)
6633 ret = err;
6634 return ret;
6635}
6636
Mingming Cao617ba132006-10-11 01:20:53 -07006637static int ext4_release_dquot(struct dquot *dquot)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006638{
6639 int ret, err;
6640 handle_t *handle;
6641
Theodore Ts'o9924a922013-02-08 21:59:22 -05006642 handle = ext4_journal_start(dquot_to_inode(dquot), EXT4_HT_QUOTA,
Andreas Dilger0b8e58a2009-06-03 17:59:28 -04006643 EXT4_QUOTA_DEL_BLOCKS(dquot->dq_sb));
Jan Kara9c3013e2007-09-11 15:23:29 -07006644 if (IS_ERR(handle)) {
6645 /* Release dquot anyway to avoid endless cycle in dqput() */
6646 dquot_release(dquot);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006647 return PTR_ERR(handle);
Jan Kara9c3013e2007-09-11 15:23:29 -07006648 }
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006649 ret = dquot_release(dquot);
Mingming Cao617ba132006-10-11 01:20:53 -07006650 err = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006651 if (!ret)
6652 ret = err;
6653 return ret;
6654}
6655
Mingming Cao617ba132006-10-11 01:20:53 -07006656static int ext4_mark_dquot_dirty(struct dquot *dquot)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006657{
Jan Kara262b4662013-03-02 17:57:08 -05006658 struct super_block *sb = dquot->dq_sb;
Jan Kara262b4662013-03-02 17:57:08 -05006659
Roman Anufrievf177ee02020-10-22 06:20:59 +03006660 if (ext4_is_quota_journalled(sb)) {
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006661 dquot_mark_dquot_dirty(dquot);
Mingming Cao617ba132006-10-11 01:20:53 -07006662 return ext4_write_dquot(dquot);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006663 } else {
6664 return dquot_mark_dquot_dirty(dquot);
6665 }
6666}
6667
Mingming Cao617ba132006-10-11 01:20:53 -07006668static int ext4_write_info(struct super_block *sb, int type)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006669{
6670 int ret, err;
6671 handle_t *handle;
6672
6673 /* Data block + inode block */
David Howells2b0143b2015-03-17 22:25:59 +00006674 handle = ext4_journal_start(d_inode(sb->s_root), EXT4_HT_QUOTA, 2);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006675 if (IS_ERR(handle))
6676 return PTR_ERR(handle);
6677 ret = dquot_commit_info(sb, type);
Mingming Cao617ba132006-10-11 01:20:53 -07006678 err = ext4_journal_stop(handle);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006679 if (!ret)
6680 ret = err;
6681 return ret;
6682}
6683
Theodore Ts'odaf647d2016-04-01 01:31:28 -04006684static void lockdep_set_quota_inode(struct inode *inode, int subclass)
6685{
6686 struct ext4_inode_info *ei = EXT4_I(inode);
6687
6688 /* The first argument of lockdep_set_subclass has to be
6689 * *exactly* the same as the argument to init_rwsem() --- in
6690 * this case, in init_once() --- or lockdep gets unhappy
6691 * because the name of the lock is set using the
6692 * stringification of the argument to init_rwsem().
6693 */
6694 (void) ei; /* shut up clang warning if !CONFIG_LOCKDEP */
6695 lockdep_set_subclass(&ei->i_data_sem, subclass);
6696}
6697
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006698/*
6699 * Standard function to be called on quota_on
6700 */
Mingming Cao617ba132006-10-11 01:20:53 -07006701static int ext4_quota_on(struct super_block *sb, int type, int format_id,
Al Viro8c54ca92016-11-20 19:49:34 -05006702 const struct path *path)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006703{
6704 int err;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006705
6706 if (!test_opt(sb, QUOTA))
6707 return -EINVAL;
Jan Kara06235432008-05-13 19:11:51 -04006708
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006709 /* Quotafile not on the same filesystem? */
Al Virod8c95842011-12-07 18:16:57 -05006710 if (path->dentry->d_sb != sb)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006711 return -EXDEV;
Jan Karae0770e92020-10-15 13:03:30 +02006712
6713 /* Quota already enabled for this file? */
6714 if (IS_NOQUOTA(d_inode(path->dentry)))
6715 return -EBUSY;
6716
Jan Kara06235432008-05-13 19:11:51 -04006717 /* Journaling quota? */
6718 if (EXT4_SB(sb)->s_qf_names[type]) {
Theodore Ts'o2b2d6d02008-07-26 16:15:44 -04006719 /* Quotafile not in fs root? */
Jan Karaf00c9e42010-09-15 17:38:58 +02006720 if (path->dentry->d_parent != sb->s_root)
Eric Sandeenb31e1552009-06-04 17:36:36 -04006721 ext4_msg(sb, KERN_WARNING,
6722 "Quota file not on filesystem root. "
6723 "Journaled quota will not work");
Jan Kara91389242017-08-03 11:25:55 +02006724 sb_dqopt(sb)->flags |= DQUOT_NOLIST_DIRTY;
6725 } else {
6726 /*
6727 * Clear the flag just in case mount options changed since
6728 * last time.
6729 */
6730 sb_dqopt(sb)->flags &= ~DQUOT_NOLIST_DIRTY;
Theodore Ts'o2b2d6d02008-07-26 16:15:44 -04006731 }
Jan Kara06235432008-05-13 19:11:51 -04006732
6733 /*
6734 * When we journal data on quota file, we have to flush journal to see
6735 * all updates to the file when we bypass pagecache...
6736 */
Frank Mayhar03901312009-01-07 00:06:22 -05006737 if (EXT4_SB(sb)->s_journal &&
David Howells2b0143b2015-03-17 22:25:59 +00006738 ext4_should_journal_data(d_inode(path->dentry))) {
Jan Kara06235432008-05-13 19:11:51 -04006739 /*
6740 * We don't need to lock updates but journal_flush() could
6741 * otherwise be livelocked...
6742 */
6743 jbd2_journal_lock_updates(EXT4_SB(sb)->s_journal);
Leah Rumancik01d5d962021-05-18 15:13:25 +00006744 err = jbd2_journal_flush(EXT4_SB(sb)->s_journal, 0);
Jan Kara06235432008-05-13 19:11:51 -04006745 jbd2_journal_unlock_updates(EXT4_SB(sb)->s_journal);
Jan Karaf00c9e42010-09-15 17:38:58 +02006746 if (err)
Hidehiro Kawai7ffe1ea2008-10-10 20:29:21 -04006747 return err;
Jan Kara06235432008-05-13 19:11:51 -04006748 }
Jan Kara957153f2017-04-06 15:40:06 +02006749
Theodore Ts'odaf647d2016-04-01 01:31:28 -04006750 lockdep_set_quota_inode(path->dentry->d_inode, I_DATA_SEM_QUOTA);
6751 err = dquot_quota_on(sb, type, format_id, path);
Jan Kara15fc69b2021-10-07 17:53:35 +02006752 if (!err) {
Jan Kara957153f2017-04-06 15:40:06 +02006753 struct inode *inode = d_inode(path->dentry);
6754 handle_t *handle;
6755
Jan Kara61a92982017-04-24 16:49:16 +02006756 /*
6757 * Set inode flags to prevent userspace from messing with quota
6758 * files. If this fails, we return success anyway since quotas
6759 * are already enabled and this is not a hard failure.
6760 */
Jan Kara957153f2017-04-06 15:40:06 +02006761 inode_lock(inode);
6762 handle = ext4_journal_start(inode, EXT4_HT_QUOTA, 1);
6763 if (IS_ERR(handle))
6764 goto unlock_inode;
6765 EXT4_I(inode)->i_flags |= EXT4_NOATIME_FL | EXT4_IMMUTABLE_FL;
6766 inode_set_flags(inode, S_NOATIME | S_IMMUTABLE,
6767 S_NOATIME | S_IMMUTABLE);
Harshad Shirwadkar4209ae12020-04-26 18:34:37 -07006768 err = ext4_mark_inode_dirty(handle, inode);
Jan Kara957153f2017-04-06 15:40:06 +02006769 ext4_journal_stop(handle);
6770 unlock_inode:
6771 inode_unlock(inode);
Jan Kara15fc69b2021-10-07 17:53:35 +02006772 if (err)
6773 dquot_quota_off(sb, type);
Jan Kara957153f2017-04-06 15:40:06 +02006774 }
Jan Kara15fc69b2021-10-07 17:53:35 +02006775 if (err)
6776 lockdep_set_quota_inode(path->dentry->d_inode,
6777 I_DATA_SEM_NORMAL);
Theodore Ts'odaf647d2016-04-01 01:31:28 -04006778 return err;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006779}
6780
Aditya Kali7c319d32012-07-22 20:21:31 -04006781static int ext4_quota_enable(struct super_block *sb, int type, int format_id,
6782 unsigned int flags)
6783{
6784 int err;
6785 struct inode *qf_inode;
Jan Karaa2d4a642014-09-11 11:15:15 -04006786 unsigned long qf_inums[EXT4_MAXQUOTAS] = {
Aditya Kali7c319d32012-07-22 20:21:31 -04006787 le32_to_cpu(EXT4_SB(sb)->s_es->s_usr_quota_inum),
Li Xi689c9582016-01-08 16:01:22 -05006788 le32_to_cpu(EXT4_SB(sb)->s_es->s_grp_quota_inum),
6789 le32_to_cpu(EXT4_SB(sb)->s_es->s_prj_quota_inum)
Aditya Kali7c319d32012-07-22 20:21:31 -04006790 };
6791
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04006792 BUG_ON(!ext4_has_feature_quota(sb));
Aditya Kali7c319d32012-07-22 20:21:31 -04006793
6794 if (!qf_inums[type])
6795 return -EPERM;
6796
Theodore Ts'o8a363972018-12-19 12:29:13 -05006797 qf_inode = ext4_iget(sb, qf_inums[type], EXT4_IGET_SPECIAL);
Aditya Kali7c319d32012-07-22 20:21:31 -04006798 if (IS_ERR(qf_inode)) {
6799 ext4_error(sb, "Bad quota inode # %lu", qf_inums[type]);
6800 return PTR_ERR(qf_inode);
6801 }
6802
Jan Karabcb13852013-04-09 09:21:41 -04006803 /* Don't account quota for quota files to avoid recursion */
6804 qf_inode->i_flags |= S_NOQUOTA;
Theodore Ts'odaf647d2016-04-01 01:31:28 -04006805 lockdep_set_quota_inode(qf_inode, I_DATA_SEM_QUOTA);
Jan Kara7212b952019-11-01 18:55:38 +01006806 err = dquot_load_quota_inode(qf_inode, type, format_id, flags);
Theodore Ts'odaf647d2016-04-01 01:31:28 -04006807 if (err)
6808 lockdep_set_quota_inode(qf_inode, I_DATA_SEM_NORMAL);
Pan Bian61157b22018-12-03 23:28:02 -05006809 iput(qf_inode);
Aditya Kali7c319d32012-07-22 20:21:31 -04006810
6811 return err;
6812}
6813
6814/* Enable usage tracking for all quota types. */
Jan Kara25c6d982021-08-16 11:57:05 +02006815int ext4_enable_quotas(struct super_block *sb)
Aditya Kali7c319d32012-07-22 20:21:31 -04006816{
6817 int type, err = 0;
Jan Karaa2d4a642014-09-11 11:15:15 -04006818 unsigned long qf_inums[EXT4_MAXQUOTAS] = {
Aditya Kali7c319d32012-07-22 20:21:31 -04006819 le32_to_cpu(EXT4_SB(sb)->s_es->s_usr_quota_inum),
Li Xi689c9582016-01-08 16:01:22 -05006820 le32_to_cpu(EXT4_SB(sb)->s_es->s_grp_quota_inum),
6821 le32_to_cpu(EXT4_SB(sb)->s_es->s_prj_quota_inum)
Aditya Kali7c319d32012-07-22 20:21:31 -04006822 };
Jan Kara49da9392016-09-05 23:08:16 -04006823 bool quota_mopt[EXT4_MAXQUOTAS] = {
6824 test_opt(sb, USRQUOTA),
6825 test_opt(sb, GRPQUOTA),
6826 test_opt(sb, PRJQUOTA),
6827 };
Aditya Kali7c319d32012-07-22 20:21:31 -04006828
Jan Kara91389242017-08-03 11:25:55 +02006829 sb_dqopt(sb)->flags |= DQUOT_QUOTA_SYS_FILE | DQUOT_NOLIST_DIRTY;
Jan Karaa2d4a642014-09-11 11:15:15 -04006830 for (type = 0; type < EXT4_MAXQUOTAS; type++) {
Aditya Kali7c319d32012-07-22 20:21:31 -04006831 if (qf_inums[type]) {
6832 err = ext4_quota_enable(sb, type, QFMT_VFS_V1,
Jan Kara49da9392016-09-05 23:08:16 -04006833 DQUOT_USAGE_ENABLED |
6834 (quota_mopt[type] ? DQUOT_LIMITS_ENABLED : 0));
Aditya Kali7c319d32012-07-22 20:21:31 -04006835 if (err) {
6836 ext4_warning(sb,
Theodore Ts'o72ba7452013-01-24 23:24:54 -05006837 "Failed to enable quota tracking "
6838 "(type=%d, err=%d). Please run "
6839 "e2fsck to fix.", type, err);
Jan Kara4013d472021-10-07 17:53:36 +02006840 for (type--; type >= 0; type--) {
6841 struct inode *inode;
6842
6843 inode = sb_dqopt(sb)->files[type];
6844 if (inode)
6845 inode = igrab(inode);
Junichi Uekawa7f144fd2018-07-29 15:51:52 -04006846 dquot_quota_off(sb, type);
Jan Kara4013d472021-10-07 17:53:36 +02006847 if (inode) {
6848 lockdep_set_quota_inode(inode,
6849 I_DATA_SEM_NORMAL);
6850 iput(inode);
6851 }
6852 }
Junichi Uekawa7f144fd2018-07-29 15:51:52 -04006853
Aditya Kali7c319d32012-07-22 20:21:31 -04006854 return err;
6855 }
6856 }
6857 }
6858 return 0;
6859}
6860
Dmitry Monakhovca0e05e2010-08-01 17:48:36 -04006861static int ext4_quota_off(struct super_block *sb, int type)
6862{
Jan Kara21f97692011-04-04 15:33:39 -04006863 struct inode *inode = sb_dqopt(sb)->files[type];
6864 handle_t *handle;
Jan Kara957153f2017-04-06 15:40:06 +02006865 int err;
Jan Kara21f97692011-04-04 15:33:39 -04006866
Dmitry Monakhov87009d82010-11-08 13:47:33 -05006867 /* Force all delayed allocation blocks to be allocated.
6868 * Caller already holds s_umount sem */
6869 if (test_opt(sb, DELALLOC))
Dmitry Monakhovca0e05e2010-08-01 17:48:36 -04006870 sync_filesystem(sb);
Dmitry Monakhovca0e05e2010-08-01 17:48:36 -04006871
Jan Kara957153f2017-04-06 15:40:06 +02006872 if (!inode || !igrab(inode))
Amir Goldstein0b268592011-05-16 09:59:13 -04006873 goto out;
6874
Jan Kara957153f2017-04-06 15:40:06 +02006875 err = dquot_quota_off(sb, type);
Jan Kara964edf62017-05-21 22:31:23 -04006876 if (err || ext4_has_feature_quota(sb))
Jan Kara957153f2017-04-06 15:40:06 +02006877 goto out_put;
6878
6879 inode_lock(inode);
Jan Kara61a92982017-04-24 16:49:16 +02006880 /*
6881 * Update modification times of quota files when userspace can
6882 * start looking at them. If we fail, we return success anyway since
6883 * this is not a hard failure and quotas are already disabled.
6884 */
Theodore Ts'o9924a922013-02-08 21:59:22 -05006885 handle = ext4_journal_start(inode, EXT4_HT_QUOTA, 1);
Harshad Shirwadkar4209ae12020-04-26 18:34:37 -07006886 if (IS_ERR(handle)) {
6887 err = PTR_ERR(handle);
Jan Kara957153f2017-04-06 15:40:06 +02006888 goto out_unlock;
Harshad Shirwadkar4209ae12020-04-26 18:34:37 -07006889 }
Jan Kara957153f2017-04-06 15:40:06 +02006890 EXT4_I(inode)->i_flags &= ~(EXT4_NOATIME_FL | EXT4_IMMUTABLE_FL);
6891 inode_set_flags(inode, 0, S_NOATIME | S_IMMUTABLE);
Deepa Dinamanieeca7ea2016-11-14 21:40:10 -05006892 inode->i_mtime = inode->i_ctime = current_time(inode);
Harshad Shirwadkar4209ae12020-04-26 18:34:37 -07006893 err = ext4_mark_inode_dirty(handle, inode);
Jan Kara21f97692011-04-04 15:33:39 -04006894 ext4_journal_stop(handle);
Jan Kara957153f2017-04-06 15:40:06 +02006895out_unlock:
6896 inode_unlock(inode);
6897out_put:
Jan Kara964edf62017-05-21 22:31:23 -04006898 lockdep_set_quota_inode(inode, I_DATA_SEM_NORMAL);
Jan Kara957153f2017-04-06 15:40:06 +02006899 iput(inode);
6900 return err;
Jan Kara21f97692011-04-04 15:33:39 -04006901out:
Dmitry Monakhovca0e05e2010-08-01 17:48:36 -04006902 return dquot_quota_off(sb, type);
6903}
6904
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006905/* Read data from quotafile - avoid pagecache and such because we cannot afford
6906 * acquiring the locks... As quota files are never truncated and quota code
Lucas De Marchi25985ed2011-03-30 22:57:33 -03006907 * itself serializes the operations (and no one else should touch the files)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006908 * we don't have to be afraid of races */
Mingming Cao617ba132006-10-11 01:20:53 -07006909static ssize_t ext4_quota_read(struct super_block *sb, int type, char *data,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006910 size_t len, loff_t off)
6911{
6912 struct inode *inode = sb_dqopt(sb)->files[type];
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05006913 ext4_lblk_t blk = off >> EXT4_BLOCK_SIZE_BITS(sb);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006914 int offset = off & (sb->s_blocksize - 1);
6915 int tocopy;
6916 size_t toread;
6917 struct buffer_head *bh;
6918 loff_t i_size = i_size_read(inode);
6919
6920 if (off > i_size)
6921 return 0;
6922 if (off+len > i_size)
6923 len = i_size-off;
6924 toread = len;
6925 while (toread > 0) {
6926 tocopy = sb->s_blocksize - offset < toread ?
6927 sb->s_blocksize - offset : toread;
Theodore Ts'o1c215022014-08-29 20:52:15 -04006928 bh = ext4_bread(NULL, inode, blk, 0);
6929 if (IS_ERR(bh))
6930 return PTR_ERR(bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006931 if (!bh) /* A hole? */
6932 memset(data, 0, tocopy);
6933 else
6934 memcpy(data, bh->b_data+offset, tocopy);
6935 brelse(bh);
6936 offset = 0;
6937 toread -= tocopy;
6938 data += tocopy;
6939 blk++;
6940 }
6941 return len;
6942}
6943
6944/* Write to quotafile (we know the transaction is already started and has
6945 * enough credits) */
Mingming Cao617ba132006-10-11 01:20:53 -07006946static ssize_t ext4_quota_write(struct super_block *sb, int type,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006947 const char *data, size_t len, loff_t off)
6948{
6949 struct inode *inode = sb_dqopt(sb)->files[type];
Aneesh Kumar K.V725d26d2008-01-28 23:58:27 -05006950 ext4_lblk_t blk = off >> EXT4_BLOCK_SIZE_BITS(sb);
Harshad Shirwadkar4209ae12020-04-26 18:34:37 -07006951 int err = 0, err2 = 0, offset = off & (sb->s_blocksize - 1);
Theodore Ts'oc5e298a2015-06-21 01:25:29 -04006952 int retries = 0;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006953 struct buffer_head *bh;
6954 handle_t *handle = journal_current_handle();
6955
Ye Bin380a0092021-12-23 09:55:06 +08006956 if (!handle) {
Eric Sandeenb31e1552009-06-04 17:36:36 -04006957 ext4_msg(sb, KERN_WARNING, "Quota write (off=%llu, len=%llu)"
6958 " cancelled because transaction is not started",
Jan Kara9c3013e2007-09-11 15:23:29 -07006959 (unsigned long long)off, (unsigned long long)len);
6960 return -EIO;
6961 }
Dmitry Monakhov67eeb562010-03-02 08:08:51 -05006962 /*
6963 * Since we account only one data block in transaction credits,
6964 * then it is impossible to cross a block boundary.
6965 */
6966 if (sb->s_blocksize - offset < len) {
6967 ext4_msg(sb, KERN_WARNING, "Quota write (off=%llu, len=%llu)"
6968 " cancelled because not block aligned",
6969 (unsigned long long)off, (unsigned long long)len);
6970 return -EIO;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006971 }
Dmitry Monakhov67eeb562010-03-02 08:08:51 -05006972
Theodore Ts'oc5e298a2015-06-21 01:25:29 -04006973 do {
6974 bh = ext4_bread(handle, inode, blk,
6975 EXT4_GET_BLOCKS_CREATE |
6976 EXT4_GET_BLOCKS_METADATA_NOFAIL);
Masahiro Yamada45586c72020-02-03 17:37:45 -08006977 } while (PTR_ERR(bh) == -ENOSPC &&
Theodore Ts'oc5e298a2015-06-21 01:25:29 -04006978 ext4_should_retry_alloc(inode->i_sb, &retries));
Theodore Ts'o1c215022014-08-29 20:52:15 -04006979 if (IS_ERR(bh))
6980 return PTR_ERR(bh);
Dmitry Monakhov67eeb562010-03-02 08:08:51 -05006981 if (!bh)
6982 goto out;
liang xie5d601252014-05-12 22:06:43 -04006983 BUFFER_TRACE(bh, "get write access");
Jan Kara188c2992021-08-16 11:57:04 +02006984 err = ext4_journal_get_write_access(handle, sb, bh, EXT4_JTR_NONE);
Jan Kara62d2b5f2010-07-27 11:56:07 -04006985 if (err) {
6986 brelse(bh);
Theodore Ts'o1c215022014-08-29 20:52:15 -04006987 return err;
Dmitry Monakhov67eeb562010-03-02 08:08:51 -05006988 }
6989 lock_buffer(bh);
6990 memcpy(bh->b_data+offset, data, len);
6991 flush_dcache_page(bh->b_page);
6992 unlock_buffer(bh);
Jan Kara62d2b5f2010-07-27 11:56:07 -04006993 err = ext4_handle_dirty_metadata(handle, NULL, bh);
Dmitry Monakhov67eeb562010-03-02 08:08:51 -05006994 brelse(bh);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006995out:
Dmitry Monakhov67eeb562010-03-02 08:08:51 -05006996 if (inode->i_size < off + len) {
6997 i_size_write(inode, off + len);
Mingming Cao617ba132006-10-11 01:20:53 -07006998 EXT4_I(inode)->i_disksize = inode->i_size;
Harshad Shirwadkar4209ae12020-04-26 18:34:37 -07006999 err2 = ext4_mark_inode_dirty(handle, inode);
7000 if (unlikely(err2 && !err))
7001 err = err2;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07007002 }
Harshad Shirwadkar4209ae12020-04-26 18:34:37 -07007003 return err ? err : len;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07007004}
Dave Kleikampac27a0e2006-10-11 01:20:50 -07007005#endif
7006
Jan Karac290ea02015-06-18 16:52:29 +02007007#if !defined(CONFIG_EXT2_FS) && !defined(CONFIG_EXT2_FS_MODULE) && defined(CONFIG_EXT4_USE_FOR_EXT2)
Theodore Ts'o24b58422009-12-07 14:08:51 -05007008static inline void register_as_ext2(void)
7009{
7010 int err = register_filesystem(&ext2_fs_type);
7011 if (err)
7012 printk(KERN_WARNING
7013 "EXT4-fs: Unable to register as ext2 (%d)\n", err);
7014}
7015
7016static inline void unregister_as_ext2(void)
7017{
7018 unregister_filesystem(&ext2_fs_type);
7019}
Theodore Ts'o2035e772011-04-18 17:29:14 -04007020
7021static inline int ext2_feature_set_ok(struct super_block *sb)
7022{
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04007023 if (ext4_has_unknown_ext2_incompat_features(sb))
Theodore Ts'o2035e772011-04-18 17:29:14 -04007024 return 0;
David Howellsbc98a422017-07-17 08:45:34 +01007025 if (sb_rdonly(sb))
Theodore Ts'o2035e772011-04-18 17:29:14 -04007026 return 1;
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04007027 if (ext4_has_unknown_ext2_ro_compat_features(sb))
Theodore Ts'o2035e772011-04-18 17:29:14 -04007028 return 0;
7029 return 1;
7030}
Theodore Ts'o24b58422009-12-07 14:08:51 -05007031#else
7032static inline void register_as_ext2(void) { }
7033static inline void unregister_as_ext2(void) { }
Theodore Ts'o2035e772011-04-18 17:29:14 -04007034static inline int ext2_feature_set_ok(struct super_block *sb) { return 0; }
Theodore Ts'o24b58422009-12-07 14:08:51 -05007035#endif
7036
Theodore Ts'o24b58422009-12-07 14:08:51 -05007037static inline void register_as_ext3(void)
7038{
7039 int err = register_filesystem(&ext3_fs_type);
7040 if (err)
7041 printk(KERN_WARNING
7042 "EXT4-fs: Unable to register as ext3 (%d)\n", err);
7043}
7044
7045static inline void unregister_as_ext3(void)
7046{
7047 unregister_filesystem(&ext3_fs_type);
7048}
Theodore Ts'o2035e772011-04-18 17:29:14 -04007049
7050static inline int ext3_feature_set_ok(struct super_block *sb)
7051{
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04007052 if (ext4_has_unknown_ext3_incompat_features(sb))
Theodore Ts'o2035e772011-04-18 17:29:14 -04007053 return 0;
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04007054 if (!ext4_has_feature_journal(sb))
Theodore Ts'o2035e772011-04-18 17:29:14 -04007055 return 0;
David Howellsbc98a422017-07-17 08:45:34 +01007056 if (sb_rdonly(sb))
Theodore Ts'o2035e772011-04-18 17:29:14 -04007057 return 1;
Darrick J. Wonge2b911c2015-10-17 16:18:43 -04007058 if (ext4_has_unknown_ext3_ro_compat_features(sb))
Theodore Ts'o2035e772011-04-18 17:29:14 -04007059 return 0;
7060 return 1;
7061}
Theodore Ts'o24b58422009-12-07 14:08:51 -05007062
Theodore Ts'o03010a32008-10-10 20:02:48 -04007063static struct file_system_type ext4_fs_type = {
Lukas Czernercebe85d2021-10-27 16:18:56 +02007064 .owner = THIS_MODULE,
7065 .name = "ext4",
7066 .init_fs_context = ext4_init_fs_context,
7067 .parameters = ext4_param_specs,
7068 .kill_sb = kill_block_super,
7069 .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP,
Dave Kleikampac27a0e2006-10-11 01:20:50 -07007070};
Eric W. Biederman7f78e032013-03-02 19:39:14 -08007071MODULE_ALIAS_FS("ext4");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07007072
Eric Sandeene9e3bce2011-02-12 08:17:34 -05007073/* Shared across all ext4 file systems */
7074wait_queue_head_t ext4__ioend_wq[EXT4_WQ_HASH_SZ];
Eric Sandeene9e3bce2011-02-12 08:17:34 -05007075
Theodore Ts'o5dabfc72010-10-27 21:30:14 -04007076static int __init ext4_init_fs(void)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07007077{
Eric Sandeene9e3bce2011-02-12 08:17:34 -05007078 int i, err;
Alex Tomasc9de5602008-01-29 00:19:52 -05007079
Theodore Ts'oe294a532015-08-15 14:59:44 -04007080 ratelimit_state_init(&ext4_mount_msg_ratelimit, 30 * HZ, 64);
Al Viro07c0c5d82012-03-20 22:05:02 -04007081 ext4_li_info = NULL;
Al Viro07c0c5d82012-03-20 22:05:02 -04007082
Carlos Maiolino9a4c8012012-12-10 16:30:45 -05007083 /* Build-time check for flags consistency */
Dmitry Monakhov12e9b892010-05-16 22:00:00 -04007084 ext4_check_flag_values();
Eric Sandeene9e3bce2011-02-12 08:17:34 -05007085
Jan Karae142d052016-03-08 22:44:50 -05007086 for (i = 0; i < EXT4_WQ_HASH_SZ; i++)
Eric Sandeene9e3bce2011-02-12 08:17:34 -05007087 init_waitqueue_head(&ext4__ioend_wq[i]);
Eric Sandeene9e3bce2011-02-12 08:17:34 -05007088
Zheng Liu51865fd2012-11-08 21:57:32 -05007089 err = ext4_init_es();
Theodore Ts'o6fd058f2009-05-17 15:38:01 -04007090 if (err)
7091 return err;
Zheng Liu51865fd2012-11-08 21:57:32 -05007092
Eric Whitney1dc0aa42018-10-01 14:17:41 -04007093 err = ext4_init_pending();
7094 if (err)
Eric Biggers22cfe4b2019-07-22 09:26:24 -07007095 goto out7;
7096
7097 err = ext4_init_post_read_processing();
7098 if (err)
Eric Whitney1dc0aa42018-10-01 14:17:41 -04007099 goto out6;
7100
Zheng Liu51865fd2012-11-08 21:57:32 -05007101 err = ext4_init_pageio();
7102 if (err)
Theodore Ts'ob5799012015-09-23 12:44:17 -04007103 goto out5;
Zheng Liu51865fd2012-11-08 21:57:32 -05007104
Theodore Ts'o5dabfc72010-10-27 21:30:14 -04007105 err = ext4_init_system_zone();
Theodore Ts'obd2d0212010-10-27 21:30:10 -04007106 if (err)
Theodore Ts'ob5799012015-09-23 12:44:17 -04007107 goto out4;
Lukas Czerner857ac882010-10-27 21:30:05 -04007108
Theodore Ts'ob5799012015-09-23 12:44:17 -04007109 err = ext4_init_sysfs();
Theodore Ts'odd683142011-02-03 14:33:49 -05007110 if (err)
Theodore Ts'ob5799012015-09-23 12:44:17 -04007111 goto out3;
Lukas Czerner857ac882010-10-27 21:30:05 -04007112
Theodore Ts'o5dabfc72010-10-27 21:30:14 -04007113 err = ext4_init_mballoc();
Dave Kleikampac27a0e2006-10-11 01:20:50 -07007114 if (err)
Alex Tomasc9de5602008-01-29 00:19:52 -05007115 goto out2;
Dave Kleikampac27a0e2006-10-11 01:20:50 -07007116 err = init_inodecache();
7117 if (err)
7118 goto out1;
Harshad Shirwadkaraa75f4d2020-10-15 13:37:57 -07007119
7120 err = ext4_fc_init_dentry_cache();
7121 if (err)
7122 goto out05;
7123
Theodore Ts'o24b58422009-12-07 14:08:51 -05007124 register_as_ext3();
Theodore Ts'o2035e772011-04-18 17:29:14 -04007125 register_as_ext2();
Theodore Ts'o03010a32008-10-10 20:02:48 -04007126 err = register_filesystem(&ext4_fs_type);
Dave Kleikampac27a0e2006-10-11 01:20:50 -07007127 if (err)
7128 goto out;
Lukas Czernerbfff6872010-10-27 21:30:05 -04007129
Dave Kleikampac27a0e2006-10-11 01:20:50 -07007130 return 0;
7131out:
Theodore Ts'o24b58422009-12-07 14:08:51 -05007132 unregister_as_ext2();
7133 unregister_as_ext3();
Sebastian Andrzej Siewiorab047d52021-12-23 17:44:36 +01007134 ext4_fc_destroy_dentry_cache();
Harshad Shirwadkaraa75f4d2020-10-15 13:37:57 -07007135out05:
Dave Kleikampac27a0e2006-10-11 01:20:50 -07007136 destroy_inodecache();
7137out1:
Theodore Ts'o5dabfc72010-10-27 21:30:14 -04007138 ext4_exit_mballoc();
T Makphaibulchoke9c191f72014-03-18 19:24:49 -04007139out2:
Theodore Ts'ob5799012015-09-23 12:44:17 -04007140 ext4_exit_sysfs();
7141out3:
Theodore Ts'odd683142011-02-03 14:33:49 -05007142 ext4_exit_system_zone();
Theodore Ts'ob5799012015-09-23 12:44:17 -04007143out4:
Theodore Ts'o5dabfc72010-10-27 21:30:14 -04007144 ext4_exit_pageio();
Theodore Ts'ob5799012015-09-23 12:44:17 -04007145out5:
Eric Biggers22cfe4b2019-07-22 09:26:24 -07007146 ext4_exit_post_read_processing();
Eric Whitney1dc0aa42018-10-01 14:17:41 -04007147out6:
Eric Biggers22cfe4b2019-07-22 09:26:24 -07007148 ext4_exit_pending();
7149out7:
Zheng Liu51865fd2012-11-08 21:57:32 -05007150 ext4_exit_es();
7151
Dave Kleikampac27a0e2006-10-11 01:20:50 -07007152 return err;
7153}
7154
Theodore Ts'o5dabfc72010-10-27 21:30:14 -04007155static void __exit ext4_exit_fs(void)
Dave Kleikampac27a0e2006-10-11 01:20:50 -07007156{
Lukas Czernerbfff6872010-10-27 21:30:05 -04007157 ext4_destroy_lazyinit_thread();
Theodore Ts'o24b58422009-12-07 14:08:51 -05007158 unregister_as_ext2();
7159 unregister_as_ext3();
Theodore Ts'o03010a32008-10-10 20:02:48 -04007160 unregister_filesystem(&ext4_fs_type);
Sebastian Andrzej Siewiorab047d52021-12-23 17:44:36 +01007161 ext4_fc_destroy_dentry_cache();
Dave Kleikampac27a0e2006-10-11 01:20:50 -07007162 destroy_inodecache();
Theodore Ts'o5dabfc72010-10-27 21:30:14 -04007163 ext4_exit_mballoc();
Theodore Ts'ob5799012015-09-23 12:44:17 -04007164 ext4_exit_sysfs();
Theodore Ts'o5dabfc72010-10-27 21:30:14 -04007165 ext4_exit_system_zone();
7166 ext4_exit_pageio();
Eric Biggers22cfe4b2019-07-22 09:26:24 -07007167 ext4_exit_post_read_processing();
Eric Sandeendd12ed142013-07-26 15:21:11 -04007168 ext4_exit_es();
Eric Whitney1dc0aa42018-10-01 14:17:41 -04007169 ext4_exit_pending();
Dave Kleikampac27a0e2006-10-11 01:20:50 -07007170}
7171
7172MODULE_AUTHOR("Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and others");
Theodore Ts'o83982b62009-01-06 14:53:16 -05007173MODULE_DESCRIPTION("Fourth Extended Filesystem");
Dave Kleikampac27a0e2006-10-11 01:20:50 -07007174MODULE_LICENSE("GPL");
Theodore Ts'o7ef79ad2018-04-26 00:44:46 -04007175MODULE_SOFTDEP("pre: crc32c");
Theodore Ts'o5dabfc72010-10-27 21:30:14 -04007176module_init(ext4_init_fs)
7177module_exit(ext4_exit_fs)