aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlmglue.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22ocfs2: spelling fixYongzhen Zhang1-1/+1
2023-10-18ocfs2: convert to new timestamp accessorsJeff Layton1-15/+14
2023-07-24ocfs2: convert to ctime accessor functionsJeff Layton1-2/+5
2022-08-28ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao1-3/+5
2021-09-24ocfs2: drop acl cache for directories tooWengang Wang1-1/+2
2021-09-03ocfs2: ocfs2_downconvert_lock failure results in deadlockGang He1-0/+12
2021-09-03ocfs2: remove an unnecessary conditionDan Carpenter1-1/+1
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-3/+1
2021-03-12ocfs2_inode_lock_update(): make sure we don't change the type bits of i_modeAl Viro1-2/+10
2020-08-07ocfs2: fix unbalanced lockingPavel Machek1-1/+7
2020-06-26ocfs2: avoid inode removal while nfsd is accessing itJunxiao Bi1-1/+16
2020-04-02ocfs2: use OCFS2_SEC_BITS in macroAlex Shi1-1/+1
2020-01-31ocfs2: remove unneeded semicolonszhengbin1-1/+1
2020-01-04ocfs2: fix the crash due to call ocfs2_get_dlm_debug once lessGang He1-0/+1
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-1/+1
2019-09-24ocfs2: delete unnecessary checks before brelse()Markus Elfring1-5/+2
2019-09-24ocfs2: further debugfs cleanupsGreg Kroah-Hartman1-15/+5
2019-07-12fs/ocfs2/dlmglue.c: unneeded variable: "status"Hariprasad Kelam1-2/+1
2019-07-12ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-23/+2
2019-07-12ocfs2: add first lock wait time in locking_stateGang He1-3/+29
2019-07-12ocfs2: add locking filter debugfs fileGang He1-0/+38
2019-07-12ocfs2: add last unlock times in locking_stateGang He1-3/+15
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner1-15/+1
2019-03-05ocfs2: fix the application IO timeout when fstrim is runningGang He1-0/+5
2018-11-03ocfs2: dlmglue: clean up timestamp handlingArnd Bergmann1-17/+9
2018-11-03ocfs2: remove ocfs2_is_o2cb_active()Gang He1-1/+1
2018-10-13ocfs2: fix a GCC warningzhong jiang1-0/+2
2018-08-17ocfs2: make several functions and variables static (and some const)Colin Ian King1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-6/+14
2018-06-07ocfs2: ocfs2_inode_lock_tracker does not distinguish lock levelLarry Chen1-30/+89
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-6/+14
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-13/+8
2018-04-05ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun1-13/+8
2018-03-19vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalentsIngo Molnar1-1/+1
2018-01-31ocfs2: nowait aio supportGang He1-5/+15
2018-01-31ocfs2: add ocfs2_try_rw_lock() and ocfs2_try_inode_lock()Gang He1-0/+21
2018-01-31ocfs2: add trimfs dlm lock resourceGang He1-0/+86
2018-01-31ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGEGang He1-0/+9
2017-06-23ocfs2: fix deadlock caused by recursive locking in xattrEric Ren1-0/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-02-22ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lockEric Ren1-3/+102
2017-01-10ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren1-0/+10
2016-07-26ocfs2: remove obscure BUG_ON in dlmglueJoseph Qi1-9/+0
2016-07-26ocfs2: cleanup unneeded goto in ocfs2_create_new_inode_locksJoseph Qi1-3/+1
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-0/+3
2016-01-21ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed1-0/+6
2016-01-14ocfs2: do not lock/unlock() inode DLM lockGoldwyn Rodrigues1-8/+0
2015-11-05ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi1-1/+2
2015-09-04ocfs2: remove unneeded code in ocfs2_dlm_initJoseph Qi1-2/+0
2015-08-07ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi1-3/+7
2015-04-21Revert "ocfs2: incorrect check for debugfs returns"Linus Torvalds1-1/+1
2015-04-14ocfs2: check if the ocfs2 lock resource has been initialized before calling o...alex chen1-0/+5
2015-04-14ocfs2: incorrect check for debugfs returnsChengyu Song1-1/+1
2015-02-10ocfs2: prune the dcache before deleting the dentry of directoryalex chen1-0/+3
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-6/+31
2014-12-10ocfs2: do not set OCFS2_LOCK_UPCONVERT_FINISHING if nonblocking lock can not ...Xue jiufei1-6/+31
2014-11-19assorted conversions to %p[dD]Al Viro1-2/+1
2014-10-09fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open()Rob Jones1-18/+5
2014-06-04ocfs2: remove some unused codeXue jiufei1-5/+0
2014-04-03ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert threadJan Kara1-3/+41
2014-01-21ocfs2: pass ocfs2_cluster_connection to ocfs2_this_nodeGoldwyn Rodrigues1-1/+1
2014-01-21ocfs2: add clustername to cluster connectionGoldwyn Rodrigues1-0/+2
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-2/+2
2013-05-07aio: remove retry-based AIOZach Brown1-1/+1
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-4/+4
2013-02-21ocfs2: unlock super lock if lockres refresh failedJunxiao Bi1-1/+4
2013-02-13ocfs2: convert between kuids and kgids and DLM locksEric W. Biederman1-4/+4
2012-07-03ocfs2: use spinlock irqsave for downconvert lock.patchSrinivas Eeda1-12/+19
2012-07-03ocfs2: Misplaced parens in unlikleyroel1-1/+1
2011-12-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+15
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-05-31ocfs2: Bugfix for hard readonly mountTiger Yang1-6/+15
2011-03-28Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs...Joel Becker1-143/+6
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma1-65/+6
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma1-78/+0
2011-02-20ocfs2: Use hrtimer to track ocfs2 fs lock statsSunil Mushran1-47/+50
2010-09-10Track negative entries v3Goldwyn Rodrigues1-0/+8
2010-07-20fs/ocfs2: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-05-21ocfs2: Avoid unnecessary block mapping when refreshing quota infoJan Kara1-1/+2
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-27ocfs2: Use a separate masklog for AST and BASTsSunil Mushran1-25/+65
2010-02-26ocfs2: Pass the locking protocol into ocfs2_cluster_connect().Joel Becker1-85/+83
2010-02-26ocfs2: Attach the connection to the lksbJoel Becker1-4/+4
2010-02-26ocfs2: Pass lksbs back from stackglue ast/bast functions.Joel Becker1-17/+17
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-03ocfs2: Plugs race between the dc thread and an unlock ast messageSunil Mushran1-1/+3
2010-02-02ocfs2: Remove overzealous BUG_ON during blocked lock processingSunil Mushran1-2/+10
2010-02-02ocfs2: Do not downconvert if the lock level is already compatibleSunil Mushran1-0/+13
2010-02-02ocfs2: Prevent a livelock in dlmglueSunil Mushran1-3/+46
2010-02-02ocfs2: Fix setting of OCFS2_LOCK_BLOCKED during bastWengang Wang1-2/+3
2010-01-25ocfs2/trivial: Remove trailing whitespacesSunil Mushran1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-23dlmglue.c: add missed mlog linesColy Li1-1/+4
2009-09-22ocfs2: Add new refcount tree lock resource in dlmglue.Tao Ma1-0/+80
2009-09-22ocfs2: Abstract caching info checkpoint.Tao Ma1-5/+13
2009-09-04ocfs2: Pass struct ocfs2_caching_info to the journal functions.Joel Becker1-1/+1
2009-09-04ocfs2: Take the inode out of the metadata read/write paths.Joel Becker1-1/+1
2009-06-22ocfs2: Add lockdep annotationsJan Kara1-16/+65
2009-06-22ocfs2: Disable orphan scanning for local and hard-ro mountsSunil Mushran1-10/+16
2009-06-22ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init()Sunil Mushran1-4/+3
2009-06-22ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API.Joel Becker1-3/+6
2009-06-03ocfs2: timer to queue scan of all orphan slotsSrinivas Eeda1-0/+51
2009-04-03ocfs2: fix rare stale inode errors when exporting via nfswengang wang1-0/+46
2009-02-26ocfs2: Cleanup the lockname print in dlmglue.cSunil Mushran1-3/+8
2009-02-02ocfs2: Wakeup the downconvert thread after a successful cancel convertSunil Mushran1-0/+4
2009-01-08fix similar typos to successfullColy Li1-2/+2
2009-01-05ocfs2: remove unneeded lvb castsMark Fasheh1-7/+5
2009-01-05ocfs2: Fix ocfs2_read_quota_block() error handling.Joel Becker1-3/+3
2009-01-05ocfs2: Implementation of local and global quota file handlingJan Kara1-0/+146
2009-01-05ocfs2: Wrap inode block reads in a dedicated function.Joel Becker1-8/+4
2008-12-01ocfs2: fix wake_up in unlock_astDavid Teigland1-2/+1
2008-10-14ocfs2: Simplify ocfs2_read_block()Joel Becker1-6/+2
2008-10-14ocfs2: Require an inode for ocfs2_read_block(s)().Joel Becker1-5/+4
2008-07-14ocfs2: fix printk format warnings with OCFS2_FS_STATS=nRandy Dunlap1-4/+4
2008-07-14[PATCH 2/2] ocfs2: Instrument fs cluster locksSunil Mushran1-1/+121
2008-07-10ocfs2: Fix flags in ocfs2_file_lockMark Fasheh1-7/+7
2008-04-18ocfs2: Add the 'cluster_stack' sysfs file.Joel Becker1-1/+2
2008-04-18ocfs2: Break out stackglue into modules.Joel Becker1-3/+4
2008-04-18ocfs2: Clean up stackglue initializationJoel Becker1-7/+2
2008-04-18ocfs2: Abstract out a debugging function for underlying dlms.Joel Becker1-2/+1
2008-04-18ocfs2: handle async EAGAIN from NOQUEUE requestDavid Teigland1-4/+23
2008-04-18ocfs2: Remove CANCELGRANT from the view of dlmglue.Joel Becker1-28/+171
2008-04-18ocfs2: Fill node number during cluster stack initMark Fasheh1-1/+12
2008-04-18ocfs2: Move o2hb functionality into the stack glue.Joel Becker1-4/+0
2008-04-18ocfs2: Introduce the new ocfs2_cluster_connect/disconnect() API.Joel Becker1-49/+48
2008-04-18ocfs2: Create the lock status block union.Joel Becker1-10/+13
2008-04-18ocfs2: Use -errno instead of dlm_status for ocfs2_dlm_lock/unlock() API.Joel Becker1-66/+50
2008-04-18ocfs2: Use global DLM_ constants in generic code.Joel Becker1-70/+70
2008-04-18ocfs2: Separate out dlm lock functions.Joel Becker1-49/+61
2008-04-18ocfs2: Change the recovery map to an array of node numbers.Joel Becker1-4/+2
2008-04-18ocfs2: Move slot map access into slot_map.cMark Fasheh1-7/+1
2008-03-10[PATCH] [OCFS2]: constify function pointer tablesJan Engelhardt1-1/+1
2008-03-03[2.6 patch] make ocfs2_downconvert_thread() staticAdrian Bunk1-1/+1
2008-03-03[2.6 patch] fs/ocfs2/: possible cleanupsAdrian Bunk1-2/+2
2008-03-03ocfs2: Fix writeout in ocfs2_data_convert_worker()Mark Fasheh1-1/+1
2008-02-06ocfs2: Negotiate locking protocol versions.Joel Becker1-1/+28
2008-01-25[PATCH 1/2] ocfs2: add flock lock typeMark Fasheh1-0/+267
2008-01-25ocfs2: Rename ocfs2_meta_[un]lockMark Fasheh1-25/+25
2008-01-25ocfs2: Remove data locksMark Fasheh1-104/+0
2008-01-25ocfs2: Add data downconvert worker to inode lockMark Fasheh1-0/+5
2008-01-25ocfs2: Remove mount/unmount votesMark Fasheh1-36/+128
2007-11-06ocfs2: Create locks at initially requested levelMark Fasheh1-14/+9
2007-11-06[PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c, dlmglue.c}Roel Kluin1-1/+1
2007-10-12ocfs2: Structure updates for inline dataMark Fasheh1-0/+2
2007-07-10[PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig1-4/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-02[PATCH] fs/ocfs2/: make 3 functions staticAdrian Bunk1-25/+29
2007-04-26ocfs2: Cache extent recordsMark Fasheh1-0/+2
2007-04-26ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh1-2/+1
2007-04-26ocfs2: temporarily remove extent map cachingMark Fasheh1-4/+0
2007-04-26ocfs2: Remove delete inode voteTiger Yang1-2/+117
2007-04-26ocfs2: Local mounts should skip inode updatesMark Fasheh1-12/+9
2006-12-28ocfs2: always unmap in ocfs2_data_convert_worker()Mark Fasheh1-1/+9
2006-12-07ocfs2: local mountsSunil Mushran1-20/+59
2006-12-01ocfs2: core atime update functionsTiger Yang1-0/+39
2006-12-01ocfs2: remove unused handle argument from ocfs2_meta_lock_full()Mark Fasheh1-5/+2
2006-12-01ocfs2: remove unused ocfs2_handle_add_lock()Mark Fasheh1-6/+0
2006-12-01[2.6 patch] make ocfs2_create_new_lock() staticAdrian Bunk1-4/+4
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-1/+1
2006-09-24ocfs2: Teach ocfs2_drop_lock() to use ->set_lvb() callbackMark Fasheh1-31/+28
2006-09-24ocfs2: Remove ->unblock lockres operationMark Fasheh1-146/+6
2006-09-24ocfs2: move downconvert worker to lockres opsMark Fasheh1-18/+32
2006-09-24ocfs2: Remove unused dlmglue functionsMark Fasheh1-103/+0
2006-09-24ocfs2: Have the metadata lock use generic dlmglue functionsMark Fasheh1-1/+31
2006-09-24ocfs2: Add ->set_lvb callback in dlmglueMark Fasheh1-2/+29
2006-09-24ocfs2: Add ->check_downconvert callback in dlmglueMark Fasheh1-1/+18
2006-09-24ocfs2: Check for refreshing locks in generic unblock functionMark Fasheh1-12/+19
2006-09-24ocfs2: don't unconditionally pass LVB flagsMark Fasheh1-3/+15
2006-09-24ocfs2: combine inode and generic blocking AST functionsMark Fasheh1-112/+11
2006-09-24ocfs2: Add ->get_osb() dlmglue locking operationMark Fasheh1-0/+33
2006-09-24ocfs2: remove ->unlock_ast() callback from ocfs2_lock_res_opsMark Fasheh1-13/+3
2006-09-24ocfs2: combine inode and generic AST functionsMark Fasheh1-110/+10
2006-09-24ocfs2: Clean up lock resource refresh flagsMark Fasheh1-14/+35
2006-09-24ocfs2: Remove i_generation from inode lock namesMark Fasheh1-6/+36
2006-09-24ocfs2: Encode i_generation in the meta data lvbMark Fasheh1-5/+9
2006-09-24ocfs2: Free up some space in the lvbMark Fasheh1-3/+3
2006-09-24ocfs2: Add new cluster lock typeMark Fasheh1-104/+371
2006-09-24ocfs2: Update dlmglue for new dlmlock() APIMark Fasheh1-0/+3
2006-09-20ocfs2: add ext2 attributesHerbert Poetzl1-2/+7
2006-06-29ocfs2: clean up some osb fieldsMark Fasheh1-2/+1
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-24ocfs2: don't use MLF* in the file systemMark Fasheh1-49/+52
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh1-0/+2904