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
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
2019-09-03
gfs2: Fix possible fs name overflows
Bob Peterson
1
-1
/
+1
2019-06-27
gfs2: dump fsid when dumping glock problems
Bob Peterson
1
-13
/
+21
2019-06-27
gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN
Bob Peterson
1
-3
/
+3
2019-06-27
gfs2: Use IS_ERR_OR_NULL
Kefeng Wang
1
-1
/
+1
2019-06-08
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-4
/
+1
2019-06-06
Revert "gfs2: Replace gl_revokes with a GLF flag"
Bob Peterson
1
-2
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398
Thomas Gleixner
1
-4
/
+1
2019-05-07
gfs2: Replace gl_revokes with a GLF flag
Bob Peterson
1
-2
/
+2
2019-05-07
gfs2: Fix occasional glock use-after-free
Andreas Gruenbacher
1
-0
/
+1
2019-05-07
gfs2: Fix lru_count going negative
Ross Lagerwall
1
-9
/
+13
2019-03-08
gfs2: Fix missed wakeups in find_insert_glock
Andreas Gruenbacher
1
-1
/
+1
2019-01-23
gfs: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-56
/
+14
2018-12-12
gfs2: Dump nrpages for inodes and their glocks
Bob Peterson
1
-1
/
+1
2018-10-05
gfs2: Use fs_* functions instead of pr_* function where we can
Bob Peterson
1
-8
/
+9
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+2
2018-04-12
gfs2: Stop using rhashtable_walk_peek
Andreas Gruenbacher
1
-19
/
+28
2018-02-01
gfs2: Glock dump performance regression fix
Andreas Gruenbacher
1
-22
/
+43
2017-12-11
rhashtable: Change rhashtable_walk_start to return void
Tom Herbert
1
-5
/
+2
2017-09-25
gfs2: Fix debugfs glocks dump
Andreas Gruenbacher
1
-9
/
+5
2017-08-30
gfs2: constify rhashtable_params
Arvind Yadav
1
-1
/
+1
2017-08-25
GFS2: Fix up some sparse warnings
Bob Peterson
1
-3
/
+6
2017-08-10
gfs2: Clean up waiting on glocks
Andreas Gruenbacher
1
-20
/
+7
2017-08-10
gfs2: gfs2_evict_inode: Put glocks asynchronously
Andreas Gruenbacher
1
-1
/
+9
2017-08-10
gfs2: gfs2_glock_get: Wait on freeing glocks
Andreas Gruenbacher
1
-22
/
+104
2017-08-09
GFS2: Don't waste time locking lru_lock for non-lru glocks
Bob Peterson
1
-0
/
+3
2017-07-07
gfs2: Fix glock rhashtable rcu bug
Andreas Gruenbacher
1
-2
/
+9
2017-07-05
gfs2: Clean up glock work enqueuing
Andreas Gruenbacher
1
-50
/
+74
2017-05-05
GFS2: Allow glocks to be unlocked after withdraw
Bob Peterson
1
-2
/
+4
2017-04-03
gfs2: Switch to rhashtable_lookup_get_insert_fast
Andreas Gruenbacher
1
-24
/
+21
2017-03-16
gfs2: Don't pack struct lm_lockname
Andreas Gruenbacher
1
-1
/
+1
2017-03-16
gfs2: Deduplicate gfs2_{glocks,glstats}_open
Andreas Gruenbacher
1
-17
/
+9
2017-03-16
gfs2: Replace rhashtable_walk_init with rhashtable_walk_enter
Andreas Gruenbacher
1
-1
/
+1
2017-03-16
GFS2: Prevent BUG from occurring when normal Withdraws occur
Bob Peterson
1
-0
/
+2
2017-02-23
Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+5
2017-02-23
gfs2: Add missing rcu locking for glock lookup
Andrew Price
1
-0
/
+5
2017-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-11
/
+17
2017-02-21
Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+7
2017-02-17
gfs2: Use rhashtable walk interface in glock_hash_walk
Herbert Xu
1
-11
/
+17
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-15
GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_next
Dan Carpenter
1
-5
/
+7
2016-09-21
gfs2: fix to detect failure of register_shrinker
Chao Yu
1
-1
/
+7
2016-08-02
GFS2: use BIT() macro
Fabian Frederick
1
-1
/
+1
2016-06-27
gfs2: Lock holder cleanup
Andreas Gruenbacher
1
-1
/
+1
2016-06-27
gfs2: Get rid of gfs2_ilookup
Andreas Gruenbacher
1
-9
/
+2
2016-06-27
gfs2: Fix gfs2_lookup_by_inum lock inversion
Andreas Gruenbacher
1
-2
/
+2
2016-05-20
Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
1
-2
/
+9
2016-04-12
GFS2: fs/gfs2/glock.c: Deinline do_error, save 1856 bytes
Denys Vlasenko
1
-1
/
+1
[next]