index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
gfs2
/
glock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-20
gfs2: Remove redundant check from gfs2_glock_dq
Bob Peterson
1
-6
/
+5
2021-08-20
gfs2: Eliminate vestigial HIF_FIRST
Bob Peterson
1
-2
/
+0
2021-06-28
gfs2: Use list_move_tail instead of list_del/list_add_tail
Baokun Li
1
-2
/
+1
2021-05-31
gfs2: Fix use-after-free in gfs2_glock_shrink_scan
Hillf Danton
1
-1
/
+1
2021-05-20
gfs2: fix a deadlock on withdraw-during-mount
Bob Peterson
1
-3
/
+21
2021-05-20
gfs2: fix scheduling while atomic bug in glocks
Bob Peterson
1
-0
/
+2
2021-05-05
mm: introduce and use mapping_empty()
Matthew Wilcox (Oracle)
1
-2
/
+1
2021-04-29
Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...
Linus Torvalds
1
-5
/
+7
2021-04-09
gfs2: Fix a number of kernel-doc warnings
Lee Jones
1
-4
/
+6
2021-04-08
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-1
/
+2
2021-04-03
gfs2: Eliminate gh parameter from go_xmote_bh func
Bob Peterson
1
-1
/
+1
2021-02-17
gfs2: Allow node-wide exclusive glock sharing
Bob Peterson
1
-3
/
+19
2020-12-01
Revert "GFS2: Prevent delete work from occurring on glocks used for create"
Andreas Gruenbacher
1
-8
/
+0
2020-11-24
gfs2: set lockdep subclass for iopen glocks
Alexander Aring
1
-0
/
+1
2020-11-03
gfs2: Wake up when sd_glock_disposal becomes zero
Alexander Aring
1
-1
/
+2
2020-10-20
gfs2: Only access gl_delete for iopen glocks
Bob Peterson
1
-4
/
+7
2020-10-20
gfs2: Fix comments to glock_hash_walk
Bob Peterson
1
-2
/
+1
2020-10-15
gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)
Bob Peterson
1
-8
/
+3
2020-10-14
gfs2: call truncate_inode_pages_final for address space glocks
Bob Peterson
1
-1
/
+6
2020-10-14
gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macro
Liu Shixin
1
-18
/
+2
2020-08-03
gfs2: Fix refcount leak in gfs2_glock_poke
Andreas Gruenbacher
1
-1
/
+3
2020-08-03
gfs2: Add some flags missing from glock output
Bob Peterson
1
-0
/
+6
2020-06-30
gfs2: Don't sleep during glock hash walk
Andreas Gruenbacher
1
-1
/
+4
2020-06-05
Merge branch 'gfs2-iopen' into for-next
Andreas Gruenbacher
1
-11
/
+165
2020-06-05
gfs2: Smarter iopen glock waiting
Andreas Gruenbacher
1
-2
/
+32
2020-06-05
gfs2: Wake up when setting GLF_DEMOTE
Andreas Gruenbacher
1
-4
/
+14
2020-06-05
gfs2: Check inode generation number in delete_work_func
Andreas Gruenbacher
1
-1
/
+3
2020-06-05
gfs2: Minor gfs2_lookup_by_inum cleanup
Andreas Gruenbacher
1
-1
/
+1
2020-06-05
gfs2: Give up the iopen glock on contention
Andreas Gruenbacher
1
-0
/
+51
2020-06-05
gfs2: Turn gl_delete into a delayed work
Andreas Gruenbacher
1
-2
/
+45
2020-06-05
gfs2: Keep track of deleted inode generations in LVBs
Andreas Gruenbacher
1
-0
/
+19
2020-06-05
gfs2: Allow ASPACE glocks to also have an lvb
Bob Peterson
1
-4
/
+3
2020-06-05
gfs2: introduce new gfs2_glock_assert_withdraw
Bob Peterson
1
-3
/
+4
2020-06-05
gfs2: print mapping->nrpages in glock dump for address space glocks
Bob Peterson
1
-9
/
+16
2020-05-08
Revert "gfs2: Don't demote a glock until its revokes are written"
Bob Peterson
1
-3
/
+0
2020-05-08
gfs2: If go_sync returns error, withdraw but skip invalidate
Bob Peterson
1
-1
/
+2
2020-05-08
gfs2: Fix error exit in do_xmote
Bob Peterson
1
-1
/
+1
2020-03-27
gfs2: Switch to list_{first,last}_entry
Andreas Gruenbacher
1
-5
/
+5
2020-02-27
gfs2: Do proper error checking for go_sync family of glops functions
Bob Peterson
1
-2
/
+14
2020-02-27
gfs2: Don't demote a glock until its revokes are written
Bob Peterson
1
-0
/
+3
2020-02-27
gfs2: Check for log write errors before telling dlm to unlock
Bob Peterson
1
-3
/
+28
2020-02-27
gfs2: fix infinite loop when checking ail item count before go_inval
Bob Peterson
1
-2
/
+15
2020-02-27
gfs2: Force withdraw to replay journals and wait for it to finish
Bob Peterson
1
-3
/
+20
2020-02-20
gfs2: Allow some glocks to be used during withdraw
Bob Peterson
1
-4
/
+29
2020-02-10
gfs2: Rework how rgrp buffer_heads are managed
Bob Peterson
1
-8
/
+0
2020-01-20
gfs2: Remove GFS2_MIN_LVB_SIZE define
Andreas Gruenbacher
1
-1
/
+1
2019-11-15
gfs2: Close timing window with GLF_INVALIDATE_IN_PROGRESS
Bob Peterson
1
-1
/
+8
2019-11-14
gfs2: Introduce function gfs2_withdrawn
Bob Peterson
1
-4
/
+3
2019-09-04
gfs2: Use async glocks for rename
Bob Peterson
1
-2
/
+92
2019-09-04
gfs2: create function gfs2_glock_update_hold_time
Andreas Gruenbacher
1
-6
/
+13
[next]