summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2025-11-11xfs: move quota locking into xqcheck_commit_dquotChristoph Hellwig
2025-11-11xfs: move q_qlock locking into xqcheck_compare_dquotChristoph Hellwig
2025-11-11xfs: move q_qlock locking into xchk_quota_itemChristoph Hellwig
2025-11-11xfs: push q_qlock acquisition from xchk_dquot_iter to the callers.Christoph Hellwig
2025-11-11xfs: remove q_qlock locking in xfs_qm_scall_setqlimChristoph Hellwig
2025-11-11xfs: return the dquot unlocked from xfs_qm_dqgetChristoph Hellwig
2025-11-11xfs: fold xfs_qm_dqattach_one into xfs_qm_dqget_inodeChristoph Hellwig
2025-11-11xfs: xfs_qm_dqattach_one is never called with a non-NULL *IO_idqppChristoph Hellwig
2025-11-11xfs: consolidate q_qlock locking in xfs_qm_dqget and xfs_qm_dqget_inodeChristoph Hellwig
2025-11-11xfs: remove xfs_qm_dqput and optimize dropping dquot referencesChristoph Hellwig
2025-11-11xfs: use a lockref for the xfs_dquot reference countChristoph Hellwig
2025-11-11xfs: remove xfs_dqunlock and friendsChristoph Hellwig
2025-11-11xfs: don't treat all radix_tree_insert errors as -EEXISTChristoph Hellwig
2025-11-11xfs: make qi_dquots a 64-bit valueChristoph Hellwig
2025-11-11xfs: don't leak a locked dquot when xfs_dquot_attach_buf failsChristoph Hellwig
2025-11-11xfs: add a xfs_groups_to_rfsbs helperChristoph Hellwig
2025-11-06xfs: free xfs_busy_extents structure when no RT extents are queuedChristoph Hellwig
2025-11-05xfs: use super write guard in xfs_file_ioctl()Christian Brauner
2025-11-05xfs: fix zone selection in xfs_select_open_zone_mruChristoph Hellwig
2025-11-05xfs: fix a rtgroup leak when xfs_init_zone failsChristoph Hellwig
2025-11-05xfs: fix various problems in xfs_atomic_write_cow_iomap_beginDarrick J. Wong
2025-11-05xfs: fix delalloc write failures in software-provided atomic writesDarrick J. Wong
2025-11-05xfs: use blkdev_report_zones_cached()Damien Le Moal
2025-11-05xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_superYongpeng Yang
2025-11-05xfs: support sub-block aligned vectors in always COW modeChristoph Hellwig
2025-11-05xfs: error tag to force zeroing on debug kernelsBrian Foster
2025-11-05xfs: fill dirty folios on zero range of unwritten mappingsBrian Foster
2025-11-05xfs: always trim mapping to requested range for zero rangeBrian Foster
2025-11-05iomap: add caller-provided callbacks for read and readaheadJoanne Koong
2025-10-31xfs: Use folio_next_pos()Matthew Wilcox (Oracle)
2025-10-31xfs: document another racy GC case in xfs_zoned_map_extentChristoph Hellwig
2025-10-31xfs: prevent gc from picking the same zone twiceChristoph Hellwig
2025-10-29xfs: set s_min_writeback_pages for zoned file systemsChristoph Hellwig
2025-10-22xfs: fix locking in xchk_nlinks_collect_dirDarrick J. Wong
2025-10-22xfs: loudly complain about defunct mount optionsDarrick J. Wong
2025-10-22xfs: always warn about deprecated mount optionsDarrick J. Wong
2025-10-22xfs: don't set bt_nr_sectors to a negative numberDarrick J. Wong
2025-10-21xfs: don't use __GFP_NOFAIL in xfs_init_fs_contextChristoph Hellwig
2025-10-21xfs: cache open zone in inode->i_privateChristoph Hellwig
2025-10-21xfs: avoid busy loops in GCDChristoph Hellwig
2025-10-21xfs: XFS_ONLINE_SCRUB_STATS should depend on DEBUG_FSGeert Uytterhoeven
2025-10-21xfs: do not tightly pack-write large filesDamien Le Moal
2025-10-21xfs: Improve CONFIG_XFS_RT Kconfig helpDamien Le Moal
2025-10-20xfs: use the new ->i_state accessorsMateusz Guzik
2025-09-29Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-23xfs: rework datasync tracking and executionDave Chinner
2025-09-23xfs: rearrange code in xfs_inode_item_precommitDave Chinner