summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
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. Wong12-21/+162
2024-12-23xfs: pretty print metadata file types in error messagesDarrick J. Wong3-1/+22
2024-12-23xfs: support recovering rmap intent items targetting realtime extentsDarrick J. Wong2-3/+16
2024-12-23xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong9-23/+213
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. Wong12-3/+398
2024-12-23xfs: allow inode-based btrees to reserve space in the data deviceDarrick J. Wong14-1/+341
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. Wong4-17/+14
2024-12-23xfs: prepare to reuse the dquot pointer space in struct xfs_inodeDarrick J. Wong10-18/+26
2024-12-23xfs: prepare rmap btree cursor tracepoints for realtimeDarrick J. Wong2-42/+44
2024-12-23xfs: add some rtgroup inode helpersDarrick J. Wong7-31/+36
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: release the dquot buf outside of qli_lockDarrick J. Wong1-4/+8
2024-12-23xfs: tidy up xfs_iroot_reallocDarrick J. Wong1-43/+40
2024-12-23xfs: don't over-report free space or inodes in statvfsDarrick J. Wong1-10/+17
2024-12-12xfs: port xfs_ioc_start_commit to multigrain timestampsDarrick J. Wong1-7/+7
2024-12-12xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong1-1/+3
2024-12-12xfs: fix zero byte checking in the superblock scrubberDarrick J. Wong1-2/+29
2024-12-12xfs: check pre-metadir fields correctlyDarrick J. Wong1-13/+27
2024-12-12xfs: don't crash on corrupt /quotas direntDarrick J. Wong1-0/+7
2024-12-12xfs: don't move nondir/nonreg temporary repair files to the metadir namespaceDarrick J. Wong1-1/+11
2024-12-12xfs: fix sb_spino_align checks for large fsblock sizesDarrick J. Wong1-5/+6
2024-12-12xfs: convert quotacheck to attach dquot buffersDarrick J. Wong3-13/+16
2024-12-12xfs: attach dquot buffer to dquot log item bufferDarrick J. Wong6-24/+169
2024-12-12xfs: clean up log item accesses in xfs_qm_dqflush{,_done}Darrick J. Wong1-7/+8
2024-12-12xfs: separate dquot buffer reads from xfs_dqflushDarrick J. Wong4-32/+86
2024-12-12xfs: don't lose solo dquot update transactionsDarrick J. Wong3-14/+32
2024-12-12xfs: don't lose solo superblock counter update transactionsDarrick J. Wong1-2/+7
2024-12-12xfs: avoid nested calls to __xfs_trans_commitDarrick J. Wong1-12/+14
2024-12-12xfs: only run precommits once per transaction objectDarrick J. Wong1-12/+4
2024-12-12xfs: unlock inodes when erroring out of xfs_trans_alloc_dirDarrick J. Wong1-0/+3
2024-12-12xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong1-1/+1
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: fix null bno_hint handling in xfs_rtallocate_rtgDarrick J. Wong1-1/+1
2024-12-12xfs: mark metadir repair tempfiles with IRECOVERYDarrick J. Wong2-3/+9
2024-12-12xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlinkDarrick J. Wong1-1/+2
2024-12-12xfs: separate healthy clearing mask during repairDarrick J. Wong2-24/+39
2024-12-12xfs: don't drop errno values when we fail to ficlone the entire rangeDarrick J. Wong1-0/+8
2024-12-12xfs: return a 64-bit block count from xfs_btree_count_blocksDarrick J. Wong9-15/+17
2024-12-12xfs: keep quota directory inode loadedDarrick J. Wong3-53/+32