summaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-1/+0
|\
| * block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-1/+0
| * Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe2022-03-074-12/+6
| |\
* | \ Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-232-26/+23
|\ \ \
| * | | fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-162-13/+7
| * | | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-1/+1
| * | | gfs2: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-11/+12
| * | | fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+2
| * | | iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-1/+1
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-231-1/+1
|\ \ \
| * | | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
| |/ /
* | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-224-12/+6
|\ \ \ | |/ / |/| / | |/
| * block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-023-11/+5
| * block: remove genhd.hChristoph Hellwig2022-02-021-1/+1
* | 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