summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2024-12-23xfs: scrub the metadir path of rt rmap btree filesDarrick J. Wong1-1/+2
2024-12-23xfs: scrub the realtime rmapbtDarrick J. Wong1-1/+2
2024-12-23xfs: report realtime rmap btree corruption errors to the health systemDarrick J. Wong5-4/+14
2024-12-23xfs: create routine to allocate and initialize a realtime rmap btree inodeDarrick J. Wong3-0/+61
2024-12-23xfs: wire up rmap map and unmap to the realtime rmapbtDarrick J. Wong3-26/+66
2024-12-23xfs: wire up a new metafile type for the realtime rmapDarrick J. Wong5-3/+375
2024-12-23xfs: add metadata reservations for realtime rmap btreesDarrick J. Wong2-0/+43
2024-12-23xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong6-6/+47
2024-12-23xfs: support file data forks containing metadata btreesDarrick J. Wong3-5/+43
2024-12-23xfs: pretty print metadata file types in error messagesDarrick J. Wong3-1/+22
2024-12-23xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong6-10/+25
2024-12-23xfs: prepare rmap functions to deal with rtrmapbtDarrick J. Wong3-0/+92
2024-12-23xfs: add realtime rmap btree operationsDarrick J. Wong3-0/+345
2024-12-23xfs: realtime rmap btree transaction reservationsDarrick J. Wong3-3/+26
2024-12-23xfs: introduce realtime rmap btree ondisk definitionsDarrick J. Wong7-0/+382
2024-12-23xfs: allow inode-based btrees to reserve space in the data deviceDarrick J. Wong6-1/+233
2024-12-23xfs: support storing records in the inode core rootDarrick J. Wong3-17/+132
2024-12-23xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventionsDarrick J. Wong3-15/+11
2024-12-23xfs: prepare to reuse the dquot pointer space in struct xfs_inodeDarrick J. Wong2-6/+2
2024-12-23xfs: add some rtgroup inode helpersDarrick J. Wong3-11/+19
2024-12-23xfs: hoist the node iroot update code out of xfs_btree_kill_irootDarrick J. Wong1-27/+57
2024-12-23xfs: hoist the node iroot update code out of xfs_btree_new_irootDarrick J. Wong1-41/+76
2024-12-23xfs: tidy up xfs_bmap_broot_realloc a bitDarrick J. Wong1-18/+25
2024-12-23xfs: make xfs_iroot_realloc a bmap btree functionDarrick J. Wong7-108/+130
2024-12-23xfs: make xfs_iroot_realloc take the new numrecs instead of deltasDarrick J. Wong4-67/+51
2024-12-23xfs: refactor the inode fork memory allocation functionsDarrick J. Wong2-39/+82
2024-12-23xfs: tidy up xfs_iroot_reallocDarrick J. Wong1-43/+40
2024-12-12xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong1-1/+3
2024-12-12xfs: fix sb_spino_align checks for large fsblock sizesDarrick J. Wong1-5/+6
2024-12-12xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong1-6/+23
2024-12-12xfs: fix error bailout in xfs_rtginode_createDarrick J. Wong1-1/+1
2024-12-12xfs: return a 64-bit block count from xfs_btree_count_blocksDarrick J. Wong3-4/+6
2024-11-28xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delayChristoph Hellwig1-4/+2
2024-11-22xfs: fix sparse inode limits on runt AGDave Chinner1-7/+9
2024-11-22xfs: remove unknown compat feature check in superblock write validationLong Li1-7/+0
2024-11-21Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds49-936/+4080
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2024-11-12Merge tag 'better-ondisk-6.13_2024-11-05' of https://git.kernel.org/pub/scm/l...Carlos Maiolino1-49/+137
2024-11-12Merge tag 'metadir-6.13_2024-11-05' of https://git.kernel.org/pub/scm/linux/k...Carlos Maiolino1-1/+2
2024-11-12Merge tag 'metadir-quotas-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...Carlos Maiolino4-1/+239
2024-11-12Merge tag 'realtime-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino23-204/+1080
2024-11-12Merge tag 'incore-rtgroups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino9-181/+983
2024-11-12Merge tag 'metadata-directory-tree-6.13_2024-11-05' of https://git.kernel.org...Carlos Maiolino18-57/+889
2024-11-12Merge tag 'generic-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...Carlos Maiolino25-425/+701
2024-11-12Merge tag 'perag-xarray-6.13_2024-11-05' of https://git.kernel.org/pub/scm/li...Carlos Maiolino13-140/+159
2024-11-05xfs: port ondisk structure checks from xfs/122 to the kernelDarrick J. Wong1-2/+88
2024-11-05xfs: separate space btree structures in xfs_ondisk.hDarrick J. Wong1-11/+13
2024-11-05xfs: convert struct typedefs in xfs_ondisk.hDarrick J. Wong1-37/+37
2024-11-05xfs: enable metadata directory featureDarrick J. Wong1-1/+2
2024-11-05xfs: scrub quota file metapathsDarrick J. Wong1-1/+5