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