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