Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * linux/fs/namei.c |
| 3 | * |
| 4 | * Copyright (C) 1991, 1992 Linus Torvalds |
| 5 | */ |
| 6 | |
| 7 | /* |
| 8 | * Some corrections by tytso. |
| 9 | */ |
| 10 | |
| 11 | /* [Feb 1997 T. Schoebel-Theuer] Complete rewrite of the pathname |
| 12 | * lookup logic. |
| 13 | */ |
| 14 | /* [Feb-Apr 2000, AV] Rewrite to the new namespace architecture. |
| 15 | */ |
| 16 | |
| 17 | #include <linux/init.h> |
Paul Gortmaker | 630d9c4 | 2011-11-16 23:57:37 -0500 | [diff] [blame] | 18 | #include <linux/export.h> |
David S. Miller | 4469690 | 2012-05-23 20:12:50 -0700 | [diff] [blame] | 19 | #include <linux/kernel.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | #include <linux/slab.h> |
| 21 | #include <linux/fs.h> |
| 22 | #include <linux/namei.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | #include <linux/pagemap.h> |
Robert Love | 0eeca28 | 2005-07-12 17:06:03 -0400 | [diff] [blame] | 24 | #include <linux/fsnotify.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | #include <linux/personality.h> |
| 26 | #include <linux/security.h> |
Mimi Zohar | 6146f0d | 2009-02-04 09:06:57 -0500 | [diff] [blame] | 27 | #include <linux/ima.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | #include <linux/syscalls.h> |
| 29 | #include <linux/mount.h> |
| 30 | #include <linux/audit.h> |
Randy Dunlap | 16f7e0f | 2006-01-11 12:17:46 -0800 | [diff] [blame] | 31 | #include <linux/capability.h> |
Trond Myklebust | 834f2a4 | 2005-10-18 14:20:16 -0700 | [diff] [blame] | 32 | #include <linux/file.h> |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 33 | #include <linux/fcntl.h> |
Serge E. Hallyn | 08ce5f1 | 2008-04-29 01:00:10 -0700 | [diff] [blame] | 34 | #include <linux/device_cgroup.h> |
Al Viro | 5ad4e53 | 2009-03-29 19:50:06 -0400 | [diff] [blame] | 35 | #include <linux/fs_struct.h> |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 36 | #include <linux/posix_acl.h> |
Linus Torvalds | 99d263d | 2014-09-13 11:30:10 -0700 | [diff] [blame] | 37 | #include <linux/hash.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | #include <asm/uaccess.h> |
| 39 | |
Eric Paris | e81e3f4 | 2009-12-04 15:47:36 -0500 | [diff] [blame] | 40 | #include "internal.h" |
Al Viro | c710536 | 2011-11-24 18:22:03 -0500 | [diff] [blame] | 41 | #include "mount.h" |
Eric Paris | e81e3f4 | 2009-12-04 15:47:36 -0500 | [diff] [blame] | 42 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | /* [Feb-1997 T. Schoebel-Theuer] |
| 44 | * Fundamental changes in the pathname lookup mechanisms (namei) |
| 45 | * were necessary because of omirr. The reason is that omirr needs |
| 46 | * to know the _real_ pathname, not the user-supplied one, in case |
| 47 | * of symlinks (and also when transname replacements occur). |
| 48 | * |
| 49 | * The new code replaces the old recursive symlink resolution with |
| 50 | * an iterative one (in case of non-nested symlink chains). It does |
| 51 | * this with calls to <fs>_follow_link(). |
| 52 | * As a side effect, dir_namei(), _namei() and follow_link() are now |
| 53 | * replaced with a single function lookup_dentry() that can handle all |
| 54 | * the special cases of the former code. |
| 55 | * |
| 56 | * With the new dcache, the pathname is stored at each inode, at least as |
| 57 | * long as the refcount of the inode is positive. As a side effect, the |
| 58 | * size of the dcache depends on the inode cache and thus is dynamic. |
| 59 | * |
| 60 | * [29-Apr-1998 C. Scott Ananian] Updated above description of symlink |
| 61 | * resolution to correspond with current state of the code. |
| 62 | * |
| 63 | * Note that the symlink resolution is not *completely* iterative. |
| 64 | * There is still a significant amount of tail- and mid- recursion in |
| 65 | * the algorithm. Also, note that <fs>_readlink() is not used in |
| 66 | * lookup_dentry(): lookup_dentry() on the result of <fs>_readlink() |
| 67 | * may return different results than <fs>_follow_link(). Many virtual |
| 68 | * filesystems (including /proc) exhibit this behavior. |
| 69 | */ |
| 70 | |
| 71 | /* [24-Feb-97 T. Schoebel-Theuer] Side effects caused by new implementation: |
| 72 | * New symlink semantics: when open() is called with flags O_CREAT | O_EXCL |
| 73 | * and the name already exists in form of a symlink, try to create the new |
| 74 | * name indicated by the symlink. The old code always complained that the |
| 75 | * name already exists, due to not following the symlink even if its target |
| 76 | * is nonexistent. The new semantics affects also mknod() and link() when |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 77 | * the name is a symlink pointing to a non-existent name. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 78 | * |
| 79 | * I don't know which semantics is the right one, since I have no access |
| 80 | * to standards. But I found by trial that HP-UX 9.0 has the full "new" |
| 81 | * semantics implemented, while SunOS 4.1.1 and Solaris (SunOS 5.4) have the |
| 82 | * "old" one. Personally, I think the new semantics is much more logical. |
| 83 | * Note that "ln old new" where "new" is a symlink pointing to a non-existing |
| 84 | * file does succeed in both HP-UX and SunOs, but not in Solaris |
| 85 | * and in the old Linux semantics. |
| 86 | */ |
| 87 | |
| 88 | /* [16-Dec-97 Kevin Buhr] For security reasons, we change some symlink |
| 89 | * semantics. See the comments in "open_namei" and "do_link" below. |
| 90 | * |
| 91 | * [10-Sep-98 Alan Modra] Another symlink change. |
| 92 | */ |
| 93 | |
| 94 | /* [Feb-Apr 2000 AV] Complete rewrite. Rules for symlinks: |
| 95 | * inside the path - always follow. |
| 96 | * in the last component in creation/removal/renaming - never follow. |
| 97 | * if LOOKUP_FOLLOW passed - follow. |
| 98 | * if the pathname has trailing slashes - follow. |
| 99 | * otherwise - don't follow. |
| 100 | * (applied in that order). |
| 101 | * |
| 102 | * [Jun 2000 AV] Inconsistent behaviour of open() in case if flags==O_CREAT |
| 103 | * restored for 2.4. This is the last surviving part of old 4.2BSD bug. |
| 104 | * During the 2.4 we need to fix the userland stuff depending on it - |
| 105 | * hopefully we will be able to get rid of that wart in 2.5. So far only |
| 106 | * XEmacs seems to be relying on it... |
| 107 | */ |
| 108 | /* |
| 109 | * [Sep 2001 AV] Single-semaphore locking scheme (kudos to David Holland) |
Arjan van de Ven | a11f3a0 | 2006-03-23 03:00:33 -0800 | [diff] [blame] | 110 | * implemented. Let's see if raised priority of ->s_vfs_rename_mutex gives |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 111 | * any extra contention... |
| 112 | */ |
| 113 | |
| 114 | /* In order to reduce some races, while at the same time doing additional |
| 115 | * checking and hopefully speeding things up, we copy filenames to the |
| 116 | * kernel data space before using them.. |
| 117 | * |
| 118 | * POSIX.1 2.4: an empty pathname is invalid (ENOENT). |
| 119 | * PATH_MAX includes the nul terminator --RR. |
| 120 | */ |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 121 | |
Al Viro | fd2f7cb | 2015-02-22 20:07:13 -0500 | [diff] [blame] | 122 | #define EMBEDDED_NAME_MAX (PATH_MAX - offsetof(struct filename, iname)) |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 123 | |
David Drysdale | 51f39a1 | 2014-12-12 16:57:29 -0800 | [diff] [blame] | 124 | struct filename * |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 125 | getname_flags(const char __user *filename, int flags, int *empty) |
| 126 | { |
Al Viro | 94b5d26 | 2015-02-22 19:38:03 -0500 | [diff] [blame] | 127 | struct filename *result; |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 128 | char *kname; |
Al Viro | 94b5d26 | 2015-02-22 19:38:03 -0500 | [diff] [blame] | 129 | int len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 130 | |
Jeff Layton | 7ac8626 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 131 | result = audit_reusename(filename); |
| 132 | if (result) |
| 133 | return result; |
| 134 | |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 135 | result = __getname(); |
Linus Torvalds | 3f9f0aa | 2012-04-28 14:38:32 -0700 | [diff] [blame] | 136 | if (unlikely(!result)) |
Eric Paris | 4043cde | 2012-01-03 14:23:08 -0500 | [diff] [blame] | 137 | return ERR_PTR(-ENOMEM); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 138 | |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 139 | /* |
| 140 | * First, try to embed the struct filename inside the names_cache |
| 141 | * allocation |
| 142 | */ |
Al Viro | fd2f7cb | 2015-02-22 20:07:13 -0500 | [diff] [blame] | 143 | kname = (char *)result->iname; |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 144 | result->name = kname; |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 145 | |
Al Viro | 94b5d26 | 2015-02-22 19:38:03 -0500 | [diff] [blame] | 146 | len = strncpy_from_user(kname, filename, EMBEDDED_NAME_MAX); |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 147 | if (unlikely(len < 0)) { |
Al Viro | 94b5d26 | 2015-02-22 19:38:03 -0500 | [diff] [blame] | 148 | __putname(result); |
| 149 | return ERR_PTR(len); |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 150 | } |
Linus Torvalds | 3f9f0aa | 2012-04-28 14:38:32 -0700 | [diff] [blame] | 151 | |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 152 | /* |
| 153 | * Uh-oh. We have a name that's approaching PATH_MAX. Allocate a |
| 154 | * separate struct filename so we can dedicate the entire |
| 155 | * names_cache allocation for the pathname, and re-do the copy from |
| 156 | * userland. |
| 157 | */ |
Al Viro | 94b5d26 | 2015-02-22 19:38:03 -0500 | [diff] [blame] | 158 | if (unlikely(len == EMBEDDED_NAME_MAX)) { |
Al Viro | fd2f7cb | 2015-02-22 20:07:13 -0500 | [diff] [blame] | 159 | const size_t size = offsetof(struct filename, iname[1]); |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 160 | kname = (char *)result; |
| 161 | |
Al Viro | fd2f7cb | 2015-02-22 20:07:13 -0500 | [diff] [blame] | 162 | /* |
| 163 | * size is chosen that way we to guarantee that |
| 164 | * result->iname[0] is within the same object and that |
| 165 | * kname can't be equal to result->iname, no matter what. |
| 166 | */ |
| 167 | result = kzalloc(size, GFP_KERNEL); |
Al Viro | 94b5d26 | 2015-02-22 19:38:03 -0500 | [diff] [blame] | 168 | if (unlikely(!result)) { |
| 169 | __putname(kname); |
| 170 | return ERR_PTR(-ENOMEM); |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 171 | } |
| 172 | result->name = kname; |
Al Viro | 94b5d26 | 2015-02-22 19:38:03 -0500 | [diff] [blame] | 173 | len = strncpy_from_user(kname, filename, PATH_MAX); |
| 174 | if (unlikely(len < 0)) { |
| 175 | __putname(kname); |
| 176 | kfree(result); |
| 177 | return ERR_PTR(len); |
| 178 | } |
| 179 | if (unlikely(len == PATH_MAX)) { |
| 180 | __putname(kname); |
| 181 | kfree(result); |
| 182 | return ERR_PTR(-ENAMETOOLONG); |
| 183 | } |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 184 | } |
| 185 | |
Al Viro | 94b5d26 | 2015-02-22 19:38:03 -0500 | [diff] [blame] | 186 | result->refcnt = 1; |
Linus Torvalds | 3f9f0aa | 2012-04-28 14:38:32 -0700 | [diff] [blame] | 187 | /* The empty path is special. */ |
| 188 | if (unlikely(!len)) { |
| 189 | if (empty) |
Eric Paris | 4043cde | 2012-01-03 14:23:08 -0500 | [diff] [blame] | 190 | *empty = 1; |
Al Viro | 94b5d26 | 2015-02-22 19:38:03 -0500 | [diff] [blame] | 191 | if (!(flags & LOOKUP_EMPTY)) { |
| 192 | putname(result); |
| 193 | return ERR_PTR(-ENOENT); |
| 194 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 195 | } |
Linus Torvalds | 3f9f0aa | 2012-04-28 14:38:32 -0700 | [diff] [blame] | 196 | |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 197 | result->uptr = filename; |
Linus Torvalds | c4ad8f9 | 2014-02-05 12:54:53 -0800 | [diff] [blame] | 198 | result->aname = NULL; |
Jeff Layton | 7950e38 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 199 | audit_getname(result); |
| 200 | return result; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 201 | } |
| 202 | |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 203 | struct filename * |
| 204 | getname(const char __user * filename) |
Al Viro | f52e0c1 | 2011-03-14 18:56:51 -0400 | [diff] [blame] | 205 | { |
Linus Torvalds | f7493e5 | 2012-03-22 16:10:40 -0700 | [diff] [blame] | 206 | return getname_flags(filename, 0, NULL); |
Al Viro | f52e0c1 | 2011-03-14 18:56:51 -0400 | [diff] [blame] | 207 | } |
| 208 | |
Linus Torvalds | c4ad8f9 | 2014-02-05 12:54:53 -0800 | [diff] [blame] | 209 | struct filename * |
| 210 | getname_kernel(const char * filename) |
| 211 | { |
| 212 | struct filename *result; |
Paul Moore | 0851854 | 2015-01-21 23:59:56 -0500 | [diff] [blame] | 213 | int len = strlen(filename) + 1; |
Linus Torvalds | c4ad8f9 | 2014-02-05 12:54:53 -0800 | [diff] [blame] | 214 | |
| 215 | result = __getname(); |
| 216 | if (unlikely(!result)) |
| 217 | return ERR_PTR(-ENOMEM); |
| 218 | |
Paul Moore | 0851854 | 2015-01-21 23:59:56 -0500 | [diff] [blame] | 219 | if (len <= EMBEDDED_NAME_MAX) { |
Al Viro | fd2f7cb | 2015-02-22 20:07:13 -0500 | [diff] [blame] | 220 | result->name = (char *)result->iname; |
Paul Moore | 0851854 | 2015-01-21 23:59:56 -0500 | [diff] [blame] | 221 | } else if (len <= PATH_MAX) { |
| 222 | struct filename *tmp; |
| 223 | |
| 224 | tmp = kmalloc(sizeof(*tmp), GFP_KERNEL); |
| 225 | if (unlikely(!tmp)) { |
| 226 | __putname(result); |
| 227 | return ERR_PTR(-ENOMEM); |
| 228 | } |
| 229 | tmp->name = (char *)result; |
Paul Moore | 0851854 | 2015-01-21 23:59:56 -0500 | [diff] [blame] | 230 | result = tmp; |
| 231 | } else { |
| 232 | __putname(result); |
| 233 | return ERR_PTR(-ENAMETOOLONG); |
| 234 | } |
| 235 | memcpy((char *)result->name, filename, len); |
Linus Torvalds | c4ad8f9 | 2014-02-05 12:54:53 -0800 | [diff] [blame] | 236 | result->uptr = NULL; |
| 237 | result->aname = NULL; |
Paul Moore | 55422d0 | 2015-01-22 00:00:23 -0500 | [diff] [blame] | 238 | result->refcnt = 1; |
Paul Moore | fd3522f | 2015-01-22 00:00:10 -0500 | [diff] [blame] | 239 | audit_getname(result); |
Linus Torvalds | c4ad8f9 | 2014-02-05 12:54:53 -0800 | [diff] [blame] | 240 | |
Linus Torvalds | c4ad8f9 | 2014-02-05 12:54:53 -0800 | [diff] [blame] | 241 | return result; |
| 242 | } |
| 243 | |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 244 | void putname(struct filename *name) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 245 | { |
Paul Moore | 55422d0 | 2015-01-22 00:00:23 -0500 | [diff] [blame] | 246 | BUG_ON(name->refcnt <= 0); |
| 247 | |
| 248 | if (--name->refcnt > 0) |
| 249 | return; |
| 250 | |
Al Viro | fd2f7cb | 2015-02-22 20:07:13 -0500 | [diff] [blame] | 251 | if (name->name != name->iname) { |
Paul Moore | 55422d0 | 2015-01-22 00:00:23 -0500 | [diff] [blame] | 252 | __putname(name->name); |
| 253 | kfree(name); |
| 254 | } else |
| 255 | __putname(name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 256 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 257 | |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 258 | static int check_acl(struct inode *inode, int mask) |
| 259 | { |
Linus Torvalds | 84635d6 | 2011-07-25 22:47:03 -0700 | [diff] [blame] | 260 | #ifdef CONFIG_FS_POSIX_ACL |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 261 | struct posix_acl *acl; |
| 262 | |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 263 | if (mask & MAY_NOT_BLOCK) { |
Al Viro | 3567866 | 2011-08-02 21:32:13 -0400 | [diff] [blame] | 264 | acl = get_cached_acl_rcu(inode, ACL_TYPE_ACCESS); |
| 265 | if (!acl) |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 266 | return -EAGAIN; |
Al Viro | 3567866 | 2011-08-02 21:32:13 -0400 | [diff] [blame] | 267 | /* no ->get_acl() calls in RCU mode... */ |
| 268 | if (acl == ACL_NOT_CACHED) |
| 269 | return -ECHILD; |
Ari Savolainen | 206b1d0 | 2011-08-06 19:43:07 +0300 | [diff] [blame] | 270 | return posix_acl_permission(inode, acl, mask & ~MAY_NOT_BLOCK); |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 271 | } |
| 272 | |
Christoph Hellwig | 2982baa | 2013-12-20 05:16:38 -0800 | [diff] [blame] | 273 | acl = get_acl(inode, ACL_TYPE_ACCESS); |
| 274 | if (IS_ERR(acl)) |
| 275 | return PTR_ERR(acl); |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 276 | if (acl) { |
| 277 | int error = posix_acl_permission(inode, acl, mask); |
| 278 | posix_acl_release(acl); |
| 279 | return error; |
| 280 | } |
Linus Torvalds | 84635d6 | 2011-07-25 22:47:03 -0700 | [diff] [blame] | 281 | #endif |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 282 | |
| 283 | return -EAGAIN; |
| 284 | } |
| 285 | |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 286 | /* |
Andreas Gruenbacher | 948409c | 2011-10-23 23:13:33 +0530 | [diff] [blame] | 287 | * This does the basic permission checking |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 288 | */ |
Al Viro | 7e40145 | 2011-06-20 19:12:17 -0400 | [diff] [blame] | 289 | static int acl_permission_check(struct inode *inode, int mask) |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 290 | { |
Linus Torvalds | 26cf46b | 2011-05-13 11:51:01 -0700 | [diff] [blame] | 291 | unsigned int mode = inode->i_mode; |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 292 | |
Eric W. Biederman | 8e96e3b | 2012-03-03 21:17:15 -0800 | [diff] [blame] | 293 | if (likely(uid_eq(current_fsuid(), inode->i_uid))) |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 294 | mode >>= 6; |
| 295 | else { |
Linus Torvalds | e77819e | 2011-07-22 19:30:19 -0700 | [diff] [blame] | 296 | if (IS_POSIXACL(inode) && (mode & S_IRWXG)) { |
Al Viro | 7e40145 | 2011-06-20 19:12:17 -0400 | [diff] [blame] | 297 | int error = check_acl(inode, mask); |
Nick Piggin | b74c79e | 2011-01-07 17:49:58 +1100 | [diff] [blame] | 298 | if (error != -EAGAIN) |
| 299 | return error; |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 300 | } |
| 301 | |
| 302 | if (in_group_p(inode->i_gid)) |
| 303 | mode >>= 3; |
| 304 | } |
| 305 | |
| 306 | /* |
| 307 | * If the DACs are ok we don't need any capability check. |
| 308 | */ |
Al Viro | 9c2c703 | 2011-06-20 19:06:22 -0400 | [diff] [blame] | 309 | if ((mask & ~mode & (MAY_READ | MAY_WRITE | MAY_EXEC)) == 0) |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 310 | return 0; |
| 311 | return -EACCES; |
| 312 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 313 | |
| 314 | /** |
Nick Piggin | b74c79e | 2011-01-07 17:49:58 +1100 | [diff] [blame] | 315 | * generic_permission - check for access rights on a Posix-like filesystem |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 316 | * @inode: inode to check access rights for |
Andreas Gruenbacher | 8fd90c8 | 2011-10-23 23:13:30 +0530 | [diff] [blame] | 317 | * @mask: right to check for (%MAY_READ, %MAY_WRITE, %MAY_EXEC, ...) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 318 | * |
| 319 | * Used to check for read/write/execute permissions on a file. |
| 320 | * We use "fsuid" for this, letting us set arbitrary permissions |
| 321 | * for filesystem access without changing the "normal" uids which |
Nick Piggin | b74c79e | 2011-01-07 17:49:58 +1100 | [diff] [blame] | 322 | * are used for other things. |
| 323 | * |
| 324 | * generic_permission is rcu-walk aware. It returns -ECHILD in case an rcu-walk |
| 325 | * request cannot be satisfied (eg. requires blocking or too much complexity). |
| 326 | * It would then be called again in ref-walk mode. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 327 | */ |
Al Viro | 2830ba7 | 2011-06-20 19:16:29 -0400 | [diff] [blame] | 328 | int generic_permission(struct inode *inode, int mask) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 329 | { |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 330 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 331 | |
| 332 | /* |
Andreas Gruenbacher | 948409c | 2011-10-23 23:13:33 +0530 | [diff] [blame] | 333 | * Do the basic permission checks. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 334 | */ |
Al Viro | 7e40145 | 2011-06-20 19:12:17 -0400 | [diff] [blame] | 335 | ret = acl_permission_check(inode, mask); |
Linus Torvalds | 5909ccaa | 2009-08-28 11:51:25 -0700 | [diff] [blame] | 336 | if (ret != -EACCES) |
| 337 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 338 | |
Al Viro | d594e7e | 2011-06-20 19:55:42 -0400 | [diff] [blame] | 339 | if (S_ISDIR(inode->i_mode)) { |
| 340 | /* DACs are overridable for directories */ |
Andy Lutomirski | 23adbe1 | 2014-06-10 12:45:42 -0700 | [diff] [blame] | 341 | if (capable_wrt_inode_uidgid(inode, CAP_DAC_OVERRIDE)) |
Al Viro | d594e7e | 2011-06-20 19:55:42 -0400 | [diff] [blame] | 342 | return 0; |
| 343 | if (!(mask & MAY_WRITE)) |
Andy Lutomirski | 23adbe1 | 2014-06-10 12:45:42 -0700 | [diff] [blame] | 344 | if (capable_wrt_inode_uidgid(inode, |
| 345 | CAP_DAC_READ_SEARCH)) |
Al Viro | d594e7e | 2011-06-20 19:55:42 -0400 | [diff] [blame] | 346 | return 0; |
| 347 | return -EACCES; |
| 348 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 349 | /* |
| 350 | * Read/write DACs are always overridable. |
Al Viro | d594e7e | 2011-06-20 19:55:42 -0400 | [diff] [blame] | 351 | * Executable DACs are overridable when there is |
| 352 | * at least one exec bit set. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 353 | */ |
Al Viro | d594e7e | 2011-06-20 19:55:42 -0400 | [diff] [blame] | 354 | if (!(mask & MAY_EXEC) || (inode->i_mode & S_IXUGO)) |
Andy Lutomirski | 23adbe1 | 2014-06-10 12:45:42 -0700 | [diff] [blame] | 355 | if (capable_wrt_inode_uidgid(inode, CAP_DAC_OVERRIDE)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 356 | return 0; |
| 357 | |
| 358 | /* |
| 359 | * Searching includes executable on directories, else just read. |
| 360 | */ |
Serge E. Hallyn | 7ea6600 | 2009-12-29 14:50:19 -0600 | [diff] [blame] | 361 | mask &= MAY_READ | MAY_WRITE | MAY_EXEC; |
Al Viro | d594e7e | 2011-06-20 19:55:42 -0400 | [diff] [blame] | 362 | if (mask == MAY_READ) |
Andy Lutomirski | 23adbe1 | 2014-06-10 12:45:42 -0700 | [diff] [blame] | 363 | if (capable_wrt_inode_uidgid(inode, CAP_DAC_READ_SEARCH)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 364 | return 0; |
| 365 | |
| 366 | return -EACCES; |
| 367 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 368 | EXPORT_SYMBOL(generic_permission); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 369 | |
Linus Torvalds | 3ddcd05 | 2011-08-06 22:45:50 -0700 | [diff] [blame] | 370 | /* |
| 371 | * We _really_ want to just do "generic_permission()" without |
| 372 | * even looking at the inode->i_op values. So we keep a cache |
| 373 | * flag in inode->i_opflags, that says "this has not special |
| 374 | * permission function, use the fast case". |
| 375 | */ |
| 376 | static inline int do_inode_permission(struct inode *inode, int mask) |
| 377 | { |
| 378 | if (unlikely(!(inode->i_opflags & IOP_FASTPERM))) { |
| 379 | if (likely(inode->i_op->permission)) |
| 380 | return inode->i_op->permission(inode, mask); |
| 381 | |
| 382 | /* This gets set once for the inode lifetime */ |
| 383 | spin_lock(&inode->i_lock); |
| 384 | inode->i_opflags |= IOP_FASTPERM; |
| 385 | spin_unlock(&inode->i_lock); |
| 386 | } |
| 387 | return generic_permission(inode, mask); |
| 388 | } |
| 389 | |
Christoph Hellwig | cb23beb | 2008-10-24 09:59:29 +0200 | [diff] [blame] | 390 | /** |
David Howells | 0bdaea9 | 2012-06-25 12:55:46 +0100 | [diff] [blame] | 391 | * __inode_permission - Check for access rights to a given inode |
| 392 | * @inode: Inode to check permission on |
| 393 | * @mask: Right to check for (%MAY_READ, %MAY_WRITE, %MAY_EXEC) |
Christoph Hellwig | cb23beb | 2008-10-24 09:59:29 +0200 | [diff] [blame] | 394 | * |
David Howells | 0bdaea9 | 2012-06-25 12:55:46 +0100 | [diff] [blame] | 395 | * Check for read/write/execute permissions on an inode. |
Andreas Gruenbacher | 948409c | 2011-10-23 23:13:33 +0530 | [diff] [blame] | 396 | * |
| 397 | * When checking for MAY_APPEND, MAY_WRITE must also be set in @mask. |
David Howells | 0bdaea9 | 2012-06-25 12:55:46 +0100 | [diff] [blame] | 398 | * |
| 399 | * This does not check for a read-only file system. You probably want |
| 400 | * inode_permission(). |
Christoph Hellwig | cb23beb | 2008-10-24 09:59:29 +0200 | [diff] [blame] | 401 | */ |
David Howells | 0bdaea9 | 2012-06-25 12:55:46 +0100 | [diff] [blame] | 402 | int __inode_permission(struct inode *inode, int mask) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 403 | { |
Al Viro | e6305c4 | 2008-07-15 21:03:57 -0400 | [diff] [blame] | 404 | int retval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 405 | |
Linus Torvalds | 3ddcd05 | 2011-08-06 22:45:50 -0700 | [diff] [blame] | 406 | if (unlikely(mask & MAY_WRITE)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 407 | /* |
| 408 | * Nobody gets write access to an immutable file. |
| 409 | */ |
| 410 | if (IS_IMMUTABLE(inode)) |
| 411 | return -EACCES; |
| 412 | } |
| 413 | |
Linus Torvalds | 3ddcd05 | 2011-08-06 22:45:50 -0700 | [diff] [blame] | 414 | retval = do_inode_permission(inode, mask); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 415 | if (retval) |
| 416 | return retval; |
| 417 | |
Serge E. Hallyn | 08ce5f1 | 2008-04-29 01:00:10 -0700 | [diff] [blame] | 418 | retval = devcgroup_inode_permission(inode, mask); |
| 419 | if (retval) |
| 420 | return retval; |
| 421 | |
Eric Paris | d09ca73 | 2010-07-23 11:43:57 -0400 | [diff] [blame] | 422 | return security_inode_permission(inode, mask); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 423 | } |
Miklos Szeredi | bd5d085 | 2014-10-24 00:14:35 +0200 | [diff] [blame] | 424 | EXPORT_SYMBOL(__inode_permission); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 425 | |
Al Viro | f4d6ff8 | 2011-06-19 13:14:21 -0400 | [diff] [blame] | 426 | /** |
David Howells | 0bdaea9 | 2012-06-25 12:55:46 +0100 | [diff] [blame] | 427 | * sb_permission - Check superblock-level permissions |
| 428 | * @sb: Superblock of inode to check permission on |
Randy Dunlap | 5585263 | 2012-08-18 17:39:25 -0700 | [diff] [blame] | 429 | * @inode: Inode to check permission on |
David Howells | 0bdaea9 | 2012-06-25 12:55:46 +0100 | [diff] [blame] | 430 | * @mask: Right to check for (%MAY_READ, %MAY_WRITE, %MAY_EXEC) |
| 431 | * |
| 432 | * Separate out file-system wide checks from inode-specific permission checks. |
| 433 | */ |
| 434 | static int sb_permission(struct super_block *sb, struct inode *inode, int mask) |
| 435 | { |
| 436 | if (unlikely(mask & MAY_WRITE)) { |
| 437 | umode_t mode = inode->i_mode; |
| 438 | |
| 439 | /* Nobody gets write access to a read-only fs. */ |
| 440 | if ((sb->s_flags & MS_RDONLY) && |
| 441 | (S_ISREG(mode) || S_ISDIR(mode) || S_ISLNK(mode))) |
| 442 | return -EROFS; |
| 443 | } |
| 444 | return 0; |
| 445 | } |
| 446 | |
| 447 | /** |
| 448 | * inode_permission - Check for access rights to a given inode |
| 449 | * @inode: Inode to check permission on |
| 450 | * @mask: Right to check for (%MAY_READ, %MAY_WRITE, %MAY_EXEC) |
| 451 | * |
| 452 | * Check for read/write/execute permissions on an inode. We use fs[ug]id for |
| 453 | * this, letting us set arbitrary permissions for filesystem access without |
| 454 | * changing the "normal" UIDs which are used for other things. |
| 455 | * |
| 456 | * When checking for MAY_APPEND, MAY_WRITE must also be set in @mask. |
| 457 | */ |
| 458 | int inode_permission(struct inode *inode, int mask) |
| 459 | { |
| 460 | int retval; |
| 461 | |
| 462 | retval = sb_permission(inode->i_sb, inode, mask); |
| 463 | if (retval) |
| 464 | return retval; |
| 465 | return __inode_permission(inode, mask); |
| 466 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 467 | EXPORT_SYMBOL(inode_permission); |
David Howells | 0bdaea9 | 2012-06-25 12:55:46 +0100 | [diff] [blame] | 468 | |
| 469 | /** |
Jan Blunck | 5dd784d0 | 2008-02-14 19:34:38 -0800 | [diff] [blame] | 470 | * path_get - get a reference to a path |
| 471 | * @path: path to get the reference to |
| 472 | * |
| 473 | * Given a path increment the reference count to the dentry and the vfsmount. |
| 474 | */ |
Al Viro | dcf787f | 2013-03-01 23:51:07 -0500 | [diff] [blame] | 475 | void path_get(const struct path *path) |
Jan Blunck | 5dd784d0 | 2008-02-14 19:34:38 -0800 | [diff] [blame] | 476 | { |
| 477 | mntget(path->mnt); |
| 478 | dget(path->dentry); |
| 479 | } |
| 480 | EXPORT_SYMBOL(path_get); |
| 481 | |
| 482 | /** |
Jan Blunck | 1d957f9 | 2008-02-14 19:34:35 -0800 | [diff] [blame] | 483 | * path_put - put a reference to a path |
| 484 | * @path: path to put the reference to |
| 485 | * |
| 486 | * Given a path decrement the reference count to the dentry and the vfsmount. |
| 487 | */ |
Al Viro | dcf787f | 2013-03-01 23:51:07 -0500 | [diff] [blame] | 488 | void path_put(const struct path *path) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 489 | { |
Jan Blunck | 1d957f9 | 2008-02-14 19:34:35 -0800 | [diff] [blame] | 490 | dput(path->dentry); |
| 491 | mntput(path->mnt); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 492 | } |
Jan Blunck | 1d957f9 | 2008-02-14 19:34:35 -0800 | [diff] [blame] | 493 | EXPORT_SYMBOL(path_put); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 494 | |
Al Viro | 894bc8c | 2015-05-02 07:16:16 -0400 | [diff] [blame] | 495 | #define EMBEDDED_LEVELS 2 |
Al Viro | 1f55a6e | 2014-11-01 19:30:41 -0400 | [diff] [blame] | 496 | struct nameidata { |
| 497 | struct path path; |
Al Viro | 1cf2665 | 2015-05-06 16:01:56 -0400 | [diff] [blame] | 498 | struct qstr last; |
Al Viro | 1f55a6e | 2014-11-01 19:30:41 -0400 | [diff] [blame] | 499 | struct path root; |
| 500 | struct inode *inode; /* path.dentry.d_inode */ |
| 501 | unsigned int flags; |
| 502 | unsigned seq, m_seq; |
| 503 | int last_type; |
| 504 | unsigned depth; |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 505 | int total_link_count; |
Al Viro | 697fc6c | 2015-05-02 19:38:35 -0400 | [diff] [blame] | 506 | struct saved { |
| 507 | struct path link; |
| 508 | void *cookie; |
| 509 | const char *name; |
Al Viro | 237d8b3 | 2015-05-07 09:21:14 -0400 | [diff] [blame^] | 510 | struct inode *inode; |
Al Viro | 894bc8c | 2015-05-02 07:16:16 -0400 | [diff] [blame] | 511 | } *stack, internal[EMBEDDED_LEVELS]; |
Al Viro | 1f55a6e | 2014-11-01 19:30:41 -0400 | [diff] [blame] | 512 | }; |
| 513 | |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 514 | static struct nameidata *set_nameidata(struct nameidata *p) |
Al Viro | 894bc8c | 2015-05-02 07:16:16 -0400 | [diff] [blame] | 515 | { |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 516 | struct nameidata *old = current->nameidata; |
| 517 | p->stack = p->internal; |
| 518 | p->total_link_count = old ? old->total_link_count : 0; |
| 519 | current->nameidata = p; |
| 520 | return old; |
Al Viro | 894bc8c | 2015-05-02 07:16:16 -0400 | [diff] [blame] | 521 | } |
| 522 | |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 523 | static void restore_nameidata(struct nameidata *old) |
Al Viro | 894bc8c | 2015-05-02 07:16:16 -0400 | [diff] [blame] | 524 | { |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 525 | struct nameidata *now = current->nameidata; |
| 526 | |
| 527 | current->nameidata = old; |
| 528 | if (old) |
| 529 | old->total_link_count = now->total_link_count; |
| 530 | if (now->stack != now->internal) { |
| 531 | kfree(now->stack); |
| 532 | now->stack = now->internal; |
Al Viro | 894bc8c | 2015-05-02 07:16:16 -0400 | [diff] [blame] | 533 | } |
| 534 | } |
| 535 | |
| 536 | static int __nd_alloc_stack(struct nameidata *nd) |
| 537 | { |
Al Viro | e269f2a | 2015-05-03 21:30:27 -0400 | [diff] [blame] | 538 | struct saved *p = kmalloc(MAXSYMLINKS * sizeof(struct saved), |
Al Viro | 894bc8c | 2015-05-02 07:16:16 -0400 | [diff] [blame] | 539 | GFP_KERNEL); |
| 540 | if (unlikely(!p)) |
| 541 | return -ENOMEM; |
| 542 | memcpy(p, nd->internal, sizeof(nd->internal)); |
| 543 | nd->stack = p; |
| 544 | return 0; |
| 545 | } |
| 546 | |
| 547 | static inline int nd_alloc_stack(struct nameidata *nd) |
| 548 | { |
Al Viro | da4e0be | 2015-05-03 20:52:15 -0400 | [diff] [blame] | 549 | if (likely(nd->depth != EMBEDDED_LEVELS)) |
Al Viro | 894bc8c | 2015-05-02 07:16:16 -0400 | [diff] [blame] | 550 | return 0; |
| 551 | if (likely(nd->stack != nd->internal)) |
| 552 | return 0; |
| 553 | return __nd_alloc_stack(nd); |
| 554 | } |
| 555 | |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 556 | /* |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 557 | * Path walking has 2 modes, rcu-walk and ref-walk (see |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 558 | * Documentation/filesystems/path-lookup.txt). In situations when we can't |
| 559 | * continue in RCU mode, we attempt to drop out of rcu-walk mode and grab |
| 560 | * normal reference counts on dentries and vfsmounts to transition to rcu-walk |
| 561 | * mode. Refcounts are grabbed at the last known good point before rcu-walk |
| 562 | * got stuck, so ref-walk may continue from there. If this is not successful |
| 563 | * (eg. a seqcount has changed), then failure is returned and it's up to caller |
| 564 | * to restart the path walk from the beginning in ref-walk mode. |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 565 | */ |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 566 | |
| 567 | /** |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 568 | * unlazy_walk - try to switch to ref-walk mode. |
| 569 | * @nd: nameidata pathwalk data |
| 570 | * @dentry: child of nd->path.dentry or NULL |
Al Viro | 6e9918b | 2015-05-05 09:26:05 -0400 | [diff] [blame] | 571 | * @seq: seq number to check dentry against |
Randy Dunlap | 3919162 | 2011-01-08 19:36:21 -0800 | [diff] [blame] | 572 | * Returns: 0 on success, -ECHILD on failure |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 573 | * |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 574 | * unlazy_walk attempts to legitimize the current nd->path, nd->root and dentry |
| 575 | * for ref-walk mode. @dentry must be a path found by a do_lookup call on |
| 576 | * @nd or NULL. Must be called from rcu-walk context. |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 577 | */ |
Al Viro | 6e9918b | 2015-05-05 09:26:05 -0400 | [diff] [blame] | 578 | static int unlazy_walk(struct nameidata *nd, struct dentry *dentry, unsigned seq) |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 579 | { |
| 580 | struct fs_struct *fs = current->fs; |
| 581 | struct dentry *parent = nd->path.dentry; |
| 582 | |
| 583 | BUG_ON(!(nd->flags & LOOKUP_RCU)); |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 584 | |
| 585 | /* |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 586 | * After legitimizing the bastards, terminate_walk() |
| 587 | * will do the right thing for non-RCU mode, and all our |
| 588 | * subsequent exit cases should rcu_read_unlock() |
| 589 | * before returning. Do vfsmount first; if dentry |
| 590 | * can't be legitimized, just set nd->path.dentry to NULL |
| 591 | * and rely on dput(NULL) being a no-op. |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 592 | */ |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 593 | if (!legitimize_mnt(nd->path.mnt, nd->m_seq)) |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 594 | return -ECHILD; |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 595 | nd->flags &= ~LOOKUP_RCU; |
Linus Torvalds | 1557008 | 2013-09-02 11:38:06 -0700 | [diff] [blame] | 596 | |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 597 | if (!lockref_get_not_dead(&parent->d_lockref)) { |
| 598 | nd->path.dentry = NULL; |
Al Viro | d870b4a | 2013-11-29 01:48:32 -0500 | [diff] [blame] | 599 | goto out; |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 600 | } |
| 601 | |
Linus Torvalds | 1557008 | 2013-09-02 11:38:06 -0700 | [diff] [blame] | 602 | /* |
| 603 | * For a negative lookup, the lookup sequence point is the parents |
| 604 | * sequence point, and it only needs to revalidate the parent dentry. |
| 605 | * |
| 606 | * For a positive lookup, we need to move both the parent and the |
| 607 | * dentry from the RCU domain to be properly refcounted. And the |
| 608 | * sequence number in the dentry validates *both* dentry counters, |
| 609 | * since we checked the sequence number of the parent after we got |
| 610 | * the child sequence number. So we know the parent must still |
| 611 | * be valid if the child sequence number is still valid. |
| 612 | */ |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 613 | if (!dentry) { |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 614 | if (read_seqcount_retry(&parent->d_seq, nd->seq)) |
| 615 | goto out; |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 616 | BUG_ON(nd->inode != parent->d_inode); |
| 617 | } else { |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 618 | if (!lockref_get_not_dead(&dentry->d_lockref)) |
| 619 | goto out; |
Al Viro | 6e9918b | 2015-05-05 09:26:05 -0400 | [diff] [blame] | 620 | if (read_seqcount_retry(&dentry->d_seq, seq)) |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 621 | goto drop_dentry; |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 622 | } |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 623 | |
| 624 | /* |
| 625 | * Sequence counts matched. Now make sure that the root is |
| 626 | * still valid and get it if required. |
| 627 | */ |
| 628 | if (nd->root.mnt && !(nd->flags & LOOKUP_ROOT)) { |
| 629 | spin_lock(&fs->lock); |
| 630 | if (nd->root.mnt != fs->root.mnt || nd->root.dentry != fs->root.dentry) |
| 631 | goto unlock_and_drop_dentry; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 632 | path_get(&nd->root); |
| 633 | spin_unlock(&fs->lock); |
| 634 | } |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 635 | |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 636 | rcu_read_unlock(); |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 637 | return 0; |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 638 | |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 639 | unlock_and_drop_dentry: |
| 640 | spin_unlock(&fs->lock); |
| 641 | drop_dentry: |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 642 | rcu_read_unlock(); |
Linus Torvalds | 1557008 | 2013-09-02 11:38:06 -0700 | [diff] [blame] | 643 | dput(dentry); |
Linus Torvalds | d0d2727 | 2013-09-10 12:17:49 -0700 | [diff] [blame] | 644 | goto drop_root_mnt; |
Linus Torvalds | e5c832d | 2013-09-08 18:13:49 -0700 | [diff] [blame] | 645 | out: |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 646 | rcu_read_unlock(); |
Linus Torvalds | d0d2727 | 2013-09-10 12:17:49 -0700 | [diff] [blame] | 647 | drop_root_mnt: |
| 648 | if (!(nd->flags & LOOKUP_ROOT)) |
| 649 | nd->root.mnt = NULL; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 650 | return -ECHILD; |
| 651 | } |
| 652 | |
Al Viro | 4ce16ef3 | 2012-06-10 16:10:59 -0400 | [diff] [blame] | 653 | static inline int d_revalidate(struct dentry *dentry, unsigned int flags) |
Nick Piggin | 34286d6 | 2011-01-07 17:49:57 +1100 | [diff] [blame] | 654 | { |
Al Viro | 4ce16ef3 | 2012-06-10 16:10:59 -0400 | [diff] [blame] | 655 | return dentry->d_op->d_revalidate(dentry, flags); |
Nick Piggin | 34286d6 | 2011-01-07 17:49:57 +1100 | [diff] [blame] | 656 | } |
| 657 | |
Al Viro | 9f1fafe | 2011-03-25 11:00:12 -0400 | [diff] [blame] | 658 | /** |
| 659 | * complete_walk - successful completion of path walk |
| 660 | * @nd: pointer nameidata |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 661 | * |
Al Viro | 9f1fafe | 2011-03-25 11:00:12 -0400 | [diff] [blame] | 662 | * If we had been in RCU mode, drop out of it and legitimize nd->path. |
| 663 | * Revalidate the final result, unless we'd already done that during |
| 664 | * the path walk or the filesystem doesn't ask for it. Return 0 on |
| 665 | * success, -error on failure. In case of failure caller does not |
| 666 | * need to drop nd->path. |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 667 | */ |
Al Viro | 9f1fafe | 2011-03-25 11:00:12 -0400 | [diff] [blame] | 668 | static int complete_walk(struct nameidata *nd) |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 669 | { |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 670 | struct dentry *dentry = nd->path.dentry; |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 671 | int status; |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 672 | |
Al Viro | 9f1fafe | 2011-03-25 11:00:12 -0400 | [diff] [blame] | 673 | if (nd->flags & LOOKUP_RCU) { |
Al Viro | 9f1fafe | 2011-03-25 11:00:12 -0400 | [diff] [blame] | 674 | if (!(nd->flags & LOOKUP_ROOT)) |
| 675 | nd->root.mnt = NULL; |
Al Viro | 6e9918b | 2015-05-05 09:26:05 -0400 | [diff] [blame] | 676 | if (unlikely(unlazy_walk(nd, NULL, 0))) |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 677 | return -ECHILD; |
Al Viro | 9f1fafe | 2011-03-25 11:00:12 -0400 | [diff] [blame] | 678 | } |
| 679 | |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 680 | if (likely(!(nd->flags & LOOKUP_JUMPED))) |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 681 | return 0; |
| 682 | |
Jeff Layton | ecf3d1f | 2013-02-20 11:19:05 -0500 | [diff] [blame] | 683 | if (likely(!(dentry->d_flags & DCACHE_OP_WEAK_REVALIDATE))) |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 684 | return 0; |
| 685 | |
Jeff Layton | ecf3d1f | 2013-02-20 11:19:05 -0500 | [diff] [blame] | 686 | status = dentry->d_op->d_weak_revalidate(dentry, nd->flags); |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 687 | if (status > 0) |
| 688 | return 0; |
| 689 | |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 690 | if (!status) |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 691 | status = -ESTALE; |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 692 | |
Jeff Layton | 39159de | 2009-12-07 12:01:50 -0500 | [diff] [blame] | 693 | return status; |
| 694 | } |
| 695 | |
Al Viro | 2a73787 | 2009-04-07 11:49:53 -0400 | [diff] [blame] | 696 | static __always_inline void set_root(struct nameidata *nd) |
| 697 | { |
Al Viro | 7bd8837 | 2014-09-13 21:55:46 -0400 | [diff] [blame] | 698 | get_fs_root(current->fs, &nd->root); |
Al Viro | 2a73787 | 2009-04-07 11:49:53 -0400 | [diff] [blame] | 699 | } |
| 700 | |
Al Viro | 7bd8837 | 2014-09-13 21:55:46 -0400 | [diff] [blame] | 701 | static __always_inline unsigned set_root_rcu(struct nameidata *nd) |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 702 | { |
Al Viro | 7bd8837 | 2014-09-13 21:55:46 -0400 | [diff] [blame] | 703 | struct fs_struct *fs = current->fs; |
| 704 | unsigned seq, res; |
Nick Piggin | c28cc36 | 2011-01-07 17:49:53 +1100 | [diff] [blame] | 705 | |
Al Viro | 7bd8837 | 2014-09-13 21:55:46 -0400 | [diff] [blame] | 706 | do { |
| 707 | seq = read_seqcount_begin(&fs->seq); |
| 708 | nd->root = fs->root; |
| 709 | res = __read_seqcount_begin(&nd->root.dentry->d_seq); |
| 710 | } while (read_seqcount_retry(&fs->seq, seq)); |
| 711 | return res; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 712 | } |
| 713 | |
Jan Blunck | 1d957f9 | 2008-02-14 19:34:35 -0800 | [diff] [blame] | 714 | static void path_put_conditional(struct path *path, struct nameidata *nd) |
Miklos Szeredi | 09dd17d | 2005-09-06 15:18:21 -0700 | [diff] [blame] | 715 | { |
| 716 | dput(path->dentry); |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 717 | if (path->mnt != nd->path.mnt) |
Miklos Szeredi | 09dd17d | 2005-09-06 15:18:21 -0700 | [diff] [blame] | 718 | mntput(path->mnt); |
| 719 | } |
| 720 | |
Nick Piggin | 7b9337a | 2011-01-14 08:42:43 +0000 | [diff] [blame] | 721 | static inline void path_to_nameidata(const struct path *path, |
| 722 | struct nameidata *nd) |
Miklos Szeredi | 09dd17d | 2005-09-06 15:18:21 -0700 | [diff] [blame] | 723 | { |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 724 | if (!(nd->flags & LOOKUP_RCU)) { |
| 725 | dput(nd->path.dentry); |
| 726 | if (nd->path.mnt != path->mnt) |
| 727 | mntput(nd->path.mnt); |
Huang Shijie | 9a22968 | 2010-04-02 17:37:13 +0800 | [diff] [blame] | 728 | } |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 729 | nd->path.mnt = path->mnt; |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 730 | nd->path.dentry = path->dentry; |
Miklos Szeredi | 09dd17d | 2005-09-06 15:18:21 -0700 | [diff] [blame] | 731 | } |
| 732 | |
Christoph Hellwig | b5fb63c1 | 2012-06-18 10:47:04 -0400 | [diff] [blame] | 733 | /* |
| 734 | * Helper to directly jump to a known parsed path from ->follow_link, |
| 735 | * caller must have taken a reference to path beforehand. |
| 736 | */ |
Al Viro | 6e77137 | 2015-05-02 13:37:52 -0400 | [diff] [blame] | 737 | void nd_jump_link(struct path *path) |
Christoph Hellwig | b5fb63c1 | 2012-06-18 10:47:04 -0400 | [diff] [blame] | 738 | { |
Al Viro | 6e77137 | 2015-05-02 13:37:52 -0400 | [diff] [blame] | 739 | struct nameidata *nd = current->nameidata; |
Christoph Hellwig | b5fb63c1 | 2012-06-18 10:47:04 -0400 | [diff] [blame] | 740 | path_put(&nd->path); |
| 741 | |
| 742 | nd->path = *path; |
| 743 | nd->inode = nd->path.dentry->d_inode; |
| 744 | nd->flags |= LOOKUP_JUMPED; |
Christoph Hellwig | b5fb63c1 | 2012-06-18 10:47:04 -0400 | [diff] [blame] | 745 | } |
| 746 | |
Al Viro | b9ff442 | 2015-05-02 20:19:23 -0400 | [diff] [blame] | 747 | static inline void put_link(struct nameidata *nd) |
Al Viro | 574197e | 2011-03-14 22:20:34 -0400 | [diff] [blame] | 748 | { |
Al Viro | 21c3003 | 2015-05-03 21:06:24 -0400 | [diff] [blame] | 749 | struct saved *last = nd->stack + --nd->depth; |
Al Viro | 237d8b3 | 2015-05-07 09:21:14 -0400 | [diff] [blame^] | 750 | struct inode *inode = last->inode; |
Al Viro | b9ff442 | 2015-05-02 20:19:23 -0400 | [diff] [blame] | 751 | if (last->cookie && inode->i_op->put_link) |
| 752 | inode->i_op->put_link(last->link.dentry, last->cookie); |
| 753 | path_put(&last->link); |
Al Viro | 574197e | 2011-03-14 22:20:34 -0400 | [diff] [blame] | 754 | } |
| 755 | |
Linus Torvalds | 561ec64 | 2012-10-26 10:05:07 -0700 | [diff] [blame] | 756 | int sysctl_protected_symlinks __read_mostly = 0; |
| 757 | int sysctl_protected_hardlinks __read_mostly = 0; |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 758 | |
| 759 | /** |
| 760 | * may_follow_link - Check symlink following for unsafe situations |
Randy Dunlap | 5585263 | 2012-08-18 17:39:25 -0700 | [diff] [blame] | 761 | * @nd: nameidata pathwalk data |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 762 | * |
| 763 | * In the case of the sysctl_protected_symlinks sysctl being enabled, |
| 764 | * CAP_DAC_OVERRIDE needs to be specifically ignored if the symlink is |
| 765 | * in a sticky world-writable directory. This is to protect privileged |
| 766 | * processes from failing races against path names that may change out |
| 767 | * from under them by way of other users creating malicious symlinks. |
| 768 | * It will permit symlinks to be followed only when outside a sticky |
| 769 | * world-writable directory, or when the uid of the symlink and follower |
| 770 | * match, or when the directory owner matches the symlink's owner. |
| 771 | * |
| 772 | * Returns 0 if following the symlink is allowed, -ve on error. |
| 773 | */ |
Al Viro | fec2fa2 | 2015-05-06 15:58:18 -0400 | [diff] [blame] | 774 | static inline int may_follow_link(struct nameidata *nd) |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 775 | { |
| 776 | const struct inode *inode; |
| 777 | const struct inode *parent; |
| 778 | |
| 779 | if (!sysctl_protected_symlinks) |
| 780 | return 0; |
| 781 | |
| 782 | /* Allowed if owner and follower match. */ |
Al Viro | 237d8b3 | 2015-05-07 09:21:14 -0400 | [diff] [blame^] | 783 | inode = nd->stack[0].inode; |
Eric W. Biederman | 81abe27 | 2012-08-03 09:38:08 -0700 | [diff] [blame] | 784 | if (uid_eq(current_cred()->fsuid, inode->i_uid)) |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 785 | return 0; |
| 786 | |
| 787 | /* Allowed if parent directory not sticky and world-writable. */ |
| 788 | parent = nd->path.dentry->d_inode; |
| 789 | if ((parent->i_mode & (S_ISVTX|S_IWOTH)) != (S_ISVTX|S_IWOTH)) |
| 790 | return 0; |
| 791 | |
| 792 | /* Allowed if parent directory and link owner match. */ |
Eric W. Biederman | 81abe27 | 2012-08-03 09:38:08 -0700 | [diff] [blame] | 793 | if (uid_eq(parent->i_uid, inode->i_uid)) |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 794 | return 0; |
| 795 | |
Al Viro | 1cf2665 | 2015-05-06 16:01:56 -0400 | [diff] [blame] | 796 | audit_log_link_denied("follow_link", &nd->stack[0].link); |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 797 | return -EACCES; |
| 798 | } |
| 799 | |
| 800 | /** |
| 801 | * safe_hardlink_source - Check for safe hardlink conditions |
| 802 | * @inode: the source inode to hardlink from |
| 803 | * |
| 804 | * Return false if at least one of the following conditions: |
| 805 | * - inode is not a regular file |
| 806 | * - inode is setuid |
| 807 | * - inode is setgid and group-exec |
| 808 | * - access failure for read and write |
| 809 | * |
| 810 | * Otherwise returns true. |
| 811 | */ |
| 812 | static bool safe_hardlink_source(struct inode *inode) |
| 813 | { |
| 814 | umode_t mode = inode->i_mode; |
| 815 | |
| 816 | /* Special files should not get pinned to the filesystem. */ |
| 817 | if (!S_ISREG(mode)) |
| 818 | return false; |
| 819 | |
| 820 | /* Setuid files should not get pinned to the filesystem. */ |
| 821 | if (mode & S_ISUID) |
| 822 | return false; |
| 823 | |
| 824 | /* Executable setgid files should not get pinned to the filesystem. */ |
| 825 | if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) |
| 826 | return false; |
| 827 | |
| 828 | /* Hardlinking to unreadable or unwritable sources is dangerous. */ |
| 829 | if (inode_permission(inode, MAY_READ | MAY_WRITE)) |
| 830 | return false; |
| 831 | |
| 832 | return true; |
| 833 | } |
| 834 | |
| 835 | /** |
| 836 | * may_linkat - Check permissions for creating a hardlink |
| 837 | * @link: the source to hardlink from |
| 838 | * |
| 839 | * Block hardlink when all of: |
| 840 | * - sysctl_protected_hardlinks enabled |
| 841 | * - fsuid does not match inode |
| 842 | * - hardlink source is unsafe (see safe_hardlink_source() above) |
| 843 | * - not CAP_FOWNER |
| 844 | * |
| 845 | * Returns 0 if successful, -ve on error. |
| 846 | */ |
| 847 | static int may_linkat(struct path *link) |
| 848 | { |
| 849 | const struct cred *cred; |
| 850 | struct inode *inode; |
| 851 | |
| 852 | if (!sysctl_protected_hardlinks) |
| 853 | return 0; |
| 854 | |
| 855 | cred = current_cred(); |
| 856 | inode = link->dentry->d_inode; |
| 857 | |
| 858 | /* Source inode owner (or CAP_FOWNER) can hardlink all they like, |
| 859 | * otherwise, it must be a safe source. |
| 860 | */ |
Eric W. Biederman | 81abe27 | 2012-08-03 09:38:08 -0700 | [diff] [blame] | 861 | if (uid_eq(cred->fsuid, inode->i_uid) || safe_hardlink_source(inode) || |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 862 | capable(CAP_FOWNER)) |
| 863 | return 0; |
| 864 | |
Kees Cook | a51d9ea | 2012-07-25 17:29:08 -0700 | [diff] [blame] | 865 | audit_log_link_denied("linkat", link); |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 866 | return -EPERM; |
| 867 | } |
| 868 | |
Al Viro | 3b2e7f7 | 2015-04-19 00:53:50 -0400 | [diff] [blame] | 869 | static __always_inline |
| 870 | const char *get_link(struct nameidata *nd) |
Ian Kent | 051d381 | 2006-03-27 01:14:53 -0800 | [diff] [blame] | 871 | { |
Al Viro | ab10492 | 2015-05-10 11:50:01 -0400 | [diff] [blame] | 872 | struct saved *last = nd->stack + nd->depth - 1; |
Al Viro | 1cf2665 | 2015-05-06 16:01:56 -0400 | [diff] [blame] | 873 | struct dentry *dentry = last->link.dentry; |
Al Viro | 237d8b3 | 2015-05-07 09:21:14 -0400 | [diff] [blame^] | 874 | struct inode *inode = last->inode; |
Al Viro | 6d7b5aa | 2012-06-10 04:15:17 -0400 | [diff] [blame] | 875 | int error; |
Al Viro | 0a959df | 2015-04-18 18:23:41 -0400 | [diff] [blame] | 876 | const char *res; |
Ian Kent | 051d381 | 2006-03-27 01:14:53 -0800 | [diff] [blame] | 877 | |
Al Viro | 844a391 | 2011-02-15 00:38:26 -0500 | [diff] [blame] | 878 | BUG_ON(nd->flags & LOOKUP_RCU); |
| 879 | |
Al Viro | 574197e | 2011-03-14 22:20:34 -0400 | [diff] [blame] | 880 | cond_resched(); |
Al Viro | 574197e | 2011-03-14 22:20:34 -0400 | [diff] [blame] | 881 | |
Al Viro | 3b2e7f7 | 2015-04-19 00:53:50 -0400 | [diff] [blame] | 882 | touch_atime(&last->link); |
Ian Kent | 051d381 | 2006-03-27 01:14:53 -0800 | [diff] [blame] | 883 | |
NeilBrown | 37882db | 2015-03-23 13:37:39 +1100 | [diff] [blame] | 884 | error = security_inode_follow_link(dentry); |
Al Viro | 6d7b5aa | 2012-06-10 04:15:17 -0400 | [diff] [blame] | 885 | if (error) |
Al Viro | 6920a44 | 2015-05-10 10:43:46 -0400 | [diff] [blame] | 886 | return ERR_PTR(error); |
Al Viro | 36f3b4f | 2011-02-22 21:24:38 -0500 | [diff] [blame] | 887 | |
Al Viro | 86acdca1 | 2009-12-22 23:45:11 -0500 | [diff] [blame] | 888 | nd->last_type = LAST_BIND; |
Al Viro | d4dee48 | 2015-04-30 20:08:02 -0400 | [diff] [blame] | 889 | res = inode->i_link; |
| 890 | if (!res) { |
Al Viro | 6e77137 | 2015-05-02 13:37:52 -0400 | [diff] [blame] | 891 | res = inode->i_op->follow_link(dentry, &last->cookie); |
Al Viro | fab51e8 | 2015-05-10 11:01:00 -0400 | [diff] [blame] | 892 | if (IS_ERR_OR_NULL(res)) { |
Al Viro | 6920a44 | 2015-05-10 10:43:46 -0400 | [diff] [blame] | 893 | last->cookie = NULL; |
Al Viro | fab51e8 | 2015-05-10 11:01:00 -0400 | [diff] [blame] | 894 | return res; |
| 895 | } |
Ian Kent | 051d381 | 2006-03-27 01:14:53 -0800 | [diff] [blame] | 896 | } |
Al Viro | fab51e8 | 2015-05-10 11:01:00 -0400 | [diff] [blame] | 897 | if (*res == '/') { |
| 898 | if (!nd->root.mnt) |
| 899 | set_root(nd); |
| 900 | path_put(&nd->path); |
| 901 | nd->path = nd->root; |
| 902 | path_get(&nd->root); |
| 903 | nd->inode = nd->path.dentry->d_inode; |
| 904 | nd->flags |= LOOKUP_JUMPED; |
| 905 | while (unlikely(*++res == '/')) |
| 906 | ; |
| 907 | } |
| 908 | if (!*res) |
| 909 | res = NULL; |
Al Viro | 0a959df | 2015-04-18 18:23:41 -0400 | [diff] [blame] | 910 | return res; |
| 911 | } |
Al Viro | 6d7b5aa | 2012-06-10 04:15:17 -0400 | [diff] [blame] | 912 | |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 913 | static int follow_up_rcu(struct path *path) |
| 914 | { |
Al Viro | 0714a53 | 2011-11-24 22:19:58 -0500 | [diff] [blame] | 915 | struct mount *mnt = real_mount(path->mnt); |
| 916 | struct mount *parent; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 917 | struct dentry *mountpoint; |
| 918 | |
Al Viro | 0714a53 | 2011-11-24 22:19:58 -0500 | [diff] [blame] | 919 | parent = mnt->mnt_parent; |
| 920 | if (&parent->mnt == path->mnt) |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 921 | return 0; |
Al Viro | a73324d | 2011-11-24 22:25:07 -0500 | [diff] [blame] | 922 | mountpoint = mnt->mnt_mountpoint; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 923 | path->dentry = mountpoint; |
Al Viro | 0714a53 | 2011-11-24 22:19:58 -0500 | [diff] [blame] | 924 | path->mnt = &parent->mnt; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 925 | return 1; |
| 926 | } |
| 927 | |
David Howells | f015f126 | 2012-06-25 12:55:28 +0100 | [diff] [blame] | 928 | /* |
| 929 | * follow_up - Find the mountpoint of path's vfsmount |
| 930 | * |
| 931 | * Given a path, find the mountpoint of its source file system. |
| 932 | * Replace @path with the path of the mountpoint in the parent mount. |
| 933 | * Up is towards /. |
| 934 | * |
| 935 | * Return 1 if we went up a level and 0 if we were already at the |
| 936 | * root. |
| 937 | */ |
Al Viro | bab77eb | 2009-04-18 03:26:48 -0400 | [diff] [blame] | 938 | int follow_up(struct path *path) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 939 | { |
Al Viro | 0714a53 | 2011-11-24 22:19:58 -0500 | [diff] [blame] | 940 | struct mount *mnt = real_mount(path->mnt); |
| 941 | struct mount *parent; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 942 | struct dentry *mountpoint; |
Nick Piggin | 99b7db7 | 2010-08-18 04:37:39 +1000 | [diff] [blame] | 943 | |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 944 | read_seqlock_excl(&mount_lock); |
Al Viro | 0714a53 | 2011-11-24 22:19:58 -0500 | [diff] [blame] | 945 | parent = mnt->mnt_parent; |
Al Viro | 3c0a616 | 2012-07-18 17:32:50 +0400 | [diff] [blame] | 946 | if (parent == mnt) { |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 947 | read_sequnlock_excl(&mount_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 948 | return 0; |
| 949 | } |
Al Viro | 0714a53 | 2011-11-24 22:19:58 -0500 | [diff] [blame] | 950 | mntget(&parent->mnt); |
Al Viro | a73324d | 2011-11-24 22:25:07 -0500 | [diff] [blame] | 951 | mountpoint = dget(mnt->mnt_mountpoint); |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 952 | read_sequnlock_excl(&mount_lock); |
Al Viro | bab77eb | 2009-04-18 03:26:48 -0400 | [diff] [blame] | 953 | dput(path->dentry); |
| 954 | path->dentry = mountpoint; |
| 955 | mntput(path->mnt); |
Al Viro | 0714a53 | 2011-11-24 22:19:58 -0500 | [diff] [blame] | 956 | path->mnt = &parent->mnt; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 957 | return 1; |
| 958 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 959 | EXPORT_SYMBOL(follow_up); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 960 | |
Nick Piggin | b5c84bf | 2011-01-07 17:49:38 +1100 | [diff] [blame] | 961 | /* |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 962 | * Perform an automount |
| 963 | * - return -EISDIR to tell follow_managed() to stop and return the path we |
| 964 | * were called with. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 965 | */ |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 966 | static int follow_automount(struct path *path, struct nameidata *nd, |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 967 | bool *need_mntput) |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 968 | { |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 969 | struct vfsmount *mnt; |
David Howells | ea5b778 | 2011-01-14 19:10:03 +0000 | [diff] [blame] | 970 | int err; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 971 | |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 972 | if (!path->dentry->d_op || !path->dentry->d_op->d_automount) |
| 973 | return -EREMOTE; |
Al Viro | 463ffb2 | 2005-06-06 13:36:05 -0700 | [diff] [blame] | 974 | |
Miklos Szeredi | 0ec26fd | 2011-09-05 18:06:26 +0200 | [diff] [blame] | 975 | /* We don't want to mount if someone's just doing a stat - |
| 976 | * unless they're stat'ing a directory and appended a '/' to |
| 977 | * the name. |
| 978 | * |
| 979 | * We do, however, want to mount if someone wants to open or |
| 980 | * create a file of any type under the mountpoint, wants to |
| 981 | * traverse through the mountpoint or wants to open the |
| 982 | * mounted directory. Also, autofs may mark negative dentries |
| 983 | * as being automount points. These will need the attentions |
| 984 | * of the daemon to instantiate them before they can be used. |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 985 | */ |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 986 | if (!(nd->flags & (LOOKUP_PARENT | LOOKUP_DIRECTORY | |
| 987 | LOOKUP_OPEN | LOOKUP_CREATE | LOOKUP_AUTOMOUNT)) && |
Miklos Szeredi | 0ec26fd | 2011-09-05 18:06:26 +0200 | [diff] [blame] | 988 | path->dentry->d_inode) |
| 989 | return -EISDIR; |
| 990 | |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 991 | nd->total_link_count++; |
| 992 | if (nd->total_link_count >= 40) |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 993 | return -ELOOP; |
| 994 | |
| 995 | mnt = path->dentry->d_op->d_automount(path); |
| 996 | if (IS_ERR(mnt)) { |
| 997 | /* |
| 998 | * The filesystem is allowed to return -EISDIR here to indicate |
| 999 | * it doesn't want to automount. For instance, autofs would do |
| 1000 | * this so that its userspace daemon can mount on this dentry. |
| 1001 | * |
| 1002 | * However, we can only permit this if it's a terminal point in |
| 1003 | * the path being looked up; if it wasn't then the remainder of |
| 1004 | * the path is inaccessible and we should say so. |
| 1005 | */ |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 1006 | if (PTR_ERR(mnt) == -EISDIR && (nd->flags & LOOKUP_PARENT)) |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1007 | return -EREMOTE; |
| 1008 | return PTR_ERR(mnt); |
| 1009 | } |
David Howells | ea5b778 | 2011-01-14 19:10:03 +0000 | [diff] [blame] | 1010 | |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1011 | if (!mnt) /* mount collision */ |
| 1012 | return 0; |
| 1013 | |
Al Viro | 8aef188 | 2011-06-16 15:10:06 +0100 | [diff] [blame] | 1014 | if (!*need_mntput) { |
| 1015 | /* lock_mount() may release path->mnt on error */ |
| 1016 | mntget(path->mnt); |
| 1017 | *need_mntput = true; |
| 1018 | } |
Al Viro | 19a167a | 2011-01-17 01:35:23 -0500 | [diff] [blame] | 1019 | err = finish_automount(mnt, path); |
David Howells | ea5b778 | 2011-01-14 19:10:03 +0000 | [diff] [blame] | 1020 | |
David Howells | ea5b778 | 2011-01-14 19:10:03 +0000 | [diff] [blame] | 1021 | switch (err) { |
| 1022 | case -EBUSY: |
| 1023 | /* Someone else made a mount here whilst we were busy */ |
Al Viro | 19a167a | 2011-01-17 01:35:23 -0500 | [diff] [blame] | 1024 | return 0; |
David Howells | ea5b778 | 2011-01-14 19:10:03 +0000 | [diff] [blame] | 1025 | case 0: |
Al Viro | 8aef188 | 2011-06-16 15:10:06 +0100 | [diff] [blame] | 1026 | path_put(path); |
David Howells | ea5b778 | 2011-01-14 19:10:03 +0000 | [diff] [blame] | 1027 | path->mnt = mnt; |
| 1028 | path->dentry = dget(mnt->mnt_root); |
David Howells | ea5b778 | 2011-01-14 19:10:03 +0000 | [diff] [blame] | 1029 | return 0; |
Al Viro | 19a167a | 2011-01-17 01:35:23 -0500 | [diff] [blame] | 1030 | default: |
| 1031 | return err; |
David Howells | ea5b778 | 2011-01-14 19:10:03 +0000 | [diff] [blame] | 1032 | } |
Al Viro | 19a167a | 2011-01-17 01:35:23 -0500 | [diff] [blame] | 1033 | |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1034 | } |
| 1035 | |
| 1036 | /* |
| 1037 | * Handle a dentry that is managed in some way. |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1038 | * - Flagged for transit management (autofs) |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1039 | * - Flagged as mountpoint |
| 1040 | * - Flagged as automount point |
| 1041 | * |
| 1042 | * This may only be called in refwalk mode. |
| 1043 | * |
| 1044 | * Serialization is taken care of in namespace.c |
| 1045 | */ |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 1046 | static int follow_managed(struct path *path, struct nameidata *nd) |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1047 | { |
Al Viro | 8aef188 | 2011-06-16 15:10:06 +0100 | [diff] [blame] | 1048 | struct vfsmount *mnt = path->mnt; /* held by caller, must be left alone */ |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1049 | unsigned managed; |
| 1050 | bool need_mntput = false; |
Al Viro | 8aef188 | 2011-06-16 15:10:06 +0100 | [diff] [blame] | 1051 | int ret = 0; |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1052 | |
| 1053 | /* Given that we're not holding a lock here, we retain the value in a |
| 1054 | * local variable for each dentry as we look at it so that we don't see |
| 1055 | * the components of that value change under us */ |
| 1056 | while (managed = ACCESS_ONCE(path->dentry->d_flags), |
| 1057 | managed &= DCACHE_MANAGED_DENTRY, |
| 1058 | unlikely(managed != 0)) { |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1059 | /* Allow the filesystem to manage the transit without i_mutex |
| 1060 | * being held. */ |
| 1061 | if (managed & DCACHE_MANAGE_TRANSIT) { |
| 1062 | BUG_ON(!path->dentry->d_op); |
| 1063 | BUG_ON(!path->dentry->d_op->d_manage); |
Al Viro | 1aed3e4 | 2011-03-18 09:09:02 -0400 | [diff] [blame] | 1064 | ret = path->dentry->d_op->d_manage(path->dentry, false); |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1065 | if (ret < 0) |
Al Viro | 8aef188 | 2011-06-16 15:10:06 +0100 | [diff] [blame] | 1066 | break; |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1067 | } |
| 1068 | |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1069 | /* Transit to a mounted filesystem. */ |
| 1070 | if (managed & DCACHE_MOUNTED) { |
| 1071 | struct vfsmount *mounted = lookup_mnt(path); |
| 1072 | if (mounted) { |
| 1073 | dput(path->dentry); |
| 1074 | if (need_mntput) |
| 1075 | mntput(path->mnt); |
| 1076 | path->mnt = mounted; |
| 1077 | path->dentry = dget(mounted->mnt_root); |
| 1078 | need_mntput = true; |
| 1079 | continue; |
| 1080 | } |
| 1081 | |
| 1082 | /* Something is mounted on this dentry in another |
| 1083 | * namespace and/or whatever was mounted there in this |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 1084 | * namespace got unmounted before lookup_mnt() could |
| 1085 | * get it */ |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1086 | } |
| 1087 | |
| 1088 | /* Handle an automount point */ |
| 1089 | if (managed & DCACHE_NEED_AUTOMOUNT) { |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 1090 | ret = follow_automount(path, nd, &need_mntput); |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1091 | if (ret < 0) |
Al Viro | 8aef188 | 2011-06-16 15:10:06 +0100 | [diff] [blame] | 1092 | break; |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1093 | continue; |
| 1094 | } |
| 1095 | |
| 1096 | /* We didn't change the current path point */ |
| 1097 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1098 | } |
Al Viro | 8aef188 | 2011-06-16 15:10:06 +0100 | [diff] [blame] | 1099 | |
| 1100 | if (need_mntput && path->mnt == mnt) |
| 1101 | mntput(path->mnt); |
| 1102 | if (ret == -EISDIR) |
| 1103 | ret = 0; |
Al Viro | 8402752 | 2015-04-22 10:30:08 -0400 | [diff] [blame] | 1104 | if (need_mntput) |
| 1105 | nd->flags |= LOOKUP_JUMPED; |
| 1106 | if (unlikely(ret < 0)) |
| 1107 | path_put_conditional(path, nd); |
| 1108 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1109 | } |
| 1110 | |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1111 | int follow_down_one(struct path *path) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1112 | { |
| 1113 | struct vfsmount *mounted; |
| 1114 | |
Al Viro | 1c755af | 2009-04-18 14:06:57 -0400 | [diff] [blame] | 1115 | mounted = lookup_mnt(path); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1116 | if (mounted) { |
Al Viro | 9393bd0 | 2009-04-18 13:58:15 -0400 | [diff] [blame] | 1117 | dput(path->dentry); |
| 1118 | mntput(path->mnt); |
| 1119 | path->mnt = mounted; |
| 1120 | path->dentry = dget(mounted->mnt_root); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1121 | return 1; |
| 1122 | } |
| 1123 | return 0; |
| 1124 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 1125 | EXPORT_SYMBOL(follow_down_one); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1126 | |
NeilBrown | b8faf03 | 2014-08-04 17:06:29 +1000 | [diff] [blame] | 1127 | static inline int managed_dentry_rcu(struct dentry *dentry) |
Ian Kent | 62a7375 | 2011-03-25 01:51:02 +0800 | [diff] [blame] | 1128 | { |
NeilBrown | b8faf03 | 2014-08-04 17:06:29 +1000 | [diff] [blame] | 1129 | return (dentry->d_flags & DCACHE_MANAGE_TRANSIT) ? |
| 1130 | dentry->d_op->d_manage(dentry, true) : 0; |
Ian Kent | 62a7375 | 2011-03-25 01:51:02 +0800 | [diff] [blame] | 1131 | } |
| 1132 | |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1133 | /* |
Al Viro | 287548e | 2011-05-27 06:50:06 -0400 | [diff] [blame] | 1134 | * Try to skip to top of mountpoint pile in rcuwalk mode. Fail if |
| 1135 | * we meet a managed dentry that would need blocking. |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1136 | */ |
| 1137 | static bool __follow_mount_rcu(struct nameidata *nd, struct path *path, |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 1138 | struct inode **inode, unsigned *seqp) |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1139 | { |
Ian Kent | 62a7375 | 2011-03-25 01:51:02 +0800 | [diff] [blame] | 1140 | for (;;) { |
Al Viro | c710536 | 2011-11-24 18:22:03 -0500 | [diff] [blame] | 1141 | struct mount *mounted; |
Ian Kent | 62a7375 | 2011-03-25 01:51:02 +0800 | [diff] [blame] | 1142 | /* |
| 1143 | * Don't forget we might have a non-mountpoint managed dentry |
| 1144 | * that wants to block transit. |
| 1145 | */ |
NeilBrown | b8faf03 | 2014-08-04 17:06:29 +1000 | [diff] [blame] | 1146 | switch (managed_dentry_rcu(path->dentry)) { |
| 1147 | case -ECHILD: |
| 1148 | default: |
David Howells | ab90911 | 2011-01-14 18:46:51 +0000 | [diff] [blame] | 1149 | return false; |
NeilBrown | b8faf03 | 2014-08-04 17:06:29 +1000 | [diff] [blame] | 1150 | case -EISDIR: |
| 1151 | return true; |
| 1152 | case 0: |
| 1153 | break; |
| 1154 | } |
Ian Kent | 62a7375 | 2011-03-25 01:51:02 +0800 | [diff] [blame] | 1155 | |
| 1156 | if (!d_mountpoint(path->dentry)) |
NeilBrown | b8faf03 | 2014-08-04 17:06:29 +1000 | [diff] [blame] | 1157 | return !(path->dentry->d_flags & DCACHE_NEED_AUTOMOUNT); |
Ian Kent | 62a7375 | 2011-03-25 01:51:02 +0800 | [diff] [blame] | 1158 | |
Al Viro | 474279d | 2013-10-01 16:11:26 -0400 | [diff] [blame] | 1159 | mounted = __lookup_mnt(path->mnt, path->dentry); |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1160 | if (!mounted) |
| 1161 | break; |
Al Viro | c710536 | 2011-11-24 18:22:03 -0500 | [diff] [blame] | 1162 | path->mnt = &mounted->mnt; |
| 1163 | path->dentry = mounted->mnt.mnt_root; |
Al Viro | a3fbbde | 2011-11-07 21:21:26 +0000 | [diff] [blame] | 1164 | nd->flags |= LOOKUP_JUMPED; |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 1165 | *seqp = read_seqcount_begin(&path->dentry->d_seq); |
Linus Torvalds | 5943026 | 2011-07-18 15:43:29 -0700 | [diff] [blame] | 1166 | /* |
| 1167 | * Update the inode too. We don't need to re-check the |
| 1168 | * dentry sequence number here after this d_inode read, |
| 1169 | * because a mount-point is always pinned. |
| 1170 | */ |
| 1171 | *inode = path->dentry->d_inode; |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1172 | } |
Al Viro | f5be3e2912 | 2014-09-13 21:50:45 -0400 | [diff] [blame] | 1173 | return !read_seqretry(&mount_lock, nd->m_seq) && |
NeilBrown | b8faf03 | 2014-08-04 17:06:29 +1000 | [diff] [blame] | 1174 | !(path->dentry->d_flags & DCACHE_NEED_AUTOMOUNT); |
Al Viro | 287548e | 2011-05-27 06:50:06 -0400 | [diff] [blame] | 1175 | } |
| 1176 | |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1177 | static int follow_dotdot_rcu(struct nameidata *nd) |
| 1178 | { |
Al Viro | 4023bfc | 2014-09-13 21:59:43 -0400 | [diff] [blame] | 1179 | struct inode *inode = nd->inode; |
Al Viro | 7bd8837 | 2014-09-13 21:55:46 -0400 | [diff] [blame] | 1180 | if (!nd->root.mnt) |
| 1181 | set_root_rcu(nd); |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1182 | |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1183 | while (1) { |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1184 | if (nd->path.dentry == nd->root.dentry && |
| 1185 | nd->path.mnt == nd->root.mnt) { |
| 1186 | break; |
| 1187 | } |
| 1188 | if (nd->path.dentry != nd->path.mnt->mnt_root) { |
| 1189 | struct dentry *old = nd->path.dentry; |
| 1190 | struct dentry *parent = old->d_parent; |
| 1191 | unsigned seq; |
| 1192 | |
Al Viro | 4023bfc | 2014-09-13 21:59:43 -0400 | [diff] [blame] | 1193 | inode = parent->d_inode; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1194 | seq = read_seqcount_begin(&parent->d_seq); |
| 1195 | if (read_seqcount_retry(&old->d_seq, nd->seq)) |
Al Viro | ef7562d | 2011-03-04 14:35:59 -0500 | [diff] [blame] | 1196 | goto failed; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1197 | nd->path.dentry = parent; |
| 1198 | nd->seq = seq; |
| 1199 | break; |
| 1200 | } |
| 1201 | if (!follow_up_rcu(&nd->path)) |
| 1202 | break; |
Al Viro | 4023bfc | 2014-09-13 21:59:43 -0400 | [diff] [blame] | 1203 | inode = nd->path.dentry->d_inode; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1204 | nd->seq = read_seqcount_begin(&nd->path.dentry->d_seq); |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1205 | } |
Al Viro | b37199e | 2014-03-20 15:18:22 -0400 | [diff] [blame] | 1206 | while (d_mountpoint(nd->path.dentry)) { |
| 1207 | struct mount *mounted; |
| 1208 | mounted = __lookup_mnt(nd->path.mnt, nd->path.dentry); |
| 1209 | if (!mounted) |
| 1210 | break; |
| 1211 | nd->path.mnt = &mounted->mnt; |
| 1212 | nd->path.dentry = mounted->mnt.mnt_root; |
Al Viro | 4023bfc | 2014-09-13 21:59:43 -0400 | [diff] [blame] | 1213 | inode = nd->path.dentry->d_inode; |
Al Viro | b37199e | 2014-03-20 15:18:22 -0400 | [diff] [blame] | 1214 | nd->seq = read_seqcount_begin(&nd->path.dentry->d_seq); |
Al Viro | f5be3e2912 | 2014-09-13 21:50:45 -0400 | [diff] [blame] | 1215 | if (read_seqretry(&mount_lock, nd->m_seq)) |
Al Viro | b37199e | 2014-03-20 15:18:22 -0400 | [diff] [blame] | 1216 | goto failed; |
| 1217 | } |
Al Viro | 4023bfc | 2014-09-13 21:59:43 -0400 | [diff] [blame] | 1218 | nd->inode = inode; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1219 | return 0; |
Al Viro | ef7562d | 2011-03-04 14:35:59 -0500 | [diff] [blame] | 1220 | |
| 1221 | failed: |
Al Viro | ef7562d | 2011-03-04 14:35:59 -0500 | [diff] [blame] | 1222 | return -ECHILD; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1223 | } |
| 1224 | |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1225 | /* |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1226 | * Follow down to the covering mount currently visible to userspace. At each |
| 1227 | * point, the filesystem owning that dentry may be queried as to whether the |
| 1228 | * caller is permitted to proceed or not. |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1229 | */ |
Al Viro | 7cc90cc | 2011-03-18 09:04:20 -0400 | [diff] [blame] | 1230 | int follow_down(struct path *path) |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1231 | { |
| 1232 | unsigned managed; |
| 1233 | int ret; |
| 1234 | |
| 1235 | while (managed = ACCESS_ONCE(path->dentry->d_flags), |
| 1236 | unlikely(managed & DCACHE_MANAGED_DENTRY)) { |
| 1237 | /* Allow the filesystem to manage the transit without i_mutex |
| 1238 | * being held. |
| 1239 | * |
| 1240 | * We indicate to the filesystem if someone is trying to mount |
| 1241 | * something here. This gives autofs the chance to deny anyone |
| 1242 | * other than its daemon the right to mount on its |
| 1243 | * superstructure. |
| 1244 | * |
| 1245 | * The filesystem may sleep at this point. |
| 1246 | */ |
| 1247 | if (managed & DCACHE_MANAGE_TRANSIT) { |
| 1248 | BUG_ON(!path->dentry->d_op); |
| 1249 | BUG_ON(!path->dentry->d_op->d_manage); |
David Howells | ab90911 | 2011-01-14 18:46:51 +0000 | [diff] [blame] | 1250 | ret = path->dentry->d_op->d_manage( |
Al Viro | 1aed3e4 | 2011-03-18 09:09:02 -0400 | [diff] [blame] | 1251 | path->dentry, false); |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1252 | if (ret < 0) |
| 1253 | return ret == -EISDIR ? 0 : ret; |
| 1254 | } |
| 1255 | |
| 1256 | /* Transit to a mounted filesystem. */ |
| 1257 | if (managed & DCACHE_MOUNTED) { |
| 1258 | struct vfsmount *mounted = lookup_mnt(path); |
| 1259 | if (!mounted) |
| 1260 | break; |
| 1261 | dput(path->dentry); |
| 1262 | mntput(path->mnt); |
| 1263 | path->mnt = mounted; |
| 1264 | path->dentry = dget(mounted->mnt_root); |
| 1265 | continue; |
| 1266 | } |
| 1267 | |
| 1268 | /* Don't handle automount points here */ |
| 1269 | break; |
| 1270 | } |
| 1271 | return 0; |
| 1272 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 1273 | EXPORT_SYMBOL(follow_down); |
David Howells | cc53ce5 | 2011-01-14 18:45:26 +0000 | [diff] [blame] | 1274 | |
| 1275 | /* |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1276 | * Skip to top of mountpoint pile in refwalk mode for follow_dotdot() |
| 1277 | */ |
| 1278 | static void follow_mount(struct path *path) |
| 1279 | { |
| 1280 | while (d_mountpoint(path->dentry)) { |
| 1281 | struct vfsmount *mounted = lookup_mnt(path); |
| 1282 | if (!mounted) |
| 1283 | break; |
| 1284 | dput(path->dentry); |
| 1285 | mntput(path->mnt); |
| 1286 | path->mnt = mounted; |
| 1287 | path->dentry = dget(mounted->mnt_root); |
| 1288 | } |
| 1289 | } |
| 1290 | |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1291 | static void follow_dotdot(struct nameidata *nd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1292 | { |
Al Viro | 7bd8837 | 2014-09-13 21:55:46 -0400 | [diff] [blame] | 1293 | if (!nd->root.mnt) |
| 1294 | set_root(nd); |
Andreas Mohr | e518ddb | 2006-09-29 02:01:22 -0700 | [diff] [blame] | 1295 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1296 | while(1) { |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 1297 | struct dentry *old = nd->path.dentry; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1298 | |
Al Viro | 2a73787 | 2009-04-07 11:49:53 -0400 | [diff] [blame] | 1299 | if (nd->path.dentry == nd->root.dentry && |
| 1300 | nd->path.mnt == nd->root.mnt) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1301 | break; |
| 1302 | } |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 1303 | if (nd->path.dentry != nd->path.mnt->mnt_root) { |
Al Viro | 3088dd7 | 2010-01-30 15:47:29 -0500 | [diff] [blame] | 1304 | /* rare case of legitimate dget_parent()... */ |
| 1305 | nd->path.dentry = dget_parent(nd->path.dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1306 | dput(old); |
| 1307 | break; |
| 1308 | } |
Al Viro | 3088dd7 | 2010-01-30 15:47:29 -0500 | [diff] [blame] | 1309 | if (!follow_up(&nd->path)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1310 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1311 | } |
Al Viro | 79ed022 | 2009-04-18 13:59:41 -0400 | [diff] [blame] | 1312 | follow_mount(&nd->path); |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1313 | nd->inode = nd->path.dentry->d_inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1314 | } |
| 1315 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1316 | /* |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1317 | * This looks up the name in dcache, possibly revalidates the old dentry and |
| 1318 | * allocates a new one if not found or not valid. In the need_lookup argument |
| 1319 | * returns whether i_op->lookup is necessary. |
| 1320 | * |
| 1321 | * dir->d_inode->i_mutex must be held |
Nick Piggin | baa0389 | 2010-08-18 04:37:31 +1000 | [diff] [blame] | 1322 | */ |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1323 | static struct dentry *lookup_dcache(struct qstr *name, struct dentry *dir, |
Al Viro | 201f956 | 2012-06-22 12:42:10 +0400 | [diff] [blame] | 1324 | unsigned int flags, bool *need_lookup) |
Nick Piggin | baa0389 | 2010-08-18 04:37:31 +1000 | [diff] [blame] | 1325 | { |
Nick Piggin | baa0389 | 2010-08-18 04:37:31 +1000 | [diff] [blame] | 1326 | struct dentry *dentry; |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1327 | int error; |
Nick Piggin | baa0389 | 2010-08-18 04:37:31 +1000 | [diff] [blame] | 1328 | |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1329 | *need_lookup = false; |
| 1330 | dentry = d_lookup(dir, name); |
| 1331 | if (dentry) { |
Jeff Layton | 39e3c95 | 2012-11-28 11:30:53 -0500 | [diff] [blame] | 1332 | if (dentry->d_flags & DCACHE_OP_REVALIDATE) { |
Al Viro | 201f956 | 2012-06-22 12:42:10 +0400 | [diff] [blame] | 1333 | error = d_revalidate(dentry, flags); |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1334 | if (unlikely(error <= 0)) { |
| 1335 | if (error < 0) { |
| 1336 | dput(dentry); |
| 1337 | return ERR_PTR(error); |
Eric W. Biederman | 5542aa2 | 2014-02-13 09:46:25 -0800 | [diff] [blame] | 1338 | } else { |
| 1339 | d_invalidate(dentry); |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1340 | dput(dentry); |
| 1341 | dentry = NULL; |
| 1342 | } |
| 1343 | } |
| 1344 | } |
| 1345 | } |
Nick Piggin | baa0389 | 2010-08-18 04:37:31 +1000 | [diff] [blame] | 1346 | |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1347 | if (!dentry) { |
| 1348 | dentry = d_alloc(dir, name); |
| 1349 | if (unlikely(!dentry)) |
| 1350 | return ERR_PTR(-ENOMEM); |
Nick Piggin | baa0389 | 2010-08-18 04:37:31 +1000 | [diff] [blame] | 1351 | |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1352 | *need_lookup = true; |
Nick Piggin | baa0389 | 2010-08-18 04:37:31 +1000 | [diff] [blame] | 1353 | } |
| 1354 | return dentry; |
| 1355 | } |
| 1356 | |
| 1357 | /* |
J. Bruce Fields | 13a2c3b | 2013-10-23 16:09:16 -0400 | [diff] [blame] | 1358 | * Call i_op->lookup on the dentry. The dentry must be negative and |
| 1359 | * unhashed. |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1360 | * |
| 1361 | * dir->d_inode->i_mutex must be held |
Josef Bacik | 44396f4 | 2011-05-31 11:58:49 -0400 | [diff] [blame] | 1362 | */ |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1363 | static struct dentry *lookup_real(struct inode *dir, struct dentry *dentry, |
Al Viro | 72bd866 | 2012-06-10 17:17:17 -0400 | [diff] [blame] | 1364 | unsigned int flags) |
Josef Bacik | 44396f4 | 2011-05-31 11:58:49 -0400 | [diff] [blame] | 1365 | { |
Josef Bacik | 44396f4 | 2011-05-31 11:58:49 -0400 | [diff] [blame] | 1366 | struct dentry *old; |
| 1367 | |
| 1368 | /* Don't create child dentry for a dead directory. */ |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1369 | if (unlikely(IS_DEADDIR(dir))) { |
Miklos Szeredi | e188dc0 | 2012-02-03 14:25:18 +0100 | [diff] [blame] | 1370 | dput(dentry); |
Josef Bacik | 44396f4 | 2011-05-31 11:58:49 -0400 | [diff] [blame] | 1371 | return ERR_PTR(-ENOENT); |
Miklos Szeredi | e188dc0 | 2012-02-03 14:25:18 +0100 | [diff] [blame] | 1372 | } |
Josef Bacik | 44396f4 | 2011-05-31 11:58:49 -0400 | [diff] [blame] | 1373 | |
Al Viro | 72bd866 | 2012-06-10 17:17:17 -0400 | [diff] [blame] | 1374 | old = dir->i_op->lookup(dir, dentry, flags); |
Josef Bacik | 44396f4 | 2011-05-31 11:58:49 -0400 | [diff] [blame] | 1375 | if (unlikely(old)) { |
| 1376 | dput(dentry); |
| 1377 | dentry = old; |
| 1378 | } |
| 1379 | return dentry; |
| 1380 | } |
| 1381 | |
Al Viro | a325554 | 2012-03-30 14:41:51 -0400 | [diff] [blame] | 1382 | static struct dentry *__lookup_hash(struct qstr *name, |
Al Viro | 72bd866 | 2012-06-10 17:17:17 -0400 | [diff] [blame] | 1383 | struct dentry *base, unsigned int flags) |
Al Viro | a325554 | 2012-03-30 14:41:51 -0400 | [diff] [blame] | 1384 | { |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1385 | bool need_lookup; |
Al Viro | a325554 | 2012-03-30 14:41:51 -0400 | [diff] [blame] | 1386 | struct dentry *dentry; |
| 1387 | |
Al Viro | 72bd866 | 2012-06-10 17:17:17 -0400 | [diff] [blame] | 1388 | dentry = lookup_dcache(name, base, flags, &need_lookup); |
Miklos Szeredi | bad6118 | 2012-03-26 12:54:24 +0200 | [diff] [blame] | 1389 | if (!need_lookup) |
| 1390 | return dentry; |
Al Viro | a325554 | 2012-03-30 14:41:51 -0400 | [diff] [blame] | 1391 | |
Al Viro | 72bd866 | 2012-06-10 17:17:17 -0400 | [diff] [blame] | 1392 | return lookup_real(base->d_inode, dentry, flags); |
Al Viro | a325554 | 2012-03-30 14:41:51 -0400 | [diff] [blame] | 1393 | } |
| 1394 | |
Josef Bacik | 44396f4 | 2011-05-31 11:58:49 -0400 | [diff] [blame] | 1395 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1396 | * It's more convoluted than I'd like it to be, but... it's still fairly |
| 1397 | * small and for now I'd prefer to have fast path as straight as possible. |
| 1398 | * It _is_ time-critical. |
| 1399 | */ |
Al Viro | e97cdc8 | 2013-01-24 18:16:00 -0500 | [diff] [blame] | 1400 | static int lookup_fast(struct nameidata *nd, |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 1401 | struct path *path, struct inode **inode, |
| 1402 | unsigned *seqp) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1403 | { |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 1404 | struct vfsmount *mnt = nd->path.mnt; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1405 | struct dentry *dentry, *parent = nd->path.dentry; |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1406 | int need_reval = 1; |
| 1407 | int status = 1; |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1408 | int err; |
| 1409 | |
Al Viro | 3cac260 | 2009-08-13 18:27:43 +0400 | [diff] [blame] | 1410 | /* |
Nick Piggin | b04f784 | 2010-08-18 04:37:34 +1000 | [diff] [blame] | 1411 | * Rename seqlock is not required here because in the off chance |
| 1412 | * of a false negative due to a concurrent rename, we're going to |
| 1413 | * do the non-racy lookup, below. |
| 1414 | */ |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1415 | if (nd->flags & LOOKUP_RCU) { |
| 1416 | unsigned seq; |
Al Viro | 766c4cb | 2015-05-07 19:24:57 -0400 | [diff] [blame] | 1417 | bool negative; |
Linus Torvalds | da53be1 | 2013-05-21 15:22:44 -0700 | [diff] [blame] | 1418 | dentry = __d_lookup_rcu(parent, &nd->last, &seq); |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1419 | if (!dentry) |
| 1420 | goto unlazy; |
| 1421 | |
Linus Torvalds | 12f8ad4 | 2012-05-04 14:59:14 -0700 | [diff] [blame] | 1422 | /* |
| 1423 | * This sequence count validates that the inode matches |
| 1424 | * the dentry name information from lookup. |
| 1425 | */ |
| 1426 | *inode = dentry->d_inode; |
Al Viro | 766c4cb | 2015-05-07 19:24:57 -0400 | [diff] [blame] | 1427 | negative = d_is_negative(dentry); |
Linus Torvalds | 12f8ad4 | 2012-05-04 14:59:14 -0700 | [diff] [blame] | 1428 | if (read_seqcount_retry(&dentry->d_seq, seq)) |
| 1429 | return -ECHILD; |
Al Viro | 766c4cb | 2015-05-07 19:24:57 -0400 | [diff] [blame] | 1430 | if (negative) |
| 1431 | return -ENOENT; |
Linus Torvalds | 12f8ad4 | 2012-05-04 14:59:14 -0700 | [diff] [blame] | 1432 | |
| 1433 | /* |
| 1434 | * This sequence count validates that the parent had no |
| 1435 | * changes while we did the lookup of the dentry above. |
| 1436 | * |
| 1437 | * The memory barrier in read_seqcount_begin of child is |
| 1438 | * enough, we can use __read_seqcount_retry here. |
| 1439 | */ |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1440 | if (__read_seqcount_retry(&parent->d_seq, nd->seq)) |
| 1441 | return -ECHILD; |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1442 | |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 1443 | *seqp = seq; |
Al Viro | 2464308 | 2011-02-15 01:26:22 -0500 | [diff] [blame] | 1444 | if (unlikely(dentry->d_flags & DCACHE_OP_REVALIDATE)) { |
Al Viro | 4ce16ef3 | 2012-06-10 16:10:59 -0400 | [diff] [blame] | 1445 | status = d_revalidate(dentry, nd->flags); |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1446 | if (unlikely(status <= 0)) { |
| 1447 | if (status != -ECHILD) |
| 1448 | need_reval = 0; |
| 1449 | goto unlazy; |
| 1450 | } |
Al Viro | 2464308 | 2011-02-15 01:26:22 -0500 | [diff] [blame] | 1451 | } |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1452 | path->mnt = mnt; |
| 1453 | path->dentry = dentry; |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 1454 | if (likely(__follow_mount_rcu(nd, path, inode, seqp))) |
NeilBrown | b8faf03 | 2014-08-04 17:06:29 +1000 | [diff] [blame] | 1455 | return 0; |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1456 | unlazy: |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 1457 | if (unlazy_walk(nd, dentry, seq)) |
Al Viro | 19660af | 2011-03-25 10:32:48 -0400 | [diff] [blame] | 1458 | return -ECHILD; |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1459 | } else { |
Al Viro | e97cdc8 | 2013-01-24 18:16:00 -0500 | [diff] [blame] | 1460 | dentry = __d_lookup(parent, &nd->last); |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1461 | } |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1462 | |
Al Viro | 81e6f52 | 2012-03-30 14:48:04 -0400 | [diff] [blame] | 1463 | if (unlikely(!dentry)) |
| 1464 | goto need_lookup; |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1465 | |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1466 | if (unlikely(dentry->d_flags & DCACHE_OP_REVALIDATE) && need_reval) |
Al Viro | 4ce16ef3 | 2012-06-10 16:10:59 -0400 | [diff] [blame] | 1467 | status = d_revalidate(dentry, nd->flags); |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1468 | if (unlikely(status <= 0)) { |
| 1469 | if (status < 0) { |
| 1470 | dput(dentry); |
| 1471 | return status; |
| 1472 | } |
Eric W. Biederman | 5542aa2 | 2014-02-13 09:46:25 -0800 | [diff] [blame] | 1473 | d_invalidate(dentry); |
| 1474 | dput(dentry); |
| 1475 | goto need_lookup; |
Al Viro | 5a18fff | 2011-03-11 04:44:53 -0500 | [diff] [blame] | 1476 | } |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1477 | |
Al Viro | 766c4cb | 2015-05-07 19:24:57 -0400 | [diff] [blame] | 1478 | if (unlikely(d_is_negative(dentry))) { |
| 1479 | dput(dentry); |
| 1480 | return -ENOENT; |
| 1481 | } |
David Howells | 9875cf8 | 2011-01-14 18:45:21 +0000 | [diff] [blame] | 1482 | path->mnt = mnt; |
| 1483 | path->dentry = dentry; |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 1484 | err = follow_managed(path, nd); |
Al Viro | 8402752 | 2015-04-22 10:30:08 -0400 | [diff] [blame] | 1485 | if (likely(!err)) |
| 1486 | *inode = path->dentry->d_inode; |
| 1487 | return err; |
Al Viro | 81e6f52 | 2012-03-30 14:48:04 -0400 | [diff] [blame] | 1488 | |
| 1489 | need_lookup: |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1490 | return 1; |
| 1491 | } |
| 1492 | |
| 1493 | /* Fast lookup failed, do it the slow way */ |
Al Viro | cc2a527 | 2013-01-24 18:19:49 -0500 | [diff] [blame] | 1494 | static int lookup_slow(struct nameidata *nd, struct path *path) |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1495 | { |
| 1496 | struct dentry *dentry, *parent; |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1497 | |
| 1498 | parent = nd->path.dentry; |
Al Viro | 81e6f52 | 2012-03-30 14:48:04 -0400 | [diff] [blame] | 1499 | BUG_ON(nd->inode != parent->d_inode); |
| 1500 | |
| 1501 | mutex_lock(&parent->d_inode->i_mutex); |
Al Viro | cc2a527 | 2013-01-24 18:19:49 -0500 | [diff] [blame] | 1502 | dentry = __lookup_hash(&nd->last, parent, nd->flags); |
Al Viro | 81e6f52 | 2012-03-30 14:48:04 -0400 | [diff] [blame] | 1503 | mutex_unlock(&parent->d_inode->i_mutex); |
| 1504 | if (IS_ERR(dentry)) |
| 1505 | return PTR_ERR(dentry); |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1506 | path->mnt = nd->path.mnt; |
| 1507 | path->dentry = dentry; |
Al Viro | 8402752 | 2015-04-22 10:30:08 -0400 | [diff] [blame] | 1508 | return follow_managed(path, nd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1509 | } |
| 1510 | |
Al Viro | 52094c8 | 2011-02-21 21:34:47 -0500 | [diff] [blame] | 1511 | static inline int may_lookup(struct nameidata *nd) |
| 1512 | { |
| 1513 | if (nd->flags & LOOKUP_RCU) { |
Al Viro | 4ad5abb | 2011-06-20 19:57:03 -0400 | [diff] [blame] | 1514 | int err = inode_permission(nd->inode, MAY_EXEC|MAY_NOT_BLOCK); |
Al Viro | 52094c8 | 2011-02-21 21:34:47 -0500 | [diff] [blame] | 1515 | if (err != -ECHILD) |
| 1516 | return err; |
Al Viro | 6e9918b | 2015-05-05 09:26:05 -0400 | [diff] [blame] | 1517 | if (unlazy_walk(nd, NULL, 0)) |
Al Viro | 52094c8 | 2011-02-21 21:34:47 -0500 | [diff] [blame] | 1518 | return -ECHILD; |
| 1519 | } |
Al Viro | 4ad5abb | 2011-06-20 19:57:03 -0400 | [diff] [blame] | 1520 | return inode_permission(nd->inode, MAY_EXEC); |
Al Viro | 52094c8 | 2011-02-21 21:34:47 -0500 | [diff] [blame] | 1521 | } |
| 1522 | |
Al Viro | 9856fa1 | 2011-03-04 14:22:06 -0500 | [diff] [blame] | 1523 | static inline int handle_dots(struct nameidata *nd, int type) |
| 1524 | { |
| 1525 | if (type == LAST_DOTDOT) { |
| 1526 | if (nd->flags & LOOKUP_RCU) { |
Al Viro | 70291ae | 2015-05-04 07:53:00 -0400 | [diff] [blame] | 1527 | return follow_dotdot_rcu(nd); |
Al Viro | 9856fa1 | 2011-03-04 14:22:06 -0500 | [diff] [blame] | 1528 | } else |
| 1529 | follow_dotdot(nd); |
| 1530 | } |
| 1531 | return 0; |
| 1532 | } |
| 1533 | |
Al Viro | 951361f | 2011-03-04 14:44:37 -0500 | [diff] [blame] | 1534 | static void terminate_walk(struct nameidata *nd) |
| 1535 | { |
| 1536 | if (!(nd->flags & LOOKUP_RCU)) { |
| 1537 | path_put(&nd->path); |
| 1538 | } else { |
| 1539 | nd->flags &= ~LOOKUP_RCU; |
Al Viro | 5b6ca02 | 2011-03-09 23:04:47 -0500 | [diff] [blame] | 1540 | if (!(nd->flags & LOOKUP_ROOT)) |
| 1541 | nd->root.mnt = NULL; |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 1542 | rcu_read_unlock(); |
Al Viro | 951361f | 2011-03-04 14:44:37 -0500 | [diff] [blame] | 1543 | } |
Al Viro | 1543972 | 2015-05-04 08:34:59 -0400 | [diff] [blame] | 1544 | while (unlikely(nd->depth)) |
| 1545 | put_link(nd); |
Al Viro | 951361f | 2011-03-04 14:44:37 -0500 | [diff] [blame] | 1546 | } |
| 1547 | |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 1548 | static int pick_link(struct nameidata *nd, struct path *link, unsigned seq) |
Al Viro | d63ff28 | 2015-05-04 18:13:23 -0400 | [diff] [blame] | 1549 | { |
Al Viro | 626de99 | 2015-05-04 18:26:59 -0400 | [diff] [blame] | 1550 | int error; |
Al Viro | 1cf2665 | 2015-05-06 16:01:56 -0400 | [diff] [blame] | 1551 | struct saved *last; |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 1552 | if (unlikely(nd->total_link_count++ >= MAXSYMLINKS)) { |
Al Viro | 626de99 | 2015-05-04 18:26:59 -0400 | [diff] [blame] | 1553 | path_to_nameidata(link, nd); |
| 1554 | return -ELOOP; |
| 1555 | } |
Al Viro | d63ff28 | 2015-05-04 18:13:23 -0400 | [diff] [blame] | 1556 | if (nd->flags & LOOKUP_RCU) { |
| 1557 | if (unlikely(nd->path.mnt != link->mnt || |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 1558 | unlazy_walk(nd, link->dentry, seq))) { |
Al Viro | d63ff28 | 2015-05-04 18:13:23 -0400 | [diff] [blame] | 1559 | return -ECHILD; |
| 1560 | } |
| 1561 | } |
Al Viro | cd179f4 | 2015-05-05 10:52:35 -0400 | [diff] [blame] | 1562 | if (link->mnt == nd->path.mnt) |
| 1563 | mntget(link->mnt); |
Al Viro | 626de99 | 2015-05-04 18:26:59 -0400 | [diff] [blame] | 1564 | error = nd_alloc_stack(nd); |
| 1565 | if (unlikely(error)) { |
Al Viro | cd179f4 | 2015-05-05 10:52:35 -0400 | [diff] [blame] | 1566 | path_put(link); |
Al Viro | 626de99 | 2015-05-04 18:26:59 -0400 | [diff] [blame] | 1567 | return error; |
| 1568 | } |
| 1569 | |
Al Viro | ab10492 | 2015-05-10 11:50:01 -0400 | [diff] [blame] | 1570 | last = nd->stack + nd->depth++; |
Al Viro | 1cf2665 | 2015-05-06 16:01:56 -0400 | [diff] [blame] | 1571 | last->link = *link; |
Al Viro | ab10492 | 2015-05-10 11:50:01 -0400 | [diff] [blame] | 1572 | last->cookie = NULL; |
Al Viro | 237d8b3 | 2015-05-07 09:21:14 -0400 | [diff] [blame^] | 1573 | last->inode = d_backing_inode(link->dentry); |
Al Viro | d63ff28 | 2015-05-04 18:13:23 -0400 | [diff] [blame] | 1574 | return 1; |
| 1575 | } |
| 1576 | |
Linus Torvalds | 3ddcd05 | 2011-08-06 22:45:50 -0700 | [diff] [blame] | 1577 | /* |
| 1578 | * Do we need to follow links? We _really_ want to be able |
| 1579 | * to do this check without having to look at inode->i_op, |
| 1580 | * so we keep a cache of "no, this doesn't need follow_link" |
| 1581 | * for the common case. |
| 1582 | */ |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 1583 | static inline int should_follow_link(struct nameidata *nd, struct path *link, |
| 1584 | int follow, unsigned seq) |
Linus Torvalds | 3ddcd05 | 2011-08-06 22:45:50 -0700 | [diff] [blame] | 1585 | { |
Al Viro | d63ff28 | 2015-05-04 18:13:23 -0400 | [diff] [blame] | 1586 | if (likely(!d_is_symlink(link->dentry))) |
| 1587 | return 0; |
| 1588 | if (!follow) |
| 1589 | return 0; |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 1590 | return pick_link(nd, link, seq); |
Linus Torvalds | 3ddcd05 | 2011-08-06 22:45:50 -0700 | [diff] [blame] | 1591 | } |
| 1592 | |
Al Viro | 4693a54 | 2015-05-04 17:47:11 -0400 | [diff] [blame] | 1593 | enum {WALK_GET = 1, WALK_PUT = 2}; |
| 1594 | |
| 1595 | static int walk_component(struct nameidata *nd, int flags) |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1596 | { |
Al Viro | caa8563 | 2015-04-22 17:52:47 -0400 | [diff] [blame] | 1597 | struct path path; |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1598 | struct inode *inode; |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 1599 | unsigned seq; |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1600 | int err; |
| 1601 | /* |
| 1602 | * "." and ".." are special - ".." especially so because it has |
| 1603 | * to be able to know about the current root directory and |
| 1604 | * parent relationships. |
| 1605 | */ |
Al Viro | 4693a54 | 2015-05-04 17:47:11 -0400 | [diff] [blame] | 1606 | if (unlikely(nd->last_type != LAST_NORM)) { |
| 1607 | err = handle_dots(nd, nd->last_type); |
| 1608 | if (flags & WALK_PUT) |
| 1609 | put_link(nd); |
| 1610 | return err; |
| 1611 | } |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 1612 | err = lookup_fast(nd, &path, &inode, &seq); |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1613 | if (unlikely(err)) { |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1614 | if (err < 0) |
Al Viro | f0a9ba7 | 2015-05-04 07:59:30 -0400 | [diff] [blame] | 1615 | return err; |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1616 | |
Al Viro | caa8563 | 2015-04-22 17:52:47 -0400 | [diff] [blame] | 1617 | err = lookup_slow(nd, &path); |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1618 | if (err < 0) |
Al Viro | f0a9ba7 | 2015-05-04 07:59:30 -0400 | [diff] [blame] | 1619 | return err; |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1620 | |
Al Viro | caa8563 | 2015-04-22 17:52:47 -0400 | [diff] [blame] | 1621 | inode = path.dentry->d_inode; |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 1622 | seq = 0; /* we are already out of RCU mode */ |
Al Viro | 766c4cb | 2015-05-07 19:24:57 -0400 | [diff] [blame] | 1623 | err = -ENOENT; |
Al Viro | caa8563 | 2015-04-22 17:52:47 -0400 | [diff] [blame] | 1624 | if (d_is_negative(path.dentry)) |
Al Viro | 766c4cb | 2015-05-07 19:24:57 -0400 | [diff] [blame] | 1625 | goto out_path_put; |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1626 | } |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1627 | |
Al Viro | 4693a54 | 2015-05-04 17:47:11 -0400 | [diff] [blame] | 1628 | if (flags & WALK_PUT) |
| 1629 | put_link(nd); |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 1630 | err = should_follow_link(nd, &path, flags & WALK_GET, seq); |
Al Viro | d63ff28 | 2015-05-04 18:13:23 -0400 | [diff] [blame] | 1631 | if (unlikely(err)) |
| 1632 | return err; |
Al Viro | caa8563 | 2015-04-22 17:52:47 -0400 | [diff] [blame] | 1633 | path_to_nameidata(&path, nd); |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1634 | nd->inode = inode; |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 1635 | nd->seq = seq; |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1636 | return 0; |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1637 | |
| 1638 | out_path_put: |
Al Viro | caa8563 | 2015-04-22 17:52:47 -0400 | [diff] [blame] | 1639 | path_to_nameidata(&path, nd); |
Miklos Szeredi | 697f514 | 2012-05-21 17:30:05 +0200 | [diff] [blame] | 1640 | return err; |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1641 | } |
| 1642 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1643 | /* |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1644 | * We can do the critical dentry name comparison and hashing |
| 1645 | * operations one word at a time, but we are limited to: |
| 1646 | * |
| 1647 | * - Architectures with fast unaligned word accesses. We could |
| 1648 | * do a "get_unaligned()" if this helps and is sufficiently |
| 1649 | * fast. |
| 1650 | * |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1651 | * - non-CONFIG_DEBUG_PAGEALLOC configurations (so that we |
| 1652 | * do not trap on the (extremely unlikely) case of a page |
| 1653 | * crossing operation. |
| 1654 | * |
| 1655 | * - Furthermore, we need an efficient 64-bit compile for the |
| 1656 | * 64-bit case in order to generate the "number of bytes in |
| 1657 | * the final mask". Again, that could be replaced with a |
| 1658 | * efficient population count instruction or similar. |
| 1659 | */ |
| 1660 | #ifdef CONFIG_DCACHE_WORD_ACCESS |
| 1661 | |
Linus Torvalds | f68e556 | 2012-04-06 13:54:56 -0700 | [diff] [blame] | 1662 | #include <asm/word-at-a-time.h> |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1663 | |
Linus Torvalds | f68e556 | 2012-04-06 13:54:56 -0700 | [diff] [blame] | 1664 | #ifdef CONFIG_64BIT |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1665 | |
| 1666 | static inline unsigned int fold_hash(unsigned long hash) |
| 1667 | { |
Linus Torvalds | 99d263d | 2014-09-13 11:30:10 -0700 | [diff] [blame] | 1668 | return hash_64(hash, 32); |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1669 | } |
| 1670 | |
| 1671 | #else /* 32-bit case */ |
| 1672 | |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1673 | #define fold_hash(x) (x) |
| 1674 | |
| 1675 | #endif |
| 1676 | |
| 1677 | unsigned int full_name_hash(const unsigned char *name, unsigned int len) |
| 1678 | { |
| 1679 | unsigned long a, mask; |
| 1680 | unsigned long hash = 0; |
| 1681 | |
| 1682 | for (;;) { |
Linus Torvalds | e419b4c | 2012-05-03 10:16:43 -0700 | [diff] [blame] | 1683 | a = load_unaligned_zeropad(name); |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1684 | if (len < sizeof(unsigned long)) |
| 1685 | break; |
| 1686 | hash += a; |
Al Viro | f132c5b | 2012-03-22 21:59:52 +0000 | [diff] [blame] | 1687 | hash *= 9; |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1688 | name += sizeof(unsigned long); |
| 1689 | len -= sizeof(unsigned long); |
| 1690 | if (!len) |
| 1691 | goto done; |
| 1692 | } |
Will Deacon | a5c21dc | 2013-12-12 17:40:21 +0000 | [diff] [blame] | 1693 | mask = bytemask_from_count(len); |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1694 | hash += mask & a; |
| 1695 | done: |
| 1696 | return fold_hash(hash); |
| 1697 | } |
| 1698 | EXPORT_SYMBOL(full_name_hash); |
| 1699 | |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1700 | /* |
| 1701 | * Calculate the length and hash of the path component, and |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1702 | * return the "hash_len" as the result. |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1703 | */ |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1704 | static inline u64 hash_name(const char *name) |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1705 | { |
Linus Torvalds | 36126f8 | 2012-05-26 10:43:17 -0700 | [diff] [blame] | 1706 | unsigned long a, b, adata, bdata, mask, hash, len; |
| 1707 | const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1708 | |
| 1709 | hash = a = 0; |
| 1710 | len = -sizeof(unsigned long); |
| 1711 | do { |
| 1712 | hash = (hash + a) * 9; |
| 1713 | len += sizeof(unsigned long); |
Linus Torvalds | e419b4c | 2012-05-03 10:16:43 -0700 | [diff] [blame] | 1714 | a = load_unaligned_zeropad(name+len); |
Linus Torvalds | 36126f8 | 2012-05-26 10:43:17 -0700 | [diff] [blame] | 1715 | b = a ^ REPEAT_BYTE('/'); |
| 1716 | } while (!(has_zero(a, &adata, &constants) | has_zero(b, &bdata, &constants))); |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1717 | |
Linus Torvalds | 36126f8 | 2012-05-26 10:43:17 -0700 | [diff] [blame] | 1718 | adata = prep_zero_mask(a, adata, &constants); |
| 1719 | bdata = prep_zero_mask(b, bdata, &constants); |
| 1720 | |
| 1721 | mask = create_zero_mask(adata | bdata); |
| 1722 | |
| 1723 | hash += a & zero_bytemask(mask); |
Linus Torvalds | 9226b5b | 2014-09-14 17:28:32 -0700 | [diff] [blame] | 1724 | len += find_zero(mask); |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1725 | return hashlen_create(fold_hash(hash), len); |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1726 | } |
| 1727 | |
| 1728 | #else |
| 1729 | |
Linus Torvalds | 0145acc | 2012-03-02 14:32:59 -0800 | [diff] [blame] | 1730 | unsigned int full_name_hash(const unsigned char *name, unsigned int len) |
| 1731 | { |
| 1732 | unsigned long hash = init_name_hash(); |
| 1733 | while (len--) |
| 1734 | hash = partial_name_hash(*name++, hash); |
| 1735 | return end_name_hash(hash); |
| 1736 | } |
Linus Torvalds | ae942ae | 2012-03-02 19:40:57 -0800 | [diff] [blame] | 1737 | EXPORT_SYMBOL(full_name_hash); |
Linus Torvalds | 0145acc | 2012-03-02 14:32:59 -0800 | [diff] [blame] | 1738 | |
Linus Torvalds | 3ddcd05 | 2011-08-06 22:45:50 -0700 | [diff] [blame] | 1739 | /* |
Linus Torvalds | 200e9ef | 2012-03-02 14:49:24 -0800 | [diff] [blame] | 1740 | * We know there's a real path component here of at least |
| 1741 | * one character. |
| 1742 | */ |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1743 | static inline u64 hash_name(const char *name) |
Linus Torvalds | 200e9ef | 2012-03-02 14:49:24 -0800 | [diff] [blame] | 1744 | { |
| 1745 | unsigned long hash = init_name_hash(); |
| 1746 | unsigned long len = 0, c; |
| 1747 | |
| 1748 | c = (unsigned char)*name; |
| 1749 | do { |
| 1750 | len++; |
| 1751 | hash = partial_name_hash(c, hash); |
| 1752 | c = (unsigned char)name[len]; |
| 1753 | } while (c && c != '/'); |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1754 | return hashlen_create(end_name_hash(hash), len); |
Linus Torvalds | 200e9ef | 2012-03-02 14:49:24 -0800 | [diff] [blame] | 1755 | } |
| 1756 | |
Linus Torvalds | bfcfaa7 | 2012-03-06 11:16:17 -0800 | [diff] [blame] | 1757 | #endif |
| 1758 | |
Linus Torvalds | 200e9ef | 2012-03-02 14:49:24 -0800 | [diff] [blame] | 1759 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1760 | * Name resolution. |
Prasanna Meda | ea3834d | 2005-04-29 16:00:17 +0100 | [diff] [blame] | 1761 | * This is the basic name resolution function, turning a pathname into |
| 1762 | * the final dentry. We expect 'base' to be positive and a directory. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1763 | * |
Prasanna Meda | ea3834d | 2005-04-29 16:00:17 +0100 | [diff] [blame] | 1764 | * Returns 0 and nd will have valid dentry and mnt on success. |
| 1765 | * Returns error and drops reference to input namei data on failure. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1766 | */ |
Al Viro | 6de88d7 | 2009-08-09 01:41:57 +0400 | [diff] [blame] | 1767 | static int link_path_walk(const char *name, struct nameidata *nd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1768 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1769 | int err; |
Al Viro | 32cd746 | 2015-04-18 20:30:49 -0400 | [diff] [blame] | 1770 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1771 | while (*name=='/') |
| 1772 | name++; |
| 1773 | if (!*name) |
Al Viro | 9e18f10 | 2015-04-18 20:44:34 -0400 | [diff] [blame] | 1774 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1775 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1776 | /* At this point we know we have a real path component. */ |
| 1777 | for(;;) { |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1778 | u64 hash_len; |
Al Viro | fe479a5 | 2011-02-22 15:10:03 -0500 | [diff] [blame] | 1779 | int type; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1780 | |
Al Viro | 52094c8 | 2011-02-21 21:34:47 -0500 | [diff] [blame] | 1781 | err = may_lookup(nd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1782 | if (err) |
Al Viro | 3595e23 | 2015-05-09 16:54:45 -0400 | [diff] [blame] | 1783 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1784 | |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1785 | hash_len = hash_name(name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1786 | |
Al Viro | fe479a5 | 2011-02-22 15:10:03 -0500 | [diff] [blame] | 1787 | type = LAST_NORM; |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1788 | if (name[0] == '.') switch (hashlen_len(hash_len)) { |
Al Viro | fe479a5 | 2011-02-22 15:10:03 -0500 | [diff] [blame] | 1789 | case 2: |
Linus Torvalds | 200e9ef | 2012-03-02 14:49:24 -0800 | [diff] [blame] | 1790 | if (name[1] == '.') { |
Al Viro | fe479a5 | 2011-02-22 15:10:03 -0500 | [diff] [blame] | 1791 | type = LAST_DOTDOT; |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 1792 | nd->flags |= LOOKUP_JUMPED; |
| 1793 | } |
Al Viro | fe479a5 | 2011-02-22 15:10:03 -0500 | [diff] [blame] | 1794 | break; |
| 1795 | case 1: |
| 1796 | type = LAST_DOT; |
| 1797 | } |
Al Viro | 5a202bc | 2011-03-08 14:17:44 -0500 | [diff] [blame] | 1798 | if (likely(type == LAST_NORM)) { |
| 1799 | struct dentry *parent = nd->path.dentry; |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 1800 | nd->flags &= ~LOOKUP_JUMPED; |
Al Viro | 5a202bc | 2011-03-08 14:17:44 -0500 | [diff] [blame] | 1801 | if (unlikely(parent->d_flags & DCACHE_OP_HASH)) { |
James Hogan | a060dc5 | 2014-09-16 13:07:35 +0100 | [diff] [blame] | 1802 | struct qstr this = { { .hash_len = hash_len }, .name = name }; |
Linus Torvalds | da53be1 | 2013-05-21 15:22:44 -0700 | [diff] [blame] | 1803 | err = parent->d_op->d_hash(parent, &this); |
Al Viro | 5a202bc | 2011-03-08 14:17:44 -0500 | [diff] [blame] | 1804 | if (err < 0) |
Al Viro | 3595e23 | 2015-05-09 16:54:45 -0400 | [diff] [blame] | 1805 | return err; |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1806 | hash_len = this.hash_len; |
| 1807 | name = this.name; |
Al Viro | 5a202bc | 2011-03-08 14:17:44 -0500 | [diff] [blame] | 1808 | } |
| 1809 | } |
Al Viro | fe479a5 | 2011-02-22 15:10:03 -0500 | [diff] [blame] | 1810 | |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1811 | nd->last.hash_len = hash_len; |
| 1812 | nd->last.name = name; |
Al Viro | 5f4a6a6 | 2013-01-24 18:04:22 -0500 | [diff] [blame] | 1813 | nd->last_type = type; |
| 1814 | |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1815 | name += hashlen_len(hash_len); |
| 1816 | if (!*name) |
Al Viro | bdf6cbf | 2015-04-18 20:21:40 -0400 | [diff] [blame] | 1817 | goto OK; |
Linus Torvalds | 200e9ef | 2012-03-02 14:49:24 -0800 | [diff] [blame] | 1818 | /* |
| 1819 | * If it wasn't NUL, we know it was '/'. Skip that |
| 1820 | * slash, and continue until no more slashes. |
| 1821 | */ |
| 1822 | do { |
Linus Torvalds | d6bb3e9 | 2014-09-15 10:51:07 -0700 | [diff] [blame] | 1823 | name++; |
| 1824 | } while (unlikely(*name == '/')); |
Al Viro | 8620c23 | 2015-05-04 08:58:35 -0400 | [diff] [blame] | 1825 | if (unlikely(!*name)) { |
| 1826 | OK: |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 1827 | /* pathname body, done */ |
Al Viro | 8620c23 | 2015-05-04 08:58:35 -0400 | [diff] [blame] | 1828 | if (!nd->depth) |
| 1829 | return 0; |
| 1830 | name = nd->stack[nd->depth - 1].name; |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 1831 | /* trailing symlink, done */ |
Al Viro | 8620c23 | 2015-05-04 08:58:35 -0400 | [diff] [blame] | 1832 | if (!name) |
| 1833 | return 0; |
| 1834 | /* last component of nested symlink */ |
Al Viro | 4693a54 | 2015-05-04 17:47:11 -0400 | [diff] [blame] | 1835 | err = walk_component(nd, WALK_GET | WALK_PUT); |
Al Viro | 8620c23 | 2015-05-04 08:58:35 -0400 | [diff] [blame] | 1836 | } else { |
Al Viro | 4693a54 | 2015-05-04 17:47:11 -0400 | [diff] [blame] | 1837 | err = walk_component(nd, WALK_GET); |
Al Viro | 8620c23 | 2015-05-04 08:58:35 -0400 | [diff] [blame] | 1838 | } |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1839 | if (err < 0) |
Al Viro | 3595e23 | 2015-05-09 16:54:45 -0400 | [diff] [blame] | 1840 | return err; |
Al Viro | fe479a5 | 2011-02-22 15:10:03 -0500 | [diff] [blame] | 1841 | |
Al Viro | ce57dfc | 2011-03-13 19:58:58 -0400 | [diff] [blame] | 1842 | if (err) { |
Al Viro | 626de99 | 2015-05-04 18:26:59 -0400 | [diff] [blame] | 1843 | const char *s = get_link(nd); |
Al Viro | 5a46027 | 2015-04-17 23:44:45 -0400 | [diff] [blame] | 1844 | |
Al Viro | 3595e23 | 2015-05-09 16:54:45 -0400 | [diff] [blame] | 1845 | if (unlikely(IS_ERR(s))) |
| 1846 | return PTR_ERR(s); |
Al Viro | d40bcc0 | 2015-04-18 20:03:03 -0400 | [diff] [blame] | 1847 | err = 0; |
| 1848 | if (unlikely(!s)) { |
| 1849 | /* jumped */ |
Al Viro | b9ff442 | 2015-05-02 20:19:23 -0400 | [diff] [blame] | 1850 | put_link(nd); |
Al Viro | d40bcc0 | 2015-04-18 20:03:03 -0400 | [diff] [blame] | 1851 | } else { |
Al Viro | fab51e8 | 2015-05-10 11:01:00 -0400 | [diff] [blame] | 1852 | nd->stack[nd->depth - 1].name = name; |
| 1853 | name = s; |
| 1854 | continue; |
Al Viro | d40bcc0 | 2015-04-18 20:03:03 -0400 | [diff] [blame] | 1855 | } |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1856 | } |
Al Viro | 3595e23 | 2015-05-09 16:54:45 -0400 | [diff] [blame] | 1857 | if (unlikely(!d_can_lookup(nd->path.dentry))) |
| 1858 | return -ENOTDIR; |
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 | } |
| 1861 | |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 1862 | static const char *path_init(int dfd, const struct filename *name, |
| 1863 | unsigned int flags, struct nameidata *nd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1864 | { |
Prasanna Meda | ea3834d | 2005-04-29 16:00:17 +0100 | [diff] [blame] | 1865 | int retval = 0; |
Al Viro | fd2f7cb | 2015-02-22 20:07:13 -0500 | [diff] [blame] | 1866 | const char *s = name->name; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1867 | |
| 1868 | nd->last_type = LAST_ROOT; /* if there are only slashes... */ |
Al Viro | 980f3ea | 2014-11-20 14:20:24 -0500 | [diff] [blame] | 1869 | nd->flags = flags | LOOKUP_JUMPED | LOOKUP_PARENT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1870 | nd->depth = 0; |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 1871 | nd->total_link_count = 0; |
Al Viro | 5b6ca02 | 2011-03-09 23:04:47 -0500 | [diff] [blame] | 1872 | if (flags & LOOKUP_ROOT) { |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 1873 | struct dentry *root = nd->root.dentry; |
| 1874 | struct inode *inode = root->d_inode; |
Al Viro | fd2f7cb | 2015-02-22 20:07:13 -0500 | [diff] [blame] | 1875 | if (*s) { |
Miklos Szeredi | 44b1d53 | 2014-04-01 17:08:41 +0200 | [diff] [blame] | 1876 | if (!d_can_lookup(root)) |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 1877 | return ERR_PTR(-ENOTDIR); |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 1878 | retval = inode_permission(inode, MAY_EXEC); |
| 1879 | if (retval) |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 1880 | return ERR_PTR(retval); |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 1881 | } |
Al Viro | 5b6ca02 | 2011-03-09 23:04:47 -0500 | [diff] [blame] | 1882 | nd->path = nd->root; |
| 1883 | nd->inode = inode; |
| 1884 | if (flags & LOOKUP_RCU) { |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 1885 | rcu_read_lock(); |
Al Viro | 5b6ca02 | 2011-03-09 23:04:47 -0500 | [diff] [blame] | 1886 | nd->seq = __read_seqcount_begin(&nd->path.dentry->d_seq); |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 1887 | nd->m_seq = read_seqbegin(&mount_lock); |
Al Viro | 5b6ca02 | 2011-03-09 23:04:47 -0500 | [diff] [blame] | 1888 | } else { |
| 1889 | path_get(&nd->path); |
| 1890 | } |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 1891 | return s; |
Al Viro | 5b6ca02 | 2011-03-09 23:04:47 -0500 | [diff] [blame] | 1892 | } |
| 1893 | |
Al Viro | 2a73787 | 2009-04-07 11:49:53 -0400 | [diff] [blame] | 1894 | nd->root.mnt = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1895 | |
Al Viro | 48a066e | 2013-09-29 22:06:07 -0400 | [diff] [blame] | 1896 | nd->m_seq = read_seqbegin(&mount_lock); |
Al Viro | fd2f7cb | 2015-02-22 20:07:13 -0500 | [diff] [blame] | 1897 | if (*s == '/') { |
Al Viro | e41f7d4 | 2011-02-22 14:02:58 -0500 | [diff] [blame] | 1898 | if (flags & LOOKUP_RCU) { |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 1899 | rcu_read_lock(); |
Al Viro | 7bd8837 | 2014-09-13 21:55:46 -0400 | [diff] [blame] | 1900 | nd->seq = set_root_rcu(nd); |
Al Viro | e41f7d4 | 2011-02-22 14:02:58 -0500 | [diff] [blame] | 1901 | } else { |
| 1902 | set_root(nd); |
| 1903 | path_get(&nd->root); |
| 1904 | } |
Al Viro | 2a73787 | 2009-04-07 11:49:53 -0400 | [diff] [blame] | 1905 | nd->path = nd->root; |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 1906 | } else if (dfd == AT_FDCWD) { |
Al Viro | e41f7d4 | 2011-02-22 14:02:58 -0500 | [diff] [blame] | 1907 | if (flags & LOOKUP_RCU) { |
| 1908 | struct fs_struct *fs = current->fs; |
| 1909 | unsigned seq; |
| 1910 | |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 1911 | rcu_read_lock(); |
Al Viro | e41f7d4 | 2011-02-22 14:02:58 -0500 | [diff] [blame] | 1912 | |
| 1913 | do { |
| 1914 | seq = read_seqcount_begin(&fs->seq); |
| 1915 | nd->path = fs->pwd; |
| 1916 | nd->seq = __read_seqcount_begin(&nd->path.dentry->d_seq); |
| 1917 | } while (read_seqcount_retry(&fs->seq, seq)); |
| 1918 | } else { |
| 1919 | get_fs_pwd(current->fs, &nd->path); |
| 1920 | } |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 1921 | } else { |
Jeff Layton | 582aa64 | 2012-12-11 08:56:16 -0500 | [diff] [blame] | 1922 | /* Caller must check execute permissions on the starting path component */ |
Al Viro | 2903ff0 | 2012-08-28 12:52:22 -0400 | [diff] [blame] | 1923 | struct fd f = fdget_raw(dfd); |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 1924 | struct dentry *dentry; |
| 1925 | |
Al Viro | 2903ff0 | 2012-08-28 12:52:22 -0400 | [diff] [blame] | 1926 | if (!f.file) |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 1927 | return ERR_PTR(-EBADF); |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 1928 | |
Al Viro | 2903ff0 | 2012-08-28 12:52:22 -0400 | [diff] [blame] | 1929 | dentry = f.file->f_path.dentry; |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 1930 | |
Al Viro | fd2f7cb | 2015-02-22 20:07:13 -0500 | [diff] [blame] | 1931 | if (*s) { |
Miklos Szeredi | 44b1d53 | 2014-04-01 17:08:41 +0200 | [diff] [blame] | 1932 | if (!d_can_lookup(dentry)) { |
Al Viro | 2903ff0 | 2012-08-28 12:52:22 -0400 | [diff] [blame] | 1933 | fdput(f); |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 1934 | return ERR_PTR(-ENOTDIR); |
Al Viro | 2903ff0 | 2012-08-28 12:52:22 -0400 | [diff] [blame] | 1935 | } |
Al Viro | f52e0c1 | 2011-03-14 18:56:51 -0400 | [diff] [blame] | 1936 | } |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 1937 | |
Al Viro | 2903ff0 | 2012-08-28 12:52:22 -0400 | [diff] [blame] | 1938 | nd->path = f.file->f_path; |
Al Viro | e41f7d4 | 2011-02-22 14:02:58 -0500 | [diff] [blame] | 1939 | if (flags & LOOKUP_RCU) { |
Al Viro | 8b61e74 | 2013-11-08 12:45:01 -0500 | [diff] [blame] | 1940 | rcu_read_lock(); |
Al Viro | 34a26b9 | 2015-05-11 08:05:05 -0400 | [diff] [blame] | 1941 | nd->inode = nd->path.dentry->d_inode; |
| 1942 | nd->seq = read_seqcount_begin(&nd->path.dentry->d_seq); |
Al Viro | e41f7d4 | 2011-02-22 14:02:58 -0500 | [diff] [blame] | 1943 | } else { |
Al Viro | 2903ff0 | 2012-08-28 12:52:22 -0400 | [diff] [blame] | 1944 | path_get(&nd->path); |
Al Viro | 34a26b9 | 2015-05-11 08:05:05 -0400 | [diff] [blame] | 1945 | nd->inode = nd->path.dentry->d_inode; |
Al Viro | e41f7d4 | 2011-02-22 14:02:58 -0500 | [diff] [blame] | 1946 | } |
Al Viro | 34a26b9 | 2015-05-11 08:05:05 -0400 | [diff] [blame] | 1947 | fdput(f); |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 1948 | return s; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1949 | } |
Al Viro | e41f7d4 | 2011-02-22 14:02:58 -0500 | [diff] [blame] | 1950 | |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 1951 | nd->inode = nd->path.dentry->d_inode; |
Al Viro | 4023bfc | 2014-09-13 21:59:43 -0400 | [diff] [blame] | 1952 | if (!(flags & LOOKUP_RCU)) |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 1953 | return s; |
Al Viro | 4023bfc | 2014-09-13 21:59:43 -0400 | [diff] [blame] | 1954 | if (likely(!read_seqcount_retry(&nd->path.dentry->d_seq, nd->seq))) |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 1955 | return s; |
Al Viro | 4023bfc | 2014-09-13 21:59:43 -0400 | [diff] [blame] | 1956 | if (!(nd->flags & LOOKUP_ROOT)) |
| 1957 | nd->root.mnt = NULL; |
| 1958 | rcu_read_unlock(); |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 1959 | return ERR_PTR(-ECHILD); |
Al Viro | 9b4a9b1 | 2009-04-07 11:44:16 -0400 | [diff] [blame] | 1960 | } |
| 1961 | |
Al Viro | 893b777 | 2014-11-20 14:18:09 -0500 | [diff] [blame] | 1962 | static void path_cleanup(struct nameidata *nd) |
| 1963 | { |
| 1964 | if (nd->root.mnt && !(nd->flags & LOOKUP_ROOT)) { |
| 1965 | path_put(&nd->root); |
| 1966 | nd->root.mnt = NULL; |
| 1967 | } |
Al Viro | 9b4a9b1 | 2009-04-07 11:44:16 -0400 | [diff] [blame] | 1968 | } |
| 1969 | |
Al Viro | 3bdba28 | 2015-05-08 17:37:07 -0400 | [diff] [blame] | 1970 | static const char *trailing_symlink(struct nameidata *nd) |
Al Viro | 95fa25d | 2015-04-22 13:46:57 -0400 | [diff] [blame] | 1971 | { |
| 1972 | const char *s; |
Al Viro | fec2fa2 | 2015-05-06 15:58:18 -0400 | [diff] [blame] | 1973 | int error = may_follow_link(nd); |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 1974 | if (unlikely(error)) |
Al Viro | 3bdba28 | 2015-05-08 17:37:07 -0400 | [diff] [blame] | 1975 | return ERR_PTR(error); |
Al Viro | 95fa25d | 2015-04-22 13:46:57 -0400 | [diff] [blame] | 1976 | nd->flags |= LOOKUP_PARENT; |
Al Viro | fab51e8 | 2015-05-10 11:01:00 -0400 | [diff] [blame] | 1977 | nd->stack[0].name = NULL; |
Al Viro | 3b2e7f7 | 2015-04-19 00:53:50 -0400 | [diff] [blame] | 1978 | s = get_link(nd); |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 1979 | return s ? s : ""; |
Al Viro | 95fa25d | 2015-04-22 13:46:57 -0400 | [diff] [blame] | 1980 | } |
| 1981 | |
Al Viro | caa8563 | 2015-04-22 17:52:47 -0400 | [diff] [blame] | 1982 | static inline int lookup_last(struct nameidata *nd) |
Al Viro | bd92d7f | 2011-03-14 19:54:59 -0400 | [diff] [blame] | 1983 | { |
| 1984 | if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) |
| 1985 | nd->flags |= LOOKUP_FOLLOW | LOOKUP_DIRECTORY; |
| 1986 | |
| 1987 | nd->flags &= ~LOOKUP_PARENT; |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 1988 | return walk_component(nd, |
Al Viro | 4693a54 | 2015-05-04 17:47:11 -0400 | [diff] [blame] | 1989 | nd->flags & LOOKUP_FOLLOW |
| 1990 | ? nd->depth |
| 1991 | ? WALK_PUT | WALK_GET |
| 1992 | : WALK_GET |
| 1993 | : 0); |
Al Viro | bd92d7f | 2011-03-14 19:54:59 -0400 | [diff] [blame] | 1994 | } |
| 1995 | |
Al Viro | 9b4a9b1 | 2009-04-07 11:44:16 -0400 | [diff] [blame] | 1996 | /* Returns 0 and nd will be valid on success; Retuns error, otherwise. */ |
Al Viro | 5eb6b49 | 2015-02-22 19:40:53 -0500 | [diff] [blame] | 1997 | static int path_lookupat(int dfd, const struct filename *name, |
Al Viro | 9b4a9b1 | 2009-04-07 11:44:16 -0400 | [diff] [blame] | 1998 | unsigned int flags, struct nameidata *nd) |
| 1999 | { |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 2000 | const char *s = path_init(dfd, name, flags, nd); |
Al Viro | bd92d7f | 2011-03-14 19:54:59 -0400 | [diff] [blame] | 2001 | int err; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 2002 | |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 2003 | if (IS_ERR(s)) |
| 2004 | return PTR_ERR(s); |
Al Viro | 3bdba28 | 2015-05-08 17:37:07 -0400 | [diff] [blame] | 2005 | while (!(err = link_path_walk(s, nd)) |
| 2006 | && ((err = lookup_last(nd)) > 0)) { |
| 2007 | s = trailing_symlink(nd); |
| 2008 | if (IS_ERR(s)) { |
| 2009 | err = PTR_ERR(s); |
| 2010 | break; |
Al Viro | bd92d7f | 2011-03-14 19:54:59 -0400 | [diff] [blame] | 2011 | } |
| 2012 | } |
Al Viro | 9f1fafe | 2011-03-25 11:00:12 -0400 | [diff] [blame] | 2013 | if (!err) |
| 2014 | err = complete_walk(nd); |
Al Viro | bd92d7f | 2011-03-14 19:54:59 -0400 | [diff] [blame] | 2015 | |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 2016 | if (!err && nd->flags & LOOKUP_DIRECTORY) |
| 2017 | if (!d_can_lookup(nd->path.dentry)) |
Al Viro | bd23a53 | 2011-03-23 09:56:30 -0400 | [diff] [blame] | 2018 | err = -ENOTDIR; |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 2019 | if (err) |
| 2020 | terminate_walk(nd); |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 2021 | |
Al Viro | 893b777 | 2014-11-20 14:18:09 -0500 | [diff] [blame] | 2022 | path_cleanup(nd); |
Al Viro | bd92d7f | 2011-03-14 19:54:59 -0400 | [diff] [blame] | 2023 | return err; |
Al Viro | ee0827c | 2011-02-21 23:38:09 -0500 | [diff] [blame] | 2024 | } |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 2025 | |
Jeff Layton | 873f1ee | 2012-10-10 15:25:29 -0400 | [diff] [blame] | 2026 | static int filename_lookup(int dfd, struct filename *name, |
| 2027 | unsigned int flags, struct nameidata *nd) |
| 2028 | { |
Al Viro | 894bc8c | 2015-05-02 07:16:16 -0400 | [diff] [blame] | 2029 | int retval; |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 2030 | struct nameidata *saved_nd = set_nameidata(nd); |
Al Viro | 894bc8c | 2015-05-02 07:16:16 -0400 | [diff] [blame] | 2031 | |
Al Viro | 894bc8c | 2015-05-02 07:16:16 -0400 | [diff] [blame] | 2032 | retval = path_lookupat(dfd, name, flags | LOOKUP_RCU, nd); |
Jeff Layton | 873f1ee | 2012-10-10 15:25:29 -0400 | [diff] [blame] | 2033 | if (unlikely(retval == -ECHILD)) |
Al Viro | 5eb6b49 | 2015-02-22 19:40:53 -0500 | [diff] [blame] | 2034 | retval = path_lookupat(dfd, name, flags, nd); |
Jeff Layton | 873f1ee | 2012-10-10 15:25:29 -0400 | [diff] [blame] | 2035 | if (unlikely(retval == -ESTALE)) |
Al Viro | 5eb6b49 | 2015-02-22 19:40:53 -0500 | [diff] [blame] | 2036 | retval = path_lookupat(dfd, name, flags | LOOKUP_REVAL, nd); |
Jeff Layton | 873f1ee | 2012-10-10 15:25:29 -0400 | [diff] [blame] | 2037 | |
| 2038 | if (likely(!retval)) |
Jeff Layton | adb5c24 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 2039 | audit_inode(name, nd->path.dentry, flags & LOOKUP_PARENT); |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 2040 | restore_nameidata(saved_nd); |
Jeff Layton | 873f1ee | 2012-10-10 15:25:29 -0400 | [diff] [blame] | 2041 | return retval; |
| 2042 | } |
| 2043 | |
Al Viro | 8bcb77f | 2015-05-08 16:59:20 -0400 | [diff] [blame] | 2044 | /* Returns 0 and nd will be valid on success; Retuns error, otherwise. */ |
| 2045 | static int path_parentat(int dfd, const struct filename *name, |
| 2046 | unsigned int flags, struct nameidata *nd) |
| 2047 | { |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 2048 | const char *s = path_init(dfd, name, flags, nd); |
| 2049 | int err; |
| 2050 | if (IS_ERR(s)) |
| 2051 | return PTR_ERR(s); |
| 2052 | err = link_path_walk(s, nd); |
Al Viro | 8bcb77f | 2015-05-08 16:59:20 -0400 | [diff] [blame] | 2053 | if (!err) |
| 2054 | err = complete_walk(nd); |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 2055 | if (err) |
| 2056 | terminate_walk(nd); |
Al Viro | 8bcb77f | 2015-05-08 16:59:20 -0400 | [diff] [blame] | 2057 | path_cleanup(nd); |
| 2058 | return err; |
| 2059 | } |
| 2060 | |
| 2061 | static int filename_parentat(int dfd, struct filename *name, |
| 2062 | unsigned int flags, struct nameidata *nd) |
| 2063 | { |
| 2064 | int retval; |
| 2065 | struct nameidata *saved_nd = set_nameidata(nd); |
| 2066 | |
| 2067 | retval = path_parentat(dfd, name, flags | LOOKUP_RCU, nd); |
| 2068 | if (unlikely(retval == -ECHILD)) |
| 2069 | retval = path_parentat(dfd, name, flags, nd); |
| 2070 | if (unlikely(retval == -ESTALE)) |
| 2071 | retval = path_parentat(dfd, name, flags | LOOKUP_REVAL, nd); |
| 2072 | |
| 2073 | if (likely(!retval)) |
| 2074 | audit_inode(name, nd->path.dentry, LOOKUP_PARENT); |
| 2075 | restore_nameidata(saved_nd); |
| 2076 | return retval; |
| 2077 | } |
| 2078 | |
Al Viro | 79714f7 | 2012-06-15 03:01:42 +0400 | [diff] [blame] | 2079 | /* does lookup, returns the object with parent locked */ |
| 2080 | struct dentry *kern_path_locked(const char *name, struct path *path) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 2081 | { |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 2082 | struct filename *filename = getname_kernel(name); |
Al Viro | 79714f7 | 2012-06-15 03:01:42 +0400 | [diff] [blame] | 2083 | struct nameidata nd; |
| 2084 | struct dentry *d; |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 2085 | int err; |
| 2086 | |
| 2087 | if (IS_ERR(filename)) |
| 2088 | return ERR_CAST(filename); |
| 2089 | |
Al Viro | 8bcb77f | 2015-05-08 16:59:20 -0400 | [diff] [blame] | 2090 | err = filename_parentat(AT_FDCWD, filename, 0, &nd); |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 2091 | if (err) { |
| 2092 | d = ERR_PTR(err); |
| 2093 | goto out; |
| 2094 | } |
Al Viro | 79714f7 | 2012-06-15 03:01:42 +0400 | [diff] [blame] | 2095 | if (nd.last_type != LAST_NORM) { |
| 2096 | path_put(&nd.path); |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 2097 | d = ERR_PTR(-EINVAL); |
| 2098 | goto out; |
Al Viro | 79714f7 | 2012-06-15 03:01:42 +0400 | [diff] [blame] | 2099 | } |
| 2100 | 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] | 2101 | d = __lookup_hash(&nd.last, nd.path.dentry, 0); |
Al Viro | 79714f7 | 2012-06-15 03:01:42 +0400 | [diff] [blame] | 2102 | if (IS_ERR(d)) { |
| 2103 | mutex_unlock(&nd.path.dentry->d_inode->i_mutex); |
| 2104 | path_put(&nd.path); |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 2105 | goto out; |
Al Viro | 79714f7 | 2012-06-15 03:01:42 +0400 | [diff] [blame] | 2106 | } |
| 2107 | *path = nd.path; |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 2108 | out: |
| 2109 | putname(filename); |
Al Viro | 79714f7 | 2012-06-15 03:01:42 +0400 | [diff] [blame] | 2110 | return d; |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 2111 | } |
| 2112 | |
Al Viro | d181146 | 2008-08-02 00:49:18 -0400 | [diff] [blame] | 2113 | int kern_path(const char *name, unsigned int flags, struct path *path) |
| 2114 | { |
| 2115 | struct nameidata nd; |
Al Viro | 74eb8cc | 2015-02-23 02:44:36 -0500 | [diff] [blame] | 2116 | struct filename *filename = getname_kernel(name); |
| 2117 | int res = PTR_ERR(filename); |
| 2118 | |
| 2119 | if (!IS_ERR(filename)) { |
| 2120 | res = filename_lookup(AT_FDCWD, filename, flags, &nd); |
| 2121 | putname(filename); |
| 2122 | if (!res) |
| 2123 | *path = nd.path; |
| 2124 | } |
Al Viro | d181146 | 2008-08-02 00:49:18 -0400 | [diff] [blame] | 2125 | return res; |
| 2126 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 2127 | EXPORT_SYMBOL(kern_path); |
Al Viro | d181146 | 2008-08-02 00:49:18 -0400 | [diff] [blame] | 2128 | |
Josef 'Jeff' Sipek | 16f1820 | 2007-07-19 01:48:18 -0700 | [diff] [blame] | 2129 | /** |
| 2130 | * vfs_path_lookup - lookup a file path relative to a dentry-vfsmount pair |
| 2131 | * @dentry: pointer to dentry of the base directory |
| 2132 | * @mnt: pointer to vfs mount of the base directory |
| 2133 | * @name: pointer to file name |
| 2134 | * @flags: lookup flags |
Al Viro | e0a0124 | 2011-06-27 17:00:37 -0400 | [diff] [blame] | 2135 | * @path: pointer to struct path to fill |
Josef 'Jeff' Sipek | 16f1820 | 2007-07-19 01:48:18 -0700 | [diff] [blame] | 2136 | */ |
| 2137 | int vfs_path_lookup(struct dentry *dentry, struct vfsmount *mnt, |
| 2138 | const char *name, unsigned int flags, |
Al Viro | e0a0124 | 2011-06-27 17:00:37 -0400 | [diff] [blame] | 2139 | struct path *path) |
Josef 'Jeff' Sipek | 16f1820 | 2007-07-19 01:48:18 -0700 | [diff] [blame] | 2140 | { |
Al Viro | 74eb8cc | 2015-02-23 02:44:36 -0500 | [diff] [blame] | 2141 | struct filename *filename = getname_kernel(name); |
| 2142 | int err = PTR_ERR(filename); |
| 2143 | |
Al Viro | e0a0124 | 2011-06-27 17:00:37 -0400 | [diff] [blame] | 2144 | BUG_ON(flags & LOOKUP_PARENT); |
Al Viro | 74eb8cc | 2015-02-23 02:44:36 -0500 | [diff] [blame] | 2145 | |
| 2146 | /* the first argument of filename_lookup() is ignored with LOOKUP_ROOT */ |
| 2147 | if (!IS_ERR(filename)) { |
| 2148 | struct nameidata nd; |
| 2149 | nd.root.dentry = dentry; |
| 2150 | nd.root.mnt = mnt; |
| 2151 | err = filename_lookup(AT_FDCWD, filename, |
| 2152 | flags | LOOKUP_ROOT, &nd); |
| 2153 | if (!err) |
| 2154 | *path = nd.path; |
| 2155 | putname(filename); |
| 2156 | } |
Al Viro | e0a0124 | 2011-06-27 17:00:37 -0400 | [diff] [blame] | 2157 | return err; |
Josef 'Jeff' Sipek | 16f1820 | 2007-07-19 01:48:18 -0700 | [diff] [blame] | 2158 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 2159 | EXPORT_SYMBOL(vfs_path_lookup); |
Josef 'Jeff' Sipek | 16f1820 | 2007-07-19 01:48:18 -0700 | [diff] [blame] | 2160 | |
Christoph Hellwig | eead191 | 2007-10-16 23:25:38 -0700 | [diff] [blame] | 2161 | /** |
Randy Dunlap | a6b9191 | 2008-03-19 17:01:00 -0700 | [diff] [blame] | 2162 | * lookup_one_len - filesystem helper to lookup single pathname component |
Christoph Hellwig | eead191 | 2007-10-16 23:25:38 -0700 | [diff] [blame] | 2163 | * @name: pathname component to lookup |
| 2164 | * @base: base directory to lookup from |
| 2165 | * @len: maximum length @len should be interpreted to |
| 2166 | * |
Randy Dunlap | a6b9191 | 2008-03-19 17:01:00 -0700 | [diff] [blame] | 2167 | * 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] | 2168 | * not be called by generic code. |
Christoph Hellwig | eead191 | 2007-10-16 23:25:38 -0700 | [diff] [blame] | 2169 | */ |
James Morris | 057f6c0 | 2007-04-26 00:12:05 -0700 | [diff] [blame] | 2170 | struct dentry *lookup_one_len(const char *name, struct dentry *base, int len) |
| 2171 | { |
James Morris | 057f6c0 | 2007-04-26 00:12:05 -0700 | [diff] [blame] | 2172 | struct qstr this; |
Al Viro | 6a96ba5 | 2011-03-07 23:49:20 -0500 | [diff] [blame] | 2173 | unsigned int c; |
Miklos Szeredi | cda309d | 2012-03-26 12:54:21 +0200 | [diff] [blame] | 2174 | int err; |
James Morris | 057f6c0 | 2007-04-26 00:12:05 -0700 | [diff] [blame] | 2175 | |
David Woodhouse | 2f9092e | 2009-04-20 23:18:37 +0100 | [diff] [blame] | 2176 | WARN_ON_ONCE(!mutex_is_locked(&base->d_inode->i_mutex)); |
| 2177 | |
Al Viro | 6a96ba5 | 2011-03-07 23:49:20 -0500 | [diff] [blame] | 2178 | this.name = name; |
| 2179 | this.len = len; |
Linus Torvalds | 0145acc | 2012-03-02 14:32:59 -0800 | [diff] [blame] | 2180 | this.hash = full_name_hash(name, len); |
Al Viro | 6a96ba5 | 2011-03-07 23:49:20 -0500 | [diff] [blame] | 2181 | if (!len) |
| 2182 | return ERR_PTR(-EACCES); |
| 2183 | |
Al Viro | 21d8a15 | 2012-11-29 22:17:21 -0500 | [diff] [blame] | 2184 | if (unlikely(name[0] == '.')) { |
| 2185 | if (len < 2 || (len == 2 && name[1] == '.')) |
| 2186 | return ERR_PTR(-EACCES); |
| 2187 | } |
| 2188 | |
Al Viro | 6a96ba5 | 2011-03-07 23:49:20 -0500 | [diff] [blame] | 2189 | while (len--) { |
| 2190 | c = *(const unsigned char *)name++; |
| 2191 | if (c == '/' || c == '\0') |
| 2192 | return ERR_PTR(-EACCES); |
Al Viro | 6a96ba5 | 2011-03-07 23:49:20 -0500 | [diff] [blame] | 2193 | } |
Al Viro | 5a202bc | 2011-03-08 14:17:44 -0500 | [diff] [blame] | 2194 | /* |
| 2195 | * See if the low-level filesystem might want |
| 2196 | * to use its own hash.. |
| 2197 | */ |
| 2198 | if (base->d_flags & DCACHE_OP_HASH) { |
Linus Torvalds | da53be1 | 2013-05-21 15:22:44 -0700 | [diff] [blame] | 2199 | int err = base->d_op->d_hash(base, &this); |
Al Viro | 5a202bc | 2011-03-08 14:17:44 -0500 | [diff] [blame] | 2200 | if (err < 0) |
| 2201 | return ERR_PTR(err); |
| 2202 | } |
Christoph Hellwig | eead191 | 2007-10-16 23:25:38 -0700 | [diff] [blame] | 2203 | |
Miklos Szeredi | cda309d | 2012-03-26 12:54:21 +0200 | [diff] [blame] | 2204 | err = inode_permission(base->d_inode, MAY_EXEC); |
| 2205 | if (err) |
| 2206 | return ERR_PTR(err); |
| 2207 | |
Al Viro | 72bd866 | 2012-06-10 17:17:17 -0400 | [diff] [blame] | 2208 | return __lookup_hash(&this, base, 0); |
James Morris | 057f6c0 | 2007-04-26 00:12:05 -0700 | [diff] [blame] | 2209 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 2210 | EXPORT_SYMBOL(lookup_one_len); |
James Morris | 057f6c0 | 2007-04-26 00:12:05 -0700 | [diff] [blame] | 2211 | |
Andy Whitcroft | 1fa1e7f | 2011-11-02 09:44:39 +0100 | [diff] [blame] | 2212 | int user_path_at_empty(int dfd, const char __user *name, unsigned flags, |
| 2213 | struct path *path, int *empty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2214 | { |
Al Viro | 2d8f303 | 2008-07-22 09:59:21 -0400 | [diff] [blame] | 2215 | struct nameidata nd; |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 2216 | struct filename *tmp = getname_flags(name, flags, empty); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2217 | int err = PTR_ERR(tmp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2218 | if (!IS_ERR(tmp)) { |
Al Viro | 2d8f303 | 2008-07-22 09:59:21 -0400 | [diff] [blame] | 2219 | |
| 2220 | BUG_ON(flags & LOOKUP_PARENT); |
| 2221 | |
Jeff Layton | 873f1ee | 2012-10-10 15:25:29 -0400 | [diff] [blame] | 2222 | err = filename_lookup(dfd, tmp, flags, &nd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2223 | putname(tmp); |
Al Viro | 2d8f303 | 2008-07-22 09:59:21 -0400 | [diff] [blame] | 2224 | if (!err) |
| 2225 | *path = nd.path; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2226 | } |
| 2227 | return err; |
| 2228 | } |
| 2229 | |
Andy Whitcroft | 1fa1e7f | 2011-11-02 09:44:39 +0100 | [diff] [blame] | 2230 | int user_path_at(int dfd, const char __user *name, unsigned flags, |
| 2231 | struct path *path) |
| 2232 | { |
Linus Torvalds | f7493e5 | 2012-03-22 16:10:40 -0700 | [diff] [blame] | 2233 | return user_path_at_empty(dfd, name, flags, path, NULL); |
Andy Whitcroft | 1fa1e7f | 2011-11-02 09:44:39 +0100 | [diff] [blame] | 2234 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 2235 | EXPORT_SYMBOL(user_path_at); |
Andy Whitcroft | 1fa1e7f | 2011-11-02 09:44:39 +0100 | [diff] [blame] | 2236 | |
Jeff Layton | 873f1ee | 2012-10-10 15:25:29 -0400 | [diff] [blame] | 2237 | /* |
| 2238 | * NB: most callers don't do anything directly with the reference to the |
| 2239 | * to struct filename, but the nd->last pointer points into the name string |
| 2240 | * allocated by getname. So we must hold the reference to it until all |
| 2241 | * path-walking is complete. |
| 2242 | */ |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 2243 | static struct filename * |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 2244 | user_path_parent(int dfd, const char __user *path, |
| 2245 | struct path *parent, |
| 2246 | struct qstr *last, |
| 2247 | int *type, |
Jeff Layton | 9e790bd | 2012-12-11 12:10:09 -0500 | [diff] [blame] | 2248 | unsigned int flags) |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 2249 | { |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 2250 | struct nameidata nd; |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 2251 | struct filename *s = getname(path); |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 2252 | int error; |
| 2253 | |
Jeff Layton | 9e790bd | 2012-12-11 12:10:09 -0500 | [diff] [blame] | 2254 | /* only LOOKUP_REVAL is allowed in extra flags */ |
| 2255 | flags &= LOOKUP_REVAL; |
| 2256 | |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 2257 | if (IS_ERR(s)) |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 2258 | return s; |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 2259 | |
Al Viro | 8bcb77f | 2015-05-08 16:59:20 -0400 | [diff] [blame] | 2260 | error = filename_parentat(dfd, s, flags, &nd); |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 2261 | if (error) { |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 2262 | putname(s); |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 2263 | return ERR_PTR(error); |
| 2264 | } |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 2265 | *parent = nd.path; |
| 2266 | *last = nd.last; |
| 2267 | *type = nd.last_type; |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 2268 | |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 2269 | return s; |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 2270 | } |
| 2271 | |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2272 | /** |
Al Viro | 197df04 | 2013-09-08 14:03:27 -0400 | [diff] [blame] | 2273 | * mountpoint_last - look up last component for umount |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2274 | * @nd: pathwalk nameidata - currently pointing at parent directory of "last" |
| 2275 | * @path: pointer to container for result |
| 2276 | * |
| 2277 | * This is a special lookup_last function just for umount. In this case, we |
| 2278 | * need to resolve the path without doing any revalidation. |
| 2279 | * |
| 2280 | * The nameidata should be the result of doing a LOOKUP_PARENT pathwalk. Since |
| 2281 | * mountpoints are always pinned in the dcache, their ancestors are too. Thus, |
| 2282 | * in almost all cases, this lookup will be served out of the dcache. The only |
| 2283 | * cases where it won't are if nd->last refers to a symlink or the path is |
| 2284 | * bogus and it doesn't exist. |
| 2285 | * |
| 2286 | * Returns: |
| 2287 | * -error: if there was an error during lookup. This includes -ENOENT if the |
| 2288 | * lookup found a negative dentry. The nd->path reference will also be |
| 2289 | * put in this case. |
| 2290 | * |
| 2291 | * 0: if we successfully resolved nd->path and found it to not to be a |
| 2292 | * symlink that needs to be followed. "path" will also be populated. |
| 2293 | * The nd->path reference will also be put. |
| 2294 | * |
| 2295 | * 1: if we successfully resolved nd->last and found it to be a symlink |
| 2296 | * that needs to be followed. "path" will be populated with the path |
| 2297 | * to the link, and nd->path will *not* be put. |
| 2298 | */ |
| 2299 | static int |
Al Viro | 197df04 | 2013-09-08 14:03:27 -0400 | [diff] [blame] | 2300 | mountpoint_last(struct nameidata *nd, struct path *path) |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2301 | { |
| 2302 | int error = 0; |
| 2303 | struct dentry *dentry; |
| 2304 | struct dentry *dir = nd->path.dentry; |
| 2305 | |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2306 | /* If we're in rcuwalk, drop out of it to handle last component */ |
| 2307 | if (nd->flags & LOOKUP_RCU) { |
Al Viro | 6e9918b | 2015-05-05 09:26:05 -0400 | [diff] [blame] | 2308 | if (unlazy_walk(nd, NULL, 0)) |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 2309 | return -ECHILD; |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2310 | } |
| 2311 | |
| 2312 | nd->flags &= ~LOOKUP_PARENT; |
| 2313 | |
| 2314 | if (unlikely(nd->last_type != LAST_NORM)) { |
| 2315 | error = handle_dots(nd, nd->last_type); |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2316 | if (error) |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 2317 | return error; |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2318 | dentry = dget(nd->path.dentry); |
| 2319 | goto done; |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2320 | } |
| 2321 | |
| 2322 | mutex_lock(&dir->d_inode->i_mutex); |
| 2323 | dentry = d_lookup(dir, &nd->last); |
| 2324 | if (!dentry) { |
| 2325 | /* |
| 2326 | * No cached dentry. Mounted dentries are pinned in the cache, |
| 2327 | * so that means that this dentry is probably a symlink or the |
| 2328 | * path doesn't actually point to a mounted dentry. |
| 2329 | */ |
| 2330 | dentry = d_alloc(dir, &nd->last); |
| 2331 | if (!dentry) { |
Dave Jones | bcceeeb | 2013-09-10 17:04:25 -0400 | [diff] [blame] | 2332 | mutex_unlock(&dir->d_inode->i_mutex); |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 2333 | return -ENOMEM; |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2334 | } |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2335 | dentry = lookup_real(dir->d_inode, dentry, nd->flags); |
Dave Jones | bcceeeb | 2013-09-10 17:04:25 -0400 | [diff] [blame] | 2336 | if (IS_ERR(dentry)) { |
| 2337 | mutex_unlock(&dir->d_inode->i_mutex); |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 2338 | return PTR_ERR(dentry); |
Dave Jones | bcceeeb | 2013-09-10 17:04:25 -0400 | [diff] [blame] | 2339 | } |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2340 | } |
| 2341 | mutex_unlock(&dir->d_inode->i_mutex); |
| 2342 | |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2343 | done: |
David Howells | 698934d | 2015-03-17 17:33:52 +0000 | [diff] [blame] | 2344 | if (d_is_negative(dentry)) { |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2345 | dput(dentry); |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 2346 | return -ENOENT; |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2347 | } |
Al Viro | 191d7f7 | 2015-05-04 08:26:45 -0400 | [diff] [blame] | 2348 | if (nd->depth) |
| 2349 | put_link(nd); |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2350 | path->dentry = dentry; |
Vasily Averin | 295dc39 | 2014-07-21 12:30:23 +0400 | [diff] [blame] | 2351 | path->mnt = nd->path.mnt; |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 2352 | error = should_follow_link(nd, path, nd->flags & LOOKUP_FOLLOW, 0); |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 2353 | if (unlikely(error)) |
Al Viro | d63ff28 | 2015-05-04 18:13:23 -0400 | [diff] [blame] | 2354 | return error; |
Vasily Averin | 295dc39 | 2014-07-21 12:30:23 +0400 | [diff] [blame] | 2355 | mntget(path->mnt); |
Al Viro | 3575952 | 2013-09-08 13:41:33 -0400 | [diff] [blame] | 2356 | follow_mount(path); |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 2357 | return 0; |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2358 | } |
| 2359 | |
| 2360 | /** |
Al Viro | 197df04 | 2013-09-08 14:03:27 -0400 | [diff] [blame] | 2361 | * path_mountpoint - look up a path to be umounted |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2362 | * @dfd: directory file descriptor to start walk from |
| 2363 | * @name: full pathname to walk |
Randy Dunlap | 606d6fe | 2013-10-19 14:56:55 -0700 | [diff] [blame] | 2364 | * @path: pointer to container for result |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2365 | * @flags: lookup flags |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2366 | * |
| 2367 | * 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] | 2368 | * Returns 0 and "path" will be valid on success; Returns error otherwise. |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2369 | */ |
| 2370 | static int |
Al Viro | 668696d | 2015-02-22 19:44:00 -0500 | [diff] [blame] | 2371 | path_mountpoint(int dfd, const struct filename *name, struct path *path, |
Al Viro | 46afd6f | 2015-05-01 22:08:30 -0400 | [diff] [blame] | 2372 | struct nameidata *nd, unsigned int flags) |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2373 | { |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 2374 | const char *s = path_init(dfd, name, flags, nd); |
| 2375 | int err; |
| 2376 | if (IS_ERR(s)) |
| 2377 | return PTR_ERR(s); |
Al Viro | 3bdba28 | 2015-05-08 17:37:07 -0400 | [diff] [blame] | 2378 | while (!(err = link_path_walk(s, nd)) && |
| 2379 | (err = mountpoint_last(nd, path)) > 0) { |
| 2380 | s = trailing_symlink(nd); |
| 2381 | if (IS_ERR(s)) { |
| 2382 | err = PTR_ERR(s); |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2383 | break; |
Al Viro | 3bdba28 | 2015-05-08 17:37:07 -0400 | [diff] [blame] | 2384 | } |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2385 | } |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 2386 | terminate_walk(nd); |
Al Viro | 46afd6f | 2015-05-01 22:08:30 -0400 | [diff] [blame] | 2387 | path_cleanup(nd); |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2388 | return err; |
| 2389 | } |
| 2390 | |
Al Viro | 2d86465 | 2013-09-08 20:18:44 -0400 | [diff] [blame] | 2391 | static int |
Al Viro | 668696d | 2015-02-22 19:44:00 -0500 | [diff] [blame] | 2392 | filename_mountpoint(int dfd, struct filename *name, struct path *path, |
Al Viro | 2d86465 | 2013-09-08 20:18:44 -0400 | [diff] [blame] | 2393 | unsigned int flags) |
| 2394 | { |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 2395 | struct nameidata nd, *saved; |
Al Viro | cbaab2d | 2015-01-22 02:49:00 -0500 | [diff] [blame] | 2396 | int error; |
Al Viro | 668696d | 2015-02-22 19:44:00 -0500 | [diff] [blame] | 2397 | if (IS_ERR(name)) |
| 2398 | return PTR_ERR(name); |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 2399 | saved = set_nameidata(&nd); |
Al Viro | 46afd6f | 2015-05-01 22:08:30 -0400 | [diff] [blame] | 2400 | error = path_mountpoint(dfd, name, path, &nd, flags | LOOKUP_RCU); |
Al Viro | 2d86465 | 2013-09-08 20:18:44 -0400 | [diff] [blame] | 2401 | if (unlikely(error == -ECHILD)) |
Al Viro | 46afd6f | 2015-05-01 22:08:30 -0400 | [diff] [blame] | 2402 | error = path_mountpoint(dfd, name, path, &nd, flags); |
Al Viro | 2d86465 | 2013-09-08 20:18:44 -0400 | [diff] [blame] | 2403 | if (unlikely(error == -ESTALE)) |
Al Viro | 46afd6f | 2015-05-01 22:08:30 -0400 | [diff] [blame] | 2404 | error = path_mountpoint(dfd, name, path, &nd, flags | LOOKUP_REVAL); |
Al Viro | 2d86465 | 2013-09-08 20:18:44 -0400 | [diff] [blame] | 2405 | if (likely(!error)) |
Al Viro | 668696d | 2015-02-22 19:44:00 -0500 | [diff] [blame] | 2406 | audit_inode(name, path->dentry, 0); |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 2407 | restore_nameidata(saved); |
Al Viro | 668696d | 2015-02-22 19:44:00 -0500 | [diff] [blame] | 2408 | putname(name); |
Al Viro | 2d86465 | 2013-09-08 20:18:44 -0400 | [diff] [blame] | 2409 | return error; |
| 2410 | } |
| 2411 | |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2412 | /** |
Al Viro | 197df04 | 2013-09-08 14:03:27 -0400 | [diff] [blame] | 2413 | * 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] | 2414 | * @dfd: directory file descriptor |
| 2415 | * @name: pathname from userland |
| 2416 | * @flags: lookup flags |
| 2417 | * @path: pointer to container to hold result |
| 2418 | * |
| 2419 | * A umount is a special case for path walking. We're not actually interested |
| 2420 | * in the inode in this situation, and ESTALE errors can be a problem. We |
| 2421 | * simply want track down the dentry and vfsmount attached at the mountpoint |
| 2422 | * and avoid revalidating the last component. |
| 2423 | * |
| 2424 | * Returns 0 and populates "path" on success. |
| 2425 | */ |
| 2426 | int |
Al Viro | 197df04 | 2013-09-08 14:03:27 -0400 | [diff] [blame] | 2427 | 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] | 2428 | struct path *path) |
| 2429 | { |
Al Viro | cbaab2d | 2015-01-22 02:49:00 -0500 | [diff] [blame] | 2430 | return filename_mountpoint(dfd, getname(name), path, flags); |
Jeff Layton | 8033426 | 2013-07-26 06:23:25 -0400 | [diff] [blame] | 2431 | } |
| 2432 | |
Al Viro | 2d86465 | 2013-09-08 20:18:44 -0400 | [diff] [blame] | 2433 | int |
| 2434 | kern_path_mountpoint(int dfd, const char *name, struct path *path, |
| 2435 | unsigned int flags) |
| 2436 | { |
Al Viro | cbaab2d | 2015-01-22 02:49:00 -0500 | [diff] [blame] | 2437 | return filename_mountpoint(dfd, getname_kernel(name), path, flags); |
Al Viro | 2d86465 | 2013-09-08 20:18:44 -0400 | [diff] [blame] | 2438 | } |
| 2439 | EXPORT_SYMBOL(kern_path_mountpoint); |
| 2440 | |
Miklos Szeredi | cbdf35b | 2014-10-24 00:14:36 +0200 | [diff] [blame] | 2441 | int __check_sticky(struct inode *dir, struct inode *inode) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2442 | { |
Eric W. Biederman | 8e96e3b | 2012-03-03 21:17:15 -0800 | [diff] [blame] | 2443 | kuid_t fsuid = current_fsuid(); |
David Howells | da9592e | 2008-11-14 10:39:05 +1100 | [diff] [blame] | 2444 | |
Eric W. Biederman | 8e96e3b | 2012-03-03 21:17:15 -0800 | [diff] [blame] | 2445 | if (uid_eq(inode->i_uid, fsuid)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2446 | return 0; |
Eric W. Biederman | 8e96e3b | 2012-03-03 21:17:15 -0800 | [diff] [blame] | 2447 | if (uid_eq(dir->i_uid, fsuid)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2448 | return 0; |
Andy Lutomirski | 23adbe1 | 2014-06-10 12:45:42 -0700 | [diff] [blame] | 2449 | return !capable_wrt_inode_uidgid(inode, CAP_FOWNER); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2450 | } |
Miklos Szeredi | cbdf35b | 2014-10-24 00:14:36 +0200 | [diff] [blame] | 2451 | EXPORT_SYMBOL(__check_sticky); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2452 | |
| 2453 | /* |
| 2454 | * Check whether we can remove a link victim from directory dir, check |
| 2455 | * whether the type of victim is right. |
| 2456 | * 1. We can't do it if dir is read-only (done in permission()) |
| 2457 | * 2. We should have write and exec permissions on dir |
| 2458 | * 3. We can't remove anything from append-only dir |
| 2459 | * 4. We can't do anything with immutable dir (done in permission()) |
| 2460 | * 5. If the sticky bit on dir is set we should either |
| 2461 | * a. be owner of dir, or |
| 2462 | * b. be owner of victim, or |
| 2463 | * c. have CAP_FOWNER capability |
| 2464 | * 6. If the victim is append-only or immutable we can't do antyhing with |
| 2465 | * links pointing to it. |
| 2466 | * 7. If we were asked to remove a directory and victim isn't one - ENOTDIR. |
| 2467 | * 8. If we were asked to remove a non-directory and victim isn't one - EISDIR. |
| 2468 | * 9. We can't remove a root or mountpoint. |
| 2469 | * 10. We don't allow removal of NFS sillyrenamed files; it's handled by |
| 2470 | * nfs_async_unlink(). |
| 2471 | */ |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 2472 | static int may_delete(struct inode *dir, struct dentry *victim, bool isdir) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2473 | { |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 2474 | struct inode *inode = victim->d_inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2475 | int error; |
| 2476 | |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 2477 | if (d_is_negative(victim)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2478 | return -ENOENT; |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 2479 | BUG_ON(!inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2480 | |
| 2481 | BUG_ON(victim->d_parent->d_inode != dir); |
Jeff Layton | 4fa6b5e | 2012-10-10 15:25:25 -0400 | [diff] [blame] | 2482 | audit_inode_child(dir, victim, AUDIT_TYPE_CHILD_DELETE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2483 | |
Al Viro | f419a2e | 2008-07-22 00:07:17 -0400 | [diff] [blame] | 2484 | error = inode_permission(dir, MAY_WRITE | MAY_EXEC); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2485 | if (error) |
| 2486 | return error; |
| 2487 | if (IS_APPEND(dir)) |
| 2488 | return -EPERM; |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 2489 | |
| 2490 | if (check_sticky(dir, inode) || IS_APPEND(inode) || |
| 2491 | IS_IMMUTABLE(inode) || IS_SWAPFILE(inode)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2492 | return -EPERM; |
| 2493 | if (isdir) { |
Miklos Szeredi | 44b1d53 | 2014-04-01 17:08:41 +0200 | [diff] [blame] | 2494 | if (!d_is_dir(victim)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2495 | return -ENOTDIR; |
| 2496 | if (IS_ROOT(victim)) |
| 2497 | return -EBUSY; |
Miklos Szeredi | 44b1d53 | 2014-04-01 17:08:41 +0200 | [diff] [blame] | 2498 | } else if (d_is_dir(victim)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2499 | return -EISDIR; |
| 2500 | if (IS_DEADDIR(dir)) |
| 2501 | return -ENOENT; |
| 2502 | if (victim->d_flags & DCACHE_NFSFS_RENAMED) |
| 2503 | return -EBUSY; |
| 2504 | return 0; |
| 2505 | } |
| 2506 | |
| 2507 | /* Check whether we can create an object with dentry child in directory |
| 2508 | * dir. |
| 2509 | * 1. We can't do it if child already exists (open has special treatment for |
| 2510 | * this case, but since we are inlined it's OK) |
| 2511 | * 2. We can't do it if dir is read-only (done in permission()) |
| 2512 | * 3. We should have write and exec permissions on dir |
| 2513 | * 4. We can't do it if dir is immutable (done in permission()) |
| 2514 | */ |
Miklos Szeredi | a95164d | 2008-07-30 15:08:48 +0200 | [diff] [blame] | 2515 | static inline int may_create(struct inode *dir, struct dentry *child) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2516 | { |
Jeff Layton | 14e972b | 2013-05-08 10:25:58 -0400 | [diff] [blame] | 2517 | audit_inode_child(dir, child, AUDIT_TYPE_CHILD_CREATE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2518 | if (child->d_inode) |
| 2519 | return -EEXIST; |
| 2520 | if (IS_DEADDIR(dir)) |
| 2521 | return -ENOENT; |
Al Viro | f419a2e | 2008-07-22 00:07:17 -0400 | [diff] [blame] | 2522 | return inode_permission(dir, MAY_WRITE | MAY_EXEC); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2523 | } |
| 2524 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2525 | /* |
| 2526 | * p1 and p2 should be directories on the same fs. |
| 2527 | */ |
| 2528 | struct dentry *lock_rename(struct dentry *p1, struct dentry *p2) |
| 2529 | { |
| 2530 | struct dentry *p; |
| 2531 | |
| 2532 | if (p1 == p2) { |
Ingo Molnar | f2eace2 | 2006-07-03 00:25:05 -0700 | [diff] [blame] | 2533 | mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_PARENT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2534 | return NULL; |
| 2535 | } |
| 2536 | |
Arjan van de Ven | a11f3a0 | 2006-03-23 03:00:33 -0800 | [diff] [blame] | 2537 | mutex_lock(&p1->d_inode->i_sb->s_vfs_rename_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2538 | |
OGAWA Hirofumi | e2761a1 | 2008-10-16 07:50:28 +0900 | [diff] [blame] | 2539 | p = d_ancestor(p2, p1); |
| 2540 | if (p) { |
| 2541 | mutex_lock_nested(&p2->d_inode->i_mutex, I_MUTEX_PARENT); |
| 2542 | mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_CHILD); |
| 2543 | return p; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2544 | } |
| 2545 | |
OGAWA Hirofumi | e2761a1 | 2008-10-16 07:50:28 +0900 | [diff] [blame] | 2546 | p = d_ancestor(p1, p2); |
| 2547 | if (p) { |
| 2548 | mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_PARENT); |
| 2549 | mutex_lock_nested(&p2->d_inode->i_mutex, I_MUTEX_CHILD); |
| 2550 | return p; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2551 | } |
| 2552 | |
Ingo Molnar | f2eace2 | 2006-07-03 00:25:05 -0700 | [diff] [blame] | 2553 | mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_PARENT); |
Miklos Szeredi | d1b72cc | 2014-10-27 15:42:01 +0100 | [diff] [blame] | 2554 | mutex_lock_nested(&p2->d_inode->i_mutex, I_MUTEX_PARENT2); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2555 | return NULL; |
| 2556 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 2557 | EXPORT_SYMBOL(lock_rename); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2558 | |
| 2559 | void unlock_rename(struct dentry *p1, struct dentry *p2) |
| 2560 | { |
Jes Sorensen | 1b1dcc1 | 2006-01-09 15:59:24 -0800 | [diff] [blame] | 2561 | mutex_unlock(&p1->d_inode->i_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2562 | if (p1 != p2) { |
Jes Sorensen | 1b1dcc1 | 2006-01-09 15:59:24 -0800 | [diff] [blame] | 2563 | mutex_unlock(&p2->d_inode->i_mutex); |
Arjan van de Ven | a11f3a0 | 2006-03-23 03:00:33 -0800 | [diff] [blame] | 2564 | mutex_unlock(&p1->d_inode->i_sb->s_vfs_rename_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2565 | } |
| 2566 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 2567 | EXPORT_SYMBOL(unlock_rename); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2568 | |
Al Viro | 4acdaf2 | 2011-07-26 01:42:34 -0400 | [diff] [blame] | 2569 | int vfs_create(struct inode *dir, struct dentry *dentry, umode_t mode, |
Al Viro | 312b63f | 2012-06-10 18:09:36 -0400 | [diff] [blame] | 2570 | bool want_excl) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2571 | { |
Miklos Szeredi | a95164d | 2008-07-30 15:08:48 +0200 | [diff] [blame] | 2572 | int error = may_create(dir, dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2573 | if (error) |
| 2574 | return error; |
| 2575 | |
Al Viro | acfa438 | 2008-12-04 10:06:33 -0500 | [diff] [blame] | 2576 | if (!dir->i_op->create) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2577 | return -EACCES; /* shouldn't it be ENOSYS? */ |
| 2578 | mode &= S_IALLUGO; |
| 2579 | mode |= S_IFREG; |
| 2580 | error = security_inode_create(dir, dentry, mode); |
| 2581 | if (error) |
| 2582 | return error; |
Al Viro | 312b63f | 2012-06-10 18:09:36 -0400 | [diff] [blame] | 2583 | error = dir->i_op->create(dir, dentry, mode, want_excl); |
Stephen Smalley | a74574a | 2005-09-09 13:01:44 -0700 | [diff] [blame] | 2584 | if (!error) |
Amy Griffis | f38aa94 | 2005-11-03 15:57:06 +0000 | [diff] [blame] | 2585 | fsnotify_create(dir, dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2586 | return error; |
| 2587 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 2588 | EXPORT_SYMBOL(vfs_create); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2589 | |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 2590 | static int may_open(struct path *path, int acc_mode, int flag) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2591 | { |
Christoph Hellwig | 3fb6419 | 2008-10-24 09:58:10 +0200 | [diff] [blame] | 2592 | struct dentry *dentry = path->dentry; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2593 | struct inode *inode = dentry->d_inode; |
| 2594 | int error; |
| 2595 | |
Al Viro | bcda765 | 2011-03-13 16:42:14 -0400 | [diff] [blame] | 2596 | /* O_PATH? */ |
| 2597 | if (!acc_mode) |
| 2598 | return 0; |
| 2599 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2600 | if (!inode) |
| 2601 | return -ENOENT; |
| 2602 | |
Christoph Hellwig | c8fe8f3 | 2009-01-05 19:27:23 +0100 | [diff] [blame] | 2603 | switch (inode->i_mode & S_IFMT) { |
| 2604 | case S_IFLNK: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2605 | return -ELOOP; |
Christoph Hellwig | c8fe8f3 | 2009-01-05 19:27:23 +0100 | [diff] [blame] | 2606 | case S_IFDIR: |
| 2607 | if (acc_mode & MAY_WRITE) |
| 2608 | return -EISDIR; |
| 2609 | break; |
| 2610 | case S_IFBLK: |
| 2611 | case S_IFCHR: |
Christoph Hellwig | 3fb6419 | 2008-10-24 09:58:10 +0200 | [diff] [blame] | 2612 | if (path->mnt->mnt_flags & MNT_NODEV) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2613 | return -EACCES; |
Christoph Hellwig | c8fe8f3 | 2009-01-05 19:27:23 +0100 | [diff] [blame] | 2614 | /*FALLTHRU*/ |
| 2615 | case S_IFIFO: |
| 2616 | case S_IFSOCK: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2617 | flag &= ~O_TRUNC; |
Christoph Hellwig | c8fe8f3 | 2009-01-05 19:27:23 +0100 | [diff] [blame] | 2618 | break; |
Dave Hansen | 4a3fd21 | 2008-02-15 14:37:48 -0800 | [diff] [blame] | 2619 | } |
Dave Hansen | b41572e | 2007-10-16 23:31:14 -0700 | [diff] [blame] | 2620 | |
Christoph Hellwig | 3fb6419 | 2008-10-24 09:58:10 +0200 | [diff] [blame] | 2621 | error = inode_permission(inode, acc_mode); |
Dave Hansen | b41572e | 2007-10-16 23:31:14 -0700 | [diff] [blame] | 2622 | if (error) |
| 2623 | return error; |
Mimi Zohar | 6146f0d | 2009-02-04 09:06:57 -0500 | [diff] [blame] | 2624 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2625 | /* |
| 2626 | * An append-only file must be opened in append mode for writing. |
| 2627 | */ |
| 2628 | if (IS_APPEND(inode)) { |
Al Viro | 8737c93 | 2009-12-24 06:47:55 -0500 | [diff] [blame] | 2629 | if ((flag & O_ACCMODE) != O_RDONLY && !(flag & O_APPEND)) |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2630 | return -EPERM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2631 | if (flag & O_TRUNC) |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2632 | return -EPERM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2633 | } |
| 2634 | |
| 2635 | /* O_NOATIME can only be set by the owner or superuser */ |
Serge E. Hallyn | 2e14967 | 2011-03-23 16:43:26 -0700 | [diff] [blame] | 2636 | if (flag & O_NOATIME && !inode_owner_or_capable(inode)) |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2637 | return -EPERM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2638 | |
J. Bruce Fields | f3c7691e | 2011-09-21 10:58:13 -0400 | [diff] [blame] | 2639 | return 0; |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2640 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2641 | |
Jeff Layton | e1181ee | 2010-12-07 16:19:50 -0500 | [diff] [blame] | 2642 | static int handle_truncate(struct file *filp) |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2643 | { |
Jeff Layton | e1181ee | 2010-12-07 16:19:50 -0500 | [diff] [blame] | 2644 | struct path *path = &filp->f_path; |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2645 | struct inode *inode = path->dentry->d_inode; |
| 2646 | int error = get_write_access(inode); |
| 2647 | if (error) |
| 2648 | return error; |
| 2649 | /* |
| 2650 | * Refuse to truncate files with mandatory locks held on them. |
| 2651 | */ |
Jeff Layton | d7a0698 | 2014-03-10 09:54:15 -0400 | [diff] [blame] | 2652 | error = locks_verify_locked(filp); |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2653 | if (!error) |
Tetsuo Handa | ea0d3ab | 2010-06-02 13:24:43 +0900 | [diff] [blame] | 2654 | error = security_path_truncate(path); |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2655 | if (!error) { |
| 2656 | error = do_truncate(path->dentry, 0, |
| 2657 | ATTR_MTIME|ATTR_CTIME|ATTR_OPEN, |
Jeff Layton | e1181ee | 2010-12-07 16:19:50 -0500 | [diff] [blame] | 2658 | filp); |
Al Viro | 7715b52 | 2009-12-16 03:54:00 -0500 | [diff] [blame] | 2659 | } |
| 2660 | put_write_access(inode); |
Mimi Zohar | acd0c93 | 2009-09-04 13:08:46 -0400 | [diff] [blame] | 2661 | return error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2662 | } |
| 2663 | |
Dave Hansen | d57999e | 2008-02-15 14:37:27 -0800 | [diff] [blame] | 2664 | static inline int open_to_namei_flags(int flag) |
| 2665 | { |
Al Viro | 8a5e929 | 2011-06-25 19:15:54 -0400 | [diff] [blame] | 2666 | if ((flag & O_ACCMODE) == 3) |
| 2667 | flag--; |
Dave Hansen | d57999e | 2008-02-15 14:37:27 -0800 | [diff] [blame] | 2668 | return flag; |
| 2669 | } |
| 2670 | |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2671 | static int may_o_create(struct path *dir, struct dentry *dentry, umode_t mode) |
| 2672 | { |
| 2673 | int error = security_path_mknod(dir, dentry, mode, 0); |
| 2674 | if (error) |
| 2675 | return error; |
| 2676 | |
| 2677 | error = inode_permission(dir->dentry->d_inode, MAY_WRITE | MAY_EXEC); |
| 2678 | if (error) |
| 2679 | return error; |
| 2680 | |
| 2681 | return security_inode_create(dir->dentry->d_inode, dentry, mode); |
| 2682 | } |
| 2683 | |
David Howells | 1acf0af | 2012-06-14 16:13:46 +0100 | [diff] [blame] | 2684 | /* |
| 2685 | * Attempt to atomically look up, create and open a file from a negative |
| 2686 | * dentry. |
| 2687 | * |
| 2688 | * Returns 0 if successful. The file will have been created and attached to |
| 2689 | * @file by the filesystem calling finish_open(). |
| 2690 | * |
| 2691 | * Returns 1 if the file was looked up only or didn't need creating. The |
| 2692 | * caller will need to perform the open themselves. @path will have been |
| 2693 | * updated to point to the new dentry. This may be negative. |
| 2694 | * |
| 2695 | * Returns an error code otherwise. |
| 2696 | */ |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2697 | static int atomic_open(struct nameidata *nd, struct dentry *dentry, |
| 2698 | struct path *path, struct file *file, |
| 2699 | const struct open_flags *op, |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2700 | bool got_write, bool need_lookup, |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2701 | int *opened) |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2702 | { |
| 2703 | struct inode *dir = nd->path.dentry->d_inode; |
| 2704 | unsigned open_flag = open_to_namei_flags(op->open_flag); |
| 2705 | umode_t mode; |
| 2706 | int error; |
| 2707 | int acc_mode; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2708 | int create_error = 0; |
| 2709 | struct dentry *const DENTRY_NOT_SET = (void *) -1UL; |
Miklos Szeredi | 116cc02 | 2013-09-16 14:52:05 +0200 | [diff] [blame] | 2710 | bool excl; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2711 | |
| 2712 | BUG_ON(dentry->d_inode); |
| 2713 | |
| 2714 | /* Don't create child dentry for a dead directory. */ |
| 2715 | if (unlikely(IS_DEADDIR(dir))) { |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2716 | error = -ENOENT; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2717 | goto out; |
| 2718 | } |
| 2719 | |
Miklos Szeredi | 62b259d | 2012-08-15 13:01:24 +0200 | [diff] [blame] | 2720 | mode = op->mode; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2721 | if ((open_flag & O_CREAT) && !IS_POSIXACL(dir)) |
| 2722 | mode &= ~current_umask(); |
| 2723 | |
Miklos Szeredi | 116cc02 | 2013-09-16 14:52:05 +0200 | [diff] [blame] | 2724 | excl = (open_flag & (O_EXCL | O_CREAT)) == (O_EXCL | O_CREAT); |
| 2725 | if (excl) |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2726 | open_flag &= ~O_TRUNC; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2727 | |
| 2728 | /* |
| 2729 | * Checking write permission is tricky, bacuse we don't know if we are |
| 2730 | * going to actually need it: O_CREAT opens should work as long as the |
| 2731 | * file exists. But checking existence breaks atomicity. The trick is |
| 2732 | * to check access and if not granted clear O_CREAT from the flags. |
| 2733 | * |
| 2734 | * Another problem is returing the "right" error value (e.g. for an |
| 2735 | * O_EXCL open we want to return EEXIST not EROFS). |
| 2736 | */ |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2737 | if (((open_flag & (O_CREAT | O_TRUNC)) || |
| 2738 | (open_flag & O_ACCMODE) != O_RDONLY) && unlikely(!got_write)) { |
| 2739 | if (!(open_flag & O_CREAT)) { |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2740 | /* |
| 2741 | * No O_CREATE -> atomicity not a requirement -> fall |
| 2742 | * back to lookup + open |
| 2743 | */ |
| 2744 | goto no_open; |
| 2745 | } else if (open_flag & (O_EXCL | O_TRUNC)) { |
| 2746 | /* Fall back and fail with the right error */ |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2747 | create_error = -EROFS; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2748 | goto no_open; |
| 2749 | } else { |
| 2750 | /* No side effects, safe to clear O_CREAT */ |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2751 | create_error = -EROFS; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2752 | open_flag &= ~O_CREAT; |
| 2753 | } |
| 2754 | } |
| 2755 | |
| 2756 | if (open_flag & O_CREAT) { |
Miklos Szeredi | 38227f7 | 2012-08-15 13:01:24 +0200 | [diff] [blame] | 2757 | error = may_o_create(&nd->path, dentry, mode); |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2758 | if (error) { |
| 2759 | create_error = error; |
| 2760 | if (open_flag & O_EXCL) |
| 2761 | goto no_open; |
| 2762 | open_flag &= ~O_CREAT; |
| 2763 | } |
| 2764 | } |
| 2765 | |
| 2766 | if (nd->flags & LOOKUP_DIRECTORY) |
| 2767 | open_flag |= O_DIRECTORY; |
| 2768 | |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 2769 | file->f_path.dentry = DENTRY_NOT_SET; |
| 2770 | file->f_path.mnt = nd->path.mnt; |
| 2771 | error = dir->i_op->atomic_open(dir, dentry, file, open_flag, mode, |
Al Viro | 4723768 | 2012-06-10 05:01:45 -0400 | [diff] [blame] | 2772 | opened); |
Al Viro | d958527 | 2012-06-22 12:39:14 +0400 | [diff] [blame] | 2773 | if (error < 0) { |
Al Viro | d958527 | 2012-06-22 12:39:14 +0400 | [diff] [blame] | 2774 | if (create_error && error == -ENOENT) |
| 2775 | error = create_error; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2776 | goto out; |
| 2777 | } |
| 2778 | |
Al Viro | d958527 | 2012-06-22 12:39:14 +0400 | [diff] [blame] | 2779 | if (error) { /* returned 1, that is */ |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 2780 | if (WARN_ON(file->f_path.dentry == DENTRY_NOT_SET)) { |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2781 | error = -EIO; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2782 | goto out; |
| 2783 | } |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 2784 | if (file->f_path.dentry) { |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2785 | dput(dentry); |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 2786 | dentry = file->f_path.dentry; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2787 | } |
Al Viro | 03da633 | 2013-09-16 19:22:33 -0400 | [diff] [blame] | 2788 | if (*opened & FILE_CREATED) |
| 2789 | fsnotify_create(dir, dentry); |
| 2790 | if (!dentry->d_inode) { |
| 2791 | WARN_ON(*opened & FILE_CREATED); |
| 2792 | if (create_error) { |
| 2793 | error = create_error; |
| 2794 | goto out; |
| 2795 | } |
| 2796 | } else { |
| 2797 | if (excl && !(*opened & FILE_CREATED)) { |
| 2798 | error = -EEXIST; |
| 2799 | goto out; |
| 2800 | } |
Sage Weil | 62b2ce9 | 2012-08-15 13:30:12 -0700 | [diff] [blame] | 2801 | } |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2802 | goto looked_up; |
| 2803 | } |
| 2804 | |
| 2805 | /* |
| 2806 | * We didn't have the inode before the open, so check open permission |
| 2807 | * here. |
| 2808 | */ |
Al Viro | 03da633 | 2013-09-16 19:22:33 -0400 | [diff] [blame] | 2809 | acc_mode = op->acc_mode; |
| 2810 | if (*opened & FILE_CREATED) { |
| 2811 | WARN_ON(!(open_flag & O_CREAT)); |
| 2812 | fsnotify_create(dir, dentry); |
| 2813 | acc_mode = MAY_OPEN; |
| 2814 | } |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2815 | error = may_open(&file->f_path, acc_mode, open_flag); |
| 2816 | if (error) |
| 2817 | fput(file); |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2818 | |
| 2819 | out: |
| 2820 | dput(dentry); |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2821 | return error; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2822 | |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2823 | no_open: |
| 2824 | if (need_lookup) { |
Al Viro | 72bd866 | 2012-06-10 17:17:17 -0400 | [diff] [blame] | 2825 | dentry = lookup_real(dir, dentry, nd->flags); |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2826 | if (IS_ERR(dentry)) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2827 | return PTR_ERR(dentry); |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2828 | |
| 2829 | if (create_error) { |
| 2830 | int open_flag = op->open_flag; |
| 2831 | |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2832 | error = create_error; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2833 | if ((open_flag & O_EXCL)) { |
| 2834 | if (!dentry->d_inode) |
| 2835 | goto out; |
| 2836 | } else if (!dentry->d_inode) { |
| 2837 | goto out; |
| 2838 | } else if ((open_flag & O_TRUNC) && |
David Howells | e36cb0b | 2015-01-29 12:02:35 +0000 | [diff] [blame] | 2839 | d_is_reg(dentry)) { |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2840 | goto out; |
| 2841 | } |
| 2842 | /* will fail later, go on to get the right error */ |
| 2843 | } |
| 2844 | } |
| 2845 | looked_up: |
| 2846 | path->dentry = dentry; |
| 2847 | path->mnt = nd->path.mnt; |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2848 | return 1; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2849 | } |
| 2850 | |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 2851 | /* |
David Howells | 1acf0af | 2012-06-14 16:13:46 +0100 | [diff] [blame] | 2852 | * Look up and maybe create and open the last component. |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2853 | * |
| 2854 | * Must be called with i_mutex held on parent. |
| 2855 | * |
David Howells | 1acf0af | 2012-06-14 16:13:46 +0100 | [diff] [blame] | 2856 | * Returns 0 if the file was successfully atomically created (if necessary) and |
| 2857 | * opened. In this case the file will be returned attached to @file. |
| 2858 | * |
| 2859 | * Returns 1 if the file was not completely opened at this time, though lookups |
| 2860 | * and creations will have been performed and the dentry returned in @path will |
| 2861 | * be positive upon return if O_CREAT was specified. If O_CREAT wasn't |
| 2862 | * specified then a negative dentry may be returned. |
| 2863 | * |
| 2864 | * An error code is returned otherwise. |
| 2865 | * |
| 2866 | * FILE_CREATE will be set in @*opened if the dentry was created and will be |
| 2867 | * cleared otherwise prior to returning. |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2868 | */ |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2869 | static int lookup_open(struct nameidata *nd, struct path *path, |
| 2870 | struct file *file, |
| 2871 | const struct open_flags *op, |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2872 | bool got_write, int *opened) |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2873 | { |
| 2874 | struct dentry *dir = nd->path.dentry; |
Miklos Szeredi | 54ef487 | 2012-06-05 15:10:16 +0200 | [diff] [blame] | 2875 | struct inode *dir_inode = dir->d_inode; |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2876 | struct dentry *dentry; |
| 2877 | int error; |
Miklos Szeredi | 54ef487 | 2012-06-05 15:10:16 +0200 | [diff] [blame] | 2878 | bool need_lookup; |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2879 | |
Al Viro | 4723768 | 2012-06-10 05:01:45 -0400 | [diff] [blame] | 2880 | *opened &= ~FILE_CREATED; |
Al Viro | 201f956 | 2012-06-22 12:42:10 +0400 | [diff] [blame] | 2881 | dentry = lookup_dcache(&nd->last, dir, nd->flags, &need_lookup); |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2882 | if (IS_ERR(dentry)) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2883 | return PTR_ERR(dentry); |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2884 | |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2885 | /* Cached positive dentry: will open in f_op->open */ |
| 2886 | if (!need_lookup && dentry->d_inode) |
| 2887 | goto out_no_open; |
| 2888 | |
| 2889 | if ((nd->flags & LOOKUP_OPEN) && dir_inode->i_op->atomic_open) { |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2890 | return atomic_open(nd, dentry, path, file, op, got_write, |
Al Viro | 4723768 | 2012-06-10 05:01:45 -0400 | [diff] [blame] | 2891 | need_lookup, opened); |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2892 | } |
| 2893 | |
Miklos Szeredi | 54ef487 | 2012-06-05 15:10:16 +0200 | [diff] [blame] | 2894 | if (need_lookup) { |
| 2895 | BUG_ON(dentry->d_inode); |
| 2896 | |
Al Viro | 72bd866 | 2012-06-10 17:17:17 -0400 | [diff] [blame] | 2897 | dentry = lookup_real(dir_inode, dentry, nd->flags); |
Miklos Szeredi | 54ef487 | 2012-06-05 15:10:16 +0200 | [diff] [blame] | 2898 | if (IS_ERR(dentry)) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2899 | return PTR_ERR(dentry); |
Miklos Szeredi | 54ef487 | 2012-06-05 15:10:16 +0200 | [diff] [blame] | 2900 | } |
| 2901 | |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2902 | /* Negative dentry, just create the file */ |
| 2903 | if (!dentry->d_inode && (op->open_flag & O_CREAT)) { |
| 2904 | umode_t mode = op->mode; |
| 2905 | if (!IS_POSIXACL(dir->d_inode)) |
| 2906 | mode &= ~current_umask(); |
| 2907 | /* |
| 2908 | * This write is needed to ensure that a |
| 2909 | * rw->ro transition does not occur between |
| 2910 | * the time when the file is created and when |
| 2911 | * a permanent write count is taken through |
Miklos Szeredi | 015c3bb | 2012-06-05 15:10:27 +0200 | [diff] [blame] | 2912 | * the 'struct file' in finish_open(). |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2913 | */ |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2914 | if (!got_write) { |
| 2915 | error = -EROFS; |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2916 | goto out_dput; |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2917 | } |
Al Viro | 4723768 | 2012-06-10 05:01:45 -0400 | [diff] [blame] | 2918 | *opened |= FILE_CREATED; |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2919 | error = security_path_mknod(&nd->path, dentry, mode, 0); |
| 2920 | if (error) |
| 2921 | goto out_dput; |
Al Viro | 312b63f | 2012-06-10 18:09:36 -0400 | [diff] [blame] | 2922 | error = vfs_create(dir->d_inode, dentry, mode, |
| 2923 | nd->flags & LOOKUP_EXCL); |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2924 | if (error) |
| 2925 | goto out_dput; |
| 2926 | } |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 2927 | out_no_open: |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2928 | path->dentry = dentry; |
| 2929 | path->mnt = nd->path.mnt; |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2930 | return 1; |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2931 | |
| 2932 | out_dput: |
| 2933 | dput(dentry); |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2934 | return error; |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 2935 | } |
| 2936 | |
| 2937 | /* |
Al Viro | fe2d35f | 2011-03-05 22:58:25 -0500 | [diff] [blame] | 2938 | * Handle the last step of open() |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 2939 | */ |
Al Viro | 896475d | 2015-04-22 18:02:17 -0400 | [diff] [blame] | 2940 | static int do_last(struct nameidata *nd, |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2941 | struct file *file, const struct open_flags *op, |
Jeff Layton | 669abf4 | 2012-10-10 16:43:10 -0400 | [diff] [blame] | 2942 | int *opened, struct filename *name) |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 2943 | { |
Al Viro | a1e2803 | 2009-12-24 02:12:06 -0500 | [diff] [blame] | 2944 | struct dentry *dir = nd->path.dentry; |
Al Viro | ca344a89 | 2011-03-09 00:36:45 -0500 | [diff] [blame] | 2945 | int open_flag = op->open_flag; |
Miklos Szeredi | 77d660a | 2012-06-05 15:10:30 +0200 | [diff] [blame] | 2946 | bool will_truncate = (open_flag & O_TRUNC) != 0; |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2947 | bool got_write = false; |
Al Viro | bcda765 | 2011-03-13 16:42:14 -0400 | [diff] [blame] | 2948 | int acc_mode = op->acc_mode; |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 2949 | unsigned seq; |
Miklos Szeredi | a1eb331 | 2012-05-21 17:30:07 +0200 | [diff] [blame] | 2950 | struct inode *inode; |
Miklos Szeredi | 16b1c1c | 2012-05-21 17:30:19 +0200 | [diff] [blame] | 2951 | struct path save_parent = { .dentry = NULL, .mnt = NULL }; |
Al Viro | 896475d | 2015-04-22 18:02:17 -0400 | [diff] [blame] | 2952 | struct path path; |
Miklos Szeredi | 16b1c1c | 2012-05-21 17:30:19 +0200 | [diff] [blame] | 2953 | bool retried = false; |
Al Viro | 16c2cd7 | 2011-02-22 15:50:10 -0500 | [diff] [blame] | 2954 | int error; |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 2955 | |
Al Viro | c3e380b | 2011-02-23 13:39:45 -0500 | [diff] [blame] | 2956 | nd->flags &= ~LOOKUP_PARENT; |
| 2957 | nd->flags |= op->intent; |
| 2958 | |
Al Viro | bc77daa | 2013-06-06 09:12:33 -0400 | [diff] [blame] | 2959 | if (nd->last_type != LAST_NORM) { |
Al Viro | fe2d35f | 2011-03-05 22:58:25 -0500 | [diff] [blame] | 2960 | error = handle_dots(nd, nd->last_type); |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 2961 | if (unlikely(error)) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2962 | return error; |
Miklos Szeredi | e83db16 | 2012-06-05 15:10:29 +0200 | [diff] [blame] | 2963 | goto finish_open; |
Al Viro | 1f36f77 | 2009-12-26 10:56:19 -0500 | [diff] [blame] | 2964 | } |
Al Viro | 67ee3ad | 2009-12-26 07:01:01 -0500 | [diff] [blame] | 2965 | |
Al Viro | ca344a89 | 2011-03-09 00:36:45 -0500 | [diff] [blame] | 2966 | if (!(open_flag & O_CREAT)) { |
Al Viro | fe2d35f | 2011-03-05 22:58:25 -0500 | [diff] [blame] | 2967 | if (nd->last.name[nd->last.len]) |
| 2968 | nd->flags |= LOOKUP_FOLLOW | LOOKUP_DIRECTORY; |
| 2969 | /* we _can_ be in RCU mode here */ |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 2970 | error = lookup_fast(nd, &path, &inode, &seq); |
Miklos Szeredi | 7157486 | 2012-06-05 15:10:14 +0200 | [diff] [blame] | 2971 | if (likely(!error)) |
| 2972 | goto finish_lookup; |
Miklos Szeredi | a1eb331 | 2012-05-21 17:30:07 +0200 | [diff] [blame] | 2973 | |
Miklos Szeredi | 7157486 | 2012-06-05 15:10:14 +0200 | [diff] [blame] | 2974 | if (error < 0) |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 2975 | return error; |
Miklos Szeredi | 37d7fff | 2012-06-05 15:10:12 +0200 | [diff] [blame] | 2976 | |
Miklos Szeredi | 7157486 | 2012-06-05 15:10:14 +0200 | [diff] [blame] | 2977 | BUG_ON(nd->inode != dir->d_inode); |
Miklos Szeredi | b6183df | 2012-06-05 15:10:13 +0200 | [diff] [blame] | 2978 | } else { |
| 2979 | /* create side of things */ |
| 2980 | /* |
| 2981 | * This will *only* deal with leaving RCU mode - LOOKUP_JUMPED |
| 2982 | * has been cleared when we got to the last component we are |
| 2983 | * about to look up |
| 2984 | */ |
| 2985 | error = complete_walk(nd); |
Al Viro | e8bb73d | 2015-05-08 16:28:42 -0400 | [diff] [blame] | 2986 | if (error) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 2987 | return error; |
Miklos Szeredi | b6183df | 2012-06-05 15:10:13 +0200 | [diff] [blame] | 2988 | |
Jeff Layton | 33e2208 | 2013-04-12 15:16:32 -0400 | [diff] [blame] | 2989 | audit_inode(name, dir, LOOKUP_PARENT); |
Miklos Szeredi | b6183df | 2012-06-05 15:10:13 +0200 | [diff] [blame] | 2990 | /* trailing slashes? */ |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 2991 | if (unlikely(nd->last.name[nd->last.len])) |
| 2992 | return -EISDIR; |
Al Viro | fe2d35f | 2011-03-05 22:58:25 -0500 | [diff] [blame] | 2993 | } |
| 2994 | |
Miklos Szeredi | 16b1c1c | 2012-05-21 17:30:19 +0200 | [diff] [blame] | 2995 | retry_lookup: |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 2996 | if (op->open_flag & (O_CREAT | O_TRUNC | O_WRONLY | O_RDWR)) { |
| 2997 | error = mnt_want_write(nd->path.mnt); |
| 2998 | if (!error) |
| 2999 | got_write = true; |
| 3000 | /* |
| 3001 | * do _not_ fail yet - we might not need that or fail with |
| 3002 | * a different error; let lookup_open() decide; we'll be |
| 3003 | * dropping this one anyway. |
| 3004 | */ |
| 3005 | } |
Al Viro | a1e2803 | 2009-12-24 02:12:06 -0500 | [diff] [blame] | 3006 | mutex_lock(&dir->d_inode->i_mutex); |
Al Viro | 896475d | 2015-04-22 18:02:17 -0400 | [diff] [blame] | 3007 | error = lookup_open(nd, &path, file, op, got_write, opened); |
Miklos Szeredi | d58ffd3 | 2012-06-05 15:10:15 +0200 | [diff] [blame] | 3008 | mutex_unlock(&dir->d_inode->i_mutex); |
Al Viro | a1e2803 | 2009-12-24 02:12:06 -0500 | [diff] [blame] | 3009 | |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3010 | if (error <= 0) { |
| 3011 | if (error) |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 3012 | goto out; |
| 3013 | |
Al Viro | 4723768 | 2012-06-10 05:01:45 -0400 | [diff] [blame] | 3014 | if ((*opened & FILE_CREATED) || |
Al Viro | 496ad9a | 2013-01-23 17:07:38 -0500 | [diff] [blame] | 3015 | !S_ISREG(file_inode(file)->i_mode)) |
Miklos Szeredi | 77d660a | 2012-06-05 15:10:30 +0200 | [diff] [blame] | 3016 | will_truncate = false; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 3017 | |
Jeff Layton | adb5c24 | 2012-10-10 16:43:13 -0400 | [diff] [blame] | 3018 | audit_inode(name, file->f_path.dentry, 0); |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 3019 | goto opened; |
| 3020 | } |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3021 | |
Al Viro | 4723768 | 2012-06-10 05:01:45 -0400 | [diff] [blame] | 3022 | if (*opened & FILE_CREATED) { |
Al Viro | 9b44f1b | 2011-03-09 00:17:27 -0500 | [diff] [blame] | 3023 | /* Don't check for write permission, don't truncate */ |
Al Viro | ca344a89 | 2011-03-09 00:36:45 -0500 | [diff] [blame] | 3024 | open_flag &= ~O_TRUNC; |
Miklos Szeredi | 77d660a | 2012-06-05 15:10:30 +0200 | [diff] [blame] | 3025 | will_truncate = false; |
Al Viro | bcda765 | 2011-03-13 16:42:14 -0400 | [diff] [blame] | 3026 | acc_mode = MAY_OPEN; |
Al Viro | 896475d | 2015-04-22 18:02:17 -0400 | [diff] [blame] | 3027 | path_to_nameidata(&path, nd); |
Miklos Szeredi | e83db16 | 2012-06-05 15:10:29 +0200 | [diff] [blame] | 3028 | goto finish_open_created; |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3029 | } |
| 3030 | |
| 3031 | /* |
Jeff Layton | 3134f37 | 2012-07-25 10:19:47 -0400 | [diff] [blame] | 3032 | * create/update audit record if it already exists. |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3033 | */ |
Al Viro | 896475d | 2015-04-22 18:02:17 -0400 | [diff] [blame] | 3034 | if (d_is_positive(path.dentry)) |
| 3035 | audit_inode(name, path.dentry, 0); |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3036 | |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 3037 | /* |
| 3038 | * If atomic_open() acquired write access it is dropped now due to |
| 3039 | * possible mount and symlink following (this might be optimized away if |
| 3040 | * necessary...) |
| 3041 | */ |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 3042 | if (got_write) { |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 3043 | mnt_drop_write(nd->path.mnt); |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 3044 | got_write = false; |
Miklos Szeredi | d18e900 | 2012-06-05 15:10:17 +0200 | [diff] [blame] | 3045 | } |
| 3046 | |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 3047 | if (unlikely((open_flag & (O_EXCL | O_CREAT)) == (O_EXCL | O_CREAT))) { |
| 3048 | path_to_nameidata(&path, nd); |
| 3049 | return -EEXIST; |
| 3050 | } |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3051 | |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 3052 | error = follow_managed(&path, nd); |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 3053 | if (unlikely(error < 0)) |
| 3054 | return error; |
Al Viro | a3fbbde | 2011-11-07 21:21:26 +0000 | [diff] [blame] | 3055 | |
Miklos Szeredi | decf340 | 2012-05-21 17:30:08 +0200 | [diff] [blame] | 3056 | BUG_ON(nd->flags & LOOKUP_RCU); |
Al Viro | 896475d | 2015-04-22 18:02:17 -0400 | [diff] [blame] | 3057 | inode = path.dentry->d_inode; |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 3058 | seq = 0; /* out of RCU mode, so the value doesn't matter */ |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 3059 | if (unlikely(d_is_negative(path.dentry))) { |
Al Viro | 896475d | 2015-04-22 18:02:17 -0400 | [diff] [blame] | 3060 | path_to_nameidata(&path, nd); |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 3061 | return -ENOENT; |
Miklos Szeredi | 54c33e7 | 2012-05-21 17:30:10 +0200 | [diff] [blame] | 3062 | } |
Al Viro | 766c4cb | 2015-05-07 19:24:57 -0400 | [diff] [blame] | 3063 | finish_lookup: |
Al Viro | d63ff28 | 2015-05-04 18:13:23 -0400 | [diff] [blame] | 3064 | if (nd->depth) |
| 3065 | put_link(nd); |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 3066 | error = should_follow_link(nd, &path, nd->flags & LOOKUP_FOLLOW, seq); |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 3067 | if (unlikely(error)) |
Al Viro | d63ff28 | 2015-05-04 18:13:23 -0400 | [diff] [blame] | 3068 | return error; |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3069 | |
Al Viro | 896475d | 2015-04-22 18:02:17 -0400 | [diff] [blame] | 3070 | if (unlikely(d_is_symlink(path.dentry)) && !(open_flag & O_PATH)) { |
| 3071 | path_to_nameidata(&path, nd); |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 3072 | return -ELOOP; |
Al Viro | a5cfe2d | 2015-04-22 12:10:45 -0400 | [diff] [blame] | 3073 | } |
| 3074 | |
Al Viro | 896475d | 2015-04-22 18:02:17 -0400 | [diff] [blame] | 3075 | if ((nd->flags & LOOKUP_RCU) || nd->path.mnt != path.mnt) { |
| 3076 | path_to_nameidata(&path, nd); |
Miklos Szeredi | 16b1c1c | 2012-05-21 17:30:19 +0200 | [diff] [blame] | 3077 | } else { |
| 3078 | save_parent.dentry = nd->path.dentry; |
Al Viro | 896475d | 2015-04-22 18:02:17 -0400 | [diff] [blame] | 3079 | save_parent.mnt = mntget(path.mnt); |
| 3080 | nd->path.dentry = path.dentry; |
Miklos Szeredi | 16b1c1c | 2012-05-21 17:30:19 +0200 | [diff] [blame] | 3081 | |
| 3082 | } |
Miklos Szeredi | decf340 | 2012-05-21 17:30:08 +0200 | [diff] [blame] | 3083 | nd->inode = inode; |
Al Viro | 254cf58 | 2015-05-05 09:40:46 -0400 | [diff] [blame] | 3084 | nd->seq = seq; |
Al Viro | a3fbbde | 2011-11-07 21:21:26 +0000 | [diff] [blame] | 3085 | /* Why this, you ask? _Now_ we might have grown LOOKUP_JUMPED... */ |
Al Viro | bc77daa | 2013-06-06 09:12:33 -0400 | [diff] [blame] | 3086 | finish_open: |
Al Viro | a3fbbde | 2011-11-07 21:21:26 +0000 | [diff] [blame] | 3087 | error = complete_walk(nd); |
Miklos Szeredi | 16b1c1c | 2012-05-21 17:30:19 +0200 | [diff] [blame] | 3088 | if (error) { |
| 3089 | path_put(&save_parent); |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3090 | return error; |
Miklos Szeredi | 16b1c1c | 2012-05-21 17:30:19 +0200 | [diff] [blame] | 3091 | } |
Al Viro | bc77daa | 2013-06-06 09:12:33 -0400 | [diff] [blame] | 3092 | audit_inode(name, nd->path.dentry, 0); |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3093 | error = -EISDIR; |
Miklos Szeredi | 44b1d53 | 2014-04-01 17:08:41 +0200 | [diff] [blame] | 3094 | if ((open_flag & O_CREAT) && d_is_dir(nd->path.dentry)) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3095 | goto out; |
Miklos Szeredi | af2f554 | 2012-05-21 17:30:11 +0200 | [diff] [blame] | 3096 | error = -ENOTDIR; |
Miklos Szeredi | 44b1d53 | 2014-04-01 17:08:41 +0200 | [diff] [blame] | 3097 | if ((nd->flags & LOOKUP_DIRECTORY) && !d_can_lookup(nd->path.dentry)) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3098 | goto out; |
David Howells | 4bbcbd3 | 2015-03-17 22:16:40 +0000 | [diff] [blame] | 3099 | if (!d_is_reg(nd->path.dentry)) |
Miklos Szeredi | 77d660a | 2012-06-05 15:10:30 +0200 | [diff] [blame] | 3100 | will_truncate = false; |
Al Viro | 6c0d46c | 2011-03-09 00:59:59 -0500 | [diff] [blame] | 3101 | |
Al Viro | 0f9d1a1 | 2011-03-09 00:13:14 -0500 | [diff] [blame] | 3102 | if (will_truncate) { |
| 3103 | error = mnt_want_write(nd->path.mnt); |
| 3104 | if (error) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3105 | goto out; |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 3106 | got_write = true; |
Al Viro | 0f9d1a1 | 2011-03-09 00:13:14 -0500 | [diff] [blame] | 3107 | } |
Miklos Szeredi | e83db16 | 2012-06-05 15:10:29 +0200 | [diff] [blame] | 3108 | finish_open_created: |
Al Viro | bcda765 | 2011-03-13 16:42:14 -0400 | [diff] [blame] | 3109 | error = may_open(&nd->path, acc_mode, open_flag); |
Al Viro | ca344a89 | 2011-03-09 00:36:45 -0500 | [diff] [blame] | 3110 | if (error) |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3111 | goto out; |
Miklos Szeredi | 4aa7c63 | 2014-10-24 00:14:35 +0200 | [diff] [blame] | 3112 | |
| 3113 | BUG_ON(*opened & FILE_OPENED); /* once it's opened, it's opened */ |
| 3114 | error = vfs_open(&nd->path, file, current_cred()); |
| 3115 | if (!error) { |
| 3116 | *opened |= FILE_OPENED; |
| 3117 | } else { |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 3118 | if (error == -EOPENSTALE) |
Miklos Szeredi | f60dc3d | 2012-06-05 15:10:31 +0200 | [diff] [blame] | 3119 | goto stale_open; |
Miklos Szeredi | 015c3bb | 2012-06-05 15:10:27 +0200 | [diff] [blame] | 3120 | goto out; |
Miklos Szeredi | f60dc3d | 2012-06-05 15:10:31 +0200 | [diff] [blame] | 3121 | } |
Miklos Szeredi | a8277b9 | 2012-06-05 15:10:32 +0200 | [diff] [blame] | 3122 | opened: |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3123 | error = open_check_o_direct(file); |
Miklos Szeredi | 015c3bb | 2012-06-05 15:10:27 +0200 | [diff] [blame] | 3124 | if (error) |
| 3125 | goto exit_fput; |
Dmitry Kasatkin | 3034a14 | 2014-06-27 18:15:44 +0300 | [diff] [blame] | 3126 | error = ima_file_check(file, op->acc_mode, *opened); |
Miklos Szeredi | aa4caad | 2012-06-05 15:10:28 +0200 | [diff] [blame] | 3127 | if (error) |
| 3128 | goto exit_fput; |
| 3129 | |
| 3130 | if (will_truncate) { |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3131 | error = handle_truncate(file); |
Miklos Szeredi | aa4caad | 2012-06-05 15:10:28 +0200 | [diff] [blame] | 3132 | if (error) |
| 3133 | goto exit_fput; |
Al Viro | 0f9d1a1 | 2011-03-09 00:13:14 -0500 | [diff] [blame] | 3134 | } |
Al Viro | ca344a89 | 2011-03-09 00:36:45 -0500 | [diff] [blame] | 3135 | out: |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 3136 | if (got_write) |
Al Viro | 0f9d1a1 | 2011-03-09 00:13:14 -0500 | [diff] [blame] | 3137 | mnt_drop_write(nd->path.mnt); |
Miklos Szeredi | 16b1c1c | 2012-05-21 17:30:19 +0200 | [diff] [blame] | 3138 | path_put(&save_parent); |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3139 | return error; |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3140 | |
Miklos Szeredi | 015c3bb | 2012-06-05 15:10:27 +0200 | [diff] [blame] | 3141 | exit_fput: |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3142 | fput(file); |
| 3143 | goto out; |
Miklos Szeredi | 015c3bb | 2012-06-05 15:10:27 +0200 | [diff] [blame] | 3144 | |
Miklos Szeredi | f60dc3d | 2012-06-05 15:10:31 +0200 | [diff] [blame] | 3145 | stale_open: |
| 3146 | /* If no saved parent or already retried then can't retry */ |
| 3147 | if (!save_parent.dentry || retried) |
| 3148 | goto out; |
| 3149 | |
| 3150 | BUG_ON(save_parent.dentry != dir); |
| 3151 | path_put(&nd->path); |
| 3152 | nd->path = save_parent; |
| 3153 | nd->inode = dir->d_inode; |
| 3154 | save_parent.mnt = NULL; |
| 3155 | save_parent.dentry = NULL; |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 3156 | if (got_write) { |
Miklos Szeredi | f60dc3d | 2012-06-05 15:10:31 +0200 | [diff] [blame] | 3157 | mnt_drop_write(nd->path.mnt); |
Al Viro | 64894cf | 2012-07-31 00:53:35 +0400 | [diff] [blame] | 3158 | got_write = false; |
Miklos Szeredi | f60dc3d | 2012-06-05 15:10:31 +0200 | [diff] [blame] | 3159 | } |
| 3160 | retried = true; |
| 3161 | goto retry_lookup; |
Al Viro | fb1cc55 | 2009-12-24 01:58:28 -0500 | [diff] [blame] | 3162 | } |
| 3163 | |
Al Viro | 60545d0 | 2013-06-07 01:20:27 -0400 | [diff] [blame] | 3164 | static int do_tmpfile(int dfd, struct filename *pathname, |
| 3165 | struct nameidata *nd, int flags, |
| 3166 | const struct open_flags *op, |
| 3167 | struct file *file, int *opened) |
| 3168 | { |
| 3169 | static const struct qstr name = QSTR_INIT("/", 1); |
| 3170 | struct dentry *dentry, *child; |
| 3171 | struct inode *dir; |
Al Viro | 5eb6b49 | 2015-02-22 19:40:53 -0500 | [diff] [blame] | 3172 | int error = path_lookupat(dfd, pathname, |
Al Viro | 60545d0 | 2013-06-07 01:20:27 -0400 | [diff] [blame] | 3173 | flags | LOOKUP_DIRECTORY, nd); |
| 3174 | if (unlikely(error)) |
| 3175 | return error; |
| 3176 | error = mnt_want_write(nd->path.mnt); |
| 3177 | if (unlikely(error)) |
| 3178 | goto out; |
| 3179 | /* we want directory to be writable */ |
| 3180 | error = inode_permission(nd->inode, MAY_WRITE | MAY_EXEC); |
| 3181 | if (error) |
| 3182 | goto out2; |
| 3183 | dentry = nd->path.dentry; |
| 3184 | dir = dentry->d_inode; |
| 3185 | if (!dir->i_op->tmpfile) { |
| 3186 | error = -EOPNOTSUPP; |
| 3187 | goto out2; |
| 3188 | } |
| 3189 | child = d_alloc(dentry, &name); |
| 3190 | if (unlikely(!child)) { |
| 3191 | error = -ENOMEM; |
| 3192 | goto out2; |
| 3193 | } |
| 3194 | nd->flags &= ~LOOKUP_DIRECTORY; |
| 3195 | nd->flags |= op->intent; |
| 3196 | dput(nd->path.dentry); |
| 3197 | nd->path.dentry = child; |
| 3198 | error = dir->i_op->tmpfile(dir, nd->path.dentry, op->mode); |
| 3199 | if (error) |
| 3200 | goto out2; |
| 3201 | audit_inode(pathname, nd->path.dentry, 0); |
Eric Rannaud | 69a91c2 | 2014-10-30 01:51:01 -0700 | [diff] [blame] | 3202 | /* Don't check for other permissions, the inode was just created */ |
| 3203 | error = may_open(&nd->path, MAY_OPEN, op->open_flag); |
Al Viro | 60545d0 | 2013-06-07 01:20:27 -0400 | [diff] [blame] | 3204 | if (error) |
| 3205 | goto out2; |
| 3206 | file->f_path.mnt = nd->path.mnt; |
| 3207 | error = finish_open(file, nd->path.dentry, NULL, opened); |
| 3208 | if (error) |
| 3209 | goto out2; |
| 3210 | error = open_check_o_direct(file); |
Al Viro | f4e0c30 | 2013-06-11 08:34:36 +0400 | [diff] [blame] | 3211 | if (error) { |
Al Viro | 60545d0 | 2013-06-07 01:20:27 -0400 | [diff] [blame] | 3212 | fput(file); |
Al Viro | f4e0c30 | 2013-06-11 08:34:36 +0400 | [diff] [blame] | 3213 | } else if (!(op->open_flag & O_EXCL)) { |
| 3214 | struct inode *inode = file_inode(file); |
| 3215 | spin_lock(&inode->i_lock); |
| 3216 | inode->i_state |= I_LINKABLE; |
| 3217 | spin_unlock(&inode->i_lock); |
| 3218 | } |
Al Viro | 60545d0 | 2013-06-07 01:20:27 -0400 | [diff] [blame] | 3219 | out2: |
| 3220 | mnt_drop_write(nd->path.mnt); |
| 3221 | out: |
| 3222 | path_put(&nd->path); |
| 3223 | return error; |
| 3224 | } |
| 3225 | |
Jeff Layton | 669abf4 | 2012-10-10 16:43:10 -0400 | [diff] [blame] | 3226 | static struct file *path_openat(int dfd, struct filename *pathname, |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3227 | struct nameidata *nd, const struct open_flags *op, int flags) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3228 | { |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 3229 | const char *s; |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 3230 | struct file *file; |
Al Viro | 4723768 | 2012-06-10 05:01:45 -0400 | [diff] [blame] | 3231 | int opened = 0; |
Al Viro | 13aab42 | 2011-02-23 17:54:08 -0500 | [diff] [blame] | 3232 | int error; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 3233 | |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 3234 | file = get_empty_filp(); |
Al Viro | 1afc99b | 2013-02-14 20:41:04 -0500 | [diff] [blame] | 3235 | if (IS_ERR(file)) |
| 3236 | return file; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 3237 | |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 3238 | file->f_flags = op->open_flag; |
Nick Piggin | 31e6b01 | 2011-01-07 17:49:52 +1100 | [diff] [blame] | 3239 | |
Al Viro | bb458c6 | 2013-07-13 13:26:37 +0400 | [diff] [blame] | 3240 | if (unlikely(file->f_flags & __O_TMPFILE)) { |
Al Viro | 60545d0 | 2013-06-07 01:20:27 -0400 | [diff] [blame] | 3241 | error = do_tmpfile(dfd, pathname, nd, flags, op, file, &opened); |
Al Viro | f15133d | 2015-05-08 22:53:15 -0400 | [diff] [blame] | 3242 | goto out2; |
Al Viro | 60545d0 | 2013-06-07 01:20:27 -0400 | [diff] [blame] | 3243 | } |
| 3244 | |
Al Viro | 368ee9b | 2015-05-08 17:19:59 -0400 | [diff] [blame] | 3245 | s = path_init(dfd, pathname, flags, nd); |
| 3246 | if (IS_ERR(s)) { |
| 3247 | put_filp(file); |
| 3248 | return ERR_CAST(s); |
| 3249 | } |
Al Viro | 3bdba28 | 2015-05-08 17:37:07 -0400 | [diff] [blame] | 3250 | while (!(error = link_path_walk(s, nd)) && |
| 3251 | (error = do_last(nd, file, op, &opened, pathname)) > 0) { |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3252 | nd->flags &= ~(LOOKUP_OPEN|LOOKUP_CREATE|LOOKUP_EXCL); |
Al Viro | 3bdba28 | 2015-05-08 17:37:07 -0400 | [diff] [blame] | 3253 | s = trailing_symlink(nd); |
| 3254 | if (IS_ERR(s)) { |
| 3255 | error = PTR_ERR(s); |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3256 | break; |
Al Viro | 3bdba28 | 2015-05-08 17:37:07 -0400 | [diff] [blame] | 3257 | } |
Al Viro | 806b681 | 2009-12-26 07:16:40 -0500 | [diff] [blame] | 3258 | } |
Al Viro | deb106c | 2015-05-08 18:05:21 -0400 | [diff] [blame] | 3259 | terminate_walk(nd); |
Al Viro | 893b777 | 2014-11-20 14:18:09 -0500 | [diff] [blame] | 3260 | path_cleanup(nd); |
Al Viro | f15133d | 2015-05-08 22:53:15 -0400 | [diff] [blame] | 3261 | out2: |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3262 | if (!(opened & FILE_OPENED)) { |
| 3263 | BUG_ON(!error); |
Al Viro | 30d9049 | 2012-06-22 12:40:19 +0400 | [diff] [blame] | 3264 | put_filp(file); |
Miklos Szeredi | 015c3bb | 2012-06-05 15:10:27 +0200 | [diff] [blame] | 3265 | } |
Al Viro | 2675a4e | 2012-06-22 12:41:10 +0400 | [diff] [blame] | 3266 | if (unlikely(error)) { |
| 3267 | if (error == -EOPENSTALE) { |
| 3268 | if (flags & LOOKUP_RCU) |
| 3269 | error = -ECHILD; |
| 3270 | else |
| 3271 | error = -ESTALE; |
| 3272 | } |
| 3273 | file = ERR_PTR(error); |
| 3274 | } |
| 3275 | return file; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3276 | } |
| 3277 | |
Jeff Layton | 669abf4 | 2012-10-10 16:43:10 -0400 | [diff] [blame] | 3278 | struct file *do_filp_open(int dfd, struct filename *pathname, |
Al Viro | f9652e1 | 2013-06-11 08:23:01 +0400 | [diff] [blame] | 3279 | const struct open_flags *op) |
Al Viro | 13aab42 | 2011-02-23 17:54:08 -0500 | [diff] [blame] | 3280 | { |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 3281 | struct nameidata nd, *saved_nd = set_nameidata(&nd); |
Al Viro | f9652e1 | 2013-06-11 08:23:01 +0400 | [diff] [blame] | 3282 | int flags = op->lookup_flags; |
Al Viro | 13aab42 | 2011-02-23 17:54:08 -0500 | [diff] [blame] | 3283 | struct file *filp; |
| 3284 | |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3285 | filp = path_openat(dfd, pathname, &nd, op, flags | LOOKUP_RCU); |
Al Viro | 13aab42 | 2011-02-23 17:54:08 -0500 | [diff] [blame] | 3286 | if (unlikely(filp == ERR_PTR(-ECHILD))) |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3287 | filp = path_openat(dfd, pathname, &nd, op, flags); |
Al Viro | 13aab42 | 2011-02-23 17:54:08 -0500 | [diff] [blame] | 3288 | if (unlikely(filp == ERR_PTR(-ESTALE))) |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3289 | filp = path_openat(dfd, pathname, &nd, op, flags | LOOKUP_REVAL); |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 3290 | restore_nameidata(saved_nd); |
Al Viro | 13aab42 | 2011-02-23 17:54:08 -0500 | [diff] [blame] | 3291 | return filp; |
| 3292 | } |
| 3293 | |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3294 | struct file *do_file_open_root(struct dentry *dentry, struct vfsmount *mnt, |
Al Viro | f9652e1 | 2013-06-11 08:23:01 +0400 | [diff] [blame] | 3295 | const char *name, const struct open_flags *op) |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3296 | { |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 3297 | struct nameidata nd, *saved_nd; |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3298 | struct file *file; |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 3299 | struct filename *filename; |
Al Viro | f9652e1 | 2013-06-11 08:23:01 +0400 | [diff] [blame] | 3300 | int flags = op->lookup_flags | LOOKUP_ROOT; |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3301 | |
| 3302 | nd.root.mnt = mnt; |
| 3303 | nd.root.dentry = dentry; |
| 3304 | |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 3305 | if (d_is_symlink(dentry) && op->intent & LOOKUP_OPEN) |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3306 | return ERR_PTR(-ELOOP); |
| 3307 | |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 3308 | filename = getname_kernel(name); |
| 3309 | if (unlikely(IS_ERR(filename))) |
| 3310 | return ERR_CAST(filename); |
| 3311 | |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 3312 | saved_nd = set_nameidata(&nd); |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 3313 | file = path_openat(-1, filename, &nd, op, flags | LOOKUP_RCU); |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3314 | if (unlikely(file == ERR_PTR(-ECHILD))) |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 3315 | file = path_openat(-1, filename, &nd, op, flags); |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3316 | if (unlikely(file == ERR_PTR(-ESTALE))) |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 3317 | file = path_openat(-1, filename, &nd, op, flags | LOOKUP_REVAL); |
NeilBrown | 756daf2 | 2015-03-23 13:37:38 +1100 | [diff] [blame] | 3318 | restore_nameidata(saved_nd); |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 3319 | putname(filename); |
Al Viro | 73d049a | 2011-03-11 12:08:24 -0500 | [diff] [blame] | 3320 | return file; |
| 3321 | } |
| 3322 | |
Al Viro | fa14a0b | 2015-01-22 02:16:49 -0500 | [diff] [blame] | 3323 | static struct dentry *filename_create(int dfd, struct filename *name, |
Jeff Layton | 1ac12b4 | 2012-12-11 12:10:06 -0500 | [diff] [blame] | 3324 | struct path *path, unsigned int lookup_flags) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3325 | { |
Christoph Hellwig | c663e5d | 2005-06-23 00:09:49 -0700 | [diff] [blame] | 3326 | struct dentry *dentry = ERR_PTR(-EEXIST); |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3327 | struct nameidata nd; |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3328 | int err2; |
Jeff Layton | 1ac12b4 | 2012-12-11 12:10:06 -0500 | [diff] [blame] | 3329 | int error; |
| 3330 | bool is_dir = (lookup_flags & LOOKUP_DIRECTORY); |
| 3331 | |
| 3332 | /* |
| 3333 | * Note that only LOOKUP_REVAL and LOOKUP_DIRECTORY matter here. Any |
| 3334 | * other flags passed in are ignored! |
| 3335 | */ |
| 3336 | lookup_flags &= LOOKUP_REVAL; |
| 3337 | |
Al Viro | 8bcb77f | 2015-05-08 16:59:20 -0400 | [diff] [blame] | 3338 | error = filename_parentat(dfd, name, lookup_flags, &nd); |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3339 | if (error) |
| 3340 | return ERR_PTR(error); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3341 | |
Christoph Hellwig | c663e5d | 2005-06-23 00:09:49 -0700 | [diff] [blame] | 3342 | /* |
| 3343 | * Yucky last component or no last component at all? |
| 3344 | * (foo/., foo/.., /////) |
| 3345 | */ |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3346 | if (nd.last_type != LAST_NORM) |
| 3347 | goto out; |
| 3348 | nd.flags &= ~LOOKUP_PARENT; |
| 3349 | nd.flags |= LOOKUP_CREATE | LOOKUP_EXCL; |
Christoph Hellwig | c663e5d | 2005-06-23 00:09:49 -0700 | [diff] [blame] | 3350 | |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3351 | /* don't fail immediately if it's r/o, at least try to report other errors */ |
| 3352 | err2 = mnt_want_write(nd.path.mnt); |
Christoph Hellwig | c663e5d | 2005-06-23 00:09:49 -0700 | [diff] [blame] | 3353 | /* |
| 3354 | * Do the final lookup. |
| 3355 | */ |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3356 | 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] | 3357 | dentry = __lookup_hash(&nd.last, nd.path.dentry, nd.flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3358 | if (IS_ERR(dentry)) |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3359 | goto unlock; |
Christoph Hellwig | c663e5d | 2005-06-23 00:09:49 -0700 | [diff] [blame] | 3360 | |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3361 | error = -EEXIST; |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 3362 | if (d_is_positive(dentry)) |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3363 | goto fail; |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 3364 | |
Christoph Hellwig | c663e5d | 2005-06-23 00:09:49 -0700 | [diff] [blame] | 3365 | /* |
| 3366 | * Special case - lookup gave negative, but... we had foo/bar/ |
| 3367 | * From the vfs_mknod() POV we just have a negative dentry - |
| 3368 | * all is fine. Let's be bastards - you had / on the end, you've |
| 3369 | * been asking for (non-existent) directory. -ENOENT for you. |
| 3370 | */ |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3371 | if (unlikely(!is_dir && nd.last.name[nd.last.len])) { |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3372 | error = -ENOENT; |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3373 | goto fail; |
Al Viro | e9baf6e | 2008-05-15 04:49:12 -0400 | [diff] [blame] | 3374 | } |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3375 | if (unlikely(err2)) { |
| 3376 | error = err2; |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3377 | goto fail; |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3378 | } |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3379 | *path = nd.path; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3380 | return dentry; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3381 | fail: |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3382 | dput(dentry); |
| 3383 | dentry = ERR_PTR(error); |
| 3384 | unlock: |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3385 | mutex_unlock(&nd.path.dentry->d_inode->i_mutex); |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3386 | if (!err2) |
| 3387 | mnt_drop_write(nd.path.mnt); |
Al Viro | ed75e95 | 2011-06-27 16:53:43 -0400 | [diff] [blame] | 3388 | out: |
| 3389 | path_put(&nd.path); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3390 | return dentry; |
| 3391 | } |
Al Viro | fa14a0b | 2015-01-22 02:16:49 -0500 | [diff] [blame] | 3392 | |
| 3393 | struct dentry *kern_path_create(int dfd, const char *pathname, |
| 3394 | struct path *path, unsigned int lookup_flags) |
| 3395 | { |
Paul Moore | 5168910 | 2015-01-22 00:00:03 -0500 | [diff] [blame] | 3396 | struct filename *filename = getname_kernel(pathname); |
| 3397 | struct dentry *res; |
| 3398 | |
| 3399 | if (IS_ERR(filename)) |
| 3400 | return ERR_CAST(filename); |
| 3401 | res = filename_create(dfd, filename, path, lookup_flags); |
| 3402 | putname(filename); |
| 3403 | return res; |
Al Viro | fa14a0b | 2015-01-22 02:16:49 -0500 | [diff] [blame] | 3404 | } |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3405 | EXPORT_SYMBOL(kern_path_create); |
| 3406 | |
Al Viro | 921a165 | 2012-07-20 01:15:31 +0400 | [diff] [blame] | 3407 | void done_path_create(struct path *path, struct dentry *dentry) |
| 3408 | { |
| 3409 | dput(dentry); |
| 3410 | mutex_unlock(&path->dentry->d_inode->i_mutex); |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3411 | mnt_drop_write(path->mnt); |
Al Viro | 921a165 | 2012-07-20 01:15:31 +0400 | [diff] [blame] | 3412 | path_put(path); |
| 3413 | } |
| 3414 | EXPORT_SYMBOL(done_path_create); |
| 3415 | |
Jeff Layton | 1ac12b4 | 2012-12-11 12:10:06 -0500 | [diff] [blame] | 3416 | struct dentry *user_path_create(int dfd, const char __user *pathname, |
| 3417 | struct path *path, unsigned int lookup_flags) |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3418 | { |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 3419 | struct filename *tmp = getname(pathname); |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3420 | struct dentry *res; |
| 3421 | if (IS_ERR(tmp)) |
| 3422 | return ERR_CAST(tmp); |
Al Viro | fa14a0b | 2015-01-22 02:16:49 -0500 | [diff] [blame] | 3423 | res = filename_create(dfd, tmp, path, lookup_flags); |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3424 | putname(tmp); |
| 3425 | return res; |
| 3426 | } |
| 3427 | EXPORT_SYMBOL(user_path_create); |
| 3428 | |
Al Viro | 1a67aaf | 2011-07-26 01:52:52 -0400 | [diff] [blame] | 3429 | 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] | 3430 | { |
Miklos Szeredi | a95164d | 2008-07-30 15:08:48 +0200 | [diff] [blame] | 3431 | int error = may_create(dir, dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3432 | |
| 3433 | if (error) |
| 3434 | return error; |
| 3435 | |
Eric W. Biederman | 975d6b3 | 2011-11-13 12:16:43 -0800 | [diff] [blame] | 3436 | if ((S_ISCHR(mode) || S_ISBLK(mode)) && !capable(CAP_MKNOD)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3437 | return -EPERM; |
| 3438 | |
Al Viro | acfa438 | 2008-12-04 10:06:33 -0500 | [diff] [blame] | 3439 | if (!dir->i_op->mknod) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3440 | return -EPERM; |
| 3441 | |
Serge E. Hallyn | 08ce5f1 | 2008-04-29 01:00:10 -0700 | [diff] [blame] | 3442 | error = devcgroup_inode_mknod(mode, dev); |
| 3443 | if (error) |
| 3444 | return error; |
| 3445 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3446 | error = security_inode_mknod(dir, dentry, mode, dev); |
| 3447 | if (error) |
| 3448 | return error; |
| 3449 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3450 | error = dir->i_op->mknod(dir, dentry, mode, dev); |
Stephen Smalley | a74574a | 2005-09-09 13:01:44 -0700 | [diff] [blame] | 3451 | if (!error) |
Amy Griffis | f38aa94 | 2005-11-03 15:57:06 +0000 | [diff] [blame] | 3452 | fsnotify_create(dir, dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3453 | return error; |
| 3454 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 3455 | EXPORT_SYMBOL(vfs_mknod); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3456 | |
Al Viro | f69aac0 | 2011-07-26 04:31:40 -0400 | [diff] [blame] | 3457 | static int may_mknod(umode_t mode) |
Dave Hansen | 463c319 | 2008-02-15 14:37:57 -0800 | [diff] [blame] | 3458 | { |
| 3459 | switch (mode & S_IFMT) { |
| 3460 | case S_IFREG: |
| 3461 | case S_IFCHR: |
| 3462 | case S_IFBLK: |
| 3463 | case S_IFIFO: |
| 3464 | case S_IFSOCK: |
| 3465 | case 0: /* zero mode translates to S_IFREG */ |
| 3466 | return 0; |
| 3467 | case S_IFDIR: |
| 3468 | return -EPERM; |
| 3469 | default: |
| 3470 | return -EINVAL; |
| 3471 | } |
| 3472 | } |
| 3473 | |
Al Viro | 8208a22 | 2011-07-25 17:32:17 -0400 | [diff] [blame] | 3474 | SYSCALL_DEFINE4(mknodat, int, dfd, const char __user *, filename, umode_t, mode, |
Heiko Carstens | 2e4d092 | 2009-01-14 14:14:31 +0100 | [diff] [blame] | 3475 | unsigned, dev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3476 | { |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 3477 | struct dentry *dentry; |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3478 | struct path path; |
| 3479 | int error; |
Jeff Layton | 972567f | 2012-12-20 16:00:10 -0500 | [diff] [blame] | 3480 | unsigned int lookup_flags = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3481 | |
Al Viro | 8e4bfca | 2012-07-20 01:17:26 +0400 | [diff] [blame] | 3482 | error = may_mknod(mode); |
| 3483 | if (error) |
| 3484 | return error; |
Jeff Layton | 972567f | 2012-12-20 16:00:10 -0500 | [diff] [blame] | 3485 | retry: |
| 3486 | dentry = user_path_create(dfd, filename, &path, lookup_flags); |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3487 | if (IS_ERR(dentry)) |
| 3488 | return PTR_ERR(dentry); |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 3489 | |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3490 | if (!IS_POSIXACL(path.dentry->d_inode)) |
Al Viro | ce3b0f8 | 2009-03-29 19:08:22 -0400 | [diff] [blame] | 3491 | mode &= ~current_umask(); |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3492 | error = security_path_mknod(&path, dentry, mode, dev); |
Kentaro Takeda | be6d3e5 | 2008-12-17 13:24:15 +0900 | [diff] [blame] | 3493 | if (error) |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3494 | goto out; |
Dave Hansen | 463c319 | 2008-02-15 14:37:57 -0800 | [diff] [blame] | 3495 | switch (mode & S_IFMT) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3496 | case 0: case S_IFREG: |
Al Viro | 312b63f | 2012-06-10 18:09:36 -0400 | [diff] [blame] | 3497 | error = vfs_create(path.dentry->d_inode,dentry,mode,true); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3498 | break; |
| 3499 | case S_IFCHR: case S_IFBLK: |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3500 | error = vfs_mknod(path.dentry->d_inode,dentry,mode, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3501 | new_decode_dev(dev)); |
| 3502 | break; |
| 3503 | case S_IFIFO: case S_IFSOCK: |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3504 | error = vfs_mknod(path.dentry->d_inode,dentry,mode,0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3505 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3506 | } |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3507 | out: |
Al Viro | 921a165 | 2012-07-20 01:15:31 +0400 | [diff] [blame] | 3508 | done_path_create(&path, dentry); |
Jeff Layton | 972567f | 2012-12-20 16:00:10 -0500 | [diff] [blame] | 3509 | if (retry_estale(error, lookup_flags)) { |
| 3510 | lookup_flags |= LOOKUP_REVAL; |
| 3511 | goto retry; |
| 3512 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3513 | return error; |
| 3514 | } |
| 3515 | |
Al Viro | 8208a22 | 2011-07-25 17:32:17 -0400 | [diff] [blame] | 3516 | SYSCALL_DEFINE3(mknod, const char __user *, filename, umode_t, mode, unsigned, dev) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 3517 | { |
| 3518 | return sys_mknodat(AT_FDCWD, filename, mode, dev); |
| 3519 | } |
| 3520 | |
Al Viro | 18bb1db | 2011-07-26 01:41:39 -0400 | [diff] [blame] | 3521 | int vfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3522 | { |
Miklos Szeredi | a95164d | 2008-07-30 15:08:48 +0200 | [diff] [blame] | 3523 | int error = may_create(dir, dentry); |
Al Viro | 8de5277 | 2012-02-06 12:45:27 -0500 | [diff] [blame] | 3524 | unsigned max_links = dir->i_sb->s_max_links; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3525 | |
| 3526 | if (error) |
| 3527 | return error; |
| 3528 | |
Al Viro | acfa438 | 2008-12-04 10:06:33 -0500 | [diff] [blame] | 3529 | if (!dir->i_op->mkdir) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3530 | return -EPERM; |
| 3531 | |
| 3532 | mode &= (S_IRWXUGO|S_ISVTX); |
| 3533 | error = security_inode_mkdir(dir, dentry, mode); |
| 3534 | if (error) |
| 3535 | return error; |
| 3536 | |
Al Viro | 8de5277 | 2012-02-06 12:45:27 -0500 | [diff] [blame] | 3537 | if (max_links && dir->i_nlink >= max_links) |
| 3538 | return -EMLINK; |
| 3539 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3540 | error = dir->i_op->mkdir(dir, dentry, mode); |
Stephen Smalley | a74574a | 2005-09-09 13:01:44 -0700 | [diff] [blame] | 3541 | if (!error) |
Amy Griffis | f38aa94 | 2005-11-03 15:57:06 +0000 | [diff] [blame] | 3542 | fsnotify_mkdir(dir, dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3543 | return error; |
| 3544 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 3545 | EXPORT_SYMBOL(vfs_mkdir); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3546 | |
Al Viro | a218d0f | 2011-11-21 14:59:34 -0500 | [diff] [blame] | 3547 | SYSCALL_DEFINE3(mkdirat, int, dfd, const char __user *, pathname, umode_t, mode) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3548 | { |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3549 | struct dentry *dentry; |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3550 | struct path path; |
| 3551 | int error; |
Jeff Layton | b76d8b8 | 2012-12-20 16:04:09 -0500 | [diff] [blame] | 3552 | unsigned int lookup_flags = LOOKUP_DIRECTORY; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3553 | |
Jeff Layton | b76d8b8 | 2012-12-20 16:04:09 -0500 | [diff] [blame] | 3554 | retry: |
| 3555 | dentry = user_path_create(dfd, pathname, &path, lookup_flags); |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3556 | if (IS_ERR(dentry)) |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3557 | return PTR_ERR(dentry); |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3558 | |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3559 | if (!IS_POSIXACL(path.dentry->d_inode)) |
Al Viro | ce3b0f8 | 2009-03-29 19:08:22 -0400 | [diff] [blame] | 3560 | mode &= ~current_umask(); |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3561 | error = security_path_mkdir(&path, dentry, mode); |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3562 | if (!error) |
| 3563 | error = vfs_mkdir(path.dentry->d_inode, dentry, mode); |
Al Viro | 921a165 | 2012-07-20 01:15:31 +0400 | [diff] [blame] | 3564 | done_path_create(&path, dentry); |
Jeff Layton | b76d8b8 | 2012-12-20 16:04:09 -0500 | [diff] [blame] | 3565 | if (retry_estale(error, lookup_flags)) { |
| 3566 | lookup_flags |= LOOKUP_REVAL; |
| 3567 | goto retry; |
| 3568 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3569 | return error; |
| 3570 | } |
| 3571 | |
Al Viro | a218d0f | 2011-11-21 14:59:34 -0500 | [diff] [blame] | 3572 | SYSCALL_DEFINE2(mkdir, const char __user *, pathname, umode_t, mode) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 3573 | { |
| 3574 | return sys_mkdirat(AT_FDCWD, pathname, mode); |
| 3575 | } |
| 3576 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3577 | /* |
Sage Weil | a71905f | 2011-05-24 13:06:08 -0700 | [diff] [blame] | 3578 | * 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] | 3579 | * 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] | 3580 | * dentry, and if that is true (possibly after pruning the dcache), |
| 3581 | * then we drop the dentry now. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3582 | * |
| 3583 | * A low-level filesystem can, if it choses, legally |
| 3584 | * do a |
| 3585 | * |
| 3586 | * if (!d_unhashed(dentry)) |
| 3587 | * return -EBUSY; |
| 3588 | * |
| 3589 | * if it cannot handle the case of removing a directory |
| 3590 | * that is still in use by something else.. |
| 3591 | */ |
| 3592 | void dentry_unhash(struct dentry *dentry) |
| 3593 | { |
Vasily Averin | dc16842 | 2006-12-06 20:37:07 -0800 | [diff] [blame] | 3594 | shrink_dcache_parent(dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3595 | spin_lock(&dentry->d_lock); |
Waiman Long | 9847423 | 2013-08-28 18:24:59 -0700 | [diff] [blame] | 3596 | if (dentry->d_lockref.count == 1) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3597 | __d_drop(dentry); |
| 3598 | spin_unlock(&dentry->d_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3599 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 3600 | EXPORT_SYMBOL(dentry_unhash); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3601 | |
| 3602 | int vfs_rmdir(struct inode *dir, struct dentry *dentry) |
| 3603 | { |
| 3604 | int error = may_delete(dir, dentry, 1); |
| 3605 | |
| 3606 | if (error) |
| 3607 | return error; |
| 3608 | |
Al Viro | acfa438 | 2008-12-04 10:06:33 -0500 | [diff] [blame] | 3609 | if (!dir->i_op->rmdir) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3610 | return -EPERM; |
| 3611 | |
Al Viro | 1d2ef59 | 2011-09-14 18:55:41 +0100 | [diff] [blame] | 3612 | dget(dentry); |
Jes Sorensen | 1b1dcc1 | 2006-01-09 15:59:24 -0800 | [diff] [blame] | 3613 | mutex_lock(&dentry->d_inode->i_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3614 | |
Sage Weil | 912dbc1 | 2011-05-24 13:06:11 -0700 | [diff] [blame] | 3615 | error = -EBUSY; |
Eric W. Biederman | 7af1364 | 2013-10-04 19:15:13 -0700 | [diff] [blame] | 3616 | if (is_local_mountpoint(dentry)) |
Sage Weil | 912dbc1 | 2011-05-24 13:06:11 -0700 | [diff] [blame] | 3617 | goto out; |
| 3618 | |
| 3619 | error = security_inode_rmdir(dir, dentry); |
| 3620 | if (error) |
| 3621 | goto out; |
| 3622 | |
Sage Weil | 3cebde2 | 2011-05-29 21:20:59 -0700 | [diff] [blame] | 3623 | shrink_dcache_parent(dentry); |
Sage Weil | 912dbc1 | 2011-05-24 13:06:11 -0700 | [diff] [blame] | 3624 | error = dir->i_op->rmdir(dir, dentry); |
| 3625 | if (error) |
| 3626 | goto out; |
| 3627 | |
| 3628 | dentry->d_inode->i_flags |= S_DEAD; |
| 3629 | dont_mount(dentry); |
Eric W. Biederman | 8ed936b | 2013-10-01 18:33:48 -0700 | [diff] [blame] | 3630 | detach_mounts(dentry); |
Sage Weil | 912dbc1 | 2011-05-24 13:06:11 -0700 | [diff] [blame] | 3631 | |
| 3632 | out: |
| 3633 | mutex_unlock(&dentry->d_inode->i_mutex); |
Al Viro | 1d2ef59 | 2011-09-14 18:55:41 +0100 | [diff] [blame] | 3634 | dput(dentry); |
Sage Weil | 912dbc1 | 2011-05-24 13:06:11 -0700 | [diff] [blame] | 3635 | if (!error) |
| 3636 | d_delete(dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3637 | return error; |
| 3638 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 3639 | EXPORT_SYMBOL(vfs_rmdir); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3640 | |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 3641 | static long do_rmdir(int dfd, const char __user *pathname) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3642 | { |
| 3643 | int error = 0; |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 3644 | struct filename *name; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3645 | struct dentry *dentry; |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3646 | struct path path; |
| 3647 | struct qstr last; |
| 3648 | int type; |
Jeff Layton | c6ee920 | 2012-12-20 16:28:33 -0500 | [diff] [blame] | 3649 | unsigned int lookup_flags = 0; |
| 3650 | retry: |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3651 | name = user_path_parent(dfd, pathname, |
| 3652 | &path, &last, &type, lookup_flags); |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 3653 | if (IS_ERR(name)) |
| 3654 | return PTR_ERR(name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3655 | |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3656 | switch (type) { |
OGAWA Hirofumi | 0612d9f | 2008-10-16 07:50:29 +0900 | [diff] [blame] | 3657 | case LAST_DOTDOT: |
| 3658 | error = -ENOTEMPTY; |
| 3659 | goto exit1; |
| 3660 | case LAST_DOT: |
| 3661 | error = -EINVAL; |
| 3662 | goto exit1; |
| 3663 | case LAST_ROOT: |
| 3664 | error = -EBUSY; |
| 3665 | goto exit1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3666 | } |
OGAWA Hirofumi | 0612d9f | 2008-10-16 07:50:29 +0900 | [diff] [blame] | 3667 | |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3668 | error = mnt_want_write(path.mnt); |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3669 | if (error) |
| 3670 | goto exit1; |
OGAWA Hirofumi | 0612d9f | 2008-10-16 07:50:29 +0900 | [diff] [blame] | 3671 | |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3672 | mutex_lock_nested(&path.dentry->d_inode->i_mutex, I_MUTEX_PARENT); |
| 3673 | dentry = __lookup_hash(&last, path.dentry, lookup_flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3674 | error = PTR_ERR(dentry); |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3675 | if (IS_ERR(dentry)) |
| 3676 | goto exit2; |
Theodore Ts'o | e6bc45d | 2011-06-06 19:19:40 -0400 | [diff] [blame] | 3677 | if (!dentry->d_inode) { |
| 3678 | error = -ENOENT; |
| 3679 | goto exit3; |
| 3680 | } |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3681 | error = security_path_rmdir(&path, dentry); |
Kentaro Takeda | be6d3e5 | 2008-12-17 13:24:15 +0900 | [diff] [blame] | 3682 | if (error) |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3683 | goto exit3; |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3684 | error = vfs_rmdir(path.dentry->d_inode, dentry); |
Dave Hansen | 0622753 | 2008-02-15 14:37:34 -0800 | [diff] [blame] | 3685 | exit3: |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3686 | dput(dentry); |
| 3687 | exit2: |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3688 | mutex_unlock(&path.dentry->d_inode->i_mutex); |
| 3689 | mnt_drop_write(path.mnt); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3690 | exit1: |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3691 | path_put(&path); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3692 | putname(name); |
Jeff Layton | c6ee920 | 2012-12-20 16:28:33 -0500 | [diff] [blame] | 3693 | if (retry_estale(error, lookup_flags)) { |
| 3694 | lookup_flags |= LOOKUP_REVAL; |
| 3695 | goto retry; |
| 3696 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3697 | return error; |
| 3698 | } |
| 3699 | |
Heiko Carstens | 3cdad42 | 2009-01-14 14:14:22 +0100 | [diff] [blame] | 3700 | SYSCALL_DEFINE1(rmdir, const char __user *, pathname) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 3701 | { |
| 3702 | return do_rmdir(AT_FDCWD, pathname); |
| 3703 | } |
| 3704 | |
J. Bruce Fields | b21996e | 2011-09-20 09:14:34 -0400 | [diff] [blame] | 3705 | /** |
| 3706 | * vfs_unlink - unlink a filesystem object |
| 3707 | * @dir: parent directory |
| 3708 | * @dentry: victim |
| 3709 | * @delegated_inode: returns victim inode, if the inode is delegated. |
| 3710 | * |
| 3711 | * The caller must hold dir->i_mutex. |
| 3712 | * |
| 3713 | * If vfs_unlink discovers a delegation, it will return -EWOULDBLOCK and |
| 3714 | * return a reference to the inode in delegated_inode. The caller |
| 3715 | * should then break the delegation on that inode and retry. Because |
| 3716 | * breaking a delegation may take a long time, the caller should drop |
| 3717 | * dir->i_mutex before doing so. |
| 3718 | * |
| 3719 | * Alternatively, a caller may pass NULL for delegated_inode. This may |
| 3720 | * be appropriate for callers that expect the underlying filesystem not |
| 3721 | * to be NFS exported. |
| 3722 | */ |
| 3723 | 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] | 3724 | { |
J. Bruce Fields | 9accbb9 | 2012-08-28 07:03:24 -0400 | [diff] [blame] | 3725 | struct inode *target = dentry->d_inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3726 | int error = may_delete(dir, dentry, 0); |
| 3727 | |
| 3728 | if (error) |
| 3729 | return error; |
| 3730 | |
Al Viro | acfa438 | 2008-12-04 10:06:33 -0500 | [diff] [blame] | 3731 | if (!dir->i_op->unlink) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3732 | return -EPERM; |
| 3733 | |
J. Bruce Fields | 9accbb9 | 2012-08-28 07:03:24 -0400 | [diff] [blame] | 3734 | mutex_lock(&target->i_mutex); |
Eric W. Biederman | 8ed936b | 2013-10-01 18:33:48 -0700 | [diff] [blame] | 3735 | if (is_local_mountpoint(dentry)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3736 | error = -EBUSY; |
| 3737 | else { |
| 3738 | error = security_inode_unlink(dir, dentry); |
Al Viro | bec1052 | 2010-03-03 14:12:08 -0500 | [diff] [blame] | 3739 | if (!error) { |
J. Bruce Fields | 5a14696 | 2012-08-28 07:50:40 -0700 | [diff] [blame] | 3740 | error = try_break_deleg(target, delegated_inode); |
| 3741 | if (error) |
J. Bruce Fields | b21996e | 2011-09-20 09:14:34 -0400 | [diff] [blame] | 3742 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3743 | error = dir->i_op->unlink(dir, dentry); |
Eric W. Biederman | 8ed936b | 2013-10-01 18:33:48 -0700 | [diff] [blame] | 3744 | if (!error) { |
Al Viro | d83c49f | 2010-04-30 17:17:09 -0400 | [diff] [blame] | 3745 | dont_mount(dentry); |
Eric W. Biederman | 8ed936b | 2013-10-01 18:33:48 -0700 | [diff] [blame] | 3746 | detach_mounts(dentry); |
| 3747 | } |
Al Viro | bec1052 | 2010-03-03 14:12:08 -0500 | [diff] [blame] | 3748 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3749 | } |
J. Bruce Fields | b21996e | 2011-09-20 09:14:34 -0400 | [diff] [blame] | 3750 | out: |
J. Bruce Fields | 9accbb9 | 2012-08-28 07:03:24 -0400 | [diff] [blame] | 3751 | mutex_unlock(&target->i_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3752 | |
| 3753 | /* We don't d_delete() NFS sillyrenamed files--they still exist. */ |
| 3754 | if (!error && !(dentry->d_flags & DCACHE_NFSFS_RENAMED)) { |
J. Bruce Fields | 9accbb9 | 2012-08-28 07:03:24 -0400 | [diff] [blame] | 3755 | fsnotify_link_count(target); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3756 | d_delete(dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3757 | } |
Robert Love | 0eeca28 | 2005-07-12 17:06:03 -0400 | [diff] [blame] | 3758 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3759 | return error; |
| 3760 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 3761 | EXPORT_SYMBOL(vfs_unlink); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3762 | |
| 3763 | /* |
| 3764 | * 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] | 3765 | * 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] | 3766 | * writeout happening, and we don't want to prevent access to the directory |
| 3767 | * while waiting on the I/O. |
| 3768 | */ |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 3769 | static long do_unlinkat(int dfd, const char __user *pathname) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3770 | { |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 3771 | int error; |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 3772 | struct filename *name; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3773 | struct dentry *dentry; |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3774 | struct path path; |
| 3775 | struct qstr last; |
| 3776 | int type; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3777 | struct inode *inode = NULL; |
J. Bruce Fields | b21996e | 2011-09-20 09:14:34 -0400 | [diff] [blame] | 3778 | struct inode *delegated_inode = NULL; |
Jeff Layton | 5d18f81 | 2012-12-20 16:38:04 -0500 | [diff] [blame] | 3779 | unsigned int lookup_flags = 0; |
| 3780 | retry: |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3781 | name = user_path_parent(dfd, pathname, |
| 3782 | &path, &last, &type, lookup_flags); |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 3783 | if (IS_ERR(name)) |
| 3784 | return PTR_ERR(name); |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 3785 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3786 | error = -EISDIR; |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3787 | if (type != LAST_NORM) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3788 | goto exit1; |
OGAWA Hirofumi | 0612d9f | 2008-10-16 07:50:29 +0900 | [diff] [blame] | 3789 | |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3790 | error = mnt_want_write(path.mnt); |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3791 | if (error) |
| 3792 | goto exit1; |
J. Bruce Fields | b21996e | 2011-09-20 09:14:34 -0400 | [diff] [blame] | 3793 | retry_deleg: |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3794 | mutex_lock_nested(&path.dentry->d_inode->i_mutex, I_MUTEX_PARENT); |
| 3795 | dentry = __lookup_hash(&last, path.dentry, lookup_flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3796 | error = PTR_ERR(dentry); |
| 3797 | if (!IS_ERR(dentry)) { |
| 3798 | /* Why not before? Because we want correct error value */ |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3799 | if (last.name[last.len]) |
Török Edwin | 50338b8 | 2011-06-16 00:06:14 +0300 | [diff] [blame] | 3800 | goto slashes; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3801 | inode = dentry->d_inode; |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 3802 | if (d_is_negative(dentry)) |
Theodore Ts'o | e6bc45d | 2011-06-06 19:19:40 -0400 | [diff] [blame] | 3803 | goto slashes; |
| 3804 | ihold(inode); |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3805 | error = security_path_unlink(&path, dentry); |
Kentaro Takeda | be6d3e5 | 2008-12-17 13:24:15 +0900 | [diff] [blame] | 3806 | if (error) |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3807 | goto exit2; |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3808 | error = vfs_unlink(path.dentry->d_inode, dentry, &delegated_inode); |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 3809 | exit2: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3810 | dput(dentry); |
| 3811 | } |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3812 | mutex_unlock(&path.dentry->d_inode->i_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3813 | if (inode) |
| 3814 | iput(inode); /* truncate the inode here */ |
J. Bruce Fields | b21996e | 2011-09-20 09:14:34 -0400 | [diff] [blame] | 3815 | inode = NULL; |
| 3816 | if (delegated_inode) { |
J. Bruce Fields | 5a14696 | 2012-08-28 07:50:40 -0700 | [diff] [blame] | 3817 | error = break_deleg_wait(&delegated_inode); |
J. Bruce Fields | b21996e | 2011-09-20 09:14:34 -0400 | [diff] [blame] | 3818 | if (!error) |
| 3819 | goto retry_deleg; |
| 3820 | } |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3821 | mnt_drop_write(path.mnt); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3822 | exit1: |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 3823 | path_put(&path); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3824 | putname(name); |
Jeff Layton | 5d18f81 | 2012-12-20 16:38:04 -0500 | [diff] [blame] | 3825 | if (retry_estale(error, lookup_flags)) { |
| 3826 | lookup_flags |= LOOKUP_REVAL; |
| 3827 | inode = NULL; |
| 3828 | goto retry; |
| 3829 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3830 | return error; |
| 3831 | |
| 3832 | slashes: |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 3833 | if (d_is_negative(dentry)) |
| 3834 | error = -ENOENT; |
Miklos Szeredi | 44b1d53 | 2014-04-01 17:08:41 +0200 | [diff] [blame] | 3835 | else if (d_is_dir(dentry)) |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 3836 | error = -EISDIR; |
| 3837 | else |
| 3838 | error = -ENOTDIR; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3839 | goto exit2; |
| 3840 | } |
| 3841 | |
Heiko Carstens | 2e4d092 | 2009-01-14 14:14:31 +0100 | [diff] [blame] | 3842 | SYSCALL_DEFINE3(unlinkat, int, dfd, const char __user *, pathname, int, flag) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 3843 | { |
| 3844 | if ((flag & ~AT_REMOVEDIR) != 0) |
| 3845 | return -EINVAL; |
| 3846 | |
| 3847 | if (flag & AT_REMOVEDIR) |
| 3848 | return do_rmdir(dfd, pathname); |
| 3849 | |
| 3850 | return do_unlinkat(dfd, pathname); |
| 3851 | } |
| 3852 | |
Heiko Carstens | 3480b25 | 2009-01-14 14:14:16 +0100 | [diff] [blame] | 3853 | SYSCALL_DEFINE1(unlink, const char __user *, pathname) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 3854 | { |
| 3855 | return do_unlinkat(AT_FDCWD, pathname); |
| 3856 | } |
| 3857 | |
Miklos Szeredi | db2e747 | 2008-06-24 16:50:16 +0200 | [diff] [blame] | 3858 | int vfs_symlink(struct inode *dir, struct dentry *dentry, const char *oldname) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3859 | { |
Miklos Szeredi | a95164d | 2008-07-30 15:08:48 +0200 | [diff] [blame] | 3860 | int error = may_create(dir, dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3861 | |
| 3862 | if (error) |
| 3863 | return error; |
| 3864 | |
Al Viro | acfa438 | 2008-12-04 10:06:33 -0500 | [diff] [blame] | 3865 | if (!dir->i_op->symlink) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3866 | return -EPERM; |
| 3867 | |
| 3868 | error = security_inode_symlink(dir, dentry, oldname); |
| 3869 | if (error) |
| 3870 | return error; |
| 3871 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3872 | error = dir->i_op->symlink(dir, dentry, oldname); |
Stephen Smalley | a74574a | 2005-09-09 13:01:44 -0700 | [diff] [blame] | 3873 | if (!error) |
Amy Griffis | f38aa94 | 2005-11-03 15:57:06 +0000 | [diff] [blame] | 3874 | fsnotify_create(dir, dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3875 | return error; |
| 3876 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 3877 | EXPORT_SYMBOL(vfs_symlink); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3878 | |
Heiko Carstens | 2e4d092 | 2009-01-14 14:14:31 +0100 | [diff] [blame] | 3879 | SYSCALL_DEFINE3(symlinkat, const char __user *, oldname, |
| 3880 | int, newdfd, const char __user *, newname) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3881 | { |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 3882 | int error; |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 3883 | struct filename *from; |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3884 | struct dentry *dentry; |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3885 | struct path path; |
Jeff Layton | f46d356 | 2012-12-11 12:10:08 -0500 | [diff] [blame] | 3886 | unsigned int lookup_flags = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3887 | |
| 3888 | from = getname(oldname); |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 3889 | if (IS_ERR(from)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3890 | return PTR_ERR(from); |
Jeff Layton | f46d356 | 2012-12-11 12:10:08 -0500 | [diff] [blame] | 3891 | retry: |
| 3892 | dentry = user_path_create(newdfd, newname, &path, lookup_flags); |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3893 | error = PTR_ERR(dentry); |
| 3894 | if (IS_ERR(dentry)) |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 3895 | goto out_putname; |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3896 | |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 3897 | error = security_path_symlink(&path, dentry, from->name); |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 3898 | if (!error) |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 3899 | error = vfs_symlink(path.dentry->d_inode, dentry, from->name); |
Al Viro | 921a165 | 2012-07-20 01:15:31 +0400 | [diff] [blame] | 3900 | done_path_create(&path, dentry); |
Jeff Layton | f46d356 | 2012-12-11 12:10:08 -0500 | [diff] [blame] | 3901 | if (retry_estale(error, lookup_flags)) { |
| 3902 | lookup_flags |= LOOKUP_REVAL; |
| 3903 | goto retry; |
| 3904 | } |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 3905 | out_putname: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3906 | putname(from); |
| 3907 | return error; |
| 3908 | } |
| 3909 | |
Heiko Carstens | 3480b25 | 2009-01-14 14:14:16 +0100 | [diff] [blame] | 3910 | SYSCALL_DEFINE2(symlink, const char __user *, oldname, const char __user *, newname) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 3911 | { |
| 3912 | return sys_symlinkat(oldname, AT_FDCWD, newname); |
| 3913 | } |
| 3914 | |
J. Bruce Fields | 146a859 | 2011-09-20 17:14:31 -0400 | [diff] [blame] | 3915 | /** |
| 3916 | * vfs_link - create a new link |
| 3917 | * @old_dentry: object to be linked |
| 3918 | * @dir: new parent |
| 3919 | * @new_dentry: where to create the new link |
| 3920 | * @delegated_inode: returns inode needing a delegation break |
| 3921 | * |
| 3922 | * The caller must hold dir->i_mutex |
| 3923 | * |
| 3924 | * If vfs_link discovers a delegation on the to-be-linked file in need |
| 3925 | * of breaking, it will return -EWOULDBLOCK and return a reference to the |
| 3926 | * inode in delegated_inode. The caller should then break the delegation |
| 3927 | * and retry. Because breaking a delegation may take a long time, the |
| 3928 | * caller should drop the i_mutex before doing so. |
| 3929 | * |
| 3930 | * Alternatively, a caller may pass NULL for delegated_inode. This may |
| 3931 | * be appropriate for callers that expect the underlying filesystem not |
| 3932 | * to be NFS exported. |
| 3933 | */ |
| 3934 | 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] | 3935 | { |
| 3936 | struct inode *inode = old_dentry->d_inode; |
Al Viro | 8de5277 | 2012-02-06 12:45:27 -0500 | [diff] [blame] | 3937 | unsigned max_links = dir->i_sb->s_max_links; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3938 | int error; |
| 3939 | |
| 3940 | if (!inode) |
| 3941 | return -ENOENT; |
| 3942 | |
Miklos Szeredi | a95164d | 2008-07-30 15:08:48 +0200 | [diff] [blame] | 3943 | error = may_create(dir, new_dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3944 | if (error) |
| 3945 | return error; |
| 3946 | |
| 3947 | if (dir->i_sb != inode->i_sb) |
| 3948 | return -EXDEV; |
| 3949 | |
| 3950 | /* |
| 3951 | * A link to an append-only or immutable file cannot be created. |
| 3952 | */ |
| 3953 | if (IS_APPEND(inode) || IS_IMMUTABLE(inode)) |
| 3954 | return -EPERM; |
Al Viro | acfa438 | 2008-12-04 10:06:33 -0500 | [diff] [blame] | 3955 | if (!dir->i_op->link) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3956 | return -EPERM; |
Tetsuo Handa | 7e79eed | 2008-06-24 16:50:15 +0200 | [diff] [blame] | 3957 | if (S_ISDIR(inode->i_mode)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3958 | return -EPERM; |
| 3959 | |
| 3960 | error = security_inode_link(old_dentry, dir, new_dentry); |
| 3961 | if (error) |
| 3962 | return error; |
| 3963 | |
Tetsuo Handa | 7e79eed | 2008-06-24 16:50:15 +0200 | [diff] [blame] | 3964 | mutex_lock(&inode->i_mutex); |
Aneesh Kumar K.V | aae8a97 | 2011-01-29 18:43:27 +0530 | [diff] [blame] | 3965 | /* Make sure we don't allow creating hardlink to an unlinked file */ |
Al Viro | f4e0c30 | 2013-06-11 08:34:36 +0400 | [diff] [blame] | 3966 | if (inode->i_nlink == 0 && !(inode->i_state & I_LINKABLE)) |
Aneesh Kumar K.V | aae8a97 | 2011-01-29 18:43:27 +0530 | [diff] [blame] | 3967 | error = -ENOENT; |
Al Viro | 8de5277 | 2012-02-06 12:45:27 -0500 | [diff] [blame] | 3968 | else if (max_links && inode->i_nlink >= max_links) |
| 3969 | error = -EMLINK; |
J. Bruce Fields | 146a859 | 2011-09-20 17:14:31 -0400 | [diff] [blame] | 3970 | else { |
| 3971 | error = try_break_deleg(inode, delegated_inode); |
| 3972 | if (!error) |
| 3973 | error = dir->i_op->link(old_dentry, dir, new_dentry); |
| 3974 | } |
Al Viro | f4e0c30 | 2013-06-11 08:34:36 +0400 | [diff] [blame] | 3975 | |
| 3976 | if (!error && (inode->i_state & I_LINKABLE)) { |
| 3977 | spin_lock(&inode->i_lock); |
| 3978 | inode->i_state &= ~I_LINKABLE; |
| 3979 | spin_unlock(&inode->i_lock); |
| 3980 | } |
Tetsuo Handa | 7e79eed | 2008-06-24 16:50:15 +0200 | [diff] [blame] | 3981 | mutex_unlock(&inode->i_mutex); |
Stephen Smalley | e31e14e | 2005-09-09 13:01:45 -0700 | [diff] [blame] | 3982 | if (!error) |
Tetsuo Handa | 7e79eed | 2008-06-24 16:50:15 +0200 | [diff] [blame] | 3983 | fsnotify_link(dir, inode, new_dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3984 | return error; |
| 3985 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 3986 | EXPORT_SYMBOL(vfs_link); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3987 | |
| 3988 | /* |
| 3989 | * Hardlinks are often used in delicate situations. We avoid |
| 3990 | * security-related surprises by not following symlinks on the |
| 3991 | * newname. --KAB |
| 3992 | * |
| 3993 | * We don't follow them on the oldname either to be compatible |
| 3994 | * with linux 2.0, and to avoid hard-linking to directories |
| 3995 | * and other special files. --ADM |
| 3996 | */ |
Heiko Carstens | 2e4d092 | 2009-01-14 14:14:31 +0100 | [diff] [blame] | 3997 | SYSCALL_DEFINE5(linkat, int, olddfd, const char __user *, oldname, |
| 3998 | int, newdfd, const char __user *, newname, int, flags) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3999 | { |
| 4000 | struct dentry *new_dentry; |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 4001 | struct path old_path, new_path; |
J. Bruce Fields | 146a859 | 2011-09-20 17:14:31 -0400 | [diff] [blame] | 4002 | struct inode *delegated_inode = NULL; |
Aneesh Kumar K.V | 11a7b37 | 2011-01-29 18:43:42 +0530 | [diff] [blame] | 4003 | int how = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4004 | int error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4005 | |
Aneesh Kumar K.V | 11a7b37 | 2011-01-29 18:43:42 +0530 | [diff] [blame] | 4006 | if ((flags & ~(AT_SYMLINK_FOLLOW | AT_EMPTY_PATH)) != 0) |
Ulrich Drepper | c04030e | 2006-02-24 13:04:21 -0800 | [diff] [blame] | 4007 | return -EINVAL; |
Aneesh Kumar K.V | 11a7b37 | 2011-01-29 18:43:42 +0530 | [diff] [blame] | 4008 | /* |
Linus Torvalds | f0cc6ff | 2013-08-28 09:18:05 -0700 | [diff] [blame] | 4009 | * To use null names we require CAP_DAC_READ_SEARCH |
| 4010 | * This ensures that not everyone will be able to create |
| 4011 | * handlink using the passed filedescriptor. |
Aneesh Kumar K.V | 11a7b37 | 2011-01-29 18:43:42 +0530 | [diff] [blame] | 4012 | */ |
Linus Torvalds | f0cc6ff | 2013-08-28 09:18:05 -0700 | [diff] [blame] | 4013 | if (flags & AT_EMPTY_PATH) { |
| 4014 | if (!capable(CAP_DAC_READ_SEARCH)) |
| 4015 | return -ENOENT; |
Aneesh Kumar K.V | 11a7b37 | 2011-01-29 18:43:42 +0530 | [diff] [blame] | 4016 | how = LOOKUP_EMPTY; |
Linus Torvalds | f0cc6ff | 2013-08-28 09:18:05 -0700 | [diff] [blame] | 4017 | } |
Ulrich Drepper | c04030e | 2006-02-24 13:04:21 -0800 | [diff] [blame] | 4018 | |
Aneesh Kumar K.V | 11a7b37 | 2011-01-29 18:43:42 +0530 | [diff] [blame] | 4019 | if (flags & AT_SYMLINK_FOLLOW) |
| 4020 | how |= LOOKUP_FOLLOW; |
Jeff Layton | 442e31c | 2012-12-20 16:15:38 -0500 | [diff] [blame] | 4021 | retry: |
Aneesh Kumar K.V | 11a7b37 | 2011-01-29 18:43:42 +0530 | [diff] [blame] | 4022 | error = user_path_at(olddfd, oldname, how, &old_path); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4023 | if (error) |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 4024 | return error; |
| 4025 | |
Jeff Layton | 442e31c | 2012-12-20 16:15:38 -0500 | [diff] [blame] | 4026 | new_dentry = user_path_create(newdfd, newname, &new_path, |
| 4027 | (how & LOOKUP_REVAL)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4028 | error = PTR_ERR(new_dentry); |
Dave Hansen | 6902d92 | 2006-09-30 23:29:01 -0700 | [diff] [blame] | 4029 | if (IS_ERR(new_dentry)) |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 4030 | goto out; |
| 4031 | |
| 4032 | error = -EXDEV; |
| 4033 | if (old_path.mnt != new_path.mnt) |
| 4034 | goto out_dput; |
Kees Cook | 800179c | 2012-07-25 17:29:07 -0700 | [diff] [blame] | 4035 | error = may_linkat(&old_path); |
| 4036 | if (unlikely(error)) |
| 4037 | goto out_dput; |
Al Viro | dae6ad8 | 2011-06-26 11:50:15 -0400 | [diff] [blame] | 4038 | error = security_path_link(old_path.dentry, &new_path, new_dentry); |
Kentaro Takeda | be6d3e5 | 2008-12-17 13:24:15 +0900 | [diff] [blame] | 4039 | if (error) |
Al Viro | a8104a9 | 2012-07-20 02:25:00 +0400 | [diff] [blame] | 4040 | goto out_dput; |
J. Bruce Fields | 146a859 | 2011-09-20 17:14:31 -0400 | [diff] [blame] | 4041 | 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] | 4042 | out_dput: |
Al Viro | 921a165 | 2012-07-20 01:15:31 +0400 | [diff] [blame] | 4043 | done_path_create(&new_path, new_dentry); |
J. Bruce Fields | 146a859 | 2011-09-20 17:14:31 -0400 | [diff] [blame] | 4044 | if (delegated_inode) { |
| 4045 | error = break_deleg_wait(&delegated_inode); |
Oleg Drokin | d22e633 | 2014-01-31 15:41:58 -0500 | [diff] [blame] | 4046 | if (!error) { |
| 4047 | path_put(&old_path); |
J. Bruce Fields | 146a859 | 2011-09-20 17:14:31 -0400 | [diff] [blame] | 4048 | goto retry; |
Oleg Drokin | d22e633 | 2014-01-31 15:41:58 -0500 | [diff] [blame] | 4049 | } |
J. Bruce Fields | 146a859 | 2011-09-20 17:14:31 -0400 | [diff] [blame] | 4050 | } |
Jeff Layton | 442e31c | 2012-12-20 16:15:38 -0500 | [diff] [blame] | 4051 | if (retry_estale(error, how)) { |
Oleg Drokin | d22e633 | 2014-01-31 15:41:58 -0500 | [diff] [blame] | 4052 | path_put(&old_path); |
Jeff Layton | 442e31c | 2012-12-20 16:15:38 -0500 | [diff] [blame] | 4053 | how |= LOOKUP_REVAL; |
| 4054 | goto retry; |
| 4055 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4056 | out: |
Al Viro | 2d8f303 | 2008-07-22 09:59:21 -0400 | [diff] [blame] | 4057 | path_put(&old_path); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4058 | |
| 4059 | return error; |
| 4060 | } |
| 4061 | |
Heiko Carstens | 3480b25 | 2009-01-14 14:14:16 +0100 | [diff] [blame] | 4062 | SYSCALL_DEFINE2(link, const char __user *, oldname, const char __user *, newname) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 4063 | { |
Ulrich Drepper | c04030e | 2006-02-24 13:04:21 -0800 | [diff] [blame] | 4064 | return sys_linkat(AT_FDCWD, oldname, AT_FDCWD, newname, 0); |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 4065 | } |
| 4066 | |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4067 | /** |
| 4068 | * vfs_rename - rename a filesystem object |
| 4069 | * @old_dir: parent of source |
| 4070 | * @old_dentry: source |
| 4071 | * @new_dir: parent of destination |
| 4072 | * @new_dentry: destination |
| 4073 | * @delegated_inode: returns an inode needing a delegation break |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4074 | * @flags: rename flags |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4075 | * |
| 4076 | * The caller must hold multiple mutexes--see lock_rename()). |
| 4077 | * |
| 4078 | * If vfs_rename discovers a delegation in need of breaking at either |
| 4079 | * the source or destination, it will return -EWOULDBLOCK and return a |
| 4080 | * reference to the inode in delegated_inode. The caller should then |
| 4081 | * break the delegation and retry. Because breaking a delegation may |
| 4082 | * take a long time, the caller should drop all locks before doing |
| 4083 | * so. |
| 4084 | * |
| 4085 | * Alternatively, a caller may pass NULL for delegated_inode. This may |
| 4086 | * be appropriate for callers that expect the underlying filesystem not |
| 4087 | * to be NFS exported. |
| 4088 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4089 | * The worst of all namespace operations - renaming directory. "Perverted" |
| 4090 | * doesn't even start to describe it. Somebody in UCB had a heck of a trip... |
| 4091 | * Problems: |
J. Bruce Fields | d03b29a | 2014-02-17 16:52:33 -0500 | [diff] [blame] | 4092 | * a) we can get into loop creation. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4093 | * b) race potential - two innocent renames can create a loop together. |
| 4094 | * 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] | 4095 | * 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] | 4096 | * story. |
J. Bruce Fields | 6cedba8 | 2012-03-05 11:40:41 -0500 | [diff] [blame] | 4097 | * c) we have to lock _four_ objects - parents and victim (if it exists), |
| 4098 | * and source (if it is not a directory). |
Jes Sorensen | 1b1dcc1 | 2006-01-09 15:59:24 -0800 | [diff] [blame] | 4099 | * 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] | 4100 | * whether the target exists). Solution: try to be smart with locking |
| 4101 | * 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] | 4102 | * 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] | 4103 | * move will be locked. Thus we can rank directories by the tree |
| 4104 | * (ancestors first) and rank all non-directories after them. |
| 4105 | * That works since everybody except rename does "lock parent, lookup, |
Arjan van de Ven | a11f3a0 | 2006-03-23 03:00:33 -0800 | [diff] [blame] | 4106 | * lock child" and rename is under ->s_vfs_rename_mutex. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4107 | * HOWEVER, it relies on the assumption that any object with ->lookup() |
| 4108 | * has no more than 1 dentry. If "hybrid" objects will ever appear, |
| 4109 | * 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] | 4110 | * 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] | 4111 | * 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] | 4112 | * in the fhandle_to_dentry code. [FIXME - current nfsfh.c relies on |
Adam Buchbinder | c41b20e | 2009-12-11 16:35:39 -0500 | [diff] [blame] | 4113 | * ->i_mutex on parents, which works but leads to some truly excessive |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4114 | * locking]. |
| 4115 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4116 | int vfs_rename(struct inode *old_dir, struct dentry *old_dentry, |
J. Bruce Fields | 8e6d782 | 2011-09-20 16:59:58 -0400 | [diff] [blame] | 4117 | struct inode *new_dir, struct dentry *new_dentry, |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4118 | struct inode **delegated_inode, unsigned int flags) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4119 | { |
| 4120 | int error; |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4121 | bool is_dir = d_is_dir(old_dentry); |
Eric Paris | 59b0df2 | 2010-02-08 12:53:52 -0500 | [diff] [blame] | 4122 | const unsigned char *old_name; |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4123 | struct inode *source = old_dentry->d_inode; |
| 4124 | struct inode *target = new_dentry->d_inode; |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4125 | bool new_is_dir = false; |
| 4126 | unsigned max_links = new_dir->i_sb->s_max_links; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4127 | |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4128 | if (source == target) |
| 4129 | return 0; |
| 4130 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4131 | error = may_delete(old_dir, old_dentry, is_dir); |
| 4132 | if (error) |
| 4133 | return error; |
| 4134 | |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4135 | if (!target) { |
Miklos Szeredi | a95164d | 2008-07-30 15:08:48 +0200 | [diff] [blame] | 4136 | error = may_create(new_dir, new_dentry); |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4137 | } else { |
| 4138 | new_is_dir = d_is_dir(new_dentry); |
| 4139 | |
| 4140 | if (!(flags & RENAME_EXCHANGE)) |
| 4141 | error = may_delete(new_dir, new_dentry, is_dir); |
| 4142 | else |
| 4143 | error = may_delete(new_dir, new_dentry, new_is_dir); |
| 4144 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4145 | if (error) |
| 4146 | return error; |
| 4147 | |
Miklos Szeredi | 7177a9c | 2014-07-23 15:15:30 +0200 | [diff] [blame] | 4148 | if (!old_dir->i_op->rename && !old_dir->i_op->rename2) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4149 | return -EPERM; |
| 4150 | |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4151 | if (flags && !old_dir->i_op->rename2) |
| 4152 | return -EINVAL; |
| 4153 | |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4154 | /* |
| 4155 | * If we are going to change the parent - check write permissions, |
| 4156 | * we'll need to flip '..'. |
| 4157 | */ |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4158 | if (new_dir != old_dir) { |
| 4159 | if (is_dir) { |
| 4160 | error = inode_permission(source, MAY_WRITE); |
| 4161 | if (error) |
| 4162 | return error; |
| 4163 | } |
| 4164 | if ((flags & RENAME_EXCHANGE) && new_is_dir) { |
| 4165 | error = inode_permission(target, MAY_WRITE); |
| 4166 | if (error) |
| 4167 | return error; |
| 4168 | } |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4169 | } |
Robert Love | 0eeca28 | 2005-07-12 17:06:03 -0400 | [diff] [blame] | 4170 | |
Miklos Szeredi | 0b3974e | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4171 | error = security_inode_rename(old_dir, old_dentry, new_dir, new_dentry, |
| 4172 | flags); |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4173 | if (error) |
| 4174 | return error; |
| 4175 | |
| 4176 | old_name = fsnotify_oldname_init(old_dentry->d_name.name); |
| 4177 | dget(new_dentry); |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4178 | if (!is_dir || (flags & RENAME_EXCHANGE)) |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4179 | lock_two_nondirectories(source, target); |
| 4180 | else if (target) |
| 4181 | mutex_lock(&target->i_mutex); |
| 4182 | |
| 4183 | error = -EBUSY; |
Eric W. Biederman | 7af1364 | 2013-10-04 19:15:13 -0700 | [diff] [blame] | 4184 | if (is_local_mountpoint(old_dentry) || is_local_mountpoint(new_dentry)) |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4185 | goto out; |
| 4186 | |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4187 | if (max_links && new_dir != old_dir) { |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4188 | error = -EMLINK; |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4189 | if (is_dir && !new_is_dir && new_dir->i_nlink >= max_links) |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4190 | goto out; |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4191 | if ((flags & RENAME_EXCHANGE) && !is_dir && new_is_dir && |
| 4192 | old_dir->i_nlink >= max_links) |
| 4193 | goto out; |
| 4194 | } |
| 4195 | if (is_dir && !(flags & RENAME_EXCHANGE) && target) |
| 4196 | shrink_dcache_parent(new_dentry); |
| 4197 | if (!is_dir) { |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4198 | error = try_break_deleg(source, delegated_inode); |
| 4199 | if (error) |
| 4200 | goto out; |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4201 | } |
| 4202 | if (target && !new_is_dir) { |
| 4203 | error = try_break_deleg(target, delegated_inode); |
| 4204 | if (error) |
| 4205 | goto out; |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4206 | } |
Miklos Szeredi | 7177a9c | 2014-07-23 15:15:30 +0200 | [diff] [blame] | 4207 | if (!old_dir->i_op->rename2) { |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4208 | error = old_dir->i_op->rename(old_dir, old_dentry, |
| 4209 | new_dir, new_dentry); |
| 4210 | } else { |
Miklos Szeredi | 7177a9c | 2014-07-23 15:15:30 +0200 | [diff] [blame] | 4211 | WARN_ON(old_dir->i_op->rename != NULL); |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4212 | error = old_dir->i_op->rename2(old_dir, old_dentry, |
| 4213 | new_dir, new_dentry, flags); |
| 4214 | } |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4215 | if (error) |
| 4216 | goto out; |
| 4217 | |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4218 | if (!(flags & RENAME_EXCHANGE) && target) { |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4219 | if (is_dir) |
| 4220 | target->i_flags |= S_DEAD; |
| 4221 | dont_mount(new_dentry); |
Eric W. Biederman | 8ed936b | 2013-10-01 18:33:48 -0700 | [diff] [blame] | 4222 | detach_mounts(new_dentry); |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4223 | } |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4224 | if (!(old_dir->i_sb->s_type->fs_flags & FS_RENAME_DOES_D_MOVE)) { |
| 4225 | if (!(flags & RENAME_EXCHANGE)) |
| 4226 | d_move(old_dentry, new_dentry); |
| 4227 | else |
| 4228 | d_exchange(old_dentry, new_dentry); |
| 4229 | } |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4230 | out: |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4231 | if (!is_dir || (flags & RENAME_EXCHANGE)) |
Miklos Szeredi | bc27027 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4232 | unlock_two_nondirectories(source, target); |
| 4233 | else if (target) |
| 4234 | mutex_unlock(&target->i_mutex); |
| 4235 | dput(new_dentry); |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4236 | if (!error) { |
Al Viro | 123df29 | 2009-12-25 04:57:57 -0500 | [diff] [blame] | 4237 | fsnotify_move(old_dir, new_dir, old_name, is_dir, |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4238 | !(flags & RENAME_EXCHANGE) ? target : NULL, old_dentry); |
| 4239 | if (flags & RENAME_EXCHANGE) { |
| 4240 | fsnotify_move(new_dir, old_dir, old_dentry->d_name.name, |
| 4241 | new_is_dir, NULL, new_dentry); |
| 4242 | } |
| 4243 | } |
Robert Love | 0eeca28 | 2005-07-12 17:06:03 -0400 | [diff] [blame] | 4244 | fsnotify_oldname_free(old_name); |
| 4245 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4246 | return error; |
| 4247 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 4248 | EXPORT_SYMBOL(vfs_rename); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4249 | |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4250 | SYSCALL_DEFINE5(renameat2, int, olddfd, const char __user *, oldname, |
| 4251 | int, newdfd, const char __user *, newname, unsigned int, flags) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4252 | { |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 4253 | struct dentry *old_dentry, *new_dentry; |
| 4254 | struct dentry *trap; |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4255 | struct path old_path, new_path; |
| 4256 | struct qstr old_last, new_last; |
| 4257 | int old_type, new_type; |
J. Bruce Fields | 8e6d782 | 2011-09-20 16:59:58 -0400 | [diff] [blame] | 4258 | struct inode *delegated_inode = NULL; |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 4259 | struct filename *from; |
| 4260 | struct filename *to; |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4261 | unsigned int lookup_flags = 0, target_flags = LOOKUP_RENAME_TARGET; |
Jeff Layton | c6a9428 | 2012-12-11 12:10:10 -0500 | [diff] [blame] | 4262 | bool should_retry = false; |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 4263 | int error; |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4264 | |
Miklos Szeredi | 0d7a855 | 2014-10-24 00:14:37 +0200 | [diff] [blame] | 4265 | if (flags & ~(RENAME_NOREPLACE | RENAME_EXCHANGE | RENAME_WHITEOUT)) |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4266 | return -EINVAL; |
| 4267 | |
Miklos Szeredi | 0d7a855 | 2014-10-24 00:14:37 +0200 | [diff] [blame] | 4268 | if ((flags & (RENAME_NOREPLACE | RENAME_WHITEOUT)) && |
| 4269 | (flags & RENAME_EXCHANGE)) |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4270 | return -EINVAL; |
| 4271 | |
Miklos Szeredi | 0d7a855 | 2014-10-24 00:14:37 +0200 | [diff] [blame] | 4272 | if ((flags & RENAME_WHITEOUT) && !capable(CAP_MKNOD)) |
| 4273 | return -EPERM; |
| 4274 | |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4275 | if (flags & RENAME_EXCHANGE) |
| 4276 | target_flags = 0; |
| 4277 | |
Jeff Layton | c6a9428 | 2012-12-11 12:10:10 -0500 | [diff] [blame] | 4278 | retry: |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4279 | from = user_path_parent(olddfd, oldname, |
| 4280 | &old_path, &old_last, &old_type, lookup_flags); |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 4281 | if (IS_ERR(from)) { |
| 4282 | error = PTR_ERR(from); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4283 | goto exit; |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 4284 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4285 | |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4286 | to = user_path_parent(newdfd, newname, |
| 4287 | &new_path, &new_last, &new_type, lookup_flags); |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 4288 | if (IS_ERR(to)) { |
| 4289 | error = PTR_ERR(to); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4290 | goto exit1; |
Jeff Layton | 91a27b2 | 2012-10-10 15:25:28 -0400 | [diff] [blame] | 4291 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4292 | |
| 4293 | error = -EXDEV; |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4294 | if (old_path.mnt != new_path.mnt) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4295 | goto exit2; |
| 4296 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4297 | error = -EBUSY; |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4298 | if (old_type != LAST_NORM) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4299 | goto exit2; |
| 4300 | |
Miklos Szeredi | 0a7c393 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4301 | if (flags & RENAME_NOREPLACE) |
| 4302 | error = -EEXIST; |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4303 | if (new_type != LAST_NORM) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4304 | goto exit2; |
| 4305 | |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4306 | error = mnt_want_write(old_path.mnt); |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 4307 | if (error) |
| 4308 | goto exit2; |
| 4309 | |
J. Bruce Fields | 8e6d782 | 2011-09-20 16:59:58 -0400 | [diff] [blame] | 4310 | retry_deleg: |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4311 | trap = lock_rename(new_path.dentry, old_path.dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4312 | |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4313 | old_dentry = __lookup_hash(&old_last, old_path.dentry, lookup_flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4314 | error = PTR_ERR(old_dentry); |
| 4315 | if (IS_ERR(old_dentry)) |
| 4316 | goto exit3; |
| 4317 | /* source must exist */ |
| 4318 | error = -ENOENT; |
David Howells | b18825a | 2013-09-12 19:22:53 +0100 | [diff] [blame] | 4319 | if (d_is_negative(old_dentry)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4320 | goto exit4; |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4321 | 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] | 4322 | error = PTR_ERR(new_dentry); |
| 4323 | if (IS_ERR(new_dentry)) |
| 4324 | goto exit4; |
Miklos Szeredi | 0a7c393 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4325 | error = -EEXIST; |
| 4326 | if ((flags & RENAME_NOREPLACE) && d_is_positive(new_dentry)) |
| 4327 | goto exit5; |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4328 | if (flags & RENAME_EXCHANGE) { |
| 4329 | error = -ENOENT; |
| 4330 | if (d_is_negative(new_dentry)) |
| 4331 | goto exit5; |
| 4332 | |
| 4333 | if (!d_is_dir(new_dentry)) { |
| 4334 | error = -ENOTDIR; |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4335 | if (new_last.name[new_last.len]) |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4336 | goto exit5; |
| 4337 | } |
| 4338 | } |
Miklos Szeredi | 0a7c393 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4339 | /* unless the source is a directory trailing slashes give -ENOTDIR */ |
| 4340 | if (!d_is_dir(old_dentry)) { |
| 4341 | error = -ENOTDIR; |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4342 | if (old_last.name[old_last.len]) |
Miklos Szeredi | 0a7c393 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4343 | goto exit5; |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4344 | if (!(flags & RENAME_EXCHANGE) && new_last.name[new_last.len]) |
Miklos Szeredi | 0a7c393 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4345 | goto exit5; |
| 4346 | } |
| 4347 | /* source should not be ancestor of target */ |
| 4348 | error = -EINVAL; |
| 4349 | if (old_dentry == trap) |
| 4350 | goto exit5; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4351 | /* target should not be an ancestor of source */ |
Miklos Szeredi | da1ce06 | 2014-04-01 17:08:43 +0200 | [diff] [blame] | 4352 | if (!(flags & RENAME_EXCHANGE)) |
| 4353 | error = -ENOTEMPTY; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4354 | if (new_dentry == trap) |
| 4355 | goto exit5; |
| 4356 | |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4357 | error = security_path_rename(&old_path, old_dentry, |
| 4358 | &new_path, new_dentry, flags); |
Kentaro Takeda | be6d3e5 | 2008-12-17 13:24:15 +0900 | [diff] [blame] | 4359 | if (error) |
Jan Kara | c30dabf | 2012-06-12 16:20:30 +0200 | [diff] [blame] | 4360 | goto exit5; |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4361 | error = vfs_rename(old_path.dentry->d_inode, old_dentry, |
| 4362 | new_path.dentry->d_inode, new_dentry, |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4363 | &delegated_inode, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4364 | exit5: |
| 4365 | dput(new_dentry); |
| 4366 | exit4: |
| 4367 | dput(old_dentry); |
| 4368 | exit3: |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4369 | unlock_rename(new_path.dentry, old_path.dentry); |
J. Bruce Fields | 8e6d782 | 2011-09-20 16:59:58 -0400 | [diff] [blame] | 4370 | if (delegated_inode) { |
| 4371 | error = break_deleg_wait(&delegated_inode); |
| 4372 | if (!error) |
| 4373 | goto retry_deleg; |
| 4374 | } |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4375 | mnt_drop_write(old_path.mnt); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4376 | exit2: |
Jeff Layton | c6a9428 | 2012-12-11 12:10:10 -0500 | [diff] [blame] | 4377 | if (retry_estale(error, lookup_flags)) |
| 4378 | should_retry = true; |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4379 | path_put(&new_path); |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 4380 | putname(to); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4381 | exit1: |
Al Viro | f5beed7 | 2015-04-30 16:09:11 -0400 | [diff] [blame] | 4382 | path_put(&old_path); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4383 | putname(from); |
Jeff Layton | c6a9428 | 2012-12-11 12:10:10 -0500 | [diff] [blame] | 4384 | if (should_retry) { |
| 4385 | should_retry = false; |
| 4386 | lookup_flags |= LOOKUP_REVAL; |
| 4387 | goto retry; |
| 4388 | } |
Al Viro | 2ad94ae | 2008-07-21 09:32:51 -0400 | [diff] [blame] | 4389 | exit: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4390 | return error; |
| 4391 | } |
| 4392 | |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4393 | SYSCALL_DEFINE4(renameat, int, olddfd, const char __user *, oldname, |
| 4394 | int, newdfd, const char __user *, newname) |
| 4395 | { |
| 4396 | return sys_renameat2(olddfd, oldname, newdfd, newname, 0); |
| 4397 | } |
| 4398 | |
Heiko Carstens | a26eab2 | 2009-01-14 14:14:17 +0100 | [diff] [blame] | 4399 | SYSCALL_DEFINE2(rename, const char __user *, oldname, const char __user *, newname) |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 4400 | { |
Miklos Szeredi | 520c8b1 | 2014-04-01 17:08:42 +0200 | [diff] [blame] | 4401 | return sys_renameat2(AT_FDCWD, oldname, AT_FDCWD, newname, 0); |
Ulrich Drepper | 5590ff0 | 2006-01-18 17:43:53 -0800 | [diff] [blame] | 4402 | } |
| 4403 | |
Miklos Szeredi | 787fb6b | 2014-10-24 00:14:36 +0200 | [diff] [blame] | 4404 | int vfs_whiteout(struct inode *dir, struct dentry *dentry) |
| 4405 | { |
| 4406 | int error = may_create(dir, dentry); |
| 4407 | if (error) |
| 4408 | return error; |
| 4409 | |
| 4410 | if (!dir->i_op->mknod) |
| 4411 | return -EPERM; |
| 4412 | |
| 4413 | return dir->i_op->mknod(dir, dentry, |
| 4414 | S_IFCHR | WHITEOUT_MODE, WHITEOUT_DEV); |
| 4415 | } |
| 4416 | EXPORT_SYMBOL(vfs_whiteout); |
| 4417 | |
Al Viro | 5d826c8 | 2014-03-14 13:42:45 -0400 | [diff] [blame] | 4418 | int readlink_copy(char __user *buffer, int buflen, const char *link) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4419 | { |
Al Viro | 5d826c8 | 2014-03-14 13:42:45 -0400 | [diff] [blame] | 4420 | int len = PTR_ERR(link); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4421 | if (IS_ERR(link)) |
| 4422 | goto out; |
| 4423 | |
| 4424 | len = strlen(link); |
| 4425 | if (len > (unsigned) buflen) |
| 4426 | len = buflen; |
| 4427 | if (copy_to_user(buffer, link, len)) |
| 4428 | len = -EFAULT; |
| 4429 | out: |
| 4430 | return len; |
| 4431 | } |
Al Viro | 5d826c8 | 2014-03-14 13:42:45 -0400 | [diff] [blame] | 4432 | EXPORT_SYMBOL(readlink_copy); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4433 | |
| 4434 | /* |
| 4435 | * A helper for ->readlink(). This should be used *ONLY* for symlinks that |
| 4436 | * have ->follow_link() touching nd only in nd_set_link(). Using (or not |
| 4437 | * using) it for any given inode is up to filesystem. |
| 4438 | */ |
| 4439 | int generic_readlink(struct dentry *dentry, char __user *buffer, int buflen) |
| 4440 | { |
Linus Torvalds | cc314ee | 2005-08-19 18:02:56 -0700 | [diff] [blame] | 4441 | void *cookie; |
Al Viro | d4dee48 | 2015-04-30 20:08:02 -0400 | [diff] [blame] | 4442 | const char *link = dentry->d_inode->i_link; |
Marcin Slusarz | 694a176 | 2008-06-09 16:40:37 -0700 | [diff] [blame] | 4443 | int res; |
Linus Torvalds | cc314ee | 2005-08-19 18:02:56 -0700 | [diff] [blame] | 4444 | |
Al Viro | d4dee48 | 2015-04-30 20:08:02 -0400 | [diff] [blame] | 4445 | if (!link) { |
Al Viro | 6e77137 | 2015-05-02 13:37:52 -0400 | [diff] [blame] | 4446 | link = dentry->d_inode->i_op->follow_link(dentry, &cookie); |
Al Viro | d4dee48 | 2015-04-30 20:08:02 -0400 | [diff] [blame] | 4447 | if (IS_ERR(link)) |
| 4448 | return PTR_ERR(link); |
| 4449 | } |
Al Viro | 680baac | 2015-05-02 13:32:22 -0400 | [diff] [blame] | 4450 | res = readlink_copy(buffer, buflen, link); |
Al Viro | 6e77137 | 2015-05-02 13:37:52 -0400 | [diff] [blame] | 4451 | if (dentry->d_inode->i_op->put_link) |
Al Viro | 680baac | 2015-05-02 13:32:22 -0400 | [diff] [blame] | 4452 | dentry->d_inode->i_op->put_link(dentry, cookie); |
Marcin Slusarz | 694a176 | 2008-06-09 16:40:37 -0700 | [diff] [blame] | 4453 | return res; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4454 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 4455 | EXPORT_SYMBOL(generic_readlink); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4456 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4457 | /* get the link contents into pagecache */ |
| 4458 | static char *page_getlink(struct dentry * dentry, struct page **ppage) |
| 4459 | { |
Duane Griffin | ebd09ab | 2008-12-19 20:47:12 +0000 | [diff] [blame] | 4460 | char *kaddr; |
| 4461 | struct page *page; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4462 | struct address_space *mapping = dentry->d_inode->i_mapping; |
Pekka Enberg | 090d2b1 | 2006-06-23 02:05:08 -0700 | [diff] [blame] | 4463 | page = read_mapping_page(mapping, 0, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4464 | if (IS_ERR(page)) |
Nick Piggin | 6fe6900 | 2007-05-06 14:49:04 -0700 | [diff] [blame] | 4465 | return (char*)page; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4466 | *ppage = page; |
Duane Griffin | ebd09ab | 2008-12-19 20:47:12 +0000 | [diff] [blame] | 4467 | kaddr = kmap(page); |
| 4468 | nd_terminate_link(kaddr, dentry->d_inode->i_size, PAGE_SIZE - 1); |
| 4469 | return kaddr; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4470 | } |
| 4471 | |
| 4472 | int page_readlink(struct dentry *dentry, char __user *buffer, int buflen) |
| 4473 | { |
| 4474 | struct page *page = NULL; |
Al Viro | 5d826c8 | 2014-03-14 13:42:45 -0400 | [diff] [blame] | 4475 | int res = readlink_copy(buffer, buflen, page_getlink(dentry, &page)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4476 | if (page) { |
| 4477 | kunmap(page); |
| 4478 | page_cache_release(page); |
| 4479 | } |
| 4480 | return res; |
| 4481 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 4482 | EXPORT_SYMBOL(page_readlink); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4483 | |
Al Viro | 6e77137 | 2015-05-02 13:37:52 -0400 | [diff] [blame] | 4484 | const char *page_follow_link_light(struct dentry *dentry, void **cookie) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4485 | { |
Linus Torvalds | cc314ee | 2005-08-19 18:02:56 -0700 | [diff] [blame] | 4486 | struct page *page = NULL; |
Al Viro | 680baac | 2015-05-02 13:32:22 -0400 | [diff] [blame] | 4487 | char *res = page_getlink(dentry, &page); |
| 4488 | if (!IS_ERR(res)) |
| 4489 | *cookie = page; |
| 4490 | return res; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4491 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 4492 | EXPORT_SYMBOL(page_follow_link_light); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4493 | |
Al Viro | 680baac | 2015-05-02 13:32:22 -0400 | [diff] [blame] | 4494 | void page_put_link(struct dentry *dentry, void *cookie) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4495 | { |
Linus Torvalds | cc314ee | 2005-08-19 18:02:56 -0700 | [diff] [blame] | 4496 | struct page *page = cookie; |
Al Viro | 680baac | 2015-05-02 13:32:22 -0400 | [diff] [blame] | 4497 | kunmap(page); |
| 4498 | page_cache_release(page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4499 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 4500 | EXPORT_SYMBOL(page_put_link); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4501 | |
Nick Piggin | 54566b2 | 2009-01-04 12:00:53 -0800 | [diff] [blame] | 4502 | /* |
| 4503 | * The nofs argument instructs pagecache_write_begin to pass AOP_FLAG_NOFS |
| 4504 | */ |
| 4505 | 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] | 4506 | { |
| 4507 | struct address_space *mapping = inode->i_mapping; |
Kirill Korotaev | 0adb25d | 2006-03-11 03:27:13 -0800 | [diff] [blame] | 4508 | struct page *page; |
Nick Piggin | afddba4 | 2007-10-16 01:25:01 -0700 | [diff] [blame] | 4509 | void *fsdata; |
Dmitriy Monakhov | beb497a | 2007-02-16 01:27:18 -0800 | [diff] [blame] | 4510 | int err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4511 | char *kaddr; |
Nick Piggin | 54566b2 | 2009-01-04 12:00:53 -0800 | [diff] [blame] | 4512 | unsigned int flags = AOP_FLAG_UNINTERRUPTIBLE; |
| 4513 | if (nofs) |
| 4514 | flags |= AOP_FLAG_NOFS; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4515 | |
NeilBrown | 7e53cac | 2006-03-25 03:07:57 -0800 | [diff] [blame] | 4516 | retry: |
Nick Piggin | afddba4 | 2007-10-16 01:25:01 -0700 | [diff] [blame] | 4517 | err = pagecache_write_begin(NULL, mapping, 0, len-1, |
Nick Piggin | 54566b2 | 2009-01-04 12:00:53 -0800 | [diff] [blame] | 4518 | flags, &page, &fsdata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4519 | if (err) |
Nick Piggin | afddba4 | 2007-10-16 01:25:01 -0700 | [diff] [blame] | 4520 | goto fail; |
| 4521 | |
Cong Wang | e8e3c3d | 2011-11-25 23:14:27 +0800 | [diff] [blame] | 4522 | kaddr = kmap_atomic(page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4523 | memcpy(kaddr, symname, len-1); |
Cong Wang | e8e3c3d | 2011-11-25 23:14:27 +0800 | [diff] [blame] | 4524 | kunmap_atomic(kaddr); |
Nick Piggin | afddba4 | 2007-10-16 01:25:01 -0700 | [diff] [blame] | 4525 | |
| 4526 | err = pagecache_write_end(NULL, mapping, 0, len-1, len-1, |
| 4527 | page, fsdata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4528 | if (err < 0) |
| 4529 | goto fail; |
Nick Piggin | afddba4 | 2007-10-16 01:25:01 -0700 | [diff] [blame] | 4530 | if (err < len-1) |
| 4531 | goto retry; |
| 4532 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4533 | mark_inode_dirty(inode); |
| 4534 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4535 | fail: |
| 4536 | return err; |
| 4537 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 4538 | EXPORT_SYMBOL(__page_symlink); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4539 | |
Kirill Korotaev | 0adb25d | 2006-03-11 03:27:13 -0800 | [diff] [blame] | 4540 | int page_symlink(struct inode *inode, const char *symname, int len) |
| 4541 | { |
| 4542 | return __page_symlink(inode, symname, len, |
Nick Piggin | 54566b2 | 2009-01-04 12:00:53 -0800 | [diff] [blame] | 4543 | !(mapping_gfp_mask(inode->i_mapping) & __GFP_FS)); |
Kirill Korotaev | 0adb25d | 2006-03-11 03:27:13 -0800 | [diff] [blame] | 4544 | } |
Al Viro | 4d35950 | 2014-03-14 12:20:17 -0400 | [diff] [blame] | 4545 | EXPORT_SYMBOL(page_symlink); |
Kirill Korotaev | 0adb25d | 2006-03-11 03:27:13 -0800 | [diff] [blame] | 4546 | |
Arjan van de Ven | 92e1d5b | 2007-02-12 00:55:39 -0800 | [diff] [blame] | 4547 | const struct inode_operations page_symlink_inode_operations = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4548 | .readlink = generic_readlink, |
| 4549 | .follow_link = page_follow_link_light, |
| 4550 | .put_link = page_put_link, |
| 4551 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4552 | EXPORT_SYMBOL(page_symlink_inode_operations); |