Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * linux/fs/namei.c |
| 3 | * |
| 4 | * Copyright (C) 1991, 1992 Linus Torvalds |
| 5 | */ |
| 6 | |
| 7 | /* |
| 8 | * Some corrections by tytso. |
| 9 | */ |
| 10 | |
| 11 | /* [Feb 1997 T. Schoebel-Theuer] Complete rewrite of the pathname |
| 12 | * lookup logic. |
| 13 | */ |
| 14 | /* [Feb-Apr 2000, AV] Rewrite to the new namespace architecture. |
| 15 | */ |
| 16 | |
| 17 | #include <linux/init.h> |
Paul Gortmaker | 630d9c4 | 2011-11-16 23:57:37 -0500 | [diff] [blame] | 18 | #include <linux/export.h> |
David S. Miller | 4469690 | 2012-05-23 20:12:50 -0700 | [diff] [blame] | 19 | #include <linux/kernel.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | #include <linux/slab.h> |
| 21 | #include <linux/fs.h> |
| 22 | #include <linux/namei.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | #include <linux/pagemap.h> |
Robert Love | 0eeca28 | 2005-07-12 17:06:03 -0400 | [diff] [blame] | 24 | #include <linux/fsnotify.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | #include <linux/personality.h> |
| 26 | #include <linux/security.h> |
Mimi Zohar | 6146f0d | 2009-02-04 09:06:57 -0500 | [diff] [blame] | 27 | #include <linux/ima.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | #include <linux/syscalls.h> |
| 29 | #include <linux/mount.h> |
| 30 | #include <linux/audit.h> |
Randy Dunlap | 16f7e0f | 2006-01-11 12:17:46 -0800 | [diff] [blame] | 31 | #include <linux/capability.h> |
Trond Myklebust | 834f2a4 | 2005-10-18 14:20:16 -0700 | [diff] [blame] | 32 | #include <linux/file.h> |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 33 | #include <linux/fcntl.h> |
Serge E. Hallyn | 08ce5f1 | 2008-04-29 01:00:10 -0700 | [diff] [blame] | 34 | #include <linux/device_cgroup.h> |
Al Viro | 5ad4e53 | 2009-03-29 19:50:06 -0400 | [diff] [blame] | 35 | #include <linux/fs_struct.h> |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 36 | #include <linux/posix_acl.h> |
Linus Torvalds | 99d263d | 2014-09-13 11:30:10 -0700 | [diff] [blame] | 37 | #include <linux/hash.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | #include <asm/uaccess.h> |
| 39 | |
Eric Paris | e81e3f4 | 2009-12-04 15:47:36 -0500 | [diff] [blame] | 40 | #include "internal.h" |
Al Viro | c710536 | 2011-11-24 18:22:03 -0500 | [diff] [blame] | 41 | #include "mount.h" |
Eric Paris | e81e3f4 | 2009-12-04 15:47:36 -0500 | [diff] [blame] | 42 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | /* [Feb-1997 T. Schoebel-Theuer] |
| 44 | * Fundamental changes in the pathname lookup mechanisms (namei) |
| 45 | * were necessary because of omirr. The reason is that omirr needs |
| 46 | * to know the _real_ pathname, not the user-supplied one, in case |
| 47 | * of symlinks (and also when transname replacements occur). |
| 48 | * |
| 49 | * The new code replaces the old recursive symlink resolution with |
| 50 | * an iterative one (in case of non-nested symlink chains). It does |
| 51 | * this with calls to <fs>_follow_link(). |
| 52 | * As a side effect, dir_namei(), _namei() and follow_link() are now |
| 53 | * replaced with a single function lookup_dentry() that can handle all |
| 54 | * the special cases of the former code. |
| 55 | * |
| 56 | * With the new dcache, the pathname is stored at each inode, at least as |
| 57 | * long as the refcount of the inode is positive. As a side effect, the |
| 58 | * size of the dcache depends on the inode cache and thus is dynamic. |
| 59 | * |
| 60 | * [29-Apr-1998 C. Scott Ananian] Updated above description of symlink |
| 61 | * resolution to correspond with current state of the code. |
| 62 | * |
| 63 | * Note that the symlink resolution is not *completely* iterative. |
| 64 | * There is still a significant amount of tail- and mid- recursion in |
| 65 | * the algorithm. Also, note that <fs>_readlink() is not used in |
| 66 | * lookup_dentry(): lookup_dentry() on the result of <fs>_readlink() |
| 67 | * may return different results than <fs>_follow_link(). Many virtual |
| 68 | * filesystems (including /proc) exhibit this behavior. |
| 69 | */ |
| 70 | |
| 71 | /* [24-Feb-97 T. Schoebel-Theuer] Side effects caused by new implementation: |
| 72 | * New symlink semantics: when open() is called with flags O_CREAT | O_EXCL |
| 73 | * and the name already exists in form of a symlink, try to create the new |
| 74 | * name indicated by the symlink. The old code always complained that the |
| 75 | * name already exists, due to not following the symlink even if its target |
| 76 | * is nonexistent. The new semantics affects also mknod() and link() when |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 77 | * the name is a symlink pointing to a non-existent name. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 78 | * |
| 79 | * I don't know which semantics is the right one, since I have no access |
| 80 | * to standards. But I found by trial that HP-UX 9.0 has the full "new" |
| 81 | * semantics implemented, while SunOS 4.1.1 and Solaris (SunOS 5.4) have the |
| 82 | * "old" one. Personally, I think the new semantics is much more logical. |
| 83 | * Note that "ln old new" where "new" is a symlink pointing to a non-existing |
| 84 | * file does succeed in both HP-UX and SunOs, but not in Solaris |
| 85 | * and in the old Linux semantics. |
| 86 | */ |
| 87 | |
| 88 | /* [16-Dec-97 Kevin Buhr] For security reasons, we change some symlink |
| 89 | * semantics. See the comments in "open_namei" and "do_link" below. |
| 90 | * |
| 91 | * [10-Sep-98 Alan Modra] Another symlink change. |
| 92 | */ |
| 93 | |
| 94 | /* [Feb-Apr 2000 AV] Complete rewrite. Rules for symlinks: |
| 95 | * inside the path - always follow. |
| 96 | * in the last component in creation/removal/renaming - never follow. |
| 97 | * if LOOKUP_FOLLOW passed - follow. |
| 98 | * if the pathname has trailing slashes - follow. |
| 99 | * otherwise - don't follow. |
| 100 | * (applied in that order). |
| 101 | * |
| 102 | * [Jun 2000 AV] Inconsistent behaviour of open() in case if flags==O_CREAT |
| 103 | * restored for 2.4. This is the last surviving part of old 4.2BSD bug. |
| 104 | * During the 2.4 we need to fix the userland stuff depending on it - |
| 105 | * hopefully we will be able to get rid of that wart in 2.5. So far only |
| 106 | * XEmacs seems to be relying on it... |
| 107 | */ |
| 108 | /* |
| 109 | * [Sep 2001 AV] Single-semaphore locking scheme (kudos to David Holland) |
Arjan van de Ven | a11f3a0 | 2006-03-23 03:00:33 -0800 | [diff] [blame] | 110 | * implemented. Let's see if raised priority of ->s_vfs_rename_mutex gives |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 111 | * any extra contention... |
| 112 | */ |
| 113 | |
| 114 | /* In order to reduce some races, while at the same time doing additional |
| 115 | * checking and hopefully speeding things up, we copy filenames to the |
| 116 | * kernel data space before using them.. |
| 117 | * |
| 118 | * POSIX.1 2.4: an empty pathname is invalid (ENOENT). |
| 119 | * PATH_MAX includes the nul terminator --RR. |
| 120 | */ |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 121 | |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 122 | #define EMBEDDED_NAME_MAX (PATH_MAX - sizeof(struct filename)) |
| 123 | |
David Drysdale | 51f39a1 | 2014-12-12 16:57:29 -0800 | [diff] [blame] | 124 | struct filename * |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 125 | getname_flags(const char __user *filename, int flags, int *empty) |
| 126 | { |
| 127 | struct filename *result, *err; |
Linus Torvalds | 3f9f0aa | 2012-04-28 14:38:32 -0700 | [diff] [blame] | 128 | int len; |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 129 | long max; |
| 130 | char *kname; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 131 | |
Jeff Layton | 7ac8626 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 132 | result = audit_reusename(filename); |
| 133 | if (result) |
| 134 | return result; |
| 135 | |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 136 | result = __getname(); |
Linus Torvalds | 3f9f0aa | 2012-04-28 14:38:32 -0700 | [diff] [blame] | 137 | if (unlikely(!result)) |
Eric Paris | 4043cde | 2012-01-03 14:23:08 -0500 | [diff] [blame] | 138 | return ERR_PTR(-ENOMEM); |
Paul Moore | 55422d0 | 2015-01-22 00:00:23 -0500 | [diff] [blame] | 139 | result->refcnt = 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 140 | |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 141 | /* |
| 142 | * First, try to embed the struct filename inside the names_cache |
| 143 | * allocation |
| 144 | */ |
| 145 | kname = (char *)result + sizeof(*result); |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 146 | result->name = kname; |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 147 | result->separate = false; |
| 148 | max = EMBEDDED_NAME_MAX; |
| 149 | |
| 150 | recopy: |
| 151 | len = strncpy_from_user(kname, filename, max); |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 152 | if (unlikely(len < 0)) { |
| 153 | err = ERR_PTR(len); |
Linus Torvalds | 3f9f0aa | 2012-04-28 14:38:32 -0700 | [diff] [blame] | 154 | goto error; |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 155 | } |
Linus Torvalds | 3f9f0aa | 2012-04-28 14:38:32 -0700 | [diff] [blame] | 156 | |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 157 | /* |
| 158 | * Uh-oh. We have a name that's approaching PATH_MAX. Allocate a |
| 159 | * separate struct filename so we can dedicate the entire |
| 160 | * names_cache allocation for the pathname, and re-do the copy from |
| 161 | * userland. |
| 162 | */ |
| 163 | if (len == EMBEDDED_NAME_MAX && max == EMBEDDED_NAME_MAX) { |
| 164 | kname = (char *)result; |
| 165 | |
| 166 | result = kzalloc(sizeof(*result), GFP_KERNEL); |
| 167 | if (!result) { |
| 168 | err = ERR_PTR(-ENOMEM); |
| 169 | result = (struct filename *)kname; |
| 170 | goto error; |
| 171 | } |
| 172 | result->name = kname; |
| 173 | result->separate = true; |
Paul Moore | 55422d0 | 2015-01-22 00:00:23 -0500 | [diff] [blame] | 174 | result->refcnt = 1; |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 175 | max = PATH_MAX; |
| 176 | goto recopy; |
| 177 | } |
| 178 | |
Linus Torvalds | 3f9f0aa | 2012-04-28 14:38:32 -0700 | [diff] [blame] | 179 | /* The empty path is special. */ |
| 180 | if (unlikely(!len)) { |
| 181 | if (empty) |
Eric Paris | 4043cde | 2012-01-03 14:23:08 -0500 | [diff] [blame] | 182 | *empty = 1; |
Linus Torvalds | 3f9f0aa | 2012-04-28 14:38:32 -0700 | [diff] [blame] | 183 | err = ERR_PTR(-ENOENT); |
| 184 | if (!(flags & LOOKUP_EMPTY)) |
| 185 | goto error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 186 | } |
Linus Torvalds | 3f9f0aa | 2012-04-28 14:38:32 -0700 | [diff] [blame] | 187 | |
| 188 | err = ERR_PTR(-ENAMETOOLONG); |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 189 | if (unlikely(len >= PATH_MAX)) |
| 190 | goto error; |
| 191 | |
| 192 | result->uptr = filename; |
Linus Torvalds | c4ad8f9 | 2014-02-05 12:54:53 -0800 | [diff] [blame] | 193 | result->aname = NULL; |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 194 | audit_getname(result); |
| 195 | return result; |
Linus Torvalds | 3f9f0aa | 2012-04-28 14:38:32 -0700 | [diff] [blame] | 196 | |
| 197 | error: |
Paul Moore | 55422d0 | 2015-01-22 00:00:23 -0500 | [diff] [blame] | 198 | putname(result); |
Linus Torvalds | 3f9f0aa | 2012-04-28 14:38:32 -0700 | [diff] [blame] | 199 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 200 | } |
| 201 | |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 202 | struct filename * |
| 203 | getname(const char __user * filename) |
Al Viro | f52e0c1 | 2011-03-14 18:56:51 -0400 | [diff] [blame] | 204 | { |
Linus Torvalds | f7493e5 | 2012-03-22 16:10:40 -0700 | [diff] [blame] | 205 | return getname_flags(filename, 0, NULL); |
Al Viro | f52e0c1 | 2011-03-14 18:56:51 -0400 | [diff] [blame] | 206 | } |
| 207 | |
Linus Torvalds | c4ad8f9 | 2014-02-05 12:54:53 -0800 | [diff] [blame] | 208 | struct filename * |
| 209 | getname_kernel(const char * filename) |
| 210 | { |
| 211 | struct filename *result; |
Paul Moore | 0851854 | 2015-01-21 23:59:56 -0500 | [diff] [blame] | 212 | int len = strlen(filename) + 1; |
Linus Torvalds | c4ad8f9 | 2014-02-05 12:54:53 -0800 | [diff] [blame] | 213 | |
| 214 | result = __getname(); |
| 215 | if (unlikely(!result)) |
| 216 | return ERR_PTR(-ENOMEM); |
| 217 | |
Paul Moore | 0851854 | 2015-01-21 23:59:56 -0500 | [diff] [blame] | 218 | if (len <= EMBEDDED_NAME_MAX) { |
| 219 | result->name = (char *)(result) + sizeof(*result); |
| 220 | result->separate = false; |
| 221 | } else if (len <= PATH_MAX) { |
| 222 | struct filename *tmp; |
| 223 | |
| 224 | tmp = kmalloc(sizeof(*tmp), GFP_KERNEL); |
| 225 | if (unlikely(!tmp)) { |
| 226 | __putname(result); |
| 227 | return ERR_PTR(-ENOMEM); |
| 228 | } |
| 229 | tmp->name = (char *)result; |
| 230 | tmp->separate = true; |
| 231 | result = tmp; |
| 232 | } else { |
| 233 | __putname(result); |
| 234 | return ERR_PTR(-ENAMETOOLONG); |
| 235 | } |
| 236 | memcpy((char *)result->name, filename, len); |
Linus Torvalds | c4ad8f9 | 2014-02-05 12:54:53 -0800 | [diff] [blame] | 237 | result->uptr = NULL; |
| 238 | result->aname = NULL; |
Paul Moore | 55422d0 | 2015-01-22 00:00:23 -0500 | [diff] [blame] | 239 | result->refcnt = 1; |
Paul Moore | fd3522f | 2015-01-22 00:00:10 -0500 | [diff] [blame] | 240 | audit_getname(result); |
Linus Torvalds | c4ad8f9 | 2014-02-05 12:54:53 -0800 | [diff] [blame] | 241 | |
Linus Torvalds | c4ad8f9 | 2014-02-05 12:54:53 -0800 | [diff] [blame] | 242 | return result; |
| 243 | } |
| 244 | |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 245 | void putname(struct filename *name) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 246 | { |
Paul Moore | 55422d0 | 2015-01-22 00:00:23 -0500 | [diff] [blame] | 247 | BUG_ON(name->refcnt <= 0); |
| 248 | |
| 249 | if (--name->refcnt > 0) |
| 250 | return; |
| 251 | |
| 252 | if (name->separate) { |
| 253 | __putname(name->name); |
| 254 | kfree(name); |
| 255 | } else |
| 256 | __putname(name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 257 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 258 | |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 259 | static int check_acl(struct inode *inode, int mask) |
| 260 | { |
Linus Torvalds | 84635d6 | 2011-07-25 22:47:03 -0700 | [diff] [blame] | 261 | #ifdef CONFIG_FS_POSIX_ACL |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 262 | struct posix_acl *acl; |
| 263 | |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 264 | if (mask & MAY_NOT_BLOCK) { |
Al Viro | 3567866 | 2011-08-02 21:32:13 -0400 | [diff] [blame] | 265 | acl = get_cached_acl_rcu(inode, ACL_TYPE_ACCESS); |
| 266 | if (!acl) |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 267 | return -EAGAIN; |
Al Viro | 3567866 | 2011-08-02 21:32:13 -0400 | [diff] [blame] | 268 | /* no ->get_acl() calls in RCU mode... */ |
| 269 | if (acl == ACL_NOT_CACHED) |
| 270 | return -ECHILD; |
Ari Savolainen | 206b1d0 | 2011-08-06 19:43:07 +0300 | [diff] [blame] | 271 | return posix_acl_permission(inode, acl, mask & ~MAY_NOT_BLOCK); |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 272 | } |
| 273 | |
Christoph Hellwig | 2982baa | 2013-12-20 05:16:38 -0800 | [diff] [blame] | 274 | acl = get_acl(inode, ACL_TYPE_ACCESS); |
| 275 | if (IS_ERR(acl)) |
| 276 | return PTR_ERR(acl); |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 277 | if (acl) { |
| 278 | int error = posix_acl_permission(inode, acl, mask); |
| 279 | posix_acl_release(acl); |
| 280 | return error; |
| 281 | } |
Linus Torvalds | 84635d6 | 2011-07-25 22:47:03 -0700 | [diff] [blame] | 282 | #endif |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 283 | |
| 284 | return -EAGAIN; |
| 285 | } |
| 286 | |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 287 | /* |
Andreas Gruenbacher | 948409c | 2011-10-23 23:13:33 +0530 | [diff] [blame] | 288 | * This does the basic permission checking |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 289 | */ |
Al Viro | 7e40145 | 2011-06-20 19:12:17 -0400 | [diff] [blame] | 290 | static int acl_permission_check(struct inode *inode, int mask) |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 291 | { |
Linus Torvalds | 26cf46b | 2011-05-13 11:51:01 -0700 | [diff] [blame] | 292 | unsigned int mode = inode->i_mode; |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 293 | |
Eric W. Biederman | 8e96e3b | 2012-03-03 21:17:15 -0800 | [diff] [blame] | 294 | if (likely(uid_eq(current_fsuid(), inode->i_uid))) |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 295 | mode >>= 6; |
| 296 | else { |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 297 | if (IS_POSIXACL(inode) && (mode & S_IRWXG)) { |
Al Viro | 7e40145 | 2011-06-20 19:12:17 -0400 | [diff] [blame] | 298 | int error = check_acl(inode, mask); |
Nick Piggin | b74c79e | 2011-01-07 17:49:58 +1100 | [diff] [blame] | 299 | if (error != -EAGAIN) |
| 300 | return error; |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 301 | } |
| 302 | |
| 303 | if (in_group_p(inode->i_gid)) |
| 304 | mode >>= 3; |
| 305 | } |
| 306 | |
| 307 | /* |
| 308 | * If the DACs are ok we don't need any capability check. |
| 309 | */ |
Al Viro | 9c2c703 | 2011-06-20 19:06:22 -0400 | [diff] [blame] | 310 | if ((mask & ~mode & (MAY_READ | MAY_WRITE | MAY_EXEC)) == 0) |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 311 | return 0; |
| 312 | return -EACCES; |
| 313 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 314 | |
| 315 | /** |
Nick Piggin | b74c79e | 2011-01-07 17:49:58 +1100 | [diff] [blame] | 316 | * generic_permission - check for access rights on a Posix-like filesystem |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 317 | * @inode: inode to check access rights for |
Andreas Gruenbacher | 8fd90c8 | 2011-10-23 23:13:30 +0530 | [diff] [blame] | 318 | * @mask: right to check for (%MAY_READ, %MAY_WRITE, %MAY_EXEC, ...) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 319 | * |
| 320 | * Used to check for read/write/execute permissions on a file. |
| 321 | * We use "fsuid" for this, letting us set arbitrary permissions |
| 322 | * for filesystem access without changing the "normal" uids which |
Nick Piggin | b74c79e | 2011-01-07 17:49:58 +1100 | [diff] [blame] | 323 | * are used for other things. |
| 324 | * |
| 325 | * generic_permission is rcu-walk aware. It returns -ECHILD in case an rcu-walk |
| 326 | * request cannot be satisfied (eg. requires blocking or too much complexity). |
| 327 | * It would then be called again in ref-walk mode. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 328 | */ |
Al Viro | 2830ba7 | 2011-06-20 19:16:29 -0400 | [diff] [blame] | 329 | int generic_permission(struct inode *inode, int mask) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 330 | { |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 331 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 332 | |
| 333 | /* |
Andreas Gruenbacher | 948409c | 2011-10-23 23:13:33 +0530 | [diff] [blame] | 334 | * Do the basic permission checks. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 335 | */ |
Al Viro | 7e40145 | 2011-06-20 19:12:17 -0400 | [diff] [blame] | 336 | ret = acl_permission_check(inode, mask); |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 337 | if (ret != -EACCES) |
| 338 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 339 | |
Al Viro | d594e7e | 2011-06-20 19:55:42 -0400 | [diff] [blame] | 340 | if (S_ISDIR(inode->i_mode)) { |
| 341 | /* DACs are overridable for directories */ |
Andy Lutomirski | 23adbe1 | 2014-06-10 12:45:42 -0700 | [diff] [blame] | 342 | if (capable_wrt_inode_uidgid(inode, CAP_DAC_OVERRIDE)) |
Al Viro | d594e7e | 2011-06-20 19:55:42 -0400 | [diff] [blame] | 343 | return 0; |
| 344 | if (!(mask & MAY_WRITE)) |
Andy Lutomirski | 23adbe1 | 2014-06-10 12:45:42 -0700 | [diff] [blame] | 345 | if (capable_wrt_inode_uidgid(inode, |
| 346 | CAP_DAC_READ_SEARCH)) |
Al Viro | d594e7e | 2011-06-20 19:55:42 -0400 | [diff] [blame] | 347 | return 0; |
| 348 | return -EACCES; |
| 349 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 350 | /* |
| 351 | * Read/write DACs are always overridable. |
Al Viro | d594e7e | 2011-06-20 19:55:42 -0400 | [diff] [blame] | 352 | * Executable DACs are overridable when there is |
| 353 | * at least one exec bit set. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 354 | */ |
Al Viro | d594e7e | 2011-06-20 19:55:42 -0400 | [diff] [blame] | 355 | if (!(mask & MAY_EXEC) || (inode->i_mode & S_IXUGO)) |
Andy Lutomirski | 23adbe1 | 2014-06-10 12:45:42 -0700 | [diff] [blame] | 356 | if (capable_wrt_inode_uidgid(inode, CAP_DAC_OVERRIDE)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 357 | return 0; |
| 358 | |
| 359 | /* |
| 360 | * Searching includes executable on directories, else just read. |
| 361 | */ |
Serge E. Hallyn | 7ea6600 | 2009-12-29 14:50:19 -0600 | [diff] [blame] | 362 | mask &= MAY_READ | MAY_WRITE | MAY_EXEC; |
Al Viro | d594e7e | 2011-06-20 19:55:42 -0400 | [diff] [blame] | 363 | if (mask == MAY_READ) |
Andy Lutomirski | 23adbe1 | 2014-06-10 12:45:42 -0700 | [diff] [blame] | 364 | if (capable_wrt_inode_uidgid(inode, CAP_DAC_READ_SEARCH)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 365 | return 0; |
| 366 | |
| 367 | return -EACCES; |
| 368 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 369 | EXPORT_SYMBOL(generic_permission); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 370 | |
Linus Torvalds | 3ddcd05 | 2011-08-06 22:45:50 -0700 | [diff] [blame] | 371 | /* |
| 372 | * We _really_ want to just do "generic_permission()" without |
| 373 | * even looking at the inode->i_op values. So we keep a cache |
| 374 | * flag in inode->i_opflags, that says "this has not special |
| 375 | * permission function, use the fast case". |
| 376 | */ |
| 377 | static inline int do_inode_permission(struct inode *inode, int mask) |
| 378 | { |
| 379 | if (unlikely(!(inode->i_opflags & IOP_FASTPERM))) { |
| 380 | if (likely(inode->i_op->permission)) |
| 381 | return inode->i_op->permission(inode, mask); |
| 382 | |
| 383 | /* This gets set once for the inode lifetime */ |
| 384 | spin_lock(&inode->i_lock); |
| 385 | inode->i_opflags |= IOP_FASTPERM; |
| 386 | spin_unlock(&inode->i_lock); |
| 387 | } |
| 388 | return generic_permission(inode, mask); |
| 389 | } |
| 390 | |
Christoph Hellwig | cb23beb | 2008-10-24 09:59:29 +0200 | [diff] [blame] | 391 | /** |
David Howells | 0bdaea9 | 2012-06-25 12:55:46 +0100 | [diff] [blame] | 392 | * __inode_permission - Check for access rights to a given inode |
| 393 | * @inode: Inode to check permission on |
| 394 | * @mask: Right to check for (%MAY_READ, %MAY_WRITE, %MAY_EXEC) |
Christoph Hellwig | cb23beb | 2008-10-24 09:59:29 +0200 | [diff] [blame] | 395 | * |
David Howells | 0bdaea9 | 2012-06-25 12:55:46 +0100 | [diff] [blame] | 396 | * Check for read/write/execute permissions on an inode. |
Andreas Gruenbacher | 948409c | 2011-10-23 23:13:33 +0530 | [diff] [blame] | 397 | * |
| 398 | * When checking for MAY_APPEND, MAY_WRITE must also be set in @mask. |
David Howells | 0bdaea9 | 2012-06-25 12:55:46 +0100 | [diff] [blame] | 399 | * |
| 400 | * This does not check for a read-only file system. You probably want |
| 401 | * inode_permission(). |
Christoph Hellwig | cb23beb | 2008-10-24 09:59:29 +0200 | [diff] [blame] | 402 | */ |
David Howells | 0bdaea9 | 2012-06-25 12:55:46 +0100 | [diff] [blame] | 403 | int __inode_permission(struct inode *inode, int mask) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 404 | { |
Al Viro | e6305c4 | 2008-07-15 21:03:57 -0400 | [diff] [blame] | 405 | int retval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 406 | |
Linus Torvalds | 3ddcd05 | 2011-08-06 22:45:50 -0700 | [diff] [blame] | 407 | if (unlikely(mask & MAY_WRITE)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 408 | /* |
| 409 | * Nobody gets write access to an immutable file. |
| 410 | */ |
| 411 | if (IS_IMMUTABLE(inode)) |
| 412 | return -EACCES; |
| 413 | } |
| 414 | |
Linus Torvalds | 3ddcd05 | 2011-08-06 22:45:50 -0700 | [diff] [blame] | 415 | retval = do_inode_permission(inode, mask); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 416 | if (retval) |
| 417 | return retval; |
| 418 | |
Serge E. Hallyn | 08ce5f1 | 2008-04-29 01:00:10 -0700 | [diff] [blame] | 419 | retval = devcgroup_inode_permission(inode, mask); |
| 420 | if (retval) |
| 421 | return retval; |
| 422 | |
Eric Paris | d09ca73 | 2010-07-23 11:43:57 -0400 | [diff] [blame] | 423 | return security_inode_permission(inode, mask); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 424 | } |
Miklos Szeredi | bd5d085 | 2014-10-24 00:14:35 +0200 | [diff] [blame] | 425 | EXPORT_SYMBOL(__inode_permission); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 426 | |
Al Viro | f4d6ff8 | 2011-06-19 13:14:21 -0400 | [diff] [blame] | 427 | /** |
David Howells | 0bdaea9 | 2012-06-25 12:55:46 +0100 | [diff] [blame] | 428 | * sb_permission - Check superblock-level permissions |
| 429 | * @sb: Superblock of inode to check permission on |
Randy Dunlap | 5585263 | 2012-08-18 17:39:25 -0700 | [diff] [blame] | 430 | * @inode: Inode to check permission on |
David Howells | 0bdaea9 | 2012-06-25 12:55:46 +0100 | [diff] [blame] | 431 | * @mask: Right to check for (%MAY_READ, %MAY_WRITE, %MAY_EXEC) |
| 432 | * |
| 433 | * Separate out file-system wide checks from inode-specific permission checks. |
| 434 | */ |
| 435 | static int sb_permission(struct super_block *sb, struct inode *inode, int mask) |
| 436 | { |
| 437 | if (unlikely(mask & MAY_WRITE)) { |
| 438 | umode_t mode = inode->i_mode; |
| 439 | |
| 440 | /* Nobody gets write access to a read-only fs. */ |
| 441 | if ((sb->s_flags & MS_RDONLY) && |
| 442 | (S_ISREG(mode) || S_ISDIR(mode) || S_ISLNK(mode))) |
| 443 | return -EROFS; |
| 444 | } |
| 445 | return 0; |
| 446 | } |
| 447 | |
| 448 | /** |
| 449 | * inode_permission - Check for access rights to a given inode |
| 450 | * @inode: Inode to check permission on |
| 451 | * @mask: Right to check for (%MAY_READ, %MAY_WRITE, %MAY_EXEC) |
| 452 | * |
| 453 | * Check for read/write/execute permissions on an inode. We use fs[ug]id for |
| 454 | * this, letting us set arbitrary permissions for filesystem access without |
| 455 | * changing the "normal" UIDs which are used for other things. |
| 456 | * |
| 457 | * When checking for MAY_APPEND, MAY_WRITE must also be set in @mask. |
| 458 | */ |
| 459 | int inode_permission(struct inode *inode, int mask) |
| 460 | { |
| 461 | int retval; |
| 462 | |
| 463 | retval = sb_permission(inode->i_sb, inode, mask); |
| 464 | if (retval) |
| 465 | return retval; |
| 466 | return __inode_permission(inode, mask); |
| 467 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 468 | EXPORT_SYMBOL(inode_permission); |
David Howells | 0bdaea9 | 2012-06-25 12:55:46 +0100 | [diff] [blame] | 469 | |
| 470 | /** |
Jan Blunck | 5dd784d0 | 2008-02-14 19:34:38 -0800 | [diff] [blame] | 471 | * path_get - get a reference to a path |
| 472 | * @path: path to get the reference to |
| 473 | * |
| 474 | * Given a path increment the reference count to the dentry and the vfsmount. |
| 475 | */ |
Al Viro | dcf787f | 2013-03-01 23:51:07 -0500 | [diff] [blame] | 476 | void path_get(const struct path *path) |
Jan Blunck | 5dd784d0 | 2008-02-14 19:34:38 -0800 | [diff] [blame] | 477 | { |
| 478 | mntget(path->mnt); |
| 479 | dget(path->dentry); |
| 480 | } |
| 481 | EXPORT_SYMBOL(path_get); |
| 482 | |
| 483 | /** |
Jan Blunck | 1d957f9 | 2008-02-14 19:34:35 -0800 | [diff] [blame] | 484 | * path_put - put a reference to a path |
| 485 | * @path: path to put the reference to |
| 486 | * |
| 487 | * Given a path decrement the reference count to the dentry and the vfsmount. |
| 488 | */ |
Al Viro | dcf787f | 2013-03-01 23:51:07 -0500 | [diff] [blame] | 489 | void path_put(const struct path *path) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 490 | { |
Jan Blunck | 1d957f9 | 2008-02-14 19:34:35 -0800 | [diff] [blame] | 491 | dput(path->dentry); |
| 492 | mntput(path->mnt); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 493 | } |
Jan Blunck | 1d957f9 | 2008-02-14 19:34:35 -0800 | [diff] [blame] | 494 | EXPORT_SYMBOL(path_put); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 495 | |
Al Viro | 1f55a6e | 2014-11-01 19:30:41 -0400 | [diff] [blame] | 496 | struct nameidata { |
| 497 | struct path path; |
| 498 | struct qstr last; |
| 499 | struct path root; |
| 500 | struct inode *inode; /* path.dentry.d_inode */ |
| 501 | unsigned int flags; |
| 502 | unsigned seq, m_seq; |
| 503 | int last_type; |
| 504 | unsigned depth; |
Al Viro | 5e53084 | 2014-11-20 14:14:42 -0500 | [diff] [blame] | 505 | struct file *base; |
Al Viro | 1f55a6e | 2014-11-01 19:30:41 -0400 | [diff] [blame] | 506 | char *saved_names[MAX_NESTED_LINKS + 1]; |
| 507 | }; |
| 508 | |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 509 | /* |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 510 | * Path walking has 2 modes, rcu-walk and ref-walk (see |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 511 | * Documentation/filesystems/path-lookup.txt). In situations when we can't |
| 512 | * continue in RCU mode, we attempt to drop out of rcu-walk mode and grab |
| 513 | * normal reference counts on dentries and vfsmounts to transition to rcu-walk |
| 514 | * mode. Refcounts are grabbed at the last known good point before rcu-walk |
| 515 | * got stuck, so ref-walk may continue from there. If this is not successful |
| 516 | * (eg. a seqcount has changed), then failure is returned and it's up to caller |
| 517 | * to restart the path walk from the beginning in ref-walk mode. |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 518 | */ |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 519 | |
| 520 | /** |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 521 | * unlazy_walk - try to switch to ref-walk mode. |
| 522 | * @nd: nameidata pathwalk data |
| 523 | * @dentry: child of nd->path.dentry or NULL |
Randy Dunlap | 3919162 | 2011-01-08 19:36:21 -0800 | [diff] [blame] | 524 | * Returns: 0 on success, -ECHILD on failure |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 525 | * |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 526 | * unlazy_walk attempts to legitimize the current nd->path, nd->root and dentry |
| 527 | * for ref-walk mode. @dentry must be a path found by a do_lookup call on |
| 528 | * @nd or NULL. Must be called from rcu-walk context. |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 529 | */ |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 530 | static int unlazy_walk(struct nameidata *nd, struct dentry *dentry) |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 531 | { |
| 532 | struct fs_struct *fs = current->fs; |
| 533 | struct dentry *parent = nd->path.dentry; |
| 534 | |
| 535 | BUG_ON(!(nd->flags & LOOKUP_RCU)); |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 536 | |
| 537 | /* |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 538 | * After legitimizing the bastards, terminate_walk() |
| 539 | * will do the right thing for non-RCU mode, and all our |
| 540 | * subsequent exit cases should rcu_read_unlock() |
| 541 | * before returning. Do vfsmount first; if dentry |
| 542 | * can't be legitimized, just set nd->path.dentry to NULL |
| 543 | * and rely on dput(NULL) being a no-op. |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 544 | */ |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 545 | if (!legitimize_mnt(nd->path.mnt, nd->m_seq)) |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 546 | return -ECHILD; |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 547 | nd->flags &= ~LOOKUP_RCU; |
Linus Torvalds | 1557008 | 2013-09-02 11:38:06 -0700 | [diff] [blame] | 548 | |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 549 | if (!lockref_get_not_dead(&parent->d_lockref)) { |
| 550 | nd->path.dentry = NULL; |
Al Viro | d870b4a | 2013-11-29 01:48:32 -0500 | [diff] [blame] | 551 | goto out; |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 552 | } |
| 553 | |
Linus Torvalds | 1557008 | 2013-09-02 11:38:06 -0700 | [diff] [blame] | 554 | /* |
| 555 | * For a negative lookup, the lookup sequence point is the parents |
| 556 | * sequence point, and it only needs to revalidate the parent dentry. |
| 557 | * |
| 558 | * For a positive lookup, we need to move both the parent and the |
| 559 | * dentry from the RCU domain to be properly refcounted. And the |
| 560 | * sequence number in the dentry validates *both* dentry counters, |
| 561 | * since we checked the sequence number of the parent after we got |
| 562 | * the child sequence number. So we know the parent must still |
| 563 | * be valid if the child sequence number is still valid. |
| 564 | */ |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 565 | if (!dentry) { |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 566 | if (read_seqcount_retry(&parent->d_seq, nd->seq)) |
| 567 | goto out; |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 568 | BUG_ON(nd->inode != parent->d_inode); |
| 569 | } else { |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 570 | if (!lockref_get_not_dead(&dentry->d_lockref)) |
| 571 | goto out; |
| 572 | if (read_seqcount_retry(&dentry->d_seq, nd->seq)) |
| 573 | goto drop_dentry; |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 574 | } |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 575 | |
| 576 | /* |
| 577 | * Sequence counts matched. Now make sure that the root is |
| 578 | * still valid and get it if required. |
| 579 | */ |
| 580 | if (nd->root.mnt && !(nd->flags & LOOKUP_ROOT)) { |
| 581 | spin_lock(&fs->lock); |
| 582 | if (nd->root.mnt != fs->root.mnt || nd->root.dentry != fs->root.dentry) |
| 583 | goto unlock_and_drop_dentry; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 584 | path_get(&nd->root); |
| 585 | spin_unlock(&fs->lock); |
| 586 | } |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 587 | |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 588 | rcu_read_unlock(); |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 589 | return 0; |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 590 | |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 591 | unlock_and_drop_dentry: |
| 592 | spin_unlock(&fs->lock); |
| 593 | drop_dentry: |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 594 | rcu_read_unlock(); |
Linus Torvalds | 1557008 | 2013-09-02 11:38:06 -0700 | [diff] [blame] | 595 | dput(dentry); |
Linus Torvalds | d0d2727 | 2013-09-10 12:17:49 -0700 | [diff] [blame] | 596 | goto drop_root_mnt; |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 597 | out: |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 598 | rcu_read_unlock(); |
Linus Torvalds | d0d2727 | 2013-09-10 12:17:49 -0700 | [diff] [blame] | 599 | drop_root_mnt: |
| 600 | if (!(nd->flags & LOOKUP_ROOT)) |
| 601 | nd->root.mnt = NULL; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 602 | return -ECHILD; |
| 603 | } |
| 604 | |
Al Viro | 4ce16ef3 | 2012-06-10 16:10:59 -0400 | [diff] [blame] | 605 | static inline int d_revalidate(struct dentry *dentry, unsigned int flags) |
Nick Piggin | 34286d6 | 2011-01-07 17:49:57 +1100 | [diff] [blame] | 606 | { |
Al Viro | 4ce16ef3 | 2012-06-10 16:10:59 -0400 | [diff] [blame] | 607 | return dentry->d_op->d_revalidate(dentry, flags); |
Nick Piggin | 34286d6 | 2011-01-07 17:49:57 +1100 | [diff] [blame] | 608 | } |
| 609 | |
Al Viro | 9f1fafe | 2011-03-25 11:00:12 -0400 | [diff] [blame] | 610 | /** |
| 611 | * complete_walk - successful completion of path walk |
| 612 | * @nd: pointer nameidata |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 613 | * |
Al Viro | 9f1fafe | 2011-03-25 11:00:12 -0400 | [diff] [blame] | 614 | * If we had been in RCU mode, drop out of it and legitimize nd->path. |
| 615 | * Revalidate the final result, unless we'd already done that during |
| 616 | * the path walk or the filesystem doesn't ask for it. Return 0 on |
| 617 | * success, -error on failure. In case of failure caller does not |
| 618 | * need to drop nd->path. |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 619 | */ |
Al Viro | 9f1fafe | 2011-03-25 11:00:12 -0400 | [diff] [blame] | 620 | static int complete_walk(struct nameidata *nd) |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 621 | { |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 622 | struct dentry *dentry = nd->path.dentry; |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 623 | int status; |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 624 | |
Al Viro | 9f1fafe | 2011-03-25 11:00:12 -0400 | [diff] [blame] | 625 | if (nd->flags & LOOKUP_RCU) { |
| 626 | nd->flags &= ~LOOKUP_RCU; |
| 627 | if (!(nd->flags & LOOKUP_ROOT)) |
| 628 | nd->root.mnt = NULL; |
Linus Torvalds | 1557008 | 2013-09-02 11:38:06 -0700 | [diff] [blame] | 629 | |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 630 | if (!legitimize_mnt(nd->path.mnt, nd->m_seq)) { |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 631 | rcu_read_unlock(); |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 632 | return -ECHILD; |
| 633 | } |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 634 | if (unlikely(!lockref_get_not_dead(&dentry->d_lockref))) { |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 635 | rcu_read_unlock(); |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 636 | mntput(nd->path.mnt); |
Al Viro | 9f1fafe | 2011-03-25 11:00:12 -0400 | [diff] [blame] | 637 | return -ECHILD; |
| 638 | } |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 639 | if (read_seqcount_retry(&dentry->d_seq, nd->seq)) { |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 640 | rcu_read_unlock(); |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 641 | dput(dentry); |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 642 | mntput(nd->path.mnt); |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 643 | return -ECHILD; |
| 644 | } |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 645 | rcu_read_unlock(); |
Al Viro | 9f1fafe | 2011-03-25 11:00:12 -0400 | [diff] [blame] | 646 | } |
| 647 | |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 648 | if (likely(!(nd->flags & LOOKUP_JUMPED))) |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 649 | return 0; |
| 650 | |
Jeff Layton | ecf3d1f | 2013-02-20 11:19:05 -0500 | [diff] [blame] | 651 | if (likely(!(dentry->d_flags & DCACHE_OP_WEAK_REVALIDATE))) |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 652 | return 0; |
| 653 | |
Jeff Layton | ecf3d1f | 2013-02-20 11:19:05 -0500 | [diff] [blame] | 654 | status = dentry->d_op->d_weak_revalidate(dentry, nd->flags); |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 655 | if (status > 0) |
| 656 | return 0; |
| 657 | |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 658 | if (!status) |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 659 | status = -ESTALE; |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 660 | |
Al Viro | 9f1fafe | 2011-03-25 11:00:12 -0400 | [diff] [blame] | 661 | path_put(&nd->path); |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 662 | return status; |
| 663 | } |
| 664 | |
Al Viro | 2a73787 | 2009-04-07 11:49:53 -0400 | [diff] [blame] | 665 | static __always_inline void set_root(struct nameidata *nd) |
| 666 | { |
Al Viro | 7bd8837 | 2014-09-13 21:55:46 -0400 | [diff] [blame] | 667 | get_fs_root(current->fs, &nd->root); |
Al Viro | 2a73787 | 2009-04-07 11:49:53 -0400 | [diff] [blame] | 668 | } |
| 669 | |
Al Viro | 6de88d7 | 2009-08-09 01:41:57 +0400 | [diff] [blame] | 670 | static int link_path_walk(const char *, struct nameidata *); |
| 671 | |
Al Viro | 7bd8837 | 2014-09-13 21:55:46 -0400 | [diff] [blame] | 672 | static __always_inline unsigned set_root_rcu(struct nameidata *nd) |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 673 | { |
Al Viro | 7bd8837 | 2014-09-13 21:55:46 -0400 | [diff] [blame] | 674 | struct fs_struct *fs = current->fs; |
| 675 | unsigned seq, res; |
Nick Piggin | c28cc36 | 2011-01-07 17:49:53 +1100 | [diff] [blame] | 676 | |
Al Viro | 7bd8837 | 2014-09-13 21:55:46 -0400 | [diff] [blame] | 677 | do { |
| 678 | seq = read_seqcount_begin(&fs->seq); |
| 679 | nd->root = fs->root; |
| 680 | res = __read_seqcount_begin(&nd->root.dentry->d_seq); |
| 681 | } while (read_seqcount_retry(&fs->seq, seq)); |
| 682 | return res; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 683 | } |
| 684 | |
Jan Blunck | 1d957f9 | 2008-02-14 19:34:35 -0800 | [diff] [blame] | 685 | static void path_put_conditional(struct path *path, struct nameidata *nd) |
Miklos Szeredi | 09dd17d | 2005-09-06 15:18:21 -0700 | [diff] [blame] | 686 | { |
| 687 | dput(path->dentry); |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 688 | if (path->mnt != nd->path.mnt) |
Miklos Szeredi | 09dd17d | 2005-09-06 15:18:21 -0700 | [diff] [blame] | 689 | mntput(path->mnt); |
| 690 | } |
| 691 | |
Nick Piggin | 7b9337a | 2011-01-14 08:42:43 +0000 | [diff] [blame] | 692 | static inline void path_to_nameidata(const struct path *path, |
| 693 | struct nameidata *nd) |
Miklos Szeredi | 09dd17d | 2005-09-06 15:18:21 -0700 | [diff] [blame] | 694 | { |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 695 | if (!(nd->flags & LOOKUP_RCU)) { |
| 696 | dput(nd->path.dentry); |
| 697 | if (nd->path.mnt != path->mnt) |
| 698 | mntput(nd->path.mnt); |
Huang Shijie | 9a22968 | 2010-04-02 17:37:13 +0800 | [diff] [blame] | 699 | } |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 700 | nd->path.mnt = path->mnt; |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 701 | nd->path.dentry = path->dentry; |
Miklos Szeredi | 09dd17d | 2005-09-06 15:18:21 -0700 | [diff] [blame] | 702 | } |
| 703 | |
Christoph Hellwig | b5fb63c1 | 2012-06-18 10:47:04 -0400 | [diff] [blame] | 704 | /* |
| 705 | * Helper to directly jump to a known parsed path from ->follow_link, |
| 706 | * caller must have taken a reference to path beforehand. |
| 707 | */ |
| 708 | void nd_jump_link(struct nameidata *nd, struct path *path) |
| 709 | { |
| 710 | path_put(&nd->path); |
| 711 | |
| 712 | nd->path = *path; |
| 713 | nd->inode = nd->path.dentry->d_inode; |
| 714 | nd->flags |= LOOKUP_JUMPED; |
Christoph Hellwig | b5fb63c1 | 2012-06-18 10:47:04 -0400 | [diff] [blame] | 715 | } |
| 716 | |
Al Viro | 1f55a6e | 2014-11-01 19:30:41 -0400 | [diff] [blame] | 717 | void nd_set_link(struct nameidata *nd, char *path) |
| 718 | { |
| 719 | nd->saved_names[nd->depth] = path; |
| 720 | } |
| 721 | EXPORT_SYMBOL(nd_set_link); |
| 722 | |
| 723 | char *nd_get_link(struct nameidata *nd) |
| 724 | { |
| 725 | return nd->saved_names[nd->depth]; |
| 726 | } |
| 727 | EXPORT_SYMBOL(nd_get_link); |
| 728 | |
Al Viro | 574197e | 2011-03-14 22:20:34 -0400 | [diff] [blame] | 729 | static inline void put_link(struct nameidata *nd, struct path *link, void *cookie) |
| 730 | { |
| 731 | struct inode *inode = link->dentry->d_inode; |
Al Viro | 6d7b5aa | 2012-06-10 04:15:17 -0400 | [diff] [blame] | 732 | if (inode->i_op->put_link) |
Al Viro | 574197e | 2011-03-14 22:20:34 -0400 | [diff] [blame] | 733 | inode->i_op->put_link(link->dentry, nd, cookie); |
| 734 | path_put(link); |
| 735 | } |
| 736 | |
Linus Torvalds | 561ec64 | 2012-10-26 10:05:07 -0700 | [diff] [blame] | 737 | int sysctl_protected_symlinks __read_mostly = 0; |
| 738 | int sysctl_protected_hardlinks __read_mostly = 0; |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 739 | |
| 740 | /** |
| 741 | * may_follow_link - Check symlink following for unsafe situations |
| 742 | * @link: The path of the symlink |
Randy Dunlap | 5585263 | 2012-08-18 17:39:25 -0700 | [diff] [blame] | 743 | * @nd: nameidata pathwalk data |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 744 | * |
| 745 | * In the case of the sysctl_protected_symlinks sysctl being enabled, |
| 746 | * CAP_DAC_OVERRIDE needs to be specifically ignored if the symlink is |
| 747 | * in a sticky world-writable directory. This is to protect privileged |
| 748 | * processes from failing races against path names that may change out |
| 749 | * from under them by way of other users creating malicious symlinks. |
| 750 | * It will permit symlinks to be followed only when outside a sticky |
| 751 | * world-writable directory, or when the uid of the symlink and follower |
| 752 | * match, or when the directory owner matches the symlink's owner. |
| 753 | * |
| 754 | * Returns 0 if following the symlink is allowed, -ve on error. |
| 755 | */ |
| 756 | static inline int may_follow_link(struct path *link, struct nameidata *nd) |
| 757 | { |
| 758 | const struct inode *inode; |
| 759 | const struct inode *parent; |
| 760 | |
| 761 | if (!sysctl_protected_symlinks) |
| 762 | return 0; |
| 763 | |
| 764 | /* Allowed if owner and follower match. */ |
| 765 | inode = link->dentry->d_inode; |
Eric W. Biederman | 81abe27 | 2012-08-03 09:38:08 -0700 | [diff] [blame] | 766 | if (uid_eq(current_cred()->fsuid, inode->i_uid)) |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 767 | return 0; |
| 768 | |
| 769 | /* Allowed if parent directory not sticky and world-writable. */ |
| 770 | parent = nd->path.dentry->d_inode; |
| 771 | if ((parent->i_mode & (S_ISVTX|S_IWOTH)) != (S_ISVTX|S_IWOTH)) |
| 772 | return 0; |
| 773 | |
| 774 | /* Allowed if parent directory and link owner match. */ |
Eric W. Biederman | 81abe27 | 2012-08-03 09:38:08 -0700 | [diff] [blame] | 775 | if (uid_eq(parent->i_uid, inode->i_uid)) |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 776 | return 0; |
| 777 | |
Sasha Levin | ffd8d10 | 2012-10-04 19:56:40 -0400 | [diff] [blame] | 778 | audit_log_link_denied("follow_link", link); |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 779 | path_put_conditional(link, nd); |
| 780 | path_put(&nd->path); |
| 781 | return -EACCES; |
| 782 | } |
| 783 | |
| 784 | /** |
| 785 | * safe_hardlink_source - Check for safe hardlink conditions |
| 786 | * @inode: the source inode to hardlink from |
| 787 | * |
| 788 | * Return false if at least one of the following conditions: |
| 789 | * - inode is not a regular file |
| 790 | * - inode is setuid |
| 791 | * - inode is setgid and group-exec |
| 792 | * - access failure for read and write |
| 793 | * |
| 794 | * Otherwise returns true. |
| 795 | */ |
| 796 | static bool safe_hardlink_source(struct inode *inode) |
| 797 | { |
| 798 | umode_t mode = inode->i_mode; |
| 799 | |
| 800 | /* Special files should not get pinned to the filesystem. */ |
| 801 | if (!S_ISREG(mode)) |
| 802 | return false; |
| 803 | |
| 804 | /* Setuid files should not get pinned to the filesystem. */ |
| 805 | if (mode & S_ISUID) |
| 806 | return false; |
| 807 | |
| 808 | /* Executable setgid files should not get pinned to the filesystem. */ |
| 809 | if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) |
| 810 | return false; |
| 811 | |
| 812 | /* Hardlinking to unreadable or unwritable sources is dangerous. */ |
| 813 | if (inode_permission(inode, MAY_READ | MAY_WRITE)) |
| 814 | return false; |
| 815 | |
| 816 | return true; |
| 817 | } |
| 818 | |
| 819 | /** |
| 820 | * may_linkat - Check permissions for creating a hardlink |
| 821 | * @link: the source to hardlink from |
| 822 | * |
| 823 | * Block hardlink when all of: |
| 824 | * - sysctl_protected_hardlinks enabled |
| 825 | * - fsuid does not match inode |
| 826 | * - hardlink source is unsafe (see safe_hardlink_source() above) |
| 827 | * - not CAP_FOWNER |
| 828 | * |
| 829 | * Returns 0 if successful, -ve on error. |
| 830 | */ |
| 831 | static int may_linkat(struct path *link) |
| 832 | { |
| 833 | const struct cred *cred; |
| 834 | struct inode *inode; |
| 835 | |
| 836 | if (!sysctl_protected_hardlinks) |
| 837 | return 0; |
| 838 | |
| 839 | cred = current_cred(); |
| 840 | inode = link->dentry->d_inode; |
| 841 | |
| 842 | /* Source inode owner (or CAP_FOWNER) can hardlink all they like, |
| 843 | * otherwise, it must be a safe source. |
| 844 | */ |
Eric W. Biederman | 81abe27 | 2012-08-03 09:38:08 -0700 | [diff] [blame] | 845 | if (uid_eq(cred->fsuid, inode->i_uid) || safe_hardlink_source(inode) || |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 846 | capable(CAP_FOWNER)) |
| 847 | return 0; |
| 848 | |
Kees Cook | a51d9ea | 2012-07-25 17:29:08 -0700 | [diff] [blame] | 849 | audit_log_link_denied("linkat", link); |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 850 | return -EPERM; |
| 851 | } |
| 852 | |
Al Viro | def4af3 | 2009-12-26 08:37:05 -0500 | [diff] [blame] | 853 | static __always_inline int |
Al Viro | 574197e | 2011-03-14 22:20:34 -0400 | [diff] [blame] | 854 | follow_link(struct path *link, struct nameidata *nd, void **p) |
Ian Kent | 051d381 | 2006-03-27 01:14:53 -0800 | [diff] [blame] | 855 | { |
Nick Piggin | 7b9337a | 2011-01-14 08:42:43 +0000 | [diff] [blame] | 856 | struct dentry *dentry = link->dentry; |
Al Viro | 6d7b5aa | 2012-06-10 04:15:17 -0400 | [diff] [blame] | 857 | int error; |
| 858 | char *s; |
Ian Kent | 051d381 | 2006-03-27 01:14:53 -0800 | [diff] [blame] | 859 | |
Al Viro | 844a391 | 2011-02-15 00:38:26 -0500 | [diff] [blame] | 860 | BUG_ON(nd->flags & LOOKUP_RCU); |
| 861 | |
Al Viro | 0e79458 | 2011-03-16 02:45:02 -0400 | [diff] [blame] | 862 | if (link->mnt == nd->path.mnt) |
| 863 | mntget(link->mnt); |
| 864 | |
Al Viro | 6d7b5aa | 2012-06-10 04:15:17 -0400 | [diff] [blame] | 865 | error = -ELOOP; |
| 866 | if (unlikely(current->total_link_count >= 40)) |
| 867 | goto out_put_nd_path; |
| 868 | |
Al Viro | 574197e | 2011-03-14 22:20:34 -0400 | [diff] [blame] | 869 | cond_resched(); |
| 870 | current->total_link_count++; |
| 871 | |
Al Viro | 68ac123 | 2012-03-15 08:21:57 -0400 | [diff] [blame] | 872 | touch_atime(link); |
Ian Kent | 051d381 | 2006-03-27 01:14:53 -0800 | [diff] [blame] | 873 | nd_set_link(nd, NULL); |
| 874 | |
Al Viro | 36f3b4f | 2011-02-22 21:24:38 -0500 | [diff] [blame] | 875 | error = security_inode_follow_link(link->dentry, nd); |
Al Viro | 6d7b5aa | 2012-06-10 04:15:17 -0400 | [diff] [blame] | 876 | if (error) |
| 877 | goto out_put_nd_path; |
Al Viro | 36f3b4f | 2011-02-22 21:24:38 -0500 | [diff] [blame] | 878 | |
Al Viro | 86acdca1 | 2009-12-22 23:45:11 -0500 | [diff] [blame] | 879 | nd->last_type = LAST_BIND; |
Al Viro | def4af3 | 2009-12-26 08:37:05 -0500 | [diff] [blame] | 880 | *p = dentry->d_inode->i_op->follow_link(dentry, nd); |
| 881 | error = PTR_ERR(*p); |
Al Viro | 6d7b5aa | 2012-06-10 04:15:17 -0400 | [diff] [blame] | 882 | if (IS_ERR(*p)) |
Christoph Hellwig | 408ef01 | 2012-06-18 10:47:03 -0400 | [diff] [blame] | 883 | goto out_put_nd_path; |
Al Viro | 6d7b5aa | 2012-06-10 04:15:17 -0400 | [diff] [blame] | 884 | |
| 885 | error = 0; |
| 886 | s = nd_get_link(nd); |
| 887 | if (s) { |
Al Viro | 443ed25 | 2013-09-10 12:00:43 -0400 | [diff] [blame] | 888 | if (unlikely(IS_ERR(s))) { |
| 889 | path_put(&nd->path); |
| 890 | put_link(nd, link, *p); |
| 891 | return PTR_ERR(s); |
| 892 | } |
| 893 | if (*s == '/') { |
Al Viro | 7bd8837 | 2014-09-13 21:55:46 -0400 | [diff] [blame] | 894 | if (!nd->root.mnt) |
| 895 | set_root(nd); |
Al Viro | 443ed25 | 2013-09-10 12:00:43 -0400 | [diff] [blame] | 896 | path_put(&nd->path); |
| 897 | nd->path = nd->root; |
| 898 | path_get(&nd->root); |
| 899 | nd->flags |= LOOKUP_JUMPED; |
| 900 | } |
| 901 | nd->inode = nd->path.dentry->d_inode; |
| 902 | error = link_path_walk(s, nd); |
Christoph Hellwig | b5fb63c1 | 2012-06-18 10:47:04 -0400 | [diff] [blame] | 903 | if (unlikely(error)) |
| 904 | put_link(nd, link, *p); |
Ian Kent | 051d381 | 2006-03-27 01:14:53 -0800 | [diff] [blame] | 905 | } |
Al Viro | 6d7b5aa | 2012-06-10 04:15:17 -0400 | [diff] [blame] | 906 | |
| 907 | return error; |
| 908 | |
| 909 | out_put_nd_path: |
Arnd Bergmann | 98f6ef6 | 2012-10-11 13:20:00 +0000 | [diff] [blame] | 910 | *p = NULL; |
Al Viro | 6d7b5aa | 2012-06-10 04:15:17 -0400 | [diff] [blame] | 911 | path_put(&nd->path); |
Al Viro | 6d7b5aa | 2012-06-10 04:15:17 -0400 | [diff] [blame] | 912 | path_put(link); |
Ian Kent | 051d381 | 2006-03-27 01:14:53 -0800 | [diff] [blame] | 913 | return error; |
| 914 | } |
| 915 | |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 916 | static int follow_up_rcu(struct path *path) |
| 917 | { |
Al Viro | 0714a53 | 2011-11-24 22:19:58 -0500 | [diff] [blame] | 918 | struct mount *mnt = real_mount(path->mnt); |
| 919 | struct mount *parent; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 920 | struct dentry *mountpoint; |
| 921 | |
Al Viro | 0714a53 | 2011-11-24 22:19:58 -0500 | [diff] [blame] | 922 | parent = mnt->mnt_parent; |
| 923 | if (&parent->mnt == path->mnt) |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 924 | return 0; |
Al Viro | a73324d | 2011-11-24 22:25:07 -0500 | [diff] [blame] | 925 | mountpoint = mnt->mnt_mountpoint; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 926 | path->dentry = mountpoint; |
Al Viro | 0714a53 | 2011-11-24 22:19:58 -0500 | [diff] [blame] | 927 | path->mnt = &parent->mnt; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 928 | return 1; |
| 929 | } |
| 930 | |
David Howells | f015f126 | 2012-06-25 12:55:28 +0100 | [diff] [blame] | 931 | /* |
| 932 | * follow_up - Find the mountpoint of path's vfsmount |
| 933 | * |
| 934 | * Given a path, find the mountpoint of its source file system. |
| 935 | * Replace @path with the path of the mountpoint in the parent mount. |
| 936 | * Up is towards /. |
| 937 | * |
| 938 | * Return 1 if we went up a level and 0 if we were already at the |
| 939 | * root. |
| 940 | */ |
Al Viro | bab77eb | 2009-04-18 03:26:48 -0400 | [diff] [blame] | 941 | int follow_up(struct path *path) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 942 | { |
Al Viro | 0714a53 | 2011-11-24 22:19:58 -0500 | [diff] [blame] | 943 | struct mount *mnt = real_mount(path->mnt); |
| 944 | struct mount *parent; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 945 | struct dentry *mountpoint; |
Nick Piggin | 99b7db7 | 2010-08-18 04:37:39 +1000 | [diff] [blame] | 946 | |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 947 | read_seqlock_excl(&mount_lock); |
Al Viro | 0714a53 | 2011-11-24 22:19:58 -0500 | [diff] [blame] | 948 | parent = mnt->mnt_parent; |
Al Viro | 3c0a616 | 2012-07-18 17:32:50 +0400 | [diff] [blame] | 949 | if (parent == mnt) { |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 950 | read_sequnlock_excl(&mount_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 951 | return 0; |
| 952 | } |
Al Viro | 0714a53 | 2011-11-24 22:19:58 -0500 | [diff] [blame] | 953 | mntget(&parent->mnt); |
Al Viro | a73324d | 2011-11-24 22:25:07 -0500 | [diff] [blame] | 954 | mountpoint = dget(mnt->mnt_mountpoint); |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 955 | read_sequnlock_excl(&mount_lock); |
Al Viro | bab77eb | 2009-04-18 03:26:48 -0400 | [diff] [blame] | 956 | dput(path->dentry); |
| 957 | path->dentry = mountpoint; |
| 958 | mntput(path->mnt); |
Al Viro | 0714a53 | 2011-11-24 22:19:58 -0500 | [diff] [blame] | 959 | path->mnt = &parent->mnt; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 960 | return 1; |
| 961 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 962 | EXPORT_SYMBOL(follow_up); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 963 | |
Nick Piggin | b5c84bf | 2011-01-07 17:49:38 +1100 | [diff] [blame] | 964 | /* |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 965 | * Perform an automount |
| 966 | * - return -EISDIR to tell follow_managed() to stop and return the path we |
| 967 | * were called with. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 968 | */ |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 969 | static int follow_automount(struct path *path, unsigned flags, |
| 970 | bool *need_mntput) |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 971 | { |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 972 | struct vfsmount *mnt; |
David Howells | ea5b778 | 2011-01-14 19:10:03 +0000 | [diff] [blame] | 973 | int err; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 974 | |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 975 | if (!path->dentry->d_op || !path->dentry->d_op->d_automount) |
| 976 | return -EREMOTE; |
Al Viro | 463ffb2 | 2005-06-06 13:36:05 -0700 | [diff] [blame] | 977 | |
Miklos Szeredi | 0ec26fd | 2011-09-05 18:06:26 +0200 | [diff] [blame] | 978 | /* We don't want to mount if someone's just doing a stat - |
| 979 | * unless they're stat'ing a directory and appended a '/' to |
| 980 | * the name. |
| 981 | * |
| 982 | * We do, however, want to mount if someone wants to open or |
| 983 | * create a file of any type under the mountpoint, wants to |
| 984 | * traverse through the mountpoint or wants to open the |
| 985 | * mounted directory. Also, autofs may mark negative dentries |
| 986 | * as being automount points. These will need the attentions |
| 987 | * of the daemon to instantiate them before they can be used. |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 988 | */ |
Miklos Szeredi | 0ec26fd | 2011-09-05 18:06:26 +0200 | [diff] [blame] | 989 | if (!(flags & (LOOKUP_PARENT | LOOKUP_DIRECTORY | |
Linus Torvalds | d94c177 | 2011-09-26 17:44:55 -0700 | [diff] [blame] | 990 | LOOKUP_OPEN | LOOKUP_CREATE | LOOKUP_AUTOMOUNT)) && |
Miklos Szeredi | 0ec26fd | 2011-09-05 18:06:26 +0200 | [diff] [blame] | 991 | path->dentry->d_inode) |
| 992 | return -EISDIR; |
| 993 | |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 994 | current->total_link_count++; |
| 995 | if (current->total_link_count >= 40) |
| 996 | return -ELOOP; |
| 997 | |
| 998 | mnt = path->dentry->d_op->d_automount(path); |
| 999 | if (IS_ERR(mnt)) { |
| 1000 | /* |
| 1001 | * The filesystem is allowed to return -EISDIR here to indicate |
| 1002 | * it doesn't want to automount. For instance, autofs would do |
| 1003 | * this so that its userspace daemon can mount on this dentry. |
| 1004 | * |
| 1005 | * However, we can only permit this if it's a terminal point in |
| 1006 | * the path being looked up; if it wasn't then the remainder of |
| 1007 | * the path is inaccessible and we should say so. |
| 1008 | */ |
Al Viro | 49084c3 | 2011-06-25 21:59:52 -0400 | [diff] [blame] | 1009 | if (PTR_ERR(mnt) == -EISDIR && (flags & LOOKUP_PARENT)) |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1010 | return -EREMOTE; |
| 1011 | return PTR_ERR(mnt); |
| 1012 | } |
David Howells | ea5b778 | 2011-01-14 19:10:03 +0000 | [diff] [blame] | 1013 | |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1014 | if (!mnt) /* mount collision */ |
| 1015 | return 0; |
| 1016 | |
Al Viro | 8aef188 | 2011-06-16 15:10:06 +0100 | [diff] [blame] | 1017 | if (!*need_mntput) { |
| 1018 | /* lock_mount() may release path->mnt on error */ |
| 1019 | mntget(path->mnt); |
| 1020 | *need_mntput = true; |
| 1021 | } |
Al Viro | 19a167a | 2011-01-17 01:35:23 -0500 | [diff] [blame] | 1022 | err = finish_automount(mnt, path); |
David Howells | ea5b778 | 2011-01-14 19:10:03 +0000 | [diff] [blame] | 1023 | |
David Howells | ea5b778 | 2011-01-14 19:10:03 +0000 | [diff] [blame] | 1024 | switch (err) { |
| 1025 | case -EBUSY: |
| 1026 | /* Someone else made a mount here whilst we were busy */ |
Al Viro | 19a167a | 2011-01-17 01:35:23 -0500 | [diff] [blame] | 1027 | return 0; |
David Howells | ea5b778 | 2011-01-14 19:10:03 +0000 | [diff] [blame] | 1028 | case 0: |
Al Viro | 8aef188 | 2011-06-16 15:10:06 +0100 | [diff] [blame] | 1029 | path_put(path); |
David Howells | ea5b778 | 2011-01-14 19:10:03 +0000 | [diff] [blame] | 1030 | path->mnt = mnt; |
| 1031 | path->dentry = dget(mnt->mnt_root); |
David Howells | ea5b778 | 2011-01-14 19:10:03 +0000 | [diff] [blame] | 1032 | return 0; |
Al Viro | 19a167a | 2011-01-17 01:35:23 -0500 | [diff] [blame] | 1033 | default: |
| 1034 | return err; |
David Howells | ea5b778 | 2011-01-14 19:10:03 +0000 | [diff] [blame] | 1035 | } |
Al Viro | 19a167a | 2011-01-17 01:35:23 -0500 | [diff] [blame] | 1036 | |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1037 | } |
| 1038 | |
| 1039 | /* |
| 1040 | * Handle a dentry that is managed in some way. |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1041 | * - Flagged for transit management (autofs) |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1042 | * - Flagged as mountpoint |
| 1043 | * - Flagged as automount point |
| 1044 | * |
| 1045 | * This may only be called in refwalk mode. |
| 1046 | * |
| 1047 | * Serialization is taken care of in namespace.c |
| 1048 | */ |
| 1049 | static int follow_managed(struct path *path, unsigned flags) |
| 1050 | { |
Al Viro | 8aef188 | 2011-06-16 15:10:06 +0100 | [diff] [blame] | 1051 | struct vfsmount *mnt = path->mnt; /* held by caller, must be left alone */ |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1052 | unsigned managed; |
| 1053 | bool need_mntput = false; |
Al Viro | 8aef188 | 2011-06-16 15:10:06 +0100 | [diff] [blame] | 1054 | int ret = 0; |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1055 | |
| 1056 | /* Given that we're not holding a lock here, we retain the value in a |
| 1057 | * local variable for each dentry as we look at it so that we don't see |
| 1058 | * the components of that value change under us */ |
| 1059 | while (managed = ACCESS_ONCE(path->dentry->d_flags), |
| 1060 | managed &= DCACHE_MANAGED_DENTRY, |
| 1061 | unlikely(managed != 0)) { |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1062 | /* Allow the filesystem to manage the transit without i_mutex |
| 1063 | * being held. */ |
| 1064 | if (managed & DCACHE_MANAGE_TRANSIT) { |
| 1065 | BUG_ON(!path->dentry->d_op); |
| 1066 | BUG_ON(!path->dentry->d_op->d_manage); |
Al Viro | 1aed3e4 | 2011-03-18 09:09:02 -0400 | [diff] [blame] | 1067 | ret = path->dentry->d_op->d_manage(path->dentry, false); |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1068 | if (ret < 0) |
Al Viro | 8aef188 | 2011-06-16 15:10:06 +0100 | [diff] [blame] | 1069 | break; |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1070 | } |
| 1071 | |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1072 | /* Transit to a mounted filesystem. */ |
| 1073 | if (managed & DCACHE_MOUNTED) { |
| 1074 | struct vfsmount *mounted = lookup_mnt(path); |
| 1075 | if (mounted) { |
| 1076 | dput(path->dentry); |
| 1077 | if (need_mntput) |
| 1078 | mntput(path->mnt); |
| 1079 | path->mnt = mounted; |
| 1080 | path->dentry = dget(mounted->mnt_root); |
| 1081 | need_mntput = true; |
| 1082 | continue; |
| 1083 | } |
| 1084 | |
| 1085 | /* Something is mounted on this dentry in another |
| 1086 | * namespace and/or whatever was mounted there in this |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 1087 | * namespace got unmounted before lookup_mnt() could |
| 1088 | * get it */ |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1089 | } |
| 1090 | |
| 1091 | /* Handle an automount point */ |
| 1092 | if (managed & DCACHE_NEED_AUTOMOUNT) { |
| 1093 | ret = follow_automount(path, flags, &need_mntput); |
| 1094 | if (ret < 0) |
Al Viro | 8aef188 | 2011-06-16 15:10:06 +0100 | [diff] [blame] | 1095 | break; |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1096 | continue; |
| 1097 | } |
| 1098 | |
| 1099 | /* We didn't change the current path point */ |
| 1100 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1101 | } |
Al Viro | 8aef188 | 2011-06-16 15:10:06 +0100 | [diff] [blame] | 1102 | |
| 1103 | if (need_mntput && path->mnt == mnt) |
| 1104 | mntput(path->mnt); |
| 1105 | if (ret == -EISDIR) |
| 1106 | ret = 0; |
Al Viro | a3fbbde | 2011-11-07 21:21:26 +0000 | [diff] [blame] | 1107 | return ret < 0 ? ret : need_mntput; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1108 | } |
| 1109 | |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1110 | int follow_down_one(struct path *path) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1111 | { |
| 1112 | struct vfsmount *mounted; |
| 1113 | |
Al Viro | 1c755af | 2009-04-18 14:06:57 -0400 | [diff] [blame] | 1114 | mounted = lookup_mnt(path); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1115 | if (mounted) { |
Al Viro | 9393bd0 | 2009-04-18 13:58:15 -0400 | [diff] [blame] | 1116 | dput(path->dentry); |
| 1117 | mntput(path->mnt); |
| 1118 | path->mnt = mounted; |
| 1119 | path->dentry = dget(mounted->mnt_root); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1120 | return 1; |
| 1121 | } |
| 1122 | return 0; |
| 1123 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 1124 | EXPORT_SYMBOL(follow_down_one); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1125 | |
NeilBrown | b8faf03 | 2014-08-04 17:06:29 +1000 | [diff] [blame] | 1126 | static inline int managed_dentry_rcu(struct dentry *dentry) |
Ian Kent | 62a7375 | 2011-03-25 01:51:02 +0800 | [diff] [blame] | 1127 | { |
NeilBrown | b8faf03 | 2014-08-04 17:06:29 +1000 | [diff] [blame] | 1128 | return (dentry->d_flags & DCACHE_MANAGE_TRANSIT) ? |
| 1129 | dentry->d_op->d_manage(dentry, true) : 0; |
Ian Kent | 62a7375 | 2011-03-25 01:51:02 +0800 | [diff] [blame] | 1130 | } |
| 1131 | |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1132 | /* |
Al Viro | 287548e | 2011-05-27 06:50:06 -0400 | [diff] [blame] | 1133 | * Try to skip to top of mountpoint pile in rcuwalk mode. Fail if |
| 1134 | * we meet a managed dentry that would need blocking. |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1135 | */ |
| 1136 | static bool __follow_mount_rcu(struct nameidata *nd, struct path *path, |
Al Viro | 287548e | 2011-05-27 06:50:06 -0400 | [diff] [blame] | 1137 | struct inode **inode) |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1138 | { |
Ian Kent | 62a7375 | 2011-03-25 01:51:02 +0800 | [diff] [blame] | 1139 | for (;;) { |
Al Viro | c710536 | 2011-11-24 18:22:03 -0500 | [diff] [blame] | 1140 | struct mount *mounted; |
Ian Kent | 62a7375 | 2011-03-25 01:51:02 +0800 | [diff] [blame] | 1141 | /* |
| 1142 | * Don't forget we might have a non-mountpoint managed dentry |
| 1143 | * that wants to block transit. |
| 1144 | */ |
NeilBrown | b8faf03 | 2014-08-04 17:06:29 +1000 | [diff] [blame] | 1145 | switch (managed_dentry_rcu(path->dentry)) { |
| 1146 | case -ECHILD: |
| 1147 | default: |
David Howells | ab90911 | 2011-01-14 18:46:51 +0000 | [diff] [blame] | 1148 | return false; |
NeilBrown | b8faf03 | 2014-08-04 17:06:29 +1000 | [diff] [blame] | 1149 | case -EISDIR: |
| 1150 | return true; |
| 1151 | case 0: |
| 1152 | break; |
| 1153 | } |
Ian Kent | 62a7375 | 2011-03-25 01:51:02 +0800 | [diff] [blame] | 1154 | |
| 1155 | if (!d_mountpoint(path->dentry)) |
NeilBrown | b8faf03 | 2014-08-04 17:06:29 +1000 | [diff] [blame] | 1156 | return !(path->dentry->d_flags & DCACHE_NEED_AUTOMOUNT); |
Ian Kent | 62a7375 | 2011-03-25 01:51:02 +0800 | [diff] [blame] | 1157 | |
Al Viro | 474279d | 2013-10-01 16:11:26 -0400 | [diff] [blame] | 1158 | mounted = __lookup_mnt(path->mnt, path->dentry); |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1159 | if (!mounted) |
| 1160 | break; |
Al Viro | c710536 | 2011-11-24 18:22:03 -0500 | [diff] [blame] | 1161 | path->mnt = &mounted->mnt; |
| 1162 | path->dentry = mounted->mnt.mnt_root; |
Al Viro | a3fbbde | 2011-11-07 21:21:26 +0000 | [diff] [blame] | 1163 | nd->flags |= LOOKUP_JUMPED; |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1164 | nd->seq = read_seqcount_begin(&path->dentry->d_seq); |
Linus Torvalds | 5943026 | 2011-07-18 15:43:29 -0700 | [diff] [blame] | 1165 | /* |
| 1166 | * Update the inode too. We don't need to re-check the |
| 1167 | * dentry sequence number here after this d_inode read, |
| 1168 | * because a mount-point is always pinned. |
| 1169 | */ |
| 1170 | *inode = path->dentry->d_inode; |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1171 | } |
Al Viro | f5be3e2912 | 2014-09-13 21:50:45 -0400 | [diff] [blame] | 1172 | return !read_seqretry(&mount_lock, nd->m_seq) && |
NeilBrown | b8faf03 | 2014-08-04 17:06:29 +1000 | [diff] [blame] | 1173 | !(path->dentry->d_flags & DCACHE_NEED_AUTOMOUNT); |
Al Viro | 287548e | 2011-05-27 06:50:06 -0400 | [diff] [blame] | 1174 | } |
| 1175 | |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1176 | static int follow_dotdot_rcu(struct nameidata *nd) |
| 1177 | { |
Al Viro | 4023bfc | 2014-09-13 21:59:43 -0400 | [diff] [blame] | 1178 | struct inode *inode = nd->inode; |
Al Viro | 7bd8837 | 2014-09-13 21:55:46 -0400 | [diff] [blame] | 1179 | if (!nd->root.mnt) |
| 1180 | set_root_rcu(nd); |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1181 | |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1182 | while (1) { |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1183 | if (nd->path.dentry == nd->root.dentry && |
| 1184 | nd->path.mnt == nd->root.mnt) { |
| 1185 | break; |
| 1186 | } |
| 1187 | if (nd->path.dentry != nd->path.mnt->mnt_root) { |
| 1188 | struct dentry *old = nd->path.dentry; |
| 1189 | struct dentry *parent = old->d_parent; |
| 1190 | unsigned seq; |
| 1191 | |
Al Viro | 4023bfc | 2014-09-13 21:59:43 -0400 | [diff] [blame] | 1192 | inode = parent->d_inode; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1193 | seq = read_seqcount_begin(&parent->d_seq); |
| 1194 | if (read_seqcount_retry(&old->d_seq, nd->seq)) |
Al Viro | ef7562d | 2011-03-04 14:35:59 -0500 | [diff] [blame] | 1195 | goto failed; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1196 | nd->path.dentry = parent; |
| 1197 | nd->seq = seq; |
| 1198 | break; |
| 1199 | } |
| 1200 | if (!follow_up_rcu(&nd->path)) |
| 1201 | break; |
Al Viro | 4023bfc | 2014-09-13 21:59:43 -0400 | [diff] [blame] | 1202 | inode = nd->path.dentry->d_inode; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1203 | nd->seq = read_seqcount_begin(&nd->path.dentry->d_seq); |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1204 | } |
Al Viro | b37199e | 2014-03-20 15:18:22 -0400 | [diff] [blame] | 1205 | while (d_mountpoint(nd->path.dentry)) { |
| 1206 | struct mount *mounted; |
| 1207 | mounted = __lookup_mnt(nd->path.mnt, nd->path.dentry); |
| 1208 | if (!mounted) |
| 1209 | break; |
| 1210 | nd->path.mnt = &mounted->mnt; |
| 1211 | nd->path.dentry = mounted->mnt.mnt_root; |
Al Viro | 4023bfc | 2014-09-13 21:59:43 -0400 | [diff] [blame] | 1212 | inode = nd->path.dentry->d_inode; |
Al Viro | b37199e | 2014-03-20 15:18:22 -0400 | [diff] [blame] | 1213 | nd->seq = read_seqcount_begin(&nd->path.dentry->d_seq); |
Al Viro | f5be3e2912 | 2014-09-13 21:50:45 -0400 | [diff] [blame] | 1214 | if (read_seqretry(&mount_lock, nd->m_seq)) |
Al Viro | b37199e | 2014-03-20 15:18:22 -0400 | [diff] [blame] | 1215 | goto failed; |
| 1216 | } |
Al Viro | 4023bfc | 2014-09-13 21:59:43 -0400 | [diff] [blame] | 1217 | nd->inode = inode; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1218 | return 0; |
Al Viro | ef7562d | 2011-03-04 14:35:59 -0500 | [diff] [blame] | 1219 | |
| 1220 | failed: |
| 1221 | nd->flags &= ~LOOKUP_RCU; |
Al Viro | 5b6ca02 | 2011-03-09 23:04:47 -0500 | [diff] [blame] | 1222 | if (!(nd->flags & LOOKUP_ROOT)) |
| 1223 | nd->root.mnt = NULL; |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 1224 | rcu_read_unlock(); |
Al Viro | ef7562d | 2011-03-04 14:35:59 -0500 | [diff] [blame] | 1225 | return -ECHILD; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1226 | } |
| 1227 | |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1228 | /* |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1229 | * Follow down to the covering mount currently visible to userspace. At each |
| 1230 | * point, the filesystem owning that dentry may be queried as to whether the |
| 1231 | * caller is permitted to proceed or not. |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1232 | */ |
Al Viro | 7cc90cc | 2011-03-18 09:04:20 -0400 | [diff] [blame] | 1233 | int follow_down(struct path *path) |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1234 | { |
| 1235 | unsigned managed; |
| 1236 | int ret; |
| 1237 | |
| 1238 | while (managed = ACCESS_ONCE(path->dentry->d_flags), |
| 1239 | unlikely(managed & DCACHE_MANAGED_DENTRY)) { |
| 1240 | /* Allow the filesystem to manage the transit without i_mutex |
| 1241 | * being held. |
| 1242 | * |
| 1243 | * We indicate to the filesystem if someone is trying to mount |
| 1244 | * something here. This gives autofs the chance to deny anyone |
| 1245 | * other than its daemon the right to mount on its |
| 1246 | * superstructure. |
| 1247 | * |
| 1248 | * The filesystem may sleep at this point. |
| 1249 | */ |
| 1250 | if (managed & DCACHE_MANAGE_TRANSIT) { |
| 1251 | BUG_ON(!path->dentry->d_op); |
| 1252 | BUG_ON(!path->dentry->d_op->d_manage); |
David Howells | ab90911 | 2011-01-14 18:46:51 +0000 | [diff] [blame] | 1253 | ret = path->dentry->d_op->d_manage( |
Al Viro | 1aed3e4 | 2011-03-18 09:09:02 -0400 | [diff] [blame] | 1254 | path->dentry, false); |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1255 | if (ret < 0) |
| 1256 | return ret == -EISDIR ? 0 : ret; |
| 1257 | } |
| 1258 | |
| 1259 | /* Transit to a mounted filesystem. */ |
| 1260 | if (managed & DCACHE_MOUNTED) { |
| 1261 | struct vfsmount *mounted = lookup_mnt(path); |
| 1262 | if (!mounted) |
| 1263 | break; |
| 1264 | dput(path->dentry); |
| 1265 | mntput(path->mnt); |
| 1266 | path->mnt = mounted; |
| 1267 | path->dentry = dget(mounted->mnt_root); |
| 1268 | continue; |
| 1269 | } |
| 1270 | |
| 1271 | /* Don't handle automount points here */ |
| 1272 | break; |
| 1273 | } |
| 1274 | return 0; |
| 1275 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 1276 | EXPORT_SYMBOL(follow_down); |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1277 | |
| 1278 | /* |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1279 | * Skip to top of mountpoint pile in refwalk mode for follow_dotdot() |
| 1280 | */ |
| 1281 | static void follow_mount(struct path *path) |
| 1282 | { |
| 1283 | while (d_mountpoint(path->dentry)) { |
| 1284 | struct vfsmount *mounted = lookup_mnt(path); |
| 1285 | if (!mounted) |
| 1286 | break; |
| 1287 | dput(path->dentry); |
| 1288 | mntput(path->mnt); |
| 1289 | path->mnt = mounted; |
| 1290 | path->dentry = dget(mounted->mnt_root); |
| 1291 | } |
| 1292 | } |
| 1293 | |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1294 | static void follow_dotdot(struct nameidata *nd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1295 | { |
Al Viro | 7bd8837 | 2014-09-13 21:55:46 -0400 | [diff] [blame] | 1296 | if (!nd->root.mnt) |
| 1297 | set_root(nd); |
Andreas Mohr | e518ddb | 2006-09-29 02:01:22 -0700 | [diff] [blame] | 1298 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1299 | while(1) { |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 1300 | struct dentry *old = nd->path.dentry; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1301 | |
Al Viro | 2a73787 | 2009-04-07 11:49:53 -0400 | [diff] [blame] | 1302 | if (nd->path.dentry == nd->root.dentry && |
| 1303 | nd->path.mnt == nd->root.mnt) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1304 | break; |
| 1305 | } |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 1306 | if (nd->path.dentry != nd->path.mnt->mnt_root) { |
Al Viro | 3088dd7 | 2010-01-30 15:47:29 -0500 | [diff] [blame] | 1307 | /* rare case of legitimate dget_parent()... */ |
| 1308 | nd->path.dentry = dget_parent(nd->path.dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1309 | dput(old); |
| 1310 | break; |
| 1311 | } |
Al Viro | 3088dd7 | 2010-01-30 15:47:29 -0500 | [diff] [blame] | 1312 | if (!follow_up(&nd->path)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1313 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1314 | } |
Al Viro | 79ed022 | 2009-04-18 13:59:41 -0400 | [diff] [blame] | 1315 | follow_mount(&nd->path); |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1316 | nd->inode = nd->path.dentry->d_inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1317 | } |
| 1318 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1319 | /* |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1320 | * This looks up the name in dcache, possibly revalidates the old dentry and |
| 1321 | * allocates a new one if not found or not valid. In the need_lookup argument |
| 1322 | * returns whether i_op->lookup is necessary. |
| 1323 | * |
| 1324 | * dir->d_inode->i_mutex must be held |
Nick Piggin | baa0389 | 2010-08-18 04:37:31 +1000 | [diff] [blame] | 1325 | */ |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1326 | static struct dentry *lookup_dcache(struct qstr *name, struct dentry *dir, |
Al Viro | 201f956 | 2012-06-22 12:42:10 +0400 | [diff] [blame] | 1327 | unsigned int flags, bool *need_lookup) |
Nick Piggin | baa0389 | 2010-08-18 04:37:31 +1000 | [diff] [blame] | 1328 | { |
Nick Piggin | baa0389 | 2010-08-18 04:37:31 +1000 | [diff] [blame] | 1329 | struct dentry *dentry; |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1330 | int error; |
Nick Piggin | baa0389 | 2010-08-18 04:37:31 +1000 | [diff] [blame] | 1331 | |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1332 | *need_lookup = false; |
| 1333 | dentry = d_lookup(dir, name); |
| 1334 | if (dentry) { |
Jeff Layton | 39e3c95 | 2012-11-28 11:30:53 -0500 | [diff] [blame] | 1335 | if (dentry->d_flags & DCACHE_OP_REVALIDATE) { |
Al Viro | 201f956 | 2012-06-22 12:42:10 +0400 | [diff] [blame] | 1336 | error = d_revalidate(dentry, flags); |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1337 | if (unlikely(error <= 0)) { |
| 1338 | if (error < 0) { |
| 1339 | dput(dentry); |
| 1340 | return ERR_PTR(error); |
Eric W. Biederman | 5542aa2 | 2014-02-13 09:46:25 -0800 | [diff] [blame] | 1341 | } else { |
| 1342 | d_invalidate(dentry); |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1343 | dput(dentry); |
| 1344 | dentry = NULL; |
| 1345 | } |
| 1346 | } |
| 1347 | } |
| 1348 | } |
Nick Piggin | baa0389 | 2010-08-18 04:37:31 +1000 | [diff] [blame] | 1349 | |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1350 | if (!dentry) { |
| 1351 | dentry = d_alloc(dir, name); |
| 1352 | if (unlikely(!dentry)) |
| 1353 | return ERR_PTR(-ENOMEM); |
Nick Piggin | baa0389 | 2010-08-18 04:37:31 +1000 | [diff] [blame] | 1354 | |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1355 | *need_lookup = true; |
Nick Piggin | baa0389 | 2010-08-18 04:37:31 +1000 | [diff] [blame] | 1356 | } |
| 1357 | return dentry; |
| 1358 | } |
| 1359 | |
| 1360 | /* |
J. Bruce Fields | 13a2c3b | 2013-10-23 16:09:16 -0400 | [diff] [blame] | 1361 | * Call i_op->lookup on the dentry. The dentry must be negative and |
| 1362 | * unhashed. |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1363 | * |
| 1364 | * dir->d_inode->i_mutex must be held |
Josef Bacik | 44396f4 | 2011-05-31 11:58:49 -0400 | [diff] [blame] | 1365 | */ |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1366 | static struct dentry *lookup_real(struct inode *dir, struct dentry *dentry, |
Al Viro | 72bd866 | 2012-06-10 17:17:17 -0400 | [diff] [blame] | 1367 | unsigned int flags) |
Josef Bacik | 44396f4 | 2011-05-31 11:58:49 -0400 | [diff] [blame] | 1368 | { |
Josef Bacik | 44396f4 | 2011-05-31 11:58:49 -0400 | [diff] [blame] | 1369 | struct dentry *old; |
| 1370 | |
| 1371 | /* Don't create child dentry for a dead directory. */ |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1372 | if (unlikely(IS_DEADDIR(dir))) { |
Miklos Szeredi | e188dc0 | 2012-02-03 14:25:18 +0100 | [diff] [blame] | 1373 | dput(dentry); |
Josef Bacik | 44396f4 | 2011-05-31 11:58:49 -0400 | [diff] [blame] | 1374 | return ERR_PTR(-ENOENT); |
Miklos Szeredi | e188dc0 | 2012-02-03 14:25:18 +0100 | [diff] [blame] | 1375 | } |
Josef Bacik | 44396f4 | 2011-05-31 11:58:49 -0400 | [diff] [blame] | 1376 | |
Al Viro | 72bd866 | 2012-06-10 17:17:17 -0400 | [diff] [blame] | 1377 | old = dir->i_op->lookup(dir, dentry, flags); |
Josef Bacik | 44396f4 | 2011-05-31 11:58:49 -0400 | [diff] [blame] | 1378 | if (unlikely(old)) { |
| 1379 | dput(dentry); |
| 1380 | dentry = old; |
| 1381 | } |
| 1382 | return dentry; |
| 1383 | } |
| 1384 | |
Al Viro | a325554 | 2012-03-30 14:41:51 -0400 | [diff] [blame] | 1385 | static struct dentry *__lookup_hash(struct qstr *name, |
Al Viro | 72bd866 | 2012-06-10 17:17:17 -0400 | [diff] [blame] | 1386 | struct dentry *base, unsigned int flags) |
Al Viro | a325554 | 2012-03-30 14:41:51 -0400 | [diff] [blame] | 1387 | { |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1388 | bool need_lookup; |
Al Viro | a325554 | 2012-03-30 14:41:51 -0400 | [diff] [blame] | 1389 | struct dentry *dentry; |
| 1390 | |
Al Viro | 72bd866 | 2012-06-10 17:17:17 -0400 | [diff] [blame] | 1391 | dentry = lookup_dcache(name, base, flags, &need_lookup); |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1392 | if (!need_lookup) |
| 1393 | return dentry; |
Al Viro | a325554 | 2012-03-30 14:41:51 -0400 | [diff] [blame] | 1394 | |
Al Viro | 72bd866 | 2012-06-10 17:17:17 -0400 | [diff] [blame] | 1395 | return lookup_real(base->d_inode, dentry, flags); |
Al Viro | a325554 | 2012-03-30 14:41:51 -0400 | [diff] [blame] | 1396 | } |
| 1397 | |
Josef Bacik | 44396f4 | 2011-05-31 11:58:49 -0400 | [diff] [blame] | 1398 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1399 | * It's more convoluted than I'd like it to be, but... it's still fairly |
| 1400 | * small and for now I'd prefer to have fast path as straight as possible. |
| 1401 | * It _is_ time-critical. |
| 1402 | */ |
Al Viro | e97cdc8 | 2013-01-24 18:16:00 -0500 | [diff] [blame] | 1403 | static int lookup_fast(struct nameidata *nd, |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1404 | struct path *path, struct inode **inode) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1405 | { |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 1406 | struct vfsmount *mnt = nd->path.mnt; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1407 | struct dentry *dentry, *parent = nd->path.dentry; |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1408 | int need_reval = 1; |
| 1409 | int status = 1; |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1410 | int err; |
| 1411 | |
Al Viro | 3cac260 | 2009-08-13 18:27:43 +0400 | [diff] [blame] | 1412 | /* |
Nick Piggin | b04f784 | 2010-08-18 04:37:34 +1000 | [diff] [blame] | 1413 | * Rename seqlock is not required here because in the off chance |
| 1414 | * of a false negative due to a concurrent rename, we're going to |
| 1415 | * do the non-racy lookup, below. |
| 1416 | */ |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1417 | if (nd->flags & LOOKUP_RCU) { |
| 1418 | unsigned seq; |
Linus Torvalds | da53be1 | 2013-05-21 15:22:44 -0700 | [diff] [blame] | 1419 | dentry = __d_lookup_rcu(parent, &nd->last, &seq); |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1420 | if (!dentry) |
| 1421 | goto unlazy; |
| 1422 | |
Linus Torvalds | 12f8ad4 | 2012-05-04 14:59:14 -0700 | [diff] [blame] | 1423 | /* |
| 1424 | * This sequence count validates that the inode matches |
| 1425 | * the dentry name information from lookup. |
| 1426 | */ |
| 1427 | *inode = dentry->d_inode; |
| 1428 | if (read_seqcount_retry(&dentry->d_seq, seq)) |
| 1429 | return -ECHILD; |
| 1430 | |
| 1431 | /* |
| 1432 | * This sequence count validates that the parent had no |
| 1433 | * changes while we did the lookup of the dentry above. |
| 1434 | * |
| 1435 | * The memory barrier in read_seqcount_begin of child is |
| 1436 | * enough, we can use __read_seqcount_retry here. |
| 1437 | */ |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1438 | if (__read_seqcount_retry(&parent->d_seq, nd->seq)) |
| 1439 | return -ECHILD; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1440 | nd->seq = seq; |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1441 | |
Al Viro | 2464308 | 2011-02-15 01:26:22 -0500 | [diff] [blame] | 1442 | if (unlikely(dentry->d_flags & DCACHE_OP_REVALIDATE)) { |
Al Viro | 4ce16ef3 | 2012-06-10 16:10:59 -0400 | [diff] [blame] | 1443 | status = d_revalidate(dentry, nd->flags); |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1444 | if (unlikely(status <= 0)) { |
| 1445 | if (status != -ECHILD) |
| 1446 | need_reval = 0; |
| 1447 | goto unlazy; |
| 1448 | } |
Al Viro | 2464308 | 2011-02-15 01:26:22 -0500 | [diff] [blame] | 1449 | } |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1450 | path->mnt = mnt; |
| 1451 | path->dentry = dentry; |
NeilBrown | b8faf03 | 2014-08-04 17:06:29 +1000 | [diff] [blame] | 1452 | if (likely(__follow_mount_rcu(nd, path, inode))) |
| 1453 | return 0; |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1454 | unlazy: |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 1455 | if (unlazy_walk(nd, dentry)) |
| 1456 | return -ECHILD; |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1457 | } else { |
Al Viro | e97cdc8 | 2013-01-24 18:16:00 -0500 | [diff] [blame] | 1458 | dentry = __d_lookup(parent, &nd->last); |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1459 | } |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1460 | |
Al Viro | 81e6f52 | 2012-03-30 14:48:04 -0400 | [diff] [blame] | 1461 | if (unlikely(!dentry)) |
| 1462 | goto need_lookup; |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1463 | |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1464 | if (unlikely(dentry->d_flags & DCACHE_OP_REVALIDATE) && need_reval) |
Al Viro | 4ce16ef3 | 2012-06-10 16:10:59 -0400 | [diff] [blame] | 1465 | status = d_revalidate(dentry, nd->flags); |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1466 | if (unlikely(status <= 0)) { |
| 1467 | if (status < 0) { |
| 1468 | dput(dentry); |
| 1469 | return status; |
| 1470 | } |
Eric W. Biederman | 5542aa2 | 2014-02-13 09:46:25 -0800 | [diff] [blame] | 1471 | d_invalidate(dentry); |
| 1472 | dput(dentry); |
| 1473 | goto need_lookup; |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1474 | } |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1475 | |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1476 | path->mnt = mnt; |
| 1477 | path->dentry = dentry; |
| 1478 | err = follow_managed(path, nd->flags); |
Ian Kent | 8931221 | 2011-01-18 12:06:10 +0800 | [diff] [blame] | 1479 | if (unlikely(err < 0)) { |
| 1480 | path_put_conditional(path, nd); |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1481 | return err; |
Ian Kent | 8931221 | 2011-01-18 12:06:10 +0800 | [diff] [blame] | 1482 | } |
Al Viro | a3fbbde | 2011-11-07 21:21:26 +0000 | [diff] [blame] | 1483 | if (err) |
| 1484 | nd->flags |= LOOKUP_JUMPED; |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1485 | *inode = path->dentry->d_inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1486 | return 0; |
Al Viro | 81e6f52 | 2012-03-30 14:48:04 -0400 | [diff] [blame] | 1487 | |
| 1488 | need_lookup: |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1489 | return 1; |
| 1490 | } |
| 1491 | |
| 1492 | /* Fast lookup failed, do it the slow way */ |
Al Viro | cc2a527 | 2013-01-24 18:19:49 -0500 | [diff] [blame] | 1493 | static int lookup_slow(struct nameidata *nd, struct path *path) |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1494 | { |
| 1495 | struct dentry *dentry, *parent; |
| 1496 | int err; |
| 1497 | |
| 1498 | parent = nd->path.dentry; |
Al Viro | 81e6f52 | 2012-03-30 14:48:04 -0400 | [diff] [blame] | 1499 | BUG_ON(nd->inode != parent->d_inode); |
| 1500 | |
| 1501 | mutex_lock(&parent->d_inode->i_mutex); |
Al Viro | cc2a527 | 2013-01-24 18:19:49 -0500 | [diff] [blame] | 1502 | dentry = __lookup_hash(&nd->last, parent, nd->flags); |
Al Viro | 81e6f52 | 2012-03-30 14:48:04 -0400 | [diff] [blame] | 1503 | mutex_unlock(&parent->d_inode->i_mutex); |
| 1504 | if (IS_ERR(dentry)) |
| 1505 | return PTR_ERR(dentry); |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1506 | path->mnt = nd->path.mnt; |
| 1507 | path->dentry = dentry; |
| 1508 | err = follow_managed(path, nd->flags); |
| 1509 | if (unlikely(err < 0)) { |
| 1510 | path_put_conditional(path, nd); |
| 1511 | return err; |
| 1512 | } |
| 1513 | if (err) |
| 1514 | nd->flags |= LOOKUP_JUMPED; |
| 1515 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1516 | } |
| 1517 | |
Al Viro | 52094c8 | 2011-02-21 21:34:47 -0500 | [diff] [blame] | 1518 | static inline int may_lookup(struct nameidata *nd) |
| 1519 | { |
| 1520 | if (nd->flags & LOOKUP_RCU) { |
Al Viro | 4ad5abb | 2011-06-20 19:57:03 -0400 | [diff] [blame] | 1521 | int err = inode_permission(nd->inode, MAY_EXEC|MAY_NOT_BLOCK); |
Al Viro | 52094c8 | 2011-02-21 21:34:47 -0500 | [diff] [blame] | 1522 | if (err != -ECHILD) |
| 1523 | return err; |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 1524 | if (unlazy_walk(nd, NULL)) |
Al Viro | 52094c8 | 2011-02-21 21:34:47 -0500 | [diff] [blame] | 1525 | return -ECHILD; |
| 1526 | } |
Al Viro | 4ad5abb | 2011-06-20 19:57:03 -0400 | [diff] [blame] | 1527 | return inode_permission(nd->inode, MAY_EXEC); |
Al Viro | 52094c8 | 2011-02-21 21:34:47 -0500 | [diff] [blame] | 1528 | } |
| 1529 | |
Al Viro | 9856fa1 | 2011-03-04 14:22:06 -0500 | [diff] [blame] | 1530 | static inline int handle_dots(struct nameidata *nd, int type) |
| 1531 | { |
| 1532 | if (type == LAST_DOTDOT) { |
| 1533 | if (nd->flags & LOOKUP_RCU) { |
| 1534 | if (follow_dotdot_rcu(nd)) |
| 1535 | return -ECHILD; |
| 1536 | } else |
| 1537 | follow_dotdot(nd); |
| 1538 | } |
| 1539 | return 0; |
| 1540 | } |
| 1541 | |
Al Viro | 951361f | 2011-03-04 14:44:37 -0500 | [diff] [blame] | 1542 | static void terminate_walk(struct nameidata *nd) |
| 1543 | { |
| 1544 | if (!(nd->flags & LOOKUP_RCU)) { |
| 1545 | path_put(&nd->path); |
| 1546 | } else { |
| 1547 | nd->flags &= ~LOOKUP_RCU; |
Al Viro | 5b6ca02 | 2011-03-09 23:04:47 -0500 | [diff] [blame] | 1548 | if (!(nd->flags & LOOKUP_ROOT)) |
| 1549 | nd->root.mnt = NULL; |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 1550 | rcu_read_unlock(); |
Al Viro | 951361f | 2011-03-04 14:44:37 -0500 | [diff] [blame] | 1551 | } |
| 1552 | } |
| 1553 | |
Linus Torvalds | 3ddcd05 | 2011-08-06 22:45:50 -0700 | [diff] [blame] | 1554 | /* |
| 1555 | * Do we need to follow links? We _really_ want to be able |
| 1556 | * to do this check without having to look at inode->i_op, |
| 1557 | * so we keep a cache of "no, this doesn't need follow_link" |
| 1558 | * for the common case. |
| 1559 | */ |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 1560 | static inline int should_follow_link(struct dentry *dentry, int follow) |
Linus Torvalds | 3ddcd05 | 2011-08-06 22:45:50 -0700 | [diff] [blame] | 1561 | { |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 1562 | return unlikely(d_is_symlink(dentry)) ? follow : 0; |
Linus Torvalds | 3ddcd05 | 2011-08-06 22:45:50 -0700 | [diff] [blame] | 1563 | } |
| 1564 | |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1565 | static inline int walk_component(struct nameidata *nd, struct path *path, |
Al Viro | 21b9b07 | 2013-01-24 18:10:25 -0500 | [diff] [blame] | 1566 | int follow) |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1567 | { |
| 1568 | struct inode *inode; |
| 1569 | int err; |
| 1570 | /* |
| 1571 | * "." and ".." are special - ".." especially so because it has |
| 1572 | * to be able to know about the current root directory and |
| 1573 | * parent relationships. |
| 1574 | */ |
Al Viro | 21b9b07 | 2013-01-24 18:10:25 -0500 | [diff] [blame] | 1575 | if (unlikely(nd->last_type != LAST_NORM)) |
| 1576 | return handle_dots(nd, nd->last_type); |
Al Viro | e97cdc8 | 2013-01-24 18:16:00 -0500 | [diff] [blame] | 1577 | err = lookup_fast(nd, path, &inode); |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1578 | if (unlikely(err)) { |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1579 | if (err < 0) |
| 1580 | goto out_err; |
| 1581 | |
Al Viro | cc2a527 | 2013-01-24 18:19:49 -0500 | [diff] [blame] | 1582 | err = lookup_slow(nd, path); |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1583 | if (err < 0) |
| 1584 | goto out_err; |
| 1585 | |
| 1586 | inode = path->dentry->d_inode; |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1587 | } |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1588 | err = -ENOENT; |
Al Viro | 2221331 | 2014-04-19 12:30:58 -0400 | [diff] [blame] | 1589 | if (!inode || d_is_negative(path->dentry)) |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1590 | goto out_path_put; |
| 1591 | |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 1592 | if (should_follow_link(path->dentry, follow)) { |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 1593 | if (nd->flags & LOOKUP_RCU) { |
| 1594 | if (unlikely(unlazy_walk(nd, path->dentry))) { |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1595 | err = -ECHILD; |
| 1596 | goto out_err; |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 1597 | } |
| 1598 | } |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1599 | BUG_ON(inode != path->dentry->d_inode); |
| 1600 | return 1; |
| 1601 | } |
| 1602 | path_to_nameidata(path, nd); |
| 1603 | nd->inode = inode; |
| 1604 | return 0; |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1605 | |
| 1606 | out_path_put: |
| 1607 | path_to_nameidata(path, nd); |
| 1608 | out_err: |
| 1609 | terminate_walk(nd); |
| 1610 | return err; |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1611 | } |
| 1612 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1613 | /* |
Al Viro | b356379 | 2011-03-14 21:54:55 -0400 | [diff] [blame] | 1614 | * This limits recursive symlink follows to 8, while |
| 1615 | * limiting consecutive symlinks to 40. |
| 1616 | * |
| 1617 | * Without that kind of total limit, nasty chains of consecutive |
| 1618 | * symlinks can cause almost arbitrarily long lookups. |
| 1619 | */ |
| 1620 | static inline int nested_symlink(struct path *path, struct nameidata *nd) |
| 1621 | { |
| 1622 | int res; |
| 1623 | |
Al Viro | b356379 | 2011-03-14 21:54:55 -0400 | [diff] [blame] | 1624 | if (unlikely(current->link_count >= MAX_NESTED_LINKS)) { |
| 1625 | path_put_conditional(path, nd); |
| 1626 | path_put(&nd->path); |
| 1627 | return -ELOOP; |
| 1628 | } |
Erez Zadok | 1a4022f | 2011-05-21 01:19:59 -0400 | [diff] [blame] | 1629 | BUG_ON(nd->depth >= MAX_NESTED_LINKS); |
Al Viro | b356379 | 2011-03-14 21:54:55 -0400 | [diff] [blame] | 1630 | |
| 1631 | nd->depth++; |
| 1632 | current->link_count++; |
| 1633 | |
| 1634 | do { |
| 1635 | struct path link = *path; |
| 1636 | void *cookie; |
Al Viro | 574197e | 2011-03-14 22:20:34 -0400 | [diff] [blame] | 1637 | |
| 1638 | res = follow_link(&link, nd, &cookie); |
Al Viro | 6d7b5aa | 2012-06-10 04:15:17 -0400 | [diff] [blame] | 1639 | if (res) |
| 1640 | break; |
Al Viro | 21b9b07 | 2013-01-24 18:10:25 -0500 | [diff] [blame] | 1641 | res = walk_component(nd, path, LOOKUP_FOLLOW); |
Al Viro | 574197e | 2011-03-14 22:20:34 -0400 | [diff] [blame] | 1642 | put_link(nd, &link, cookie); |
Al Viro | b356379 | 2011-03-14 21:54:55 -0400 | [diff] [blame] | 1643 | } while (res > 0); |
| 1644 | |
| 1645 | current->link_count--; |
| 1646 | nd->depth--; |
| 1647 | return res; |
| 1648 | } |
| 1649 | |
| 1650 | /* |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1651 | * We can do the critical dentry name comparison and hashing |
| 1652 | * operations one word at a time, but we are limited to: |
| 1653 | * |
| 1654 | * - Architectures with fast unaligned word accesses. We could |
| 1655 | * do a "get_unaligned()" if this helps and is sufficiently |
| 1656 | * fast. |
| 1657 | * |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1658 | * - non-CONFIG_DEBUG_PAGEALLOC configurations (so that we |
| 1659 | * do not trap on the (extremely unlikely) case of a page |
| 1660 | * crossing operation. |
| 1661 | * |
| 1662 | * - Furthermore, we need an efficient 64-bit compile for the |
| 1663 | * 64-bit case in order to generate the "number of bytes in |
| 1664 | * the final mask". Again, that could be replaced with a |
| 1665 | * efficient population count instruction or similar. |
| 1666 | */ |
| 1667 | #ifdef CONFIG_DCACHE_WORD_ACCESS |
| 1668 | |
Linus Torvalds | f68e556 | 2012-04-06 13:54:56 -0700 | [diff] [blame] | 1669 | #include <asm/word-at-a-time.h> |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1670 | |
Linus Torvalds | f68e556 | 2012-04-06 13:54:56 -0700 | [diff] [blame] | 1671 | #ifdef CONFIG_64BIT |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1672 | |
| 1673 | static inline unsigned int fold_hash(unsigned long hash) |
| 1674 | { |
Linus Torvalds | 99d263d | 2014-09-13 11:30:10 -0700 | [diff] [blame] | 1675 | return hash_64(hash, 32); |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1676 | } |
| 1677 | |
| 1678 | #else /* 32-bit case */ |
| 1679 | |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1680 | #define fold_hash(x) (x) |
| 1681 | |
| 1682 | #endif |
| 1683 | |
| 1684 | unsigned int full_name_hash(const unsigned char *name, unsigned int len) |
| 1685 | { |
| 1686 | unsigned long a, mask; |
| 1687 | unsigned long hash = 0; |
| 1688 | |
| 1689 | for (;;) { |
Linus Torvalds | e419b4c | 2012-05-03 10:16:43 -0700 | [diff] [blame] | 1690 | a = load_unaligned_zeropad(name); |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1691 | if (len < sizeof(unsigned long)) |
| 1692 | break; |
| 1693 | hash += a; |
Al Viro | f132c5b | 2012-03-22 21:59:52 +0000 | [diff] [blame] | 1694 | hash *= 9; |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1695 | name += sizeof(unsigned long); |
| 1696 | len -= sizeof(unsigned long); |
| 1697 | if (!len) |
| 1698 | goto done; |
| 1699 | } |
Will Deacon | a5c21dc | 2013-12-12 17:40:21 +0000 | [diff] [blame] | 1700 | mask = bytemask_from_count(len); |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1701 | hash += mask & a; |
| 1702 | done: |
| 1703 | return fold_hash(hash); |
| 1704 | } |
| 1705 | EXPORT_SYMBOL(full_name_hash); |
| 1706 | |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1707 | /* |
| 1708 | * Calculate the length and hash of the path component, and |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1709 | * return the "hash_len" as the result. |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1710 | */ |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1711 | static inline u64 hash_name(const char *name) |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1712 | { |
Linus Torvalds | 36126f8 | 2012-05-26 10:43:17 -0700 | [diff] [blame] | 1713 | unsigned long a, b, adata, bdata, mask, hash, len; |
| 1714 | const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1715 | |
| 1716 | hash = a = 0; |
| 1717 | len = -sizeof(unsigned long); |
| 1718 | do { |
| 1719 | hash = (hash + a) * 9; |
| 1720 | len += sizeof(unsigned long); |
Linus Torvalds | e419b4c | 2012-05-03 10:16:43 -0700 | [diff] [blame] | 1721 | a = load_unaligned_zeropad(name+len); |
Linus Torvalds | 36126f8 | 2012-05-26 10:43:17 -0700 | [diff] [blame] | 1722 | b = a ^ REPEAT_BYTE('/'); |
| 1723 | } while (!(has_zero(a, &adata, &constants) | has_zero(b, &bdata, &constants))); |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1724 | |
Linus Torvalds | 36126f8 | 2012-05-26 10:43:17 -0700 | [diff] [blame] | 1725 | adata = prep_zero_mask(a, adata, &constants); |
| 1726 | bdata = prep_zero_mask(b, bdata, &constants); |
| 1727 | |
| 1728 | mask = create_zero_mask(adata | bdata); |
| 1729 | |
| 1730 | hash += a & zero_bytemask(mask); |
Linus Torvalds | 9226b5b | 2014-09-14 17:28:32 -0700 | [diff] [blame] | 1731 | len += find_zero(mask); |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1732 | return hashlen_create(fold_hash(hash), len); |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1733 | } |
| 1734 | |
| 1735 | #else |
| 1736 | |
Linus Torvalds | 0145acc | 2012-03-02 14:32:59 -0800 | [diff] [blame] | 1737 | unsigned int full_name_hash(const unsigned char *name, unsigned int len) |
| 1738 | { |
| 1739 | unsigned long hash = init_name_hash(); |
| 1740 | while (len--) |
| 1741 | hash = partial_name_hash(*name++, hash); |
| 1742 | return end_name_hash(hash); |
| 1743 | } |
Linus Torvalds | ae942ae | 2012-03-02 19:40:57 -0800 | [diff] [blame] | 1744 | EXPORT_SYMBOL(full_name_hash); |
Linus Torvalds | 0145acc | 2012-03-02 14:32:59 -0800 | [diff] [blame] | 1745 | |
Linus Torvalds | 3ddcd05 | 2011-08-06 22:45:50 -0700 | [diff] [blame] | 1746 | /* |
Linus Torvalds | 200e9ef | 2012-03-02 14:49:24 -0800 | [diff] [blame] | 1747 | * We know there's a real path component here of at least |
| 1748 | * one character. |
| 1749 | */ |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1750 | static inline u64 hash_name(const char *name) |
Linus Torvalds | 200e9ef | 2012-03-02 14:49:24 -0800 | [diff] [blame] | 1751 | { |
| 1752 | unsigned long hash = init_name_hash(); |
| 1753 | unsigned long len = 0, c; |
| 1754 | |
| 1755 | c = (unsigned char)*name; |
| 1756 | do { |
| 1757 | len++; |
| 1758 | hash = partial_name_hash(c, hash); |
| 1759 | c = (unsigned char)name[len]; |
| 1760 | } while (c && c != '/'); |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1761 | return hashlen_create(end_name_hash(hash), len); |
Linus Torvalds | 200e9ef | 2012-03-02 14:49:24 -0800 | [diff] [blame] | 1762 | } |
| 1763 | |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1764 | #endif |
| 1765 | |
Linus Torvalds | 200e9ef | 2012-03-02 14:49:24 -0800 | [diff] [blame] | 1766 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1767 | * Name resolution. |
Prasanna Meda | ea3834d | 2005-04-29 16:00:17 +0100 | [diff] [blame] | 1768 | * This is the basic name resolution function, turning a pathname into |
| 1769 | * the final dentry. We expect 'base' to be positive and a directory. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1770 | * |
Prasanna Meda | ea3834d | 2005-04-29 16:00:17 +0100 | [diff] [blame] | 1771 | * Returns 0 and nd will have valid dentry and mnt on success. |
| 1772 | * Returns error and drops reference to input namei data on failure. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1773 | */ |
Al Viro | 6de88d7 | 2009-08-09 01:41:57 +0400 | [diff] [blame] | 1774 | static int link_path_walk(const char *name, struct nameidata *nd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1775 | { |
| 1776 | struct path next; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1777 | int err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1778 | |
| 1779 | while (*name=='/') |
| 1780 | name++; |
| 1781 | if (!*name) |
Al Viro | 086e183 | 2011-02-22 20:56:27 -0500 | [diff] [blame] | 1782 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1783 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1784 | /* At this point we know we have a real path component. */ |
| 1785 | for(;;) { |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1786 | u64 hash_len; |
Al Viro | fe479a5 | 2011-02-22 15:10:03 -0500 | [diff] [blame] | 1787 | int type; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1788 | |
Al Viro | 52094c8 | 2011-02-21 21:34:47 -0500 | [diff] [blame] | 1789 | err = may_lookup(nd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1790 | if (err) |
| 1791 | break; |
| 1792 | |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1793 | hash_len = hash_name(name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1794 | |
Al Viro | fe479a5 | 2011-02-22 15:10:03 -0500 | [diff] [blame] | 1795 | type = LAST_NORM; |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1796 | if (name[0] == '.') switch (hashlen_len(hash_len)) { |
Al Viro | fe479a5 | 2011-02-22 15:10:03 -0500 | [diff] [blame] | 1797 | case 2: |
Linus Torvalds | 200e9ef | 2012-03-02 14:49:24 -0800 | [diff] [blame] | 1798 | if (name[1] == '.') { |
Al Viro | fe479a5 | 2011-02-22 15:10:03 -0500 | [diff] [blame] | 1799 | type = LAST_DOTDOT; |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 1800 | nd->flags |= LOOKUP_JUMPED; |
| 1801 | } |
Al Viro | fe479a5 | 2011-02-22 15:10:03 -0500 | [diff] [blame] | 1802 | break; |
| 1803 | case 1: |
| 1804 | type = LAST_DOT; |
| 1805 | } |
Al Viro | 5a202bc | 2011-03-08 14:17:44 -0500 | [diff] [blame] | 1806 | if (likely(type == LAST_NORM)) { |
| 1807 | struct dentry *parent = nd->path.dentry; |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 1808 | nd->flags &= ~LOOKUP_JUMPED; |
Al Viro | 5a202bc | 2011-03-08 14:17:44 -0500 | [diff] [blame] | 1809 | if (unlikely(parent->d_flags & DCACHE_OP_HASH)) { |
James Hogan | a060dc5 | 2014-09-16 13:07:35 +0100 | [diff] [blame] | 1810 | struct qstr this = { { .hash_len = hash_len }, .name = name }; |
Linus Torvalds | da53be1 | 2013-05-21 15:22:44 -0700 | [diff] [blame] | 1811 | err = parent->d_op->d_hash(parent, &this); |
Al Viro | 5a202bc | 2011-03-08 14:17:44 -0500 | [diff] [blame] | 1812 | if (err < 0) |
| 1813 | break; |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1814 | hash_len = this.hash_len; |
| 1815 | name = this.name; |
Al Viro | 5a202bc | 2011-03-08 14:17:44 -0500 | [diff] [blame] | 1816 | } |
| 1817 | } |
Al Viro | fe479a5 | 2011-02-22 15:10:03 -0500 | [diff] [blame] | 1818 | |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1819 | nd->last.hash_len = hash_len; |
| 1820 | nd->last.name = name; |
Al Viro | 5f4a6a6 | 2013-01-24 18:04:22 -0500 | [diff] [blame] | 1821 | nd->last_type = type; |
| 1822 | |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1823 | name += hashlen_len(hash_len); |
| 1824 | if (!*name) |
Al Viro | 5f4a6a6 | 2013-01-24 18:04:22 -0500 | [diff] [blame] | 1825 | return 0; |
Linus Torvalds | 200e9ef | 2012-03-02 14:49:24 -0800 | [diff] [blame] | 1826 | /* |
| 1827 | * If it wasn't NUL, we know it was '/'. Skip that |
| 1828 | * slash, and continue until no more slashes. |
| 1829 | */ |
| 1830 | do { |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1831 | name++; |
| 1832 | } while (unlikely(*name == '/')); |
| 1833 | if (!*name) |
Al Viro | 5f4a6a6 | 2013-01-24 18:04:22 -0500 | [diff] [blame] | 1834 | return 0; |
| 1835 | |
Al Viro | 21b9b07 | 2013-01-24 18:10:25 -0500 | [diff] [blame] | 1836 | err = walk_component(nd, &next, LOOKUP_FOLLOW); |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1837 | if (err < 0) |
| 1838 | return err; |
Al Viro | fe479a5 | 2011-02-22 15:10:03 -0500 | [diff] [blame] | 1839 | |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1840 | if (err) { |
Al Viro | b356379 | 2011-03-14 21:54:55 -0400 | [diff] [blame] | 1841 | err = nested_symlink(&next, nd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1842 | if (err) |
Al Viro | a7472ba | 2011-03-04 14:39:30 -0500 | [diff] [blame] | 1843 | return err; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1844 | } |
Miklos Szeredi | 44b1d53 | 2014-04-01 17:08:41 +0200 | [diff] [blame] | 1845 | if (!d_can_lookup(nd->path.dentry)) { |
Al Viro | 5f4a6a6 | 2013-01-24 18:04:22 -0500 | [diff] [blame] | 1846 | err = -ENOTDIR; |
| 1847 | break; |
| 1848 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1849 | } |
Al Viro | 951361f | 2011-03-04 14:44:37 -0500 | [diff] [blame] | 1850 | terminate_walk(nd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1851 | return err; |
| 1852 | } |
| 1853 | |
Al Viro | 70e9b35 | 2011-03-05 21:12:22 -0500 | [diff] [blame] | 1854 | static int path_init(int dfd, const char *name, unsigned int flags, |
Al Viro | 5e53084 | 2014-11-20 14:14:42 -0500 | [diff] [blame] | 1855 | struct nameidata *nd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1856 | { |
Prasanna Meda | ea3834d | 2005-04-29 16:00:17 +0100 | [diff] [blame] | 1857 | int retval = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1858 | |
| 1859 | nd->last_type = LAST_ROOT; /* if there are only slashes... */ |
Al Viro | 980f3ea | 2014-11-20 14:20:24 -0500 | [diff] [blame] | 1860 | nd->flags = flags | LOOKUP_JUMPED | LOOKUP_PARENT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1861 | nd->depth = 0; |
Al Viro | 5e53084 | 2014-11-20 14:14:42 -0500 | [diff] [blame] | 1862 | nd->base = NULL; |
Al Viro | 5b6ca02 | 2011-03-09 23:04:47 -0500 | [diff] [blame] | 1863 | if (flags & LOOKUP_ROOT) { |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 1864 | struct dentry *root = nd->root.dentry; |
| 1865 | struct inode *inode = root->d_inode; |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 1866 | if (*name) { |
Miklos Szeredi | 44b1d53 | 2014-04-01 17:08:41 +0200 | [diff] [blame] | 1867 | if (!d_can_lookup(root)) |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 1868 | return -ENOTDIR; |
| 1869 | retval = inode_permission(inode, MAY_EXEC); |
| 1870 | if (retval) |
| 1871 | return retval; |
| 1872 | } |
Al Viro | 5b6ca02 | 2011-03-09 23:04:47 -0500 | [diff] [blame] | 1873 | nd->path = nd->root; |
| 1874 | nd->inode = inode; |
| 1875 | if (flags & LOOKUP_RCU) { |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 1876 | rcu_read_lock(); |
Al Viro | 5b6ca02 | 2011-03-09 23:04:47 -0500 | [diff] [blame] | 1877 | nd->seq = __read_seqcount_begin(&nd->path.dentry->d_seq); |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 1878 | nd->m_seq = read_seqbegin(&mount_lock); |
Al Viro | 5b6ca02 | 2011-03-09 23:04:47 -0500 | [diff] [blame] | 1879 | } else { |
| 1880 | path_get(&nd->path); |
| 1881 | } |
Al Viro | d465887 | 2014-11-20 14:23:33 -0500 | [diff] [blame] | 1882 | goto done; |
Al Viro | 5b6ca02 | 2011-03-09 23:04:47 -0500 | [diff] [blame] | 1883 | } |
| 1884 | |
Al Viro | 2a73787 | 2009-04-07 11:49:53 -0400 | [diff] [blame] | 1885 | nd->root.mnt = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1886 | |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 1887 | nd->m_seq = read_seqbegin(&mount_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1888 | if (*name=='/') { |
Al Viro | e41f7d4 | 2011-02-22 14:02:58 -0500 | [diff] [blame] | 1889 | if (flags & LOOKUP_RCU) { |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 1890 | rcu_read_lock(); |
Al Viro | 7bd8837 | 2014-09-13 21:55:46 -0400 | [diff] [blame] | 1891 | nd->seq = set_root_rcu(nd); |
Al Viro | e41f7d4 | 2011-02-22 14:02:58 -0500 | [diff] [blame] | 1892 | } else { |
| 1893 | set_root(nd); |
| 1894 | path_get(&nd->root); |
| 1895 | } |
Al Viro | 2a73787 | 2009-04-07 11:49:53 -0400 | [diff] [blame] | 1896 | nd->path = nd->root; |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 1897 | } else if (dfd == AT_FDCWD) { |
Al Viro | e41f7d4 | 2011-02-22 14:02:58 -0500 | [diff] [blame] | 1898 | if (flags & LOOKUP_RCU) { |
| 1899 | struct fs_struct *fs = current->fs; |
| 1900 | unsigned seq; |
| 1901 | |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 1902 | rcu_read_lock(); |
Al Viro | e41f7d4 | 2011-02-22 14:02:58 -0500 | [diff] [blame] | 1903 | |
| 1904 | do { |
| 1905 | seq = read_seqcount_begin(&fs->seq); |
| 1906 | nd->path = fs->pwd; |
| 1907 | nd->seq = __read_seqcount_begin(&nd->path.dentry->d_seq); |
| 1908 | } while (read_seqcount_retry(&fs->seq, seq)); |
| 1909 | } else { |
| 1910 | get_fs_pwd(current->fs, &nd->path); |
| 1911 | } |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 1912 | } else { |
Jeff Layton | 582aa64 | 2012-12-11 08:56:16 -0500 | [diff] [blame] | 1913 | /* Caller must check execute permissions on the starting path component */ |
Al Viro | 2903ff0 | 2012-08-28 12:52:22 -0400 | [diff] [blame] | 1914 | struct fd f = fdget_raw(dfd); |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 1915 | struct dentry *dentry; |
| 1916 | |
Al Viro | 2903ff0 | 2012-08-28 12:52:22 -0400 | [diff] [blame] | 1917 | if (!f.file) |
| 1918 | return -EBADF; |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 1919 | |
Al Viro | 2903ff0 | 2012-08-28 12:52:22 -0400 | [diff] [blame] | 1920 | dentry = f.file->f_path.dentry; |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 1921 | |
Al Viro | f52e0c1 | 2011-03-14 18:56:51 -0400 | [diff] [blame] | 1922 | if (*name) { |
Miklos Szeredi | 44b1d53 | 2014-04-01 17:08:41 +0200 | [diff] [blame] | 1923 | if (!d_can_lookup(dentry)) { |
Al Viro | 2903ff0 | 2012-08-28 12:52:22 -0400 | [diff] [blame] | 1924 | fdput(f); |
| 1925 | return -ENOTDIR; |
| 1926 | } |
Al Viro | f52e0c1 | 2011-03-14 18:56:51 -0400 | [diff] [blame] | 1927 | } |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 1928 | |
Al Viro | 2903ff0 | 2012-08-28 12:52:22 -0400 | [diff] [blame] | 1929 | nd->path = f.file->f_path; |
Al Viro | e41f7d4 | 2011-02-22 14:02:58 -0500 | [diff] [blame] | 1930 | if (flags & LOOKUP_RCU) { |
Linus Torvalds | 9c225f2 | 2014-03-03 09:36:58 -0800 | [diff] [blame] | 1931 | if (f.flags & FDPUT_FPUT) |
Al Viro | 5e53084 | 2014-11-20 14:14:42 -0500 | [diff] [blame] | 1932 | nd->base = f.file; |
Al Viro | e41f7d4 | 2011-02-22 14:02:58 -0500 | [diff] [blame] | 1933 | nd->seq = __read_seqcount_begin(&nd->path.dentry->d_seq); |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 1934 | rcu_read_lock(); |
Al Viro | e41f7d4 | 2011-02-22 14:02:58 -0500 | [diff] [blame] | 1935 | } else { |
Al Viro | 2903ff0 | 2012-08-28 12:52:22 -0400 | [diff] [blame] | 1936 | path_get(&nd->path); |
| 1937 | fdput(f); |
Al Viro | e41f7d4 | 2011-02-22 14:02:58 -0500 | [diff] [blame] | 1938 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1939 | } |
Al Viro | e41f7d4 | 2011-02-22 14:02:58 -0500 | [diff] [blame] | 1940 | |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1941 | nd->inode = nd->path.dentry->d_inode; |
Al Viro | 4023bfc | 2014-09-13 21:59:43 -0400 | [diff] [blame] | 1942 | if (!(flags & LOOKUP_RCU)) |
Al Viro | d465887 | 2014-11-20 14:23:33 -0500 | [diff] [blame] | 1943 | goto done; |
Al Viro | 4023bfc | 2014-09-13 21:59:43 -0400 | [diff] [blame] | 1944 | if (likely(!read_seqcount_retry(&nd->path.dentry->d_seq, nd->seq))) |
Al Viro | d465887 | 2014-11-20 14:23:33 -0500 | [diff] [blame] | 1945 | goto done; |
Al Viro | 4023bfc | 2014-09-13 21:59:43 -0400 | [diff] [blame] | 1946 | if (!(nd->flags & LOOKUP_ROOT)) |
| 1947 | nd->root.mnt = NULL; |
| 1948 | rcu_read_unlock(); |
| 1949 | return -ECHILD; |
Al Viro | d465887 | 2014-11-20 14:23:33 -0500 | [diff] [blame] | 1950 | done: |
| 1951 | current->total_link_count = 0; |
| 1952 | return link_path_walk(name, nd); |
Al Viro | 9b4a9b1 | 2009-04-07 11:44:16 -0400 | [diff] [blame] | 1953 | } |
| 1954 | |
Al Viro | 893b777 | 2014-11-20 14:18:09 -0500 | [diff] [blame] | 1955 | static void path_cleanup(struct nameidata *nd) |
| 1956 | { |
| 1957 | if (nd->root.mnt && !(nd->flags & LOOKUP_ROOT)) { |
| 1958 | path_put(&nd->root); |
| 1959 | nd->root.mnt = NULL; |
| 1960 | } |
| 1961 | if (unlikely(nd->base)) |
| 1962 | fput(nd->base); |
Al Viro | 9b4a9b1 | 2009-04-07 11:44:16 -0400 | [diff] [blame] | 1963 | } |
| 1964 | |
Al Viro | bd92d7f | 2011-03-14 19:54:59 -0400 | [diff] [blame] | 1965 | static inline int lookup_last(struct nameidata *nd, struct path *path) |
| 1966 | { |
| 1967 | if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) |
| 1968 | nd->flags |= LOOKUP_FOLLOW | LOOKUP_DIRECTORY; |
| 1969 | |
| 1970 | nd->flags &= ~LOOKUP_PARENT; |
Al Viro | 21b9b07 | 2013-01-24 18:10:25 -0500 | [diff] [blame] | 1971 | return walk_component(nd, path, nd->flags & LOOKUP_FOLLOW); |
Al Viro | bd92d7f | 2011-03-14 19:54:59 -0400 | [diff] [blame] | 1972 | } |
| 1973 | |
Al Viro | 9b4a9b1 | 2009-04-07 11:44:16 -0400 | [diff] [blame] | 1974 | /* Returns 0 and nd will be valid on success; Retuns error, otherwise. */ |
Al Viro | ee0827c | 2011-02-21 23:38:09 -0500 | [diff] [blame] | 1975 | static int path_lookupat(int dfd, const char *name, |
Al Viro | 9b4a9b1 | 2009-04-07 11:44:16 -0400 | [diff] [blame] | 1976 | unsigned int flags, struct nameidata *nd) |
| 1977 | { |
Al Viro | bd92d7f | 2011-03-14 19:54:59 -0400 | [diff] [blame] | 1978 | struct path path; |
| 1979 | int err; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1980 | |
| 1981 | /* |
| 1982 | * Path walking is largely split up into 2 different synchronisation |
| 1983 | * schemes, rcu-walk and ref-walk (explained in |
| 1984 | * Documentation/filesystems/path-lookup.txt). These share much of the |
| 1985 | * path walk code, but some things particularly setup, cleanup, and |
| 1986 | * following mounts are sufficiently divergent that functions are |
| 1987 | * duplicated. Typically there is a function foo(), and its RCU |
| 1988 | * analogue, foo_rcu(). |
| 1989 | * |
| 1990 | * -ECHILD is the error number of choice (just to avoid clashes) that |
| 1991 | * is returned if some aspect of an rcu-walk fails. Such an error must |
| 1992 | * be handled by restarting a traditional ref-walk (which will always |
| 1993 | * be able to complete). |
| 1994 | */ |
Al Viro | 980f3ea | 2014-11-20 14:20:24 -0500 | [diff] [blame] | 1995 | err = path_init(dfd, name, flags, nd); |
Al Viro | bd92d7f | 2011-03-14 19:54:59 -0400 | [diff] [blame] | 1996 | if (!err && !(flags & LOOKUP_PARENT)) { |
Al Viro | bd92d7f | 2011-03-14 19:54:59 -0400 | [diff] [blame] | 1997 | err = lookup_last(nd, &path); |
| 1998 | while (err > 0) { |
| 1999 | void *cookie; |
| 2000 | struct path link = path; |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 2001 | err = may_follow_link(&link, nd); |
| 2002 | if (unlikely(err)) |
| 2003 | break; |
Al Viro | bd92d7f | 2011-03-14 19:54:59 -0400 | [diff] [blame] | 2004 | nd->flags |= LOOKUP_PARENT; |
Al Viro | 574197e | 2011-03-14 22:20:34 -0400 | [diff] [blame] | 2005 | err = follow_link(&link, nd, &cookie); |
Al Viro | 6d7b5aa | 2012-06-10 04:15:17 -0400 | [diff] [blame] | 2006 | if (err) |
| 2007 | break; |
| 2008 | err = lookup_last(nd, &path); |
Al Viro | 574197e | 2011-03-14 22:20:34 -0400 | [diff] [blame] | 2009 | put_link(nd, &link, cookie); |
Al Viro | bd92d7f | 2011-03-14 19:54:59 -0400 | [diff] [blame] | 2010 | } |
| 2011 | } |
Al Viro | ee0827c | 2011-02-21 23:38:09 -0500 | [diff] [blame] | 2012 | |
Al Viro | 9f1fafe | 2011-03-25 11:00:12 -0400 | [diff] [blame] | 2013 | if (!err) |
| 2014 | err = complete_walk(nd); |
Al Viro | bd92d7f | 2011-03-14 19:54:59 -0400 | [diff] [blame] | 2015 | |
| 2016 | if (!err && nd->flags & LOOKUP_DIRECTORY) { |
Miklos Szeredi | 44b1d53 | 2014-04-01 17:08:41 +0200 | [diff] [blame] | 2017 | if (!d_can_lookup(nd->path.dentry)) { |
Al Viro | bd92d7f | 2011-03-14 19:54:59 -0400 | [diff] [blame] | 2018 | path_put(&nd->path); |
Al Viro | bd23a53 | 2011-03-23 09:56:30 -0400 | [diff] [blame] | 2019 | err = -ENOTDIR; |
Al Viro | bd92d7f | 2011-03-14 19:54:59 -0400 | [diff] [blame] | 2020 | } |
| 2021 | } |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 2022 | |
Al Viro | 893b777 | 2014-11-20 14:18:09 -0500 | [diff] [blame] | 2023 | path_cleanup(nd); |
Al Viro | bd92d7f | 2011-03-14 19:54:59 -0400 | [diff] [blame] | 2024 | return err; |
Al Viro | ee0827c | 2011-02-21 23:38:09 -0500 | [diff] [blame] | 2025 | } |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 2026 | |
Jeff Layton | 873f1ee | 2012-10-10 15:25:29 -0400 | [diff] [blame] | 2027 | static int filename_lookup(int dfd, struct filename *name, |
| 2028 | unsigned int flags, struct nameidata *nd) |
| 2029 | { |
| 2030 | int retval = path_lookupat(dfd, name->name, flags | LOOKUP_RCU, nd); |
| 2031 | if (unlikely(retval == -ECHILD)) |
| 2032 | retval = path_lookupat(dfd, name->name, flags, nd); |
| 2033 | if (unlikely(retval == -ESTALE)) |
| 2034 | retval = path_lookupat(dfd, name->name, |
| 2035 | flags | LOOKUP_REVAL, nd); |
| 2036 | |
| 2037 | if (likely(!retval)) |
Jeff Layton | adb5c24 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 2038 | audit_inode(name, nd->path.dentry, flags & LOOKUP_PARENT); |
Jeff Layton | 873f1ee | 2012-10-10 15:25:29 -0400 | [diff] [blame] | 2039 | return retval; |
| 2040 | } |
| 2041 | |
Al Viro | ee0827c | 2011-02-21 23:38:09 -0500 | [diff] [blame] | 2042 | static int do_path_lookup(int dfd, const char *name, |
| 2043 | unsigned int flags, struct nameidata *nd) |
| 2044 | { |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 2045 | struct filename *filename = getname_kernel(name); |
| 2046 | int retval = PTR_ERR(filename); |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 2047 | |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 2048 | if (!IS_ERR(filename)) { |
| 2049 | retval = filename_lookup(dfd, filename, flags, nd); |
| 2050 | putname(filename); |
| 2051 | } |
| 2052 | return retval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2053 | } |
| 2054 | |
Al Viro | 79714f7 | 2012-06-15 03:01:42 +0400 | [diff] [blame] | 2055 | /* does lookup, returns the object with parent locked */ |
| 2056 | struct dentry *kern_path_locked(const char *name, struct path *path) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 2057 | { |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 2058 | struct filename *filename = getname_kernel(name); |
Al Viro | 79714f7 | 2012-06-15 03:01:42 +0400 | [diff] [blame] | 2059 | struct nameidata nd; |
| 2060 | struct dentry *d; |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 2061 | int err; |
| 2062 | |
| 2063 | if (IS_ERR(filename)) |
| 2064 | return ERR_CAST(filename); |
| 2065 | |
| 2066 | err = filename_lookup(AT_FDCWD, filename, LOOKUP_PARENT, &nd); |
| 2067 | if (err) { |
| 2068 | d = ERR_PTR(err); |
| 2069 | goto out; |
| 2070 | } |
Al Viro | 79714f7 | 2012-06-15 03:01:42 +0400 | [diff] [blame] | 2071 | if (nd.last_type != LAST_NORM) { |
| 2072 | path_put(&nd.path); |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 2073 | d = ERR_PTR(-EINVAL); |
| 2074 | goto out; |
Al Viro | 79714f7 | 2012-06-15 03:01:42 +0400 | [diff] [blame] | 2075 | } |
| 2076 | mutex_lock_nested(&nd.path.dentry->d_inode->i_mutex, I_MUTEX_PARENT); |
Al Viro | 1e0ea00 | 2012-07-22 23:46:21 +0400 | [diff] [blame] | 2077 | d = __lookup_hash(&nd.last, nd.path.dentry, 0); |
Al Viro | 79714f7 | 2012-06-15 03:01:42 +0400 | [diff] [blame] | 2078 | if (IS_ERR(d)) { |
| 2079 | mutex_unlock(&nd.path.dentry->d_inode->i_mutex); |
| 2080 | path_put(&nd.path); |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 2081 | goto out; |
Al Viro | 79714f7 | 2012-06-15 03:01:42 +0400 | [diff] [blame] | 2082 | } |
| 2083 | *path = nd.path; |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 2084 | out: |
| 2085 | putname(filename); |
Al Viro | 79714f7 | 2012-06-15 03:01:42 +0400 | [diff] [blame] | 2086 | return d; |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 2087 | } |
| 2088 | |
Al Viro | d181146 | 2008-08-02 00:49:18 -0400 | [diff] [blame] | 2089 | int kern_path(const char *name, unsigned int flags, struct path *path) |
| 2090 | { |
| 2091 | struct nameidata nd; |
| 2092 | int res = do_path_lookup(AT_FDCWD, name, flags, &nd); |
| 2093 | if (!res) |
| 2094 | *path = nd.path; |
| 2095 | return res; |
| 2096 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 2097 | EXPORT_SYMBOL(kern_path); |
Al Viro | d181146 | 2008-08-02 00:49:18 -0400 | [diff] [blame] | 2098 | |
Josef 'Jeff' Sipek | 16f1820 | 2007-07-19 01:48:18 -0700 | [diff] [blame] | 2099 | /** |
| 2100 | * vfs_path_lookup - lookup a file path relative to a dentry-vfsmount pair |
| 2101 | * @dentry: pointer to dentry of the base directory |
| 2102 | * @mnt: pointer to vfs mount of the base directory |
| 2103 | * @name: pointer to file name |
| 2104 | * @flags: lookup flags |
Al Viro | e0a0124 | 2011-06-27 17:00:37 -0400 | [diff] [blame] | 2105 | * @path: pointer to struct path to fill |
Josef 'Jeff' Sipek | 16f1820 | 2007-07-19 01:48:18 -0700 | [diff] [blame] | 2106 | */ |
| 2107 | int vfs_path_lookup(struct dentry *dentry, struct vfsmount *mnt, |
| 2108 | const char *name, unsigned int flags, |
Al Viro | e0a0124 | 2011-06-27 17:00:37 -0400 | [diff] [blame] | 2109 | struct path *path) |
Josef 'Jeff' Sipek | 16f1820 | 2007-07-19 01:48:18 -0700 | [diff] [blame] | 2110 | { |
Al Viro | e0a0124 | 2011-06-27 17:00:37 -0400 | [diff] [blame] | 2111 | struct nameidata nd; |
| 2112 | int err; |
| 2113 | nd.root.dentry = dentry; |
| 2114 | nd.root.mnt = mnt; |
| 2115 | BUG_ON(flags & LOOKUP_PARENT); |
Al Viro | 5b6ca02 | 2011-03-09 23:04:47 -0500 | [diff] [blame] | 2116 | /* the first argument of do_path_lookup() is ignored with LOOKUP_ROOT */ |
Al Viro | e0a0124 | 2011-06-27 17:00:37 -0400 | [diff] [blame] | 2117 | err = do_path_lookup(AT_FDCWD, name, flags | LOOKUP_ROOT, &nd); |
| 2118 | if (!err) |
| 2119 | *path = nd.path; |
| 2120 | return err; |
Josef 'Jeff' Sipek | 16f1820 | 2007-07-19 01:48:18 -0700 | [diff] [blame] | 2121 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 2122 | EXPORT_SYMBOL(vfs_path_lookup); |
Josef 'Jeff' Sipek | 16f1820 | 2007-07-19 01:48:18 -0700 | [diff] [blame] | 2123 | |
James Morris | 057f6c0 | 2007-04-26 00:12:05 -0700 | [diff] [blame] | 2124 | /* |
| 2125 | * Restricted form of lookup. Doesn't follow links, single-component only, |
| 2126 | * needs parent already locked. Doesn't follow mounts. |
| 2127 | * SMP-safe. |
| 2128 | */ |
Adrian Bunk | a244e16 | 2006-03-31 02:32:11 -0800 | [diff] [blame] | 2129 | static struct dentry *lookup_hash(struct nameidata *nd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2130 | { |
Al Viro | 72bd866 | 2012-06-10 17:17:17 -0400 | [diff] [blame] | 2131 | return __lookup_hash(&nd->last, nd->path.dentry, nd->flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2132 | } |
| 2133 | |
Christoph Hellwig | eead191 | 2007-10-16 23:25:38 -0700 | [diff] [blame] | 2134 | /** |
Randy Dunlap | a6b9191 | 2008-03-19 17:01:00 -0700 | [diff] [blame] | 2135 | * lookup_one_len - filesystem helper to lookup single pathname component |
Christoph Hellwig | eead191 | 2007-10-16 23:25:38 -0700 | [diff] [blame] | 2136 | * @name: pathname component to lookup |
| 2137 | * @base: base directory to lookup from |
| 2138 | * @len: maximum length @len should be interpreted to |
| 2139 | * |
Randy Dunlap | a6b9191 | 2008-03-19 17:01:00 -0700 | [diff] [blame] | 2140 | * Note that this routine is purely a helper for filesystem usage and should |
| 2141 | * not be called by generic code. Also note that by using this function the |
Christoph Hellwig | eead191 | 2007-10-16 23:25:38 -0700 | [diff] [blame] | 2142 | * nameidata argument is passed to the filesystem methods and a filesystem |
| 2143 | * using this helper needs to be prepared for that. |
| 2144 | */ |
James Morris | 057f6c0 | 2007-04-26 00:12:05 -0700 | [diff] [blame] | 2145 | struct dentry *lookup_one_len(const char *name, struct dentry *base, int len) |
| 2146 | { |
James Morris | 057f6c0 | 2007-04-26 00:12:05 -0700 | [diff] [blame] | 2147 | struct qstr this; |
Al Viro | 6a96ba5 | 2011-03-07 23:49:20 -0500 | [diff] [blame] | 2148 | unsigned int c; |
Miklos Szeredi | cda309d | 2012-03-26 12:54:21 +0200 | [diff] [blame] | 2149 | int err; |
James Morris | 057f6c0 | 2007-04-26 00:12:05 -0700 | [diff] [blame] | 2150 | |
David Woodhouse | 2f9092e | 2009-04-20 23:18:37 +0100 | [diff] [blame] | 2151 | WARN_ON_ONCE(!mutex_is_locked(&base->d_inode->i_mutex)); |
| 2152 | |
Al Viro | 6a96ba5 | 2011-03-07 23:49:20 -0500 | [diff] [blame] | 2153 | this.name = name; |
| 2154 | this.len = len; |
Linus Torvalds | 0145acc | 2012-03-02 14:32:59 -0800 | [diff] [blame] | 2155 | this.hash = full_name_hash(name, len); |
Al Viro | 6a96ba5 | 2011-03-07 23:49:20 -0500 | [diff] [blame] | 2156 | if (!len) |
| 2157 | return ERR_PTR(-EACCES); |
| 2158 | |
Al Viro | 21d8a15 | 2012-11-29 22:17:21 -0500 | [diff] [blame] | 2159 | if (unlikely(name[0] == '.')) { |
| 2160 | if (len < 2 || (len == 2 && name[1] == '.')) |
| 2161 | return ERR_PTR(-EACCES); |
| 2162 | } |
| 2163 | |
Al Viro | 6a96ba5 | 2011-03-07 23:49:20 -0500 | [diff] [blame] | 2164 | while (len--) { |
| 2165 | c = *(const unsigned char *)name++; |
| 2166 | if (c == '/' || c == '\0') |
| 2167 | return ERR_PTR(-EACCES); |
Al Viro | 6a96ba5 | 2011-03-07 23:49:20 -0500 | [diff] [blame] | 2168 | } |
Al Viro | 5a202bc | 2011-03-08 14:17:44 -0500 | [diff] [blame] | 2169 | /* |
| 2170 | * See if the low-level filesystem might want |
| 2171 | * to use its own hash.. |
| 2172 | */ |
| 2173 | if (base->d_flags & DCACHE_OP_HASH) { |
Linus Torvalds | da53be1 | 2013-05-21 15:22:44 -0700 | [diff] [blame] | 2174 | int err = base->d_op->d_hash(base, &this); |
Al Viro | 5a202bc | 2011-03-08 14:17:44 -0500 | [diff] [blame] | 2175 | if (err < 0) |
| 2176 | return ERR_PTR(err); |
| 2177 | } |
Christoph Hellwig | eead191 | 2007-10-16 23:25:38 -0700 | [diff] [blame] | 2178 | |
Miklos Szeredi | cda309d | 2012-03-26 12:54:21 +0200 | [diff] [blame] | 2179 | err = inode_permission(base->d_inode, MAY_EXEC); |
| 2180 | if (err) |
| 2181 | return ERR_PTR(err); |
| 2182 | |
Al Viro | 72bd866 | 2012-06-10 17:17:17 -0400 | [diff] [blame] | 2183 | return __lookup_hash(&this, base, 0); |
James Morris | 057f6c0 | 2007-04-26 00:12:05 -0700 | [diff] [blame] | 2184 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 2185 | EXPORT_SYMBOL(lookup_one_len); |
James Morris | 057f6c0 | 2007-04-26 00:12:05 -0700 | [diff] [blame] | 2186 | |
Andy Whitcroft | 1fa1e7f | 2011-11-02 09:44:39 +0100 | [diff] [blame] | 2187 | int user_path_at_empty(int dfd, const char __user *name, unsigned flags, |
| 2188 | struct path *path, int *empty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2189 | { |
Al Viro | 2d8f303 | 2008-07-22 09:59:21 -0400 | [diff] [blame] | 2190 | struct nameidata nd; |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 2191 | struct filename *tmp = getname_flags(name, flags, empty); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2192 | int err = PTR_ERR(tmp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2193 | if (!IS_ERR(tmp)) { |
Al Viro | 2d8f303 | 2008-07-22 09:59:21 -0400 | [diff] [blame] | 2194 | |
| 2195 | BUG_ON(flags & LOOKUP_PARENT); |
| 2196 | |
Jeff Layton | 873f1ee | 2012-10-10 15:25:29 -0400 | [diff] [blame] | 2197 | err = filename_lookup(dfd, tmp, flags, &nd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2198 | putname(tmp); |
Al Viro | 2d8f303 | 2008-07-22 09:59:21 -0400 | [diff] [blame] | 2199 | if (!err) |
| 2200 | *path = nd.path; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2201 | } |
| 2202 | return err; |
| 2203 | } |
| 2204 | |
Andy Whitcroft | 1fa1e7f | 2011-11-02 09:44:39 +0100 | [diff] [blame] | 2205 | int user_path_at(int dfd, const char __user *name, unsigned flags, |
| 2206 | struct path *path) |
| 2207 | { |
Linus Torvalds | f7493e5 | 2012-03-22 16:10:40 -0700 | [diff] [blame] | 2208 | return user_path_at_empty(dfd, name, flags, path, NULL); |
Andy Whitcroft | 1fa1e7f | 2011-11-02 09:44:39 +0100 | [diff] [blame] | 2209 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 2210 | EXPORT_SYMBOL(user_path_at); |
Andy Whitcroft | 1fa1e7f | 2011-11-02 09:44:39 +0100 | [diff] [blame] | 2211 | |
Jeff Layton | 873f1ee | 2012-10-10 15:25:29 -0400 | [diff] [blame] | 2212 | /* |
| 2213 | * NB: most callers don't do anything directly with the reference to the |
| 2214 | * to struct filename, but the nd->last pointer points into the name string |
| 2215 | * allocated by getname. So we must hold the reference to it until all |
| 2216 | * path-walking is complete. |
| 2217 | */ |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 2218 | static struct filename * |
Jeff Layton | 9e790bd | 2012-12-11 12:10:09 -0500 | [diff] [blame] | 2219 | user_path_parent(int dfd, const char __user *path, struct nameidata *nd, |
| 2220 | unsigned int flags) |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 2221 | { |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 2222 | struct filename *s = getname(path); |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 2223 | int error; |
| 2224 | |
Jeff Layton | 9e790bd | 2012-12-11 12:10:09 -0500 | [diff] [blame] | 2225 | /* only LOOKUP_REVAL is allowed in extra flags */ |
| 2226 | flags &= LOOKUP_REVAL; |
| 2227 | |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 2228 | if (IS_ERR(s)) |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 2229 | return s; |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 2230 | |
Jeff Layton | 9e790bd | 2012-12-11 12:10:09 -0500 | [diff] [blame] | 2231 | error = filename_lookup(dfd, s, flags | LOOKUP_PARENT, nd); |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 2232 | if (error) { |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 2233 | putname(s); |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 2234 | return ERR_PTR(error); |
| 2235 | } |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 2236 | |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 2237 | return s; |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 2238 | } |
| 2239 | |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2240 | /** |
Al Viro | 197df04 | 2013-09-08 14:03:27 -0400 | [diff] [blame] | 2241 | * mountpoint_last - look up last component for umount |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2242 | * @nd: pathwalk nameidata - currently pointing at parent directory of "last" |
| 2243 | * @path: pointer to container for result |
| 2244 | * |
| 2245 | * This is a special lookup_last function just for umount. In this case, we |
| 2246 | * need to resolve the path without doing any revalidation. |
| 2247 | * |
| 2248 | * The nameidata should be the result of doing a LOOKUP_PARENT pathwalk. Since |
| 2249 | * mountpoints are always pinned in the dcache, their ancestors are too. Thus, |
| 2250 | * in almost all cases, this lookup will be served out of the dcache. The only |
| 2251 | * cases where it won't are if nd->last refers to a symlink or the path is |
| 2252 | * bogus and it doesn't exist. |
| 2253 | * |
| 2254 | * Returns: |
| 2255 | * -error: if there was an error during lookup. This includes -ENOENT if the |
| 2256 | * lookup found a negative dentry. The nd->path reference will also be |
| 2257 | * put in this case. |
| 2258 | * |
| 2259 | * 0: if we successfully resolved nd->path and found it to not to be a |
| 2260 | * symlink that needs to be followed. "path" will also be populated. |
| 2261 | * The nd->path reference will also be put. |
| 2262 | * |
| 2263 | * 1: if we successfully resolved nd->last and found it to be a symlink |
| 2264 | * that needs to be followed. "path" will be populated with the path |
| 2265 | * to the link, and nd->path will *not* be put. |
| 2266 | */ |
| 2267 | static int |
Al Viro | 197df04 | 2013-09-08 14:03:27 -0400 | [diff] [blame] | 2268 | mountpoint_last(struct nameidata *nd, struct path *path) |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2269 | { |
| 2270 | int error = 0; |
| 2271 | struct dentry *dentry; |
| 2272 | struct dentry *dir = nd->path.dentry; |
| 2273 | |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2274 | /* If we're in rcuwalk, drop out of it to handle last component */ |
| 2275 | if (nd->flags & LOOKUP_RCU) { |
| 2276 | if (unlazy_walk(nd, NULL)) { |
| 2277 | error = -ECHILD; |
| 2278 | goto out; |
| 2279 | } |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2280 | } |
| 2281 | |
| 2282 | nd->flags &= ~LOOKUP_PARENT; |
| 2283 | |
| 2284 | if (unlikely(nd->last_type != LAST_NORM)) { |
| 2285 | error = handle_dots(nd, nd->last_type); |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2286 | if (error) |
| 2287 | goto out; |
| 2288 | dentry = dget(nd->path.dentry); |
| 2289 | goto done; |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2290 | } |
| 2291 | |
| 2292 | mutex_lock(&dir->d_inode->i_mutex); |
| 2293 | dentry = d_lookup(dir, &nd->last); |
| 2294 | if (!dentry) { |
| 2295 | /* |
| 2296 | * No cached dentry. Mounted dentries are pinned in the cache, |
| 2297 | * so that means that this dentry is probably a symlink or the |
| 2298 | * path doesn't actually point to a mounted dentry. |
| 2299 | */ |
| 2300 | dentry = d_alloc(dir, &nd->last); |
| 2301 | if (!dentry) { |
| 2302 | error = -ENOMEM; |
Dave Jones | bcceeeb | 2013-09-10 17:04:25 -0400 | [diff] [blame] | 2303 | mutex_unlock(&dir->d_inode->i_mutex); |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2304 | goto out; |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2305 | } |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2306 | dentry = lookup_real(dir->d_inode, dentry, nd->flags); |
| 2307 | error = PTR_ERR(dentry); |
Dave Jones | bcceeeb | 2013-09-10 17:04:25 -0400 | [diff] [blame] | 2308 | if (IS_ERR(dentry)) { |
| 2309 | mutex_unlock(&dir->d_inode->i_mutex); |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2310 | goto out; |
Dave Jones | bcceeeb | 2013-09-10 17:04:25 -0400 | [diff] [blame] | 2311 | } |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2312 | } |
| 2313 | mutex_unlock(&dir->d_inode->i_mutex); |
| 2314 | |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2315 | done: |
Al Viro | 2221331 | 2014-04-19 12:30:58 -0400 | [diff] [blame] | 2316 | if (!dentry->d_inode || d_is_negative(dentry)) { |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2317 | error = -ENOENT; |
| 2318 | dput(dentry); |
| 2319 | goto out; |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2320 | } |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2321 | path->dentry = dentry; |
Vasily Averin | 295dc39 | 2014-07-21 12:30:23 +0400 | [diff] [blame] | 2322 | path->mnt = nd->path.mnt; |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 2323 | if (should_follow_link(dentry, nd->flags & LOOKUP_FOLLOW)) |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2324 | return 1; |
Vasily Averin | 295dc39 | 2014-07-21 12:30:23 +0400 | [diff] [blame] | 2325 | mntget(path->mnt); |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2326 | follow_mount(path); |
| 2327 | error = 0; |
| 2328 | out: |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2329 | terminate_walk(nd); |
| 2330 | return error; |
| 2331 | } |
| 2332 | |
| 2333 | /** |
Al Viro | 197df04 | 2013-09-08 14:03:27 -0400 | [diff] [blame] | 2334 | * path_mountpoint - look up a path to be umounted |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2335 | * @dfd: directory file descriptor to start walk from |
| 2336 | * @name: full pathname to walk |
Randy Dunlap | 606d6fe | 2013-10-19 14:56:55 -0700 | [diff] [blame] | 2337 | * @path: pointer to container for result |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2338 | * @flags: lookup flags |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2339 | * |
| 2340 | * Look up the given name, but don't attempt to revalidate the last component. |
Randy Dunlap | 606d6fe | 2013-10-19 14:56:55 -0700 | [diff] [blame] | 2341 | * Returns 0 and "path" will be valid on success; Returns error otherwise. |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2342 | */ |
| 2343 | static int |
Al Viro | 197df04 | 2013-09-08 14:03:27 -0400 | [diff] [blame] | 2344 | path_mountpoint(int dfd, const char *name, struct path *path, unsigned int flags) |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2345 | { |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2346 | struct nameidata nd; |
| 2347 | int err; |
| 2348 | |
Al Viro | 980f3ea | 2014-11-20 14:20:24 -0500 | [diff] [blame] | 2349 | err = path_init(dfd, name, flags, &nd); |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2350 | if (unlikely(err)) |
Al Viro | 115cbfd | 2014-10-11 23:05:52 -0400 | [diff] [blame] | 2351 | goto out; |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2352 | |
Al Viro | 197df04 | 2013-09-08 14:03:27 -0400 | [diff] [blame] | 2353 | err = mountpoint_last(&nd, path); |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2354 | while (err > 0) { |
| 2355 | void *cookie; |
| 2356 | struct path link = *path; |
| 2357 | err = may_follow_link(&link, &nd); |
| 2358 | if (unlikely(err)) |
| 2359 | break; |
| 2360 | nd.flags |= LOOKUP_PARENT; |
| 2361 | err = follow_link(&link, &nd, &cookie); |
| 2362 | if (err) |
| 2363 | break; |
Al Viro | 197df04 | 2013-09-08 14:03:27 -0400 | [diff] [blame] | 2364 | err = mountpoint_last(&nd, path); |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2365 | put_link(&nd, &link, cookie); |
| 2366 | } |
| 2367 | out: |
Al Viro | 893b777 | 2014-11-20 14:18:09 -0500 | [diff] [blame] | 2368 | path_cleanup(&nd); |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2369 | return err; |
| 2370 | } |
| 2371 | |
Al Viro | 2d86465 | 2013-09-08 20:18:44 -0400 | [diff] [blame] | 2372 | static int |
| 2373 | filename_mountpoint(int dfd, struct filename *s, struct path *path, |
| 2374 | unsigned int flags) |
| 2375 | { |
Al Viro | cbaab2d | 2015-01-22 02:49:00 -0500 | [diff] [blame] | 2376 | int error; |
| 2377 | if (IS_ERR(s)) |
| 2378 | return PTR_ERR(s); |
| 2379 | error = path_mountpoint(dfd, s->name, path, flags | LOOKUP_RCU); |
Al Viro | 2d86465 | 2013-09-08 20:18:44 -0400 | [diff] [blame] | 2380 | if (unlikely(error == -ECHILD)) |
| 2381 | error = path_mountpoint(dfd, s->name, path, flags); |
| 2382 | if (unlikely(error == -ESTALE)) |
| 2383 | error = path_mountpoint(dfd, s->name, path, flags | LOOKUP_REVAL); |
| 2384 | if (likely(!error)) |
| 2385 | audit_inode(s, path->dentry, 0); |
Al Viro | cbaab2d | 2015-01-22 02:49:00 -0500 | [diff] [blame] | 2386 | putname(s); |
Al Viro | 2d86465 | 2013-09-08 20:18:44 -0400 | [diff] [blame] | 2387 | return error; |
| 2388 | } |
| 2389 | |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2390 | /** |
Al Viro | 197df04 | 2013-09-08 14:03:27 -0400 | [diff] [blame] | 2391 | * user_path_mountpoint_at - lookup a path from userland in order to umount it |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2392 | * @dfd: directory file descriptor |
| 2393 | * @name: pathname from userland |
| 2394 | * @flags: lookup flags |
| 2395 | * @path: pointer to container to hold result |
| 2396 | * |
| 2397 | * A umount is a special case for path walking. We're not actually interested |
| 2398 | * in the inode in this situation, and ESTALE errors can be a problem. We |
| 2399 | * simply want track down the dentry and vfsmount attached at the mountpoint |
| 2400 | * and avoid revalidating the last component. |
| 2401 | * |
| 2402 | * Returns 0 and populates "path" on success. |
| 2403 | */ |
| 2404 | int |
Al Viro | 197df04 | 2013-09-08 14:03:27 -0400 | [diff] [blame] | 2405 | user_path_mountpoint_at(int dfd, const char __user *name, unsigned int flags, |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2406 | struct path *path) |
| 2407 | { |
Al Viro | cbaab2d | 2015-01-22 02:49:00 -0500 | [diff] [blame] | 2408 | return filename_mountpoint(dfd, getname(name), path, flags); |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2409 | } |
| 2410 | |
Al Viro | 2d86465 | 2013-09-08 20:18:44 -0400 | [diff] [blame] | 2411 | int |
| 2412 | kern_path_mountpoint(int dfd, const char *name, struct path *path, |
| 2413 | unsigned int flags) |
| 2414 | { |
Al Viro | cbaab2d | 2015-01-22 02:49:00 -0500 | [diff] [blame] | 2415 | return filename_mountpoint(dfd, getname_kernel(name), path, flags); |
Al Viro | 2d86465 | 2013-09-08 20:18:44 -0400 | [diff] [blame] | 2416 | } |
| 2417 | EXPORT_SYMBOL(kern_path_mountpoint); |
| 2418 | |
Miklos Szeredi | cbdf35b | 2014-10-24 00:14:36 +0200 | [diff] [blame] | 2419 | int __check_sticky(struct inode *dir, struct inode *inode) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2420 | { |
Eric W. Biederman | 8e96e3b | 2012-03-03 21:17:15 -0800 | [diff] [blame] | 2421 | kuid_t fsuid = current_fsuid(); |
David Howells | da9592e | 2008-11-14 10:39:05 +1100 | [diff] [blame] | 2422 | |
Eric W. Biederman | 8e96e3b | 2012-03-03 21:17:15 -0800 | [diff] [blame] | 2423 | if (uid_eq(inode->i_uid, fsuid)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2424 | return 0; |
Eric W. Biederman | 8e96e3b | 2012-03-03 21:17:15 -0800 | [diff] [blame] | 2425 | if (uid_eq(dir->i_uid, fsuid)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2426 | return 0; |
Andy Lutomirski | 23adbe1 | 2014-06-10 12:45:42 -0700 | [diff] [blame] | 2427 | return !capable_wrt_inode_uidgid(inode, CAP_FOWNER); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2428 | } |
Miklos Szeredi | cbdf35b | 2014-10-24 00:14:36 +0200 | [diff] [blame] | 2429 | EXPORT_SYMBOL(__check_sticky); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2430 | |
| 2431 | /* |
| 2432 | * Check whether we can remove a link victim from directory dir, check |
| 2433 | * whether the type of victim is right. |
| 2434 | * 1. We can't do it if dir is read-only (done in permission()) |
| 2435 | * 2. We should have write and exec permissions on dir |
| 2436 | * 3. We can't remove anything from append-only dir |
| 2437 | * 4. We can't do anything with immutable dir (done in permission()) |
| 2438 | * 5. If the sticky bit on dir is set we should either |
| 2439 | * a. be owner of dir, or |
| 2440 | * b. be owner of victim, or |
| 2441 | * c. have CAP_FOWNER capability |
| 2442 | * 6. If the victim is append-only or immutable we can't do antyhing with |
| 2443 | * links pointing to it. |
| 2444 | * 7. If we were asked to remove a directory and victim isn't one - ENOTDIR. |
| 2445 | * 8. If we were asked to remove a non-directory and victim isn't one - EISDIR. |
| 2446 | * 9. We can't remove a root or mountpoint. |
| 2447 | * 10. We don't allow removal of NFS sillyrenamed files; it's handled by |
| 2448 | * nfs_async_unlink(). |
| 2449 | */ |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 2450 | static int may_delete(struct inode *dir, struct dentry *victim, bool isdir) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2451 | { |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 2452 | struct inode *inode = victim->d_inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2453 | int error; |
| 2454 | |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 2455 | if (d_is_negative(victim)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2456 | return -ENOENT; |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 2457 | BUG_ON(!inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2458 | |
| 2459 | BUG_ON(victim->d_parent->d_inode != dir); |
Jeff Layton | 4fa6b5e | 2012-10-10 15:25:25 -0400 | [diff] [blame] | 2460 | audit_inode_child(dir, victim, AUDIT_TYPE_CHILD_DELETE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2461 | |
Al Viro | f419a2e | 2008-07-22 00:07:17 -0400 | [diff] [blame] | 2462 | error = inode_permission(dir, MAY_WRITE | MAY_EXEC); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2463 | if (error) |
| 2464 | return error; |
| 2465 | if (IS_APPEND(dir)) |
| 2466 | return -EPERM; |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 2467 | |
| 2468 | if (check_sticky(dir, inode) || IS_APPEND(inode) || |
| 2469 | IS_IMMUTABLE(inode) || IS_SWAPFILE(inode)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2470 | return -EPERM; |
| 2471 | if (isdir) { |
Miklos Szeredi | 44b1d53 | 2014-04-01 17:08:41 +0200 | [diff] [blame] | 2472 | if (!d_is_dir(victim)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2473 | return -ENOTDIR; |
| 2474 | if (IS_ROOT(victim)) |
| 2475 | return -EBUSY; |
Miklos Szeredi | 44b1d53 | 2014-04-01 17:08:41 +0200 | [diff] [blame] | 2476 | } else if (d_is_dir(victim)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2477 | return -EISDIR; |
| 2478 | if (IS_DEADDIR(dir)) |
| 2479 | return -ENOENT; |
| 2480 | if (victim->d_flags & DCACHE_NFSFS_RENAMED) |
| 2481 | return -EBUSY; |
| 2482 | return 0; |
| 2483 | } |
| 2484 | |
| 2485 | /* Check whether we can create an object with dentry child in directory |
| 2486 | * dir. |
| 2487 | * 1. We can't do it if child already exists (open has special treatment for |
| 2488 | * this case, but since we are inlined it's OK) |
| 2489 | * 2. We can't do it if dir is read-only (done in permission()) |
| 2490 | * 3. We should have write and exec permissions on dir |
| 2491 | * 4. We can't do it if dir is immutable (done in permission()) |
| 2492 | */ |
Miklos Szeredi | a95164d | 2008-07-30 15:08:48 +0200 | [diff] [blame] | 2493 | static inline int may_create(struct inode *dir, struct dentry *child) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2494 | { |
Jeff Layton | 14e972b | 2013-05-08 10:25:58 -0400 | [diff] [blame] | 2495 | audit_inode_child(dir, child, AUDIT_TYPE_CHILD_CREATE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2496 | if (child->d_inode) |
| 2497 | return -EEXIST; |
| 2498 | if (IS_DEADDIR(dir)) |
| 2499 | return -ENOENT; |
Al Viro | f419a2e | 2008-07-22 00:07:17 -0400 | [diff] [blame] | 2500 | return inode_permission(dir, MAY_WRITE | MAY_EXEC); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2501 | } |
| 2502 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2503 | /* |
| 2504 | * p1 and p2 should be directories on the same fs. |
| 2505 | */ |
| 2506 | struct dentry *lock_rename(struct dentry *p1, struct dentry *p2) |
| 2507 | { |
| 2508 | struct dentry *p; |
| 2509 | |
| 2510 | if (p1 == p2) { |
Ingo Molnar | f2eace2 | 2006-07-03 00:25:05 -0700 | [diff] [blame] | 2511 | mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_PARENT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2512 | return NULL; |
| 2513 | } |
| 2514 | |
Arjan van de Ven | a11f3a0 | 2006-03-23 03:00:33 -0800 | [diff] [blame] | 2515 | mutex_lock(&p1->d_inode->i_sb->s_vfs_rename_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2516 | |
OGAWA Hirofumi | e2761a1 | 2008-10-16 07:50:28 +0900 | [diff] [blame] | 2517 | p = d_ancestor(p2, p1); |
| 2518 | if (p) { |
| 2519 | mutex_lock_nested(&p2->d_inode->i_mutex, I_MUTEX_PARENT); |
| 2520 | mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_CHILD); |
| 2521 | return p; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2522 | } |
| 2523 | |
OGAWA Hirofumi | e2761a1 | 2008-10-16 07:50:28 +0900 | [diff] [blame] | 2524 | p = d_ancestor(p1, p2); |
| 2525 | if (p) { |
| 2526 | mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_PARENT); |
| 2527 | mutex_lock_nested(&p2->d_inode->i_mutex, I_MUTEX_CHILD); |
| 2528 | return p; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2529 | } |
| 2530 | |
Ingo Molnar | f2eace2 | 2006-07-03 00:25:05 -0700 | [diff] [blame] | 2531 | mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_PARENT); |
Miklos Szeredi | d1b72cc | 2014-10-27 15:42:01 +0100 | [diff] [blame] | 2532 | mutex_lock_nested(&p2->d_inode->i_mutex, I_MUTEX_PARENT2); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2533 | return NULL; |
| 2534 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 2535 | EXPORT_SYMBOL(lock_rename); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2536 | |
| 2537 | void unlock_rename(struct dentry *p1, struct dentry *p2) |
| 2538 | { |
Jes Sorensen | 1b1dcc1 | 2006-01-09 15:59:24 -0800 | [diff] [blame] | 2539 | mutex_unlock(&p1->d_inode->i_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2540 | if (p1 != p2) { |
Jes Sorensen | 1b1dcc1 | 2006-01-09 15:59:24 -0800 | [diff] [blame] | 2541 | mutex_unlock(&p2->d_inode->i_mutex); |
Arjan van de Ven | a11f3a0 | 2006-03-23 03:00:33 -0800 | [diff] [blame] | 2542 | mutex_unlock(&p1->d_inode->i_sb->s_vfs_rename_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2543 | } |
| 2544 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 2545 | EXPORT_SYMBOL(unlock_rename); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2546 | |
Al Viro | 4acdaf2 | 2011-07-26 01:42:34 -0400 | [diff] [blame] | 2547 | int vfs_create(struct inode *dir, struct dentry *dentry, umode_t mode, |
Al Viro | 312b63f | 2012-06-10 18:09:36 -0400 | [diff] [blame] | 2548 | bool want_excl) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2549 | { |
Miklos Szeredi | a95164d | 2008-07-30 15:08:48 +0200 | [diff] [blame] | 2550 | int error = may_create(dir, dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2551 | if (error) |
| 2552 | return error; |
| 2553 | |
Al Viro | acfa438 | 2008-12-04 10:06:33 -0500 | [diff] [blame] | 2554 | if (!dir->i_op->create) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2555 | return -EACCES; /* shouldn't it be ENOSYS? */ |
| 2556 | mode &= S_IALLUGO; |
| 2557 | mode |= S_IFREG; |
| 2558 | error = security_inode_create(dir, dentry, mode); |
| 2559 | if (error) |
| 2560 | return error; |
Al Viro | 312b63f | 2012-06-10 18:09:36 -0400 | [diff] [blame] | 2561 | error = dir->i_op->create(dir, dentry, mode, want_excl); |
Stephen Smalley | a74574a | 2005-09-09 13:01:44 -0700 | [diff] [blame] | 2562 | if (!error) |
Amy Griffis | f38aa94 | 2005-11-03 15:57:06 +0000 | [diff] [blame] | 2563 | fsnotify_create(dir, dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2564 | return error; |
| 2565 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 2566 | EXPORT_SYMBOL(vfs_create); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2567 | |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 2568 | static int may_open(struct path *path, int acc_mode, int flag) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2569 | { |
Christoph Hellwig | 3fb6419 | 2008-10-24 09:58:10 +0200 | [diff] [blame] | 2570 | struct dentry *dentry = path->dentry; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2571 | struct inode *inode = dentry->d_inode; |
| 2572 | int error; |
| 2573 | |
Al Viro | bcda765 | 2011-03-13 16:42:14 -0400 | [diff] [blame] | 2574 | /* O_PATH? */ |
| 2575 | if (!acc_mode) |
| 2576 | return 0; |
| 2577 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2578 | if (!inode) |
| 2579 | return -ENOENT; |
| 2580 | |
Christoph Hellwig | c8fe8f3 | 2009-01-05 19:27:23 +0100 | [diff] [blame] | 2581 | switch (inode->i_mode & S_IFMT) { |
| 2582 | case S_IFLNK: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2583 | return -ELOOP; |
Christoph Hellwig | c8fe8f3 | 2009-01-05 19:27:23 +0100 | [diff] [blame] | 2584 | case S_IFDIR: |
| 2585 | if (acc_mode & MAY_WRITE) |
| 2586 | return -EISDIR; |
| 2587 | break; |
| 2588 | case S_IFBLK: |
| 2589 | case S_IFCHR: |
Christoph Hellwig | 3fb6419 | 2008-10-24 09:58:10 +0200 | [diff] [blame] | 2590 | if (path->mnt->mnt_flags & MNT_NODEV) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2591 | return -EACCES; |
Christoph Hellwig | c8fe8f3 | 2009-01-05 19:27:23 +0100 | [diff] [blame] | 2592 | /*FALLTHRU*/ |
| 2593 | case S_IFIFO: |
| 2594 | case S_IFSOCK: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2595 | flag &= ~O_TRUNC; |
Christoph Hellwig | c8fe8f3 | 2009-01-05 19:27:23 +0100 | [diff] [blame] | 2596 | break; |
Dave Hansen | 4a3fd21 | 2008-02-15 14:37:48 -0800 | [diff] [blame] | 2597 | } |
Dave Hansen | b41572e | 2007-10-16 23:31:14 -0700 | [diff] [blame] | 2598 | |
Christoph Hellwig | 3fb6419 | 2008-10-24 09:58:10 +0200 | [diff] [blame] | 2599 | error = inode_permission(inode, acc_mode); |
Dave Hansen | b41572e | 2007-10-16 23:31:14 -0700 | [diff] [blame] | 2600 | if (error) |
| 2601 | return error; |
Mimi Zohar | 6146f0d | 2009-02-04 09:06:57 -0500 | [diff] [blame] | 2602 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2603 | /* |
| 2604 | * An append-only file must be opened in append mode for writing. |
| 2605 | */ |
| 2606 | if (IS_APPEND(inode)) { |
Al Viro | 8737c93 | 2009-12-24 06:47:55 -0500 | [diff] [blame] | 2607 | if ((flag & O_ACCMODE) != O_RDONLY && !(flag & O_APPEND)) |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2608 | return -EPERM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2609 | if (flag & O_TRUNC) |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2610 | return -EPERM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2611 | } |
| 2612 | |
| 2613 | /* O_NOATIME can only be set by the owner or superuser */ |
Serge E. Hallyn | 2e14967 | 2011-03-23 16:43:26 -0700 | [diff] [blame] | 2614 | if (flag & O_NOATIME && !inode_owner_or_capable(inode)) |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2615 | return -EPERM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2616 | |
J. Bruce Fields | f3c7691e | 2011-09-21 10:58:13 -0400 | [diff] [blame] | 2617 | return 0; |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2618 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2619 | |
Jeff Layton | e1181ee | 2010-12-07 16:19:50 -0500 | [diff] [blame] | 2620 | static int handle_truncate(struct file *filp) |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2621 | { |
Jeff Layton | e1181ee | 2010-12-07 16:19:50 -0500 | [diff] [blame] | 2622 | struct path *path = &filp->f_path; |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2623 | struct inode *inode = path->dentry->d_inode; |
| 2624 | int error = get_write_access(inode); |
| 2625 | if (error) |
| 2626 | return error; |
| 2627 | /* |
| 2628 | * Refuse to truncate files with mandatory locks held on them. |
| 2629 | */ |
Jeff Layton | d7a0698 | 2014-03-10 09:54:15 -0400 | [diff] [blame] | 2630 | error = locks_verify_locked(filp); |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2631 | if (!error) |
Tetsuo Handa | ea0d3ab | 2010-06-02 13:24:43 +0900 | [diff] [blame] | 2632 | error = security_path_truncate(path); |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2633 | if (!error) { |
| 2634 | error = do_truncate(path->dentry, 0, |
| 2635 | ATTR_MTIME|ATTR_CTIME|ATTR_OPEN, |
Jeff Layton | e1181ee | 2010-12-07 16:19:50 -0500 | [diff] [blame] | 2636 | filp); |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2637 | } |
| 2638 | put_write_access(inode); |
Mimi Zohar | acd0c93 | 2009-09-04 13:08:46 -0400 | [diff] [blame] | 2639 | return error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2640 | } |
| 2641 | |
Dave Hansen | d57999e | 2008-02-15 14:37:27 -0800 | [diff] [blame] | 2642 | static inline int open_to_namei_flags(int flag) |
| 2643 | { |
Al Viro | 8a5e929 | 2011-06-25 19:15:54 -0400 | [diff] [blame] | 2644 | if ((flag & O_ACCMODE) == 3) |
| 2645 | flag--; |
Dave Hansen | d57999e | 2008-02-15 14:37:27 -0800 | [diff] [blame] | 2646 | return flag; |
| 2647 | } |
| 2648 | |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2649 | static int may_o_create(struct path *dir, struct dentry *dentry, umode_t mode) |
| 2650 | { |
| 2651 | int error = security_path_mknod(dir, dentry, mode, 0); |
| 2652 | if (error) |
| 2653 | return error; |
| 2654 | |
| 2655 | error = inode_permission(dir->dentry->d_inode, MAY_WRITE | MAY_EXEC); |
| 2656 | if (error) |
| 2657 | return error; |
| 2658 | |
| 2659 | return security_inode_create(dir->dentry->d_inode, dentry, mode); |
| 2660 | } |
| 2661 | |
David Howells | 1acf0af | 2012-06-14 16:13:46 +0100 | [diff] [blame] | 2662 | /* |
| 2663 | * Attempt to atomically look up, create and open a file from a negative |
| 2664 | * dentry. |
| 2665 | * |
| 2666 | * Returns 0 if successful. The file will have been created and attached to |
| 2667 | * @file by the filesystem calling finish_open(). |
| 2668 | * |
| 2669 | * Returns 1 if the file was looked up only or didn't need creating. The |
| 2670 | * caller will need to perform the open themselves. @path will have been |
| 2671 | * updated to point to the new dentry. This may be negative. |
| 2672 | * |
| 2673 | * Returns an error code otherwise. |
| 2674 | */ |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2675 | static int atomic_open(struct nameidata *nd, struct dentry *dentry, |
| 2676 | struct path *path, struct file *file, |
| 2677 | const struct open_flags *op, |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2678 | bool got_write, bool need_lookup, |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2679 | int *opened) |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2680 | { |
| 2681 | struct inode *dir = nd->path.dentry->d_inode; |
| 2682 | unsigned open_flag = open_to_namei_flags(op->open_flag); |
| 2683 | umode_t mode; |
| 2684 | int error; |
| 2685 | int acc_mode; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2686 | int create_error = 0; |
| 2687 | struct dentry *const DENTRY_NOT_SET = (void *) -1UL; |
Miklos Szeredi | 116cc02 | 2013-09-16 14:52:05 +0200 | [diff] [blame] | 2688 | bool excl; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2689 | |
| 2690 | BUG_ON(dentry->d_inode); |
| 2691 | |
| 2692 | /* Don't create child dentry for a dead directory. */ |
| 2693 | if (unlikely(IS_DEADDIR(dir))) { |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2694 | error = -ENOENT; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2695 | goto out; |
| 2696 | } |
| 2697 | |
Miklos Szeredi | 62b259d | 2012-08-15 13:01:24 +0200 | [diff] [blame] | 2698 | mode = op->mode; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2699 | if ((open_flag & O_CREAT) && !IS_POSIXACL(dir)) |
| 2700 | mode &= ~current_umask(); |
| 2701 | |
Miklos Szeredi | 116cc02 | 2013-09-16 14:52:05 +0200 | [diff] [blame] | 2702 | excl = (open_flag & (O_EXCL | O_CREAT)) == (O_EXCL | O_CREAT); |
| 2703 | if (excl) |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2704 | open_flag &= ~O_TRUNC; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2705 | |
| 2706 | /* |
| 2707 | * Checking write permission is tricky, bacuse we don't know if we are |
| 2708 | * going to actually need it: O_CREAT opens should work as long as the |
| 2709 | * file exists. But checking existence breaks atomicity. The trick is |
| 2710 | * to check access and if not granted clear O_CREAT from the flags. |
| 2711 | * |
| 2712 | * Another problem is returing the "right" error value (e.g. for an |
| 2713 | * O_EXCL open we want to return EEXIST not EROFS). |
| 2714 | */ |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2715 | if (((open_flag & (O_CREAT | O_TRUNC)) || |
| 2716 | (open_flag & O_ACCMODE) != O_RDONLY) && unlikely(!got_write)) { |
| 2717 | if (!(open_flag & O_CREAT)) { |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2718 | /* |
| 2719 | * No O_CREATE -> atomicity not a requirement -> fall |
| 2720 | * back to lookup + open |
| 2721 | */ |
| 2722 | goto no_open; |
| 2723 | } else if (open_flag & (O_EXCL | O_TRUNC)) { |
| 2724 | /* Fall back and fail with the right error */ |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2725 | create_error = -EROFS; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2726 | goto no_open; |
| 2727 | } else { |
| 2728 | /* No side effects, safe to clear O_CREAT */ |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2729 | create_error = -EROFS; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2730 | open_flag &= ~O_CREAT; |
| 2731 | } |
| 2732 | } |
| 2733 | |
| 2734 | if (open_flag & O_CREAT) { |
Miklos Szeredi | 38227f7 | 2012-08-15 13:01:24 +0200 | [diff] [blame] | 2735 | error = may_o_create(&nd->path, dentry, mode); |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2736 | if (error) { |
| 2737 | create_error = error; |
| 2738 | if (open_flag & O_EXCL) |
| 2739 | goto no_open; |
| 2740 | open_flag &= ~O_CREAT; |
| 2741 | } |
| 2742 | } |
| 2743 | |
| 2744 | if (nd->flags & LOOKUP_DIRECTORY) |
| 2745 | open_flag |= O_DIRECTORY; |
| 2746 | |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 2747 | file->f_path.dentry = DENTRY_NOT_SET; |
| 2748 | file->f_path.mnt = nd->path.mnt; |
| 2749 | error = dir->i_op->atomic_open(dir, dentry, file, open_flag, mode, |
Al Viro | 4723768 | 2012-06-10 05:01:45 -0400 | [diff] [blame] | 2750 | opened); |
Al Viro | d958527 | 2012-06-22 12:39:14 +0400 | [diff] [blame] | 2751 | if (error < 0) { |
Al Viro | d958527 | 2012-06-22 12:39:14 +0400 | [diff] [blame] | 2752 | if (create_error && error == -ENOENT) |
| 2753 | error = create_error; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2754 | goto out; |
| 2755 | } |
| 2756 | |
Al Viro | d958527 | 2012-06-22 12:39:14 +0400 | [diff] [blame] | 2757 | if (error) { /* returned 1, that is */ |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 2758 | if (WARN_ON(file->f_path.dentry == DENTRY_NOT_SET)) { |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2759 | error = -EIO; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2760 | goto out; |
| 2761 | } |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 2762 | if (file->f_path.dentry) { |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2763 | dput(dentry); |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 2764 | dentry = file->f_path.dentry; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2765 | } |
Al Viro | 03da633 | 2013-09-16 19:22:33 -0400 | [diff] [blame] | 2766 | if (*opened & FILE_CREATED) |
| 2767 | fsnotify_create(dir, dentry); |
| 2768 | if (!dentry->d_inode) { |
| 2769 | WARN_ON(*opened & FILE_CREATED); |
| 2770 | if (create_error) { |
| 2771 | error = create_error; |
| 2772 | goto out; |
| 2773 | } |
| 2774 | } else { |
| 2775 | if (excl && !(*opened & FILE_CREATED)) { |
| 2776 | error = -EEXIST; |
| 2777 | goto out; |
| 2778 | } |
Sage Weil | 62b2ce9 | 2012-08-15 13:30:12 -0700 | [diff] [blame] | 2779 | } |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2780 | goto looked_up; |
| 2781 | } |
| 2782 | |
| 2783 | /* |
| 2784 | * We didn't have the inode before the open, so check open permission |
| 2785 | * here. |
| 2786 | */ |
Al Viro | 03da633 | 2013-09-16 19:22:33 -0400 | [diff] [blame] | 2787 | acc_mode = op->acc_mode; |
| 2788 | if (*opened & FILE_CREATED) { |
| 2789 | WARN_ON(!(open_flag & O_CREAT)); |
| 2790 | fsnotify_create(dir, dentry); |
| 2791 | acc_mode = MAY_OPEN; |
| 2792 | } |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2793 | error = may_open(&file->f_path, acc_mode, open_flag); |
| 2794 | if (error) |
| 2795 | fput(file); |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2796 | |
| 2797 | out: |
| 2798 | dput(dentry); |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2799 | return error; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2800 | |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2801 | no_open: |
| 2802 | if (need_lookup) { |
Al Viro | 72bd866 | 2012-06-10 17:17:17 -0400 | [diff] [blame] | 2803 | dentry = lookup_real(dir, dentry, nd->flags); |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2804 | if (IS_ERR(dentry)) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2805 | return PTR_ERR(dentry); |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2806 | |
| 2807 | if (create_error) { |
| 2808 | int open_flag = op->open_flag; |
| 2809 | |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2810 | error = create_error; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2811 | if ((open_flag & O_EXCL)) { |
| 2812 | if (!dentry->d_inode) |
| 2813 | goto out; |
| 2814 | } else if (!dentry->d_inode) { |
| 2815 | goto out; |
| 2816 | } else if ((open_flag & O_TRUNC) && |
| 2817 | S_ISREG(dentry->d_inode->i_mode)) { |
| 2818 | goto out; |
| 2819 | } |
| 2820 | /* will fail later, go on to get the right error */ |
| 2821 | } |
| 2822 | } |
| 2823 | looked_up: |
| 2824 | path->dentry = dentry; |
| 2825 | path->mnt = nd->path.mnt; |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2826 | return 1; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2827 | } |
| 2828 | |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 2829 | /* |
David Howells | 1acf0af | 2012-06-14 16:13:46 +0100 | [diff] [blame] | 2830 | * Look up and maybe create and open the last component. |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2831 | * |
| 2832 | * Must be called with i_mutex held on parent. |
| 2833 | * |
David Howells | 1acf0af | 2012-06-14 16:13:46 +0100 | [diff] [blame] | 2834 | * Returns 0 if the file was successfully atomically created (if necessary) and |
| 2835 | * opened. In this case the file will be returned attached to @file. |
| 2836 | * |
| 2837 | * Returns 1 if the file was not completely opened at this time, though lookups |
| 2838 | * and creations will have been performed and the dentry returned in @path will |
| 2839 | * be positive upon return if O_CREAT was specified. If O_CREAT wasn't |
| 2840 | * specified then a negative dentry may be returned. |
| 2841 | * |
| 2842 | * An error code is returned otherwise. |
| 2843 | * |
| 2844 | * FILE_CREATE will be set in @*opened if the dentry was created and will be |
| 2845 | * cleared otherwise prior to returning. |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2846 | */ |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2847 | static int lookup_open(struct nameidata *nd, struct path *path, |
| 2848 | struct file *file, |
| 2849 | const struct open_flags *op, |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2850 | bool got_write, int *opened) |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2851 | { |
| 2852 | struct dentry *dir = nd->path.dentry; |
Miklos Szeredi | 54ef487 | 2012-06-05 15:10:16 +0200 | [diff] [blame] | 2853 | struct inode *dir_inode = dir->d_inode; |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2854 | struct dentry *dentry; |
| 2855 | int error; |
Miklos Szeredi | 54ef487 | 2012-06-05 15:10:16 +0200 | [diff] [blame] | 2856 | bool need_lookup; |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2857 | |
Al Viro | 4723768 | 2012-06-10 05:01:45 -0400 | [diff] [blame] | 2858 | *opened &= ~FILE_CREATED; |
Al Viro | 201f956 | 2012-06-22 12:42:10 +0400 | [diff] [blame] | 2859 | dentry = lookup_dcache(&nd->last, dir, nd->flags, &need_lookup); |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2860 | if (IS_ERR(dentry)) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2861 | return PTR_ERR(dentry); |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2862 | |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2863 | /* Cached positive dentry: will open in f_op->open */ |
| 2864 | if (!need_lookup && dentry->d_inode) |
| 2865 | goto out_no_open; |
| 2866 | |
| 2867 | if ((nd->flags & LOOKUP_OPEN) && dir_inode->i_op->atomic_open) { |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2868 | return atomic_open(nd, dentry, path, file, op, got_write, |
Al Viro | 4723768 | 2012-06-10 05:01:45 -0400 | [diff] [blame] | 2869 | need_lookup, opened); |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2870 | } |
| 2871 | |
Miklos Szeredi | 54ef487 | 2012-06-05 15:10:16 +0200 | [diff] [blame] | 2872 | if (need_lookup) { |
| 2873 | BUG_ON(dentry->d_inode); |
| 2874 | |
Al Viro | 72bd866 | 2012-06-10 17:17:17 -0400 | [diff] [blame] | 2875 | dentry = lookup_real(dir_inode, dentry, nd->flags); |
Miklos Szeredi | 54ef487 | 2012-06-05 15:10:16 +0200 | [diff] [blame] | 2876 | if (IS_ERR(dentry)) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2877 | return PTR_ERR(dentry); |
Miklos Szeredi | 54ef487 | 2012-06-05 15:10:16 +0200 | [diff] [blame] | 2878 | } |
| 2879 | |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2880 | /* Negative dentry, just create the file */ |
| 2881 | if (!dentry->d_inode && (op->open_flag & O_CREAT)) { |
| 2882 | umode_t mode = op->mode; |
| 2883 | if (!IS_POSIXACL(dir->d_inode)) |
| 2884 | mode &= ~current_umask(); |
| 2885 | /* |
| 2886 | * This write is needed to ensure that a |
| 2887 | * rw->ro transition does not occur between |
| 2888 | * the time when the file is created and when |
| 2889 | * a permanent write count is taken through |
Miklos Szeredi | 015c3bb | 2012-06-05 15:10:27 +0200 | [diff] [blame] | 2890 | * the 'struct file' in finish_open(). |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2891 | */ |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2892 | if (!got_write) { |
| 2893 | error = -EROFS; |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2894 | goto out_dput; |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2895 | } |
Al Viro | 4723768 | 2012-06-10 05:01:45 -0400 | [diff] [blame] | 2896 | *opened |= FILE_CREATED; |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2897 | error = security_path_mknod(&nd->path, dentry, mode, 0); |
| 2898 | if (error) |
| 2899 | goto out_dput; |
Al Viro | 312b63f | 2012-06-10 18:09:36 -0400 | [diff] [blame] | 2900 | error = vfs_create(dir->d_inode, dentry, mode, |
| 2901 | nd->flags & LOOKUP_EXCL); |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2902 | if (error) |
| 2903 | goto out_dput; |
| 2904 | } |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2905 | out_no_open: |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2906 | path->dentry = dentry; |
| 2907 | path->mnt = nd->path.mnt; |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2908 | return 1; |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2909 | |
| 2910 | out_dput: |
| 2911 | dput(dentry); |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2912 | return error; |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2913 | } |
| 2914 | |
| 2915 | /* |
Al Viro | fe2d35f | 2011-03-05 22:58:25 -0500 | [diff] [blame] | 2916 | * Handle the last step of open() |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 2917 | */ |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2918 | static int do_last(struct nameidata *nd, struct path *path, |
| 2919 | struct file *file, const struct open_flags *op, |
Jeff Layton | 669abf4 | 2012-10-10 16:43:10 -0400 | [diff] [blame] | 2920 | int *opened, struct filename *name) |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 2921 | { |
Al Viro | a1e2803 | 2009-12-24 02:12:06 -0500 | [diff] [blame] | 2922 | struct dentry *dir = nd->path.dentry; |
Al Viro | ca344a89 | 2011-03-09 00:36:45 -0500 | [diff] [blame] | 2923 | int open_flag = op->open_flag; |
Miklos Szeredi | 77d660a | 2012-06-05 15:10:30 +0200 | [diff] [blame] | 2924 | bool will_truncate = (open_flag & O_TRUNC) != 0; |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2925 | bool got_write = false; |
Al Viro | bcda765 | 2011-03-13 16:42:14 -0400 | [diff] [blame] | 2926 | int acc_mode = op->acc_mode; |
Miklos Szeredi | a1eb331 | 2012-05-21 17:30:07 +0200 | [diff] [blame] | 2927 | struct inode *inode; |
Miklos Szeredi | 77d660a | 2012-06-05 15:10:30 +0200 | [diff] [blame] | 2928 | bool symlink_ok = false; |
Miklos Szeredi | 16b1c1c | 2012-05-21 17:30:19 +0200 | [diff] [blame] | 2929 | struct path save_parent = { .dentry = NULL, .mnt = NULL }; |
| 2930 | bool retried = false; |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 2931 | int error; |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 2932 | |
Al Viro | c3e380b | 2011-02-23 13:39:45 -0500 | [diff] [blame] | 2933 | nd->flags &= ~LOOKUP_PARENT; |
| 2934 | nd->flags |= op->intent; |
| 2935 | |
Al Viro | bc77daa | 2013-06-06 09:12:33 -0400 | [diff] [blame] | 2936 | if (nd->last_type != LAST_NORM) { |
Al Viro | fe2d35f | 2011-03-05 22:58:25 -0500 | [diff] [blame] | 2937 | error = handle_dots(nd, nd->last_type); |
| 2938 | if (error) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2939 | return error; |
Miklos Szeredi | e83db16 | 2012-06-05 15:10:29 +0200 | [diff] [blame] | 2940 | goto finish_open; |
Al Viro | 1f36f77 | 2009-12-26 10:56:19 -0500 | [diff] [blame] | 2941 | } |
Al Viro | 67ee3ad | 2009-12-26 07:01:01 -0500 | [diff] [blame] | 2942 | |
Al Viro | ca344a89 | 2011-03-09 00:36:45 -0500 | [diff] [blame] | 2943 | if (!(open_flag & O_CREAT)) { |
Al Viro | fe2d35f | 2011-03-05 22:58:25 -0500 | [diff] [blame] | 2944 | if (nd->last.name[nd->last.len]) |
| 2945 | nd->flags |= LOOKUP_FOLLOW | LOOKUP_DIRECTORY; |
Al Viro | bcda765 | 2011-03-13 16:42:14 -0400 | [diff] [blame] | 2946 | if (open_flag & O_PATH && !(nd->flags & LOOKUP_FOLLOW)) |
Miklos Szeredi | 77d660a | 2012-06-05 15:10:30 +0200 | [diff] [blame] | 2947 | symlink_ok = true; |
Al Viro | fe2d35f | 2011-03-05 22:58:25 -0500 | [diff] [blame] | 2948 | /* we _can_ be in RCU mode here */ |
Al Viro | e97cdc8 | 2013-01-24 18:16:00 -0500 | [diff] [blame] | 2949 | error = lookup_fast(nd, path, &inode); |
Miklos Szeredi | 7157486 | 2012-06-05 15:10:14 +0200 | [diff] [blame] | 2950 | if (likely(!error)) |
| 2951 | goto finish_lookup; |
Miklos Szeredi | a1eb331 | 2012-05-21 17:30:07 +0200 | [diff] [blame] | 2952 | |
Miklos Szeredi | 7157486 | 2012-06-05 15:10:14 +0200 | [diff] [blame] | 2953 | if (error < 0) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2954 | goto out; |
Miklos Szeredi | 37d7fff | 2012-06-05 15:10:12 +0200 | [diff] [blame] | 2955 | |
Miklos Szeredi | 7157486 | 2012-06-05 15:10:14 +0200 | [diff] [blame] | 2956 | BUG_ON(nd->inode != dir->d_inode); |
Miklos Szeredi | b6183df | 2012-06-05 15:10:13 +0200 | [diff] [blame] | 2957 | } else { |
| 2958 | /* create side of things */ |
| 2959 | /* |
| 2960 | * This will *only* deal with leaving RCU mode - LOOKUP_JUMPED |
| 2961 | * has been cleared when we got to the last component we are |
| 2962 | * about to look up |
| 2963 | */ |
| 2964 | error = complete_walk(nd); |
| 2965 | if (error) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2966 | return error; |
Miklos Szeredi | b6183df | 2012-06-05 15:10:13 +0200 | [diff] [blame] | 2967 | |
Jeff Layton | 33e2208 | 2013-04-12 15:16:32 -0400 | [diff] [blame] | 2968 | audit_inode(name, dir, LOOKUP_PARENT); |
Miklos Szeredi | b6183df | 2012-06-05 15:10:13 +0200 | [diff] [blame] | 2969 | error = -EISDIR; |
| 2970 | /* trailing slashes? */ |
| 2971 | if (nd->last.name[nd->last.len]) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2972 | goto out; |
Al Viro | fe2d35f | 2011-03-05 22:58:25 -0500 | [diff] [blame] | 2973 | } |
| 2974 | |
Miklos Szeredi | 16b1c1c | 2012-05-21 17:30:19 +0200 | [diff] [blame] | 2975 | retry_lookup: |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2976 | if (op->open_flag & (O_CREAT | O_TRUNC | O_WRONLY | O_RDWR)) { |
| 2977 | error = mnt_want_write(nd->path.mnt); |
| 2978 | if (!error) |
| 2979 | got_write = true; |
| 2980 | /* |
| 2981 | * do _not_ fail yet - we might not need that or fail with |
| 2982 | * a different error; let lookup_open() decide; we'll be |
| 2983 | * dropping this one anyway. |
| 2984 | */ |
| 2985 | } |
Al Viro | a1e2803 | 2009-12-24 02:12:06 -0500 | [diff] [blame] | 2986 | mutex_lock(&dir->d_inode->i_mutex); |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2987 | error = lookup_open(nd, path, file, op, got_write, opened); |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2988 | mutex_unlock(&dir->d_inode->i_mutex); |
Al Viro | a1e2803 | 2009-12-24 02:12:06 -0500 | [diff] [blame] | 2989 | |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2990 | if (error <= 0) { |
| 2991 | if (error) |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2992 | goto out; |
| 2993 | |
Al Viro | 4723768 | 2012-06-10 05:01:45 -0400 | [diff] [blame] | 2994 | if ((*opened & FILE_CREATED) || |
Al Viro | 496ad9a | 2013-01-23 17:07:38 -0500 | [diff] [blame] | 2995 | !S_ISREG(file_inode(file)->i_mode)) |
Miklos Szeredi | 77d660a | 2012-06-05 15:10:30 +0200 | [diff] [blame] | 2996 | will_truncate = false; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2997 | |
Jeff Layton | adb5c24 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 2998 | audit_inode(name, file->f_path.dentry, 0); |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2999 | goto opened; |
| 3000 | } |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3001 | |
Al Viro | 4723768 | 2012-06-10 05:01:45 -0400 | [diff] [blame] | 3002 | if (*opened & FILE_CREATED) { |
Al Viro | 9b44f1b | 2011-03-09 00:17:27 -0500 | [diff] [blame] | 3003 | /* Don't check for write permission, don't truncate */ |
Al Viro | ca344a89 | 2011-03-09 00:36:45 -0500 | [diff] [blame] | 3004 | open_flag &= ~O_TRUNC; |
Miklos Szeredi | 77d660a | 2012-06-05 15:10:30 +0200 | [diff] [blame] | 3005 | will_truncate = false; |
Al Viro | bcda765 | 2011-03-13 16:42:14 -0400 | [diff] [blame] | 3006 | acc_mode = MAY_OPEN; |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 3007 | path_to_nameidata(path, nd); |
Miklos Szeredi | e83db16 | 2012-06-05 15:10:29 +0200 | [diff] [blame] | 3008 | goto finish_open_created; |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3009 | } |
| 3010 | |
| 3011 | /* |
Jeff Layton | 3134f37 | 2012-07-25 10:19:47 -0400 | [diff] [blame] | 3012 | * create/update audit record if it already exists. |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3013 | */ |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 3014 | if (d_is_positive(path->dentry)) |
Jeff Layton | adb5c24 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 3015 | audit_inode(name, path->dentry, 0); |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3016 | |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 3017 | /* |
| 3018 | * If atomic_open() acquired write access it is dropped now due to |
| 3019 | * possible mount and symlink following (this might be optimized away if |
| 3020 | * necessary...) |
| 3021 | */ |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 3022 | if (got_write) { |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 3023 | mnt_drop_write(nd->path.mnt); |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 3024 | got_write = false; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 3025 | } |
| 3026 | |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3027 | error = -EEXIST; |
Al Viro | f8310c5 | 2012-07-30 11:50:30 +0400 | [diff] [blame] | 3028 | if ((open_flag & (O_EXCL | O_CREAT)) == (O_EXCL | O_CREAT)) |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3029 | goto exit_dput; |
| 3030 | |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 3031 | error = follow_managed(path, nd->flags); |
| 3032 | if (error < 0) |
| 3033 | goto exit_dput; |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3034 | |
Al Viro | a3fbbde | 2011-11-07 21:21:26 +0000 | [diff] [blame] | 3035 | if (error) |
| 3036 | nd->flags |= LOOKUP_JUMPED; |
| 3037 | |
Miklos Szeredi | decf340 | 2012-05-21 17:30:08 +0200 | [diff] [blame] | 3038 | BUG_ON(nd->flags & LOOKUP_RCU); |
| 3039 | inode = path->dentry->d_inode; |
Miklos Szeredi | 5f5daac | 2012-05-21 17:30:14 +0200 | [diff] [blame] | 3040 | finish_lookup: |
| 3041 | /* we _can_ be in RCU mode here */ |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3042 | error = -ENOENT; |
Al Viro | 2221331 | 2014-04-19 12:30:58 -0400 | [diff] [blame] | 3043 | if (!inode || d_is_negative(path->dentry)) { |
Miklos Szeredi | 54c33e7 | 2012-05-21 17:30:10 +0200 | [diff] [blame] | 3044 | path_to_nameidata(path, nd); |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3045 | goto out; |
Miklos Szeredi | 54c33e7 | 2012-05-21 17:30:10 +0200 | [diff] [blame] | 3046 | } |
Al Viro | 9e67f36 | 2009-12-26 07:04:50 -0500 | [diff] [blame] | 3047 | |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 3048 | if (should_follow_link(path->dentry, !symlink_ok)) { |
Miklos Szeredi | d45ea86 | 2012-05-21 17:30:09 +0200 | [diff] [blame] | 3049 | if (nd->flags & LOOKUP_RCU) { |
| 3050 | if (unlikely(unlazy_walk(nd, path->dentry))) { |
| 3051 | error = -ECHILD; |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3052 | goto out; |
Miklos Szeredi | d45ea86 | 2012-05-21 17:30:09 +0200 | [diff] [blame] | 3053 | } |
| 3054 | } |
| 3055 | BUG_ON(inode != path->dentry->d_inode); |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3056 | return 1; |
Miklos Szeredi | d45ea86 | 2012-05-21 17:30:09 +0200 | [diff] [blame] | 3057 | } |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3058 | |
Miklos Szeredi | 16b1c1c | 2012-05-21 17:30:19 +0200 | [diff] [blame] | 3059 | if ((nd->flags & LOOKUP_RCU) || nd->path.mnt != path->mnt) { |
| 3060 | path_to_nameidata(path, nd); |
| 3061 | } else { |
| 3062 | save_parent.dentry = nd->path.dentry; |
| 3063 | save_parent.mnt = mntget(path->mnt); |
| 3064 | nd->path.dentry = path->dentry; |
| 3065 | |
| 3066 | } |
Miklos Szeredi | decf340 | 2012-05-21 17:30:08 +0200 | [diff] [blame] | 3067 | nd->inode = inode; |
Al Viro | a3fbbde | 2011-11-07 21:21:26 +0000 | [diff] [blame] | 3068 | /* Why this, you ask? _Now_ we might have grown LOOKUP_JUMPED... */ |
Al Viro | bc77daa | 2013-06-06 09:12:33 -0400 | [diff] [blame] | 3069 | finish_open: |
Al Viro | a3fbbde | 2011-11-07 21:21:26 +0000 | [diff] [blame] | 3070 | error = complete_walk(nd); |
Miklos Szeredi | 16b1c1c | 2012-05-21 17:30:19 +0200 | [diff] [blame] | 3071 | if (error) { |
| 3072 | path_put(&save_parent); |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3073 | return error; |
Miklos Szeredi | 16b1c1c | 2012-05-21 17:30:19 +0200 | [diff] [blame] | 3074 | } |
Al Viro | bc77daa | 2013-06-06 09:12:33 -0400 | [diff] [blame] | 3075 | audit_inode(name, nd->path.dentry, 0); |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3076 | error = -EISDIR; |
Miklos Szeredi | 44b1d53 | 2014-04-01 17:08:41 +0200 | [diff] [blame] | 3077 | if ((open_flag & O_CREAT) && d_is_dir(nd->path.dentry)) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3078 | goto out; |
Miklos Szeredi | af2f554 | 2012-05-21 17:30:11 +0200 | [diff] [blame] | 3079 | error = -ENOTDIR; |
Miklos Szeredi | 44b1d53 | 2014-04-01 17:08:41 +0200 | [diff] [blame] | 3080 | if ((nd->flags & LOOKUP_DIRECTORY) && !d_can_lookup(nd->path.dentry)) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3081 | goto out; |
Al Viro | 6c0d46c | 2011-03-09 00:59:59 -0500 | [diff] [blame] | 3082 | if (!S_ISREG(nd->inode->i_mode)) |
Miklos Szeredi | 77d660a | 2012-06-05 15:10:30 +0200 | [diff] [blame] | 3083 | will_truncate = false; |
Al Viro | 6c0d46c | 2011-03-09 00:59:59 -0500 | [diff] [blame] | 3084 | |
Al Viro | 0f9d1a1 | 2011-03-09 00:13:14 -0500 | [diff] [blame] | 3085 | if (will_truncate) { |
| 3086 | error = mnt_want_write(nd->path.mnt); |
| 3087 | if (error) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3088 | goto out; |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 3089 | got_write = true; |
Al Viro | 0f9d1a1 | 2011-03-09 00:13:14 -0500 | [diff] [blame] | 3090 | } |
Miklos Szeredi | e83db16 | 2012-06-05 15:10:29 +0200 | [diff] [blame] | 3091 | finish_open_created: |
Al Viro | bcda765 | 2011-03-13 16:42:14 -0400 | [diff] [blame] | 3092 | error = may_open(&nd->path, acc_mode, open_flag); |
Al Viro | ca344a89 | 2011-03-09 00:36:45 -0500 | [diff] [blame] | 3093 | if (error) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3094 | goto out; |
Miklos Szeredi | 4aa7c63 | 2014-10-24 00:14:35 +0200 | [diff] [blame] | 3095 | |
| 3096 | BUG_ON(*opened & FILE_OPENED); /* once it's opened, it's opened */ |
| 3097 | error = vfs_open(&nd->path, file, current_cred()); |
| 3098 | if (!error) { |
| 3099 | *opened |= FILE_OPENED; |
| 3100 | } else { |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 3101 | if (error == -EOPENSTALE) |
Miklos Szeredi | f60dc3d | 2012-06-05 15:10:31 +0200 | [diff] [blame] | 3102 | goto stale_open; |
Miklos Szeredi | 015c3bb | 2012-06-05 15:10:27 +0200 | [diff] [blame] | 3103 | goto out; |
Miklos Szeredi | f60dc3d | 2012-06-05 15:10:31 +0200 | [diff] [blame] | 3104 | } |
Miklos Szeredi | a8277b9 | 2012-06-05 15:10:32 +0200 | [diff] [blame] | 3105 | opened: |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3106 | error = open_check_o_direct(file); |
Miklos Szeredi | 015c3bb | 2012-06-05 15:10:27 +0200 | [diff] [blame] | 3107 | if (error) |
| 3108 | goto exit_fput; |
Dmitry Kasatkin | 3034a14 | 2014-06-27 18:15:44 +0300 | [diff] [blame] | 3109 | error = ima_file_check(file, op->acc_mode, *opened); |
Miklos Szeredi | aa4caad | 2012-06-05 15:10:28 +0200 | [diff] [blame] | 3110 | if (error) |
| 3111 | goto exit_fput; |
| 3112 | |
| 3113 | if (will_truncate) { |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3114 | error = handle_truncate(file); |
Miklos Szeredi | aa4caad | 2012-06-05 15:10:28 +0200 | [diff] [blame] | 3115 | if (error) |
| 3116 | goto exit_fput; |
Al Viro | 0f9d1a1 | 2011-03-09 00:13:14 -0500 | [diff] [blame] | 3117 | } |
Al Viro | ca344a89 | 2011-03-09 00:36:45 -0500 | [diff] [blame] | 3118 | out: |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 3119 | if (got_write) |
Al Viro | 0f9d1a1 | 2011-03-09 00:13:14 -0500 | [diff] [blame] | 3120 | mnt_drop_write(nd->path.mnt); |
Miklos Szeredi | 16b1c1c | 2012-05-21 17:30:19 +0200 | [diff] [blame] | 3121 | path_put(&save_parent); |
Miklos Szeredi | e276ae6 | 2012-05-21 17:30:06 +0200 | [diff] [blame] | 3122 | terminate_walk(nd); |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3123 | return error; |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3124 | |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3125 | exit_dput: |
| 3126 | path_put_conditional(path, nd); |
Al Viro | ca344a89 | 2011-03-09 00:36:45 -0500 | [diff] [blame] | 3127 | goto out; |
Miklos Szeredi | 015c3bb | 2012-06-05 15:10:27 +0200 | [diff] [blame] | 3128 | exit_fput: |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3129 | fput(file); |
| 3130 | goto out; |
Miklos Szeredi | 015c3bb | 2012-06-05 15:10:27 +0200 | [diff] [blame] | 3131 | |
Miklos Szeredi | f60dc3d | 2012-06-05 15:10:31 +0200 | [diff] [blame] | 3132 | stale_open: |
| 3133 | /* If no saved parent or already retried then can't retry */ |
| 3134 | if (!save_parent.dentry || retried) |
| 3135 | goto out; |
| 3136 | |
| 3137 | BUG_ON(save_parent.dentry != dir); |
| 3138 | path_put(&nd->path); |
| 3139 | nd->path = save_parent; |
| 3140 | nd->inode = dir->d_inode; |
| 3141 | save_parent.mnt = NULL; |
| 3142 | save_parent.dentry = NULL; |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 3143 | if (got_write) { |
Miklos Szeredi | f60dc3d | 2012-06-05 15:10:31 +0200 | [diff] [blame] | 3144 | mnt_drop_write(nd->path.mnt); |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 3145 | got_write = false; |
Miklos Szeredi | f60dc3d | 2012-06-05 15:10:31 +0200 | [diff] [blame] | 3146 | } |
| 3147 | retried = true; |
| 3148 | goto retry_lookup; |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3149 | } |
| 3150 | |
Al Viro | 60545d0 | 2013-06-07 01:20:27 -0400 | [diff] [blame] | 3151 | static int do_tmpfile(int dfd, struct filename *pathname, |
| 3152 | struct nameidata *nd, int flags, |
| 3153 | const struct open_flags *op, |
| 3154 | struct file *file, int *opened) |
| 3155 | { |
| 3156 | static const struct qstr name = QSTR_INIT("/", 1); |
| 3157 | struct dentry *dentry, *child; |
| 3158 | struct inode *dir; |
| 3159 | int error = path_lookupat(dfd, pathname->name, |
| 3160 | flags | LOOKUP_DIRECTORY, nd); |
| 3161 | if (unlikely(error)) |
| 3162 | return error; |
| 3163 | error = mnt_want_write(nd->path.mnt); |
| 3164 | if (unlikely(error)) |
| 3165 | goto out; |
| 3166 | /* we want directory to be writable */ |
| 3167 | error = inode_permission(nd->inode, MAY_WRITE | MAY_EXEC); |
| 3168 | if (error) |
| 3169 | goto out2; |
| 3170 | dentry = nd->path.dentry; |
| 3171 | dir = dentry->d_inode; |
| 3172 | if (!dir->i_op->tmpfile) { |
| 3173 | error = -EOPNOTSUPP; |
| 3174 | goto out2; |
| 3175 | } |
| 3176 | child = d_alloc(dentry, &name); |
| 3177 | if (unlikely(!child)) { |
| 3178 | error = -ENOMEM; |
| 3179 | goto out2; |
| 3180 | } |
| 3181 | nd->flags &= ~LOOKUP_DIRECTORY; |
| 3182 | nd->flags |= op->intent; |
| 3183 | dput(nd->path.dentry); |
| 3184 | nd->path.dentry = child; |
| 3185 | error = dir->i_op->tmpfile(dir, nd->path.dentry, op->mode); |
| 3186 | if (error) |
| 3187 | goto out2; |
| 3188 | audit_inode(pathname, nd->path.dentry, 0); |
Eric Rannaud | 69a91c2 | 2014-10-30 01:51:01 -0700 | [diff] [blame] | 3189 | /* Don't check for other permissions, the inode was just created */ |
| 3190 | error = may_open(&nd->path, MAY_OPEN, op->open_flag); |
Al Viro | 60545d0 | 2013-06-07 01:20:27 -0400 | [diff] [blame] | 3191 | if (error) |
| 3192 | goto out2; |
| 3193 | file->f_path.mnt = nd->path.mnt; |
| 3194 | error = finish_open(file, nd->path.dentry, NULL, opened); |
| 3195 | if (error) |
| 3196 | goto out2; |
| 3197 | error = open_check_o_direct(file); |
Al Viro | f4e0c30 | 2013-06-11 08:34:36 +0400 | [diff] [blame] | 3198 | if (error) { |
Al Viro | 60545d0 | 2013-06-07 01:20:27 -0400 | [diff] [blame] | 3199 | fput(file); |
Al Viro | f4e0c30 | 2013-06-11 08:34:36 +0400 | [diff] [blame] | 3200 | } else if (!(op->open_flag & O_EXCL)) { |
| 3201 | struct inode *inode = file_inode(file); |
| 3202 | spin_lock(&inode->i_lock); |
| 3203 | inode->i_state |= I_LINKABLE; |
| 3204 | spin_unlock(&inode->i_lock); |
| 3205 | } |
Al Viro | 60545d0 | 2013-06-07 01:20:27 -0400 | [diff] [blame] | 3206 | out2: |
| 3207 | mnt_drop_write(nd->path.mnt); |
| 3208 | out: |
| 3209 | path_put(&nd->path); |
| 3210 | return error; |
| 3211 | } |
| 3212 | |
Jeff Layton | 669abf4 | 2012-10-10 16:43:10 -0400 | [diff] [blame] | 3213 | static struct file *path_openat(int dfd, struct filename *pathname, |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3214 | struct nameidata *nd, const struct open_flags *op, int flags) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3215 | { |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 3216 | struct file *file; |
Al Viro | 9850c05 | 2010-01-13 15:01:15 -0500 | [diff] [blame] | 3217 | struct path path; |
Al Viro | 4723768 | 2012-06-10 05:01:45 -0400 | [diff] [blame] | 3218 | int opened = 0; |
Al Viro | 13aab42 | 2011-02-23 17:54:08 -0500 | [diff] [blame] | 3219 | int error; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 3220 | |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 3221 | file = get_empty_filp(); |
Al Viro | 1afc99b | 2013-02-14 20:41:04 -0500 | [diff] [blame] | 3222 | if (IS_ERR(file)) |
| 3223 | return file; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 3224 | |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 3225 | file->f_flags = op->open_flag; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 3226 | |
Al Viro | bb458c6 | 2013-07-13 13:26:37 +0400 | [diff] [blame] | 3227 | if (unlikely(file->f_flags & __O_TMPFILE)) { |
Al Viro | 60545d0 | 2013-06-07 01:20:27 -0400 | [diff] [blame] | 3228 | error = do_tmpfile(dfd, pathname, nd, flags, op, file, &opened); |
| 3229 | goto out; |
| 3230 | } |
| 3231 | |
Al Viro | 980f3ea | 2014-11-20 14:20:24 -0500 | [diff] [blame] | 3232 | error = path_init(dfd, pathname->name, flags, nd); |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 3233 | if (unlikely(error)) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3234 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3235 | |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3236 | error = do_last(nd, &path, file, op, &opened, pathname); |
| 3237 | while (unlikely(error > 0)) { /* trailing symlink */ |
Nick Piggin | 7b9337a | 2011-01-14 08:42:43 +0000 | [diff] [blame] | 3238 | struct path link = path; |
Al Viro | def4af3 | 2009-12-26 08:37:05 -0500 | [diff] [blame] | 3239 | void *cookie; |
Al Viro | 574197e | 2011-03-14 22:20:34 -0400 | [diff] [blame] | 3240 | if (!(nd->flags & LOOKUP_FOLLOW)) { |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3241 | path_put_conditional(&path, nd); |
| 3242 | path_put(&nd->path); |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3243 | error = -ELOOP; |
Al Viro | 40b3913 | 2011-03-09 16:22:18 -0500 | [diff] [blame] | 3244 | break; |
| 3245 | } |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 3246 | error = may_follow_link(&link, nd); |
| 3247 | if (unlikely(error)) |
| 3248 | break; |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3249 | nd->flags |= LOOKUP_PARENT; |
| 3250 | nd->flags &= ~(LOOKUP_OPEN|LOOKUP_CREATE|LOOKUP_EXCL); |
Al Viro | 574197e | 2011-03-14 22:20:34 -0400 | [diff] [blame] | 3251 | error = follow_link(&link, nd, &cookie); |
Al Viro | c3e380b | 2011-02-23 13:39:45 -0500 | [diff] [blame] | 3252 | if (unlikely(error)) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3253 | break; |
| 3254 | error = do_last(nd, &path, file, op, &opened, pathname); |
Al Viro | 574197e | 2011-03-14 22:20:34 -0400 | [diff] [blame] | 3255 | put_link(nd, &link, cookie); |
Al Viro | 806b681 | 2009-12-26 07:16:40 -0500 | [diff] [blame] | 3256 | } |
Al Viro | 10fa8e6 | 2009-12-26 07:09:49 -0500 | [diff] [blame] | 3257 | out: |
Al Viro | 893b777 | 2014-11-20 14:18:09 -0500 | [diff] [blame] | 3258 | path_cleanup(nd); |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3259 | if (!(opened & FILE_OPENED)) { |
| 3260 | BUG_ON(!error); |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 3261 | put_filp(file); |
Miklos Szeredi | 015c3bb | 2012-06-05 15:10:27 +0200 | [diff] [blame] | 3262 | } |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3263 | if (unlikely(error)) { |
| 3264 | if (error == -EOPENSTALE) { |
| 3265 | if (flags & LOOKUP_RCU) |
| 3266 | error = -ECHILD; |
| 3267 | else |
| 3268 | error = -ESTALE; |
| 3269 | } |
| 3270 | file = ERR_PTR(error); |
| 3271 | } |
| 3272 | return file; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3273 | } |
| 3274 | |
Jeff Layton | 669abf4 | 2012-10-10 16:43:10 -0400 | [diff] [blame] | 3275 | struct file *do_filp_open(int dfd, struct filename *pathname, |
Al Viro | f9652e1 | 2013-06-11 08:23:01 +0400 | [diff] [blame] | 3276 | const struct open_flags *op) |
Al Viro | 13aab42 | 2011-02-23 17:54:08 -0500 | [diff] [blame] | 3277 | { |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3278 | struct nameidata nd; |
Al Viro | f9652e1 | 2013-06-11 08:23:01 +0400 | [diff] [blame] | 3279 | int flags = op->lookup_flags; |
Al Viro | 13aab42 | 2011-02-23 17:54:08 -0500 | [diff] [blame] | 3280 | struct file *filp; |
| 3281 | |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3282 | filp = path_openat(dfd, pathname, &nd, op, flags | LOOKUP_RCU); |
Al Viro | 13aab42 | 2011-02-23 17:54:08 -0500 | [diff] [blame] | 3283 | if (unlikely(filp == ERR_PTR(-ECHILD))) |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3284 | filp = path_openat(dfd, pathname, &nd, op, flags); |
Al Viro | 13aab42 | 2011-02-23 17:54:08 -0500 | [diff] [blame] | 3285 | if (unlikely(filp == ERR_PTR(-ESTALE))) |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3286 | filp = path_openat(dfd, pathname, &nd, op, flags | LOOKUP_REVAL); |
Al Viro | 13aab42 | 2011-02-23 17:54:08 -0500 | [diff] [blame] | 3287 | return filp; |
| 3288 | } |
| 3289 | |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3290 | struct file *do_file_open_root(struct dentry *dentry, struct vfsmount *mnt, |
Al Viro | f9652e1 | 2013-06-11 08:23:01 +0400 | [diff] [blame] | 3291 | const char *name, const struct open_flags *op) |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3292 | { |
| 3293 | struct nameidata nd; |
| 3294 | struct file *file; |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 3295 | struct filename *filename; |
Al Viro | f9652e1 | 2013-06-11 08:23:01 +0400 | [diff] [blame] | 3296 | int flags = op->lookup_flags | LOOKUP_ROOT; |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3297 | |
| 3298 | nd.root.mnt = mnt; |
| 3299 | nd.root.dentry = dentry; |
| 3300 | |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 3301 | if (d_is_symlink(dentry) && op->intent & LOOKUP_OPEN) |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3302 | return ERR_PTR(-ELOOP); |
| 3303 | |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 3304 | filename = getname_kernel(name); |
| 3305 | if (unlikely(IS_ERR(filename))) |
| 3306 | return ERR_CAST(filename); |
| 3307 | |
| 3308 | file = path_openat(-1, filename, &nd, op, flags | LOOKUP_RCU); |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3309 | if (unlikely(file == ERR_PTR(-ECHILD))) |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 3310 | file = path_openat(-1, filename, &nd, op, flags); |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3311 | if (unlikely(file == ERR_PTR(-ESTALE))) |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 3312 | file = path_openat(-1, filename, &nd, op, flags | LOOKUP_REVAL); |
| 3313 | putname(filename); |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3314 | return file; |
| 3315 | } |
| 3316 | |
Al Viro | fa14a0b | 2015-01-22 02:16:49 -0500 | [diff] [blame] | 3317 | static struct dentry *filename_create(int dfd, struct filename *name, |
Jeff Layton | 1ac12b4 | 2012-12-11 12:10:06 -0500 | [diff] [blame] | 3318 | struct path *path, unsigned int lookup_flags) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3319 | { |
Christoph Hellwig | c663e5d | 2005-06-23 00:09:49 -0700 | [diff] [blame] | 3320 | struct dentry *dentry = ERR_PTR(-EEXIST); |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3321 | struct nameidata nd; |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3322 | int err2; |
Jeff Layton | 1ac12b4 | 2012-12-11 12:10:06 -0500 | [diff] [blame] | 3323 | int error; |
| 3324 | bool is_dir = (lookup_flags & LOOKUP_DIRECTORY); |
| 3325 | |
| 3326 | /* |
| 3327 | * Note that only LOOKUP_REVAL and LOOKUP_DIRECTORY matter here. Any |
| 3328 | * other flags passed in are ignored! |
| 3329 | */ |
| 3330 | lookup_flags &= LOOKUP_REVAL; |
| 3331 | |
Al Viro | fa14a0b | 2015-01-22 02:16:49 -0500 | [diff] [blame] | 3332 | error = filename_lookup(dfd, name, LOOKUP_PARENT|lookup_flags, &nd); |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3333 | if (error) |
| 3334 | return ERR_PTR(error); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3335 | |
Christoph Hellwig | c663e5d | 2005-06-23 00:09:49 -0700 | [diff] [blame] | 3336 | /* |
| 3337 | * Yucky last component or no last component at all? |
| 3338 | * (foo/., foo/.., /////) |
| 3339 | */ |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3340 | if (nd.last_type != LAST_NORM) |
| 3341 | goto out; |
| 3342 | nd.flags &= ~LOOKUP_PARENT; |
| 3343 | nd.flags |= LOOKUP_CREATE | LOOKUP_EXCL; |
Christoph Hellwig | c663e5d | 2005-06-23 00:09:49 -0700 | [diff] [blame] | 3344 | |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3345 | /* don't fail immediately if it's r/o, at least try to report other errors */ |
| 3346 | err2 = mnt_want_write(nd.path.mnt); |
Christoph Hellwig | c663e5d | 2005-06-23 00:09:49 -0700 | [diff] [blame] | 3347 | /* |
| 3348 | * Do the final lookup. |
| 3349 | */ |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3350 | mutex_lock_nested(&nd.path.dentry->d_inode->i_mutex, I_MUTEX_PARENT); |
| 3351 | dentry = lookup_hash(&nd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3352 | if (IS_ERR(dentry)) |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3353 | goto unlock; |
Christoph Hellwig | c663e5d | 2005-06-23 00:09:49 -0700 | [diff] [blame] | 3354 | |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3355 | error = -EEXIST; |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 3356 | if (d_is_positive(dentry)) |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3357 | goto fail; |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 3358 | |
Christoph Hellwig | c663e5d | 2005-06-23 00:09:49 -0700 | [diff] [blame] | 3359 | /* |
| 3360 | * Special case - lookup gave negative, but... we had foo/bar/ |
| 3361 | * From the vfs_mknod() POV we just have a negative dentry - |
| 3362 | * all is fine. Let's be bastards - you had / on the end, you've |
| 3363 | * been asking for (non-existent) directory. -ENOENT for you. |
| 3364 | */ |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3365 | if (unlikely(!is_dir && nd.last.name[nd.last.len])) { |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3366 | error = -ENOENT; |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3367 | goto fail; |
Al Viro | e9baf6e | 2008-05-15 04:49:12 -0400 | [diff] [blame] | 3368 | } |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3369 | if (unlikely(err2)) { |
| 3370 | error = err2; |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3371 | goto fail; |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3372 | } |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3373 | *path = nd.path; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3374 | return dentry; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3375 | fail: |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3376 | dput(dentry); |
| 3377 | dentry = ERR_PTR(error); |
| 3378 | unlock: |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3379 | mutex_unlock(&nd.path.dentry->d_inode->i_mutex); |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3380 | if (!err2) |
| 3381 | mnt_drop_write(nd.path.mnt); |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3382 | out: |
| 3383 | path_put(&nd.path); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3384 | return dentry; |
| 3385 | } |
Al Viro | fa14a0b | 2015-01-22 02:16:49 -0500 | [diff] [blame] | 3386 | |
| 3387 | struct dentry *kern_path_create(int dfd, const char *pathname, |
| 3388 | struct path *path, unsigned int lookup_flags) |
| 3389 | { |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 3390 | struct filename *filename = getname_kernel(pathname); |
| 3391 | struct dentry *res; |
| 3392 | |
| 3393 | if (IS_ERR(filename)) |
| 3394 | return ERR_CAST(filename); |
| 3395 | res = filename_create(dfd, filename, path, lookup_flags); |
| 3396 | putname(filename); |
| 3397 | return res; |
Al Viro | fa14a0b | 2015-01-22 02:16:49 -0500 | [diff] [blame] | 3398 | } |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3399 | EXPORT_SYMBOL(kern_path_create); |
| 3400 | |
Al Viro | 921a165 | 2012-07-20 01:15:31 +0400 | [diff] [blame] | 3401 | void done_path_create(struct path *path, struct dentry *dentry) |
| 3402 | { |
| 3403 | dput(dentry); |
| 3404 | mutex_unlock(&path->dentry->d_inode->i_mutex); |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3405 | mnt_drop_write(path->mnt); |
Al Viro | 921a165 | 2012-07-20 01:15:31 +0400 | [diff] [blame] | 3406 | path_put(path); |
| 3407 | } |
| 3408 | EXPORT_SYMBOL(done_path_create); |
| 3409 | |
Jeff Layton | 1ac12b4 | 2012-12-11 12:10:06 -0500 | [diff] [blame] | 3410 | struct dentry *user_path_create(int dfd, const char __user *pathname, |
| 3411 | struct path *path, unsigned int lookup_flags) |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3412 | { |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 3413 | struct filename *tmp = getname(pathname); |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3414 | struct dentry *res; |
| 3415 | if (IS_ERR(tmp)) |
| 3416 | return ERR_CAST(tmp); |
Al Viro | fa14a0b | 2015-01-22 02:16:49 -0500 | [diff] [blame] | 3417 | res = filename_create(dfd, tmp, path, lookup_flags); |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3418 | putname(tmp); |
| 3419 | return res; |
| 3420 | } |
| 3421 | EXPORT_SYMBOL(user_path_create); |
| 3422 | |
Al Viro | 1a67aaf | 2011-07-26 01:52:52 -0400 | [diff] [blame] | 3423 | int vfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3424 | { |
Miklos Szeredi | a95164d | 2008-07-30 15:08:48 +0200 | [diff] [blame] | 3425 | int error = may_create(dir, dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3426 | |
| 3427 | if (error) |
| 3428 | return error; |
| 3429 | |
Eric W. Biederman | 975d6b3 | 2011-11-13 12:16:43 -0800 | [diff] [blame] | 3430 | if ((S_ISCHR(mode) || S_ISBLK(mode)) && !capable(CAP_MKNOD)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3431 | return -EPERM; |
| 3432 | |
Al Viro | acfa438 | 2008-12-04 10:06:33 -0500 | [diff] [blame] | 3433 | if (!dir->i_op->mknod) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3434 | return -EPERM; |
| 3435 | |
Serge E. Hallyn | 08ce5f1 | 2008-04-29 01:00:10 -0700 | [diff] [blame] | 3436 | error = devcgroup_inode_mknod(mode, dev); |
| 3437 | if (error) |
| 3438 | return error; |
| 3439 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3440 | error = security_inode_mknod(dir, dentry, mode, dev); |
| 3441 | if (error) |
| 3442 | return error; |
| 3443 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3444 | error = dir->i_op->mknod(dir, dentry, mode, dev); |
Stephen Smalley | a74574a | 2005-09-09 13:01:44 -0700 | [diff] [blame] | 3445 | if (!error) |
Amy Griffis | f38aa94 | 2005-11-03 15:57:06 +0000 | [diff] [blame] | 3446 | fsnotify_create(dir, dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3447 | return error; |
| 3448 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 3449 | EXPORT_SYMBOL(vfs_mknod); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3450 | |
Al Viro | f69aac0 | 2011-07-26 04:31:40 -0400 | [diff] [blame] | 3451 | static int may_mknod(umode_t mode) |
Dave Hansen | 463c319 | 2008-02-15 14:37:57 -0800 | [diff] [blame] | 3452 | { |
| 3453 | switch (mode & S_IFMT) { |
| 3454 | case S_IFREG: |
| 3455 | case S_IFCHR: |
| 3456 | case S_IFBLK: |
| 3457 | case S_IFIFO: |
| 3458 | case S_IFSOCK: |
| 3459 | case 0: /* zero mode translates to S_IFREG */ |
| 3460 | return 0; |
| 3461 | case S_IFDIR: |
| 3462 | return -EPERM; |
| 3463 | default: |
| 3464 | return -EINVAL; |
| 3465 | } |
| 3466 | } |
| 3467 | |
Al Viro | 8208a22 | 2011-07-25 17:32:17 -0400 | [diff] [blame] | 3468 | SYSCALL_DEFINE4(mknodat, int, dfd, const char __user *, filename, umode_t, mode, |
Heiko Carstens | 2e4d092 | 2009-01-14 14:14:31 +0100 | [diff] [blame] | 3469 | unsigned, dev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3470 | { |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 3471 | struct dentry *dentry; |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3472 | struct path path; |
| 3473 | int error; |
Jeff Layton | 972567f | 2012-12-20 16:00:10 -0500 | [diff] [blame] | 3474 | unsigned int lookup_flags = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3475 | |
Al Viro | 8e4bfca | 2012-07-20 01:17:26 +0400 | [diff] [blame] | 3476 | error = may_mknod(mode); |
| 3477 | if (error) |
| 3478 | return error; |
Jeff Layton | 972567f | 2012-12-20 16:00:10 -0500 | [diff] [blame] | 3479 | retry: |
| 3480 | dentry = user_path_create(dfd, filename, &path, lookup_flags); |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3481 | if (IS_ERR(dentry)) |
| 3482 | return PTR_ERR(dentry); |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 3483 | |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3484 | if (!IS_POSIXACL(path.dentry->d_inode)) |
Al Viro | ce3b0f8 | 2009-03-29 19:08:22 -0400 | [diff] [blame] | 3485 | mode &= ~current_umask(); |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3486 | error = security_path_mknod(&path, dentry, mode, dev); |
Kentaro Takeda | be6d3e5 | 2008-12-17 13:24:15 +0900 | [diff] [blame] | 3487 | if (error) |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3488 | goto out; |
Dave Hansen | 463c319 | 2008-02-15 14:37:57 -0800 | [diff] [blame] | 3489 | switch (mode & S_IFMT) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3490 | case 0: case S_IFREG: |
Al Viro | 312b63f | 2012-06-10 18:09:36 -0400 | [diff] [blame] | 3491 | error = vfs_create(path.dentry->d_inode,dentry,mode,true); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3492 | break; |
| 3493 | case S_IFCHR: case S_IFBLK: |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3494 | error = vfs_mknod(path.dentry->d_inode,dentry,mode, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3495 | new_decode_dev(dev)); |
| 3496 | break; |
| 3497 | case S_IFIFO: case S_IFSOCK: |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3498 | error = vfs_mknod(path.dentry->d_inode,dentry,mode,0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3499 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3500 | } |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3501 | out: |
Al Viro | 921a165 | 2012-07-20 01:15:31 +0400 | [diff] [blame] | 3502 | done_path_create(&path, dentry); |
Jeff Layton | 972567f | 2012-12-20 16:00:10 -0500 | [diff] [blame] | 3503 | if (retry_estale(error, lookup_flags)) { |
| 3504 | lookup_flags |= LOOKUP_REVAL; |
| 3505 | goto retry; |
| 3506 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3507 | return error; |
| 3508 | } |
| 3509 | |
Al Viro | 8208a22 | 2011-07-25 17:32:17 -0400 | [diff] [blame] | 3510 | SYSCALL_DEFINE3(mknod, const char __user *, filename, umode_t, mode, unsigned, dev) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 3511 | { |
| 3512 | return sys_mknodat(AT_FDCWD, filename, mode, dev); |
| 3513 | } |
| 3514 | |
Al Viro | 18bb1db | 2011-07-26 01:41:39 -0400 | [diff] [blame] | 3515 | int vfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3516 | { |
Miklos Szeredi | a95164d | 2008-07-30 15:08:48 +0200 | [diff] [blame] | 3517 | int error = may_create(dir, dentry); |
Al Viro | 8de5277 | 2012-02-06 12:45:27 -0500 | [diff] [blame] | 3518 | unsigned max_links = dir->i_sb->s_max_links; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3519 | |
| 3520 | if (error) |
| 3521 | return error; |
| 3522 | |
Al Viro | acfa438 | 2008-12-04 10:06:33 -0500 | [diff] [blame] | 3523 | if (!dir->i_op->mkdir) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3524 | return -EPERM; |
| 3525 | |
| 3526 | mode &= (S_IRWXUGO|S_ISVTX); |
| 3527 | error = security_inode_mkdir(dir, dentry, mode); |
| 3528 | if (error) |
| 3529 | return error; |
| 3530 | |
Al Viro | 8de5277 | 2012-02-06 12:45:27 -0500 | [diff] [blame] | 3531 | if (max_links && dir->i_nlink >= max_links) |
| 3532 | return -EMLINK; |
| 3533 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3534 | error = dir->i_op->mkdir(dir, dentry, mode); |
Stephen Smalley | a74574a | 2005-09-09 13:01:44 -0700 | [diff] [blame] | 3535 | if (!error) |
Amy Griffis | f38aa94 | 2005-11-03 15:57:06 +0000 | [diff] [blame] | 3536 | fsnotify_mkdir(dir, dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3537 | return error; |
| 3538 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 3539 | EXPORT_SYMBOL(vfs_mkdir); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3540 | |
Al Viro | a218d0f | 2011-11-21 14:59:34 -0500 | [diff] [blame] | 3541 | SYSCALL_DEFINE3(mkdirat, int, dfd, const char __user *, pathname, umode_t, mode) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3542 | { |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3543 | struct dentry *dentry; |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3544 | struct path path; |
| 3545 | int error; |
Jeff Layton | b76d8b8 | 2012-12-20 16:04:09 -0500 | [diff] [blame] | 3546 | unsigned int lookup_flags = LOOKUP_DIRECTORY; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3547 | |
Jeff Layton | b76d8b8 | 2012-12-20 16:04:09 -0500 | [diff] [blame] | 3548 | retry: |
| 3549 | dentry = user_path_create(dfd, pathname, &path, lookup_flags); |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3550 | if (IS_ERR(dentry)) |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3551 | return PTR_ERR(dentry); |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3552 | |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3553 | if (!IS_POSIXACL(path.dentry->d_inode)) |
Al Viro | ce3b0f8 | 2009-03-29 19:08:22 -0400 | [diff] [blame] | 3554 | mode &= ~current_umask(); |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3555 | error = security_path_mkdir(&path, dentry, mode); |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3556 | if (!error) |
| 3557 | error = vfs_mkdir(path.dentry->d_inode, dentry, mode); |
Al Viro | 921a165 | 2012-07-20 01:15:31 +0400 | [diff] [blame] | 3558 | done_path_create(&path, dentry); |
Jeff Layton | b76d8b8 | 2012-12-20 16:04:09 -0500 | [diff] [blame] | 3559 | if (retry_estale(error, lookup_flags)) { |
| 3560 | lookup_flags |= LOOKUP_REVAL; |
| 3561 | goto retry; |
| 3562 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3563 | return error; |
| 3564 | } |
| 3565 | |
Al Viro | a218d0f | 2011-11-21 14:59:34 -0500 | [diff] [blame] | 3566 | SYSCALL_DEFINE2(mkdir, const char __user *, pathname, umode_t, mode) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 3567 | { |
| 3568 | return sys_mkdirat(AT_FDCWD, pathname, mode); |
| 3569 | } |
| 3570 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3571 | /* |
Sage Weil | a71905f | 2011-05-24 13:06:08 -0700 | [diff] [blame] | 3572 | * The dentry_unhash() helper will try to drop the dentry early: we |
J. Bruce Fields | c0d0259 | 2012-02-15 11:48:40 -0500 | [diff] [blame] | 3573 | * should have a usage count of 1 if we're the only user of this |
Sage Weil | a71905f | 2011-05-24 13:06:08 -0700 | [diff] [blame] | 3574 | * dentry, and if that is true (possibly after pruning the dcache), |
| 3575 | * then we drop the dentry now. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3576 | * |
| 3577 | * A low-level filesystem can, if it choses, legally |
| 3578 | * do a |
| 3579 | * |
| 3580 | * if (!d_unhashed(dentry)) |
| 3581 | * return -EBUSY; |
| 3582 | * |
| 3583 | * if it cannot handle the case of removing a directory |
| 3584 | * that is still in use by something else.. |
| 3585 | */ |
| 3586 | void dentry_unhash(struct dentry *dentry) |
| 3587 | { |
Vasily Averin | dc16842 | 2006-12-06 20:37:07 -0800 | [diff] [blame] | 3588 | shrink_dcache_parent(dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3589 | spin_lock(&dentry->d_lock); |
Waiman Long | 9847423 | 2013-08-28 18:24:59 -0700 | [diff] [blame] | 3590 | if (dentry->d_lockref.count == 1) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3591 | __d_drop(dentry); |
| 3592 | spin_unlock(&dentry->d_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3593 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 3594 | EXPORT_SYMBOL(dentry_unhash); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3595 | |
| 3596 | int vfs_rmdir(struct inode *dir, struct dentry *dentry) |
| 3597 | { |
| 3598 | int error = may_delete(dir, dentry, 1); |
| 3599 | |
| 3600 | if (error) |
| 3601 | return error; |
| 3602 | |
Al Viro | acfa438 | 2008-12-04 10:06:33 -0500 | [diff] [blame] | 3603 | if (!dir->i_op->rmdir) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3604 | return -EPERM; |
| 3605 | |
Al Viro | 1d2ef59 | 2011-09-14 18:55:41 +0100 | [diff] [blame] | 3606 | dget(dentry); |
Jes Sorensen | 1b1dcc1 | 2006-01-09 15:59:24 -0800 | [diff] [blame] | 3607 | mutex_lock(&dentry->d_inode->i_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3608 | |
Sage Weil | 912dbc1 | 2011-05-24 13:06:11 -0700 | [diff] [blame] | 3609 | error = -EBUSY; |
Eric W. Biederman | 7af1364 | 2013-10-04 19:15:13 -0700 | [diff] [blame] | 3610 | if (is_local_mountpoint(dentry)) |
Sage Weil | 912dbc1 | 2011-05-24 13:06:11 -0700 | [diff] [blame] | 3611 | goto out; |
| 3612 | |
| 3613 | error = security_inode_rmdir(dir, dentry); |
| 3614 | if (error) |
| 3615 | goto out; |
| 3616 | |
Sage Weil | 3cebde2 | 2011-05-29 21:20:59 -0700 | [diff] [blame] | 3617 | shrink_dcache_parent(dentry); |
Sage Weil | 912dbc1 | 2011-05-24 13:06:11 -0700 | [diff] [blame] | 3618 | error = dir->i_op->rmdir(dir, dentry); |
| 3619 | if (error) |
| 3620 | goto out; |
| 3621 | |
| 3622 | dentry->d_inode->i_flags |= S_DEAD; |
| 3623 | dont_mount(dentry); |
Eric W. Biederman | 8ed936b | 2013-10-01 18:33:48 -0700 | [diff] [blame] | 3624 | detach_mounts(dentry); |
Sage Weil | 912dbc1 | 2011-05-24 13:06:11 -0700 | [diff] [blame] | 3625 | |
| 3626 | out: |
| 3627 | mutex_unlock(&dentry->d_inode->i_mutex); |
Al Viro | 1d2ef59 | 2011-09-14 18:55:41 +0100 | [diff] [blame] | 3628 | dput(dentry); |
Sage Weil | 912dbc1 | 2011-05-24 13:06:11 -0700 | [diff] [blame] | 3629 | if (!error) |
| 3630 | d_delete(dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3631 | return error; |
| 3632 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 3633 | EXPORT_SYMBOL(vfs_rmdir); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3634 | |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 3635 | static long do_rmdir(int dfd, const char __user *pathname) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3636 | { |
| 3637 | int error = 0; |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 3638 | struct filename *name; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3639 | struct dentry *dentry; |
| 3640 | struct nameidata nd; |
Jeff Layton | c6ee920 | 2012-12-20 16:28:33 -0500 | [diff] [blame] | 3641 | unsigned int lookup_flags = 0; |
| 3642 | retry: |
| 3643 | name = user_path_parent(dfd, pathname, &nd, lookup_flags); |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 3644 | if (IS_ERR(name)) |
| 3645 | return PTR_ERR(name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3646 | |
| 3647 | switch(nd.last_type) { |
OGAWA Hirofumi | 0612d9f | 2008-10-16 07:50:29 +0900 | [diff] [blame] | 3648 | case LAST_DOTDOT: |
| 3649 | error = -ENOTEMPTY; |
| 3650 | goto exit1; |
| 3651 | case LAST_DOT: |
| 3652 | error = -EINVAL; |
| 3653 | goto exit1; |
| 3654 | case LAST_ROOT: |
| 3655 | error = -EBUSY; |
| 3656 | goto exit1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3657 | } |
OGAWA Hirofumi | 0612d9f | 2008-10-16 07:50:29 +0900 | [diff] [blame] | 3658 | |
| 3659 | nd.flags &= ~LOOKUP_PARENT; |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3660 | error = mnt_want_write(nd.path.mnt); |
| 3661 | if (error) |
| 3662 | goto exit1; |
OGAWA Hirofumi | 0612d9f | 2008-10-16 07:50:29 +0900 | [diff] [blame] | 3663 | |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 3664 | mutex_lock_nested(&nd.path.dentry->d_inode->i_mutex, I_MUTEX_PARENT); |
Christoph Hellwig | 49705b7 | 2005-11-08 21:35:06 -0800 | [diff] [blame] | 3665 | dentry = lookup_hash(&nd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3666 | error = PTR_ERR(dentry); |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3667 | if (IS_ERR(dentry)) |
| 3668 | goto exit2; |
Theodore Ts'o | e6bc45d | 2011-06-06 19:19:40 -0400 | [diff] [blame] | 3669 | if (!dentry->d_inode) { |
| 3670 | error = -ENOENT; |
| 3671 | goto exit3; |
| 3672 | } |
Kentaro Takeda | be6d3e5 | 2008-12-17 13:24:15 +0900 | [diff] [blame] | 3673 | error = security_path_rmdir(&nd.path, dentry); |
| 3674 | if (error) |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3675 | goto exit3; |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 3676 | error = vfs_rmdir(nd.path.dentry->d_inode, dentry); |
Dave Hansen | 0622753 | 2008-02-15 14:37:34 -0800 | [diff] [blame] | 3677 | exit3: |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3678 | dput(dentry); |
| 3679 | exit2: |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 3680 | mutex_unlock(&nd.path.dentry->d_inode->i_mutex); |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3681 | mnt_drop_write(nd.path.mnt); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3682 | exit1: |
Jan Blunck | 1d957f9 | 2008-02-14 19:34:35 -0800 | [diff] [blame] | 3683 | path_put(&nd.path); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3684 | putname(name); |
Jeff Layton | c6ee920 | 2012-12-20 16:28:33 -0500 | [diff] [blame] | 3685 | if (retry_estale(error, lookup_flags)) { |
| 3686 | lookup_flags |= LOOKUP_REVAL; |
| 3687 | goto retry; |
| 3688 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3689 | return error; |
| 3690 | } |
| 3691 | |
Heiko Carstens | 3cdad42 | 2009-01-14 14:14:22 +0100 | [diff] [blame] | 3692 | SYSCALL_DEFINE1(rmdir, const char __user *, pathname) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 3693 | { |
| 3694 | return do_rmdir(AT_FDCWD, pathname); |
| 3695 | } |
| 3696 | |
J. Bruce Fields | b21996e | 2011-09-20 09:14:34 -0400 | [diff] [blame] | 3697 | /** |
| 3698 | * vfs_unlink - unlink a filesystem object |
| 3699 | * @dir: parent directory |
| 3700 | * @dentry: victim |
| 3701 | * @delegated_inode: returns victim inode, if the inode is delegated. |
| 3702 | * |
| 3703 | * The caller must hold dir->i_mutex. |
| 3704 | * |
| 3705 | * If vfs_unlink discovers a delegation, it will return -EWOULDBLOCK and |
| 3706 | * return a reference to the inode in delegated_inode. The caller |
| 3707 | * should then break the delegation on that inode and retry. Because |
| 3708 | * breaking a delegation may take a long time, the caller should drop |
| 3709 | * dir->i_mutex before doing so. |
| 3710 | * |
| 3711 | * Alternatively, a caller may pass NULL for delegated_inode. This may |
| 3712 | * be appropriate for callers that expect the underlying filesystem not |
| 3713 | * to be NFS exported. |
| 3714 | */ |
| 3715 | int vfs_unlink(struct inode *dir, struct dentry *dentry, struct inode **delegated_inode) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3716 | { |
J. Bruce Fields | 9accbb9 | 2012-08-28 07:03:24 -0400 | [diff] [blame] | 3717 | struct inode *target = dentry->d_inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3718 | int error = may_delete(dir, dentry, 0); |
| 3719 | |
| 3720 | if (error) |
| 3721 | return error; |
| 3722 | |
Al Viro | acfa438 | 2008-12-04 10:06:33 -0500 | [diff] [blame] | 3723 | if (!dir->i_op->unlink) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3724 | return -EPERM; |
| 3725 | |
J. Bruce Fields | 9accbb9 | 2012-08-28 07:03:24 -0400 | [diff] [blame] | 3726 | mutex_lock(&target->i_mutex); |
Eric W. Biederman | 8ed936b | 2013-10-01 18:33:48 -0700 | [diff] [blame] | 3727 | if (is_local_mountpoint(dentry)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3728 | error = -EBUSY; |
| 3729 | else { |
| 3730 | error = security_inode_unlink(dir, dentry); |
Al Viro | bec1052 | 2010-03-03 14:12:08 -0500 | [diff] [blame] | 3731 | if (!error) { |
J. Bruce Fields | 5a14696 | 2012-08-28 07:50:40 -0700 | [diff] [blame] | 3732 | error = try_break_deleg(target, delegated_inode); |
| 3733 | if (error) |
J. Bruce Fields | b21996e | 2011-09-20 09:14:34 -0400 | [diff] [blame] | 3734 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3735 | error = dir->i_op->unlink(dir, dentry); |
Eric W. Biederman | 8ed936b | 2013-10-01 18:33:48 -0700 | [diff] [blame] | 3736 | if (!error) { |
Al Viro | d83c49f | 2010-04-30 17:17:09 -0400 | [diff] [blame] | 3737 | dont_mount(dentry); |
Eric W. Biederman | 8ed936b | 2013-10-01 18:33:48 -0700 | [diff] [blame] | 3738 | detach_mounts(dentry); |
| 3739 | } |
Al Viro | bec1052 | 2010-03-03 14:12:08 -0500 | [diff] [blame] | 3740 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3741 | } |
J. Bruce Fields | b21996e | 2011-09-20 09:14:34 -0400 | [diff] [blame] | 3742 | out: |
J. Bruce Fields | 9accbb9 | 2012-08-28 07:03:24 -0400 | [diff] [blame] | 3743 | mutex_unlock(&target->i_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3744 | |
| 3745 | /* We don't d_delete() NFS sillyrenamed files--they still exist. */ |
| 3746 | if (!error && !(dentry->d_flags & DCACHE_NFSFS_RENAMED)) { |
J. Bruce Fields | 9accbb9 | 2012-08-28 07:03:24 -0400 | [diff] [blame] | 3747 | fsnotify_link_count(target); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3748 | d_delete(dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3749 | } |
Robert Love | 0eeca28 | 2005-07-12 17:06:03 -0400 | [diff] [blame] | 3750 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3751 | return error; |
| 3752 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 3753 | EXPORT_SYMBOL(vfs_unlink); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3754 | |
| 3755 | /* |
| 3756 | * Make sure that the actual truncation of the file will occur outside its |
Jes Sorensen | 1b1dcc1 | 2006-01-09 15:59:24 -0800 | [diff] [blame] | 3757 | * directory's i_mutex. Truncate can take a long time if there is a lot of |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3758 | * writeout happening, and we don't want to prevent access to the directory |
| 3759 | * while waiting on the I/O. |
| 3760 | */ |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 3761 | static long do_unlinkat(int dfd, const char __user *pathname) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3762 | { |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 3763 | int error; |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 3764 | struct filename *name; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3765 | struct dentry *dentry; |
| 3766 | struct nameidata nd; |
| 3767 | struct inode *inode = NULL; |
J. Bruce Fields | b21996e | 2011-09-20 09:14:34 -0400 | [diff] [blame] | 3768 | struct inode *delegated_inode = NULL; |
Jeff Layton | 5d18f81 | 2012-12-20 16:38:04 -0500 | [diff] [blame] | 3769 | unsigned int lookup_flags = 0; |
| 3770 | retry: |
| 3771 | name = user_path_parent(dfd, pathname, &nd, lookup_flags); |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 3772 | if (IS_ERR(name)) |
| 3773 | return PTR_ERR(name); |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 3774 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3775 | error = -EISDIR; |
| 3776 | if (nd.last_type != LAST_NORM) |
| 3777 | goto exit1; |
OGAWA Hirofumi | 0612d9f | 2008-10-16 07:50:29 +0900 | [diff] [blame] | 3778 | |
| 3779 | nd.flags &= ~LOOKUP_PARENT; |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3780 | error = mnt_want_write(nd.path.mnt); |
| 3781 | if (error) |
| 3782 | goto exit1; |
J. Bruce Fields | b21996e | 2011-09-20 09:14:34 -0400 | [diff] [blame] | 3783 | retry_deleg: |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 3784 | mutex_lock_nested(&nd.path.dentry->d_inode->i_mutex, I_MUTEX_PARENT); |
Christoph Hellwig | 49705b7 | 2005-11-08 21:35:06 -0800 | [diff] [blame] | 3785 | dentry = lookup_hash(&nd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3786 | error = PTR_ERR(dentry); |
| 3787 | if (!IS_ERR(dentry)) { |
| 3788 | /* Why not before? Because we want correct error value */ |
Török Edwin | 50338b8 | 2011-06-16 00:06:14 +0300 | [diff] [blame] | 3789 | if (nd.last.name[nd.last.len]) |
| 3790 | goto slashes; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3791 | inode = dentry->d_inode; |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 3792 | if (d_is_negative(dentry)) |
Theodore Ts'o | e6bc45d | 2011-06-06 19:19:40 -0400 | [diff] [blame] | 3793 | goto slashes; |
| 3794 | ihold(inode); |
Kentaro Takeda | be6d3e5 | 2008-12-17 13:24:15 +0900 | [diff] [blame] | 3795 | error = security_path_unlink(&nd.path, dentry); |
| 3796 | if (error) |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3797 | goto exit2; |
J. Bruce Fields | b21996e | 2011-09-20 09:14:34 -0400 | [diff] [blame] | 3798 | error = vfs_unlink(nd.path.dentry->d_inode, dentry, &delegated_inode); |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3799 | exit2: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3800 | dput(dentry); |
| 3801 | } |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 3802 | mutex_unlock(&nd.path.dentry->d_inode->i_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3803 | if (inode) |
| 3804 | iput(inode); /* truncate the inode here */ |
J. Bruce Fields | b21996e | 2011-09-20 09:14:34 -0400 | [diff] [blame] | 3805 | inode = NULL; |
| 3806 | if (delegated_inode) { |
J. Bruce Fields | 5a14696 | 2012-08-28 07:50:40 -0700 | [diff] [blame] | 3807 | error = break_deleg_wait(&delegated_inode); |
J. Bruce Fields | b21996e | 2011-09-20 09:14:34 -0400 | [diff] [blame] | 3808 | if (!error) |
| 3809 | goto retry_deleg; |
| 3810 | } |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3811 | mnt_drop_write(nd.path.mnt); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3812 | exit1: |
Jan Blunck | 1d957f9 | 2008-02-14 19:34:35 -0800 | [diff] [blame] | 3813 | path_put(&nd.path); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3814 | putname(name); |
Jeff Layton | 5d18f81 | 2012-12-20 16:38:04 -0500 | [diff] [blame] | 3815 | if (retry_estale(error, lookup_flags)) { |
| 3816 | lookup_flags |= LOOKUP_REVAL; |
| 3817 | inode = NULL; |
| 3818 | goto retry; |
| 3819 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3820 | return error; |
| 3821 | |
| 3822 | slashes: |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 3823 | if (d_is_negative(dentry)) |
| 3824 | error = -ENOENT; |
Miklos Szeredi | 44b1d53 | 2014-04-01 17:08:41 +0200 | [diff] [blame] | 3825 | else if (d_is_dir(dentry)) |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 3826 | error = -EISDIR; |
| 3827 | else |
| 3828 | error = -ENOTDIR; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3829 | goto exit2; |
| 3830 | } |
| 3831 | |
Heiko Carstens | 2e4d092 | 2009-01-14 14:14:31 +0100 | [diff] [blame] | 3832 | SYSCALL_DEFINE3(unlinkat, int, dfd, const char __user *, pathname, int, flag) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 3833 | { |
| 3834 | if ((flag & ~AT_REMOVEDIR) != 0) |
| 3835 | return -EINVAL; |
| 3836 | |
| 3837 | if (flag & AT_REMOVEDIR) |
| 3838 | return do_rmdir(dfd, pathname); |
| 3839 | |
| 3840 | return do_unlinkat(dfd, pathname); |
| 3841 | } |
| 3842 | |
Heiko Carstens | 3480b25 | 2009-01-14 14:14:16 +0100 | [diff] [blame] | 3843 | SYSCALL_DEFINE1(unlink, const char __user *, pathname) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 3844 | { |
| 3845 | return do_unlinkat(AT_FDCWD, pathname); |
| 3846 | } |
| 3847 | |
Miklos Szeredi | db2e747 | 2008-06-24 16:50:16 +0200 | [diff] [blame] | 3848 | int vfs_symlink(struct inode *dir, struct dentry *dentry, const char *oldname) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3849 | { |
Miklos Szeredi | a95164d | 2008-07-30 15:08:48 +0200 | [diff] [blame] | 3850 | int error = may_create(dir, dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3851 | |
| 3852 | if (error) |
| 3853 | return error; |
| 3854 | |
Al Viro | acfa438 | 2008-12-04 10:06:33 -0500 | [diff] [blame] | 3855 | if (!dir->i_op->symlink) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3856 | return -EPERM; |
| 3857 | |
| 3858 | error = security_inode_symlink(dir, dentry, oldname); |
| 3859 | if (error) |
| 3860 | return error; |
| 3861 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3862 | error = dir->i_op->symlink(dir, dentry, oldname); |
Stephen Smalley | a74574a | 2005-09-09 13:01:44 -0700 | [diff] [blame] | 3863 | if (!error) |
Amy Griffis | f38aa94 | 2005-11-03 15:57:06 +0000 | [diff] [blame] | 3864 | fsnotify_create(dir, dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3865 | return error; |
| 3866 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 3867 | EXPORT_SYMBOL(vfs_symlink); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3868 | |
Heiko Carstens | 2e4d092 | 2009-01-14 14:14:31 +0100 | [diff] [blame] | 3869 | SYSCALL_DEFINE3(symlinkat, const char __user *, oldname, |
| 3870 | int, newdfd, const char __user *, newname) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3871 | { |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 3872 | int error; |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 3873 | struct filename *from; |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3874 | struct dentry *dentry; |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3875 | struct path path; |
Jeff Layton | f46d356 | 2012-12-11 12:10:08 -0500 | [diff] [blame] | 3876 | unsigned int lookup_flags = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3877 | |
| 3878 | from = getname(oldname); |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 3879 | if (IS_ERR(from)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3880 | return PTR_ERR(from); |
Jeff Layton | f46d356 | 2012-12-11 12:10:08 -0500 | [diff] [blame] | 3881 | retry: |
| 3882 | dentry = user_path_create(newdfd, newname, &path, lookup_flags); |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3883 | error = PTR_ERR(dentry); |
| 3884 | if (IS_ERR(dentry)) |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3885 | goto out_putname; |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3886 | |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 3887 | error = security_path_symlink(&path, dentry, from->name); |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3888 | if (!error) |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 3889 | error = vfs_symlink(path.dentry->d_inode, dentry, from->name); |
Al Viro | 921a165 | 2012-07-20 01:15:31 +0400 | [diff] [blame] | 3890 | done_path_create(&path, dentry); |
Jeff Layton | f46d356 | 2012-12-11 12:10:08 -0500 | [diff] [blame] | 3891 | if (retry_estale(error, lookup_flags)) { |
| 3892 | lookup_flags |= LOOKUP_REVAL; |
| 3893 | goto retry; |
| 3894 | } |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3895 | out_putname: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3896 | putname(from); |
| 3897 | return error; |
| 3898 | } |
| 3899 | |
Heiko Carstens | 3480b25 | 2009-01-14 14:14:16 +0100 | [diff] [blame] | 3900 | SYSCALL_DEFINE2(symlink, const char __user *, oldname, const char __user *, newname) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 3901 | { |
| 3902 | return sys_symlinkat(oldname, AT_FDCWD, newname); |
| 3903 | } |
| 3904 | |
J. Bruce Fields | 146a859 | 2011-09-20 17:14:31 -0400 | [diff] [blame] | 3905 | /** |
| 3906 | * vfs_link - create a new link |
| 3907 | * @old_dentry: object to be linked |
| 3908 | * @dir: new parent |
| 3909 | * @new_dentry: where to create the new link |
| 3910 | * @delegated_inode: returns inode needing a delegation break |
| 3911 | * |
| 3912 | * The caller must hold dir->i_mutex |
| 3913 | * |
| 3914 | * If vfs_link discovers a delegation on the to-be-linked file in need |
| 3915 | * of breaking, it will return -EWOULDBLOCK and return a reference to the |
| 3916 | * inode in delegated_inode. The caller should then break the delegation |
| 3917 | * and retry. Because breaking a delegation may take a long time, the |
| 3918 | * caller should drop the i_mutex before doing so. |
| 3919 | * |
| 3920 | * Alternatively, a caller may pass NULL for delegated_inode. This may |
| 3921 | * be appropriate for callers that expect the underlying filesystem not |
| 3922 | * to be NFS exported. |
| 3923 | */ |
| 3924 | int vfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, struct inode **delegated_inode) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3925 | { |
| 3926 | struct inode *inode = old_dentry->d_inode; |
Al Viro | 8de5277 | 2012-02-06 12:45:27 -0500 | [diff] [blame] | 3927 | unsigned max_links = dir->i_sb->s_max_links; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3928 | int error; |
| 3929 | |
| 3930 | if (!inode) |
| 3931 | return -ENOENT; |
| 3932 | |
Miklos Szeredi | a95164d | 2008-07-30 15:08:48 +0200 | [diff] [blame] | 3933 | error = may_create(dir, new_dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3934 | if (error) |
| 3935 | return error; |
| 3936 | |
| 3937 | if (dir->i_sb != inode->i_sb) |
| 3938 | return -EXDEV; |
| 3939 | |
| 3940 | /* |
| 3941 | * A link to an append-only or immutable file cannot be created. |
| 3942 | */ |
| 3943 | if (IS_APPEND(inode) || IS_IMMUTABLE(inode)) |
| 3944 | return -EPERM; |
Al Viro | acfa438 | 2008-12-04 10:06:33 -0500 | [diff] [blame] | 3945 | if (!dir->i_op->link) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3946 | return -EPERM; |
Tetsuo Handa | 7e79eed | 2008-06-24 16:50:15 +0200 | [diff] [blame] | 3947 | if (S_ISDIR(inode->i_mode)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3948 | return -EPERM; |
| 3949 | |
| 3950 | error = security_inode_link(old_dentry, dir, new_dentry); |
| 3951 | if (error) |
| 3952 | return error; |
| 3953 | |
Tetsuo Handa | 7e79eed | 2008-06-24 16:50:15 +0200 | [diff] [blame] | 3954 | mutex_lock(&inode->i_mutex); |
Aneesh Kumar K.V | aae8a97 | 2011-01-29 18:43:27 +0530 | [diff] [blame] | 3955 | /* Make sure we don't allow creating hardlink to an unlinked file */ |
Al Viro | f4e0c30 | 2013-06-11 08:34:36 +0400 | [diff] [blame] | 3956 | if (inode->i_nlink == 0 && !(inode->i_state & I_LINKABLE)) |
Aneesh Kumar K.V | aae8a97 | 2011-01-29 18:43:27 +0530 | [diff] [blame] | 3957 | error = -ENOENT; |
Al Viro | 8de5277 | 2012-02-06 12:45:27 -0500 | [diff] [blame] | 3958 | else if (max_links && inode->i_nlink >= max_links) |
| 3959 | error = -EMLINK; |
J. Bruce Fields | 146a859 | 2011-09-20 17:14:31 -0400 | [diff] [blame] | 3960 | else { |
| 3961 | error = try_break_deleg(inode, delegated_inode); |
| 3962 | if (!error) |
| 3963 | error = dir->i_op->link(old_dentry, dir, new_dentry); |
| 3964 | } |
Al Viro | f4e0c30 | 2013-06-11 08:34:36 +0400 | [diff] [blame] | 3965 | |
| 3966 | if (!error && (inode->i_state & I_LINKABLE)) { |
| 3967 | spin_lock(&inode->i_lock); |
| 3968 | inode->i_state &= ~I_LINKABLE; |
| 3969 | spin_unlock(&inode->i_lock); |
| 3970 | } |
Tetsuo Handa | 7e79eed | 2008-06-24 16:50:15 +0200 | [diff] [blame] | 3971 | mutex_unlock(&inode->i_mutex); |
Stephen Smalley | e31e14e | 2005-09-09 13:01:45 -0700 | [diff] [blame] | 3972 | if (!error) |
Tetsuo Handa | 7e79eed | 2008-06-24 16:50:15 +0200 | [diff] [blame] | 3973 | fsnotify_link(dir, inode, new_dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3974 | return error; |
| 3975 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 3976 | EXPORT_SYMBOL(vfs_link); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3977 | |
| 3978 | /* |
| 3979 | * Hardlinks are often used in delicate situations. We avoid |
| 3980 | * security-related surprises by not following symlinks on the |
| 3981 | * newname. --KAB |
| 3982 | * |
| 3983 | * We don't follow them on the oldname either to be compatible |
| 3984 | * with linux 2.0, and to avoid hard-linking to directories |
| 3985 | * and other special files. --ADM |
| 3986 | */ |
Heiko Carstens | 2e4d092 | 2009-01-14 14:14:31 +0100 | [diff] [blame] | 3987 | SYSCALL_DEFINE5(linkat, int, olddfd, const char __user *, oldname, |
| 3988 | int, newdfd, const char __user *, newname, int, flags) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3989 | { |
| 3990 | struct dentry *new_dentry; |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3991 | struct path old_path, new_path; |
J. Bruce Fields | 146a859 | 2011-09-20 17:14:31 -0400 | [diff] [blame] | 3992 | struct inode *delegated_inode = NULL; |
Aneesh Kumar K.V | 11a7b37 | 2011-01-29 18:43:42 +0530 | [diff] [blame] | 3993 | int how = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3994 | int error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3995 | |
Aneesh Kumar K.V | 11a7b37 | 2011-01-29 18:43:42 +0530 | [diff] [blame] | 3996 | if ((flags & ~(AT_SYMLINK_FOLLOW | AT_EMPTY_PATH)) != 0) |
Ulrich Drepper | c04030e | 2006-02-24 13:04:21 -0800 | [diff] [blame] | 3997 | return -EINVAL; |
Aneesh Kumar K.V | 11a7b37 | 2011-01-29 18:43:42 +0530 | [diff] [blame] | 3998 | /* |
Linus Torvalds | f0cc6ff | 2013-08-28 09:18:05 -0700 | [diff] [blame] | 3999 | * To use null names we require CAP_DAC_READ_SEARCH |
| 4000 | * This ensures that not everyone will be able to create |
| 4001 | * handlink using the passed filedescriptor. |
Aneesh Kumar K.V | 11a7b37 | 2011-01-29 18:43:42 +0530 | [diff] [blame] | 4002 | */ |
Linus Torvalds | f0cc6ff | 2013-08-28 09:18:05 -0700 | [diff] [blame] | 4003 | if (flags & AT_EMPTY_PATH) { |
| 4004 | if (!capable(CAP_DAC_READ_SEARCH)) |
| 4005 | return -ENOENT; |
Aneesh Kumar K.V | 11a7b37 | 2011-01-29 18:43:42 +0530 | [diff] [blame] | 4006 | how = LOOKUP_EMPTY; |
Linus Torvalds | f0cc6ff | 2013-08-28 09:18:05 -0700 | [diff] [blame] | 4007 | } |
Ulrich Drepper | c04030e | 2006-02-24 13:04:21 -0800 | [diff] [blame] | 4008 | |
Aneesh Kumar K.V | 11a7b37 | 2011-01-29 18:43:42 +0530 | [diff] [blame] | 4009 | if (flags & AT_SYMLINK_FOLLOW) |
| 4010 | how |= LOOKUP_FOLLOW; |
Jeff Layton | 442e31c | 2012-12-20 16:15:38 -0500 | [diff] [blame] | 4011 | retry: |
Aneesh Kumar K.V | 11a7b37 | 2011-01-29 18:43:42 +0530 | [diff] [blame] | 4012 | error = user_path_at(olddfd, oldname, how, &old_path); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4013 | if (error) |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 4014 | return error; |
| 4015 | |
Jeff Layton | 442e31c | 2012-12-20 16:15:38 -0500 | [diff] [blame] | 4016 | new_dentry = user_path_create(newdfd, newname, &new_path, |
| 4017 | (how & LOOKUP_REVAL)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4018 | error = PTR_ERR(new_dentry); |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 4019 | if (IS_ERR(new_dentry)) |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 4020 | goto out; |
| 4021 | |
| 4022 | error = -EXDEV; |
| 4023 | if (old_path.mnt != new_path.mnt) |
| 4024 | goto out_dput; |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 4025 | error = may_linkat(&old_path); |
| 4026 | if (unlikely(error)) |
| 4027 | goto out_dput; |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 4028 | error = security_path_link(old_path.dentry, &new_path, new_dentry); |
Kentaro Takeda | be6d3e5 | 2008-12-17 13:24:15 +0900 | [diff] [blame] | 4029 | if (error) |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 4030 | goto out_dput; |
J. Bruce Fields | 146a859 | 2011-09-20 17:14:31 -0400 | [diff] [blame] | 4031 | error = vfs_link(old_path.dentry, new_path.dentry->d_inode, new_dentry, &delegated_inode); |
Dave Hansen | 75c3f29 | 2008-02-15 14:37:45 -0800 | [diff] [blame] | 4032 | out_dput: |
Al Viro | 921a165 | 2012-07-20 01:15:31 +0400 | [diff] [blame] | 4033 | done_path_create(&new_path, new_dentry); |
J. Bruce Fields | 146a859 | 2011-09-20 17:14:31 -0400 | [diff] [blame] | 4034 | if (delegated_inode) { |
| 4035 | error = break_deleg_wait(&delegated_inode); |
Oleg Drokin | d22e633 | 2014-01-31 15:41:58 -0500 | [diff] [blame] | 4036 | if (!error) { |
| 4037 | path_put(&old_path); |
J. Bruce Fields | 146a859 | 2011-09-20 17:14:31 -0400 | [diff] [blame] | 4038 | goto retry; |
Oleg Drokin | d22e633 | 2014-01-31 15:41:58 -0500 | [diff] [blame] | 4039 | } |
J. Bruce Fields | 146a859 | 2011-09-20 17:14:31 -0400 | [diff] [blame] | 4040 | } |
Jeff Layton | 442e31c | 2012-12-20 16:15:38 -0500 | [diff] [blame] | 4041 | if (retry_estale(error, how)) { |
Oleg Drokin | d22e633 | 2014-01-31 15:41:58 -0500 | [diff] [blame] | 4042 | path_put(&old_path); |
Jeff Layton | 442e31c | 2012-12-20 16:15:38 -0500 | [diff] [blame] | 4043 | how |= LOOKUP_REVAL; |
| 4044 | goto retry; |
| 4045 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4046 | out: |
Al Viro | 2d8f303 | 2008-07-22 09:59:21 -0400 | [diff] [blame] | 4047 | path_put(&old_path); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4048 | |
| 4049 | return error; |
| 4050 | } |
| 4051 | |
Heiko Carstens | 3480b25 | 2009-01-14 14:14:16 +0100 | [diff] [blame] | 4052 | SYSCALL_DEFINE2(link, const char __user *, oldname, const char __user *, newname) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 4053 | { |
Ulrich Drepper | c04030e | 2006-02-24 13:04:21 -0800 | [diff] [blame] | 4054 | return sys_linkat(AT_FDCWD, oldname, AT_FDCWD, newname, 0); |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 4055 | } |
| 4056 | |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4057 | /** |
| 4058 | * vfs_rename - rename a filesystem object |
| 4059 | * @old_dir: parent of source |
| 4060 | * @old_dentry: source |
| 4061 | * @new_dir: parent of destination |
| 4062 | * @new_dentry: destination |
| 4063 | * @delegated_inode: returns an inode needing a delegation break |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4064 | * @flags: rename flags |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4065 | * |
| 4066 | * The caller must hold multiple mutexes--see lock_rename()). |
| 4067 | * |
| 4068 | * If vfs_rename discovers a delegation in need of breaking at either |
| 4069 | * the source or destination, it will return -EWOULDBLOCK and return a |
| 4070 | * reference to the inode in delegated_inode. The caller should then |
| 4071 | * break the delegation and retry. Because breaking a delegation may |
| 4072 | * take a long time, the caller should drop all locks before doing |
| 4073 | * so. |
| 4074 | * |
| 4075 | * Alternatively, a caller may pass NULL for delegated_inode. This may |
| 4076 | * be appropriate for callers that expect the underlying filesystem not |
| 4077 | * to be NFS exported. |
| 4078 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4079 | * The worst of all namespace operations - renaming directory. "Perverted" |
| 4080 | * doesn't even start to describe it. Somebody in UCB had a heck of a trip... |
| 4081 | * Problems: |
J. Bruce Fields | d03b29a | 2014-02-17 16:52:33 -0500 | [diff] [blame] | 4082 | * a) we can get into loop creation. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4083 | * b) race potential - two innocent renames can create a loop together. |
| 4084 | * That's where 4.4 screws up. Current fix: serialization on |
Arjan van de Ven | a11f3a0 | 2006-03-23 03:00:33 -0800 | [diff] [blame] | 4085 | * sb->s_vfs_rename_mutex. We might be more accurate, but that's another |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4086 | * story. |
J. Bruce Fields | 6cedba8 | 2012-03-05 11:40:41 -0500 | [diff] [blame] | 4087 | * c) we have to lock _four_ objects - parents and victim (if it exists), |
| 4088 | * and source (if it is not a directory). |
Jes Sorensen | 1b1dcc1 | 2006-01-09 15:59:24 -0800 | [diff] [blame] | 4089 | * And that - after we got ->i_mutex on parents (until then we don't know |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4090 | * whether the target exists). Solution: try to be smart with locking |
| 4091 | * order for inodes. We rely on the fact that tree topology may change |
Arjan van de Ven | a11f3a0 | 2006-03-23 03:00:33 -0800 | [diff] [blame] | 4092 | * only under ->s_vfs_rename_mutex _and_ that parent of the object we |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4093 | * move will be locked. Thus we can rank directories by the tree |
| 4094 | * (ancestors first) and rank all non-directories after them. |
| 4095 | * That works since everybody except rename does "lock parent, lookup, |
Arjan van de Ven | a11f3a0 | 2006-03-23 03:00:33 -0800 | [diff] [blame] | 4096 | * lock child" and rename is under ->s_vfs_rename_mutex. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4097 | * HOWEVER, it relies on the assumption that any object with ->lookup() |
| 4098 | * has no more than 1 dentry. If "hybrid" objects will ever appear, |
| 4099 | * we'd better make sure that there's no link(2) for them. |
Sage Weil | e4eaac0 | 2011-05-24 13:06:07 -0700 | [diff] [blame] | 4100 | * d) conversion from fhandle to dentry may come in the wrong moment - when |
Jes Sorensen | 1b1dcc1 | 2006-01-09 15:59:24 -0800 | [diff] [blame] | 4101 | * we are removing the target. Solution: we will have to grab ->i_mutex |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4102 | * in the fhandle_to_dentry code. [FIXME - current nfsfh.c relies on |
Adam Buchbinder | c41b20e | 2009-12-11 16:35:39 -0500 | [diff] [blame] | 4103 | * ->i_mutex on parents, which works but leads to some truly excessive |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4104 | * locking]. |
| 4105 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4106 | int vfs_rename(struct inode *old_dir, struct dentry *old_dentry, |
J. Bruce Fields | 8e6d782 | 2011-09-20 16:59:58 -0400 | [diff] [blame] | 4107 | struct inode *new_dir, struct dentry *new_dentry, |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4108 | struct inode **delegated_inode, unsigned int flags) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4109 | { |
| 4110 | int error; |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4111 | bool is_dir = d_is_dir(old_dentry); |
Eric Paris | 59b0df2 | 2010-02-08 12:53:52 -0500 | [diff] [blame] | 4112 | const unsigned char *old_name; |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4113 | struct inode *source = old_dentry->d_inode; |
| 4114 | struct inode *target = new_dentry->d_inode; |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4115 | bool new_is_dir = false; |
| 4116 | unsigned max_links = new_dir->i_sb->s_max_links; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4117 | |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4118 | if (source == target) |
| 4119 | return 0; |
| 4120 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4121 | error = may_delete(old_dir, old_dentry, is_dir); |
| 4122 | if (error) |
| 4123 | return error; |
| 4124 | |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4125 | if (!target) { |
Miklos Szeredi | a95164d | 2008-07-30 15:08:48 +0200 | [diff] [blame] | 4126 | error = may_create(new_dir, new_dentry); |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4127 | } else { |
| 4128 | new_is_dir = d_is_dir(new_dentry); |
| 4129 | |
| 4130 | if (!(flags & RENAME_EXCHANGE)) |
| 4131 | error = may_delete(new_dir, new_dentry, is_dir); |
| 4132 | else |
| 4133 | error = may_delete(new_dir, new_dentry, new_is_dir); |
| 4134 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4135 | if (error) |
| 4136 | return error; |
| 4137 | |
Miklos Szeredi | 7177a9c | 2014-07-23 15:15:30 +0200 | [diff] [blame] | 4138 | if (!old_dir->i_op->rename && !old_dir->i_op->rename2) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4139 | return -EPERM; |
| 4140 | |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4141 | if (flags && !old_dir->i_op->rename2) |
| 4142 | return -EINVAL; |
| 4143 | |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4144 | /* |
| 4145 | * If we are going to change the parent - check write permissions, |
| 4146 | * we'll need to flip '..'. |
| 4147 | */ |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4148 | if (new_dir != old_dir) { |
| 4149 | if (is_dir) { |
| 4150 | error = inode_permission(source, MAY_WRITE); |
| 4151 | if (error) |
| 4152 | return error; |
| 4153 | } |
| 4154 | if ((flags & RENAME_EXCHANGE) && new_is_dir) { |
| 4155 | error = inode_permission(target, MAY_WRITE); |
| 4156 | if (error) |
| 4157 | return error; |
| 4158 | } |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4159 | } |
Robert Love | 0eeca28 | 2005-07-12 17:06:03 -0400 | [diff] [blame] | 4160 | |
Miklos Szeredi | 0b3974e | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4161 | error = security_inode_rename(old_dir, old_dentry, new_dir, new_dentry, |
| 4162 | flags); |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4163 | if (error) |
| 4164 | return error; |
| 4165 | |
| 4166 | old_name = fsnotify_oldname_init(old_dentry->d_name.name); |
| 4167 | dget(new_dentry); |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4168 | if (!is_dir || (flags & RENAME_EXCHANGE)) |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4169 | lock_two_nondirectories(source, target); |
| 4170 | else if (target) |
| 4171 | mutex_lock(&target->i_mutex); |
| 4172 | |
| 4173 | error = -EBUSY; |
Eric W. Biederman | 7af1364 | 2013-10-04 19:15:13 -0700 | [diff] [blame] | 4174 | if (is_local_mountpoint(old_dentry) || is_local_mountpoint(new_dentry)) |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4175 | goto out; |
| 4176 | |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4177 | if (max_links && new_dir != old_dir) { |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4178 | error = -EMLINK; |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4179 | if (is_dir && !new_is_dir && new_dir->i_nlink >= max_links) |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4180 | goto out; |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4181 | if ((flags & RENAME_EXCHANGE) && !is_dir && new_is_dir && |
| 4182 | old_dir->i_nlink >= max_links) |
| 4183 | goto out; |
| 4184 | } |
| 4185 | if (is_dir && !(flags & RENAME_EXCHANGE) && target) |
| 4186 | shrink_dcache_parent(new_dentry); |
| 4187 | if (!is_dir) { |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4188 | error = try_break_deleg(source, delegated_inode); |
| 4189 | if (error) |
| 4190 | goto out; |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4191 | } |
| 4192 | if (target && !new_is_dir) { |
| 4193 | error = try_break_deleg(target, delegated_inode); |
| 4194 | if (error) |
| 4195 | goto out; |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4196 | } |
Miklos Szeredi | 7177a9c | 2014-07-23 15:15:30 +0200 | [diff] [blame] | 4197 | if (!old_dir->i_op->rename2) { |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4198 | error = old_dir->i_op->rename(old_dir, old_dentry, |
| 4199 | new_dir, new_dentry); |
| 4200 | } else { |
Miklos Szeredi | 7177a9c | 2014-07-23 15:15:30 +0200 | [diff] [blame] | 4201 | WARN_ON(old_dir->i_op->rename != NULL); |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4202 | error = old_dir->i_op->rename2(old_dir, old_dentry, |
| 4203 | new_dir, new_dentry, flags); |
| 4204 | } |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4205 | if (error) |
| 4206 | goto out; |
| 4207 | |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4208 | if (!(flags & RENAME_EXCHANGE) && target) { |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4209 | if (is_dir) |
| 4210 | target->i_flags |= S_DEAD; |
| 4211 | dont_mount(new_dentry); |
Eric W. Biederman | 8ed936b | 2013-10-01 18:33:48 -0700 | [diff] [blame] | 4212 | detach_mounts(new_dentry); |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4213 | } |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4214 | if (!(old_dir->i_sb->s_type->fs_flags & FS_RENAME_DOES_D_MOVE)) { |
| 4215 | if (!(flags & RENAME_EXCHANGE)) |
| 4216 | d_move(old_dentry, new_dentry); |
| 4217 | else |
| 4218 | d_exchange(old_dentry, new_dentry); |
| 4219 | } |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4220 | out: |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4221 | if (!is_dir || (flags & RENAME_EXCHANGE)) |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4222 | unlock_two_nondirectories(source, target); |
| 4223 | else if (target) |
| 4224 | mutex_unlock(&target->i_mutex); |
| 4225 | dput(new_dentry); |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4226 | if (!error) { |
Al Viro | 123df29 | 2009-12-25 04:57:57 -0500 | [diff] [blame] | 4227 | fsnotify_move(old_dir, new_dir, old_name, is_dir, |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4228 | !(flags & RENAME_EXCHANGE) ? target : NULL, old_dentry); |
| 4229 | if (flags & RENAME_EXCHANGE) { |
| 4230 | fsnotify_move(new_dir, old_dir, old_dentry->d_name.name, |
| 4231 | new_is_dir, NULL, new_dentry); |
| 4232 | } |
| 4233 | } |
Robert Love | 0eeca28 | 2005-07-12 17:06:03 -0400 | [diff] [blame] | 4234 | fsnotify_oldname_free(old_name); |
| 4235 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4236 | return error; |
| 4237 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 4238 | EXPORT_SYMBOL(vfs_rename); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4239 | |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4240 | SYSCALL_DEFINE5(renameat2, int, olddfd, const char __user *, oldname, |
| 4241 | int, newdfd, const char __user *, newname, unsigned int, flags) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4242 | { |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 4243 | struct dentry *old_dir, *new_dir; |
| 4244 | struct dentry *old_dentry, *new_dentry; |
| 4245 | struct dentry *trap; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4246 | struct nameidata oldnd, newnd; |
J. Bruce Fields | 8e6d782 | 2011-09-20 16:59:58 -0400 | [diff] [blame] | 4247 | struct inode *delegated_inode = NULL; |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 4248 | struct filename *from; |
| 4249 | struct filename *to; |
Jeff Layton | c6a9428 | 2012-12-11 12:10:10 -0500 | [diff] [blame] | 4250 | unsigned int lookup_flags = 0; |
| 4251 | bool should_retry = false; |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 4252 | int error; |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4253 | |
Miklos Szeredi | 0d7a855 | 2014-10-24 00:14:37 +0200 | [diff] [blame] | 4254 | if (flags & ~(RENAME_NOREPLACE | RENAME_EXCHANGE | RENAME_WHITEOUT)) |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4255 | return -EINVAL; |
| 4256 | |
Miklos Szeredi | 0d7a855 | 2014-10-24 00:14:37 +0200 | [diff] [blame] | 4257 | if ((flags & (RENAME_NOREPLACE | RENAME_WHITEOUT)) && |
| 4258 | (flags & RENAME_EXCHANGE)) |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4259 | return -EINVAL; |
| 4260 | |
Miklos Szeredi | 0d7a855 | 2014-10-24 00:14:37 +0200 | [diff] [blame] | 4261 | if ((flags & RENAME_WHITEOUT) && !capable(CAP_MKNOD)) |
| 4262 | return -EPERM; |
| 4263 | |
Jeff Layton | c6a9428 | 2012-12-11 12:10:10 -0500 | [diff] [blame] | 4264 | retry: |
| 4265 | from = user_path_parent(olddfd, oldname, &oldnd, lookup_flags); |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 4266 | if (IS_ERR(from)) { |
| 4267 | error = PTR_ERR(from); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4268 | goto exit; |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 4269 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4270 | |
Jeff Layton | c6a9428 | 2012-12-11 12:10:10 -0500 | [diff] [blame] | 4271 | to = user_path_parent(newdfd, newname, &newnd, lookup_flags); |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 4272 | if (IS_ERR(to)) { |
| 4273 | error = PTR_ERR(to); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4274 | goto exit1; |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 4275 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4276 | |
| 4277 | error = -EXDEV; |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 4278 | if (oldnd.path.mnt != newnd.path.mnt) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4279 | goto exit2; |
| 4280 | |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 4281 | old_dir = oldnd.path.dentry; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4282 | error = -EBUSY; |
| 4283 | if (oldnd.last_type != LAST_NORM) |
| 4284 | goto exit2; |
| 4285 | |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 4286 | new_dir = newnd.path.dentry; |
Miklos Szeredi | 0a7c393 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4287 | if (flags & RENAME_NOREPLACE) |
| 4288 | error = -EEXIST; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4289 | if (newnd.last_type != LAST_NORM) |
| 4290 | goto exit2; |
| 4291 | |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 4292 | error = mnt_want_write(oldnd.path.mnt); |
| 4293 | if (error) |
| 4294 | goto exit2; |
| 4295 | |
OGAWA Hirofumi | 0612d9f | 2008-10-16 07:50:29 +0900 | [diff] [blame] | 4296 | oldnd.flags &= ~LOOKUP_PARENT; |
| 4297 | newnd.flags &= ~LOOKUP_PARENT; |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4298 | if (!(flags & RENAME_EXCHANGE)) |
| 4299 | newnd.flags |= LOOKUP_RENAME_TARGET; |
OGAWA Hirofumi | 0612d9f | 2008-10-16 07:50:29 +0900 | [diff] [blame] | 4300 | |
J. Bruce Fields | 8e6d782 | 2011-09-20 16:59:58 -0400 | [diff] [blame] | 4301 | retry_deleg: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4302 | trap = lock_rename(new_dir, old_dir); |
| 4303 | |
Christoph Hellwig | 49705b7 | 2005-11-08 21:35:06 -0800 | [diff] [blame] | 4304 | old_dentry = lookup_hash(&oldnd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4305 | error = PTR_ERR(old_dentry); |
| 4306 | if (IS_ERR(old_dentry)) |
| 4307 | goto exit3; |
| 4308 | /* source must exist */ |
| 4309 | error = -ENOENT; |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 4310 | if (d_is_negative(old_dentry)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4311 | goto exit4; |
Christoph Hellwig | 49705b7 | 2005-11-08 21:35:06 -0800 | [diff] [blame] | 4312 | new_dentry = lookup_hash(&newnd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4313 | error = PTR_ERR(new_dentry); |
| 4314 | if (IS_ERR(new_dentry)) |
| 4315 | goto exit4; |
Miklos Szeredi | 0a7c393 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4316 | error = -EEXIST; |
| 4317 | if ((flags & RENAME_NOREPLACE) && d_is_positive(new_dentry)) |
| 4318 | goto exit5; |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4319 | if (flags & RENAME_EXCHANGE) { |
| 4320 | error = -ENOENT; |
| 4321 | if (d_is_negative(new_dentry)) |
| 4322 | goto exit5; |
| 4323 | |
| 4324 | if (!d_is_dir(new_dentry)) { |
| 4325 | error = -ENOTDIR; |
| 4326 | if (newnd.last.name[newnd.last.len]) |
| 4327 | goto exit5; |
| 4328 | } |
| 4329 | } |
Miklos Szeredi | 0a7c393 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4330 | /* unless the source is a directory trailing slashes give -ENOTDIR */ |
| 4331 | if (!d_is_dir(old_dentry)) { |
| 4332 | error = -ENOTDIR; |
| 4333 | if (oldnd.last.name[oldnd.last.len]) |
| 4334 | goto exit5; |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4335 | if (!(flags & RENAME_EXCHANGE) && newnd.last.name[newnd.last.len]) |
Miklos Szeredi | 0a7c393 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4336 | goto exit5; |
| 4337 | } |
| 4338 | /* source should not be ancestor of target */ |
| 4339 | error = -EINVAL; |
| 4340 | if (old_dentry == trap) |
| 4341 | goto exit5; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4342 | /* target should not be an ancestor of source */ |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4343 | if (!(flags & RENAME_EXCHANGE)) |
| 4344 | error = -ENOTEMPTY; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4345 | if (new_dentry == trap) |
| 4346 | goto exit5; |
| 4347 | |
Kentaro Takeda | be6d3e5 | 2008-12-17 13:24:15 +0900 | [diff] [blame] | 4348 | error = security_path_rename(&oldnd.path, old_dentry, |
Miklos Szeredi | 0b3974e | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4349 | &newnd.path, new_dentry, flags); |
Kentaro Takeda | be6d3e5 | 2008-12-17 13:24:15 +0900 | [diff] [blame] | 4350 | if (error) |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 4351 | goto exit5; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4352 | error = vfs_rename(old_dir->d_inode, old_dentry, |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4353 | new_dir->d_inode, new_dentry, |
| 4354 | &delegated_inode, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4355 | exit5: |
| 4356 | dput(new_dentry); |
| 4357 | exit4: |
| 4358 | dput(old_dentry); |
| 4359 | exit3: |
| 4360 | unlock_rename(new_dir, old_dir); |
J. Bruce Fields | 8e6d782 | 2011-09-20 16:59:58 -0400 | [diff] [blame] | 4361 | if (delegated_inode) { |
| 4362 | error = break_deleg_wait(&delegated_inode); |
| 4363 | if (!error) |
| 4364 | goto retry_deleg; |
| 4365 | } |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 4366 | mnt_drop_write(oldnd.path.mnt); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4367 | exit2: |
Jeff Layton | c6a9428 | 2012-12-11 12:10:10 -0500 | [diff] [blame] | 4368 | if (retry_estale(error, lookup_flags)) |
| 4369 | should_retry = true; |
Jan Blunck | 1d957f9 | 2008-02-14 19:34:35 -0800 | [diff] [blame] | 4370 | path_put(&newnd.path); |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 4371 | putname(to); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4372 | exit1: |
Jan Blunck | 1d957f9 | 2008-02-14 19:34:35 -0800 | [diff] [blame] | 4373 | path_put(&oldnd.path); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4374 | putname(from); |
Jeff Layton | c6a9428 | 2012-12-11 12:10:10 -0500 | [diff] [blame] | 4375 | if (should_retry) { |
| 4376 | should_retry = false; |
| 4377 | lookup_flags |= LOOKUP_REVAL; |
| 4378 | goto retry; |
| 4379 | } |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 4380 | exit: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4381 | return error; |
| 4382 | } |
| 4383 | |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4384 | SYSCALL_DEFINE4(renameat, int, olddfd, const char __user *, oldname, |
| 4385 | int, newdfd, const char __user *, newname) |
| 4386 | { |
| 4387 | return sys_renameat2(olddfd, oldname, newdfd, newname, 0); |
| 4388 | } |
| 4389 | |
Heiko Carstens | a26eab2 | 2009-01-14 14:14:17 +0100 | [diff] [blame] | 4390 | SYSCALL_DEFINE2(rename, const char __user *, oldname, const char __user *, newname) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 4391 | { |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4392 | return sys_renameat2(AT_FDCWD, oldname, AT_FDCWD, newname, 0); |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 4393 | } |
| 4394 | |
Miklos Szeredi | 787fb6b | 2014-10-24 00:14:36 +0200 | [diff] [blame] | 4395 | int vfs_whiteout(struct inode *dir, struct dentry *dentry) |
| 4396 | { |
| 4397 | int error = may_create(dir, dentry); |
| 4398 | if (error) |
| 4399 | return error; |
| 4400 | |
| 4401 | if (!dir->i_op->mknod) |
| 4402 | return -EPERM; |
| 4403 | |
| 4404 | return dir->i_op->mknod(dir, dentry, |
| 4405 | S_IFCHR | WHITEOUT_MODE, WHITEOUT_DEV); |
| 4406 | } |
| 4407 | EXPORT_SYMBOL(vfs_whiteout); |
| 4408 | |
Al Viro | 5d826c8 | 2014-03-14 13:42:45 -0400 | [diff] [blame] | 4409 | int readlink_copy(char __user *buffer, int buflen, const char *link) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4410 | { |
Al Viro | 5d826c8 | 2014-03-14 13:42:45 -0400 | [diff] [blame] | 4411 | int len = PTR_ERR(link); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4412 | if (IS_ERR(link)) |
| 4413 | goto out; |
| 4414 | |
| 4415 | len = strlen(link); |
| 4416 | if (len > (unsigned) buflen) |
| 4417 | len = buflen; |
| 4418 | if (copy_to_user(buffer, link, len)) |
| 4419 | len = -EFAULT; |
| 4420 | out: |
| 4421 | return len; |
| 4422 | } |
Al Viro | 5d826c8 | 2014-03-14 13:42:45 -0400 | [diff] [blame] | 4423 | EXPORT_SYMBOL(readlink_copy); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4424 | |
| 4425 | /* |
| 4426 | * A helper for ->readlink(). This should be used *ONLY* for symlinks that |
| 4427 | * have ->follow_link() touching nd only in nd_set_link(). Using (or not |
| 4428 | * using) it for any given inode is up to filesystem. |
| 4429 | */ |
| 4430 | int generic_readlink(struct dentry *dentry, char __user *buffer, int buflen) |
| 4431 | { |
| 4432 | struct nameidata nd; |
Linus Torvalds | cc314ee | 2005-08-19 18:02:56 -0700 | [diff] [blame] | 4433 | void *cookie; |
Marcin Slusarz | 694a176 | 2008-06-09 16:40:37 -0700 | [diff] [blame] | 4434 | int res; |
Linus Torvalds | cc314ee | 2005-08-19 18:02:56 -0700 | [diff] [blame] | 4435 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4436 | nd.depth = 0; |
Linus Torvalds | cc314ee | 2005-08-19 18:02:56 -0700 | [diff] [blame] | 4437 | cookie = dentry->d_inode->i_op->follow_link(dentry, &nd); |
Marcin Slusarz | 694a176 | 2008-06-09 16:40:37 -0700 | [diff] [blame] | 4438 | if (IS_ERR(cookie)) |
| 4439 | return PTR_ERR(cookie); |
| 4440 | |
Al Viro | 5d826c8 | 2014-03-14 13:42:45 -0400 | [diff] [blame] | 4441 | res = readlink_copy(buffer, buflen, nd_get_link(&nd)); |
Marcin Slusarz | 694a176 | 2008-06-09 16:40:37 -0700 | [diff] [blame] | 4442 | if (dentry->d_inode->i_op->put_link) |
| 4443 | dentry->d_inode->i_op->put_link(dentry, &nd, cookie); |
| 4444 | return res; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4445 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 4446 | EXPORT_SYMBOL(generic_readlink); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4447 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4448 | /* get the link contents into pagecache */ |
| 4449 | static char *page_getlink(struct dentry * dentry, struct page **ppage) |
| 4450 | { |
Duane Griffin | ebd09ab | 2008-12-19 20:47:12 +0000 | [diff] [blame] | 4451 | char *kaddr; |
| 4452 | struct page *page; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4453 | struct address_space *mapping = dentry->d_inode->i_mapping; |
Pekka Enberg | 090d2b1 | 2006-06-23 02:05:08 -0700 | [diff] [blame] | 4454 | page = read_mapping_page(mapping, 0, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4455 | if (IS_ERR(page)) |
Nick Piggin | 6fe6900 | 2007-05-06 14:49:04 -0700 | [diff] [blame] | 4456 | return (char*)page; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4457 | *ppage = page; |
Duane Griffin | ebd09ab | 2008-12-19 20:47:12 +0000 | [diff] [blame] | 4458 | kaddr = kmap(page); |
| 4459 | nd_terminate_link(kaddr, dentry->d_inode->i_size, PAGE_SIZE - 1); |
| 4460 | return kaddr; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4461 | } |
| 4462 | |
| 4463 | int page_readlink(struct dentry *dentry, char __user *buffer, int buflen) |
| 4464 | { |
| 4465 | struct page *page = NULL; |
Al Viro | 5d826c8 | 2014-03-14 13:42:45 -0400 | [diff] [blame] | 4466 | int res = readlink_copy(buffer, buflen, page_getlink(dentry, &page)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4467 | if (page) { |
| 4468 | kunmap(page); |
| 4469 | page_cache_release(page); |
| 4470 | } |
| 4471 | return res; |
| 4472 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 4473 | EXPORT_SYMBOL(page_readlink); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4474 | |
Linus Torvalds | cc314ee | 2005-08-19 18:02:56 -0700 | [diff] [blame] | 4475 | void *page_follow_link_light(struct dentry *dentry, struct nameidata *nd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4476 | { |
Linus Torvalds | cc314ee | 2005-08-19 18:02:56 -0700 | [diff] [blame] | 4477 | struct page *page = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4478 | nd_set_link(nd, page_getlink(dentry, &page)); |
Linus Torvalds | cc314ee | 2005-08-19 18:02:56 -0700 | [diff] [blame] | 4479 | return page; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4480 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 4481 | EXPORT_SYMBOL(page_follow_link_light); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4482 | |
Linus Torvalds | cc314ee | 2005-08-19 18:02:56 -0700 | [diff] [blame] | 4483 | void page_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4484 | { |
Linus Torvalds | cc314ee | 2005-08-19 18:02:56 -0700 | [diff] [blame] | 4485 | struct page *page = cookie; |
| 4486 | |
| 4487 | if (page) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4488 | kunmap(page); |
| 4489 | page_cache_release(page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4490 | } |
| 4491 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 4492 | EXPORT_SYMBOL(page_put_link); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4493 | |
Nick Piggin | 54566b2 | 2009-01-04 12:00:53 -0800 | [diff] [blame] | 4494 | /* |
| 4495 | * The nofs argument instructs pagecache_write_begin to pass AOP_FLAG_NOFS |
| 4496 | */ |
| 4497 | int __page_symlink(struct inode *inode, const char *symname, int len, int nofs) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4498 | { |
| 4499 | struct address_space *mapping = inode->i_mapping; |
Kirill Korotaev | 0adb25d | 2006-03-11 03:27:13 -0800 | [diff] [blame] | 4500 | struct page *page; |
Nick Piggin | afddba4 | 2007-10-16 01:25:01 -0700 | [diff] [blame] | 4501 | void *fsdata; |
Dmitriy Monakhov | beb497a | 2007-02-16 01:27:18 -0800 | [diff] [blame] | 4502 | int err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4503 | char *kaddr; |
Nick Piggin | 54566b2 | 2009-01-04 12:00:53 -0800 | [diff] [blame] | 4504 | unsigned int flags = AOP_FLAG_UNINTERRUPTIBLE; |
| 4505 | if (nofs) |
| 4506 | flags |= AOP_FLAG_NOFS; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4507 | |
NeilBrown | 7e53cac | 2006-03-25 03:07:57 -0800 | [diff] [blame] | 4508 | retry: |
Nick Piggin | afddba4 | 2007-10-16 01:25:01 -0700 | [diff] [blame] | 4509 | err = pagecache_write_begin(NULL, mapping, 0, len-1, |
Nick Piggin | 54566b2 | 2009-01-04 12:00:53 -0800 | [diff] [blame] | 4510 | flags, &page, &fsdata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4511 | if (err) |
Nick Piggin | afddba4 | 2007-10-16 01:25:01 -0700 | [diff] [blame] | 4512 | goto fail; |
| 4513 | |
Cong Wang | e8e3c3d | 2011-11-25 23:14:27 +0800 | [diff] [blame] | 4514 | kaddr = kmap_atomic(page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4515 | memcpy(kaddr, symname, len-1); |
Cong Wang | e8e3c3d | 2011-11-25 23:14:27 +0800 | [diff] [blame] | 4516 | kunmap_atomic(kaddr); |
Nick Piggin | afddba4 | 2007-10-16 01:25:01 -0700 | [diff] [blame] | 4517 | |
| 4518 | err = pagecache_write_end(NULL, mapping, 0, len-1, len-1, |
| 4519 | page, fsdata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4520 | if (err < 0) |
| 4521 | goto fail; |
Nick Piggin | afddba4 | 2007-10-16 01:25:01 -0700 | [diff] [blame] | 4522 | if (err < len-1) |
| 4523 | goto retry; |
| 4524 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4525 | mark_inode_dirty(inode); |
| 4526 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4527 | fail: |
| 4528 | return err; |
| 4529 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 4530 | EXPORT_SYMBOL(__page_symlink); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4531 | |
Kirill Korotaev | 0adb25d | 2006-03-11 03:27:13 -0800 | [diff] [blame] | 4532 | int page_symlink(struct inode *inode, const char *symname, int len) |
| 4533 | { |
| 4534 | return __page_symlink(inode, symname, len, |
Nick Piggin | 54566b2 | 2009-01-04 12:00:53 -0800 | [diff] [blame] | 4535 | !(mapping_gfp_mask(inode->i_mapping) & __GFP_FS)); |
Kirill Korotaev | 0adb25d | 2006-03-11 03:27:13 -0800 | [diff] [blame] | 4536 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 4537 | EXPORT_SYMBOL(page_symlink); |
Kirill Korotaev | 0adb25d | 2006-03-11 03:27:13 -0800 | [diff] [blame] | 4538 | |
Arjan van de Ven | 92e1d5b | 2007-02-12 00:55:39 -0800 | [diff] [blame] | 4539 | const struct inode_operations page_symlink_inode_operations = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4540 | .readlink = generic_readlink, |
| 4541 | .follow_link = page_follow_link_light, |
| 4542 | .put_link = page_put_link, |
| 4543 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4544 | EXPORT_SYMBOL(page_symlink_inode_operations); |