summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2025-07-29Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-24/+36
2025-07-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+4
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2025-07-17gfs2: 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-11new 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/gf...Linus 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/g...Linus 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-25gfs2: Fix usage of bio->bi_status in gfs2_end_log_writeAndrew Price1-2/+4
2025-04-25gfs2: 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
2025-04-21gfs2: Remove unnecessary NULL check before free_percpu()Chen Ni1-2/+1
2025-04-21gfs2: check sb_min_blocksize return valueEdward Adam Davis1-1/+6
2025-04-21gfs2: replace sd_aspace with sd_inodeAndreas Gruenbacher7-23/+32
2025-04-21gfs2: only apply DLM_LKF_VALBLK if sb_lvbptr is not NULLAlexander Aring1-2/+6
2025-04-21gfs2: move msleep to sleepable contextAlexander Aring1-1/+2
2025-04-07gfs2: pass through holder from the VFS for freeze/thawChristian Brauner1-6/+8
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers1-1/+0
2025-03-27Merge tag 'gfs2-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds8-131/+136