Thomas Gleixner | 457c899 | 2019-05-19 13:08:55 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | /* |
| 3 | * linux/fs/lockd/svcsubs.c |
| 4 | * |
| 5 | * Various support routines for the NLM server. |
| 6 | * |
| 7 | * Copyright (C) 1996, Olaf Kirch <okir@monad.swb.de> |
| 8 | */ |
| 9 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | #include <linux/types.h> |
| 11 | #include <linux/string.h> |
| 12 | #include <linux/time.h> |
| 13 | #include <linux/in.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 14 | #include <linux/slab.h> |
Ingo Molnar | 353ab6e | 2006-03-26 01:37:12 -0800 | [diff] [blame] | 15 | #include <linux/mutex.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | #include <linux/sunrpc/svc.h> |
Jeff Layton | 5976687 | 2013-02-04 12:50:00 -0500 | [diff] [blame] | 17 | #include <linux/sunrpc/addr.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | #include <linux/lockd/lockd.h> |
| 19 | #include <linux/lockd/share.h> |
Wendy Cheng | 4373ea8 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 20 | #include <linux/module.h> |
| 21 | #include <linux/mount.h> |
Christoph Hellwig | 9c69de4 | 2014-05-06 19:37:13 +0200 | [diff] [blame] | 22 | #include <uapi/linux/nfs2.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | |
| 24 | #define NLMDBG_FACILITY NLMDBG_SVCSUBS |
| 25 | |
| 26 | |
| 27 | /* |
| 28 | * Global file hash table |
| 29 | */ |
Olaf Kirch | 07ba806 | 2006-10-04 02:15:58 -0700 | [diff] [blame] | 30 | #define FILE_HASH_BITS 7 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | #define FILE_NRHASH (1<<FILE_HASH_BITS) |
Olaf Kirch | 07ba806 | 2006-10-04 02:15:58 -0700 | [diff] [blame] | 32 | static struct hlist_head nlm_files[FILE_NRHASH]; |
Ingo Molnar | 353ab6e | 2006-03-26 01:37:12 -0800 | [diff] [blame] | 33 | static DEFINE_MUTEX(nlm_file_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | |
Mark Salter | 135dd00 | 2015-04-06 09:46:00 -0400 | [diff] [blame] | 35 | #ifdef CONFIG_SUNRPC_DEBUG |
Chuck Lever | 0bbacc4 | 2005-11-01 16:53:32 -0500 | [diff] [blame] | 36 | static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) |
| 37 | { |
| 38 | u32 *fhp = (u32*)f->data; |
| 39 | |
| 40 | /* print the first 32 bytes of the fh */ |
| 41 | dprintk("lockd: %s (%08x %08x %08x %08x %08x %08x %08x %08x)\n", |
| 42 | msg, fhp[0], fhp[1], fhp[2], fhp[3], |
| 43 | fhp[4], fhp[5], fhp[6], fhp[7]); |
| 44 | } |
| 45 | |
| 46 | static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) |
| 47 | { |
J. Bruce Fields | a81041b | 2021-08-23 11:26:39 -0400 | [diff] [blame] | 48 | struct inode *inode = nlmsvc_file_inode(file); |
Chuck Lever | 0bbacc4 | 2005-11-01 16:53:32 -0500 | [diff] [blame] | 49 | |
| 50 | dprintk("lockd: %s %s/%ld\n", |
| 51 | msg, inode->i_sb->s_id, inode->i_ino); |
| 52 | } |
| 53 | #else |
| 54 | static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) |
| 55 | { |
| 56 | return; |
| 57 | } |
| 58 | |
| 59 | static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) |
| 60 | { |
| 61 | return; |
| 62 | } |
| 63 | #endif |
| 64 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 65 | static inline unsigned int file_hash(struct nfs_fh *f) |
| 66 | { |
| 67 | unsigned int tmp=0; |
| 68 | int i; |
| 69 | for (i=0; i<NFS2_FHSIZE;i++) |
| 70 | tmp += f->data[i]; |
| 71 | return tmp & (FILE_NRHASH - 1); |
| 72 | } |
| 73 | |
J. Bruce Fields | 7f024fc | 2021-08-23 16:44:00 -0400 | [diff] [blame] | 74 | int lock_to_openmode(struct file_lock *lock) |
| 75 | { |
| 76 | return (lock->fl_type == F_WRLCK) ? O_WRONLY : O_RDONLY; |
| 77 | } |
| 78 | |
| 79 | /* |
| 80 | * Open the file. Note that if we're reexporting, for example, |
| 81 | * this could block the lockd thread for a while. |
| 82 | * |
| 83 | * We have to make sure we have the right credential to open |
| 84 | * the file. |
| 85 | */ |
| 86 | static __be32 nlm_do_fopen(struct svc_rqst *rqstp, |
| 87 | struct nlm_file *file, int mode) |
| 88 | { |
| 89 | struct file **fp = &file->f_file[mode]; |
| 90 | __be32 nfserr; |
| 91 | |
| 92 | if (*fp) |
| 93 | return 0; |
| 94 | nfserr = nlmsvc_ops->fopen(rqstp, &file->f_handle, fp, mode); |
| 95 | if (nfserr) |
| 96 | dprintk("lockd: open failed (error %d)\n", nfserr); |
| 97 | return nfserr; |
| 98 | } |
| 99 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 100 | /* |
| 101 | * Lookup file info. If it doesn't exist, create a file info struct |
| 102 | * and open a (VFS) file for the given inode. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 103 | */ |
Al Viro | 52921e0 | 2006-10-19 23:28:46 -0700 | [diff] [blame] | 104 | __be32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 105 | nlm_lookup_file(struct svc_rqst *rqstp, struct nlm_file **result, |
J. Bruce Fields | 2dc6f19 | 2021-08-23 12:01:18 -0400 | [diff] [blame] | 106 | struct nlm_lock *lock) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 107 | { |
| 108 | struct nlm_file *file; |
| 109 | unsigned int hash; |
Al Viro | 52921e0 | 2006-10-19 23:28:46 -0700 | [diff] [blame] | 110 | __be32 nfserr; |
J. Bruce Fields | 7f024fc | 2021-08-23 16:44:00 -0400 | [diff] [blame] | 111 | int mode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 112 | |
J. Bruce Fields | 2dc6f19 | 2021-08-23 12:01:18 -0400 | [diff] [blame] | 113 | nlm_debug_print_fh("nlm_lookup_file", &lock->fh); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 114 | |
J. Bruce Fields | 2dc6f19 | 2021-08-23 12:01:18 -0400 | [diff] [blame] | 115 | hash = file_hash(&lock->fh); |
J. Bruce Fields | 7f024fc | 2021-08-23 16:44:00 -0400 | [diff] [blame] | 116 | mode = lock_to_openmode(&lock->fl); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 117 | |
| 118 | /* Lock file table */ |
Ingo Molnar | 353ab6e | 2006-03-26 01:37:12 -0800 | [diff] [blame] | 119 | mutex_lock(&nlm_file_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 120 | |
Sasha Levin | b67bfe0 | 2013-02-27 17:06:00 -0800 | [diff] [blame] | 121 | hlist_for_each_entry(file, &nlm_files[hash], f_list) |
J. Bruce Fields | 7f024fc | 2021-08-23 16:44:00 -0400 | [diff] [blame] | 122 | if (!nfs_compare_fh(&file->f_handle, &lock->fh)) { |
| 123 | mutex_lock(&file->f_mutex); |
| 124 | nfserr = nlm_do_fopen(rqstp, file, mode); |
| 125 | mutex_unlock(&file->f_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 126 | goto found; |
J. Bruce Fields | 7f024fc | 2021-08-23 16:44:00 -0400 | [diff] [blame] | 127 | } |
J. Bruce Fields | 2dc6f19 | 2021-08-23 12:01:18 -0400 | [diff] [blame] | 128 | nlm_debug_print_fh("creating file for", &lock->fh); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 129 | |
| 130 | nfserr = nlm_lck_denied_nolocks; |
Panagiotis Issaris | f8314dc | 2006-09-27 01:49:37 -0700 | [diff] [blame] | 131 | file = kzalloc(sizeof(*file), GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 132 | if (!file) |
J. Bruce Fields | 7f024fc | 2021-08-23 16:44:00 -0400 | [diff] [blame] | 133 | goto out_free; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 134 | |
J. Bruce Fields | 2dc6f19 | 2021-08-23 12:01:18 -0400 | [diff] [blame] | 135 | memcpy(&file->f_handle, &lock->fh, sizeof(struct nfs_fh)); |
Neil Brown | 89e63ef | 2006-10-04 02:16:06 -0700 | [diff] [blame] | 136 | mutex_init(&file->f_mutex); |
Olaf Kirch | 07ba806 | 2006-10-04 02:15:58 -0700 | [diff] [blame] | 137 | INIT_HLIST_NODE(&file->f_list); |
Olaf Kirch | 68a2d76 | 2006-10-04 02:15:57 -0700 | [diff] [blame] | 138 | INIT_LIST_HEAD(&file->f_blocks); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 139 | |
J. Bruce Fields | 7f024fc | 2021-08-23 16:44:00 -0400 | [diff] [blame] | 140 | nfserr = nlm_do_fopen(rqstp, file, mode); |
| 141 | if (nfserr) |
| 142 | goto out_unlock; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 143 | |
Olaf Kirch | 07ba806 | 2006-10-04 02:15:58 -0700 | [diff] [blame] | 144 | hlist_add_head(&file->f_list, &nlm_files[hash]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 145 | |
| 146 | found: |
| 147 | dprintk("lockd: found file %p (count %d)\n", file, file->f_count); |
| 148 | *result = file; |
| 149 | file->f_count++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 150 | |
| 151 | out_unlock: |
Ingo Molnar | 353ab6e | 2006-03-26 01:37:12 -0800 | [diff] [blame] | 152 | mutex_unlock(&nlm_file_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 153 | return nfserr; |
| 154 | |
| 155 | out_free: |
| 156 | kfree(file); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 157 | goto out_unlock; |
| 158 | } |
| 159 | |
| 160 | /* |
| 161 | * Delete a file after having released all locks, blocks and shares |
| 162 | */ |
| 163 | static inline void |
| 164 | nlm_delete_file(struct nlm_file *file) |
| 165 | { |
Chuck Lever | 0bbacc4 | 2005-11-01 16:53:32 -0500 | [diff] [blame] | 166 | nlm_debug_print_file("closing file", file); |
Olaf Kirch | 07ba806 | 2006-10-04 02:15:58 -0700 | [diff] [blame] | 167 | if (!hlist_unhashed(&file->f_list)) { |
| 168 | hlist_del(&file->f_list); |
J. Bruce Fields | 7f024fc | 2021-08-23 16:44:00 -0400 | [diff] [blame] | 169 | if (file->f_file[O_RDONLY]) |
| 170 | nlmsvc_ops->fclose(file->f_file[O_RDONLY]); |
| 171 | if (file->f_file[O_WRONLY]) |
| 172 | nlmsvc_ops->fclose(file->f_file[O_WRONLY]); |
Olaf Kirch | 07ba806 | 2006-10-04 02:15:58 -0700 | [diff] [blame] | 173 | kfree(file); |
| 174 | } else { |
| 175 | printk(KERN_WARNING "lockd: attempt to release unknown file!\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 176 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 177 | } |
| 178 | |
J. Bruce Fields | 7f024fc | 2021-08-23 16:44:00 -0400 | [diff] [blame] | 179 | static int nlm_unlock_files(struct nlm_file *file) |
| 180 | { |
| 181 | struct file_lock lock; |
J. Bruce Fields | 7f024fc | 2021-08-23 16:44:00 -0400 | [diff] [blame] | 182 | |
J. Bruce Fields | d19a7af | 2022-01-18 17:00:51 -0500 | [diff] [blame] | 183 | locks_init_lock(&lock); |
J. Bruce Fields | 7f024fc | 2021-08-23 16:44:00 -0400 | [diff] [blame] | 184 | lock.fl_type = F_UNLCK; |
| 185 | lock.fl_start = 0; |
| 186 | lock.fl_end = OFFSET_MAX; |
J. Bruce Fields | 6e7f90d1 | 2022-01-18 17:00:16 -0500 | [diff] [blame] | 187 | if (file->f_file[O_RDONLY] && |
| 188 | vfs_lock_file(file->f_file[O_RDONLY], F_SETLK, &lock, NULL)) |
| 189 | goto out_err; |
| 190 | if (file->f_file[O_WRONLY] && |
| 191 | vfs_lock_file(file->f_file[O_WRONLY], F_SETLK, &lock, NULL)) |
| 192 | goto out_err; |
J. Bruce Fields | 7f024fc | 2021-08-23 16:44:00 -0400 | [diff] [blame] | 193 | return 0; |
J. Bruce Fields | 6e7f90d1 | 2022-01-18 17:00:16 -0500 | [diff] [blame] | 194 | out_err: |
| 195 | pr_warn("lockd: unlock failure in %s:%d\n", __FILE__, __LINE__); |
| 196 | return 1; |
J. Bruce Fields | 7f024fc | 2021-08-23 16:44:00 -0400 | [diff] [blame] | 197 | } |
| 198 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 199 | /* |
| 200 | * Loop over all locks on the given file and perform the specified |
| 201 | * action. |
| 202 | */ |
| 203 | static int |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 204 | nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file, |
| 205 | nlm_host_match_fn_t match) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 206 | { |
| 207 | struct inode *inode = nlmsvc_file_inode(file); |
| 208 | struct file_lock *fl; |
Jeff Layton | bd61e0a | 2015-01-16 15:05:55 -0500 | [diff] [blame] | 209 | struct file_lock_context *flctx = inode->i_flctx; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 210 | struct nlm_host *lockhost; |
| 211 | |
Jeff Layton | bd61e0a | 2015-01-16 15:05:55 -0500 | [diff] [blame] | 212 | if (!flctx || list_empty_careful(&flctx->flc_posix)) |
| 213 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 214 | again: |
| 215 | file->f_locks = 0; |
Jeff Layton | 6109c85 | 2015-01-16 15:05:57 -0500 | [diff] [blame] | 216 | spin_lock(&flctx->flc_lock); |
Jeff Layton | bd61e0a | 2015-01-16 15:05:55 -0500 | [diff] [blame] | 217 | list_for_each_entry(fl, &flctx->flc_posix, fl_list) { |
J. Bruce Fields | 7117bf3 | 2006-03-20 13:44:26 -0500 | [diff] [blame] | 218 | if (fl->fl_lmops != &nlmsvc_lock_operations) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 219 | continue; |
| 220 | |
| 221 | /* update current lock count */ |
| 222 | file->f_locks++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 223 | |
Benjamin Coddington | 89e0edf | 2019-05-23 10:45:45 -0400 | [diff] [blame] | 224 | lockhost = ((struct nlm_lockowner *)fl->fl_owner)->host; |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 225 | if (match(lockhost, host)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 226 | |
Jeff Layton | 6109c85 | 2015-01-16 15:05:57 -0500 | [diff] [blame] | 227 | spin_unlock(&flctx->flc_lock); |
J. Bruce Fields | 7f024fc | 2021-08-23 16:44:00 -0400 | [diff] [blame] | 228 | if (nlm_unlock_files(file)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 229 | return 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 230 | goto again; |
| 231 | } |
| 232 | } |
Jeff Layton | 6109c85 | 2015-01-16 15:05:57 -0500 | [diff] [blame] | 233 | spin_unlock(&flctx->flc_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 234 | |
| 235 | return 0; |
| 236 | } |
| 237 | |
Wendy Cheng | 17efa37 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 238 | static int |
| 239 | nlmsvc_always_match(void *dummy1, struct nlm_host *dummy2) |
| 240 | { |
| 241 | return 1; |
| 242 | } |
| 243 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 244 | /* |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 245 | * Inspect a single file |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 246 | */ |
| 247 | static inline int |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 248 | nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 249 | { |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 250 | nlmsvc_traverse_blocks(host, file, match); |
| 251 | nlmsvc_traverse_shares(host, file, match); |
| 252 | return nlm_traverse_locks(host, file, match); |
| 253 | } |
| 254 | |
| 255 | /* |
| 256 | * Quick check whether there are still any locks, blocks or |
| 257 | * shares on a given file. |
| 258 | */ |
| 259 | static inline int |
| 260 | nlm_file_inuse(struct nlm_file *file) |
| 261 | { |
| 262 | struct inode *inode = nlmsvc_file_inode(file); |
| 263 | struct file_lock *fl; |
Jeff Layton | bd61e0a | 2015-01-16 15:05:55 -0500 | [diff] [blame] | 264 | struct file_lock_context *flctx = inode->i_flctx; |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 265 | |
| 266 | if (file->f_count || !list_empty(&file->f_blocks) || file->f_shares) |
| 267 | return 1; |
| 268 | |
Jeff Layton | bd61e0a | 2015-01-16 15:05:55 -0500 | [diff] [blame] | 269 | if (flctx && !list_empty_careful(&flctx->flc_posix)) { |
Jeff Layton | 6109c85 | 2015-01-16 15:05:57 -0500 | [diff] [blame] | 270 | spin_lock(&flctx->flc_lock); |
Jeff Layton | bd61e0a | 2015-01-16 15:05:55 -0500 | [diff] [blame] | 271 | list_for_each_entry(fl, &flctx->flc_posix, fl_list) { |
| 272 | if (fl->fl_lmops == &nlmsvc_lock_operations) { |
Jeff Layton | 6109c85 | 2015-01-16 15:05:57 -0500 | [diff] [blame] | 273 | spin_unlock(&flctx->flc_lock); |
Jeff Layton | bd61e0a | 2015-01-16 15:05:55 -0500 | [diff] [blame] | 274 | return 1; |
| 275 | } |
Arnd Bergmann | 763641d | 2010-10-26 22:55:40 +0200 | [diff] [blame] | 276 | } |
Jeff Layton | 6109c85 | 2015-01-16 15:05:57 -0500 | [diff] [blame] | 277 | spin_unlock(&flctx->flc_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 278 | } |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 279 | file->f_locks = 0; |
| 280 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 281 | } |
| 282 | |
J. Bruce Fields | 7f024fc | 2021-08-23 16:44:00 -0400 | [diff] [blame] | 283 | static void nlm_close_files(struct nlm_file *file) |
| 284 | { |
| 285 | struct file *f; |
| 286 | |
| 287 | for (f = file->f_file[0]; f <= file->f_file[1]; f++) |
| 288 | if (f) |
| 289 | nlmsvc_ops->fclose(f); |
| 290 | } |
| 291 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 292 | /* |
| 293 | * Loop over all files in the file table. |
| 294 | */ |
| 295 | static int |
Wendy Cheng | 17efa37 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 296 | nlm_traverse_files(void *data, nlm_host_match_fn_t match, |
| 297 | int (*is_failover_file)(void *data, struct nlm_file *file)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 298 | { |
Sasha Levin | b67bfe0 | 2013-02-27 17:06:00 -0800 | [diff] [blame] | 299 | struct hlist_node *next; |
Olaf Kirch | 07ba806 | 2006-10-04 02:15:58 -0700 | [diff] [blame] | 300 | struct nlm_file *file; |
Trond Myklebust | 01df9c5 | 2006-08-10 11:58:57 -0400 | [diff] [blame] | 301 | int i, ret = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 302 | |
Ingo Molnar | 353ab6e | 2006-03-26 01:37:12 -0800 | [diff] [blame] | 303 | mutex_lock(&nlm_file_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 304 | for (i = 0; i < FILE_NRHASH; i++) { |
Sasha Levin | b67bfe0 | 2013-02-27 17:06:00 -0800 | [diff] [blame] | 305 | hlist_for_each_entry_safe(file, next, &nlm_files[i], f_list) { |
Wendy Cheng | 17efa37 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 306 | if (is_failover_file && !is_failover_file(data, file)) |
| 307 | continue; |
Trond Myklebust | 01df9c5 | 2006-08-10 11:58:57 -0400 | [diff] [blame] | 308 | file->f_count++; |
| 309 | mutex_unlock(&nlm_file_mutex); |
| 310 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 311 | /* Traverse locks, blocks and shares of this file |
| 312 | * and update file->f_locks count */ |
Wendy Cheng | 4373ea8 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 313 | if (nlm_inspect_file(data, file, match)) |
Trond Myklebust | 01df9c5 | 2006-08-10 11:58:57 -0400 | [diff] [blame] | 314 | ret = 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 315 | |
Trond Myklebust | 01df9c5 | 2006-08-10 11:58:57 -0400 | [diff] [blame] | 316 | mutex_lock(&nlm_file_mutex); |
| 317 | file->f_count--; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 318 | /* No more references to this file. Let go of it. */ |
Olaf Kirch | 68a2d76 | 2006-10-04 02:15:57 -0700 | [diff] [blame] | 319 | if (list_empty(&file->f_blocks) && !file->f_locks |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 320 | && !file->f_shares && !file->f_count) { |
Olaf Kirch | 07ba806 | 2006-10-04 02:15:58 -0700 | [diff] [blame] | 321 | hlist_del(&file->f_list); |
J. Bruce Fields | 7f024fc | 2021-08-23 16:44:00 -0400 | [diff] [blame] | 322 | nlm_close_files(file); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 323 | kfree(file); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 324 | } |
| 325 | } |
| 326 | } |
Ingo Molnar | 353ab6e | 2006-03-26 01:37:12 -0800 | [diff] [blame] | 327 | mutex_unlock(&nlm_file_mutex); |
Trond Myklebust | 01df9c5 | 2006-08-10 11:58:57 -0400 | [diff] [blame] | 328 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 329 | } |
| 330 | |
| 331 | /* |
| 332 | * Release file. If there are no more remote locks on this file, |
| 333 | * close it and free the handle. |
| 334 | * |
| 335 | * Note that we can't do proper reference counting without major |
| 336 | * contortions because the code in fs/locks.c creates, deletes and |
| 337 | * splits locks without notification. Our only way is to walk the |
| 338 | * entire lock list each time we remove a lock. |
| 339 | */ |
| 340 | void |
| 341 | nlm_release_file(struct nlm_file *file) |
| 342 | { |
| 343 | dprintk("lockd: nlm_release_file(%p, ct = %d)\n", |
| 344 | file, file->f_count); |
| 345 | |
| 346 | /* Lock file table */ |
Ingo Molnar | 353ab6e | 2006-03-26 01:37:12 -0800 | [diff] [blame] | 347 | mutex_lock(&nlm_file_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 348 | |
| 349 | /* If there are no more locks etc, delete the file */ |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 350 | if (--file->f_count == 0 && !nlm_file_inuse(file)) |
| 351 | nlm_delete_file(file); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 352 | |
Ingo Molnar | 353ab6e | 2006-03-26 01:37:12 -0800 | [diff] [blame] | 353 | mutex_unlock(&nlm_file_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 354 | } |
| 355 | |
| 356 | /* |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 357 | * Helpers function for resource traversal |
| 358 | * |
| 359 | * nlmsvc_mark_host: |
Stanislav Kinsbursky | b26411f | 2012-07-25 16:55:54 +0400 | [diff] [blame] | 360 | * used by the garbage collector; simply sets h_inuse only for those |
| 361 | * hosts, which passed network check. |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 362 | * Always returns 0. |
| 363 | * |
| 364 | * nlmsvc_same_host: |
| 365 | * returns 1 iff the two hosts match. Used to release |
| 366 | * all resources bound to a specific host. |
| 367 | * |
| 368 | * nlmsvc_is_client: |
| 369 | * returns 1 iff the host is a client. |
| 370 | * Used by nlmsvc_invalidate_all |
| 371 | */ |
Stanislav Kinsbursky | b26411f | 2012-07-25 16:55:54 +0400 | [diff] [blame] | 372 | |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 373 | static int |
Stanislav Kinsbursky | b26411f | 2012-07-25 16:55:54 +0400 | [diff] [blame] | 374 | nlmsvc_mark_host(void *data, struct nlm_host *hint) |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 375 | { |
Wendy Cheng | 4373ea8 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 376 | struct nlm_host *host = data; |
| 377 | |
Stanislav Kinsbursky | b26411f | 2012-07-25 16:55:54 +0400 | [diff] [blame] | 378 | if ((hint->net == NULL) || |
| 379 | (host->net == hint->net)) |
| 380 | host->h_inuse = 1; |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 381 | return 0; |
| 382 | } |
| 383 | |
| 384 | static int |
Wendy Cheng | 4373ea8 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 385 | nlmsvc_same_host(void *data, struct nlm_host *other) |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 386 | { |
Wendy Cheng | 4373ea8 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 387 | struct nlm_host *host = data; |
| 388 | |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 389 | return host == other; |
| 390 | } |
| 391 | |
| 392 | static int |
Wendy Cheng | 4373ea8 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 393 | nlmsvc_is_client(void *data, struct nlm_host *dummy) |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 394 | { |
Wendy Cheng | 4373ea8 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 395 | struct nlm_host *host = data; |
| 396 | |
NeilBrown | 4481d10 | 2006-10-17 00:10:17 -0700 | [diff] [blame] | 397 | if (host->h_server) { |
| 398 | /* we are destroying locks even though the client |
| 399 | * hasn't asked us too, so don't unmonitor the |
| 400 | * client |
| 401 | */ |
| 402 | if (host->h_nsmhandle) |
| 403 | host->h_nsmhandle->sm_sticky = 1; |
| 404 | return 1; |
| 405 | } else |
| 406 | return 0; |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 407 | } |
| 408 | |
| 409 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 410 | * Mark all hosts that still hold resources |
| 411 | */ |
| 412 | void |
Stanislav Kinsbursky | b26411f | 2012-07-25 16:55:54 +0400 | [diff] [blame] | 413 | nlmsvc_mark_resources(struct net *net) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 414 | { |
Stanislav Kinsbursky | b26411f | 2012-07-25 16:55:54 +0400 | [diff] [blame] | 415 | struct nlm_host hint; |
| 416 | |
Vasily Averin | e919b07 | 2017-11-08 08:55:55 +0300 | [diff] [blame] | 417 | dprintk("lockd: %s for net %x\n", __func__, net ? net->ns.inum : 0); |
Stanislav Kinsbursky | b26411f | 2012-07-25 16:55:54 +0400 | [diff] [blame] | 418 | hint.net = net; |
| 419 | nlm_traverse_files(&hint, nlmsvc_mark_host, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 420 | } |
| 421 | |
| 422 | /* |
| 423 | * Release all resources held by the given client |
| 424 | */ |
| 425 | void |
| 426 | nlmsvc_free_host_resources(struct nlm_host *host) |
| 427 | { |
| 428 | dprintk("lockd: nlmsvc_free_host_resources\n"); |
| 429 | |
Wendy Cheng | 17efa37 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 430 | if (nlm_traverse_files(host, nlmsvc_same_host, NULL)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 431 | printk(KERN_WARNING |
Olaf Kirch | f0737a3 | 2006-10-04 02:15:54 -0700 | [diff] [blame] | 432 | "lockd: couldn't remove all locks held by %s\n", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 433 | host->h_name); |
Olaf Kirch | f0737a3 | 2006-10-04 02:15:54 -0700 | [diff] [blame] | 434 | BUG(); |
| 435 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 436 | } |
| 437 | |
Chuck Lever | 367c8c7 | 2008-06-30 18:58:14 -0400 | [diff] [blame] | 438 | /** |
| 439 | * nlmsvc_invalidate_all - remove all locks held for clients |
| 440 | * |
| 441 | * Release all locks held by NFS clients. |
| 442 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 443 | */ |
| 444 | void |
| 445 | nlmsvc_invalidate_all(void) |
| 446 | { |
Chuck Lever | 367c8c7 | 2008-06-30 18:58:14 -0400 | [diff] [blame] | 447 | /* |
Olaf Kirch | f2af793 | 2006-10-04 02:15:59 -0700 | [diff] [blame] | 448 | * Previously, the code would call |
| 449 | * nlmsvc_free_host_resources for each client in |
| 450 | * turn, which is about as inefficient as it gets. |
| 451 | * Now we just do it once in nlm_traverse_files. |
| 452 | */ |
Wendy Cheng | 17efa37 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 453 | nlm_traverse_files(NULL, nlmsvc_is_client, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 454 | } |
Wendy Cheng | 4373ea8 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 455 | |
J. Bruce Fields | 7f024fc | 2021-08-23 16:44:00 -0400 | [diff] [blame] | 456 | |
Wendy Cheng | 4373ea8 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 457 | static int |
Wendy Cheng | 17efa37 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 458 | nlmsvc_match_sb(void *datap, struct nlm_file *file) |
| 459 | { |
| 460 | struct super_block *sb = datap; |
| 461 | |
J. Bruce Fields | a81041b | 2021-08-23 11:26:39 -0400 | [diff] [blame] | 462 | return sb == nlmsvc_file_inode(file)->i_sb; |
Wendy Cheng | 17efa37 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 463 | } |
| 464 | |
Chuck Lever | 367c8c7 | 2008-06-30 18:58:14 -0400 | [diff] [blame] | 465 | /** |
| 466 | * nlmsvc_unlock_all_by_sb - release locks held on this file system |
| 467 | * @sb: super block |
| 468 | * |
| 469 | * Release all locks held by clients accessing this file system. |
| 470 | */ |
Wendy Cheng | 17efa37 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 471 | int |
| 472 | nlmsvc_unlock_all_by_sb(struct super_block *sb) |
| 473 | { |
| 474 | int ret; |
| 475 | |
| 476 | ret = nlm_traverse_files(sb, nlmsvc_always_match, nlmsvc_match_sb); |
| 477 | return ret ? -EIO : 0; |
| 478 | } |
| 479 | EXPORT_SYMBOL_GPL(nlmsvc_unlock_all_by_sb); |
| 480 | |
| 481 | static int |
Wendy Cheng | 4373ea8 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 482 | nlmsvc_match_ip(void *datap, struct nlm_host *host) |
| 483 | { |
Jeff Layton | 4516fc0 | 2009-08-14 12:57:54 -0400 | [diff] [blame] | 484 | return rpc_cmp_addr(nlm_srcaddr(host), datap); |
Wendy Cheng | 4373ea8 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 485 | } |
| 486 | |
Chuck Lever | 367c8c7 | 2008-06-30 18:58:14 -0400 | [diff] [blame] | 487 | /** |
| 488 | * nlmsvc_unlock_all_by_ip - release local locks by IP address |
| 489 | * @server_addr: server's IP address as seen by clients |
| 490 | * |
| 491 | * Release all locks held by clients accessing this host |
| 492 | * via the passed in IP address. |
| 493 | */ |
Wendy Cheng | 4373ea8 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 494 | int |
Chuck Lever | 367c8c7 | 2008-06-30 18:58:14 -0400 | [diff] [blame] | 495 | nlmsvc_unlock_all_by_ip(struct sockaddr *server_addr) |
Wendy Cheng | 4373ea8 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 496 | { |
| 497 | int ret; |
Wendy Cheng | 4373ea8 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 498 | |
Chuck Lever | 367c8c7 | 2008-06-30 18:58:14 -0400 | [diff] [blame] | 499 | ret = nlm_traverse_files(server_addr, nlmsvc_match_ip, NULL); |
| 500 | return ret ? -EIO : 0; |
Wendy Cheng | 4373ea8 | 2008-01-17 11:10:12 -0500 | [diff] [blame] | 501 | } |
| 502 | EXPORT_SYMBOL_GPL(nlmsvc_unlock_all_by_ip); |