aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15gfs2: Add proper lockspace lockingAndreas Gruenbacher4-20/+56
2025-10-15gfs2: do_xmote cleanupAndreas Gruenbacher1-5/+7
2025-10-15gfs2: Get rid of GLF_INVALIDATE_IN_PROGRESSAndreas Gruenbacher3-17/+1
2025-10-15gfs2: Remove duplicate check in do_xmoteAndreas Gruenbacher1-14/+13
2025-10-15gfs2: Fix LM_FLAG_TRY* logic in add_to_queueAndreas Gruenbacher1-23/+24
2025-10-15gfs2: Further sanitize lock_dlm.cAndreas Gruenbacher3-14/+22
2025-10-15gfs2: Remove space before newlineColin Ian King1-1/+1
2025-10-15gfs2: Fix GLF_INVALIDATE_IN_PROGRESS flag clearing in do_xmoteAndreas Gruenbacher1-2/+0
2025-07-28Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds4-24/+36
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-4/+4
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2025-07-16gfs2: No more self recoveryAndreas Gruenbacher1-20/+11
2025-07-16gfs2: Validate i_depth for exhash directoriesAndrew Price2-4/+8
2025-07-15gfs2: Set .migrate_folio in gfs2_{rgrp,meta}_aopsAndrew Price1-0/+2
2025-07-15gfs2: a minor finish_xmote cleanupAndreas Gruenbacher1-2/+1
2025-07-15gfs2: simplify finish_xmoteAndreas Gruenbacher1-8/+0
2025-07-15gfs2: sanitize the gdlm_ast -> finish_xmote interfaceAndreas Gruenbacher3-14/+34
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig3-10/+15
2025-07-14iomap: hide ioends from the generic writeback codeChristoph Hellwig1-0/+1
2025-07-14iomap: refactor the writeback interfaceChristoph Hellwig1-12/+14
2025-07-14iomap: pass more arguments using the iomap writeback contextChristoph Hellwig1-2/+6
2025-07-09gfs2: Minor do_xmote cancelation fixAndreas Gruenbacher1-1/+2
2025-07-09gfs2: Remove GIF_ALLOC_FAILED flagAndreas Gruenbacher4-14/+6
2025-07-09gfs2: Use SECTOR_SIZE and SECTOR_SHIFTAndreas Gruenbacher3-10/+10
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner2-4/+4
2025-06-10new helper: set_default_d_op()Al Viro1-1/+1
2025-05-30gfs2: Don't clear sb->s_fs_info in gfs2_sys_fs_addAndrew Price2-2/+3
2025-05-26Merge tag 'gfs2-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds24-213/+263
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-15/+9
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-11/+17
2025-05-22gfs2: No more gfs2_find_jhead cachingAndreas Gruenbacher6-10/+7
2025-05-22gfs2: Get rid of duplicate log head lookupAndreas Gruenbacher2-12/+6
2025-05-22gfs2: Simplify clean_journalAndreas Gruenbacher1-3/+3
2025-05-22gfs2: Simplify gfs2_log_pointers_initAndreas Gruenbacher4-16/+12
2025-05-22gfs2: Move gfs2_log_pointers_initAndreas Gruenbacher3-11/+10
2025-05-22gfs2: Minor comments fixAndreas Gruenbacher1-2/+2
2025-05-22gfs2: Don't start unnecessary transactions during log flushAndreas Gruenbacher3-1/+38
2025-05-22gfs2: Move gfs2_trans_add_databufsAndreas Gruenbacher5-25/+26
2025-05-22gfs2: Rename jdata_dirty_folio to gfs2_jdata_dirty_folioAndreas Gruenbacher1-2/+2
2025-05-22gfs2: avoid inefficient use of crc32_le_shift()Eric Biggers1-1/+2
2025-05-22gfs2: Do not call iomap_zero_range beyond eofAndreas Gruenbacher1-2/+4
2025-05-22gfs: don't check for AOP_WRITEPAGE_ACTIVATE in gfs2_write_jdata_batchChristoph Hellwig1-18/+10
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner2-11/+15
2025-05-07gfs2: use bdev_rw_virt in gfs2_read_superChristoph Hellwig1-15/+9
2025-04-24gfs2: Fix usage of bio->bi_status in gfs2_end_log_writeAndrew Price1-2/+4
2025-04-24gfs2: deallocate inodes in gfs2_create_inodeAndreas Gruenbacher2-13/+20
2025-04-21gfs2: Move GIF_ALLOC_FAILED check out of gfs2_ea_deallocAndreas Gruenbacher3-7/+8
2025-04-21gfs2: Move gfs2_dinode_deallocAndreas Gruenbacher3-68/+69
2025-04-21gfs2: Don't reread inodes unnecessarilyAndreas Gruenbacher1-0/+1
2025-04-21gfs2: gfs2_create_inode error handling fixAndreas Gruenbacher1-1/+2