summaryrefslogtreecommitdiff
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gfs2-v5.16-rc3-fixes2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-02-112-6/+4
|\
| * gfs2: Fix gfs2_release for non-writers regressionBob Peterson2022-02-111-3/+4
| * Revert "gfs2: check context in gfs2_glock_put"Andreas Gruenbacher2022-02-111-3/+0
* | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-121-2/+1
|\ \ | |/ |/|
| * kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman2021-12-281-2/+1
* | gfs2: dump inode object for iopen glocksBob Peterson2022-01-111-0/+1
* | gfs2: Fix gfs2_instantiate descriptionAndreas Gruenbacher2021-12-041-1/+1
* | gfs2: Remove redundant check for GLF_INSTANTIATE_NEEDEDAndreas Gruenbacher2021-12-041-5/+3
* | gfs2: remove redundant set of INSTANTIATE_NEEDEDBob Peterson2021-12-041-1/+0
* | gfs2: Fix __gfs2_holder_init function name in kernel-doc commentAndreas Gruenbacher2021-12-041-1/+1
* | gfs2: gfs2_create_inode reworkAndreas Gruenbacher2021-12-021-6/+10
* | gfs2: gfs2_inode_lookup reworkAndreas Gruenbacher2021-12-021-51/+33
* | gfs2: gfs2_inode_lookup cleanupAndreas Gruenbacher2021-12-021-7/+2
* | gfs2: Fix remote demote of weak glock holdersAndreas Gruenbacher2021-12-021-3/+7
|/
* gfs2: Prevent endless loops in gfs2_file_buffered_writeAndreas Gruenbacher2021-11-101-0/+3
* gfs2: Fix "Introduce flag for glock holder auto-demotion"Andreas Gruenbacher2021-11-081-2/+2
* gfs2: Fix length of holes reported at end-of-fileAndreas Gruenbacher2021-11-061-1/+1
* gfs2: release iopen glock early in evictBob Peterson2021-11-061-7/+7
* gfs2: Fix atomic bug in gfs2_instantiateAndreas Gruenbacher2021-11-051-6/+2
* gfs2: Only dereference i->iov when iter_is_iovec(i)Andreas Gruenbacher2021-11-031-3/+3
* Merge tag 'gfs2-v5.15-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-0211-136/+186
|\
| * gfs2: Fix unused value warning in do_gfs2_set_flags()Tim Gardner2021-10-251-1/+0
| * 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: set glock object after nqBob Peterson2021-10-251-2/+2
| * gfs2: remove RDF_UPTODATE flagBob Peterson2021-10-253-24/+15
| * gfs2: Eliminate GIF_INVALID flagBob Peterson2021-10-254-11/+4
| * gfs2: fix GL_SKIP node_scope problemsBob Peterson2021-10-257-20/+61
| * 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-252-8/+5
| * gfs2: change go_lock to go_instantiateBob Peterson2021-10-255-9/+9
| * gfs2: dump glocks from gfs2_consist_OBJ_iBob Peterson2021-10-251-0/+2
| * gfs2: dequeue iopen holder in gfs2_inode_lookup errorBob Peterson2021-10-251-0/+4
| * gfs2: Save ip from gfs2_glock_nq_initAndreas Gruenbacher2021-10-252-7/+14
| * gfs2: Allow append and immutable bits to coexistBob Peterson2021-10-251-8/+2
| * gfs2: Switch some BUG_ON to GLOCK_BUG_ON for debugBob Peterson2021-10-251-8/+8
| * gfs2: move GL_SKIP check from glops to do_promoteBob Peterson2021-10-253-15/+15
| * gfs2: Add GL_SKIP holder flag to dump_holderBob Peterson2021-10-251-0/+2
| * gfs2: remove redundant check in gfs2_rgrp_go_lockBob Peterson2021-10-251-2/+1
* | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-025-168/+498
|\ \ | |/
| * gfs2: Fix mmap + page fault deadlocks for direct I/OAndreas Gruenbacher2021-10-251-12/+87
| * iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2021-10-241-2/+2
| * gfs2: Fix mmap + page fault deadlocks for buffered I/OAndreas Gruenbacher2021-10-241-5/+94
| * gfs2: Eliminate ip->i_ghAndreas Gruenbacher2021-10-202-15/+22
| * gfs2: Move the inode glock locking to gfs2_file_buffered_writeAndreas Gruenbacher2021-10-202-59/+28
| * gfs2: Introduce flag for glock holder auto-demotionBob Peterson2021-10-203-36/+200
| * gfs2: Clean up function may_grantAndreas Gruenbacher2021-10-201-50/+69