summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | gfs2: Rewrap overlong comment in do_promoteBob Peterson2022-06-091-3/+4
| |/
* / mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
|/
* gfs2: Use container_of() for gfs2_glock(aspace)Kees Cook2022-05-241-16/+19
* gfs2: Initialize gh_error in gfs2_glock_nqAndreas Gruenbacher2022-02-151-1/+1
* gfs2: Make use of list_is_firstAndreas Gruenbacher2022-02-151-1/+1
* gfs2: cancel timed-out glock requestsAndreas Gruenbacher2022-02-151-0/+10
* Revert "gfs2: check context in gfs2_glock_put"Andreas Gruenbacher2022-02-111-3/+0
* gfs2: Fix gfs2_instantiate descriptionAndreas Gruenbacher2021-12-041-1/+1
* gfs2: Fix __gfs2_holder_init function name in kernel-doc commentAndreas Gruenbacher2021-12-041-1/+1
* gfs2: Fix remote demote of weak glock holdersAndreas Gruenbacher2021-12-021-3/+7
* gfs2: Fix "Introduce flag for glock holder auto-demotion"Andreas Gruenbacher2021-11-081-2/+2
* gfs2: Fix atomic bug in gfs2_instantiateAndreas Gruenbacher2021-11-051-6/+2
* gfs2: check context in gfs2_glock_putAlexander Aring2021-10-251-0/+3
* gfs2: Fix glock_hash_walk bugsAndreas Gruenbacher2021-10-251-10/+12
* gfs2: Cancel remote delete work asynchronouslyAndreas Gruenbacher2021-10-251-1/+1
* gfs2: fix GL_SKIP node_scope problemsBob Peterson2021-10-251-4/+38
* gfs2: split glock instantiation off from do_promoteBob Peterson2021-10-251-3/+17
* gfs2: further simplify do_promoteBob Peterson2021-10-251-20/+23
* gfs2: re-factor function do_promoteBob Peterson2021-10-251-36/+35
* gfs2: Remove 'first' trace_gfs2_promote argumentAndreas Gruenbacher2021-10-251-2/+2
* gfs2: change go_lock to go_instantiateBob Peterson2021-10-251-2/+2
* gfs2: Save ip from gfs2_glock_nq_initAndreas Gruenbacher2021-10-251-4/+4
* gfs2: move GL_SKIP check from glops to do_promoteBob Peterson2021-10-251-12/+14
* gfs2: Add GL_SKIP holder flag to dump_holderBob Peterson2021-10-251-0/+2
* gfs2: Introduce flag for glock holder auto-demotionBob Peterson2021-10-201-36/+179
* gfs2: Clean up function may_grantAndreas Gruenbacher2021-10-201-50/+69
* gfs2: Remove redundant check from gfs2_glock_dqBob Peterson2021-08-201-6/+5
* gfs2: Eliminate vestigial HIF_FIRSTBob Peterson2021-08-201-2/+0
* gfs2: Use list_move_tail instead of list_del/list_add_tailBaokun Li2021-06-281-2/+1
* gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton2021-05-311-1/+1
* gfs2: fix a deadlock on withdraw-during-mountBob Peterson2021-05-201-3/+21
* gfs2: fix scheduling while atomic bug in glocksBob Peterson2021-05-201-0/+2
* mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)2021-05-051-2/+1
* Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2021-04-291-5/+7
|\
| * gfs2: Fix a number of kernel-doc warningsLee Jones2021-04-091-4/+6
| * gfs2: Eliminate gh parameter from go_xmote_bh funcBob Peterson2021-04-031-1/+1
* | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-1/+2
|/
* gfs2: Allow node-wide exclusive glock sharingBob Peterson2021-02-171-3/+19
* Revert "GFS2: Prevent delete work from occurring on glocks used for create"Andreas Gruenbacher2020-12-011-8/+0
* gfs2: set lockdep subclass for iopen glocksAlexander Aring2020-11-241-0/+1
* gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring2020-11-031-1/+2
* gfs2: Only access gl_delete for iopen glocksBob Peterson2020-10-201-4/+7
* gfs2: Fix comments to glock_hash_walkBob Peterson2020-10-201-2/+1
* gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)Bob Peterson2020-10-151-8/+3
* gfs2: call truncate_inode_pages_final for address space glocksBob Peterson2020-10-141-1/+6
* gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-10-141-18/+2
* gfs2: Fix refcount leak in gfs2_glock_pokeAndreas Gruenbacher2020-08-031-1/+3
* gfs2: Add some flags missing from glock outputBob Peterson2020-08-031-0/+6
* gfs2: Don't sleep during glock hash walkAndreas Gruenbacher2020-06-301-1/+4
* Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher2020-06-051-11/+165
|\