summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
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
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+5
2025-03-24Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2025-03-18gfs2: some comment clarificationsAndreas Gruenbacher1-4/+4
2025-03-12gfs2: Fix a NULL vs IS_ERR() bug in gfs2_find_jhead()Dan Carpenter1-2/+2
2025-03-10gfs2: Convert gfs2_meta_read_endio() to use a folioMatthew Wilcox (Oracle)1-7/+6
2025-03-10gfs2: Convert gfs2_end_log_write_bh() to work on a folioMatthew Wilcox (Oracle)1-14/+14
2025-03-10gfs2: Convert gfs2_find_jhead() to use a folioMatthew Wilcox (Oracle)1-11/+11
2025-03-10gfs2: Convert gfs2_jhead_pg_srch() to gfs2_jhead_folio_search()Matthew Wilcox (Oracle)1-8/+8
2025-03-10gfs2: Use b_folio in gfs2_check_magic()Matthew Wilcox (Oracle)1-4/+2
2025-03-10gfs2: Use b_folio in gfs2_submit_bhs()Matthew Wilcox (Oracle)1-1/+1
2025-03-10gfs2: Use b_folio in gfs2_trans_add_meta()Matthew Wilcox (Oracle)1-2/+2
2025-03-10gfs2: Use b_folio in gfs2_log_write_bh()Matthew Wilcox (Oracle)1-2/+2
2025-03-10gfs2: skip if we cannot defer deleteAndreas Gruenbacher1-2/+2
2025-03-10gfs2: remove redundant warningsAndreas Gruenbacher1-10/+2
2025-03-10gfs2: minor evict fixAndreas Gruenbacher1-14/+3
2025-03-10gfs2: Prevent inode creation race (2)Andreas Gruenbacher1-19/+21
2025-03-10gfs2: Fix additional unlikely request cancelation raceAndreas Gruenbacher3-3/+14
2025-03-10gfs2: Fix request cancelation bugAndreas Gruenbacher1-7/+13