summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2025-05-30gfs2: Don't clear sb->s_fs_info in gfs2_sys_fs_addAndrew Price
2025-05-26Merge tag 'gfs2-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-22gfs2: No more gfs2_find_jhead cachingAndreas Gruenbacher
2025-05-22gfs2: Get rid of duplicate log head lookupAndreas Gruenbacher
2025-05-22gfs2: Simplify clean_journalAndreas Gruenbacher
2025-05-22gfs2: Simplify gfs2_log_pointers_initAndreas Gruenbacher
2025-05-22gfs2: Move gfs2_log_pointers_initAndreas Gruenbacher
2025-05-22gfs2: Minor comments fixAndreas Gruenbacher
2025-05-22gfs2: Don't start unnecessary transactions during log flushAndreas Gruenbacher
2025-05-22gfs2: Move gfs2_trans_add_databufsAndreas Gruenbacher
2025-05-22gfs2: Rename jdata_dirty_folio to gfs2_jdata_dirty_folioAndreas Gruenbacher
2025-05-22gfs2: avoid inefficient use of crc32_le_shift()Eric Biggers
2025-05-22gfs2: Do not call iomap_zero_range beyond eofAndreas Gruenbacher
2025-05-22gfs: don't check for AOP_WRITEPAGE_ACTIVATE in gfs2_write_jdata_batchChristoph Hellwig
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner
2025-05-07gfs2: use bdev_rw_virt in gfs2_read_superChristoph Hellwig
2025-04-24gfs2: Fix usage of bio->bi_status in gfs2_end_log_writeAndrew Price
2025-04-24gfs2: deallocate inodes in gfs2_create_inodeAndreas Gruenbacher
2025-04-21gfs2: Move GIF_ALLOC_FAILED check out of gfs2_ea_deallocAndreas Gruenbacher
2025-04-21gfs2: Move gfs2_dinode_deallocAndreas Gruenbacher
2025-04-21gfs2: Don't reread inodes unnecessarilyAndreas Gruenbacher
2025-04-21gfs2: gfs2_create_inode error handling fixAndreas Gruenbacher
2025-04-21gfs2: Remove unnecessary NULL check before free_percpu()Chen Ni
2025-04-21gfs2: check sb_min_blocksize return valueEdward Adam Davis
2025-04-21gfs2: replace sd_aspace with sd_inodeAndreas Gruenbacher
2025-04-21gfs2: only apply DLM_LKF_VALBLK if sb_lvbptr is not NULLAlexander Aring
2025-04-21gfs2: move msleep to sleepable contextAlexander Aring
2025-04-07gfs2: pass through holder from the VFS for freeze/thawChristian Brauner
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-03-27Merge tag 'gfs2-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-18gfs2: some comment clarificationsAndreas Gruenbacher
2025-03-12gfs2: Fix a NULL vs IS_ERR() bug in gfs2_find_jhead()Dan Carpenter
2025-03-10gfs2: Convert gfs2_meta_read_endio() to use a folioMatthew Wilcox (Oracle)
2025-03-10gfs2: Convert gfs2_end_log_write_bh() to work on a folioMatthew Wilcox (Oracle)
2025-03-10gfs2: Convert gfs2_find_jhead() to use a folioMatthew Wilcox (Oracle)
2025-03-10gfs2: Convert gfs2_jhead_pg_srch() to gfs2_jhead_folio_search()Matthew Wilcox (Oracle)
2025-03-10gfs2: Use b_folio in gfs2_check_magic()Matthew Wilcox (Oracle)
2025-03-10gfs2: Use b_folio in gfs2_submit_bhs()Matthew Wilcox (Oracle)
2025-03-10gfs2: Use b_folio in gfs2_trans_add_meta()Matthew Wilcox (Oracle)
2025-03-10gfs2: Use b_folio in gfs2_log_write_bh()Matthew Wilcox (Oracle)
2025-03-10gfs2: skip if we cannot defer deleteAndreas Gruenbacher
2025-03-10gfs2: remove redundant warningsAndreas Gruenbacher
2025-03-10gfs2: minor evict fixAndreas Gruenbacher
2025-03-10gfs2: Prevent inode creation race (2)Andreas Gruenbacher
2025-03-10gfs2: Fix additional unlikely request cancelation raceAndreas Gruenbacher
2025-03-10gfs2: Fix request cancelation bugAndreas Gruenbacher