index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
gfs2
/
glock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
Linus Torvalds
1
-252
/
+158
2011-03-15
GFS2: Don't use _raw version of RCU dereference
Steven Whitehouse
1
-1
/
+1
2011-03-11
GFS2: Optimize glock multiple-dequeue code
Bob Peterson
1
-8
/
+4
2011-03-09
GFS2: Fix glock deallocation race
Steven Whitehouse
1
-2
/
+8
2011-02-16
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
Tejun Heo
1
-2
/
+2
2011-01-31
GFS2: Fix glock queue trace point
Steven Whitehouse
1
-1
/
+1
2011-01-21
GFS2: Use RCU for glock hash table
Steven Whitehouse
1
-243
/
+147
2010-11-30
GFS2: Merge glock state fields into a bitfield
Steven Whitehouse
1
-2
/
+7
2010-11-30
GFS2: Clean up of gdlm_lock function
Steven Whitehouse
1
-22
/
+9
2010-11-30
GFS2: fs/gfs2/glock.c: Use printf extension %pV
Joe Perches
1
-2
/
+7
2010-11-30
GFS2: fs/gfs2/glock.c: Convert sprintf_symbol to %pS
Joe Perches
1
-8
/
+7
2010-11-30
GFS2: Change two WQ_RESCUERs into WQ_MEM_RECLAIM
Steven Whitehouse
1
-3
/
+4
2010-11-15
GFS2: Fix inode deallocation race
Steven Whitehouse
1
-11
/
+10
2010-09-29
GFS2: Fix spectator umount issue
Steven Whitehouse
1
-1
/
+1
2010-09-20
GFS2: Use new workqueue scheme
Steven Whitehouse
1
-2
/
+4
2010-09-20
GFS2: Don't enforce min hold time when two demotes occur in rapid succession
Steven Whitehouse
1
-4
/
+11
2010-08-02
GFS2: Fix recovery stuck bug (try #2)
Steven Whitehouse
1
-7
/
+39
2010-07-29
Revert "GFS2: recovery stuck on transaction lock"
Steven Whitehouse
1
-10
/
+0
2010-07-29
GFS2: Make "try" lock not try quite so hard
Steven Whitehouse
1
-24
/
+25
2010-07-19
mm: add context argument to shrinker callback
Dave Chinner
1
-1
/
+1
2010-07-15
GFS2: recovery stuck on transaction lock
Bob Peterson
1
-0
/
+10
2010-04-14
GFS2: glock livelock
Bob Peterson
1
-0
/
+3
2010-03-01
GFS2: print glock numbers in hex
Bob Peterson
1
-1
/
+1
2010-03-01
GFS2: Remove loopy umount code
Steven Whitehouse
1
-31
/
+2
2010-03-01
GFS2: Metadata address space clean up
Steven Whitehouse
1
-19
/
+21
2010-02-03
GFS2: Extend umount wait coverage to full glock lifetime
Steven Whitehouse
1
-0
/
+4
2009-12-03
GFS2: Fix glock refcount issues
Steven Whitehouse
1
-13
/
+8
2009-12-03
GFS2: Fix potential race in glock code
Steven Whitehouse
1
-2
/
+8
2009-07-30
GFS2: remove dcache entries for remote deleted inodes
Benjamin Marzinski
1
-5
/
+38
2009-07-30
GFS2: Don't put unlikely reclaim candidates on the reclaim list.
Benjamin Marzinski
1
-26
/
+46
2009-07-30
GFS2: Fix panic in glock memory shrinker
Benjamin Marzinski
1
-0
/
+4
2009-07-30
GFS2: Shrink the shrinker
Steven Whitehouse
1
-18
/
+5
2009-06-12
GFS2: Add tracepoints
Steven Whitehouse
1
-1
/
+11
2009-05-19
GFS2: Umount recovery race fix
Steven Whitehouse
1
-3
/
+18
2009-05-09
GFS2: Fix glock ref counting bug
Steven Whitehouse
1
-0
/
+1
2009-04-15
GFS2: Move umount flush rwsem
Steven Whitehouse
1
-5
/
+5
2009-03-24
GFS2: Add a "demote a glock" interface to sysfs
Steven Whitehouse
1
-3
/
+4
2009-03-24
GFS2: Fix deadlock on journal flush
Steven Whitehouse
1
-14
/
+12
2009-03-24
GFS2: Remove unused field from glock
Steven Whitehouse
1
-2
/
+0
2009-03-24
GFS2: Merge lock_dlm module into GFS2
Steven Whitehouse
1
-174
/
+75
2009-01-05
GFS2: Use DEFINE_SPINLOCK
Julia Lawall
1
-1
/
+1
2009-01-05
Revert "GFS2: Fix use-after-free bug on umount"
Steven Whitehouse
1
-2
/
+1
2009-01-05
GFS2: Fix use-after-free bug on umount
Steven Whitehouse
1
-1
/
+2
2009-01-05
GFS2: Move four functions from super.c
Steven Whitehouse
1
-0
/
+14
2009-01-05
GFS2: Kill two daemons with one patch
Steven Whitehouse
1
-143
/
+105
2009-01-05
GFS2: Fix "truncate in progress" hang
Steven Whitehouse
1
-4
/
+29
2009-01-05
GFS2: sparse annotation of gl->gl_spin
Harvey Harrison
1
-0
/
+8
2008-09-18
GFS2: high time to take some time over atime
Steven Whitehouse
1
-2
/
+0
2008-09-05
GFS2: Fix race relating to glock min-hold time
Steven Whitehouse
1
-0
/
+2
2008-08-13
GFS2: Fix debugfs glock file iterator
Steven Whitehouse
1
-5
/
+6
[next]