index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
gfs2
/
glock.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gfs2: Switch to list_{first,last}_entry
Andreas Gruenbacher
2020-03-27
1
-5
/
+5
*
gfs2: Do proper error checking for go_sync family of glops functions
Bob Peterson
2020-02-27
1
-2
/
+14
*
gfs2: Don't demote a glock until its revokes are written
Bob Peterson
2020-02-27
1
-0
/
+3
*
gfs2: Check for log write errors before telling dlm to unlock
Bob Peterson
2020-02-27
1
-3
/
+28
*
gfs2: fix infinite loop when checking ail item count before go_inval
Bob Peterson
2020-02-27
1
-2
/
+15
*
gfs2: Force withdraw to replay journals and wait for it to finish
Bob Peterson
2020-02-27
1
-3
/
+20
*
gfs2: Allow some glocks to be used during withdraw
Bob Peterson
2020-02-20
1
-4
/
+29
*
gfs2: Rework how rgrp buffer_heads are managed
Bob Peterson
2020-02-10
1
-8
/
+0
*
gfs2: Remove GFS2_MIN_LVB_SIZE define
Andreas Gruenbacher
2020-01-20
1
-1
/
+1
*
gfs2: Close timing window with GLF_INVALIDATE_IN_PROGRESS
Bob Peterson
2019-11-15
1
-1
/
+8
*
gfs2: Introduce function gfs2_withdrawn
Bob Peterson
2019-11-14
1
-4
/
+3
*
gfs2: Use async glocks for rename
Bob Peterson
2019-09-04
1
-2
/
+92
*
gfs2: create function gfs2_glock_update_hold_time
Andreas Gruenbacher
2019-09-04
1
-6
/
+13
*
gfs2: Fix possible fs name overflows
Bob Peterson
2019-09-03
1
-1
/
+1
*
gfs2: dump fsid when dumping glock problems
Bob Peterson
2019-06-27
1
-13
/
+21
*
gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN
Bob Peterson
2019-06-27
1
-3
/
+3
*
gfs2: Use IS_ERR_OR_NULL
Kefeng Wang
2019-06-27
1
-1
/
+1
*
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-08
1
-4
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398
Thomas Gleixner
2019-06-05
1
-4
/
+1
*
|
Revert "gfs2: Replace gl_revokes with a GLF flag"
Bob Peterson
2019-06-06
1
-2
/
+2
|
/
*
gfs2: Replace gl_revokes with a GLF flag
Bob Peterson
2019-05-07
1
-2
/
+2
*
gfs2: Fix occasional glock use-after-free
Andreas Gruenbacher
2019-05-07
1
-0
/
+1
*
gfs2: Fix lru_count going negative
Ross Lagerwall
2019-05-07
1
-9
/
+13
*
gfs2: Fix missed wakeups in find_insert_glock
Andreas Gruenbacher
2019-03-08
1
-1
/
+1
*
gfs: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-01-23
1
-56
/
+14
*
gfs2: Dump nrpages for inodes and their glocks
Bob Peterson
2018-12-12
1
-1
/
+1
*
gfs2: Use fs_* functions instead of pr_* function where we can
Bob Peterson
2018-10-05
1
-8
/
+9
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
1
-1
/
+2
*
gfs2: Stop using rhashtable_walk_peek
Andreas Gruenbacher
2018-04-12
1
-19
/
+28
*
gfs2: Glock dump performance regression fix
Andreas Gruenbacher
2018-02-01
1
-22
/
+43
*
rhashtable: Change rhashtable_walk_start to return void
Tom Herbert
2017-12-11
1
-5
/
+2
*
gfs2: Fix debugfs glocks dump
Andreas Gruenbacher
2017-09-25
1
-9
/
+5
*
gfs2: constify rhashtable_params
Arvind Yadav
2017-08-30
1
-1
/
+1
*
GFS2: Fix up some sparse warnings
Bob Peterson
2017-08-26
1
-3
/
+6
*
gfs2: Clean up waiting on glocks
Andreas Gruenbacher
2017-08-10
1
-20
/
+7
*
gfs2: gfs2_evict_inode: Put glocks asynchronously
Andreas Gruenbacher
2017-08-10
1
-1
/
+9
*
gfs2: gfs2_glock_get: Wait on freeing glocks
Andreas Gruenbacher
2017-08-10
1
-22
/
+104
*
GFS2: Don't waste time locking lru_lock for non-lru glocks
Bob Peterson
2017-08-09
1
-0
/
+3
*
gfs2: Fix glock rhashtable rcu bug
Andreas Gruenbacher
2017-07-07
1
-2
/
+9
*
gfs2: Clean up glock work enqueuing
Andreas Gruenbacher
2017-07-05
1
-50
/
+74
*
GFS2: Allow glocks to be unlocked after withdraw
Bob Peterson
2017-05-05
1
-2
/
+4
*
gfs2: Switch to rhashtable_lookup_get_insert_fast
Andreas Gruenbacher
2017-04-03
1
-24
/
+21
*
gfs2: Don't pack struct lm_lockname
Andreas Gruenbacher
2017-03-16
1
-1
/
+1
*
gfs2: Deduplicate gfs2_{glocks,glstats}_open
Andreas Gruenbacher
2017-03-16
1
-17
/
+9
*
gfs2: Replace rhashtable_walk_init with rhashtable_walk_enter
Andreas Gruenbacher
2017-03-16
1
-1
/
+1
*
GFS2: Prevent BUG from occurring when normal Withdraws occur
Bob Peterson
2017-03-16
1
-0
/
+2
*
Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-02-23
1
-0
/
+5
|
\
|
*
gfs2: Add missing rcu locking for glock lookup
Andrew Price
2017-02-23
1
-0
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-02-22
1
-11
/
+17
|
\
\
|
*
|
gfs2: Use rhashtable walk interface in glock_hash_walk
Herbert Xu
2017-02-17
1
-11
/
+17
[next]