summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlmglue.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: spelling fixYongzhen Zhang2024-02-221-1/+1
* ocfs2: convert to new timestamp accessorsJeff Layton2023-10-181-15/+14
* ocfs2: convert to ctime accessor functionsJeff Layton2023-07-241-2/+5
* ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao2022-08-281-3/+5
* ocfs2: drop acl cache for directories tooWengang Wang2021-09-241-1/+2
* ocfs2: ocfs2_downconvert_lock failure results in deadlockGang He2021-09-031-0/+12
* ocfs2: remove an unnecessary conditionDan Carpenter2021-09-031-1/+1
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-3/+1
* ocfs2_inode_lock_update(): make sure we don't change the type bits of i_modeAl Viro2021-03-121-2/+10
* ocfs2: fix unbalanced lockingPavel Machek2020-08-071-1/+7
* ocfs2: avoid inode removal while nfsd is accessing itJunxiao Bi2020-06-261-1/+16
* ocfs2: use OCFS2_SEC_BITS in macroAlex Shi2020-04-021-1/+1
* ocfs2: remove unneeded semicolonszhengbin2020-01-311-1/+1
* ocfs2: fix the crash due to call ocfs2_get_dlm_debug once lessGang He2020-01-041-0/+1
* locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-1/+1
* ocfs2: delete unnecessary checks before brelse()Markus Elfring2019-09-241-5/+2
* ocfs2: further debugfs cleanupsGreg Kroah-Hartman2019-09-241-15/+5
* fs/ocfs2/dlmglue.c: unneeded variable: "status"Hariprasad Kelam2019-07-121-2/+1
* ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-121-23/+2
* ocfs2: add first lock wait time in locking_stateGang He2019-07-121-3/+29
* ocfs2: add locking filter debugfs fileGang He2019-07-121-0/+38
* ocfs2: add last unlock times in locking_stateGang He2019-07-121-3/+15
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1
* ocfs2: fix the application IO timeout when fstrim is runningGang He2019-03-051-0/+5
* ocfs2: dlmglue: clean up timestamp handlingArnd Bergmann2018-11-031-17/+9
* ocfs2: remove ocfs2_is_o2cb_active()Gang He2018-11-031-1/+1
* ocfs2: fix a GCC warningzhong jiang2018-10-131-0/+2
* ocfs2: make several functions and variables static (and some const)Colin Ian King2018-08-171-1/+1
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-6/+14
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-6/+14
* | ocfs2: ocfs2_inode_lock_tracker does not distinguish lock levelLarry Chen2018-06-071-30/+89
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-061-13/+8
|\
| * ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun2018-04-051-13/+8
* | vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalentsIngo Molnar2018-03-191-1/+1
|/
* ocfs2: nowait aio supportGang He2018-01-311-5/+15
* ocfs2: add ocfs2_try_rw_lock() and ocfs2_try_inode_lock()Gang He2018-01-311-0/+21
* ocfs2: add trimfs dlm lock resourceGang He2018-01-311-0/+86
* ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGEGang He2018-01-311-0/+9
* ocfs2: fix deadlock caused by recursive locking in xattrEric Ren2017-06-231-0/+4
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lockEric Ren2017-02-221-3/+102
* ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren2017-01-101-0/+10
* ocfs2: remove obscure BUG_ON in dlmglueJoseph Qi2016-07-261-9/+0
* ocfs2: cleanup unneeded goto in ocfs2_create_new_inode_locksJoseph Qi2016-07-261-3/+1
* posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-0/+3
* ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed2016-01-211-0/+6
* ocfs2: do not lock/unlock() inode DLM lockGoldwyn Rodrigues2016-01-141-8/+0
* ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi2015-11-051-1/+2
* ocfs2: remove unneeded code in ocfs2_dlm_initJoseph Qi2015-09-041-2/+0
* ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi2015-08-071-3/+7