index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
gfs2
/
glock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-11
GFS2: Size seq_file buffer more carefully
Steven Whitehouse
1
-4
/
+6
2012-06-11
GFS2: Use seq_vprintf for glocks debugfs file
Steven Whitehouse
1
-4
/
+1
2012-06-08
GFS2: Use lvbs for storing rgrp information with mount option
Benjamin Marzinski
1
-0
/
+1
2012-06-08
GFS2: Cache last hash bucket for glock seq_files
Steven Whitehouse
1
-7
/
+22
2012-06-07
GFS2: Increase buffer size for glocks and glstats debugfs files
Steven Whitehouse
1
-0
/
+6
2012-02-28
GFS2: glock statistics gathering
Steven Whitehouse
1
-8
/
+202
2012-02-28
GFS2: Fix race between lru_list and glock ref count
Steven Whitehouse
1
-4
/
+10
2012-01-11
GFS2: dlm based recovery coordination
David Teigland
1
-1
/
+1
2011-07-15
GFS2: Automatically adjust glock min hold time
Bob Peterson
1
-10
/
+29
2011-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes
Linus Torvalds
1
-2
/
+7
2011-05-25
vmscan: change shrinker API by passing shrink_control struct
Ying Han
1
-1
/
+4
2011-05-25
GFS2: Processes waiting on inode glock that no processes are holding
Bob Peterson
1
-2
/
+7
2011-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
Linus Torvalds
1
-46
/
+48
2011-05-05
GFS2: Don't use a try lock when promoting to a higher mode
Steven Whitehouse
1
-5
/
+0
2011-04-25
add hlist_bl_lock/unlock helpers
Christoph Hellwig
1
-4
/
+2
2011-04-20
GFS2: Make writeback more responsive to system conditions
Steven Whitehouse
1
-1
/
+1
2011-04-20
GFS2: Optimise glock lru and end of life inodes
Steven Whitehouse
1
-20
/
+21
2011-04-20
GFS2: Improve tracing support (adds two flags)
Steven Whitehouse
1
-2
/
+11
2011-04-20
GFS2: Alter point of entry to glock lru list for glocks with an address_space
Steven Whitehouse
1
-18
/
+15
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
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
[next]