summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2025-11-22Merge tag 'xfs-fixes-6.18-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2025-11-20xfs: use zi more in xfs_zone_gc_mountChristoph Hellwig1-4/+4
2025-11-20xfs: fix out of bounds memory read error in symlink repairDarrick J. Wong1-1/+1
2025-11-18xfs: remove the unused bv field in struct xfs_gc_bioChristoph Hellwig1-1/+0
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-1/+4
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown1-1/+1
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown1-7/+4
2025-11-12xfs: remove xarray mark for reclaimable zonesHans Holmberg5-12/+25
2025-11-12xfs: remove the xlog_in_core_t typedefChristoph Hellwig2-12/+12
2025-11-12xfs: remove l_iclog_headsChristoph Hellwig2-6/+6
2025-11-12xfs: remove the xlog_rec_header_t typedefChristoph Hellwig3-19/+19
2025-11-12xfs: remove xlog_in_core_2_tChristoph Hellwig4-35/+26
2025-11-12xfs: remove a very outdated comment from xlog_alloc_logChristoph Hellwig1-7/+0
2025-11-12xfs: cleanup xlog_alloc_log a bitChristoph Hellwig1-10/+8
2025-11-12xfs: don't use xlog_in_core_2_t in struct xlog_in_coreChristoph Hellwig4-47/+44
2025-11-12xfs: add a on-disk log header cycle array accessorChristoph Hellwig3-61/+37
2025-11-12xfs: add a XLOG_CYCLE_DATA_SIZE constantChristoph Hellwig3-14/+15
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton1-1/+1
2025-11-11xfs: reduce ilock roundtrips in xfs_qm_vop_dqallocChristoph Hellwig1-29/+3
2025-11-11xfs: move xfs_dquot_tree calls into xfs_qm_dqget_cache_{lookup,insert}Christoph Hellwig1-13/+11
2025-11-11xfs: move quota locking into xrep_quota_itemChristoph Hellwig1-10/+6
2025-11-11xfs: move quota locking into xqcheck_commit_dquotChristoph Hellwig1-19/+2
2025-11-11xfs: move q_qlock locking into xqcheck_compare_dquotChristoph Hellwig1-8/+3
2025-11-11xfs: move q_qlock locking into xchk_quota_itemChristoph Hellwig1-5/+1
2025-11-11xfs: push q_qlock acquisition from xchk_dquot_iter to the callers.Christoph Hellwig5-1/+4
2025-11-11xfs: remove q_qlock locking in xfs_qm_scall_setqlimChristoph Hellwig1-2/+0
2025-11-11xfs: return the dquot unlocked from xfs_qm_dqgetChristoph Hellwig7-5/+9
2025-11-11xfs: fold xfs_qm_dqattach_one into xfs_qm_dqget_inodeChristoph Hellwig2-40/+9
2025-11-11xfs: xfs_qm_dqattach_one is never called with a non-NULL *IO_idqppChristoph Hellwig2-13/+1
2025-11-11xfs: consolidate q_qlock locking in xfs_qm_dqget and xfs_qm_dqget_inodeChristoph Hellwig1-14/+9
2025-11-11xfs: remove xfs_qm_dqput and optimize dropping dquot referencesChristoph Hellwig10-50/+32
2025-11-11xfs: use a lockref for the xfs_dquot reference countChristoph Hellwig5-42/+37
2025-11-11xfs: remove xfs_dqunlock and friendsChristoph Hellwig9-62/+47
2025-11-11xfs: don't treat all radix_tree_insert errors as -EEXISTChristoph Hellwig1-13/+18
2025-11-11xfs: make qi_dquots a 64-bit valueChristoph Hellwig2-2/+2
2025-11-11xfs: don't leak a locked dquot when xfs_dquot_attach_buf failsChristoph Hellwig1-2/+3
2025-11-11xfs: add a xfs_groups_to_rfsbs helperChristoph Hellwig4-7/+21
2025-11-06xfs: free xfs_busy_extents structure when no RT extents are queuedChristoph Hellwig1-1/+3
2025-11-05xfs: use super write guard in xfs_file_ioctl()Christian Brauner1-4/+2
2025-11-05xfs: fix zone selection in xfs_select_open_zone_mruChristoph Hellwig1-1/+1
2025-11-05xfs: fix a rtgroup leak when xfs_init_zone failsChristoph Hellwig1-1/+3
2025-11-05xfs: fix various problems in xfs_atomic_write_cow_iomap_beginDarrick J. Wong1-11/+50
2025-11-05xfs: fix delalloc write failures in software-provided atomic writesDarrick J. Wong1-2/+19
2025-11-05xfs: use blkdev_report_zones_cached()Damien Le Moal2-1/+2
2025-11-05xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_superYongpeng Yang1-1/+4
2025-11-05xfs: support sub-block aligned vectors in always COW modeChristoph Hellwig1-10/+11
2025-11-05xfs: error tag to force zeroing on debug kernelsBrian Foster2-9/+26
2025-11-05xfs: fill dirty folios on zero range of unwritten mappingsBrian Foster1-0/+23
2025-11-05xfs: always trim mapping to requested range for zero rangeBrian Foster1-9/+8
2025-11-05iomap: add caller-provided callbacks for read and readaheadJoanne Koong1-2/+3