aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[GFS2] Move inode deletion out of blocking_cbWendy Cheng1-5/+1
2007-10-10[GFS2] flocks from same process trip kernel BUG at fs/gfs2/glock.c:1118!Abhijith Das1-18/+25
2007-10-10[GFS2] delay glock demote for a minimum hold timeBenjamin Marzinski1-16/+59
2007-10-10[GFS2] Wendy's dump lockname in hex & fix glock dumpAbhijith Das1-13/+13
2007-10-10[GFS2] Reduce number of gfs2_scand processes to oneSteven Whitehouse1-15/+48
2007-10-10[GFS2] mark struct *_operations constDenis Cheng1-1/+1
2007-10-10[GFS2] Fix an oops in glock dumpingSteven Whitehouse1-38/+35
2007-10-10[GFS2] Clean up duplicate includes in fs/gfs2/Jesper Juhl1-2/+0
2007-10-10[GFS2] Fix calculation of demote stateJosef Whiter1-2/+3
2007-10-10[GFS2] Fix two races relating to glock callbacksSteven Whitehouse1-6/+18
2007-07-09[GFS2] Simplify multiple glock aquisitionSteven Whitehouse1-51/+13
2007-07-09[GFS2] Fix deallocation issuesAbhijith Das1-11/+41
2007-07-09[GFS2] Clean up inode number handlingSteven Whitehouse1-2/+2
2007-07-09[GFS2] Addendum patch 2 for gfs2_growRobert Peterson1-3/+4
2007-05-01[GFS2] Uncomment sprintf_symbol calling codeSteven Whitehouse1-12/+0
2007-05-01[GFS2] lockdump improvementsRobert Peterson1-8/+18
2007-05-01[GFS2] bz 236008: Kernel gpf doing cat /debugfs/gfs2/xxx (lock dump)Robert Peterson1-8/+21
2007-05-01[GFS2] Red Hat bz 228540: owner referencesRobert Peterson1-19/+56
2007-05-01[GFS2] Fix a bug on i386 due to evaluation orderSteven Whitehouse1-1/+1
2007-05-01[GFS2] Fix bz 224480 and cleanup glock demotion codeSteven Whitehouse1-171/+62
2007-05-01[GFS2] fix bz 231369, gfs2 will oops if you specify an invalid mount optionJosef Whiter1-1/+1
2007-05-01[GFS2] Add gfs2_tool lockdump support to gfs2 (bz 228540)Robert Peterson1-63/+251
2007-03-07[GFS2] build fixakpm@linux-foundation.org1-0/+1
2007-03-07[GFS2] go_drop_bh is never used, so remove itSteven Whitehouse1-3/+0
2007-02-05[GFS2] Put back semaphore to avoid umount problemSteven Whitehouse1-0/+6
2007-02-05[GFS2] Fix typo in glock.cSteven Whitehouse1-1/+1
2007-02-05[GFS2] Compile fix for glock.cSteven Whitehouse1-1/+1
2007-02-05[GFS2] Remove queue_empty() functionSteven Whitehouse1-31/+7
2007-02-05[GFS2] Tidy up glops callsSteven Whitehouse1-13/+16
2007-02-05[GFS2] Remove local exclusive glock modeSteven Whitehouse1-13/+3
2007-02-05[GFS2] Remove unused go_callback operationSteven Whitehouse1-2/+0
2007-02-05[GFS2] Remove the "greedy" function from glock.[ch]Steven Whitehouse1-93/+0
2007-02-05[GFS2] Shrink gfs2_inode memory by halfSteven Whitehouse1-23/+43
2007-02-05[GFS2] Clean up/speed up readdirSteven Whitehouse1-66/+0
2006-12-07Merge master.kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds1-27/+9
2006-11-30[GFS2] lock function parameterRandy Dunlap1-1/+1
2006-11-30[GFS2] Fix journal flush problemSteven Whitehouse1-16/+1
2006-11-30[GFS2] Simplify glops functionsSteven Whitehouse1-5/+5
2006-11-30[GFS2] Fix memory allocation in glock.cSteven Whitehouse1-1/+1
2006-11-30[GFS2] Remove unused GL_DUMP flagSteven Whitehouse1-3/+0
2006-11-30[GFS2] Shrink gfs2_inode (3) - di_modeSteven Whitehouse1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+4
2006-09-25[GFS2/DLM] Fix trailing whitespaceSteven Whitehouse1-6/+6
2006-09-19[GFS2] Export lm_interface to kernel headersFabio Massimo Di Nitto1-1/+1
2006-09-14[GFS2] Fix glock hash clearingSteven Whitehouse1-1/+1
2006-09-13[GFS2] Use atomic_t rather than kref in glock.cSteven Whitehouse1-22/+12
2006-09-12[GFS2] Use hlist for glock hash chainsSteven Whitehouse1-12/+16
2006-09-11[GFS2] Rewrite of examine_bucket()Steven Whitehouse1-64/+31
2006-09-09[GFS2] Remove unused function from glock.cSteven Whitehouse1-20/+2
2006-09-09[GFS2] Add consts to glock sorting functionSteven Whitehouse1-18/+12