ocfs2: Fix setting of OCFS2_LOCK_BLOCKED during bast
[safe/jmp/linux-2.6] / fs / ocfs2 / dlmglue.c
1 /* -*- mode: c; c-basic-offset: 8; -*-
2  * vim: noexpandtab sw=8 ts=8 sts=0:
3  *
4  * dlmglue.c
5  *
6  * Code which implements an OCFS2 specific interface to our DLM.
7  *
8  * Copyright (C) 2003, 2004 Oracle.  All rights reserved.
9  *
10  * This program is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU General Public
12  * License as published by the Free Software Foundation; either
13  * version 2 of the License, or (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18  * General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public
21  * License along with this program; if not, write to the
22  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23  * Boston, MA 021110-1307, USA.
24  */
25
26 #include <linux/types.h>
27 #include <linux/slab.h>
28 #include <linux/highmem.h>
29 #include <linux/mm.h>
30 #include <linux/kthread.h>
31 #include <linux/pagemap.h>
32 #include <linux/debugfs.h>
33 #include <linux/seq_file.h>
34 #include <linux/time.h>
35 #include <linux/quotaops.h>
36
37 #define MLOG_MASK_PREFIX ML_DLM_GLUE
38 #include <cluster/masklog.h>
39
40 #include "ocfs2.h"
41 #include "ocfs2_lockingver.h"
42
43 #include "alloc.h"
44 #include "dcache.h"
45 #include "dlmglue.h"
46 #include "extent_map.h"
47 #include "file.h"
48 #include "heartbeat.h"
49 #include "inode.h"
50 #include "journal.h"
51 #include "stackglue.h"
52 #include "slot_map.h"
53 #include "super.h"
54 #include "uptodate.h"
55 #include "quota.h"
56 #include "refcounttree.h"
57
58 #include "buffer_head_io.h"
59
60 struct ocfs2_mask_waiter {
61         struct list_head        mw_item;
62         int                     mw_status;
63         struct completion       mw_complete;
64         unsigned long           mw_mask;
65         unsigned long           mw_goal;
66 #ifdef CONFIG_OCFS2_FS_STATS
67         unsigned long long      mw_lock_start;
68 #endif
69 };
70
71 static struct ocfs2_super *ocfs2_get_dentry_osb(struct ocfs2_lock_res *lockres);
72 static struct ocfs2_super *ocfs2_get_inode_osb(struct ocfs2_lock_res *lockres);
73 static struct ocfs2_super *ocfs2_get_file_osb(struct ocfs2_lock_res *lockres);
74 static struct ocfs2_super *ocfs2_get_qinfo_osb(struct ocfs2_lock_res *lockres);
75
76 /*
77  * Return value from ->downconvert_worker functions.
78  *
79  * These control the precise actions of ocfs2_unblock_lock()
80  * and ocfs2_process_blocked_lock()
81  *
82  */
83 enum ocfs2_unblock_action {
84         UNBLOCK_CONTINUE        = 0, /* Continue downconvert */
85         UNBLOCK_CONTINUE_POST   = 1, /* Continue downconvert, fire
86                                       * ->post_unlock callback */
87         UNBLOCK_STOP_POST       = 2, /* Do not downconvert, fire
88                                       * ->post_unlock() callback. */
89 };
90
91 struct ocfs2_unblock_ctl {
92         int requeue;
93         enum ocfs2_unblock_action unblock_action;
94 };
95
96 /* Lockdep class keys */
97 struct lock_class_key lockdep_keys[OCFS2_NUM_LOCK_TYPES];
98
99 static int ocfs2_check_meta_downconvert(struct ocfs2_lock_res *lockres,
100                                         int new_level);
101 static void ocfs2_set_meta_lvb(struct ocfs2_lock_res *lockres);
102
103 static int ocfs2_data_convert_worker(struct ocfs2_lock_res *lockres,
104                                      int blocking);
105
106 static int ocfs2_dentry_convert_worker(struct ocfs2_lock_res *lockres,
107                                        int blocking);
108
109 static void ocfs2_dentry_post_unlock(struct ocfs2_super *osb,
110                                      struct ocfs2_lock_res *lockres);
111
112 static void ocfs2_set_qinfo_lvb(struct ocfs2_lock_res *lockres);
113
114 static int ocfs2_check_refcount_downconvert(struct ocfs2_lock_res *lockres,
115                                             int new_level);
116 static int ocfs2_refcount_convert_worker(struct ocfs2_lock_res *lockres,
117                                          int blocking);
118
119 #define mlog_meta_lvb(__level, __lockres) ocfs2_dump_meta_lvb_info(__level, __PRETTY_FUNCTION__, __LINE__, __lockres)
120
121 /* This aids in debugging situations where a bad LVB might be involved. */
122 static void ocfs2_dump_meta_lvb_info(u64 level,
123                                      const char *function,
124                                      unsigned int line,
125                                      struct ocfs2_lock_res *lockres)
126 {
127         struct ocfs2_meta_lvb *lvb = ocfs2_dlm_lvb(&lockres->l_lksb);
128
129         mlog(level, "LVB information for %s (called from %s:%u):\n",
130              lockres->l_name, function, line);
131         mlog(level, "version: %u, clusters: %u, generation: 0x%x\n",
132              lvb->lvb_version, be32_to_cpu(lvb->lvb_iclusters),
133              be32_to_cpu(lvb->lvb_igeneration));
134         mlog(level, "size: %llu, uid %u, gid %u, mode 0x%x\n",
135              (unsigned long long)be64_to_cpu(lvb->lvb_isize),
136              be32_to_cpu(lvb->lvb_iuid), be32_to_cpu(lvb->lvb_igid),
137              be16_to_cpu(lvb->lvb_imode));
138         mlog(level, "nlink %u, atime_packed 0x%llx, ctime_packed 0x%llx, "
139              "mtime_packed 0x%llx iattr 0x%x\n", be16_to_cpu(lvb->lvb_inlink),
140              (long long)be64_to_cpu(lvb->lvb_iatime_packed),
141              (long long)be64_to_cpu(lvb->lvb_ictime_packed),
142              (long long)be64_to_cpu(lvb->lvb_imtime_packed),
143              be32_to_cpu(lvb->lvb_iattr));
144 }
145
146
147 /*
148  * OCFS2 Lock Resource Operations
149  *
150  * These fine tune the behavior of the generic dlmglue locking infrastructure.
151  *
152  * The most basic of lock types can point ->l_priv to their respective
153  * struct ocfs2_super and allow the default actions to manage things.
154  *
155  * Right now, each lock type also needs to implement an init function,
156  * and trivial lock/unlock wrappers. ocfs2_simple_drop_lockres()
157  * should be called when the lock is no longer needed (i.e., object
158  * destruction time).
159  */
160 struct ocfs2_lock_res_ops {
161         /*
162          * Translate an ocfs2_lock_res * into an ocfs2_super *. Define
163          * this callback if ->l_priv is not an ocfs2_super pointer
164          */
165         struct ocfs2_super * (*get_osb)(struct ocfs2_lock_res *);
166
167         /*
168          * Optionally called in the downconvert thread after a
169          * successful downconvert. The lockres will not be referenced
170          * after this callback is called, so it is safe to free
171          * memory, etc.
172          *
173          * The exact semantics of when this is called are controlled
174          * by ->downconvert_worker()
175          */
176         void (*post_unlock)(struct ocfs2_super *, struct ocfs2_lock_res *);
177
178         /*
179          * Allow a lock type to add checks to determine whether it is
180          * safe to downconvert a lock. Return 0 to re-queue the
181          * downconvert at a later time, nonzero to continue.
182          *
183          * For most locks, the default checks that there are no
184          * incompatible holders are sufficient.
185          *
186          * Called with the lockres spinlock held.
187          */
188         int (*check_downconvert)(struct ocfs2_lock_res *, int);
189
190         /*
191          * Allows a lock type to populate the lock value block. This
192          * is called on downconvert, and when we drop a lock.
193          *
194          * Locks that want to use this should set LOCK_TYPE_USES_LVB
195          * in the flags field.
196          *
197          * Called with the lockres spinlock held.
198          */
199         void (*set_lvb)(struct ocfs2_lock_res *);
200
201         /*
202          * Called from the downconvert thread when it is determined
203          * that a lock will be downconverted. This is called without
204          * any locks held so the function can do work that might
205          * schedule (syncing out data, etc).
206          *
207          * This should return any one of the ocfs2_unblock_action
208          * values, depending on what it wants the thread to do.
209          */
210         int (*downconvert_worker)(struct ocfs2_lock_res *, int);
211
212         /*
213          * LOCK_TYPE_* flags which describe the specific requirements
214          * of a lock type. Descriptions of each individual flag follow.
215          */
216         int flags;
217 };
218
219 /*
220  * Some locks want to "refresh" potentially stale data when a
221  * meaningful (PRMODE or EXMODE) lock level is first obtained. If this
222  * flag is set, the OCFS2_LOCK_NEEDS_REFRESH flag will be set on the
223  * individual lockres l_flags member from the ast function. It is
224  * expected that the locking wrapper will clear the
225  * OCFS2_LOCK_NEEDS_REFRESH flag when done.
226  */
227 #define LOCK_TYPE_REQUIRES_REFRESH 0x1
228
229 /*
230  * Indicate that a lock type makes use of the lock value block. The
231  * ->set_lvb lock type callback must be defined.
232  */
233 #define LOCK_TYPE_USES_LVB              0x2
234
235 static struct ocfs2_lock_res_ops ocfs2_inode_rw_lops = {
236         .get_osb        = ocfs2_get_inode_osb,
237         .flags          = 0,
238 };
239
240 static struct ocfs2_lock_res_ops ocfs2_inode_inode_lops = {
241         .get_osb        = ocfs2_get_inode_osb,
242         .check_downconvert = ocfs2_check_meta_downconvert,
243         .set_lvb        = ocfs2_set_meta_lvb,
244         .downconvert_worker = ocfs2_data_convert_worker,
245         .flags          = LOCK_TYPE_REQUIRES_REFRESH|LOCK_TYPE_USES_LVB,
246 };
247
248 static struct ocfs2_lock_res_ops ocfs2_super_lops = {
249         .flags          = LOCK_TYPE_REQUIRES_REFRESH,
250 };
251
252 static struct ocfs2_lock_res_ops ocfs2_rename_lops = {
253         .flags          = 0,
254 };
255
256 static struct ocfs2_lock_res_ops ocfs2_nfs_sync_lops = {
257         .flags          = 0,
258 };
259
260 static struct ocfs2_lock_res_ops ocfs2_orphan_scan_lops = {
261         .flags          = LOCK_TYPE_REQUIRES_REFRESH|LOCK_TYPE_USES_LVB,
262 };
263
264 static struct ocfs2_lock_res_ops ocfs2_dentry_lops = {
265         .get_osb        = ocfs2_get_dentry_osb,
266         .post_unlock    = ocfs2_dentry_post_unlock,
267         .downconvert_worker = ocfs2_dentry_convert_worker,
268         .flags          = 0,
269 };
270
271 static struct ocfs2_lock_res_ops ocfs2_inode_open_lops = {
272         .get_osb        = ocfs2_get_inode_osb,
273         .flags          = 0,
274 };
275
276 static struct ocfs2_lock_res_ops ocfs2_flock_lops = {
277         .get_osb        = ocfs2_get_file_osb,
278         .flags          = 0,
279 };
280
281 static struct ocfs2_lock_res_ops ocfs2_qinfo_lops = {
282         .set_lvb        = ocfs2_set_qinfo_lvb,
283         .get_osb        = ocfs2_get_qinfo_osb,
284         .flags          = LOCK_TYPE_REQUIRES_REFRESH | LOCK_TYPE_USES_LVB,
285 };
286
287 static struct ocfs2_lock_res_ops ocfs2_refcount_block_lops = {
288         .check_downconvert = ocfs2_check_refcount_downconvert,
289         .downconvert_worker = ocfs2_refcount_convert_worker,
290         .flags          = 0,
291 };
292
293 static inline int ocfs2_is_inode_lock(struct ocfs2_lock_res *lockres)
294 {
295         return lockres->l_type == OCFS2_LOCK_TYPE_META ||
296                 lockres->l_type == OCFS2_LOCK_TYPE_RW ||
297                 lockres->l_type == OCFS2_LOCK_TYPE_OPEN;
298 }
299
300 static inline struct inode *ocfs2_lock_res_inode(struct ocfs2_lock_res *lockres)
301 {
302         BUG_ON(!ocfs2_is_inode_lock(lockres));
303
304         return (struct inode *) lockres->l_priv;
305 }
306
307 static inline struct ocfs2_dentry_lock *ocfs2_lock_res_dl(struct ocfs2_lock_res *lockres)
308 {
309         BUG_ON(lockres->l_type != OCFS2_LOCK_TYPE_DENTRY);
310
311         return (struct ocfs2_dentry_lock *)lockres->l_priv;
312 }
313
314 static inline struct ocfs2_mem_dqinfo *ocfs2_lock_res_qinfo(struct ocfs2_lock_res *lockres)
315 {
316         BUG_ON(lockres->l_type != OCFS2_LOCK_TYPE_QINFO);
317
318         return (struct ocfs2_mem_dqinfo *)lockres->l_priv;
319 }
320
321 static inline struct ocfs2_refcount_tree *
322 ocfs2_lock_res_refcount_tree(struct ocfs2_lock_res *res)
323 {
324         return container_of(res, struct ocfs2_refcount_tree, rf_lockres);
325 }
326
327 static inline struct ocfs2_super *ocfs2_get_lockres_osb(struct ocfs2_lock_res *lockres)
328 {
329         if (lockres->l_ops->get_osb)
330                 return lockres->l_ops->get_osb(lockres);
331
332         return (struct ocfs2_super *)lockres->l_priv;
333 }
334
335 static int ocfs2_lock_create(struct ocfs2_super *osb,
336                              struct ocfs2_lock_res *lockres,
337                              int level,
338                              u32 dlm_flags);
339 static inline int ocfs2_may_continue_on_blocked_lock(struct ocfs2_lock_res *lockres,
340                                                      int wanted);
341 static void __ocfs2_cluster_unlock(struct ocfs2_super *osb,
342                                    struct ocfs2_lock_res *lockres,
343                                    int level, unsigned long caller_ip);
344 static inline void ocfs2_cluster_unlock(struct ocfs2_super *osb,
345                                         struct ocfs2_lock_res *lockres,
346                                         int level)
347 {
348         __ocfs2_cluster_unlock(osb, lockres, level, _RET_IP_);
349 }
350
351 static inline void ocfs2_generic_handle_downconvert_action(struct ocfs2_lock_res *lockres);
352 static inline void ocfs2_generic_handle_convert_action(struct ocfs2_lock_res *lockres);
353 static inline void ocfs2_generic_handle_attach_action(struct ocfs2_lock_res *lockres);
354 static int ocfs2_generic_handle_bast(struct ocfs2_lock_res *lockres, int level);
355 static void ocfs2_schedule_blocked_lock(struct ocfs2_super *osb,
356                                         struct ocfs2_lock_res *lockres);
357 static inline void ocfs2_recover_from_dlm_error(struct ocfs2_lock_res *lockres,
358                                                 int convert);
359 #define ocfs2_log_dlm_error(_func, _err, _lockres) do {                                 \
360         if ((_lockres)->l_type != OCFS2_LOCK_TYPE_DENTRY)                               \
361                 mlog(ML_ERROR, "DLM error %d while calling %s on resource %s\n",        \
362                      _err, _func, _lockres->l_name);                                    \
363         else                                                                            \
364                 mlog(ML_ERROR, "DLM error %d while calling %s on resource %.*s%08x\n",  \
365                      _err, _func, OCFS2_DENTRY_LOCK_INO_START - 1, (_lockres)->l_name,  \
366                      (unsigned int)ocfs2_get_dentry_lock_ino(_lockres));                \
367 } while (0)
368 static int ocfs2_downconvert_thread(void *arg);
369 static void ocfs2_downconvert_on_unlock(struct ocfs2_super *osb,
370                                         struct ocfs2_lock_res *lockres);
371 static int ocfs2_inode_lock_update(struct inode *inode,
372                                   struct buffer_head **bh);
373 static void ocfs2_drop_osb_locks(struct ocfs2_super *osb);
374 static inline int ocfs2_highest_compat_lock_level(int level);
375 static unsigned int ocfs2_prepare_downconvert(struct ocfs2_lock_res *lockres,
376                                               int new_level);
377 static int ocfs2_downconvert_lock(struct ocfs2_super *osb,
378                                   struct ocfs2_lock_res *lockres,
379                                   int new_level,
380                                   int lvb,
381                                   unsigned int generation);
382 static int ocfs2_prepare_cancel_convert(struct ocfs2_super *osb,
383                                         struct ocfs2_lock_res *lockres);
384 static int ocfs2_cancel_convert(struct ocfs2_super *osb,
385                                 struct ocfs2_lock_res *lockres);
386
387
388 static void ocfs2_build_lock_name(enum ocfs2_lock_type type,
389                                   u64 blkno,
390                                   u32 generation,
391                                   char *name)
392 {
393         int len;
394
395         mlog_entry_void();
396
397         BUG_ON(type >= OCFS2_NUM_LOCK_TYPES);
398
399         len = snprintf(name, OCFS2_LOCK_ID_MAX_LEN, "%c%s%016llx%08x",
400                        ocfs2_lock_type_char(type), OCFS2_LOCK_ID_PAD,
401                        (long long)blkno, generation);
402
403         BUG_ON(len != (OCFS2_LOCK_ID_MAX_LEN - 1));
404
405         mlog(0, "built lock resource with name: %s\n", name);
406
407         mlog_exit_void();
408 }
409
410 static DEFINE_SPINLOCK(ocfs2_dlm_tracking_lock);
411
412 static void ocfs2_add_lockres_tracking(struct ocfs2_lock_res *res,
413                                        struct ocfs2_dlm_debug *dlm_debug)
414 {
415         mlog(0, "Add tracking for lockres %s\n", res->l_name);
416
417         spin_lock(&ocfs2_dlm_tracking_lock);
418         list_add(&res->l_debug_list, &dlm_debug->d_lockres_tracking);
419         spin_unlock(&ocfs2_dlm_tracking_lock);
420 }
421
422 static void ocfs2_remove_lockres_tracking(struct ocfs2_lock_res *res)
423 {
424         spin_lock(&ocfs2_dlm_tracking_lock);
425         if (!list_empty(&res->l_debug_list))
426                 list_del_init(&res->l_debug_list);
427         spin_unlock(&ocfs2_dlm_tracking_lock);
428 }
429
430 #ifdef CONFIG_OCFS2_FS_STATS
431 static void ocfs2_init_lock_stats(struct ocfs2_lock_res *res)
432 {
433         res->l_lock_num_prmode = 0;
434         res->l_lock_num_prmode_failed = 0;
435         res->l_lock_total_prmode = 0;
436         res->l_lock_max_prmode = 0;
437         res->l_lock_num_exmode = 0;
438         res->l_lock_num_exmode_failed = 0;
439         res->l_lock_total_exmode = 0;
440         res->l_lock_max_exmode = 0;
441         res->l_lock_refresh = 0;
442 }
443
444 static void ocfs2_update_lock_stats(struct ocfs2_lock_res *res, int level,
445                                     struct ocfs2_mask_waiter *mw, int ret)
446 {
447         unsigned long long *num, *sum;
448         unsigned int *max, *failed;
449         struct timespec ts = current_kernel_time();
450         unsigned long long time = timespec_to_ns(&ts) - mw->mw_lock_start;
451
452         if (level == LKM_PRMODE) {
453                 num = &res->l_lock_num_prmode;
454                 sum = &res->l_lock_total_prmode;
455                 max = &res->l_lock_max_prmode;
456                 failed = &res->l_lock_num_prmode_failed;
457         } else if (level == LKM_EXMODE) {
458                 num = &res->l_lock_num_exmode;
459                 sum = &res->l_lock_total_exmode;
460                 max = &res->l_lock_max_exmode;
461                 failed = &res->l_lock_num_exmode_failed;
462         } else
463                 return;
464
465         (*num)++;
466         (*sum) += time;
467         if (time > *max)
468                 *max = time;
469         if (ret)
470                 (*failed)++;
471 }
472
473 static inline void ocfs2_track_lock_refresh(struct ocfs2_lock_res *lockres)
474 {
475         lockres->l_lock_refresh++;
476 }
477
478 static inline void ocfs2_init_start_time(struct ocfs2_mask_waiter *mw)
479 {
480         struct timespec ts = current_kernel_time();
481         mw->mw_lock_start = timespec_to_ns(&ts);
482 }
483 #else
484 static inline void ocfs2_init_lock_stats(struct ocfs2_lock_res *res)
485 {
486 }
487 static inline void ocfs2_update_lock_stats(struct ocfs2_lock_res *res,
488                            int level, struct ocfs2_mask_waiter *mw, int ret)
489 {
490 }
491 static inline void ocfs2_track_lock_refresh(struct ocfs2_lock_res *lockres)
492 {
493 }
494 static inline void ocfs2_init_start_time(struct ocfs2_mask_waiter *mw)
495 {
496 }
497 #endif
498
499 static void ocfs2_lock_res_init_common(struct ocfs2_super *osb,
500                                        struct ocfs2_lock_res *res,
501                                        enum ocfs2_lock_type type,
502                                        struct ocfs2_lock_res_ops *ops,
503                                        void *priv)
504 {
505         res->l_type          = type;
506         res->l_ops           = ops;
507         res->l_priv          = priv;
508
509         res->l_level         = DLM_LOCK_IV;
510         res->l_requested     = DLM_LOCK_IV;
511         res->l_blocking      = DLM_LOCK_IV;
512         res->l_action        = OCFS2_AST_INVALID;
513         res->l_unlock_action = OCFS2_UNLOCK_INVALID;
514
515         res->l_flags         = OCFS2_LOCK_INITIALIZED;
516
517         ocfs2_add_lockres_tracking(res, osb->osb_dlm_debug);
518
519         ocfs2_init_lock_stats(res);
520 #ifdef CONFIG_DEBUG_LOCK_ALLOC
521         if (type != OCFS2_LOCK_TYPE_OPEN)
522                 lockdep_init_map(&res->l_lockdep_map, ocfs2_lock_type_strings[type],
523                                  &lockdep_keys[type], 0);
524         else
525                 res->l_lockdep_map.key = NULL;
526 #endif
527 }
528
529 void ocfs2_lock_res_init_once(struct ocfs2_lock_res *res)
530 {
531         /* This also clears out the lock status block */
532         memset(res, 0, sizeof(struct ocfs2_lock_res));
533         spin_lock_init(&res->l_lock);
534         init_waitqueue_head(&res->l_event);
535         INIT_LIST_HEAD(&res->l_blocked_list);
536         INIT_LIST_HEAD(&res->l_mask_waiters);
537 }
538
539 void ocfs2_inode_lock_res_init(struct ocfs2_lock_res *res,
540                                enum ocfs2_lock_type type,
541                                unsigned int generation,
542                                struct inode *inode)
543 {
544         struct ocfs2_lock_res_ops *ops;
545
546         switch(type) {
547                 case OCFS2_LOCK_TYPE_RW:
548                         ops = &ocfs2_inode_rw_lops;
549                         break;
550                 case OCFS2_LOCK_TYPE_META:
551                         ops = &ocfs2_inode_inode_lops;
552                         break;
553                 case OCFS2_LOCK_TYPE_OPEN:
554                         ops = &ocfs2_inode_open_lops;
555                         break;
556                 default:
557                         mlog_bug_on_msg(1, "type: %d\n", type);
558                         ops = NULL; /* thanks, gcc */
559                         break;
560         };
561
562         ocfs2_build_lock_name(type, OCFS2_I(inode)->ip_blkno,
563                               generation, res->l_name);
564         ocfs2_lock_res_init_common(OCFS2_SB(inode->i_sb), res, type, ops, inode);
565 }
566
567 static struct ocfs2_super *ocfs2_get_inode_osb(struct ocfs2_lock_res *lockres)
568 {
569         struct inode *inode = ocfs2_lock_res_inode(lockres);
570
571         return OCFS2_SB(inode->i_sb);
572 }
573
574 static struct ocfs2_super *ocfs2_get_qinfo_osb(struct ocfs2_lock_res *lockres)
575 {
576         struct ocfs2_mem_dqinfo *info = lockres->l_priv;
577
578         return OCFS2_SB(info->dqi_gi.dqi_sb);
579 }
580
581 static struct ocfs2_super *ocfs2_get_file_osb(struct ocfs2_lock_res *lockres)
582 {
583         struct ocfs2_file_private *fp = lockres->l_priv;
584
585         return OCFS2_SB(fp->fp_file->f_mapping->host->i_sb);
586 }
587
588 static __u64 ocfs2_get_dentry_lock_ino(struct ocfs2_lock_res *lockres)
589 {
590         __be64 inode_blkno_be;
591
592         memcpy(&inode_blkno_be, &lockres->l_name[OCFS2_DENTRY_LOCK_INO_START],
593                sizeof(__be64));
594
595         return be64_to_cpu(inode_blkno_be);
596 }
597
598 static struct ocfs2_super *ocfs2_get_dentry_osb(struct ocfs2_lock_res *lockres)
599 {
600         struct ocfs2_dentry_lock *dl = lockres->l_priv;
601
602         return OCFS2_SB(dl->dl_inode->i_sb);
603 }
604
605 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl,
606                                 u64 parent, struct inode *inode)
607 {
608         int len;
609         u64 inode_blkno = OCFS2_I(inode)->ip_blkno;
610         __be64 inode_blkno_be = cpu_to_be64(inode_blkno);
611         struct ocfs2_lock_res *lockres = &dl->dl_lockres;
612
613         ocfs2_lock_res_init_once(lockres);
614
615         /*
616          * Unfortunately, the standard lock naming scheme won't work
617          * here because we have two 16 byte values to use. Instead,
618          * we'll stuff the inode number as a binary value. We still
619          * want error prints to show something without garbling the
620          * display, so drop a null byte in there before the inode
621          * number. A future version of OCFS2 will likely use all
622          * binary lock names. The stringified names have been a
623          * tremendous aid in debugging, but now that the debugfs
624          * interface exists, we can mangle things there if need be.
625          *
626          * NOTE: We also drop the standard "pad" value (the total lock
627          * name size stays the same though - the last part is all
628          * zeros due to the memset in ocfs2_lock_res_init_once()
629          */
630         len = snprintf(lockres->l_name, OCFS2_DENTRY_LOCK_INO_START,
631                        "%c%016llx",
632                        ocfs2_lock_type_char(OCFS2_LOCK_TYPE_DENTRY),
633                        (long long)parent);
634
635         BUG_ON(len != (OCFS2_DENTRY_LOCK_INO_START - 1));
636
637         memcpy(&lockres->l_name[OCFS2_DENTRY_LOCK_INO_START], &inode_blkno_be,
638                sizeof(__be64));
639
640         ocfs2_lock_res_init_common(OCFS2_SB(inode->i_sb), lockres,
641                                    OCFS2_LOCK_TYPE_DENTRY, &ocfs2_dentry_lops,
642                                    dl);
643 }
644
645 static void ocfs2_super_lock_res_init(struct ocfs2_lock_res *res,
646                                       struct ocfs2_super *osb)
647 {
648         /* Superblock lockres doesn't come from a slab so we call init
649          * once on it manually.  */
650         ocfs2_lock_res_init_once(res);
651         ocfs2_build_lock_name(OCFS2_LOCK_TYPE_SUPER, OCFS2_SUPER_BLOCK_BLKNO,
652                               0, res->l_name);
653         ocfs2_lock_res_init_common(osb, res, OCFS2_LOCK_TYPE_SUPER,
654                                    &ocfs2_super_lops, osb);
655 }
656
657 static void ocfs2_rename_lock_res_init(struct ocfs2_lock_res *res,
658                                        struct ocfs2_super *osb)
659 {
660         /* Rename lockres doesn't come from a slab so we call init
661          * once on it manually.  */
662         ocfs2_lock_res_init_once(res);
663         ocfs2_build_lock_name(OCFS2_LOCK_TYPE_RENAME, 0, 0, res->l_name);
664         ocfs2_lock_res_init_common(osb, res, OCFS2_LOCK_TYPE_RENAME,
665                                    &ocfs2_rename_lops, osb);
666 }
667
668 static void ocfs2_nfs_sync_lock_res_init(struct ocfs2_lock_res *res,
669                                          struct ocfs2_super *osb)
670 {
671         /* nfs_sync lockres doesn't come from a slab so we call init
672          * once on it manually.  */
673         ocfs2_lock_res_init_once(res);
674         ocfs2_build_lock_name(OCFS2_LOCK_TYPE_NFS_SYNC, 0, 0, res->l_name);
675         ocfs2_lock_res_init_common(osb, res, OCFS2_LOCK_TYPE_NFS_SYNC,
676                                    &ocfs2_nfs_sync_lops, osb);
677 }
678
679 static void ocfs2_orphan_scan_lock_res_init(struct ocfs2_lock_res *res,
680                                             struct ocfs2_super *osb)
681 {
682         ocfs2_lock_res_init_once(res);
683         ocfs2_build_lock_name(OCFS2_LOCK_TYPE_ORPHAN_SCAN, 0, 0, res->l_name);
684         ocfs2_lock_res_init_common(osb, res, OCFS2_LOCK_TYPE_ORPHAN_SCAN,
685                                    &ocfs2_orphan_scan_lops, osb);
686 }
687
688 void ocfs2_file_lock_res_init(struct ocfs2_lock_res *lockres,
689                               struct ocfs2_file_private *fp)
690 {
691         struct inode *inode = fp->fp_file->f_mapping->host;
692         struct ocfs2_inode_info *oi = OCFS2_I(inode);
693
694         ocfs2_lock_res_init_once(lockres);
695         ocfs2_build_lock_name(OCFS2_LOCK_TYPE_FLOCK, oi->ip_blkno,
696                               inode->i_generation, lockres->l_name);
697         ocfs2_lock_res_init_common(OCFS2_SB(inode->i_sb), lockres,
698                                    OCFS2_LOCK_TYPE_FLOCK, &ocfs2_flock_lops,
699                                    fp);
700         lockres->l_flags |= OCFS2_LOCK_NOCACHE;
701 }
702
703 void ocfs2_qinfo_lock_res_init(struct ocfs2_lock_res *lockres,
704                                struct ocfs2_mem_dqinfo *info)
705 {
706         ocfs2_lock_res_init_once(lockres);
707         ocfs2_build_lock_name(OCFS2_LOCK_TYPE_QINFO, info->dqi_gi.dqi_type,
708                               0, lockres->l_name);
709         ocfs2_lock_res_init_common(OCFS2_SB(info->dqi_gi.dqi_sb), lockres,
710                                    OCFS2_LOCK_TYPE_QINFO, &ocfs2_qinfo_lops,
711                                    info);
712 }
713
714 void ocfs2_refcount_lock_res_init(struct ocfs2_lock_res *lockres,
715                                   struct ocfs2_super *osb, u64 ref_blkno,
716                                   unsigned int generation)
717 {
718         ocfs2_lock_res_init_once(lockres);
719         ocfs2_build_lock_name(OCFS2_LOCK_TYPE_REFCOUNT, ref_blkno,
720                               generation, lockres->l_name);
721         ocfs2_lock_res_init_common(osb, lockres, OCFS2_LOCK_TYPE_REFCOUNT,
722                                    &ocfs2_refcount_block_lops, osb);
723 }
724
725 void ocfs2_lock_res_free(struct ocfs2_lock_res *res)
726 {
727         mlog_entry_void();
728
729         if (!(res->l_flags & OCFS2_LOCK_INITIALIZED))
730                 return;
731
732         ocfs2_remove_lockres_tracking(res);
733
734         mlog_bug_on_msg(!list_empty(&res->l_blocked_list),
735                         "Lockres %s is on the blocked list\n",
736                         res->l_name);
737         mlog_bug_on_msg(!list_empty(&res->l_mask_waiters),
738                         "Lockres %s has mask waiters pending\n",
739                         res->l_name);
740         mlog_bug_on_msg(spin_is_locked(&res->l_lock),
741                         "Lockres %s is locked\n",
742                         res->l_name);
743         mlog_bug_on_msg(res->l_ro_holders,
744                         "Lockres %s has %u ro holders\n",
745                         res->l_name, res->l_ro_holders);
746         mlog_bug_on_msg(res->l_ex_holders,
747                         "Lockres %s has %u ex holders\n",
748                         res->l_name, res->l_ex_holders);
749
750         /* Need to clear out the lock status block for the dlm */
751         memset(&res->l_lksb, 0, sizeof(res->l_lksb));
752
753         res->l_flags = 0UL;
754         mlog_exit_void();
755 }
756
757 static inline void ocfs2_inc_holders(struct ocfs2_lock_res *lockres,
758                                      int level)
759 {
760         mlog_entry_void();
761
762         BUG_ON(!lockres);
763
764         switch(level) {
765         case DLM_LOCK_EX:
766                 lockres->l_ex_holders++;
767                 break;
768         case DLM_LOCK_PR:
769                 lockres->l_ro_holders++;
770                 break;
771         default:
772                 BUG();
773         }
774
775         mlog_exit_void();
776 }
777
778 static inline void ocfs2_dec_holders(struct ocfs2_lock_res *lockres,
779                                      int level)
780 {
781         mlog_entry_void();
782
783         BUG_ON(!lockres);
784
785         switch(level) {
786         case DLM_LOCK_EX:
787                 BUG_ON(!lockres->l_ex_holders);
788                 lockres->l_ex_holders--;
789                 break;
790         case DLM_LOCK_PR:
791                 BUG_ON(!lockres->l_ro_holders);
792                 lockres->l_ro_holders--;
793                 break;
794         default:
795                 BUG();
796         }
797         mlog_exit_void();
798 }
799
800 /* WARNING: This function lives in a world where the only three lock
801  * levels are EX, PR, and NL. It *will* have to be adjusted when more
802  * lock types are added. */
803 static inline int ocfs2_highest_compat_lock_level(int level)
804 {
805         int new_level = DLM_LOCK_EX;
806
807         if (level == DLM_LOCK_EX)
808                 new_level = DLM_LOCK_NL;
809         else if (level == DLM_LOCK_PR)
810                 new_level = DLM_LOCK_PR;
811         return new_level;
812 }
813
814 static void lockres_set_flags(struct ocfs2_lock_res *lockres,
815                               unsigned long newflags)
816 {
817         struct ocfs2_mask_waiter *mw, *tmp;
818
819         assert_spin_locked(&lockres->l_lock);
820
821         lockres->l_flags = newflags;
822
823         list_for_each_entry_safe(mw, tmp, &lockres->l_mask_waiters, mw_item) {
824                 if ((lockres->l_flags & mw->mw_mask) != mw->mw_goal)
825                         continue;
826
827                 list_del_init(&mw->mw_item);
828                 mw->mw_status = 0;
829                 complete(&mw->mw_complete);
830         }
831 }
832 static void lockres_or_flags(struct ocfs2_lock_res *lockres, unsigned long or)
833 {
834         lockres_set_flags(lockres, lockres->l_flags | or);
835 }
836 static void lockres_clear_flags(struct ocfs2_lock_res *lockres,
837                                 unsigned long clear)
838 {
839         lockres_set_flags(lockres, lockres->l_flags & ~clear);
840 }
841
842 static inline void ocfs2_generic_handle_downconvert_action(struct ocfs2_lock_res *lockres)
843 {
844         mlog_entry_void();
845
846         BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BUSY));
847         BUG_ON(!(lockres->l_flags & OCFS2_LOCK_ATTACHED));
848         BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BLOCKED));
849         BUG_ON(lockres->l_blocking <= DLM_LOCK_NL);
850
851         lockres->l_level = lockres->l_requested;
852         if (lockres->l_level <=
853             ocfs2_highest_compat_lock_level(lockres->l_blocking)) {
854                 lockres->l_blocking = DLM_LOCK_NL;
855                 lockres_clear_flags(lockres, OCFS2_LOCK_BLOCKED);
856         }
857         lockres_clear_flags(lockres, OCFS2_LOCK_BUSY);
858
859         mlog_exit_void();
860 }
861
862 static inline void ocfs2_generic_handle_convert_action(struct ocfs2_lock_res *lockres)
863 {
864         mlog_entry_void();
865
866         BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BUSY));
867         BUG_ON(!(lockres->l_flags & OCFS2_LOCK_ATTACHED));
868
869         /* Convert from RO to EX doesn't really need anything as our
870          * information is already up to data. Convert from NL to
871          * *anything* however should mark ourselves as needing an
872          * update */
873         if (lockres->l_level == DLM_LOCK_NL &&
874             lockres->l_ops->flags & LOCK_TYPE_REQUIRES_REFRESH)
875                 lockres_or_flags(lockres, OCFS2_LOCK_NEEDS_REFRESH);
876
877         lockres->l_level = lockres->l_requested;
878         lockres_clear_flags(lockres, OCFS2_LOCK_BUSY);
879
880         mlog_exit_void();
881 }
882
883 static inline void ocfs2_generic_handle_attach_action(struct ocfs2_lock_res *lockres)
884 {
885         mlog_entry_void();
886
887         BUG_ON((!(lockres->l_flags & OCFS2_LOCK_BUSY)));
888         BUG_ON(lockres->l_flags & OCFS2_LOCK_ATTACHED);
889
890         if (lockres->l_requested > DLM_LOCK_NL &&
891             !(lockres->l_flags & OCFS2_LOCK_LOCAL) &&
892             lockres->l_ops->flags & LOCK_TYPE_REQUIRES_REFRESH)
893                 lockres_or_flags(lockres, OCFS2_LOCK_NEEDS_REFRESH);
894
895         lockres->l_level = lockres->l_requested;
896         lockres_or_flags(lockres, OCFS2_LOCK_ATTACHED);
897         lockres_clear_flags(lockres, OCFS2_LOCK_BUSY);
898
899         mlog_exit_void();
900 }
901
902 static int ocfs2_generic_handle_bast(struct ocfs2_lock_res *lockres,
903                                      int level)
904 {
905         int needs_downconvert = 0;
906         mlog_entry_void();
907
908         assert_spin_locked(&lockres->l_lock);
909
910         if (level > lockres->l_blocking) {
911                 /* only schedule a downconvert if we haven't already scheduled
912                  * one that goes low enough to satisfy the level we're
913                  * blocking.  this also catches the case where we get
914                  * duplicate BASTs */
915                 if (ocfs2_highest_compat_lock_level(level) <
916                     ocfs2_highest_compat_lock_level(lockres->l_blocking))
917                         needs_downconvert = 1;
918
919                 lockres->l_blocking = level;
920         }
921
922         if (needs_downconvert)
923                 lockres_or_flags(lockres, OCFS2_LOCK_BLOCKED);
924
925         mlog_exit(needs_downconvert);
926         return needs_downconvert;
927 }
928
929 /*
930  * OCFS2_LOCK_PENDING and l_pending_gen.
931  *
932  * Why does OCFS2_LOCK_PENDING exist?  To close a race between setting
933  * OCFS2_LOCK_BUSY and calling ocfs2_dlm_lock().  See ocfs2_unblock_lock()
934  * for more details on the race.
935  *
936  * OCFS2_LOCK_PENDING closes the race quite nicely.  However, it introduces
937  * a race on itself.  In o2dlm, we can get the ast before ocfs2_dlm_lock()
938  * returns.  The ast clears OCFS2_LOCK_BUSY, and must therefore clear
939  * OCFS2_LOCK_PENDING at the same time.  When ocfs2_dlm_lock() returns,
940  * the caller is going to try to clear PENDING again.  If nothing else is
941  * happening, __lockres_clear_pending() sees PENDING is unset and does
942  * nothing.
943  *
944  * But what if another path (eg downconvert thread) has just started a
945  * new locking action?  The other path has re-set PENDING.  Our path
946  * cannot clear PENDING, because that will re-open the original race
947  * window.
948  *
949  * [Example]
950  *
951  * ocfs2_meta_lock()
952  *  ocfs2_cluster_lock()
953  *   set BUSY
954  *   set PENDING
955  *   drop l_lock
956  *   ocfs2_dlm_lock()
957  *    ocfs2_locking_ast()               ocfs2_downconvert_thread()
958  *     clear PENDING                     ocfs2_unblock_lock()
959  *                                        take_l_lock
960  *                                        !BUSY
961  *                                        ocfs2_prepare_downconvert()
962  *                                         set BUSY
963  *                                         set PENDING
964  *                                        drop l_lock
965  *   take l_lock
966  *   clear PENDING
967  *   drop l_lock
968  *                      <window>
969  *                                        ocfs2_dlm_lock()
970  *
971  * So as you can see, we now have a window where l_lock is not held,
972  * PENDING is not set, and ocfs2_dlm_lock() has not been called.
973  *
974  * The core problem is that ocfs2_cluster_lock() has cleared the PENDING
975  * set by ocfs2_prepare_downconvert().  That wasn't nice.
976  *
977  * To solve this we introduce l_pending_gen.  A call to
978  * lockres_clear_pending() will only do so when it is passed a generation
979  * number that matches the lockres.  lockres_set_pending() will return the
980  * current generation number.  When ocfs2_cluster_lock() goes to clear
981  * PENDING, it passes the generation it got from set_pending().  In our
982  * example above, the generation numbers will *not* match.  Thus,
983  * ocfs2_cluster_lock() will not clear the PENDING set by
984  * ocfs2_prepare_downconvert().
985  */
986
987 /* Unlocked version for ocfs2_locking_ast() */
988 static void __lockres_clear_pending(struct ocfs2_lock_res *lockres,
989                                     unsigned int generation,
990                                     struct ocfs2_super *osb)
991 {
992         assert_spin_locked(&lockres->l_lock);
993
994         /*
995          * The ast and locking functions can race us here.  The winner
996          * will clear pending, the loser will not.
997          */
998         if (!(lockres->l_flags & OCFS2_LOCK_PENDING) ||
999             (lockres->l_pending_gen != generation))
1000                 return;
1001
1002         lockres_clear_flags(lockres, OCFS2_LOCK_PENDING);
1003         lockres->l_pending_gen++;
1004
1005         /*
1006          * The downconvert thread may have skipped us because we
1007          * were PENDING.  Wake it up.
1008          */
1009         if (lockres->l_flags & OCFS2_LOCK_BLOCKED)
1010                 ocfs2_wake_downconvert_thread(osb);
1011 }
1012
1013 /* Locked version for callers of ocfs2_dlm_lock() */
1014 static void lockres_clear_pending(struct ocfs2_lock_res *lockres,
1015                                   unsigned int generation,
1016                                   struct ocfs2_super *osb)
1017 {
1018         unsigned long flags;
1019
1020         spin_lock_irqsave(&lockres->l_lock, flags);
1021         __lockres_clear_pending(lockres, generation, osb);
1022         spin_unlock_irqrestore(&lockres->l_lock, flags);
1023 }
1024
1025 static unsigned int lockres_set_pending(struct ocfs2_lock_res *lockres)
1026 {
1027         assert_spin_locked(&lockres->l_lock);
1028         BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BUSY));
1029
1030         lockres_or_flags(lockres, OCFS2_LOCK_PENDING);
1031
1032         return lockres->l_pending_gen;
1033 }
1034
1035
1036 static void ocfs2_blocking_ast(void *opaque, int level)
1037 {
1038         struct ocfs2_lock_res *lockres = opaque;
1039         struct ocfs2_super *osb = ocfs2_get_lockres_osb(lockres);
1040         int needs_downconvert;
1041         unsigned long flags;
1042
1043         BUG_ON(level <= DLM_LOCK_NL);
1044
1045         mlog(0, "BAST fired for lockres %s, blocking %d, level %d type %s\n",
1046              lockres->l_name, level, lockres->l_level,
1047              ocfs2_lock_type_string(lockres->l_type));
1048
1049         /*
1050          * We can skip the bast for locks which don't enable caching -
1051          * they'll be dropped at the earliest possible time anyway.
1052          */
1053         if (lockres->l_flags & OCFS2_LOCK_NOCACHE)
1054                 return;
1055
1056         spin_lock_irqsave(&lockres->l_lock, flags);
1057         needs_downconvert = ocfs2_generic_handle_bast(lockres, level);
1058         if (needs_downconvert)
1059                 ocfs2_schedule_blocked_lock(osb, lockres);
1060         spin_unlock_irqrestore(&lockres->l_lock, flags);
1061
1062         wake_up(&lockres->l_event);
1063
1064         ocfs2_wake_downconvert_thread(osb);
1065 }
1066
1067 static void ocfs2_locking_ast(void *opaque)
1068 {
1069         struct ocfs2_lock_res *lockres = opaque;
1070         struct ocfs2_super *osb = ocfs2_get_lockres_osb(lockres);
1071         unsigned long flags;
1072         int status;
1073
1074         spin_lock_irqsave(&lockres->l_lock, flags);
1075
1076         status = ocfs2_dlm_lock_status(&lockres->l_lksb);
1077
1078         if (status == -EAGAIN) {
1079                 lockres_clear_flags(lockres, OCFS2_LOCK_BUSY);
1080                 goto out;
1081         }
1082
1083         if (status) {
1084                 mlog(ML_ERROR, "lockres %s: lksb status value of %d!\n",
1085                      lockres->l_name, status);
1086                 spin_unlock_irqrestore(&lockres->l_lock, flags);
1087                 return;
1088         }
1089
1090         switch(lockres->l_action) {
1091         case OCFS2_AST_ATTACH:
1092                 ocfs2_generic_handle_attach_action(lockres);
1093                 lockres_clear_flags(lockres, OCFS2_LOCK_LOCAL);
1094                 break;
1095         case OCFS2_AST_CONVERT:
1096                 ocfs2_generic_handle_convert_action(lockres);
1097                 break;
1098         case OCFS2_AST_DOWNCONVERT:
1099                 ocfs2_generic_handle_downconvert_action(lockres);
1100                 break;
1101         default:
1102                 mlog(ML_ERROR, "lockres %s: ast fired with invalid action: %u "
1103                      "lockres flags = 0x%lx, unlock action: %u\n",
1104                      lockres->l_name, lockres->l_action, lockres->l_flags,
1105                      lockres->l_unlock_action);
1106                 BUG();
1107         }
1108 out:
1109         /* set it to something invalid so if we get called again we
1110          * can catch it. */
1111         lockres->l_action = OCFS2_AST_INVALID;
1112
1113         /* Did we try to cancel this lock?  Clear that state */
1114         if (lockres->l_unlock_action == OCFS2_UNLOCK_CANCEL_CONVERT)
1115                 lockres->l_unlock_action = OCFS2_UNLOCK_INVALID;
1116
1117         /*
1118          * We may have beaten the locking functions here.  We certainly
1119          * know that dlm_lock() has been called :-)
1120          * Because we can't have two lock calls in flight at once, we
1121          * can use lockres->l_pending_gen.
1122          */
1123         __lockres_clear_pending(lockres, lockres->l_pending_gen,  osb);
1124
1125         wake_up(&lockres->l_event);
1126         spin_unlock_irqrestore(&lockres->l_lock, flags);
1127 }
1128
1129 static inline void ocfs2_recover_from_dlm_error(struct ocfs2_lock_res *lockres,
1130                                                 int convert)
1131 {
1132         unsigned long flags;
1133
1134         mlog_entry_void();
1135         spin_lock_irqsave(&lockres->l_lock, flags);
1136         lockres_clear_flags(lockres, OCFS2_LOCK_BUSY);
1137         if (convert)
1138                 lockres->l_action = OCFS2_AST_INVALID;
1139         else
1140                 lockres->l_unlock_action = OCFS2_UNLOCK_INVALID;
1141         spin_unlock_irqrestore(&lockres->l_lock, flags);
1142
1143         wake_up(&lockres->l_event);
1144         mlog_exit_void();
1145 }
1146
1147 /* Note: If we detect another process working on the lock (i.e.,
1148  * OCFS2_LOCK_BUSY), we'll bail out returning 0. It's up to the caller
1149  * to do the right thing in that case.
1150  */
1151 static int ocfs2_lock_create(struct ocfs2_super *osb,
1152                              struct ocfs2_lock_res *lockres,
1153                              int level,
1154                              u32 dlm_flags)
1155 {
1156         int ret = 0;
1157         unsigned long flags;
1158         unsigned int gen;
1159
1160         mlog_entry_void();
1161
1162         mlog(0, "lock %s, level = %d, flags = %u\n", lockres->l_name, level,
1163              dlm_flags);
1164
1165         spin_lock_irqsave(&lockres->l_lock, flags);
1166         if ((lockres->l_flags & OCFS2_LOCK_ATTACHED) ||
1167             (lockres->l_flags & OCFS2_LOCK_BUSY)) {
1168                 spin_unlock_irqrestore(&lockres->l_lock, flags);
1169                 goto bail;
1170         }
1171
1172         lockres->l_action = OCFS2_AST_ATTACH;
1173         lockres->l_requested = level;
1174         lockres_or_flags(lockres, OCFS2_LOCK_BUSY);
1175         gen = lockres_set_pending(lockres);
1176         spin_unlock_irqrestore(&lockres->l_lock, flags);
1177
1178         ret = ocfs2_dlm_lock(osb->cconn,
1179                              level,
1180                              &lockres->l_lksb,
1181                              dlm_flags,
1182                              lockres->l_name,
1183                              OCFS2_LOCK_ID_MAX_LEN - 1,
1184                              lockres);
1185         lockres_clear_pending(lockres, gen, osb);
1186         if (ret) {
1187                 ocfs2_log_dlm_error("ocfs2_dlm_lock", ret, lockres);
1188                 ocfs2_recover_from_dlm_error(lockres, 1);
1189         }
1190
1191         mlog(0, "lock %s, return from ocfs2_dlm_lock\n", lockres->l_name);
1192
1193 bail:
1194         mlog_exit(ret);
1195         return ret;
1196 }
1197
1198 static inline int ocfs2_check_wait_flag(struct ocfs2_lock_res *lockres,
1199                                         int flag)
1200 {
1201         unsigned long flags;
1202         int ret;
1203
1204         spin_lock_irqsave(&lockres->l_lock, flags);
1205         ret = lockres->l_flags & flag;
1206         spin_unlock_irqrestore(&lockres->l_lock, flags);
1207
1208         return ret;
1209 }
1210
1211 static inline void ocfs2_wait_on_busy_lock(struct ocfs2_lock_res *lockres)
1212
1213 {
1214         wait_event(lockres->l_event,
1215                    !ocfs2_check_wait_flag(lockres, OCFS2_LOCK_BUSY));
1216 }
1217
1218 static inline void ocfs2_wait_on_refreshing_lock(struct ocfs2_lock_res *lockres)
1219
1220 {
1221         wait_event(lockres->l_event,
1222                    !ocfs2_check_wait_flag(lockres, OCFS2_LOCK_REFRESHING));
1223 }
1224
1225 /* predict what lock level we'll be dropping down to on behalf
1226  * of another node, and return true if the currently wanted
1227  * level will be compatible with it. */
1228 static inline int ocfs2_may_continue_on_blocked_lock(struct ocfs2_lock_res *lockres,
1229                                                      int wanted)
1230 {
1231         BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BLOCKED));
1232
1233         return wanted <= ocfs2_highest_compat_lock_level(lockres->l_blocking);
1234 }
1235
1236 static void ocfs2_init_mask_waiter(struct ocfs2_mask_waiter *mw)
1237 {
1238         INIT_LIST_HEAD(&mw->mw_item);
1239         init_completion(&mw->mw_complete);
1240         ocfs2_init_start_time(mw);
1241 }
1242
1243 static int ocfs2_wait_for_mask(struct ocfs2_mask_waiter *mw)
1244 {
1245         wait_for_completion(&mw->mw_complete);
1246         /* Re-arm the completion in case we want to wait on it again */
1247         INIT_COMPLETION(mw->mw_complete);
1248         return mw->mw_status;
1249 }
1250
1251 static void lockres_add_mask_waiter(struct ocfs2_lock_res *lockres,
1252                                     struct ocfs2_mask_waiter *mw,
1253                                     unsigned long mask,
1254                                     unsigned long goal)
1255 {
1256         BUG_ON(!list_empty(&mw->mw_item));
1257
1258         assert_spin_locked(&lockres->l_lock);
1259
1260         list_add_tail(&mw->mw_item, &lockres->l_mask_waiters);
1261         mw->mw_mask = mask;
1262         mw->mw_goal = goal;
1263 }
1264
1265 /* returns 0 if the mw that was removed was already satisfied, -EBUSY
1266  * if the mask still hadn't reached its goal */
1267 static int lockres_remove_mask_waiter(struct ocfs2_lock_res *lockres,
1268                                       struct ocfs2_mask_waiter *mw)
1269 {
1270         unsigned long flags;
1271         int ret = 0;
1272
1273         spin_lock_irqsave(&lockres->l_lock, flags);
1274         if (!list_empty(&mw->mw_item)) {
1275                 if ((lockres->l_flags & mw->mw_mask) != mw->mw_goal)
1276                         ret = -EBUSY;
1277
1278                 list_del_init(&mw->mw_item);
1279                 init_completion(&mw->mw_complete);
1280         }
1281         spin_unlock_irqrestore(&lockres->l_lock, flags);
1282
1283         return ret;
1284
1285 }
1286
1287 static int ocfs2_wait_for_mask_interruptible(struct ocfs2_mask_waiter *mw,
1288                                              struct ocfs2_lock_res *lockres)
1289 {
1290         int ret;
1291
1292         ret = wait_for_completion_interruptible(&mw->mw_complete);
1293         if (ret)
1294                 lockres_remove_mask_waiter(lockres, mw);
1295         else
1296                 ret = mw->mw_status;
1297         /* Re-arm the completion in case we want to wait on it again */
1298         INIT_COMPLETION(mw->mw_complete);
1299         return ret;
1300 }
1301
1302 static int __ocfs2_cluster_lock(struct ocfs2_super *osb,
1303                                 struct ocfs2_lock_res *lockres,
1304                                 int level,
1305                                 u32 lkm_flags,
1306                                 int arg_flags,
1307                                 int l_subclass,
1308                                 unsigned long caller_ip)
1309 {
1310         struct ocfs2_mask_waiter mw;
1311         int wait, catch_signals = !(osb->s_mount_opt & OCFS2_MOUNT_NOINTR);
1312         int ret = 0; /* gcc doesn't realize wait = 1 guarantees ret is set */
1313         unsigned long flags;
1314         unsigned int gen;
1315         int noqueue_attempted = 0;
1316
1317         mlog_entry_void();
1318
1319         ocfs2_init_mask_waiter(&mw);
1320
1321         if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB)
1322                 lkm_flags |= DLM_LKF_VALBLK;
1323
1324 again:
1325         wait = 0;
1326
1327         if (catch_signals && signal_pending(current)) {
1328                 ret = -ERESTARTSYS;
1329                 goto out;
1330         }
1331
1332         spin_lock_irqsave(&lockres->l_lock, flags);
1333
1334         mlog_bug_on_msg(lockres->l_flags & OCFS2_LOCK_FREEING,
1335                         "Cluster lock called on freeing lockres %s! flags "
1336                         "0x%lx\n", lockres->l_name, lockres->l_flags);
1337
1338         /* We only compare against the currently granted level
1339          * here. If the lock is blocked waiting on a downconvert,
1340          * we'll get caught below. */
1341         if (lockres->l_flags & OCFS2_LOCK_BUSY &&
1342             level > lockres->l_level) {
1343                 /* is someone sitting in dlm_lock? If so, wait on
1344                  * them. */
1345                 lockres_add_mask_waiter(lockres, &mw, OCFS2_LOCK_BUSY, 0);
1346                 wait = 1;
1347                 goto unlock;
1348         }
1349
1350         if (lockres->l_flags & OCFS2_LOCK_BLOCKED &&
1351             !ocfs2_may_continue_on_blocked_lock(lockres, level)) {
1352                 /* is the lock is currently blocked on behalf of
1353                  * another node */
1354                 lockres_add_mask_waiter(lockres, &mw, OCFS2_LOCK_BLOCKED, 0);
1355                 wait = 1;
1356                 goto unlock;
1357         }
1358
1359         if (level > lockres->l_level) {
1360                 if (noqueue_attempted > 0) {
1361                         ret = -EAGAIN;
1362                         goto unlock;
1363                 }
1364                 if (lkm_flags & DLM_LKF_NOQUEUE)
1365                         noqueue_attempted = 1;
1366
1367                 if (lockres->l_action != OCFS2_AST_INVALID)
1368                         mlog(ML_ERROR, "lockres %s has action %u pending\n",
1369                              lockres->l_name, lockres->l_action);
1370
1371                 if (!(lockres->l_flags & OCFS2_LOCK_ATTACHED)) {
1372                         lockres->l_action = OCFS2_AST_ATTACH;
1373                         lkm_flags &= ~DLM_LKF_CONVERT;
1374                 } else {
1375                         lockres->l_action = OCFS2_AST_CONVERT;
1376                         lkm_flags |= DLM_LKF_CONVERT;
1377                 }
1378
1379                 lockres->l_requested = level;
1380                 lockres_or_flags(lockres, OCFS2_LOCK_BUSY);
1381                 gen = lockres_set_pending(lockres);
1382                 spin_unlock_irqrestore(&lockres->l_lock, flags);
1383
1384                 BUG_ON(level == DLM_LOCK_IV);
1385                 BUG_ON(level == DLM_LOCK_NL);
1386
1387                 mlog(0, "lock %s, convert from %d to level = %d\n",
1388                      lockres->l_name, lockres->l_level, level);
1389
1390                 /* call dlm_lock to upgrade lock now */
1391                 ret = ocfs2_dlm_lock(osb->cconn,
1392                                      level,
1393                                      &lockres->l_lksb,
1394                                      lkm_flags,
1395                                      lockres->l_name,
1396                                      OCFS2_LOCK_ID_MAX_LEN - 1,
1397                                      lockres);
1398                 lockres_clear_pending(lockres, gen, osb);
1399                 if (ret) {
1400                         if (!(lkm_flags & DLM_LKF_NOQUEUE) ||
1401                             (ret != -EAGAIN)) {
1402                                 ocfs2_log_dlm_error("ocfs2_dlm_lock",
1403                                                     ret, lockres);
1404                         }
1405                         ocfs2_recover_from_dlm_error(lockres, 1);
1406                         goto out;
1407                 }
1408
1409                 mlog(0, "lock %s, successful return from ocfs2_dlm_lock\n",
1410                      lockres->l_name);
1411
1412                 /* At this point we've gone inside the dlm and need to
1413                  * complete our work regardless. */
1414                 catch_signals = 0;
1415
1416                 /* wait for busy to clear and carry on */
1417                 goto again;
1418         }
1419
1420         /* Ok, if we get here then we're good to go. */
1421         ocfs2_inc_holders(lockres, level);
1422
1423         ret = 0;
1424 unlock:
1425         spin_unlock_irqrestore(&lockres->l_lock, flags);
1426 out:
1427         /*
1428          * This is helping work around a lock inversion between the page lock
1429          * and dlm locks.  One path holds the page lock while calling aops
1430          * which block acquiring dlm locks.  The voting thread holds dlm
1431          * locks while acquiring page locks while down converting data locks.
1432          * This block is helping an aop path notice the inversion and back
1433          * off to unlock its page lock before trying the dlm lock again.
1434          */
1435         if (wait && arg_flags & OCFS2_LOCK_NONBLOCK &&
1436             mw.mw_mask & (OCFS2_LOCK_BUSY|OCFS2_LOCK_BLOCKED)) {
1437                 wait = 0;
1438                 if (lockres_remove_mask_waiter(lockres, &mw))
1439                         ret = -EAGAIN;
1440                 else
1441                         goto again;
1442         }
1443         if (wait) {
1444                 ret = ocfs2_wait_for_mask(&mw);
1445                 if (ret == 0)
1446                         goto again;
1447                 mlog_errno(ret);
1448         }
1449         ocfs2_update_lock_stats(lockres, level, &mw, ret);
1450
1451 #ifdef CONFIG_DEBUG_LOCK_ALLOC
1452         if (!ret && lockres->l_lockdep_map.key != NULL) {
1453                 if (level == DLM_LOCK_PR)
1454                         rwsem_acquire_read(&lockres->l_lockdep_map, l_subclass,
1455                                 !!(arg_flags & OCFS2_META_LOCK_NOQUEUE),
1456                                 caller_ip);
1457                 else
1458                         rwsem_acquire(&lockres->l_lockdep_map, l_subclass,
1459                                 !!(arg_flags & OCFS2_META_LOCK_NOQUEUE),
1460                                 caller_ip);
1461         }
1462 #endif
1463         mlog_exit(ret);
1464         return ret;
1465 }
1466
1467 static inline int ocfs2_cluster_lock(struct ocfs2_super *osb,
1468                                      struct ocfs2_lock_res *lockres,
1469                                      int level,
1470                                      u32 lkm_flags,
1471                                      int arg_flags)
1472 {
1473         return __ocfs2_cluster_lock(osb, lockres, level, lkm_flags, arg_flags,
1474                                     0, _RET_IP_);
1475 }
1476
1477
1478 static void __ocfs2_cluster_unlock(struct ocfs2_super *osb,
1479                                    struct ocfs2_lock_res *lockres,
1480                                    int level,
1481                                    unsigned long caller_ip)
1482 {
1483         unsigned long flags;
1484
1485         mlog_entry_void();
1486         spin_lock_irqsave(&lockres->l_lock, flags);
1487         ocfs2_dec_holders(lockres, level);
1488         ocfs2_downconvert_on_unlock(osb, lockres);
1489         spin_unlock_irqrestore(&lockres->l_lock, flags);
1490 #ifdef CONFIG_DEBUG_LOCK_ALLOC
1491         if (lockres->l_lockdep_map.key != NULL)
1492                 rwsem_release(&lockres->l_lockdep_map, 1, caller_ip);
1493 #endif
1494         mlog_exit_void();
1495 }
1496
1497 static int ocfs2_create_new_lock(struct ocfs2_super *osb,
1498                                  struct ocfs2_lock_res *lockres,
1499                                  int ex,
1500                                  int local)
1501 {
1502         int level =  ex ? DLM_LOCK_EX : DLM_LOCK_PR;
1503         unsigned long flags;
1504         u32 lkm_flags = local ? DLM_LKF_LOCAL : 0;
1505
1506         spin_lock_irqsave(&lockres->l_lock, flags);
1507         BUG_ON(lockres->l_flags & OCFS2_LOCK_ATTACHED);
1508         lockres_or_flags(lockres, OCFS2_LOCK_LOCAL);
1509         spin_unlock_irqrestore(&lockres->l_lock, flags);
1510
1511         return ocfs2_lock_create(osb, lockres, level, lkm_flags);
1512 }
1513
1514 /* Grants us an EX lock on the data and metadata resources, skipping
1515  * the normal cluster directory lookup. Use this ONLY on newly created
1516  * inodes which other nodes can't possibly see, and which haven't been
1517  * hashed in the inode hash yet. This can give us a good performance
1518  * increase as it'll skip the network broadcast normally associated
1519  * with creating a new lock resource. */
1520 int ocfs2_create_new_inode_locks(struct inode *inode)
1521 {
1522         int ret;
1523         struct ocfs2_super *osb = OCFS2_SB(inode->i_sb);
1524
1525         BUG_ON(!inode);
1526         BUG_ON(!ocfs2_inode_is_new(inode));
1527
1528         mlog_entry_void();
1529
1530         mlog(0, "Inode %llu\n", (unsigned long long)OCFS2_I(inode)->ip_blkno);
1531
1532         /* NOTE: That we don't increment any of the holder counts, nor
1533          * do we add anything to a journal handle. Since this is
1534          * supposed to be a new inode which the cluster doesn't know
1535          * about yet, there is no need to.  As far as the LVB handling
1536          * is concerned, this is basically like acquiring an EX lock
1537          * on a resource which has an invalid one -- we'll set it
1538          * valid when we release the EX. */
1539
1540         ret = ocfs2_create_new_lock(osb, &OCFS2_I(inode)->ip_rw_lockres, 1, 1);
1541         if (ret) {
1542                 mlog_errno(ret);
1543                 goto bail;
1544         }
1545
1546         /*
1547          * We don't want to use DLM_LKF_LOCAL on a meta data lock as they
1548          * don't use a generation in their lock names.
1549          */
1550         ret = ocfs2_create_new_lock(osb, &OCFS2_I(inode)->ip_inode_lockres, 1, 0);
1551         if (ret) {
1552                 mlog_errno(ret);
1553                 goto bail;
1554         }
1555
1556         ret = ocfs2_create_new_lock(osb, &OCFS2_I(inode)->ip_open_lockres, 0, 0);
1557         if (ret) {
1558                 mlog_errno(ret);
1559                 goto bail;
1560         }
1561
1562 bail:
1563         mlog_exit(ret);
1564         return ret;
1565 }
1566
1567 int ocfs2_rw_lock(struct inode *inode, int write)
1568 {
1569         int status, level;
1570         struct ocfs2_lock_res *lockres;
1571         struct ocfs2_super *osb = OCFS2_SB(inode->i_sb);
1572
1573         BUG_ON(!inode);
1574
1575         mlog_entry_void();
1576
1577         mlog(0, "inode %llu take %s RW lock\n",
1578              (unsigned long long)OCFS2_I(inode)->ip_blkno,
1579              write ? "EXMODE" : "PRMODE");
1580
1581         if (ocfs2_mount_local(osb)) {
1582                 mlog_exit(0);
1583                 return 0;
1584         }
1585
1586         lockres = &OCFS2_I(inode)->ip_rw_lockres;
1587
1588         level = write ? DLM_LOCK_EX : DLM_LOCK_PR;
1589
1590         status = ocfs2_cluster_lock(OCFS2_SB(inode->i_sb), lockres, level, 0,
1591                                     0);
1592         if (status < 0)
1593                 mlog_errno(status);
1594
1595         mlog_exit(status);
1596         return status;
1597 }
1598
1599 void ocfs2_rw_unlock(struct inode *inode, int write)
1600 {
1601         int level = write ? DLM_LOCK_EX : DLM_LOCK_PR;
1602         struct ocfs2_lock_res *lockres = &OCFS2_I(inode)->ip_rw_lockres;
1603         struct ocfs2_super *osb = OCFS2_SB(inode->i_sb);
1604
1605         mlog_entry_void();
1606
1607         mlog(0, "inode %llu drop %s RW lock\n",
1608              (unsigned long long)OCFS2_I(inode)->ip_blkno,
1609              write ? "EXMODE" : "PRMODE");
1610
1611         if (!ocfs2_mount_local(osb))
1612                 ocfs2_cluster_unlock(OCFS2_SB(inode->i_sb), lockres, level);
1613
1614         mlog_exit_void();
1615 }
1616
1617 /*
1618  * ocfs2_open_lock always get PR mode lock.
1619  */
1620 int ocfs2_open_lock(struct inode *inode)
1621 {
1622         int status = 0;
1623         struct ocfs2_lock_res *lockres;
1624         struct ocfs2_super *osb = OCFS2_SB(inode->i_sb);
1625
1626         BUG_ON(!inode);
1627
1628         mlog_entry_void();
1629
1630         mlog(0, "inode %llu take PRMODE open lock\n",
1631              (unsigned long long)OCFS2_I(inode)->ip_blkno);
1632
1633         if (ocfs2_mount_local(osb))
1634                 goto out;
1635
1636         lockres = &OCFS2_I(inode)->ip_open_lockres;
1637
1638         status = ocfs2_cluster_lock(OCFS2_SB(inode->i_sb), lockres,
1639                                     DLM_LOCK_PR, 0, 0);
1640         if (status < 0)
1641                 mlog_errno(status);
1642
1643 out:
1644         mlog_exit(status);
1645         return status;
1646 }
1647
1648 int ocfs2_try_open_lock(struct inode *inode, int write)
1649 {
1650         int status = 0, level;
1651         struct ocfs2_lock_res *lockres;
1652         struct ocfs2_super *osb = OCFS2_SB(inode->i_sb);
1653
1654         BUG_ON(!inode);
1655
1656         mlog_entry_void();
1657
1658         mlog(0, "inode %llu try to take %s open lock\n",
1659              (unsigned long long)OCFS2_I(inode)->ip_blkno,
1660              write ? "EXMODE" : "PRMODE");
1661
1662         if (ocfs2_mount_local(osb))
1663                 goto out;
1664
1665         lockres = &OCFS2_I(inode)->ip_open_lockres;
1666
1667         level = write ? DLM_LOCK_EX : DLM_LOCK_PR;
1668
1669         /*
1670          * The file system may already holding a PRMODE/EXMODE open lock.
1671          * Since we pass DLM_LKF_NOQUEUE, the request won't block waiting on
1672          * other nodes and the -EAGAIN will indicate to the caller that
1673          * this inode is still in use.
1674          */
1675         status = ocfs2_cluster_lock(OCFS2_SB(inode->i_sb), lockres,
1676                                     level, DLM_LKF_NOQUEUE, 0);
1677
1678 out:
1679         mlog_exit(status);
1680         return status;
1681 }
1682
1683 /*
1684  * ocfs2_open_unlock unlock PR and EX mode open locks.
1685  */
1686 void ocfs2_open_unlock(struct inode *inode)
1687 {
1688         struct ocfs2_lock_res *lockres = &OCFS2_I(inode)->ip_open_lockres;
1689         struct ocfs2_super *osb = OCFS2_SB(inode->i_sb);
1690
1691         mlog_entry_void();
1692
1693         mlog(0, "inode %llu drop open lock\n",
1694              (unsigned long long)OCFS2_I(inode)->ip_blkno);
1695
1696         if (ocfs2_mount_local(osb))
1697                 goto out;
1698
1699         if(lockres->l_ro_holders)
1700                 ocfs2_cluster_unlock(OCFS2_SB(inode->i_sb), lockres,
1701                                      DLM_LOCK_PR);
1702         if(lockres->l_ex_holders)
1703                 ocfs2_cluster_unlock(OCFS2_SB(inode->i_sb), lockres,
1704                                      DLM_LOCK_EX);
1705
1706 out:
1707         mlog_exit_void();
1708 }
1709
1710 static int ocfs2_flock_handle_signal(struct ocfs2_lock_res *lockres,
1711                                      int level)
1712 {
1713         int ret;
1714         struct ocfs2_super *osb = ocfs2_get_lockres_osb(lockres);
1715         unsigned long flags;
1716         struct ocfs2_mask_waiter mw;
1717
1718         ocfs2_init_mask_waiter(&mw);
1719
1720 retry_cancel:
1721         spin_lock_irqsave(&lockres->l_lock, flags);
1722         if (lockres->l_flags & OCFS2_LOCK_BUSY) {
1723                 ret = ocfs2_prepare_cancel_convert(osb, lockres);
1724                 if (ret) {
1725                         spin_unlock_irqrestore(&lockres->l_lock, flags);
1726                         ret = ocfs2_cancel_convert(osb, lockres);
1727                         if (ret < 0) {
1728                                 mlog_errno(ret);
1729                                 goto out;
1730                         }
1731                         goto retry_cancel;
1732                 }
1733                 lockres_add_mask_waiter(lockres, &mw, OCFS2_LOCK_BUSY, 0);
1734                 spin_unlock_irqrestore(&lockres->l_lock, flags);
1735
1736                 ocfs2_wait_for_mask(&mw);
1737                 goto retry_cancel;
1738         }
1739
1740         ret = -ERESTARTSYS;
1741         /*
1742          * We may still have gotten the lock, in which case there's no
1743          * point to restarting the syscall.
1744          */
1745         if (lockres->l_level == level)
1746                 ret = 0;
1747
1748         mlog(0, "Cancel returning %d. flags: 0x%lx, level: %d, act: %d\n", ret,
1749              lockres->l_flags, lockres->l_level, lockres->l_action);
1750
1751         spin_unlock_irqrestore(&lockres->l_lock, flags);
1752
1753 out:
1754         return ret;
1755 }
1756
1757 /*
1758  * ocfs2_file_lock() and ocfs2_file_unlock() map to a single pair of
1759  * flock() calls. The locking approach this requires is sufficiently
1760  * different from all other cluster lock types that we implement a
1761  * seperate path to the "low-level" dlm calls. In particular:
1762  *
1763  * - No optimization of lock levels is done - we take at exactly
1764  *   what's been requested.
1765  *
1766  * - No lock caching is employed. We immediately downconvert to
1767  *   no-lock at unlock time. This also means flock locks never go on
1768  *   the blocking list).
1769  *
1770  * - Since userspace can trivially deadlock itself with flock, we make
1771  *   sure to allow cancellation of a misbehaving applications flock()
1772  *   request.
1773  *
1774  * - Access to any flock lockres doesn't require concurrency, so we
1775  *   can simplify the code by requiring the caller to guarantee
1776  *   serialization of dlmglue flock calls.
1777  */
1778 int ocfs2_file_lock(struct file *file, int ex, int trylock)
1779 {
1780         int ret, level = ex ? DLM_LOCK_EX : DLM_LOCK_PR;
1781         unsigned int lkm_flags = trylock ? DLM_LKF_NOQUEUE : 0;
1782         unsigned long flags;
1783         struct ocfs2_file_private *fp = file->private_data;
1784         struct ocfs2_lock_res *lockres = &fp->fp_flock;
1785         struct ocfs2_super *osb = OCFS2_SB(file->f_mapping->host->i_sb);
1786         struct ocfs2_mask_waiter mw;
1787
1788         ocfs2_init_mask_waiter(&mw);
1789
1790         if ((lockres->l_flags & OCFS2_LOCK_BUSY) ||
1791             (lockres->l_level > DLM_LOCK_NL)) {
1792                 mlog(ML_ERROR,
1793                      "File lock \"%s\" has busy or locked state: flags: 0x%lx, "
1794                      "level: %u\n", lockres->l_name, lockres->l_flags,
1795                      lockres->l_level);
1796                 return -EINVAL;
1797         }
1798
1799         spin_lock_irqsave(&lockres->l_lock, flags);
1800         if (!(lockres->l_flags & OCFS2_LOCK_ATTACHED)) {
1801                 lockres_add_mask_waiter(lockres, &mw, OCFS2_LOCK_BUSY, 0);
1802                 spin_unlock_irqrestore(&lockres->l_lock, flags);
1803
1804                 /*
1805                  * Get the lock at NLMODE to start - that way we
1806                  * can cancel the upconvert request if need be.
1807                  */
1808                 ret = ocfs2_lock_create(osb, lockres, DLM_LOCK_NL, 0);
1809                 if (ret < 0) {
1810                         mlog_errno(ret);
1811                         goto out;
1812                 }
1813
1814                 ret = ocfs2_wait_for_mask(&mw);
1815                 if (ret) {
1816                         mlog_errno(ret);
1817                         goto out;
1818                 }
1819                 spin_lock_irqsave(&lockres->l_lock, flags);
1820         }
1821
1822         lockres->l_action = OCFS2_AST_CONVERT;
1823         lkm_flags |= DLM_LKF_CONVERT;
1824         lockres->l_requested = level;
1825         lockres_or_flags(lockres, OCFS2_LOCK_BUSY);
1826
1827         lockres_add_mask_waiter(lockres, &mw, OCFS2_LOCK_BUSY, 0);
1828         spin_unlock_irqrestore(&lockres->l_lock, flags);
1829
1830         ret = ocfs2_dlm_lock(osb->cconn, level, &lockres->l_lksb, lkm_flags,
1831                              lockres->l_name, OCFS2_LOCK_ID_MAX_LEN - 1,
1832                              lockres);
1833         if (ret) {
1834                 if (!trylock || (ret != -EAGAIN)) {
1835                         ocfs2_log_dlm_error("ocfs2_dlm_lock", ret, lockres);
1836                         ret = -EINVAL;
1837                 }
1838
1839                 ocfs2_recover_from_dlm_error(lockres, 1);
1840                 lockres_remove_mask_waiter(lockres, &mw);
1841                 goto out;
1842         }
1843
1844         ret = ocfs2_wait_for_mask_interruptible(&mw, lockres);
1845         if (ret == -ERESTARTSYS) {
1846                 /*
1847                  * Userspace can cause deadlock itself with
1848                  * flock(). Current behavior locally is to allow the
1849                  * deadlock, but abort the system call if a signal is
1850                  * received. We follow this example, otherwise a
1851                  * poorly written program could sit in kernel until
1852                  * reboot.
1853                  *
1854                  * Handling this is a bit more complicated for Ocfs2
1855                  * though. We can't exit this function with an
1856                  * outstanding lock request, so a cancel convert is
1857                  * required. We intentionally overwrite 'ret' - if the
1858                  * cancel fails and the lock was granted, it's easier
1859                  * to just bubble success back up to the user.
1860                  */
1861                 ret = ocfs2_flock_handle_signal(lockres, level);
1862         } else if (!ret && (level > lockres->l_level)) {
1863                 /* Trylock failed asynchronously */
1864                 BUG_ON(!trylock);
1865                 ret = -EAGAIN;
1866         }
1867
1868 out:
1869
1870         mlog(0, "Lock: \"%s\" ex: %d, trylock: %d, returns: %d\n",
1871              lockres->l_name, ex, trylock, ret);
1872         return ret;
1873 }
1874
1875 void ocfs2_file_unlock(struct file *file)
1876 {
1877         int ret;
1878         unsigned int gen;
1879         unsigned long flags;
1880         struct ocfs2_file_private *fp = file->private_data;
1881         struct ocfs2_lock_res *lockres = &fp->fp_flock;
1882         struct ocfs2_super *osb = OCFS2_SB(file->f_mapping->host->i_sb);
1883         struct ocfs2_mask_waiter mw;
1884
1885         ocfs2_init_mask_waiter(&mw);
1886
1887         if (!(lockres->l_flags & OCFS2_LOCK_ATTACHED))
1888                 return;
1889
1890         if (lockres->l_level == DLM_LOCK_NL)
1891                 return;
1892
1893         mlog(0, "Unlock: \"%s\" flags: 0x%lx, level: %d, act: %d\n",
1894              lockres->l_name, lockres->l_flags, lockres->l_level,
1895              lockres->l_action);
1896
1897         spin_lock_irqsave(&lockres->l_lock, flags);
1898         /*
1899          * Fake a blocking ast for the downconvert code.
1900          */
1901         lockres_or_flags(lockres, OCFS2_LOCK_BLOCKED);
1902         lockres->l_blocking = DLM_LOCK_EX;
1903
1904         gen = ocfs2_prepare_downconvert(lockres, DLM_LOCK_NL);
1905         lockres_add_mask_waiter(lockres, &mw, OCFS2_LOCK_BUSY, 0);
1906         spin_unlock_irqrestore(&lockres->l_lock, flags);
1907
1908         ret = ocfs2_downconvert_lock(osb, lockres, DLM_LOCK_NL, 0, gen);
1909         if (ret) {
1910                 mlog_errno(ret);
1911                 return;
1912         }
1913
1914         ret = ocfs2_wait_for_mask(&mw);
1915         if (ret)
1916                 mlog_errno(ret);
1917 }
1918
1919 static void ocfs2_downconvert_on_unlock(struct ocfs2_super *osb,
1920                                         struct ocfs2_lock_res *lockres)
1921 {
1922         int kick = 0;
1923
1924         mlog_entry_void();
1925
1926         /* If we know that another node is waiting on our lock, kick
1927          * the downconvert thread * pre-emptively when we reach a release
1928          * condition. */
1929         if (lockres->l_flags & OCFS2_LOCK_BLOCKED) {
1930                 switch(lockres->l_blocking) {
1931                 case DLM_LOCK_EX:
1932                         if (!lockres->l_ex_holders && !lockres->l_ro_holders)
1933                                 kick = 1;
1934                         break;
1935                 case DLM_LOCK_PR:
1936                         if (!lockres->l_ex_holders)
1937                                 kick = 1;
1938                         break;
1939                 default:
1940                         BUG();
1941                 }
1942         }
1943
1944         if (kick)
1945                 ocfs2_wake_downconvert_thread(osb);
1946
1947         mlog_exit_void();
1948 }
1949
1950 #define OCFS2_SEC_BITS   34
1951 #define OCFS2_SEC_SHIFT  (64 - 34)
1952 #define OCFS2_NSEC_MASK  ((1ULL << OCFS2_SEC_SHIFT) - 1)
1953
1954 /* LVB only has room for 64 bits of time here so we pack it for
1955  * now. */
1956 static u64 ocfs2_pack_timespec(struct timespec *spec)
1957 {
1958         u64 res;
1959         u64 sec = spec->tv_sec;
1960         u32 nsec = spec->tv_nsec;
1961
1962         res = (sec << OCFS2_SEC_SHIFT) | (nsec & OCFS2_NSEC_MASK);
1963
1964         return res;
1965 }
1966
1967 /* Call this with the lockres locked. I am reasonably sure we don't
1968  * need ip_lock in this function as anyone who would be changing those
1969  * values is supposed to be blocked in ocfs2_inode_lock right now. */
1970 static void __ocfs2_stuff_meta_lvb(struct inode *inode)
1971 {
1972         struct ocfs2_inode_info *oi = OCFS2_I(inode);
1973         struct ocfs2_lock_res *lockres = &oi->ip_inode_lockres;
1974         struct ocfs2_meta_lvb *lvb;
1975
1976         mlog_entry_void();
1977
1978         lvb = ocfs2_dlm_lvb(&lockres->l_lksb);
1979
1980         /*
1981          * Invalidate the LVB of a deleted inode - this way other
1982          * nodes are forced to go to disk and discover the new inode
1983          * status.
1984          */
1985         if (oi->ip_flags & OCFS2_INODE_DELETED) {
1986                 lvb->lvb_version = 0;
1987                 goto out;
1988         }
1989
1990         lvb->lvb_version   = OCFS2_LVB_VERSION;
1991         lvb->lvb_isize     = cpu_to_be64(i_size_read(inode));
1992         lvb->lvb_iclusters = cpu_to_be32(oi->ip_clusters);
1993         lvb->lvb_iuid      = cpu_to_be32(inode->i_uid);
1994         lvb->lvb_igid      = cpu_to_be32(inode->i_gid);
1995         lvb->lvb_imode     = cpu_to_be16(inode->i_mode);
1996         lvb->lvb_inlink    = cpu_to_be16(inode->i_nlink);
1997         lvb->lvb_iatime_packed  =
1998                 cpu_to_be64(ocfs2_pack_timespec(&inode->i_atime));
1999         lvb->lvb_ictime_packed =
2000                 cpu_to_be64(ocfs2_pack_timespec(&inode->i_ctime));
2001         lvb->lvb_imtime_packed =
2002                 cpu_to_be64(ocfs2_pack_timespec(&inode->i_mtime));
2003         lvb->lvb_iattr    = cpu_to_be32(oi->ip_attr);
2004         lvb->lvb_idynfeatures = cpu_to_be16(oi->ip_dyn_features);
2005         lvb->lvb_igeneration = cpu_to_be32(inode->i_generation);
2006
2007 out:
2008         mlog_meta_lvb(0, lockres);
2009
2010         mlog_exit_void();
2011 }
2012
2013 static void ocfs2_unpack_timespec(struct timespec *spec,
2014                                   u64 packed_time)
2015 {
2016         spec->tv_sec = packed_time >> OCFS2_SEC_SHIFT;
2017         spec->tv_nsec = packed_time & OCFS2_NSEC_MASK;
2018 }
2019
2020 static void ocfs2_refresh_inode_from_lvb(struct inode *inode)
2021 {
2022         struct ocfs2_inode_info *oi = OCFS2_I(inode);
2023         struct ocfs2_lock_res *lockres = &oi->ip_inode_lockres;
2024         struct ocfs2_meta_lvb *lvb;
2025
2026         mlog_entry_void();
2027
2028         mlog_meta_lvb(0, lockres);
2029
2030         lvb = ocfs2_dlm_lvb(&lockres->l_lksb);
2031
2032         /* We're safe here without the lockres lock... */
2033         spin_lock(&oi->ip_lock);
2034         oi->ip_clusters = be32_to_cpu(lvb->lvb_iclusters);
2035         i_size_write(inode, be64_to_cpu(lvb->lvb_isize));
2036
2037         oi->ip_attr = be32_to_cpu(lvb->lvb_iattr);
2038         oi->ip_dyn_features = be16_to_cpu(lvb->lvb_idynfeatures);
2039         ocfs2_set_inode_flags(inode);
2040
2041         /* fast-symlinks are a special case */
2042         if (S_ISLNK(inode->i_mode) && !oi->ip_clusters)
2043                 inode->i_blocks = 0;
2044         else
2045                 inode->i_blocks = ocfs2_inode_sector_count(inode);
2046
2047         inode->i_uid     = be32_to_cpu(lvb->lvb_iuid);
2048         inode->i_gid     = be32_to_cpu(lvb->lvb_igid);
2049         inode->i_mode    = be16_to_cpu(lvb->lvb_imode);
2050         inode->i_nlink   = be16_to_cpu(lvb->lvb_inlink);
2051         ocfs2_unpack_timespec(&inode->i_atime,
2052                               be64_to_cpu(lvb->lvb_iatime_packed));
2053         ocfs2_unpack_timespec(&inode->i_mtime,
2054                               be64_to_cpu(lvb->lvb_imtime_packed));
2055         ocfs2_unpack_timespec(&inode->i_ctime,
2056                               be64_to_cpu(lvb->lvb_ictime_packed));
2057         spin_unlock(&oi->ip_lock);
2058
2059         mlog_exit_void();
2060 }
2061
2062 static inline int ocfs2_meta_lvb_is_trustable(struct inode *inode,
2063                                               struct ocfs2_lock_res *lockres)
2064 {
2065         struct ocfs2_meta_lvb *lvb = ocfs2_dlm_lvb(&lockres->l_lksb);
2066
2067         if (ocfs2_dlm_lvb_valid(&lockres->l_lksb)
2068             && lvb->lvb_version == OCFS2_LVB_VERSION
2069             && be32_to_cpu(lvb->lvb_igeneration) == inode->i_generation)
2070                 return 1;
2071         return 0;
2072 }
2073
2074 /* Determine whether a lock resource needs to be refreshed, and
2075  * arbitrate who gets to refresh it.
2076  *
2077  *   0 means no refresh needed.
2078  *
2079  *   > 0 means you need to refresh this and you MUST call
2080  *   ocfs2_complete_lock_res_refresh afterwards. */
2081 static int ocfs2_should_refresh_lock_res(struct ocfs2_lock_res *lockres)
2082 {
2083         unsigned long flags;
2084         int status = 0;
2085
2086         mlog_entry_void();
2087
2088 refresh_check:
2089         spin_lock_irqsave(&lockres->l_lock, flags);
2090         if (!(lockres->l_flags & OCFS2_LOCK_NEEDS_REFRESH)) {
2091                 spin_unlock_irqrestore(&lockres->l_lock, flags);
2092                 goto bail;
2093         }
2094
2095         if (lockres->l_flags & OCFS2_LOCK_REFRESHING) {
2096                 spin_unlock_irqrestore(&lockres->l_lock, flags);
2097
2098                 ocfs2_wait_on_refreshing_lock(lockres);
2099                 goto refresh_check;
2100         }
2101
2102         /* Ok, I'll be the one to refresh this lock. */
2103         lockres_or_flags(lockres, OCFS2_LOCK_REFRESHING);
2104         spin_unlock_irqrestore(&lockres->l_lock, flags);
2105
2106         status = 1;
2107 bail:
2108         mlog_exit(status);
2109         return status;
2110 }
2111
2112 /* If status is non zero, I'll mark it as not being in refresh
2113  * anymroe, but i won't clear the needs refresh flag. */
2114 static inline void ocfs2_complete_lock_res_refresh(struct ocfs2_lock_res *lockres,
2115                                                    int status)
2116 {
2117         unsigned long flags;
2118         mlog_entry_void();
2119
2120         spin_lock_irqsave(&lockres->l_lock, flags);
2121         lockres_clear_flags(lockres, OCFS2_LOCK_REFRESHING);
2122         if (!status)
2123                 lockres_clear_flags(lockres, OCFS2_LOCK_NEEDS_REFRESH);
2124         spin_unlock_irqrestore(&lockres->l_lock, flags);
2125
2126         wake_up(&lockres->l_event);
2127
2128         mlog_exit_void();
2129 }
2130
2131 /* may or may not return a bh if it went to disk. */
2132 static int ocfs2_inode_lock_update(struct inode *inode,
2133                                   struct buffer_head **bh)
2134 {
2135         int status = 0;
2136         struct ocfs2_inode_info *oi = OCFS2_I(inode);
2137         struct ocfs2_lock_res *lockres = &oi->ip_inode_lockres;
2138         struct ocfs2_dinode *fe;
2139         struct ocfs2_super *osb = OCFS2_SB(inode->i_sb);
2140
2141         mlog_entry_void();
2142
2143         if (ocfs2_mount_local(osb))
2144                 goto bail;
2145
2146         spin_lock(&oi->ip_lock);
2147         if (oi->ip_flags & OCFS2_INODE_DELETED) {
2148                 mlog(0, "Orphaned inode %llu was deleted while we "
2149                      "were waiting on a lock. ip_flags = 0x%x\n",
2150                      (unsigned long long)oi->ip_blkno, oi->ip_flags);
2151                 spin_unlock(&oi->ip_lock);
2152                 status = -ENOENT;
2153                 goto bail;
2154         }
2155         spin_unlock(&oi->ip_lock);
2156
2157         if (!ocfs2_should_refresh_lock_res(lockres))
2158                 goto bail;
2159
2160         /* This will discard any caching information we might have had
2161          * for the inode metadata. */
2162         ocfs2_metadata_cache_purge(INODE_CACHE(inode));
2163
2164         ocfs2_extent_map_trunc(inode, 0);
2165
2166         if (ocfs2_meta_lvb_is_trustable(inode, lockres)) {
2167                 mlog(0, "Trusting LVB on inode %llu\n",
2168                      (unsigned long long)oi->ip_blkno);
2169                 ocfs2_refresh_inode_from_lvb(inode);
2170         } else {
2171                 /* Boo, we have to go to disk. */
2172                 /* read bh, cast, ocfs2_refresh_inode */
2173                 status = ocfs2_read_inode_block(inode, bh);
2174                 if (status < 0) {
2175                         mlog_errno(status);
2176                         goto bail_refresh;
2177                 }
2178                 fe = (struct ocfs2_dinode *) (*bh)->b_data;
2179
2180                 /* This is a good chance to make sure we're not
2181                  * locking an invalid object.  ocfs2_read_inode_block()
2182                  * already checked that the inode block is sane.
2183                  *
2184                  * We bug on a stale inode here because we checked
2185                  * above whether it was wiped from disk. The wiping
2186                  * node provides a guarantee that we receive that
2187                  * message and can mark the inode before dropping any
2188                  * locks associated with it. */
2189                 mlog_bug_on_msg(inode->i_generation !=
2190                                 le32_to_cpu(fe->i_generation),
2191                                 "Invalid dinode %llu disk generation: %u "
2192                                 "inode->i_generation: %u\n",
2193                                 (unsigned long long)oi->ip_blkno,
2194                                 le32_to_cpu(fe->i_generation),
2195                                 inode->i_generation);
2196                 mlog_bug_on_msg(le64_to_cpu(fe->i_dtime) ||
2197                                 !(fe->i_flags & cpu_to_le32(OCFS2_VALID_FL)),
2198                                 "Stale dinode %llu dtime: %llu flags: 0x%x\n",
2199                                 (unsigned long long)oi->ip_blkno,
2200                                 (unsigned long long)le64_to_cpu(fe->i_dtime),
2201                                 le32_to_cpu(fe->i_flags));
2202
2203                 ocfs2_refresh_inode(inode, fe);
2204                 ocfs2_track_lock_refresh(lockres);
2205         }
2206
2207         status = 0;
2208 bail_refresh:
2209         ocfs2_complete_lock_res_refresh(lockres, status);
2210 bail:
2211         mlog_exit(status);
2212         return status;
2213 }
2214
2215 static int ocfs2_assign_bh(struct inode *inode,
2216                            struct buffer_head **ret_bh,
2217                            struct buffer_head *passed_bh)
2218 {
2219         int status;
2220
2221         if (passed_bh) {
2222                 /* Ok, the update went to disk for us, use the
2223                  * returned bh. */
2224                 *ret_bh = passed_bh;
2225                 get_bh(*ret_bh);
2226
2227                 return 0;
2228         }
2229
2230         status = ocfs2_read_inode_block(inode, ret_bh);
2231         if (status < 0)
2232                 mlog_errno(status);
2233
2234         return status;
2235 }
2236
2237 /*
2238  * returns < 0 error if the callback will never be called, otherwise
2239  * the result of the lock will be communicated via the callback.
2240  */
2241 int ocfs2_inode_lock_full_nested(struct inode *inode,
2242                                  struct buffer_head **ret_bh,
2243                                  int ex,
2244                                  int arg_flags,
2245                                  int subclass)
2246 {
2247         int status, level, acquired;
2248         u32 dlm_flags;
2249         struct ocfs2_lock_res *lockres = NULL;
2250         struct ocfs2_super *osb = OCFS2_SB(inode->i_sb);
2251         struct buffer_head *local_bh = NULL;
2252
2253         BUG_ON(!inode);
2254
2255         mlog_entry_void();
2256
2257         mlog(0, "inode %llu, take %s META lock\n",
2258              (unsigned long long)OCFS2_I(inode)->ip_blkno,
2259              ex ? "EXMODE" : "PRMODE");
2260
2261         status = 0;
2262         acquired = 0;
2263         /* We'll allow faking a readonly metadata lock for
2264          * rodevices. */
2265         if (ocfs2_is_hard_readonly(osb)) {
2266                 if (ex)
2267                         status = -EROFS;
2268                 goto bail;
2269         }
2270
2271         if (ocfs2_mount_local(osb))
2272                 goto local;
2273
2274         if (!(arg_flags & OCFS2_META_LOCK_RECOVERY))
2275                 ocfs2_wait_for_recovery(osb);
2276
2277         lockres = &OCFS2_I(inode)->ip_inode_lockres;
2278         level = ex ? DLM_LOCK_EX : DLM_LOCK_PR;
2279         dlm_flags = 0;
2280         if (arg_flags & OCFS2_META_LOCK_NOQUEUE)
2281                 dlm_flags |= DLM_LKF_NOQUEUE;
2282
2283         status = __ocfs2_cluster_lock(osb, lockres, level, dlm_flags,
2284                                       arg_flags, subclass, _RET_IP_);
2285         if (status < 0) {
2286                 if (status != -EAGAIN && status != -EIOCBRETRY)
2287                         mlog_errno(status);
2288                 goto bail;
2289         }
2290
2291         /* Notify the error cleanup path to drop the cluster lock. */
2292         acquired = 1;
2293
2294         /* We wait twice because a node may have died while we were in
2295          * the lower dlm layers. The second time though, we've
2296          * committed to owning this lock so we don't allow signals to
2297          * abort the operation. */
2298         if (!(arg_flags & OCFS2_META_LOCK_RECOVERY))
2299                 ocfs2_wait_for_recovery(osb);
2300
2301 local:
2302         /*
2303          * We only see this flag if we're being called from
2304          * ocfs2_read_locked_inode(). It means we're locking an inode
2305          * which hasn't been populated yet, so clear the refresh flag
2306          * and let the caller handle it.
2307          */
2308         if (inode->i_state & I_NEW) {
2309                 status = 0;
2310                 if (lockres)
2311                         ocfs2_complete_lock_res_refresh(lockres, 0);
2312                 goto bail;
2313         }
2314
2315         /* This is fun. The caller may want a bh back, or it may
2316          * not. ocfs2_inode_lock_update definitely wants one in, but
2317          * may or may not read one, depending on what's in the
2318          * LVB. The result of all of this is that we've *only* gone to
2319          * disk if we have to, so the complexity is worthwhile. */
2320         status = ocfs2_inode_lock_update(inode, &local_bh);
2321         if (status < 0) {
2322                 if (status != -ENOENT)
2323                         mlog_errno(status);
2324                 goto bail;
2325         }
2326
2327         if (ret_bh) {
2328                 status = ocfs2_assign_bh(inode, ret_bh, local_bh);
2329                 if (status < 0) {
2330                         mlog_errno(status);
2331                         goto bail;
2332                 }
2333         }
2334
2335 bail:
2336         if (status < 0) {
2337                 if (ret_bh && (*ret_bh)) {
2338                         brelse(*ret_bh);
2339                         *ret_bh = NULL;
2340                 }
2341                 if (acquired)
2342                         ocfs2_inode_unlock(inode, ex);
2343         }
2344
2345         if (local_bh)
2346                 brelse(local_bh);
2347
2348         mlog_exit(status);
2349         return status;
2350 }
2351
2352 /*
2353  * This is working around a lock inversion between tasks acquiring DLM
2354  * locks while holding a page lock and the downconvert thread which
2355  * blocks dlm lock acquiry while acquiring page locks.
2356  *
2357  * ** These _with_page variantes are only intended to be called from aop
2358  * methods that hold page locks and return a very specific *positive* error
2359  * code that aop methods pass up to the VFS -- test for errors with != 0. **
2360  *
2361  * The DLM is called such that it returns -EAGAIN if it would have
2362  * blocked waiting for the downconvert thread.  In that case we unlock
2363  * our page so the downconvert thread can make progress.  Once we've
2364  * done this we have to return AOP_TRUNCATED_PAGE so the aop method
2365  * that called us can bubble that back up into the VFS who will then
2366  * immediately retry the aop call.
2367  *
2368  * We do a blocking lock and immediate unlock before returning, though, so that
2369  * the lock has a great chance of being cached on this node by the time the VFS
2370  * calls back to retry the aop.    This has a potential to livelock as nodes
2371  * ping locks back and forth, but that's a risk we're willing to take to avoid
2372  * the lock inversion simply.
2373  */
2374 int ocfs2_inode_lock_with_page(struct inode *inode,
2375                               struct buffer_head **ret_bh,
2376                               int ex,
2377                               struct page *page)
2378 {
2379         int ret;
2380
2381         ret = ocfs2_inode_lock_full(inode, ret_bh, ex, OCFS2_LOCK_NONBLOCK);
2382         if (ret == -EAGAIN) {
2383                 unlock_page(page);
2384                 if (ocfs2_inode_lock(inode, ret_bh, ex) == 0)
2385                         ocfs2_inode_unlock(inode, ex);
2386                 ret = AOP_TRUNCATED_PAGE;
2387         }
2388
2389         return ret;
2390 }
2391
2392 int ocfs2_inode_lock_atime(struct inode *inode,
2393                           struct vfsmount *vfsmnt,
2394                           int *level)
2395 {
2396         int ret;
2397
2398         mlog_entry_void();
2399         ret = ocfs2_inode_lock(inode, NULL, 0);
2400         if (ret < 0) {
2401                 mlog_errno(ret);
2402                 return ret;
2403         }
2404
2405         /*
2406          * If we should update atime, we will get EX lock,
2407          * otherwise we just get PR lock.
2408          */
2409         if (ocfs2_should_update_atime(inode, vfsmnt)) {
2410                 struct buffer_head *bh = NULL;
2411
2412                 ocfs2_inode_unlock(inode, 0);
2413                 ret = ocfs2_inode_lock(inode, &bh, 1);
2414                 if (ret < 0) {
2415                         mlog_errno(ret);
2416                         return ret;
2417                 }
2418                 *level = 1;
2419                 if (ocfs2_should_update_atime(inode, vfsmnt))
2420                         ocfs2_update_inode_atime(inode, bh);
2421                 if (bh)
2422                         brelse(bh);
2423         } else
2424                 *level = 0;
2425
2426         mlog_exit(ret);
2427         return ret;
2428 }
2429
2430 void ocfs2_inode_unlock(struct inode *inode,
2431                        int ex)
2432 {
2433         int level = ex ? DLM_LOCK_EX : DLM_LOCK_PR;
2434         struct ocfs2_lock_res *lockres = &OCFS2_I(inode)->ip_inode_lockres;
2435         struct ocfs2_super *osb = OCFS2_SB(inode->i_sb);
2436
2437         mlog_entry_void();
2438
2439         mlog(0, "inode %llu drop %s META lock\n",
2440              (unsigned long long)OCFS2_I(inode)->ip_blkno,
2441              ex ? "EXMODE" : "PRMODE");
2442
2443         if (!ocfs2_is_hard_readonly(OCFS2_SB(inode->i_sb)) &&
2444             !ocfs2_mount_local(osb))
2445                 ocfs2_cluster_unlock(OCFS2_SB(inode->i_sb), lockres, level);
2446
2447         mlog_exit_void();
2448 }
2449
2450 int ocfs2_orphan_scan_lock(struct ocfs2_super *osb, u32 *seqno)
2451 {
2452         struct ocfs2_lock_res *lockres;
2453         struct ocfs2_orphan_scan_lvb *lvb;
2454         int status = 0;
2455
2456         if (ocfs2_is_hard_readonly(osb))
2457                 return -EROFS;
2458
2459         if (ocfs2_mount_local(osb))
2460                 return 0;
2461
2462         lockres = &osb->osb_orphan_scan.os_lockres;
2463         status = ocfs2_cluster_lock(osb, lockres, DLM_LOCK_EX, 0, 0);
2464         if (status < 0)
2465                 return status;
2466
2467         lvb = ocfs2_dlm_lvb(&lockres->l_lksb);
2468         if (ocfs2_dlm_lvb_valid(&lockres->l_lksb) &&
2469             lvb->lvb_version == OCFS2_ORPHAN_LVB_VERSION)
2470                 *seqno = be32_to_cpu(lvb->lvb_os_seqno);
2471         else
2472                 *seqno = osb->osb_orphan_scan.os_seqno + 1;
2473
2474         return status;
2475 }
2476
2477 void ocfs2_orphan_scan_unlock(struct ocfs2_super *osb, u32 seqno)
2478 {
2479         struct ocfs2_lock_res *lockres;
2480         struct ocfs2_orphan_scan_lvb *lvb;
2481
2482         if (!ocfs2_is_hard_readonly(osb) && !ocfs2_mount_local(osb)) {
2483                 lockres = &osb->osb_orphan_scan.os_lockres;
2484                 lvb = ocfs2_dlm_lvb(&lockres->l_lksb);
2485                 lvb->lvb_version = OCFS2_ORPHAN_LVB_VERSION;
2486                 lvb->lvb_os_seqno = cpu_to_be32(seqno);
2487                 ocfs2_cluster_unlock(osb, lockres, DLM_LOCK_EX);
2488         }
2489 }
2490
2491 int ocfs2_super_lock(struct ocfs2_super *osb,
2492                      int ex)
2493 {
2494         int status = 0;
2495         int level = ex ? DLM_LOCK_EX : DLM_LOCK_PR;
2496         struct ocfs2_lock_res *lockres = &osb->osb_super_lockres;
2497
2498         mlog_entry_void();
2499
2500         if (ocfs2_is_hard_readonly(osb))
2501                 return -EROFS;
2502
2503         if (ocfs2_mount_local(osb))
2504                 goto bail;
2505
2506         status = ocfs2_cluster_lock(osb, lockres, level, 0, 0);
2507         if (status < 0) {
2508                 mlog_errno(status);
2509                 goto bail;
2510         }
2511
2512         /* The super block lock path is really in the best position to
2513          * know when resources covered by the lock need to be
2514          * refreshed, so we do it here. Of course, making sense of
2515          * everything is up to the caller :) */
2516         status = ocfs2_should_refresh_lock_res(lockres);
2517         if (status < 0) {
2518                 mlog_errno(status);
2519                 goto bail;
2520         }
2521         if (status) {
2522                 status = ocfs2_refresh_slot_info(osb);
2523
2524                 ocfs2_complete_lock_res_refresh(lockres, status);
2525
2526                 if (status < 0)
2527                         mlog_errno(status);
2528                 ocfs2_track_lock_refresh(lockres);
2529         }
2530 bail:
2531         mlog_exit(status);
2532         return status;
2533 }
2534
2535 void ocfs2_super_unlock(struct ocfs2_super *osb,
2536                         int ex)
2537 {
2538         int level = ex ? DLM_LOCK_EX : DLM_LOCK_PR;
2539         struct ocfs2_lock_res *lockres = &osb->osb_super_lockres;
2540
2541         if (!ocfs2_mount_local(osb))
2542                 ocfs2_cluster_unlock(osb, lockres, level);
2543 }
2544
2545 int ocfs2_rename_lock(struct ocfs2_super *osb)
2546 {
2547         int status;
2548         struct ocfs2_lock_res *lockres = &osb->osb_rename_lockres;
2549
2550         if (ocfs2_is_hard_readonly(osb))
2551                 return -EROFS;
2552
2553         if (ocfs2_mount_local(osb))
2554                 return 0;
2555
2556         status = ocfs2_cluster_lock(osb, lockres, DLM_LOCK_EX, 0, 0);
2557         if (status < 0)
2558                 mlog_errno(status);
2559
2560         return status;
2561 }
2562
2563 void ocfs2_rename_unlock(struct ocfs2_super *osb)
2564 {
2565         struct ocfs2_lock_res *lockres = &osb->osb_rename_lockres;
2566
2567         if (!ocfs2_mount_local(osb))
2568                 ocfs2_cluster_unlock(osb, lockres, DLM_LOCK_EX);
2569 }
2570
2571 int ocfs2_nfs_sync_lock(struct ocfs2_super *osb, int ex)
2572 {
2573         int status;
2574         struct ocfs2_lock_res *lockres = &osb->osb_nfs_sync_lockres;
2575
2576         if (ocfs2_is_hard_readonly(osb))
2577                 return -EROFS;
2578
2579         if (ocfs2_mount_local(osb))
2580                 return 0;
2581
2582         status = ocfs2_cluster_lock(osb, lockres, ex ? LKM_EXMODE : LKM_PRMODE,
2583                                     0, 0);
2584         if (status < 0)
2585                 mlog(ML_ERROR, "lock on nfs sync lock failed %d\n", status);
2586
2587         return status;
2588 }
2589
2590 void ocfs2_nfs_sync_unlock(struct ocfs2_super *osb, int ex)
2591 {
2592         struct ocfs2_lock_res *lockres = &osb->osb_nfs_sync_lockres;
2593
2594         if (!ocfs2_mount_local(osb))
2595                 ocfs2_cluster_unlock(osb, lockres,
2596                                      ex ? LKM_EXMODE : LKM_PRMODE);
2597 }
2598
2599 int ocfs2_dentry_lock(struct dentry *dentry, int ex)
2600 {
2601         int ret;
2602         int level = ex ? DLM_LOCK_EX : DLM_LOCK_PR;
2603         struct ocfs2_dentry_lock *dl = dentry->d_fsdata;
2604         struct ocfs2_super *osb = OCFS2_SB(dentry->d_sb);
2605
2606         BUG_ON(!dl);
2607
2608         if (ocfs2_is_hard_readonly(osb))
2609                 return -EROFS;
2610
2611         if (ocfs2_mount_local(osb))
2612                 return 0;
2613
2614         ret = ocfs2_cluster_lock(osb, &dl->dl_lockres, level, 0, 0);
2615         if (ret < 0)
2616                 mlog_errno(ret);
2617
2618         return ret;
2619 }
2620
2621 void ocfs2_dentry_unlock(struct dentry *dentry, int ex)
2622 {
2623         int level = ex ? DLM_LOCK_EX : DLM_LOCK_PR;
2624         struct ocfs2_dentry_lock *dl = dentry->d_fsdata;
2625         struct ocfs2_super *osb = OCFS2_SB(dentry->d_sb);
2626
2627         if (!ocfs2_mount_local(osb))
2628                 ocfs2_cluster_unlock(osb, &dl->dl_lockres, level);
2629 }
2630
2631 /* Reference counting of the dlm debug structure. We want this because
2632  * open references on the debug inodes can live on after a mount, so
2633  * we can't rely on the ocfs2_super to always exist. */
2634 static void ocfs2_dlm_debug_free(struct kref *kref)
2635 {
2636         struct ocfs2_dlm_debug *dlm_debug;
2637
2638         dlm_debug = container_of(kref, struct ocfs2_dlm_debug, d_refcnt);
2639
2640         kfree(dlm_debug);
2641 }
2642
2643 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug)
2644 {
2645         if (dlm_debug)
2646                 kref_put(&dlm_debug->d_refcnt, ocfs2_dlm_debug_free);
2647 }
2648
2649 static void ocfs2_get_dlm_debug(struct ocfs2_dlm_debug *debug)
2650 {
2651         kref_get(&debug->d_refcnt);
2652 }
2653
2654 struct ocfs2_dlm_debug *ocfs2_new_dlm_debug(void)
2655 {
2656         struct ocfs2_dlm_debug *dlm_debug;
2657
2658         dlm_debug = kmalloc(sizeof(struct ocfs2_dlm_debug), GFP_KERNEL);
2659         if (!dlm_debug) {
2660                 mlog_errno(-ENOMEM);
2661                 goto out;
2662         }
2663
2664         kref_init(&dlm_debug->d_refcnt);
2665         INIT_LIST_HEAD(&dlm_debug->d_lockres_tracking);
2666         dlm_debug->d_locking_state = NULL;
2667 out:
2668         return dlm_debug;
2669 }
2670
2671 /* Access to this is arbitrated for us via seq_file->sem. */
2672 struct ocfs2_dlm_seq_priv {
2673         struct ocfs2_dlm_debug *p_dlm_debug;
2674         struct ocfs2_lock_res p_iter_res;
2675         struct ocfs2_lock_res p_tmp_res;
2676 };
2677
2678 static struct ocfs2_lock_res *ocfs2_dlm_next_res(struct ocfs2_lock_res *start,
2679                                                  struct ocfs2_dlm_seq_priv *priv)
2680 {
2681         struct ocfs2_lock_res *iter, *ret = NULL;
2682         struct ocfs2_dlm_debug *dlm_debug = priv->p_dlm_debug;
2683
2684         assert_spin_locked(&ocfs2_dlm_tracking_lock);
2685
2686         list_for_each_entry(iter, &start->l_debug_list, l_debug_list) {
2687                 /* discover the head of the list */
2688                 if (&iter->l_debug_list == &dlm_debug->d_lockres_tracking) {
2689                         mlog(0, "End of list found, %p\n", ret);
2690                         break;
2691                 }
2692
2693                 /* We track our "dummy" iteration lockres' by a NULL
2694                  * l_ops field. */
2695                 if (iter->l_ops != NULL) {
2696                         ret = iter;
2697                         break;
2698                 }
2699         }
2700
2701         return ret;
2702 }
2703
2704 static void *ocfs2_dlm_seq_start(struct seq_file *m, loff_t *pos)
2705 {
2706         struct ocfs2_dlm_seq_priv *priv = m->private;
2707         struct ocfs2_lock_res *iter;
2708
2709         spin_lock(&ocfs2_dlm_tracking_lock);
2710         iter = ocfs2_dlm_next_res(&priv->p_iter_res, priv);
2711         if (iter) {
2712                 /* Since lockres' have the lifetime of their container
2713                  * (which can be inodes, ocfs2_supers, etc) we want to
2714                  * copy this out to a temporary lockres while still
2715                  * under the spinlock. Obviously after this we can't
2716                  * trust any pointers on the copy returned, but that's
2717                  * ok as the information we want isn't typically held
2718                  * in them. */
2719                 priv->p_tmp_res = *iter;
2720                 iter = &priv->p_tmp_res;
2721         }
2722         spin_unlock(&ocfs2_dlm_tracking_lock);
2723
2724         return iter;
2725 }
2726
2727 static void ocfs2_dlm_seq_stop(struct seq_file *m, void *v)
2728 {
2729 }
2730
2731 static void *ocfs2_dlm_seq_next(struct seq_file *m, void *v, loff_t *pos)
2732 {
2733         struct ocfs2_dlm_seq_priv *priv = m->private;
2734         struct ocfs2_lock_res *iter = v;
2735         struct ocfs2_lock_res *dummy = &priv->p_iter_res;
2736
2737         spin_lock(&ocfs2_dlm_tracking_lock);
2738         iter = ocfs2_dlm_next_res(iter, priv);
2739         list_del_init(&dummy->l_debug_list);
2740         if (iter) {
2741                 list_add(&dummy->l_debug_list, &iter->l_debug_list);
2742                 priv->p_tmp_res = *iter;
2743                 iter = &priv->p_tmp_res;
2744         }
2745         spin_unlock(&ocfs2_dlm_tracking_lock);
2746
2747         return iter;
2748 }
2749
2750 /* So that debugfs.ocfs2 can determine which format is being used */
2751 #define OCFS2_DLM_DEBUG_STR_VERSION 2
2752 static int ocfs2_dlm_seq_show(struct seq_file *m, void *v)
2753 {
2754         int i;
2755         char *lvb;
2756         struct ocfs2_lock_res *lockres = v;
2757
2758         if (!lockres)
2759                 return -EINVAL;
2760
2761         seq_printf(m, "0x%x\t", OCFS2_DLM_DEBUG_STR_VERSION);
2762
2763         if (lockres->l_type == OCFS2_LOCK_TYPE_DENTRY)
2764                 seq_printf(m, "%.*s%08x\t", OCFS2_DENTRY_LOCK_INO_START - 1,
2765                            lockres->l_name,
2766                            (unsigned int)ocfs2_get_dentry_lock_ino(lockres));
2767         else
2768                 seq_printf(m, "%.*s\t", OCFS2_LOCK_ID_MAX_LEN, lockres->l_name);
2769
2770         seq_printf(m, "%d\t"
2771                    "0x%lx\t"
2772                    "0x%x\t"
2773                    "0x%x\t"
2774                    "%u\t"
2775                    "%u\t"
2776                    "%d\t"
2777                    "%d\t",
2778                    lockres->l_level,
2779                    lockres->l_flags,
2780                    lockres->l_action,
2781                    lockres->l_unlock_action,
2782                    lockres->l_ro_holders,
2783                    lockres->l_ex_holders,
2784                    lockres->l_requested,
2785                    lockres->l_blocking);
2786
2787         /* Dump the raw LVB */
2788         lvb = ocfs2_dlm_lvb(&lockres->l_lksb);
2789         for(i = 0; i < DLM_LVB_LEN; i++)
2790                 seq_printf(m, "0x%x\t", lvb[i]);
2791
2792 #ifdef CONFIG_OCFS2_FS_STATS
2793 # define lock_num_prmode(_l)            (_l)->l_lock_num_prmode
2794 # define lock_num_exmode(_l)            (_l)->l_lock_num_exmode
2795 # define lock_num_prmode_failed(_l)     (_l)->l_lock_num_prmode_failed
2796 # define lock_num_exmode_failed(_l)     (_l)->l_lock_num_exmode_failed
2797 # define lock_total_prmode(_l)          (_l)->l_lock_total_prmode
2798 # define lock_total_exmode(_l)          (_l)->l_lock_total_exmode
2799 # define lock_max_prmode(_l)            (_l)->l_lock_max_prmode
2800 # define lock_max_exmode(_l)            (_l)->l_lock_max_exmode
2801 # define lock_refresh(_l)               (_l)->l_lock_refresh
2802 #else
2803 # define lock_num_prmode(_l)            (0ULL)
2804 # define lock_num_exmode(_l)            (0ULL)
2805 # define lock_num_prmode_failed(_l)     (0)
2806 # define lock_num_exmode_failed(_l)     (0)
2807 # define lock_total_prmode(_l)          (0ULL)
2808 # define lock_total_exmode(_l)          (0ULL)
2809 # define lock_max_prmode(_l)            (0)
2810 # define lock_max_exmode(_l)            (0)
2811 # define lock_refresh(_l)               (0)
2812 #endif
2813         /* The following seq_print was added in version 2 of this output */
2814         seq_printf(m, "%llu\t"
2815                    "%llu\t"
2816                    "%u\t"
2817                    "%u\t"
2818                    "%llu\t"
2819                    "%llu\t"
2820                    "%u\t"
2821                    "%u\t"
2822                    "%u\t",
2823                    lock_num_prmode(lockres),
2824                    lock_num_exmode(lockres),
2825                    lock_num_prmode_failed(lockres),
2826                    lock_num_exmode_failed(lockres),
2827                    lock_total_prmode(lockres),
2828                    lock_total_exmode(lockres),
2829                    lock_max_prmode(lockres),
2830                    lock_max_exmode(lockres),
2831                    lock_refresh(lockres));
2832
2833         /* End the line */
2834         seq_printf(m, "\n");
2835         return 0;
2836 }
2837
2838 static const struct seq_operations ocfs2_dlm_seq_ops = {
2839         .start =        ocfs2_dlm_seq_start,
2840         .stop =         ocfs2_dlm_seq_stop,
2841         .next =         ocfs2_dlm_seq_next,
2842         .show =         ocfs2_dlm_seq_show,
2843 };
2844
2845 static int ocfs2_dlm_debug_release(struct inode *inode, struct file *file)
2846 {
2847         struct seq_file *seq = (struct seq_file *) file->private_data;
2848         struct ocfs2_dlm_seq_priv *priv = seq->private;
2849         struct ocfs2_lock_res *res = &priv->p_iter_res;
2850
2851         ocfs2_remove_lockres_tracking(res);
2852         ocfs2_put_dlm_debug(priv->p_dlm_debug);
2853         return seq_release_private(inode, file);
2854 }
2855
2856 static int ocfs2_dlm_debug_open(struct inode *inode, struct file *file)
2857 {
2858         int ret;
2859         struct ocfs2_dlm_seq_priv *priv;
2860         struct seq_file *seq;
2861         struct ocfs2_super *osb;
2862
2863         priv = kzalloc(sizeof(struct ocfs2_dlm_seq_priv), GFP_KERNEL);
2864         if (!priv) {
2865                 ret = -ENOMEM;
2866                 mlog_errno(ret);
2867                 goto out;
2868         }
2869         osb = inode->i_private;
2870         ocfs2_get_dlm_debug(osb->osb_dlm_debug);
2871         priv->p_dlm_debug = osb->osb_dlm_debug;
2872         INIT_LIST_HEAD(&priv->p_iter_res.l_debug_list);
2873
2874         ret = seq_open(file, &ocfs2_dlm_seq_ops);
2875         if (ret) {
2876                 kfree(priv);
2877                 mlog_errno(ret);
2878                 goto out;
2879         }
2880
2881         seq = (struct seq_file *) file->private_data;
2882         seq->private = priv;
2883
2884         ocfs2_add_lockres_tracking(&priv->p_iter_res,
2885                                    priv->p_dlm_debug);
2886
2887 out:
2888         return ret;
2889 }
2890
2891 static const struct file_operations ocfs2_dlm_debug_fops = {
2892         .open =         ocfs2_dlm_debug_open,
2893         .release =      ocfs2_dlm_debug_release,
2894         .read =         seq_read,
2895         .llseek =       seq_lseek,
2896 };
2897
2898 static int ocfs2_dlm_init_debug(struct ocfs2_super *osb)
2899 {
2900         int ret = 0;
2901         struct ocfs2_dlm_debug *dlm_debug = osb->osb_dlm_debug;
2902
2903         dlm_debug->d_locking_state = debugfs_create_file("locking_state",
2904                                                          S_IFREG|S_IRUSR,
2905                                                          osb->osb_debug_root,
2906                                                          osb,
2907                                                          &ocfs2_dlm_debug_fops);
2908         if (!dlm_debug->d_locking_state) {
2909                 ret = -EINVAL;
2910                 mlog(ML_ERROR,
2911                      "Unable to create locking state debugfs file.\n");
2912                 goto out;
2913         }
2914
2915         ocfs2_get_dlm_debug(dlm_debug);
2916 out:
2917         return ret;
2918 }
2919
2920 static void ocfs2_dlm_shutdown_debug(struct ocfs2_super *osb)
2921 {
2922         struct ocfs2_dlm_debug *dlm_debug = osb->osb_dlm_debug;
2923
2924         if (dlm_debug) {
2925                 debugfs_remove(dlm_debug->d_locking_state);
2926                 ocfs2_put_dlm_debug(dlm_debug);
2927         }
2928 }
2929
2930 int ocfs2_dlm_init(struct ocfs2_super *osb)
2931 {
2932         int status = 0;
2933         struct ocfs2_cluster_connection *conn = NULL;
2934
2935         mlog_entry_void();
2936
2937         if (ocfs2_mount_local(osb)) {
2938                 osb->node_num = 0;
2939                 goto local;
2940         }
2941
2942         status = ocfs2_dlm_init_debug(osb);
2943         if (status < 0) {
2944                 mlog_errno(status);
2945                 goto bail;
2946         }
2947
2948         /* launch downconvert thread */
2949         osb->dc_task = kthread_run(ocfs2_downconvert_thread, osb, "ocfs2dc");
2950         if (IS_ERR(osb->dc_task)) {
2951                 status = PTR_ERR(osb->dc_task);
2952                 osb->dc_task = NULL;
2953                 mlog_errno(status);
2954                 goto bail;
2955         }
2956
2957         /* for now, uuid == domain */
2958         status = ocfs2_cluster_connect(osb->osb_cluster_stack,
2959                                        osb->uuid_str,
2960                                        strlen(osb->uuid_str),
2961                                        ocfs2_do_node_down, osb,
2962                                        &conn);
2963         if (status) {
2964                 mlog_errno(status);
2965                 goto bail;
2966         }
2967
2968         status = ocfs2_cluster_this_node(&osb->node_num);
2969         if (status < 0) {
2970                 mlog_errno(status);
2971                 mlog(ML_ERROR,
2972                      "could not find this host's node number\n");
2973                 ocfs2_cluster_disconnect(conn, 0);
2974                 goto bail;
2975         }
2976
2977 local:
2978         ocfs2_super_lock_res_init(&osb->osb_super_lockres, osb);
2979         ocfs2_rename_lock_res_init(&osb->osb_rename_lockres, osb);
2980         ocfs2_nfs_sync_lock_res_init(&osb->osb_nfs_sync_lockres, osb);
2981         ocfs2_orphan_scan_lock_res_init(&osb->osb_orphan_scan.os_lockres, osb);
2982
2983         osb->cconn = conn;
2984
2985         status = 0;
2986 bail:
2987         if (status < 0) {
2988                 ocfs2_dlm_shutdown_debug(osb);
2989                 if (osb->dc_task)
2990                         kthread_stop(osb->dc_task);
2991         }
2992
2993         mlog_exit(status);
2994         return status;
2995 }
2996
2997 void ocfs2_dlm_shutdown(struct ocfs2_super *osb,
2998                         int hangup_pending)
2999 {
3000         mlog_entry_void();
3001
3002         ocfs2_drop_osb_locks(osb);
3003
3004         /*
3005          * Now that we have dropped all locks and ocfs2_dismount_volume()
3006          * has disabled recovery, the DLM won't be talking to us.  It's
3007          * safe to tear things down before disconnecting the cluster.
3008          */
3009
3010         if (osb->dc_task) {
3011                 kthread_stop(osb->dc_task);
3012                 osb->dc_task = NULL;
3013         }
3014
3015         ocfs2_lock_res_free(&osb->osb_super_lockres);
3016         ocfs2_lock_res_free(&osb->osb_rename_lockres);
3017         ocfs2_lock_res_free(&osb->osb_nfs_sync_lockres);
3018         ocfs2_lock_res_free(&osb->osb_orphan_scan.os_lockres);
3019
3020         ocfs2_cluster_disconnect(osb->cconn, hangup_pending);
3021         osb->cconn = NULL;
3022
3023         ocfs2_dlm_shutdown_debug(osb);
3024
3025         mlog_exit_void();
3026 }
3027
3028 static void ocfs2_unlock_ast(void *opaque, int error)
3029 {
3030         struct ocfs2_lock_res *lockres = opaque;
3031         unsigned long flags;
3032
3033         mlog_entry_void();
3034
3035         mlog(0, "UNLOCK AST called on lock %s, action = %d\n", lockres->l_name,
3036              lockres->l_unlock_action);
3037
3038         spin_lock_irqsave(&lockres->l_lock, flags);
3039         if (error) {
3040                 mlog(ML_ERROR, "Dlm passes error %d for lock %s, "
3041                      "unlock_action %d\n", error, lockres->l_name,
3042                      lockres->l_unlock_action);
3043                 spin_unlock_irqrestore(&lockres->l_lock, flags);
3044                 mlog_exit_void();
3045                 return;
3046         }
3047
3048         switch(lockres->l_unlock_action) {
3049         case OCFS2_UNLOCK_CANCEL_CONVERT:
3050                 mlog(0, "Cancel convert success for %s\n", lockres->l_name);
3051                 lockres->l_action = OCFS2_AST_INVALID;
3052                 /* Downconvert thread may have requeued this lock, we
3053                  * need to wake it. */
3054                 if (lockres->l_flags & OCFS2_LOCK_BLOCKED)
3055                         ocfs2_wake_downconvert_thread(ocfs2_get_lockres_osb(lockres));
3056                 break;
3057         case OCFS2_UNLOCK_DROP_LOCK:
3058                 lockres->l_level = DLM_LOCK_IV;
3059                 break;
3060         default:
3061                 BUG();
3062         }
3063
3064         lockres_clear_flags(lockres, OCFS2_LOCK_BUSY);
3065         lockres->l_unlock_action = OCFS2_UNLOCK_INVALID;
3066         wake_up(&lockres->l_event);
3067         spin_unlock_irqrestore(&lockres->l_lock, flags);
3068
3069         mlog_exit_void();
3070 }
3071
3072 static int ocfs2_drop_lock(struct ocfs2_super *osb,
3073                            struct ocfs2_lock_res *lockres)
3074 {
3075         int ret;
3076         unsigned long flags;
3077         u32 lkm_flags = 0;
3078
3079         /* We didn't get anywhere near actually using this lockres. */
3080         if (!(lockres->l_flags & OCFS2_LOCK_INITIALIZED))
3081                 goto out;
3082
3083         if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB)
3084                 lkm_flags |= DLM_LKF_VALBLK;
3085
3086         spin_lock_irqsave(&lockres->l_lock, flags);
3087
3088         mlog_bug_on_msg(!(lockres->l_flags & OCFS2_LOCK_FREEING),
3089                         "lockres %s, flags 0x%lx\n",
3090                         lockres->l_name, lockres->l_flags);
3091
3092         while (lockres->l_flags & OCFS2_LOCK_BUSY) {
3093                 mlog(0, "waiting on busy lock \"%s\": flags = %lx, action = "
3094                      "%u, unlock_action = %u\n",
3095                      lockres->l_name, lockres->l_flags, lockres->l_action,
3096                      lockres->l_unlock_action);
3097
3098                 spin_unlock_irqrestore(&lockres->l_lock, flags);
3099
3100                 /* XXX: Today we just wait on any busy
3101                  * locks... Perhaps we need to cancel converts in the
3102                  * future? */
3103                 ocfs2_wait_on_busy_lock(lockres);
3104
3105                 spin_lock_irqsave(&lockres->l_lock, flags);
3106         }
3107
3108         if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) {
3109                 if (lockres->l_flags & OCFS2_LOCK_ATTACHED &&
3110                     lockres->l_level == DLM_LOCK_EX &&
3111                     !(lockres->l_flags & OCFS2_LOCK_NEEDS_REFRESH))
3112                         lockres->l_ops->set_lvb(lockres);
3113         }
3114
3115         if (lockres->l_flags & OCFS2_LOCK_BUSY)
3116                 mlog(ML_ERROR, "destroying busy lock: \"%s\"\n",
3117                      lockres->l_name);
3118         if (lockres->l_flags & OCFS2_LOCK_BLOCKED)
3119                 mlog(0, "destroying blocked lock: \"%s\"\n", lockres->l_name);
3120
3121         if (!(lockres->l_flags & OCFS2_LOCK_ATTACHED)) {
3122                 spin_unlock_irqrestore(&lockres->l_lock, flags);
3123                 goto out;
3124         }
3125
3126         lockres_clear_flags(lockres, OCFS2_LOCK_ATTACHED);
3127
3128         /* make sure we never get here while waiting for an ast to
3129          * fire. */
3130         BUG_ON(lockres->l_action != OCFS2_AST_INVALID);
3131
3132         /* is this necessary? */
3133         lockres_or_flags(lockres, OCFS2_LOCK_BUSY);
3134         lockres->l_unlock_action = OCFS2_UNLOCK_DROP_LOCK;
3135         spin_unlock_irqrestore(&lockres->l_lock, flags);
3136
3137         mlog(0, "lock %s\n", lockres->l_name);
3138
3139         ret = ocfs2_dlm_unlock(osb->cconn, &lockres->l_lksb, lkm_flags,
3140                                lockres);
3141         if (ret) {
3142                 ocfs2_log_dlm_error("ocfs2_dlm_unlock", ret, lockres);
3143                 mlog(ML_ERROR, "lockres flags: %lu\n", lockres->l_flags);
3144                 ocfs2_dlm_dump_lksb(&lockres->l_lksb);
3145                 BUG();
3146         }
3147         mlog(0, "lock %s, successful return from ocfs2_dlm_unlock\n",
3148              lockres->l_name);
3149
3150         ocfs2_wait_on_busy_lock(lockres);
3151 out:
3152         mlog_exit(0);
3153         return 0;
3154 }
3155
3156 /* Mark the lockres as being dropped. It will no longer be
3157  * queued if blocking, but we still may have to wait on it
3158  * being dequeued from the downconvert thread before we can consider
3159  * it safe to drop.
3160  *
3161  * You can *not* attempt to call cluster_lock on this lockres anymore. */
3162 void ocfs2_mark_lockres_freeing(struct ocfs2_lock_res *lockres)
3163 {
3164         int status;
3165         struct ocfs2_mask_waiter mw;
3166         unsigned long flags;
3167
3168         ocfs2_init_mask_waiter(&mw);
3169
3170         spin_lock_irqsave(&lockres->l_lock, flags);
3171         lockres->l_flags |= OCFS2_LOCK_FREEING;
3172         while (lockres->l_flags & OCFS2_LOCK_QUEUED) {
3173                 lockres_add_mask_waiter(lockres, &mw, OCFS2_LOCK_QUEUED, 0);
3174                 spin_unlock_irqrestore(&lockres->l_lock, flags);
3175
3176                 mlog(0, "Waiting on lockres %s\n", lockres->l_name);
3177
3178                 status = ocfs2_wait_for_mask(&mw);
3179                 if (status)
3180                         mlog_errno(status);
3181
3182                 spin_lock_irqsave(&lockres->l_lock, flags);
3183         }
3184         spin_unlock_irqrestore(&lockres->l_lock, flags);
3185 }
3186
3187 void ocfs2_simple_drop_lockres(struct ocfs2_super *osb,
3188                                struct ocfs2_lock_res *lockres)
3189 {
3190         int ret;
3191
3192         ocfs2_mark_lockres_freeing(lockres);
3193         ret = ocfs2_drop_lock(osb, lockres);
3194         if (ret)
3195                 mlog_errno(ret);
3196 }
3197
3198 static void ocfs2_drop_osb_locks(struct ocfs2_super *osb)
3199 {
3200         ocfs2_simple_drop_lockres(osb, &osb->osb_super_lockres);
3201         ocfs2_simple_drop_lockres(osb, &osb->osb_rename_lockres);
3202         ocfs2_simple_drop_lockres(osb, &osb->osb_nfs_sync_lockres);
3203         ocfs2_simple_drop_lockres(osb, &osb->osb_orphan_scan.os_lockres);
3204 }
3205
3206 int ocfs2_drop_inode_locks(struct inode *inode)
3207 {
3208         int status, err;
3209
3210         mlog_entry_void();
3211
3212         /* No need to call ocfs2_mark_lockres_freeing here -
3213          * ocfs2_clear_inode has done it for us. */
3214
3215         err = ocfs2_drop_lock(OCFS2_SB(inode->i_sb),
3216                               &OCFS2_I(inode)->ip_open_lockres);
3217         if (err < 0)
3218                 mlog_errno(err);
3219
3220         status = err;
3221
3222         err = ocfs2_drop_lock(OCFS2_SB(inode->i_sb),
3223                               &OCFS2_I(inode)->ip_inode_lockres);
3224         if (err < 0)
3225                 mlog_errno(err);
3226         if (err < 0 && !status)
3227                 status = err;
3228
3229         err = ocfs2_drop_lock(OCFS2_SB(inode->i_sb),
3230                               &OCFS2_I(inode)->ip_rw_lockres);
3231         if (err < 0)
3232                 mlog_errno(err);
3233         if (err < 0 && !status)
3234                 status = err;
3235
3236         mlog_exit(status);
3237         return status;
3238 }
3239
3240 static unsigned int ocfs2_prepare_downconvert(struct ocfs2_lock_res *lockres,
3241                                               int new_level)
3242 {
3243         assert_spin_locked(&lockres->l_lock);
3244
3245         BUG_ON(lockres->l_blocking <= DLM_LOCK_NL);
3246
3247         if (lockres->l_level <= new_level) {
3248                 mlog(ML_ERROR, "lockres->l_level (%d) <= new_level (%d)\n",
3249                      lockres->l_level, new_level);
3250                 BUG();
3251         }
3252
3253         mlog(0, "lock %s, new_level = %d, l_blocking = %d\n",
3254              lockres->l_name, new_level, lockres->l_blocking);
3255
3256         lockres->l_action = OCFS2_AST_DOWNCONVERT;
3257         lockres->l_requested = new_level;
3258         lockres_or_flags(lockres, OCFS2_LOCK_BUSY);
3259         return lockres_set_pending(lockres);
3260 }
3261
3262 static int ocfs2_downconvert_lock(struct ocfs2_super *osb,
3263                                   struct ocfs2_lock_res *lockres,
3264                                   int new_level,
3265                                   int lvb,
3266                                   unsigned int generation)
3267 {
3268         int ret;
3269         u32 dlm_flags = DLM_LKF_CONVERT;
3270
3271         mlog_entry_void();
3272
3273         if (lvb)
3274                 dlm_flags |= DLM_LKF_VALBLK;
3275
3276         ret = ocfs2_dlm_lock(osb->cconn,
3277                              new_level,
3278                              &lockres->l_lksb,
3279                              dlm_flags,
3280                              lockres->l_name,
3281                              OCFS2_LOCK_ID_MAX_LEN - 1,
3282                              lockres);
3283         lockres_clear_pending(lockres, generation, osb);
3284         if (ret) {
3285                 ocfs2_log_dlm_error("ocfs2_dlm_lock", ret, lockres);
3286                 ocfs2_recover_from_dlm_error(lockres, 1);
3287                 goto bail;
3288         }
3289
3290         ret = 0;
3291 bail:
3292         mlog_exit(ret);
3293         return ret;
3294 }
3295
3296 /* returns 1 when the caller should unlock and call ocfs2_dlm_unlock */
3297 static int ocfs2_prepare_cancel_convert(struct ocfs2_super *osb,
3298                                         struct ocfs2_lock_res *lockres)
3299 {
3300         assert_spin_locked(&lockres->l_lock);
3301
3302         mlog_entry_void();
3303         mlog(0, "lock %s\n", lockres->l_name);
3304
3305         if (lockres->l_unlock_action == OCFS2_UNLOCK_CANCEL_CONVERT) {
3306                 /* If we're already trying to cancel a lock conversion
3307                  * then just drop the spinlock and allow the caller to
3308                  * requeue this lock. */
3309
3310                 mlog(0, "Lockres %s, skip convert\n", lockres->l_name);
3311                 return 0;
3312         }
3313
3314         /* were we in a convert when we got the bast fire? */
3315         BUG_ON(lockres->l_action != OCFS2_AST_CONVERT &&
3316                lockres->l_action != OCFS2_AST_DOWNCONVERT);
3317         /* set things up for the unlockast to know to just
3318          * clear out the ast_action and unset busy, etc. */
3319         lockres->l_unlock_action = OCFS2_UNLOCK_CANCEL_CONVERT;
3320
3321         mlog_bug_on_msg(!(lockres->l_flags & OCFS2_LOCK_BUSY),
3322                         "lock %s, invalid flags: 0x%lx\n",
3323                         lockres->l_name, lockres->l_flags);
3324
3325         return 1;
3326 }
3327
3328 static int ocfs2_cancel_convert(struct ocfs2_super *osb,
3329                                 struct ocfs2_lock_res *lockres)
3330 {
3331         int ret;
3332
3333         mlog_entry_void();
3334         mlog(0, "lock %s\n", lockres->l_name);
3335
3336         ret = ocfs2_dlm_unlock(osb->cconn, &lockres->l_lksb,
3337                                DLM_LKF_CANCEL, lockres);
3338         if (ret) {
3339                 ocfs2_log_dlm_error("ocfs2_dlm_unlock", ret, lockres);
3340                 ocfs2_recover_from_dlm_error(lockres, 0);
3341         }
3342
3343         mlog(0, "lock %s return from ocfs2_dlm_unlock\n", lockres->l_name);
3344
3345         mlog_exit(ret);
3346         return ret;
3347 }
3348
3349 static int ocfs2_unblock_lock(struct ocfs2_super *osb,
3350                               struct ocfs2_lock_res *lockres,
3351                               struct ocfs2_unblock_ctl *ctl)
3352 {
3353         unsigned long flags;
3354         int blocking;
3355         int new_level;
3356         int ret = 0;
3357         int set_lvb = 0;
3358         unsigned int gen;
3359
3360         mlog_entry_void();
3361
3362         spin_lock_irqsave(&lockres->l_lock, flags);
3363
3364         BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BLOCKED));
3365
3366 recheck:
3367         if (lockres->l_flags & OCFS2_LOCK_BUSY) {
3368                 /* XXX
3369                  * This is a *big* race.  The OCFS2_LOCK_PENDING flag
3370                  * exists entirely for one reason - another thread has set
3371                  * OCFS2_LOCK_BUSY, but has *NOT* yet called dlm_lock().
3372                  *
3373                  * If we do ocfs2_cancel_convert() before the other thread
3374                  * calls dlm_lock(), our cancel will do nothing.  We will
3375                  * get no ast, and we will have no way of knowing the
3376                  * cancel failed.  Meanwhile, the other thread will call
3377                  * into dlm_lock() and wait...forever.
3378                  *
3379                  * Why forever?  Because another node has asked for the
3380                  * lock first; that's why we're here in unblock_lock().
3381                  *
3382                  * The solution is OCFS2_LOCK_PENDING.  When PENDING is
3383                  * set, we just requeue the unblock.  Only when the other
3384                  * thread has called dlm_lock() and cleared PENDING will
3385                  * we then cancel their request.
3386                  *
3387                  * All callers of dlm_lock() must set OCFS2_DLM_PENDING
3388                  * at the same time they set OCFS2_DLM_BUSY.  They must
3389                  * clear OCFS2_DLM_PENDING after dlm_lock() returns.
3390                  */
3391                 if (lockres->l_flags & OCFS2_LOCK_PENDING)
3392                         goto leave_requeue;
3393
3394                 ctl->requeue = 1;
3395                 ret = ocfs2_prepare_cancel_convert(osb, lockres);
3396                 spin_unlock_irqrestore(&lockres->l_lock, flags);
3397                 if (ret) {
3398                         ret = ocfs2_cancel_convert(osb, lockres);
3399                         if (ret < 0)
3400                                 mlog_errno(ret);
3401                 }
3402                 goto leave;
3403         }
3404
3405         /* if we're blocking an exclusive and we have *any* holders,
3406          * then requeue. */
3407         if ((lockres->l_blocking == DLM_LOCK_EX)
3408             && (lockres->l_ex_holders || lockres->l_ro_holders))
3409                 goto leave_requeue;
3410
3411         /* If it's a PR we're blocking, then only
3412          * requeue if we've got any EX holders */
3413         if (lockres->l_blocking == DLM_LOCK_PR &&
3414             lockres->l_ex_holders)
3415                 goto leave_requeue;
3416
3417         /*
3418          * Can we get a lock in this state if the holder counts are
3419          * zero? The meta data unblock code used to check this.
3420          */
3421         if ((lockres->l_ops->flags & LOCK_TYPE_REQUIRES_REFRESH)
3422             && (lockres->l_flags & OCFS2_LOCK_REFRESHING))
3423                 goto leave_requeue;
3424
3425         new_level = ocfs2_highest_compat_lock_level(lockres->l_blocking);
3426
3427         if (lockres->l_ops->check_downconvert
3428             && !lockres->l_ops->check_downconvert(lockres, new_level))
3429                 goto leave_requeue;
3430
3431         /* If we get here, then we know that there are no more
3432          * incompatible holders (and anyone asking for an incompatible
3433          * lock is blocked). We can now downconvert the lock */
3434         if (!lockres->l_ops->downconvert_worker)
3435                 goto downconvert;
3436
3437         /* Some lockres types want to do a bit of work before
3438          * downconverting a lock. Allow that here. The worker function
3439          * may sleep, so we save off a copy of what we're blocking as
3440          * it may change while we're not holding the spin lock. */
3441         blocking = lockres->l_blocking;
3442         spin_unlock_irqrestore(&lockres->l_lock, flags);
3443
3444         ctl->unblock_action = lockres->l_ops->downconvert_worker(lockres, blocking);
3445
3446         if (ctl->unblock_action == UNBLOCK_STOP_POST)
3447                 goto leave;
3448
3449         spin_lock_irqsave(&lockres->l_lock, flags);
3450         if (blocking != lockres->l_blocking) {
3451                 /* If this changed underneath us, then we can't drop
3452                  * it just yet. */
3453                 goto recheck;
3454         }
3455
3456 downconvert:
3457         ctl->requeue = 0;
3458
3459         if (lockres->l_ops->flags & LOCK_TYPE_USES_LVB) {
3460                 if (lockres->l_level == DLM_LOCK_EX)
3461                         set_lvb = 1;
3462
3463                 /*
3464                  * We only set the lvb if the lock has been fully
3465                  * refreshed - otherwise we risk setting stale
3466                  * data. Otherwise, there's no need to actually clear
3467                  * out the lvb here as it's value is still valid.
3468                  */
3469                 if (set_lvb && !(lockres->l_flags & OCFS2_LOCK_NEEDS_REFRESH))
3470                         lockres->l_ops->set_lvb(lockres);
3471         }
3472
3473         gen = ocfs2_prepare_downconvert(lockres, new_level);
3474         spin_unlock_irqrestore(&lockres->l_lock, flags);
3475         ret = ocfs2_downconvert_lock(osb, lockres, new_level, set_lvb,
3476                                      gen);
3477
3478 leave:
3479         mlog_exit(ret);
3480         return ret;
3481
3482 leave_requeue:
3483         spin_unlock_irqrestore(&lockres->l_lock, flags);
3484         ctl->requeue = 1;
3485
3486         mlog_exit(0);
3487         return 0;
3488 }
3489
3490 static int ocfs2_data_convert_worker(struct ocfs2_lock_res *lockres,
3491                                      int blocking)
3492 {
3493         struct inode *inode;
3494         struct address_space *mapping;
3495
3496         inode = ocfs2_lock_res_inode(lockres);
3497         mapping = inode->i_mapping;
3498
3499         if (!S_ISREG(inode->i_mode))
3500                 goto out;
3501
3502         /*
3503          * We need this before the filemap_fdatawrite() so that it can
3504          * transfer the dirty bit from the PTE to the
3505          * page. Unfortunately this means that even for EX->PR
3506          * downconverts, we'll lose our mappings and have to build
3507          * them up again.
3508          */
3509         unmap_mapping_range(mapping, 0, 0, 0);
3510
3511         if (filemap_fdatawrite(mapping)) {
3512                 mlog(ML_ERROR, "Could not sync inode %llu for downconvert!",
3513                      (unsigned long long)OCFS2_I(inode)->ip_blkno);
3514         }
3515         sync_mapping_buffers(mapping);
3516         if (blocking == DLM_LOCK_EX) {
3517                 truncate_inode_pages(mapping, 0);
3518         } else {
3519                 /* We only need to wait on the I/O if we're not also
3520                  * truncating pages because truncate_inode_pages waits
3521                  * for us above. We don't truncate pages if we're
3522                  * blocking anything < EXMODE because we want to keep
3523                  * them around in that case. */
3524                 filemap_fdatawait(mapping);
3525         }
3526
3527 out:
3528         return UNBLOCK_CONTINUE;
3529 }
3530
3531 static int ocfs2_ci_checkpointed(struct ocfs2_caching_info *ci,
3532                                  struct ocfs2_lock_res *lockres,
3533                                  int new_level)
3534 {
3535         int checkpointed = ocfs2_ci_fully_checkpointed(ci);
3536
3537         BUG_ON(new_level != DLM_LOCK_NL && new_level != DLM_LOCK_PR);
3538         BUG_ON(lockres->l_level != DLM_LOCK_EX && !checkpointed);
3539
3540         if (checkpointed)
3541                 return 1;
3542
3543         ocfs2_start_checkpoint(OCFS2_SB(ocfs2_metadata_cache_get_super(ci)));
3544         return 0;
3545 }
3546
3547 static int ocfs2_check_meta_downconvert(struct ocfs2_lock_res *lockres,
3548                                         int new_level)
3549 {
3550         struct inode *inode = ocfs2_lock_res_inode(lockres);
3551
3552         return ocfs2_ci_checkpointed(INODE_CACHE(inode), lockres, new_level);
3553 }
3554
3555 static void ocfs2_set_meta_lvb(struct ocfs2_lock_res *lockres)
3556 {
3557         struct inode *inode = ocfs2_lock_res_inode(lockres);
3558
3559         __ocfs2_stuff_meta_lvb(inode);
3560 }
3561
3562 /*
3563  * Does the final reference drop on our dentry lock. Right now this
3564  * happens in the downconvert thread, but we could choose to simplify the
3565  * dlmglue API and push these off to the ocfs2_wq in the future.
3566  */
3567 static void ocfs2_dentry_post_unlock(struct ocfs2_super *osb,
3568                                      struct ocfs2_lock_res *lockres)
3569 {
3570         struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres);
3571         ocfs2_dentry_lock_put(osb, dl);
3572 }
3573
3574 /*
3575  * d_delete() matching dentries before the lock downconvert.
3576  *
3577  * At this point, any process waiting to destroy the
3578  * dentry_lock due to last ref count is stopped by the
3579  * OCFS2_LOCK_QUEUED flag.
3580  *
3581  * We have two potential problems
3582  *
3583  * 1) If we do the last reference drop on our dentry_lock (via dput)
3584  *    we'll wind up in ocfs2_release_dentry_lock(), waiting on
3585  *    the downconvert to finish. Instead we take an elevated
3586  *    reference and push the drop until after we've completed our
3587  *    unblock processing.
3588  *
3589  * 2) There might be another process with a final reference,
3590  *    waiting on us to finish processing. If this is the case, we
3591  *    detect it and exit out - there's no more dentries anyway.
3592  */
3593 static int ocfs2_dentry_convert_worker(struct ocfs2_lock_res *lockres,
3594                                        int blocking)
3595 {
3596         struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres);
3597         struct ocfs2_inode_info *oi = OCFS2_I(dl->dl_inode);
3598         struct dentry *dentry;
3599         unsigned long flags;
3600         int extra_ref = 0;
3601
3602         /*
3603          * This node is blocking another node from getting a read
3604          * lock. This happens when we've renamed within a
3605          * directory. We've forced the other nodes to d_delete(), but
3606          * we never actually dropped our lock because it's still
3607          * valid. The downconvert code will retain a PR for this node,
3608          * so there's no further work to do.
3609          */
3610         if (blocking == DLM_LOCK_PR)
3611                 return UNBLOCK_CONTINUE;
3612
3613         /*
3614          * Mark this inode as potentially orphaned. The code in
3615          * ocfs2_delete_inode() will figure out whether it actually
3616          * needs to be freed or not.
3617          */
3618         spin_lock(&oi->ip_lock);
3619         oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED;
3620         spin_unlock(&oi->ip_lock);
3621
3622         /*
3623          * Yuck. We need to make sure however that the check of
3624          * OCFS2_LOCK_FREEING and the extra reference are atomic with
3625          * respect to a reference decrement or the setting of that
3626          * flag.
3627          */
3628         spin_lock_irqsave(&lockres->l_lock, flags);
3629         spin_lock(&dentry_attach_lock);
3630         if (!(lockres->l_flags & OCFS2_LOCK_FREEING)
3631             && dl->dl_count) {
3632                 dl->dl_count++;
3633                 extra_ref = 1;
3634         }
3635         spin_unlock(&dentry_attach_lock);
3636         spin_unlock_irqrestore(&lockres->l_lock, flags);
3637
3638         mlog(0, "extra_ref = %d\n", extra_ref);
3639
3640         /*
3641          * We have a process waiting on us in ocfs2_dentry_iput(),
3642          * which means we can't have any more outstanding
3643          * aliases. There's no need to do any more work.
3644          */
3645         if (!extra_ref)
3646                 return UNBLOCK_CONTINUE;
3647
3648         spin_lock(&dentry_attach_lock);
3649         while (1) {
3650                 dentry = ocfs2_find_local_alias(dl->dl_inode,
3651                                                 dl->dl_parent_blkno, 1);
3652                 if (!dentry)
3653                         break;
3654                 spin_unlock(&dentry_attach_lock);
3655
3656                 mlog(0, "d_delete(%.*s);\n", dentry->d_name.len,
3657                      dentry->d_name.name);
3658
3659                 /*
3660                  * The following dcache calls may do an
3661                  * iput(). Normally we don't want that from the
3662                  * downconverting thread, but in this case it's ok
3663                  * because the requesting node already has an
3664                  * exclusive lock on the inode, so it can't be queued
3665                  * for a downconvert.
3666                  */
3667                 d_delete(dentry);
3668                 dput(dentry);
3669
3670                 spin_lock(&dentry_attach_lock);
3671         }
3672         spin_unlock(&dentry_attach_lock);
3673
3674         /*
3675          * If we are the last holder of this dentry lock, there is no
3676          * reason to downconvert so skip straight to the unlock.
3677          */
3678         if (dl->dl_count == 1)
3679                 return UNBLOCK_STOP_POST;
3680
3681         return UNBLOCK_CONTINUE_POST;
3682 }
3683
3684 static int ocfs2_check_refcount_downconvert(struct ocfs2_lock_res *lockres,
3685                                             int new_level)
3686 {
3687         struct ocfs2_refcount_tree *tree =
3688                                 ocfs2_lock_res_refcount_tree(lockres);
3689
3690         return ocfs2_ci_checkpointed(&tree->rf_ci, lockres, new_level);
3691 }
3692
3693 static int ocfs2_refcount_convert_worker(struct ocfs2_lock_res *lockres,
3694                                          int blocking)
3695 {
3696         struct ocfs2_refcount_tree *tree =
3697                                 ocfs2_lock_res_refcount_tree(lockres);
3698
3699         ocfs2_metadata_cache_purge(&tree->rf_ci);
3700
3701         return UNBLOCK_CONTINUE;
3702 }
3703
3704 static void ocfs2_set_qinfo_lvb(struct ocfs2_lock_res *lockres)
3705 {
3706         struct ocfs2_qinfo_lvb *lvb;
3707         struct ocfs2_mem_dqinfo *oinfo = ocfs2_lock_res_qinfo(lockres);
3708         struct mem_dqinfo *info = sb_dqinfo(oinfo->dqi_gi.dqi_sb,
3709                                             oinfo->dqi_gi.dqi_type);
3710
3711         mlog_entry_void();
3712
3713         lvb = ocfs2_dlm_lvb(&lockres->l_lksb);
3714         lvb->lvb_version = OCFS2_QINFO_LVB_VERSION;
3715         lvb->lvb_bgrace = cpu_to_be32(info->dqi_bgrace);
3716         lvb->lvb_igrace = cpu_to_be32(info->dqi_igrace);
3717         lvb->lvb_syncms = cpu_to_be32(oinfo->dqi_syncms);
3718         lvb->lvb_blocks = cpu_to_be32(oinfo->dqi_gi.dqi_blocks);
3719         lvb->lvb_free_blk = cpu_to_be32(oinfo->dqi_gi.dqi_free_blk);
3720         lvb->lvb_free_entry = cpu_to_be32(oinfo->dqi_gi.dqi_free_entry);
3721
3722         mlog_exit_void();
3723 }
3724
3725 void ocfs2_qinfo_unlock(struct ocfs2_mem_dqinfo *oinfo, int ex)
3726 {
3727         struct ocfs2_lock_res *lockres = &oinfo->dqi_gqlock;
3728         struct ocfs2_super *osb = OCFS2_SB(oinfo->dqi_gi.dqi_sb);
3729         int level = ex ? DLM_LOCK_EX : DLM_LOCK_PR;
3730
3731         mlog_entry_void();
3732         if (!ocfs2_is_hard_readonly(osb) && !ocfs2_mount_local(osb))
3733                 ocfs2_cluster_unlock(osb, lockres, level);
3734         mlog_exit_void();
3735 }
3736
3737 static int ocfs2_refresh_qinfo(struct ocfs2_mem_dqinfo *oinfo)
3738 {
3739         struct mem_dqinfo *info = sb_dqinfo(oinfo->dqi_gi.dqi_sb,
3740                                             oinfo->dqi_gi.dqi_type);
3741         struct ocfs2_lock_res *lockres = &oinfo->dqi_gqlock;
3742         struct ocfs2_qinfo_lvb *lvb = ocfs2_dlm_lvb(&lockres->l_lksb);
3743         struct buffer_head *bh = NULL;
3744         struct ocfs2_global_disk_dqinfo *gdinfo;
3745         int status = 0;
3746
3747         if (ocfs2_dlm_lvb_valid(&lockres->l_lksb) &&
3748             lvb->lvb_version == OCFS2_QINFO_LVB_VERSION) {
3749                 info->dqi_bgrace = be32_to_cpu(lvb->lvb_bgrace);
3750                 info->dqi_igrace = be32_to_cpu(lvb->lvb_igrace);
3751                 oinfo->dqi_syncms = be32_to_cpu(lvb->lvb_syncms);
3752                 oinfo->dqi_gi.dqi_blocks = be32_to_cpu(lvb->lvb_blocks);
3753                 oinfo->dqi_gi.dqi_free_blk = be32_to_cpu(lvb->lvb_free_blk);
3754                 oinfo->dqi_gi.dqi_free_entry =
3755                                         be32_to_cpu(lvb->lvb_free_entry);
3756         } else {
3757                 status = ocfs2_read_quota_block(oinfo->dqi_gqinode, 0, &bh);
3758                 if (status) {
3759                         mlog_errno(status);
3760                         goto bail;
3761                 }
3762                 gdinfo = (struct ocfs2_global_disk_dqinfo *)
3763                                         (bh->b_data + OCFS2_GLOBAL_INFO_OFF);
3764                 info->dqi_bgrace = le32_to_cpu(gdinfo->dqi_bgrace);
3765                 info->dqi_igrace = le32_to_cpu(gdinfo->dqi_igrace);
3766                 oinfo->dqi_syncms = le32_to_cpu(gdinfo->dqi_syncms);
3767                 oinfo->dqi_gi.dqi_blocks = le32_to_cpu(gdinfo->dqi_blocks);
3768                 oinfo->dqi_gi.dqi_free_blk = le32_to_cpu(gdinfo->dqi_free_blk);
3769                 oinfo->dqi_gi.dqi_free_entry =
3770                                         le32_to_cpu(gdinfo->dqi_free_entry);
3771                 brelse(bh);
3772                 ocfs2_track_lock_refresh(lockres);
3773         }
3774
3775 bail:
3776         return status;
3777 }
3778
3779 /* Lock quota info, this function expects at least shared lock on the quota file
3780  * so that we can safely refresh quota info from disk. */
3781 int ocfs2_qinfo_lock(struct ocfs2_mem_dqinfo *oinfo, int ex)
3782 {
3783         struct ocfs2_lock_res *lockres = &oinfo->dqi_gqlock;
3784         struct ocfs2_super *osb = OCFS2_SB(oinfo->dqi_gi.dqi_sb);
3785         int level = ex ? DLM_LOCK_EX : DLM_LOCK_PR;
3786         int status = 0;
3787
3788         mlog_entry_void();
3789
3790         /* On RO devices, locking really isn't needed... */
3791         if (ocfs2_is_hard_readonly(osb)) {
3792                 if (ex)
3793                         status = -EROFS;
3794                 goto bail;
3795         }
3796         if (ocfs2_mount_local(osb))
3797                 goto bail;
3798
3799         status = ocfs2_cluster_lock(osb, lockres, level, 0, 0);
3800         if (status < 0) {
3801                 mlog_errno(status);
3802                 goto bail;
3803         }
3804         if (!ocfs2_should_refresh_lock_res(lockres))
3805                 goto bail;
3806         /* OK, we have the lock but we need to refresh the quota info */
3807         status = ocfs2_refresh_qinfo(oinfo);
3808         if (status)
3809                 ocfs2_qinfo_unlock(oinfo, ex);
3810         ocfs2_complete_lock_res_refresh(lockres, status);
3811 bail:
3812         mlog_exit(status);
3813         return status;
3814 }
3815
3816 int ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex)
3817 {
3818         int status;
3819         int level = ex ? DLM_LOCK_EX : DLM_LOCK_PR;
3820         struct ocfs2_lock_res *lockres = &ref_tree->rf_lockres;
3821         struct ocfs2_super *osb = lockres->l_priv;
3822
3823
3824         if (ocfs2_is_hard_readonly(osb))
3825                 return -EROFS;
3826
3827         if (ocfs2_mount_local(osb))
3828                 return 0;
3829
3830         status = ocfs2_cluster_lock(osb, lockres, level, 0, 0);
3831         if (status < 0)
3832                 mlog_errno(status);
3833
3834         return status;
3835 }
3836
3837 void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex)
3838 {
3839         int level = ex ? DLM_LOCK_EX : DLM_LOCK_PR;
3840         struct ocfs2_lock_res *lockres = &ref_tree->rf_lockres;
3841         struct ocfs2_super *osb = lockres->l_priv;
3842
3843         if (!ocfs2_mount_local(osb))
3844                 ocfs2_cluster_unlock(osb, lockres, level);
3845 }
3846
3847 /*
3848  * This is the filesystem locking protocol.  It provides the lock handling
3849  * hooks for the underlying DLM.  It has a maximum version number.
3850  * The version number allows interoperability with systems running at
3851  * the same major number and an equal or smaller minor number.
3852  *
3853  * Whenever the filesystem does new things with locks (adds or removes a
3854  * lock, orders them differently, does different things underneath a lock),
3855  * the version must be changed.  The protocol is negotiated when joining
3856  * the dlm domain.  A node may join the domain if its major version is
3857  * identical to all other nodes and its minor version is greater than
3858  * or equal to all other nodes.  When its minor version is greater than
3859  * the other nodes, it will run at the minor version specified by the
3860  * other nodes.
3861  *
3862  * If a locking change is made that will not be compatible with older
3863  * versions, the major number must be increased and the minor version set
3864  * to zero.  If a change merely adds a behavior that can be disabled when
3865  * speaking to older versions, the minor version must be increased.  If a
3866  * change adds a fully backwards compatible change (eg, LVB changes that
3867  * are just ignored by older versions), the version does not need to be
3868  * updated.
3869  */
3870 static struct ocfs2_locking_protocol lproto = {
3871         .lp_max_version = {
3872                 .pv_major = OCFS2_LOCKING_PROTOCOL_MAJOR,
3873                 .pv_minor = OCFS2_LOCKING_PROTOCOL_MINOR,
3874         },
3875         .lp_lock_ast            = ocfs2_locking_ast,
3876         .lp_blocking_ast        = ocfs2_blocking_ast,
3877         .lp_unlock_ast          = ocfs2_unlock_ast,
3878 };
3879
3880 void ocfs2_set_locking_protocol(void)
3881 {
3882         ocfs2_stack_glue_set_locking_protocol(&lproto);
3883 }
3884
3885
3886 static void ocfs2_process_blocked_lock(struct ocfs2_super *osb,
3887                                        struct ocfs2_lock_res *lockres)
3888 {
3889         int status;
3890         struct ocfs2_unblock_ctl ctl = {0, 0,};
3891         unsigned long flags;
3892
3893         /* Our reference to the lockres in this function can be
3894          * considered valid until we remove the OCFS2_LOCK_QUEUED
3895          * flag. */
3896
3897         mlog_entry_void();
3898
3899         BUG_ON(!lockres);
3900         BUG_ON(!lockres->l_ops);
3901
3902         mlog(0, "lockres %s blocked.\n", lockres->l_name);
3903
3904         /* Detect whether a lock has been marked as going away while
3905          * the downconvert thread was processing other things. A lock can
3906          * still be marked with OCFS2_LOCK_FREEING after this check,
3907          * but short circuiting here will still save us some
3908          * performance. */
3909         spin_lock_irqsave(&lockres->l_lock, flags);
3910         if (lockres->l_flags & OCFS2_LOCK_FREEING)
3911                 goto unqueue;
3912         spin_unlock_irqrestore(&lockres->l_lock, flags);
3913
3914         status = ocfs2_unblock_lock(osb, lockres, &ctl);
3915         if (status < 0)
3916                 mlog_errno(status);
3917
3918         spin_lock_irqsave(&lockres->l_lock, flags);
3919 unqueue:
3920         if (lockres->l_flags & OCFS2_LOCK_FREEING || !ctl.requeue) {
3921                 lockres_clear_flags(lockres, OCFS2_LOCK_QUEUED);
3922         } else
3923                 ocfs2_schedule_blocked_lock(osb, lockres);
3924
3925         mlog(0, "lockres %s, requeue = %s.\n", lockres->l_name,
3926              ctl.requeue ? "yes" : "no");
3927         spin_unlock_irqrestore(&lockres->l_lock, flags);
3928
3929         if (ctl.unblock_action != UNBLOCK_CONTINUE
3930             && lockres->l_ops->post_unlock)
3931                 lockres->l_ops->post_unlock(osb, lockres);
3932
3933         mlog_exit_void();
3934 }
3935
3936 static void ocfs2_schedule_blocked_lock(struct ocfs2_super *osb,
3937                                         struct ocfs2_lock_res *lockres)
3938 {
3939         mlog_entry_void();
3940
3941         assert_spin_locked(&lockres->l_lock);
3942
3943         if (lockres->l_flags & OCFS2_LOCK_FREEING) {
3944                 /* Do not schedule a lock for downconvert when it's on
3945                  * the way to destruction - any nodes wanting access
3946                  * to the resource will get it soon. */
3947                 mlog(0, "Lockres %s won't be scheduled: flags 0x%lx\n",
3948                      lockres->l_name, lockres->l_flags);
3949                 return;
3950         }
3951
3952         lockres_or_flags(lockres, OCFS2_LOCK_QUEUED);
3953
3954         spin_lock(&osb->dc_task_lock);
3955         if (list_empty(&lockres->l_blocked_list)) {
3956                 list_add_tail(&lockres->l_blocked_list,
3957                               &osb->blocked_lock_list);
3958                 osb->blocked_lock_count++;
3959         }
3960         spin_unlock(&osb->dc_task_lock);
3961
3962         mlog_exit_void();
3963 }
3964
3965 static void ocfs2_downconvert_thread_do_work(struct ocfs2_super *osb)
3966 {
3967         unsigned long processed;
3968         struct ocfs2_lock_res *lockres;
3969
3970         mlog_entry_void();
3971
3972         spin_lock(&osb->dc_task_lock);
3973         /* grab this early so we know to try again if a state change and
3974          * wake happens part-way through our work  */
3975         osb->dc_work_sequence = osb->dc_wake_sequence;
3976
3977         processed = osb->blocked_lock_count;
3978         while (processed) {
3979                 BUG_ON(list_empty(&osb->blocked_lock_list));
3980
3981                 lockres = list_entry(osb->blocked_lock_list.next,
3982                                      struct ocfs2_lock_res, l_blocked_list);
3983                 list_del_init(&lockres->l_blocked_list);
3984                 osb->blocked_lock_count--;
3985                 spin_unlock(&osb->dc_task_lock);
3986
3987                 BUG_ON(!processed);
3988                 processed--;
3989
3990                 ocfs2_process_blocked_lock(osb, lockres);
3991
3992                 spin_lock(&osb->dc_task_lock);
3993         }
3994         spin_unlock(&osb->dc_task_lock);
3995
3996         mlog_exit_void();
3997 }
3998
3999 static int ocfs2_downconvert_thread_lists_empty(struct ocfs2_super *osb)
4000 {
4001         int empty = 0;
4002
4003         spin_lock(&osb->dc_task_lock);
4004         if (list_empty(&osb->blocked_lock_list))
4005                 empty = 1;
4006
4007         spin_unlock(&osb->dc_task_lock);
4008         return empty;
4009 }
4010
4011 static int ocfs2_downconvert_thread_should_wake(struct ocfs2_super *osb)
4012 {
4013         int should_wake = 0;
4014
4015         spin_lock(&osb->dc_task_lock);
4016         if (osb->dc_work_sequence != osb->dc_wake_sequence)
4017                 should_wake = 1;
4018         spin_unlock(&osb->dc_task_lock);
4019
4020         return should_wake;
4021 }
4022
4023 static int ocfs2_downconvert_thread(void *arg)
4024 {
4025         int status = 0;
4026         struct ocfs2_super *osb = arg;
4027
4028         /* only quit once we've been asked to stop and there is no more
4029          * work available */
4030         while (!(kthread_should_stop() &&
4031                 ocfs2_downconvert_thread_lists_empty(osb))) {
4032
4033                 wait_event_interruptible(osb->dc_event,
4034                                          ocfs2_downconvert_thread_should_wake(osb) ||
4035                                          kthread_should_stop());
4036
4037                 mlog(0, "downconvert_thread: awoken\n");
4038
4039                 ocfs2_downconvert_thread_do_work(osb);
4040         }
4041
4042         osb->dc_task = NULL;
4043         return status;
4044 }
4045
4046 void ocfs2_wake_downconvert_thread(struct ocfs2_super *osb)
4047 {
4048         spin_lock(&osb->dc_task_lock);
4049         /* make sure the voting thread gets a swipe at whatever changes
4050          * the caller may have made to the voting state */
4051         osb->dc_wake_sequence++;
4052         spin_unlock(&osb->dc_task_lock);
4053         wake_up(&osb->dc_event);
4054 }