summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2023-07-19gfs2: Fix duplicate should_fault_in_pages() callBob Peterson1-1/+1
2023-06-28gfs2: Don't get stuck writing page onto itself under direct I/OAndreas Gruenbacher1-3/+14
2023-06-09gfs2: Don't deref jdesc in evictBob Peterson1-0/+8
2023-05-24gfs2: Fix inode height consistency checkAndreas Gruenbacher1-1/+2
2023-03-10gfs2: Improve gfs2_make_fs_rw error handlingAndreas Gruenbacher1-2/+6
2023-03-10gfs2: jdata writepage fixAndreas Gruenbacher1-2/+1
2023-02-09gfs2: Always check inode size of inline inodesAndreas Gruenbacher3-5/+3
2023-02-09gfs2: Cosmetic gfs2_dinode_{in,out} cleanupAndreas Gruenbacher2-33/+35
2023-02-09Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"Andreas Gruenbacher1-1/+10
2022-12-31gfs2: Partially revert gfs2_inode_lookup changeAndreas Gruenbacher1-0/+2
2022-10-11Merge tag 'gfs2-nopid-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-25/+246
2022-10-11Merge tag 'gfs2-v6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-25/+77
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-11/+4
2022-10-09gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher7-25/+246
2022-10-07Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2022-09-20gfs2: Register fs after creating workqueuesBob Peterson1-12/+12
2022-09-20gfs2: Check sb_bsize_shift after reading superblockAndrew Price1-1/+4
2022-09-12gfs2: replace ll_rw_block()Zhang Yi2-11/+4
2022-08-26gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher1-5/+7
2022-08-25gfs2: Clear flags when withdraw prevents xmoteBob Peterson1-2/+20
2022-08-25gfs2: Dequeue waiters when withdrawnBob Peterson3-0/+20
2022-08-25gfs2: Prevent double iput for journal on errorBob Peterson1-0/+1
2022-08-25gfs2: Use TRY lock in gfs2_inode_lookup for UNLINKED inodesBob Peterson2-5/+13
2022-08-23fs: dlm: remove DLM_LSFL_FS from uapiAlexander Aring1-1/+1
2022-08-18Change calling conventions for filldir_tAl Viro1-3/+3
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-29/+2
2022-08-09Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2022-08-09new iov_iter flavour - ITER_UBUFAl Viro1-1/+1
2022-08-07Merge tag 'gfs2-v5.19-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds14-187/+111
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2022-08-05Merge part of branch 'for-next.instantiate' into for-nextAndreas Gruenbacher10-170/+94
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-15/+15
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)1-1/+1
2022-08-02gfs2: Convert gfs2_jhead_process_page() to use a folioMatthew Wilcox (Oracle)1-14/+14
2022-07-22gfs2: remove ->writepageChristoph Hellwig1-26/+0
2022-07-22gfs2: stop using generic_writepages in gfs2_ail1_start_oneChristoph Hellwig1-3/+2
2022-07-14fs/gfs2: Use the enum req_op and blk_opf_t typesBart Van Assche5-11/+10
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche4-12/+9
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin2-2/+2
2022-06-29gfs2: List traversal in do_promote is safeAndreas Gruenbacher1-2/+2
2022-06-29gfs2: do_promote glock holder stealing fixBob Peterson1-7/+12
2022-06-29gfs2: Use better variable nameAndreas Gruenbacher1-8/+8
2022-06-29gfs2: Make go_instantiate take a glockAndreas Gruenbacher5-7/+5
2022-06-29gfs2: Add new go_held glock operationAndreas Gruenbacher3-8/+22
2022-06-29gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher7-80/+8
2022-06-29gfs2: Instantiate glocks ouside of glock state engineAndreas Gruenbacher4-35/+37
2022-06-29gfs2: Fix up gfs2_glock_async_waitAndreas Gruenbacher1-38/+15
2022-06-29gfs2: Mark the remaining process-independent glock holders as GL_NOPIDAndreas Gruenbacher4-11/+18
2022-06-29gfs2: Mark flock glock holders as GL_NOPIDAndreas Gruenbacher1-2/+5
2022-06-29gfs2: Add GL_NOPID flag for process-independent glock holdersAndreas Gruenbacher2-10/+32