summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2024-12-27xfs: fix zero byte checking in the superblock scrubberDarrick J. Wong1-2/+27
2024-12-27xfs: fix sb_spino_align checks for large fsblock sizesDarrick J. Wong1-5/+6
2024-12-27xfs: fix off-by-one error in fsmap's end_daddr usageDarrick J. Wong1-11/+18
2024-12-27xfs: fix sparse inode limits on runt AGDave Chinner1-7/+9
2024-12-27xfs: sb_spino_align is not verifiedDave Chinner1-0/+14
2024-12-19xfs: unlock inodes when erroring out of xfs_trans_alloc_dirDarrick J. Wong1-0/+3
2024-12-19xfs: only run precommits once per transaction objectDarrick J. Wong1-12/+4
2024-12-19xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong1-1/+1
2024-12-19xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong1-1/+3
2024-12-19xfs: fix null bno_hint handling in xfs_rtallocate_rtgDarrick J. Wong1-1/+1
2024-12-19xfs: return a 64-bit block count from xfs_btree_count_blocksDarrick J. Wong9-15/+17
2024-12-19xfs: don't drop errno values when we fail to ficlone the entire rangeDarrick J. Wong1-0/+8
2024-12-19xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong1-6/+23
2024-12-19xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlinkDarrick J. Wong1-1/+2
2024-12-09xfs: remove unknown compat feature check in superblock write validationLong Li1-7/+0
2024-12-05xfs: fix simplify extent lookup in xfs_can_free_eofblocksDarrick J. Wong1-2/+6
2024-11-02Merge tag 'xfs-6.12-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-65/+62
2024-11-01Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-10-30xfs: streamline xfs_filestream_pick_agChristoph Hellwig1-50/+46
2024-10-30xfs: fix finding a last resort AG in xfs_filestream_pick_agChristoph Hellwig2-21/+17
2024-10-30xfs: Reduce unnecessary searches when searching for the best extentsChi Zhiling1-1/+1
2024-10-30xfs: Check for delayed allocations before setting extsizeOjaswin Mujoo3-3/+8
2024-10-22xfs: update the pag for the last AG at recovery timeChristoph Hellwig3-3/+34
2024-10-22xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig1-1/+1
2024-10-22xfs: error out when a superblock buffer update reduces the agcountChristoph Hellwig1-0/+5
2024-10-22xfs: update the file system geometry after recoverying superblock buffersChristoph Hellwig2-8/+52
2024-10-22xfs: merge the perag freeing helpersChristoph Hellwig4-37/+15
2024-10-22xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig5-38/+22
2024-10-22xfs: don't fail repairs on metadata files with no attr forkDarrick J. Wong1-3/+5
2024-10-15xfs: punch delalloc extents from the COW fork for COW writesChristoph Hellwig1-3/+5
2024-10-15xfs: set IOMAP_F_SHARED for all COW fork allocationsChristoph Hellwig1-8/+8
2024-10-15xfs: share more code in xfs_buffered_write_iomap_beginChristoph Hellwig1-10/+8
2024-10-15xfs: support the COW fork in xfs_bmap_punch_delalloc_rangeChristoph Hellwig4-7/+12
2024-10-15xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lockChristoph Hellwig1-4/+12
2024-10-15xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eofChristoph Hellwig2-1/+9
2024-10-15xfs: factor out a xfs_file_write_zero_eof helperChristoph Hellwig1-58/+82
2024-10-15iomap: move locking out of iomap_write_delalloc_releaseChristoph Hellwig1-0/+2
2024-10-15iomap: remove iomap_file_buffered_write_punch_delallocChristoph Hellwig1-2/+14
2024-10-11xfs: fix integer overflow in xrep_bmapDarrick J. Wong1-1/+1
2024-10-09xfs: fix a typoAndrew Kreimer1-1/+1
2024-10-09xfs: don't free cowblocks from under dirty pagecache on unshareBrian Foster3-7/+23
2024-10-08Merge patch series "fsdax/xfs: unshare range fixes for 6.12"Christian Brauner1-1/+1
2024-10-07xfs: don't allocate COW extents when unsharing a holeDarrick J. Wong1-1/+1
2024-10-07xfs: skip background cowblock trims on inodes open for writeBrian Foster1-8/+23
2024-10-07xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig1-1/+7
2024-10-07xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig1-48/+13
2024-10-07xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig3-14/+3
2024-10-07xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig1-45/+28
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addnameChristoph Hellwig1-5/+8
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig2-3/+7