index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
gfs2
/
glock.c
Age
Commit message (
Expand
)
Author
2021-10-25
gfs2: further simplify do_promote
Bob Peterson
2021-10-25
gfs2: re-factor function do_promote
Bob Peterson
2021-10-25
gfs2: Remove 'first' trace_gfs2_promote argument
Andreas Gruenbacher
2021-10-25
gfs2: change go_lock to go_instantiate
Bob Peterson
2021-10-25
gfs2: Save ip from gfs2_glock_nq_init
Andreas Gruenbacher
2021-10-25
gfs2: move GL_SKIP check from glops to do_promote
Bob Peterson
2021-10-25
gfs2: Add GL_SKIP holder flag to dump_holder
Bob Peterson
2021-10-20
gfs2: Introduce flag for glock holder auto-demotion
Bob Peterson
2021-10-20
gfs2: Clean up function may_grant
Andreas Gruenbacher
2021-08-20
gfs2: Remove redundant check from gfs2_glock_dq
Bob Peterson
2021-08-20
gfs2: Eliminate vestigial HIF_FIRST
Bob Peterson
2021-06-28
gfs2: Use list_move_tail instead of list_del/list_add_tail
Baokun Li
2021-05-31
gfs2: Fix use-after-free in gfs2_glock_shrink_scan
Hillf Danton
2021-05-20
gfs2: fix a deadlock on withdraw-during-mount
Bob Peterson
2021-05-20
gfs2: fix scheduling while atomic bug in glocks
Bob Peterson
2021-05-05
mm: introduce and use mapping_empty()
Matthew Wilcox (Oracle)
2021-04-29
Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...
Linus Torvalds
2021-04-09
gfs2: Fix a number of kernel-doc warnings
Lee Jones
2021-04-08
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-04-03
gfs2: Eliminate gh parameter from go_xmote_bh func
Bob Peterson
2021-02-17
gfs2: Allow node-wide exclusive glock sharing
Bob Peterson
2020-12-01
Revert "GFS2: Prevent delete work from occurring on glocks used for create"
Andreas Gruenbacher
2020-11-24
gfs2: set lockdep subclass for iopen glocks
Alexander Aring
2020-11-03
gfs2: Wake up when sd_glock_disposal becomes zero
Alexander Aring
2020-10-20
gfs2: Only access gl_delete for iopen glocks
Bob Peterson
2020-10-20
gfs2: Fix comments to glock_hash_walk
Bob Peterson
2020-10-15
gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)
Bob Peterson
2020-10-14
gfs2: call truncate_inode_pages_final for address space glocks
Bob Peterson
2020-10-14
gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macro
Liu Shixin
2020-08-03
gfs2: Fix refcount leak in gfs2_glock_poke
Andreas Gruenbacher
2020-08-03
gfs2: Add some flags missing from glock output
Bob Peterson
2020-06-30
gfs2: Don't sleep during glock hash walk
Andreas Gruenbacher
2020-06-05
Merge branch 'gfs2-iopen' into for-next
Andreas Gruenbacher
2020-06-05
gfs2: Smarter iopen glock waiting
Andreas Gruenbacher
2020-06-05
gfs2: Wake up when setting GLF_DEMOTE
Andreas Gruenbacher
2020-06-05
gfs2: Check inode generation number in delete_work_func
Andreas Gruenbacher
2020-06-05
gfs2: Minor gfs2_lookup_by_inum cleanup
Andreas Gruenbacher
2020-06-05
gfs2: Give up the iopen glock on contention
Andreas Gruenbacher
2020-06-05
gfs2: Turn gl_delete into a delayed work
Andreas Gruenbacher
2020-06-05
gfs2: Keep track of deleted inode generations in LVBs
Andreas Gruenbacher
2020-06-05
gfs2: Allow ASPACE glocks to also have an lvb
Bob Peterson
2020-06-05
gfs2: introduce new gfs2_glock_assert_withdraw
Bob Peterson
2020-06-05
gfs2: print mapping->nrpages in glock dump for address space glocks
Bob Peterson
2020-05-08
Revert "gfs2: Don't demote a glock until its revokes are written"
Bob Peterson
2020-05-08
gfs2: If go_sync returns error, withdraw but skip invalidate
Bob Peterson
2020-05-08
gfs2: Fix error exit in do_xmote
Bob Peterson
2020-03-27
gfs2: Switch to list_{first,last}_entry
Andreas Gruenbacher
2020-02-27
gfs2: Do proper error checking for go_sync family of glops functions
Bob Peterson
2020-02-27
gfs2: Don't demote a glock until its revokes are written
Bob Peterson
2020-02-27
gfs2: Check for log write errors before telling dlm to unlock
Bob Peterson
[prev]
[next]