aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-18gfs2: Add GL_NOBLOCK flagAndreas Gruenbacher1-0/+1
2023-11-06gfs2: No longer use 'extern' in function declarationsAndreas Gruenbacher1-50/+50
2023-09-22gfs2: Get rid of the gfs2_glock_is_held_* helpersAndreas Gruenbacher1-15/+0
2023-09-05gfs2: Remove LM_FLAG_PRIORITY flagAndreas Gruenbacher1-9/+0
2023-01-31gfs2: Split the two kinds of glock "delete" workAndreas Gruenbacher1-1/+1
2023-01-31gfs2: Move delete workqueue into super blockAndreas Gruenbacher1-1/+0
2023-01-31gfs2: Get rid of GLF_PENDING_DELETE flagAndreas Gruenbacher1-1/+0
2022-12-15gfs2: Remove support for glock holder auto-demotionAndreas Gruenbacher1-20/+0
2022-12-06gfs2: Uninline and improve glock_{set,clear}_objectAndreas Gruenbacher1-26/+3
2022-12-06gfs2: Clean up after gfs2_create_inode reworkAndreas Gruenbacher1-14/+0
2022-12-06gfs2: Make gfs2_glock_hold return its glock argumentAndreas Gruenbacher1-1/+1
2022-10-09gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher1-0/+1
2022-08-25gfs2: Dequeue waiters when withdrawnBob Peterson1-0/+1
2022-06-29gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher1-2/+0
2022-06-29gfs2: Instantiate glocks ouside of glock state engineAndreas Gruenbacher1-0/+2
2022-06-29gfs2: Add GL_NOPID flag for process-independent glock holdersAndreas Gruenbacher1-0/+1
2022-05-24gfs2: Use container_of() for gfs2_glock(aspace)Kees Cook1-2/+10
2021-10-25gfs2: fix GL_SKIP node_scope problemsBob Peterson1-0/+1
2021-10-25gfs2: Save ip from gfs2_glock_nq_initAndreas Gruenbacher1-3/+10
2021-10-20gfs2: Introduce flag for glock holder auto-demotionBob Peterson1-0/+20
2021-02-17gfs2: Allow node-wide exclusive glock sharingBob Peterson1-0/+6
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher1-0/+7
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher1-0/+4
2020-06-05gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher1-0/+3
2020-06-05gfs2: introduce new gfs2_glock_assert_withdrawBob Peterson1-0/+9
2019-09-04gfs2: Use async glocks for renameBob Peterson1-0/+6
2019-06-27gfs2: dump fsid when dumping glock problemsBob Peterson1-4/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2019-01-23gfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+2
2018-12-12gfs2: Dump nrpages for inodes and their glocksBob Peterson1-1/+1
2017-08-10gfs2: gfs2_evict_inode: Put glocks asynchronouslyAndreas Gruenbacher1-0/+2
2017-07-21GFS2: Introduce helper for clearing gl_objectBob Peterson1-0/+34
2017-07-05gfs2: Get rid of flush_delayed_work in gfs2_evict_inodeAndreas Gruenbacher1-0/+7
2016-06-27gfs2: Lock holder cleanupAndreas Gruenbacher1-0/+10
2015-12-14GFS2: Reduce size of incore inodeBob Peterson1-13/+13
2015-10-29gfs2: Remove gl_spin defineAndreas Gruenbacher1-2/+2
2014-01-16GFS2: Don't use ENOBUFS when ENOMEM is the correct error codeSteven Whitehouse1-1/+1
2013-10-15GFS2: Use lockref for glocksSteven Whitehouse1-2/+0
2013-04-08GFS2: Remove gfs2_refresh_inode from inode creation pathSteven Whitehouse1-1/+0
2012-11-07GFS2: Review bug traps in glops.cSteven Whitehouse1-27/+27
2012-01-11GFS2: dlm based recovery coordinationDavid Teigland1-2/+5
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-1/+1
2011-07-15GFS2: Automatically adjust glock min hold timeBob Peterson1-0/+6
2011-04-20GFS2: Alter point of entry to glock lru list for glocks with an address_spaceSteven Whitehouse1-2/+1
2011-03-09GFS2: Fix glock deallocation raceSteven Whitehouse1-1/+1
2011-01-21GFS2: Use RCU for glock hash tableSteven Whitehouse1-21/+18
2010-11-30GFS2: Remove duplicate #defines from glock.hSteven Whitehouse1-14/+0
2010-11-30GFS2: Clean up of gdlm_lock functionSteven Whitehouse1-8/+4
2010-11-30GFS2: fs/gfs2/glock.h: Add __attribute__((format(printf,2,3)) to gfs2_print_dbgJoe Perches1-0/+2
2010-10-18GFS2: fixed typoAndrea Gelmini1-1/+1
2010-03-01GFS2: Metadata address space clean upSteven Whitehouse1-0/+7
2010-02-03GFS2: Extend umount wait coverage to full glock lifetimeSteven Whitehouse1-1/+1
2009-12-03GFS2: Remove obsolete code in quota.cSteven Whitehouse1-9/+0
2009-07-30GFS2: remove dcache entries for remote deleted inodesBenjamin Marzinski1-0/+3
2009-03-24GFS2: Merge lock_dlm module into GFS2Steven Whitehouse1-4/+123
2009-01-05Revert "GFS2: Fix use-after-free bug on umount"Steven Whitehouse1-1/+1
2009-01-05GFS2: Fix use-after-free bug on umountSteven Whitehouse1-1/+1
2009-01-05GFS2: Kill two daemons with one patchSteven Whitehouse1-1/+0
2009-01-05GFS2: Fix "truncate in progress" hangSteven Whitehouse1-0/+1
2008-09-18GFS2: high time to take some time over atimeSteven Whitehouse1-1/+0
2008-06-27[GFS2] Remove remote lock dropping codeSteven Whitehouse1-1/+1
2008-06-27[GFS2] Clean up the glock coreSteven Whitehouse1-5/+4
2008-03-31[GFS2] Fix a page lock / glock deadlockSteven Whitehouse1-7/+6
2008-03-31[GFS2] make gfs2_glock_hold() staticAdrian Bunk1-1/+0
2008-02-07gfs2: make gfs2_holder.gh_owner_pid be a struct pid *Pavel Emelyanov1-1/+3
2007-10-10[GFS2] flocks from same process trip kernel BUG at fs/gfs2/glock.c:1118!Abhijith Das1-0/+1
2007-10-10[GFS2] Reduce number of gfs2_scand processes to oneSteven Whitehouse1-2/+2
2007-07-09[GFS2] Fix deallocation issuesAbhijith Das1-0/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-01[GFS2] Red Hat bz 228540: owner referencesRobert Peterson1-1/+1
2007-05-01[GFS2] Fix bz 224480 and cleanup glock demotion codeSteven Whitehouse1-1/+1
2007-05-01[GFS2] Add gfs2_tool lockdump support to gfs2 (bz 228540)Robert Peterson1-0/+4
2007-02-05[GFS2] Tidy up glops callsSteven Whitehouse1-4/+0
2007-02-05[GFS2] Remove local exclusive glock modeSteven Whitehouse1-1/+0
2007-02-05[GFS2] Remove the "greedy" function from glock.[ch]Steven Whitehouse1-2/+0
2007-02-05[GFS2] Clean up/speed up readdirSteven Whitehouse1-4/+0
2006-11-30[GFS2] Fix journal flush problemSteven Whitehouse1-1/+0
2006-11-30[GFS2] Fix page lock/glock deadlockSteven Whitehouse1-1/+0
2006-11-30[GFS2] Remove unused GL_DUMP flagSteven Whitehouse1-1/+0
2006-09-09[GFS2] Remove unused function from glock.cSteven Whitehouse1-2/+0
2006-09-08[GFS2] Use void * instead of typedef for locking module interfaceSteven Whitehouse1-1/+1
2006-09-07[GFS2] Remove one typedefSteven Whitehouse1-1/+1
2006-09-07[GFS2] Move glock hash table out of superblockSteven Whitehouse1-0/+2
2006-09-05[GFS2] Make headers compile on their ownSteven Whitehouse1-0/+2
2006-09-04[GFS2] Change all types to uX styleSteven Whitehouse1-3/+3
2006-09-04[GFS2] Tidy up locking codeSteven Whitehouse1-3/+3
2006-09-01[GFS2] Update copyright, tidy up incore.hSteven Whitehouse1-1/+1
2006-08-30[GFS2] Remove unused code from glock layerSteven Whitehouse1-1/+0
2006-08-30[GFS2] Make glock operations constSteven Whitehouse1-3/+3
2006-06-14[GFS2] Fix unlinked file handlingSteven Whitehouse1-4/+1
2006-05-18[GFS2] glock debugging and inode cache changesSteven Whitehouse1-0/+1
2006-05-18[GFS2] Update copyright date to 2006Steven Whitehouse1-1/+1
2006-04-28[GFS2] [-mm patch] fs/gfs2/: possible cleanupsAdrian Bunk1-12/+0
2006-04-26[GFS2] Remove GL_NEVER_RECURSE flagSteven Whitehouse1-1/+0
2006-04-20[GFS2] Fix a bug: scheduling under a spinlockSteven Whitehouse1-3/+3
2006-04-18[GFS2] Use vmalloc() in dir codeSteven Whitehouse1-0/+1
2006-03-29[GFS2] Update debugging codeSteven Whitehouse1-2/+25
2006-01-16[GFS2] The core of GFS2David Teigland1-0/+143