Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * linux/fs/ext2/ioctl.c |
| 3 | * |
| 4 | * Copyright (C) 1993, 1994, 1995 |
| 5 | * Remy Card (card@masi.ibp.fr) |
| 6 | * Laboratoire MASI - Institut Blaise Pascal |
| 7 | * Universite Pierre et Marie Curie (Paris VI) |
| 8 | */ |
| 9 | |
| 10 | #include "ext2.h" |
Randy Dunlap | 16f7e0f | 2006-01-11 12:17:46 -0800 | [diff] [blame] | 11 | #include <linux/capability.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | #include <linux/time.h> |
| 13 | #include <linux/sched.h> |
David Howells | e322ff0 | 2006-08-29 19:06:20 +0100 | [diff] [blame] | 14 | #include <linux/compat.h> |
Dave Hansen | 42a74f2 | 2008-02-15 14:37:46 -0800 | [diff] [blame] | 15 | #include <linux/mount.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | #include <asm/current.h> |
| 17 | #include <asm/uaccess.h> |
| 18 | |
| 19 | |
Andi Kleen | 14f9f7b | 2008-02-06 01:40:10 -0800 | [diff] [blame] | 20 | long ext2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | { |
Andi Kleen | 14f9f7b | 2008-02-06 01:40:10 -0800 | [diff] [blame] | 22 | struct inode *inode = filp->f_dentry->d_inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | struct ext2_inode_info *ei = EXT2_I(inode); |
| 24 | unsigned int flags; |
Martin J. Bligh | a686cd8 | 2007-10-16 23:30:46 -0700 | [diff] [blame] | 25 | unsigned short rsv_window_size; |
Dave Hansen | 42a74f2 | 2008-02-15 14:37:46 -0800 | [diff] [blame] | 26 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | |
| 28 | ext2_debug ("cmd = %u, arg = %lu\n", cmd, arg); |
| 29 | |
| 30 | switch (cmd) { |
| 31 | case EXT2_IOC_GETFLAGS: |
Jan Kara | 4f99ed6 | 2007-05-08 00:31:04 -0700 | [diff] [blame] | 32 | ext2_get_inode_flags(ei); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | flags = ei->i_flags & EXT2_FL_USER_VISIBLE; |
| 34 | return put_user(flags, (int __user *) arg); |
| 35 | case EXT2_IOC_SETFLAGS: { |
| 36 | unsigned int oldflags; |
| 37 | |
Dave Hansen | 42a74f2 | 2008-02-15 14:37:46 -0800 | [diff] [blame] | 38 | ret = mnt_want_write(filp->f_path.mnt); |
| 39 | if (ret) |
| 40 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 41 | |
Dave Hansen | 42a74f2 | 2008-02-15 14:37:46 -0800 | [diff] [blame] | 42 | if (!is_owner_or_cap(inode)) { |
| 43 | ret = -EACCES; |
| 44 | goto setflags_out; |
| 45 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | |
Dave Hansen | 42a74f2 | 2008-02-15 14:37:46 -0800 | [diff] [blame] | 47 | if (get_user(flags, (int __user *) arg)) { |
| 48 | ret = -EFAULT; |
| 49 | goto setflags_out; |
| 50 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 | |
Duane Griffin | ef8b646 | 2009-01-07 18:07:21 -0800 | [diff] [blame] | 52 | flags = ext2_mask_flags(inode->i_mode, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 53 | |
Andrew Morton | 93f210d | 2006-12-06 20:37:33 -0800 | [diff] [blame] | 54 | mutex_lock(&inode->i_mutex); |
Jan Kara | e47776a | 2007-11-14 16:58:56 -0800 | [diff] [blame] | 55 | /* Is it quota file? Do not allow user to mess with it */ |
| 56 | if (IS_NOQUOTA(inode)) { |
| 57 | mutex_unlock(&inode->i_mutex); |
Dave Hansen | 42a74f2 | 2008-02-15 14:37:46 -0800 | [diff] [blame] | 58 | ret = -EPERM; |
| 59 | goto setflags_out; |
Jan Kara | e47776a | 2007-11-14 16:58:56 -0800 | [diff] [blame] | 60 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | oldflags = ei->i_flags; |
| 62 | |
| 63 | /* |
| 64 | * The IMMUTABLE and APPEND_ONLY flags can only be changed by |
| 65 | * the relevant capability. |
| 66 | * |
| 67 | * This test looks nicer. Thanks to Pauline Middelink |
| 68 | */ |
| 69 | if ((flags ^ oldflags) & (EXT2_APPEND_FL | EXT2_IMMUTABLE_FL)) { |
Andrew Morton | 93f210d | 2006-12-06 20:37:33 -0800 | [diff] [blame] | 70 | if (!capable(CAP_LINUX_IMMUTABLE)) { |
| 71 | mutex_unlock(&inode->i_mutex); |
Dave Hansen | 42a74f2 | 2008-02-15 14:37:46 -0800 | [diff] [blame] | 72 | ret = -EPERM; |
| 73 | goto setflags_out; |
Andrew Morton | 93f210d | 2006-12-06 20:37:33 -0800 | [diff] [blame] | 74 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 75 | } |
| 76 | |
| 77 | flags = flags & EXT2_FL_USER_MODIFIABLE; |
| 78 | flags |= oldflags & ~EXT2_FL_USER_MODIFIABLE; |
| 79 | ei->i_flags = flags; |
Andrew Morton | 93f210d | 2006-12-06 20:37:33 -0800 | [diff] [blame] | 80 | mutex_unlock(&inode->i_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 81 | |
| 82 | ext2_set_inode_flags(inode); |
| 83 | inode->i_ctime = CURRENT_TIME_SEC; |
| 84 | mark_inode_dirty(inode); |
Dave Hansen | 42a74f2 | 2008-02-15 14:37:46 -0800 | [diff] [blame] | 85 | setflags_out: |
| 86 | mnt_drop_write(filp->f_path.mnt); |
| 87 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 88 | } |
| 89 | case EXT2_IOC_GETVERSION: |
| 90 | return put_user(inode->i_generation, (int __user *) arg); |
| 91 | case EXT2_IOC_SETVERSION: |
Satyam Sharma | 3bd858a | 2007-07-17 15:00:08 +0530 | [diff] [blame] | 92 | if (!is_owner_or_cap(inode)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 93 | return -EPERM; |
Dave Hansen | 42a74f2 | 2008-02-15 14:37:46 -0800 | [diff] [blame] | 94 | ret = mnt_want_write(filp->f_path.mnt); |
| 95 | if (ret) |
| 96 | return ret; |
| 97 | if (get_user(inode->i_generation, (int __user *) arg)) { |
| 98 | ret = -EFAULT; |
| 99 | } else { |
| 100 | inode->i_ctime = CURRENT_TIME_SEC; |
| 101 | mark_inode_dirty(inode); |
| 102 | } |
| 103 | mnt_drop_write(filp->f_path.mnt); |
| 104 | return ret; |
Martin J. Bligh | a686cd8 | 2007-10-16 23:30:46 -0700 | [diff] [blame] | 105 | case EXT2_IOC_GETRSVSZ: |
| 106 | if (test_opt(inode->i_sb, RESERVATION) |
| 107 | && S_ISREG(inode->i_mode) |
| 108 | && ei->i_block_alloc_info) { |
| 109 | rsv_window_size = ei->i_block_alloc_info->rsv_window_node.rsv_goal_size; |
| 110 | return put_user(rsv_window_size, (int __user *)arg); |
| 111 | } |
| 112 | return -ENOTTY; |
| 113 | case EXT2_IOC_SETRSVSZ: { |
| 114 | |
| 115 | if (!test_opt(inode->i_sb, RESERVATION) ||!S_ISREG(inode->i_mode)) |
| 116 | return -ENOTTY; |
| 117 | |
Dave Hansen | 42a74f2 | 2008-02-15 14:37:46 -0800 | [diff] [blame] | 118 | if (!is_owner_or_cap(inode)) |
Martin J. Bligh | a686cd8 | 2007-10-16 23:30:46 -0700 | [diff] [blame] | 119 | return -EACCES; |
| 120 | |
| 121 | if (get_user(rsv_window_size, (int __user *)arg)) |
| 122 | return -EFAULT; |
| 123 | |
Dave Hansen | 42a74f2 | 2008-02-15 14:37:46 -0800 | [diff] [blame] | 124 | ret = mnt_want_write(filp->f_path.mnt); |
| 125 | if (ret) |
| 126 | return ret; |
| 127 | |
Martin J. Bligh | a686cd8 | 2007-10-16 23:30:46 -0700 | [diff] [blame] | 128 | if (rsv_window_size > EXT2_MAX_RESERVE_BLOCKS) |
| 129 | rsv_window_size = EXT2_MAX_RESERVE_BLOCKS; |
| 130 | |
| 131 | /* |
| 132 | * need to allocate reservation structure for this inode |
| 133 | * before set the window size |
| 134 | */ |
| 135 | /* |
| 136 | * XXX What lock should protect the rsv_goal_size? |
| 137 | * Accessed in ext2_get_block only. ext3 uses i_truncate. |
| 138 | */ |
| 139 | mutex_lock(&ei->truncate_mutex); |
| 140 | if (!ei->i_block_alloc_info) |
| 141 | ext2_init_block_alloc_info(inode); |
| 142 | |
| 143 | if (ei->i_block_alloc_info){ |
| 144 | struct ext2_reserve_window_node *rsv = &ei->i_block_alloc_info->rsv_window_node; |
| 145 | rsv->rsv_goal_size = rsv_window_size; |
| 146 | } |
| 147 | mutex_unlock(&ei->truncate_mutex); |
Dave Hansen | 42a74f2 | 2008-02-15 14:37:46 -0800 | [diff] [blame] | 148 | mnt_drop_write(filp->f_path.mnt); |
Martin J. Bligh | a686cd8 | 2007-10-16 23:30:46 -0700 | [diff] [blame] | 149 | return 0; |
| 150 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 151 | default: |
| 152 | return -ENOTTY; |
| 153 | } |
| 154 | } |
David Howells | e322ff0 | 2006-08-29 19:06:20 +0100 | [diff] [blame] | 155 | |
| 156 | #ifdef CONFIG_COMPAT |
| 157 | long ext2_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) |
| 158 | { |
David Howells | e322ff0 | 2006-08-29 19:06:20 +0100 | [diff] [blame] | 159 | /* These are just misnamed, they actually get/put from/to user an int */ |
| 160 | switch (cmd) { |
| 161 | case EXT2_IOC32_GETFLAGS: |
| 162 | cmd = EXT2_IOC_GETFLAGS; |
| 163 | break; |
| 164 | case EXT2_IOC32_SETFLAGS: |
| 165 | cmd = EXT2_IOC_SETFLAGS; |
| 166 | break; |
| 167 | case EXT2_IOC32_GETVERSION: |
| 168 | cmd = EXT2_IOC_GETVERSION; |
| 169 | break; |
| 170 | case EXT2_IOC32_SETVERSION: |
| 171 | cmd = EXT2_IOC_SETVERSION; |
| 172 | break; |
| 173 | default: |
| 174 | return -ENOIOCTLCMD; |
| 175 | } |
Andi Kleen | 14f9f7b | 2008-02-06 01:40:10 -0800 | [diff] [blame] | 176 | return ext2_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); |
David Howells | e322ff0 | 2006-08-29 19:06:20 +0100 | [diff] [blame] | 177 | } |
| 178 | #endif |