index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
gfs2
/
glock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-18
gfs2: Prevent recursive memory reclaim
Andreas Gruenbacher
1
-1
/
+4
2025-09-12
gfs2: Add proper lockspace locking
Andreas Gruenbacher
1
-3
/
+2
2025-09-12
gfs2: Minor run_queue fixes
Andreas Gruenbacher
1
-1
/
+8
2025-09-12
gfs2: run_queue cleanup
Andreas Gruenbacher
1
-16
/
+19
2025-09-12
gfs2: Simplify do_promote
Andreas Gruenbacher
1
-11
/
+6
2025-09-12
gfs2: Get rid of GLF_INVALIDATE_IN_PROGRESS
Andreas Gruenbacher
1
-15
/
+1
2025-09-12
gfs2: Fix GLF_INVALIDATE_IN_PROGRESS flag clearing in do_xmote
Andreas Gruenbacher
1
-2
/
+0
2025-09-12
gfs2: Remove duplicate check in do_xmote
Andreas Gruenbacher
1
-14
/
+13
2025-09-12
gfs2: Fix LM_FLAG_TRY* logic in add_to_queue
Andreas Gruenbacher
1
-23
/
+24
2025-09-12
gfs2: Remove DLM_LKF_ALTCW / DLM_LKF_ALTPR code
Andreas Gruenbacher
1
-3
/
+1
2025-09-12
gfs2: Further sanitize lock_dlm.c
Andreas Gruenbacher
1
-6
/
+0
2025-09-12
gfs2: Do not use atomic operations unnecessarily
Andreas Gruenbacher
1
-3
/
+3
2025-09-12
gfs2: Partially revert "gfs2: do_xmote fixes"
Andreas Gruenbacher
1
-1
/
+2
2025-09-12
gfs2: Simplify refcounting in do_xmote
Andreas Gruenbacher
1
-1
/
+3
2025-09-12
gfs2: do_xmote cleanup
Andreas Gruenbacher
1
-5
/
+7
2025-09-12
gfs2: Remove space before newline
Colin Ian King
1
-1
/
+1
2025-07-15
gfs2: a minor finish_xmote cleanup
Andreas Gruenbacher
1
-2
/
+1
2025-07-15
gfs2: simplify finish_xmote
Andreas Gruenbacher
1
-8
/
+0
2025-07-15
gfs2: sanitize the gdlm_ast -> finish_xmote interface
Andreas Gruenbacher
1
-11
/
+18
2025-07-09
gfs2: Minor do_xmote cancelation fix
Andreas Gruenbacher
1
-1
/
+2
2025-04-21
gfs2: replace sd_aspace with sd_inode
Andreas Gruenbacher
1
-2
/
+1
2025-03-27
Merge tag 'gfs2-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...
Linus Torvalds
1
-58
/
+66
2025-03-10
gfs2: remove redundant warnings
Andreas Gruenbacher
1
-10
/
+2
2025-03-10
gfs2: Prevent inode creation race (2)
Andreas Gruenbacher
1
-19
/
+21
2025-03-10
gfs2: Fix additional unlikely request cancelation race
Andreas Gruenbacher
1
-2
/
+11
2025-03-10
gfs2: Fix request cancelation bug
Andreas Gruenbacher
1
-7
/
+13
2025-03-10
gfs2: Check for empty queue in run_queue
Andreas Gruenbacher
1
-3
/
+8
2025-03-10
gfs2: Remove more dead code in add_to_queue
Andreas Gruenbacher
1
-12
/
+1
2025-03-10
gfs2: Replace GIF_DEFER_DELETE with GLF_DEFER_DELETE
Andreas Gruenbacher
1
-2
/
+4
2025-03-10
gfs2: glock holder GL_NOPID fix
Andreas Gruenbacher
1
-3
/
+1
2025-03-10
gfs2: Add GLF_PENDING_REPLY flag
Andreas Gruenbacher
1
-0
/
+5
2025-02-07
lockref: remove count argument of lockref_init
Andreas Gruenbacher
1
-1
/
+1
2025-02-07
gfs2: use lockref_init for gl_lockref
Andreas Gruenbacher
1
-1
/
+1
2024-11-26
Merge tag 'gfs2-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...
Linus Torvalds
1
-66
/
+41
2024-11-19
gfs2: Prevent inode creation race
Andreas Gruenbacher
1
-0
/
+7
2024-11-05
gfs2: Randomize GLF_VERIFY_DELETE work delay
Andreas Gruenbacher
1
-1
/
+2
2024-11-05
gfs2: Use mod_delayed_work in gfs2_queue_try_to_evict
Andreas Gruenbacher
1
-2
/
+1
2024-11-05
gfs2: Update to the evict / remote delete documentation
Andreas Gruenbacher
1
-23
/
+8
2024-11-05
gfs2: Call gfs2_queue_verify_delete from gfs2_evict_inode
Andreas Gruenbacher
1
-11
/
+2
2024-11-05
gfs2: Clean up delete work processing
Andreas Gruenbacher
1
-7
/
+7
2024-11-05
gfs2: Minor delete_work_func cleanup
Andreas Gruenbacher
1
-2
/
+3
2024-11-05
gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETE
Andreas Gruenbacher
1
-2
/
+2
2024-11-05
gfs2: Faster gfs2_upgrade_iopen_glock wakeups
Andreas Gruenbacher
1
-16
/
+7
2024-10-07
get rid of ...lookup...fdget_rcu() family
Al Viro
1
-10
/
+2
2024-09-25
gfs2: Fix unlinked inode cleanup
Andreas Gruenbacher
1
-1
/
+1
2024-09-25
gfs2: Allow immediate GLF_VERIFY_DELETE work
Andreas Gruenbacher
1
-5
/
+6
2024-09-24
gfs2: Initialize gl_no_formal_ino earlier
Andreas Gruenbacher
1
-1
/
+0
2024-09-24
gfs2: Rename GLF_VERIFY_EVICT to GLF_VERIFY_DELETE
Andreas Gruenbacher
1
-7
/
+7
2024-08-20
gfs2: fix double destroy_workqueue error
Julian Sun
1
-0
/
+1
2024-08-20
gfs2: Minor gfs2_glock_cb cleanup
Andreas Gruenbacher
1
-3
/
+5
[next]