summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2025-11-20xfs: use zi more in xfs_zone_gc_mountChristoph Hellwig
2025-11-20xfs: fix out of bounds memory read error in symlink repairDarrick J. Wong
2025-11-18xfs: remove the unused bv field in struct xfs_gc_bioChristoph Hellwig
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown
2025-11-12xfs: remove xarray mark for reclaimable zonesHans Holmberg
2025-11-12xfs: remove the xlog_in_core_t typedefChristoph Hellwig
2025-11-12xfs: remove l_iclog_headsChristoph Hellwig
2025-11-12xfs: remove the xlog_rec_header_t typedefChristoph Hellwig
2025-11-12xfs: remove xlog_in_core_2_tChristoph Hellwig
2025-11-12xfs: remove a very outdated comment from xlog_alloc_logChristoph Hellwig
2025-11-12xfs: cleanup xlog_alloc_log a bitChristoph Hellwig
2025-11-12xfs: don't use xlog_in_core_2_t in struct xlog_in_coreChristoph Hellwig
2025-11-12xfs: add a on-disk log header cycle array accessorChristoph Hellwig
2025-11-12xfs: add a XLOG_CYCLE_DATA_SIZE constantChristoph Hellwig
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton
2025-11-11xfs: reduce ilock roundtrips in xfs_qm_vop_dqallocChristoph Hellwig
2025-11-11xfs: move xfs_dquot_tree calls into xfs_qm_dqget_cache_{lookup,insert}Christoph Hellwig
2025-11-11xfs: move quota locking into xrep_quota_itemChristoph Hellwig
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)