summaryrefslogtreecommitdiff
path: root/fs/gfs2/glock.h
AgeCommit message (Expand)Author
2023-12-18gfs2: Add GL_NOBLOCK flagAndreas Gruenbacher
2023-11-06gfs2: No longer use 'extern' in function declarationsAndreas Gruenbacher
2023-09-22gfs2: Get rid of the gfs2_glock_is_held_* helpersAndreas Gruenbacher
2023-09-05gfs2: Remove LM_FLAG_PRIORITY flagAndreas Gruenbacher
2023-01-31gfs2: Split the two kinds of glock "delete" workAndreas Gruenbacher
2023-01-31gfs2: Move delete workqueue into super blockAndreas Gruenbacher
2023-01-31gfs2: Get rid of GLF_PENDING_DELETE flagAndreas Gruenbacher
2022-12-15gfs2: Remove support for glock holder auto-demotionAndreas Gruenbacher
2022-12-06gfs2: Uninline and improve glock_{set,clear}_objectAndreas Gruenbacher
2022-12-06gfs2: Clean up after gfs2_create_inode reworkAndreas Gruenbacher
2022-12-06gfs2: Make gfs2_glock_hold return its glock argumentAndreas Gruenbacher
2022-10-09gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher
2022-08-25gfs2: Dequeue waiters when withdrawnBob Peterson
2022-06-29gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher
2022-06-29gfs2: Instantiate glocks ouside of glock state engineAndreas Gruenbacher
2022-06-29gfs2: Add GL_NOPID flag for process-independent glock holdersAndreas Gruenbacher
2022-05-24gfs2: Use container_of() for gfs2_glock(aspace)Kees Cook
2021-10-25gfs2: fix GL_SKIP node_scope problemsBob Peterson
2021-10-25gfs2: Save ip from gfs2_glock_nq_initAndreas Gruenbacher
2021-10-20gfs2: Introduce flag for glock holder auto-demotionBob Peterson
2021-02-17gfs2: Allow node-wide exclusive glock sharingBob Peterson
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher
2020-06-05gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher
2020-06-05gfs2: introduce new gfs2_glock_assert_withdrawBob Peterson
2019-09-04gfs2: Use async glocks for renameBob Peterson
2019-06-27gfs2: dump fsid when dumping glock problemsBob Peterson
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2019-01-23gfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-12-12gfs2: Dump nrpages for inodes and their glocksBob Peterson
2017-08-10gfs2: gfs2_evict_inode: Put glocks asynchronouslyAndreas Gruenbacher
2017-07-21GFS2: Introduce helper for clearing gl_objectBob Peterson
2017-07-05gfs2: Get rid of flush_delayed_work in gfs2_evict_inodeAndreas Gruenbacher
2016-06-27gfs2: Lock holder cleanupAndreas Gruenbacher
2015-12-14GFS2: Reduce size of incore inodeBob Peterson
2015-10-29gfs2: Remove gl_spin defineAndreas Gruenbacher
2014-01-16GFS2: Don't use ENOBUFS when ENOMEM is the correct error codeSteven Whitehouse
2013-10-15GFS2: Use lockref for glocksSteven Whitehouse
2013-04-08GFS2: Remove gfs2_refresh_inode from inode creation pathSteven Whitehouse
2012-11-07GFS2: Review bug traps in glops.cSteven Whitehouse
2012-01-11GFS2: dlm based recovery coordinationDavid Teigland
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-07-15GFS2: Automatically adjust glock min hold timeBob Peterson
2011-04-20GFS2: Alter point of entry to glock lru list for glocks with an address_spaceSteven Whitehouse
2011-03-09GFS2: Fix glock deallocation raceSteven Whitehouse
2011-01-21GFS2: Use RCU for glock hash tableSteven Whitehouse
2010-11-30GFS2: Remove duplicate #defines from glock.hSteven Whitehouse
2010-11-30GFS2: Clean up of gdlm_lock functionSteven Whitehouse
2010-11-30GFS2: fs/gfs2/glock.h: Add __attribute__((format(printf,2,3)) to gfs2_print_dbgJoe Perches
2010-10-18GFS2: fixed typoAndrea Gelmini