summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
13 daysgfs2: fix freeze error handlingAlexey Velichayshiy1-3/+1
13 daysgfs2: Fix use of bio_chainAndreas Gruenbacher1-1/+1
13 daysgfs2: Fix "gfs2: Switch to wait_event in gfs2_quotad"Andreas Gruenbacher1-1/+1
13 daysgfs2: fix remote evict for read-only filesystemsAndreas Gruenbacher1-2/+1
2025-12-18gfs2: Prevent recursive memory reclaimAndreas Gruenbacher4-2/+21
2025-10-29gfs2: Fix unlikely race in gdlm_put_lockAndreas Gruenbacher1-6/+5
2025-10-15gfs2: Fix GLF_INVALIDATE_IN_PROGRESS flag clearing in do_xmoteAndreas Gruenbacher1-2/+0
2025-08-20gfs2: Set .migrate_folio in gfs2_{rgrp,meta}_aopsAndrew Price1-0/+2
2025-08-20gfs2: Validate i_depth for exhash directoriesAndrew Price2-4/+8
2025-08-15gfs2: No more self recoveryAndreas Gruenbacher1-20/+11
2025-07-10gfs2: Don't start unnecessary transactions during log flushAndreas Gruenbacher3-1/+38
2025-07-10gfs2: Move gfs2_trans_add_databufsAndreas Gruenbacher5-25/+26
2025-07-10gfs2: deallocate inodes in gfs2_create_inodeAndreas Gruenbacher2-13/+20
2025-07-10gfs2: Move GIF_ALLOC_FAILED check out of gfs2_ea_deallocAndreas Gruenbacher3-7/+8
2025-07-10gfs2: Move gfs2_dinode_deallocAndreas Gruenbacher3-68/+69
2025-07-10gfs2: Replace GIF_DEFER_DELETE with GLF_DEFER_DELETEAndreas Gruenbacher4-5/+9
2025-07-10gfs2: Add GLF_PENDING_REPLY flagAndreas Gruenbacher3-0/+7
2025-07-10gfs2: Decode missing glock flags in tracepointsAndreas Gruenbacher1-1/+6
2025-07-10gfs2: Prevent inode creation raceAndreas Gruenbacher1-0/+7
2025-07-10gfs2: Rename dinode_demise to evict_behaviorAndreas Gruenbacher1-18/+19
2025-07-10gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETEAndreas Gruenbacher3-4/+4
2025-07-10gfs2: Initialize gl_no_formal_ino earlierAndreas Gruenbacher3-2/+9
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: gfs2_create_inode error handling fixAndreas Gruenbacher1-1/+2
2025-06-19gfs2: replace sd_aspace with sd_inodeAndreas Gruenbacher7-23/+32
2025-05-29gfs2: Check for empty queue in run_queueAndreas Gruenbacher1-3/+8
2025-02-01gfs2: Truncate address space when flipping GFS2_DIF_JDATA flagAndreas Gruenbacher1-0/+1
2024-12-14KMSAN: uninit-value in inode_go_dump (5)Qianqiang Liu1-0/+2
2024-12-05gfs2: Fix unlinked inode cleanupAndreas Gruenbacher4-3/+4
2024-12-05gfs2: Allow immediate GLF_VERIFY_DELETE workAndreas Gruenbacher1-5/+6
2024-12-05gfs2: Rename GLF_VERIFY_EVICT to GLF_VERIFY_DELETEAndreas Gruenbacher2-8/+8
2024-09-23Merge tag 'gfs2-v6.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-51/+27
2024-09-03iomap: add a private argument for iomap_file_buffered_writeJosef Bacik1-1/+1
2024-09-02gfs2: Remove gfs2_aspace_writepage()Matthew Wilcox (Oracle)1-8/+0
2024-09-02gfs2: Remove gfs2_jdata_writepage()Matthew Wilcox (Oracle)1-30/+0
2024-09-02gfs2: Remove __gfs2_writepage()Matthew Wilcox (Oracle)1-10/+2
2024-09-02gfs2: Add gfs2_aspace_writepages()Matthew Wilcox (Oracle)1-5/+23
2024-08-20gfs2: fix double destroy_workqueue errorJulian Sun2-1/+3
2024-08-20gfs2: Minor gfs2_glock_cb cleanupAndreas Gruenbacher1-3/+5
2024-07-09gfs2: Clean up glock demote logicAndreas Gruenbacher1-6/+6
2024-06-20gfs2: Revert "check for no eligible quota changes"Andreas Gruenbacher1-20/+0
2024-06-20gfs2: Be more careful with the quota sync generationAndreas Gruenbacher1-8/+19
2024-06-20gfs2: Get rid of some unnecessary quota lockingAndreas Gruenbacher3-28/+27
2024-06-12gfs2: Add some missing quota lockingAndreas Gruenbacher1-29/+53
2024-06-08gfs2: Fold qd_fish into gfs2_quota_syncAndreas Gruenbacher1-48/+29
2024-06-08gfs2: quota need_sync cleanupAndreas Gruenbacher1-14/+12
2024-06-08gfs2: Fix and clean up function do_qcAndreas Gruenbacher1-13/+21
2024-06-08gfs2: Revert "Add quota_change type"Andreas Gruenbacher2-15/+10