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