aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
AgeCommit message (Expand)Author
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)
2022-03-15gfs2: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2022-03-15iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)
2022-02-11Merge tag 'gfs2-v5.16-rc3-fixes2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-02-11gfs2: Fix gfs2_release for non-writers regressionBob Peterson
2022-02-11Revert "gfs2: check context in gfs2_glock_put"Andreas Gruenbacher
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02block: remove genhd.hChristoph Hellwig
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-01-11gfs2: dump inode object for iopen glocksBob Peterson
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman
2021-12-04gfs2: Fix gfs2_instantiate descriptionAndreas Gruenbacher
2021-12-04gfs2: Remove redundant check for GLF_INSTANTIATE_NEEDEDAndreas Gruenbacher
2021-12-04gfs2: remove redundant set of INSTANTIATE_NEEDEDBob Peterson
2021-12-04gfs2: Fix __gfs2_holder_init function name in kernel-doc commentAndreas Gruenbacher
2021-12-02gfs2: gfs2_create_inode reworkAndreas Gruenbacher
2021-12-02gfs2: gfs2_inode_lookup reworkAndreas Gruenbacher
2021-12-02gfs2: gfs2_inode_lookup cleanupAndreas Gruenbacher
2021-12-02gfs2: Fix remote demote of weak glock holdersAndreas Gruenbacher
2021-11-10gfs2: Prevent endless loops in gfs2_file_buffered_writeAndreas Gruenbacher
2021-11-08gfs2: Fix "Introduce flag for glock holder auto-demotion"Andreas Gruenbacher
2021-11-06gfs2: Fix length of holes reported at end-of-fileAndreas Gruenbacher
2021-11-06gfs2: release iopen glock early in evictBob Peterson
2021-11-05gfs2: Fix atomic bug in gfs2_instantiateAndreas Gruenbacher
2021-11-03gfs2: Only dereference i->iov when iter_is_iovec(i)Andreas Gruenbacher
2021-11-02Merge tag 'gfs2-v5.15-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-25gfs2: Fix unused value warning in do_gfs2_set_flags()Tim Gardner
2021-10-25gfs2: check context in gfs2_glock_putAlexander Aring
2021-10-25gfs2: Fix glock_hash_walk bugsAndreas Gruenbacher
2021-10-25gfs2: Cancel remote delete work asynchronouslyAndreas Gruenbacher
2021-10-25gfs2: set glock object after nqBob Peterson
2021-10-25gfs2: remove RDF_UPTODATE flagBob Peterson
2021-10-25gfs2: Eliminate GIF_INVALID flagBob Peterson
2021-10-25gfs2: fix GL_SKIP node_scope problemsBob Peterson
2021-10-25gfs2: split glock instantiation off from do_promoteBob Peterson
2021-10-25gfs2: further simplify do_promoteBob Peterson
2021-10-25gfs2: re-factor function do_promoteBob Peterson
2021-10-25gfs2: Remove 'first' trace_gfs2_promote argumentAndreas Gruenbacher
2021-10-25gfs2: change go_lock to go_instantiateBob Peterson
2021-10-25gfs2: dump glocks from gfs2_consist_OBJ_iBob Peterson
2021-10-25gfs2: dequeue iopen holder in gfs2_inode_lookup errorBob Peterson
2021-10-25gfs2: Save ip from gfs2_glock_nq_initAndreas Gruenbacher