aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-11gfs2: dump inode object for iopen glocksBob Peterson1-0/+1
2021-12-04gfs2: Fix gfs2_instantiate descriptionAndreas Gruenbacher1-1/+1
2021-12-04gfs2: Remove redundant check for GLF_INSTANTIATE_NEEDEDAndreas Gruenbacher1-5/+3
2021-12-04gfs2: remove redundant set of INSTANTIATE_NEEDEDBob Peterson1-1/+0
2021-12-04gfs2: Fix __gfs2_holder_init function name in kernel-doc commentAndreas Gruenbacher1-1/+1
2021-12-02gfs2: gfs2_create_inode reworkAndreas Gruenbacher1-6/+10
2021-12-02gfs2: gfs2_inode_lookup reworkAndreas Gruenbacher1-51/+33
2021-12-02gfs2: gfs2_inode_lookup cleanupAndreas Gruenbacher1-7/+2
2021-12-02gfs2: Fix remote demote of weak glock holdersAndreas Gruenbacher1-3/+7
2021-11-10gfs2: Prevent endless loops in gfs2_file_buffered_writeAndreas Gruenbacher1-0/+3
2021-11-08gfs2: Fix "Introduce flag for glock holder auto-demotion"Andreas Gruenbacher1-2/+2
2021-11-06gfs2: Fix length of holes reported at end-of-fileAndreas Gruenbacher1-1/+1
2021-11-06gfs2: release iopen glock early in evictBob Peterson1-7/+7
2021-11-05gfs2: Fix atomic bug in gfs2_instantiateAndreas Gruenbacher1-6/+2
2021-11-03gfs2: Only dereference i->iov when iter_is_iovec(i)Andreas Gruenbacher1-3/+3
2021-11-02Merge tag 'gfs2-v5.15-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds11-136/+186
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds5-168/+498
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-10-25gfs2: Fix unused value warning in do_gfs2_set_flags()Tim Gardner1-1/+0
2021-10-25gfs2: check context in gfs2_glock_putAlexander Aring1-0/+3
2021-10-25gfs2: Fix glock_hash_walk bugsAndreas Gruenbacher1-10/+12
2021-10-25gfs2: Cancel remote delete work asynchronouslyAndreas Gruenbacher1-1/+1
2021-10-25gfs2: set glock object after nqBob Peterson1-2/+2
2021-10-25gfs2: remove RDF_UPTODATE flagBob Peterson3-24/+15
2021-10-25gfs2: Eliminate GIF_INVALID flagBob Peterson4-11/+4
2021-10-25gfs2: fix GL_SKIP node_scope problemsBob Peterson7-20/+61
2021-10-25gfs2: split glock instantiation off from do_promoteBob Peterson1-3/+17
2021-10-25gfs2: further simplify do_promoteBob Peterson1-20/+23
2021-10-25gfs2: re-factor function do_promoteBob Peterson1-36/+35
2021-10-25gfs2: Remove 'first' trace_gfs2_promote argumentAndreas Gruenbacher2-8/+5
2021-10-25gfs2: change go_lock to go_instantiateBob Peterson5-9/+9
2021-10-25gfs2: dump glocks from gfs2_consist_OBJ_iBob Peterson1-0/+2
2021-10-25gfs2: dequeue iopen holder in gfs2_inode_lookup errorBob Peterson1-0/+4
2021-10-25gfs2: Save ip from gfs2_glock_nq_initAndreas Gruenbacher2-7/+14
2021-10-25gfs2: Allow append and immutable bits to coexistBob Peterson1-8/+2
2021-10-25gfs2: Switch some BUG_ON to GLOCK_BUG_ON for debugBob Peterson1-8/+8
2021-10-25gfs2: move GL_SKIP check from glops to do_promoteBob Peterson3-15/+15
2021-10-25gfs2: Add GL_SKIP holder flag to dump_holderBob Peterson1-0/+2
2021-10-25gfs2: remove redundant check in gfs2_rgrp_go_lockBob Peterson1-2/+1
2021-10-25gfs2: Fix mmap + page fault deadlocks for direct I/OAndreas Gruenbacher1-12/+87
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher1-2/+2
2021-10-24gfs2: Fix mmap + page fault deadlocks for buffered I/OAndreas Gruenbacher1-5/+94
2021-10-20gfs2: Eliminate ip->i_ghAndreas Gruenbacher2-15/+22
2021-10-20gfs2: Move the inode glock locking to gfs2_file_buffered_writeAndreas Gruenbacher2-59/+28
2021-10-20gfs2: Introduce flag for glock holder auto-demotionBob Peterson3-36/+200
2021-10-20gfs2: Clean up function may_grantAndreas Gruenbacher1-50/+69
2021-10-20gfs2: Add wrapper for iomap_file_buffered_writeAndreas Gruenbacher1-10/+17
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-2/+2
2021-09-10locks: remove LOCK_MAND flock lock supportJeff Layton1-2/+0
2021-09-09Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2