summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
5 daysgfs2: Set .migrate_folio in gfs2_{rgrp,meta}_aopsAndrew Price1-0/+2
5 daysgfs2: Validate i_depth for exhash directoriesAndrew Price2-4/+8
10 daysgfs2: No more self recoveryAndreas Gruenbacher1-20/+11
10 daysgfs2: Minor do_xmote cancelation fixAndreas Gruenbacher1-1/+2
2025-06-27gfs2: move msleep to sleepable contextAlexander Aring1-1/+2
2025-06-19gfs2: Don't clear sb->s_fs_info in gfs2_sys_fs_addAndrew Price2-2/+3
2025-06-19gfs2: pass through holder from the VFS for freeze/thawChristian Brauner1-6/+8
2025-06-19gfs2: Don't start unnecessary transactions during log flushAndreas Gruenbacher3-1/+38
2025-06-19gfs2: Move gfs2_trans_add_databufsAndreas Gruenbacher5-25/+26
2025-06-19gfs2: deallocate inodes in gfs2_create_inodeAndreas Gruenbacher2-13/+20
2025-06-19gfs2: Move GIF_ALLOC_FAILED check out of gfs2_ea_deallocAndreas Gruenbacher3-7/+8
2025-06-19gfs2: Move gfs2_dinode_deallocAndreas Gruenbacher3-68/+69
2025-06-19gfs2: gfs2_create_inode error handling fixAndreas Gruenbacher1-1/+2
2025-06-19gfs2: replace sd_aspace with sd_inodeAndreas Gruenbacher7-23/+32
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
2025-03-10gfs2: Check for empty queue in run_queueAndreas Gruenbacher1-3/+8
2025-03-10gfs2: Remove more dead code in add_to_queueAndreas Gruenbacher1-12/+1
2025-03-10gfs2: Replace GIF_DEFER_DELETE with GLF_DEFER_DELETEAndreas Gruenbacher4-5/+9
2025-03-10gfs2: glock holder GL_NOPID fixAndreas Gruenbacher1-3/+1
2025-03-10gfs2: Add GLF_PENDING_REPLY flagAndreas Gruenbacher3-0/+7
2025-03-10gfs2: Decode missing glock flags in tracepointsAndreas Gruenbacher1-1/+6
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+5
2025-02-07lockref: remove count argument of lockref_initAndreas Gruenbacher2-2/+2
2025-02-07gfs2: switch to lockref_init(..., 1)Andreas Gruenbacher1-2/+2
2025-02-07gfs2: use lockref_init for gl_lockrefAndreas Gruenbacher2-2/+1
2025-02-06iomap: pass private data to iomap_zero_rangeChristoph Hellwig1-1/+2
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-18/+13
2025-01-27gfs2_drevalidate(): use stable parent inode and name passed by callerAl Viro1-16/+8
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-2/+5
2025-01-20Merge tag 'gfs2-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2-2/+3
2025-01-16gfs2: use lockref_init for qd_lockrefChristoph Hellwig1-2/+1