Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4b9ced769177a9e7a96d0e98a09cb5e6b1d506da
/
fs
/
gfs2
/
glock.c
eaf5bd3
[GFS2] Simplify multiple glock aquisition
by Steven Whitehouse
· 17 years ago
d93cfa9
[GFS2] Fix deallocation issues
by Abhijith Das
· 17 years ago
dbb7cae
[GFS2] Clean up inode number handling
by Steven Whitehouse
· 17 years ago
cd81a4b
[GFS2] Addendum patch 2 for gfs2_grow
by Robert Peterson
· 17 years ago
37fde8c
[GFS2] Uncomment sprintf_symbol calling code
by Steven Whitehouse
· 18 years ago
5f88209
[GFS2] lockdump improvements
by Robert Peterson
· 18 years ago
7a0079d
[GFS2] bz 236008: Kernel gpf doing cat /debugfs/gfs2/xxx (lock dump)
by Robert Peterson
· 18 years ago
04b933f
[GFS2] Red Hat bz 228540: owner references
by Robert Peterson
· 18 years ago
420d2a1
[GFS2] Fix a bug on i386 due to evaluation order
by Steven Whitehouse
· 18 years ago
3b8249f
[GFS2] Fix bz 224480 and cleanup glock demotion code
by Steven Whitehouse
· 18 years ago
5c7342d
[GFS2] fix bz 231369, gfs2 will oops if you specify an invalid mount option
by Josef Whiter
· 18 years ago
7c52b16
[GFS2] Add gfs2_tool lockdump support to gfs2 (bz 228540)
by Robert Peterson
· 18 years ago
95d97b7
[GFS2] build fix
by akpm@linux-foundation.org
· 18 years ago
631c42e
[GFS2] go_drop_bh is never used, so remove it
by Steven Whitehouse
· 18 years ago
61be084
[GFS2] Put back semaphore to avoid umount problem
by Steven Whitehouse
· 18 years ago
d043e19
[GFS2] Fix typo in glock.c
by Steven Whitehouse
· 18 years ago
90101c3
[GFS2] Compile fix for glock.c
by Steven Whitehouse
· 18 years ago
1213293
[GFS2] Remove queue_empty() function
by Steven Whitehouse
· 18 years ago
b5d32be
[GFS2] Tidy up glops calls
by Steven Whitehouse
· 18 years ago
1c0f487
[GFS2] Remove local exclusive glock mode
by Steven Whitehouse
· 18 years ago
6bd9c8c
[GFS2] Remove unused go_callback operation
by Steven Whitehouse
· 18 years ago
e5dab55
[GFS2] Remove the "greedy" function from glock.[ch]
by Steven Whitehouse
· 18 years ago
fee852e
[GFS2] Shrink gfs2_inode memory by half
by Steven Whitehouse
· 18 years ago
3699e3a
[GFS2] Clean up/speed up readdir
by Steven Whitehouse
· 18 years ago
1c1afa3
Merge master.kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
by Linus Torvalds
· 18 years ago
0ac2306
[GFS2] lock function parameter
by Randy Dunlap
· 18 years ago
b004157
[GFS2] Fix journal flush problem
by Steven Whitehouse
· 18 years ago
1a14d3a
[GFS2] Simplify glops functions
by Steven Whitehouse
· 18 years ago
ab92303
[GFS2] Fix memory allocation in glock.c
by Steven Whitehouse
· 18 years ago
c594d88
[GFS2] Remove unused GL_DUMP flag
by Steven Whitehouse
· 18 years ago
b60623c
[GFS2] Shrink gfs2_inode (3) - di_mode
by Steven Whitehouse
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
907b9bc
[GFS2/DLM] Fix trailing whitespace
by Steven Whitehouse
· 18 years ago
7d30859
[GFS2] Export lm_interface to kernel headers
by Fabio Massimo Di Nitto
· 18 years ago
a833634
[GFS2] Fix glock hash clearing
by Steven Whitehouse
· 18 years ago
16feb9f
[GFS2] Use atomic_t rather than kref in glock.c
by Steven Whitehouse
· 18 years ago
b639789
[GFS2] Use hlist for glock hash chains
by Steven Whitehouse
· 18 years ago
2426443
[GFS2] Rewrite of examine_bucket()
by Steven Whitehouse
· 18 years ago
9461061
[GFS2] Remove unused function from glock.c
by Steven Whitehouse
· 18 years ago
a5e08a9
[GFS2] Add consts to glock sorting function
by Steven Whitehouse
· 18 years ago
087efdd
[GFS2] Make glock hash locks proportional to NR_CPUS
by Steven Whitehouse
· 18 years ago
37b2fa6
[GFS2] Move rwlocks in glock.c into their own array
by Steven Whitehouse
· 18 years ago
9b47c11
[GFS2] Use void * instead of typedef for locking module interface
by Steven Whitehouse
· 18 years ago
1c089c3
[GFS2] Remove one typedef
by Steven Whitehouse
· 18 years ago
85d1da6
[GFS2] Move glock hash table out of superblock
by Steven Whitehouse
· 18 years ago
b854785
[GFS2] Add gfs2 superblock to glock hash function
by Steven Whitehouse
· 18 years ago
cd91549
[GFS2] Change all types to uX style
by Steven Whitehouse
· 18 years ago
a91ea69
[GFS2] Align all labels against LH side
by Steven Whitehouse
· 18 years ago
5029996
[GFS2] Tidy up locking code
by Steven Whitehouse
· 18 years ago
e9fc2aa
[GFS2] Update copyright, tidy up incore.h
by Steven Whitehouse
· 18 years ago
899be4d
[GFS2] Add superblock into key for glock lookups
by Steven Whitehouse
· 18 years ago
d6a5372
[GFS2] Use const on glock lookup key
by Steven Whitehouse
· 18 years ago
ec45d9f
[GFS2] Use slab properly with glocks
by Steven Whitehouse
· 18 years ago
5e2b061
[GFS2] Remove unused code from glock layer
by Steven Whitehouse
· 18 years ago
8fb4b53
[GFS2] Make glock operations const
by Steven Whitehouse
· 18 years ago
8638460
[GFS2] Allow mounting of gfs2 and gfs2meta at the same time
by Abhijith Das
· 18 years ago
a2242db
[GFS2] Speed up scanning of glocks
by Steven Whitehouse
· 18 years ago
8872187
[GFS2] Fix a couple of refcount leaks.
by Russell Cattelan
· 18 years ago
5dd9fea
[GFS2] Fix bug in clear_inode
by Steven Whitehouse
· 18 years ago
f45b7dd
[GFS2] Use a bio to read the superblock
by Steven Whitehouse
· 18 years ago
29937ac
[GFS2] Fixes to scanning of glocks (again)
by Steven Whitehouse
· 18 years ago
627add2
[GFS2] Correct logic in glock scanner
by Steven Whitehouse
· 18 years ago
af18ddb8
[GFS2] Eliminate one instance of __GFP_NOFAIL
by Steven Whitehouse
· 18 years ago
feaa7bb
[GFS2] Fix unlinked file handling
by Steven Whitehouse
· 18 years ago
382066d
[GFS2] Casts for printing 64bit numbers
by Steven Whitehouse
· 18 years ago
320dd10
[GFS2] glock debugging and inode cache changes
by Steven Whitehouse
· 18 years ago
3a8a9a1
[GFS2] Update copyright date to 2006
by Steven Whitehouse
· 18 years ago
bd89680
[GFS2] Remove semaphore.h from C files
by Steven Whitehouse
· 18 years ago
fd88de56
[GFS2] Readpages support
by Steven Whitehouse
· 19 years ago
56409ab
[GFS2] Remove some unused code
by Steven Whitehouse
· 19 years ago
08bc2db
[GFS2] [-mm patch] fs/gfs2/: possible cleanups
by Adrian Bunk
· 19 years ago
3632752
[GFS2] Reordering in deallocation to avoid recursive locking
by Steven Whitehouse
· 19 years ago
e7f5c01
[GFS2] Remove redundant casts to/from void
by David Teigland
· 19 years ago
579b78a
[GFS2] Remove GL_NEVER_RECURSE flag
by Steven Whitehouse
· 19 years ago
5965b1f
[GFS2] Don't do recursive locking in glock layer
by Steven Whitehouse
· 19 years ago
190562b
[GFS2] Fix a bug: scheduling under a spinlock
by Steven Whitehouse
· 19 years ago
fe1bded
[GFS2] Use vmalloc() in dir code
by Steven Whitehouse
· 19 years ago
d0dc80d
[GFS2] Update debugging code
by Steven Whitehouse
· 19 years ago
5c676f6
[GFS2] Macros removal in gfs2.h
by Steven Whitehouse
· 19 years ago
d92a8d4
[GFS2] Audit printk and kmalloc
by Steven Whitehouse
· 19 years ago
d95cb94
[GFS2] Patch to remove stats counters from GFS2 (II)
by David Teigland
· 19 years ago
6a6b3d0
[GFS2] Patch to remove stats gathering from GFS2
by David Teigland
· 19 years ago
f55ab26
[GFS2] Use mutices rather than semaphores
by Steven Whitehouse
· 19 years ago
b3b94fa
[GFS2] The core of GFS2
by David Teigland
· 19 years ago