summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2025-01-13Merge tag 'reserve-rt-metadata-space_2024-12-23' of https://git.kernel.org/pu...Carlos Maiolino
2025-01-13Merge tag 'btree-ifork-records_2024-12-23' of https://git.kernel.org/pub/scm/...Carlos Maiolino
2025-01-08xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RTChristoph Hellwig
2024-12-23xfs: scrub the metadir path of rt refcount btree filesDarrick J. Wong
2024-12-23xfs: scrub the realtime refcount btreeDarrick J. Wong
2024-12-23xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong
2024-12-23xfs: enable extent size hints for CoW operationsDarrick J. Wong
2024-12-23xfs: apply rt extent alignment constraints to CoW extsize hintDarrick J. Wong
2024-12-23xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow filesDarrick J. Wong
2024-12-23xfs: recover CoW leftovers in the realtime volumeDarrick J. Wong
2024-12-23xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong
2024-12-23xfs: compute rtrmap btree max levels when reflink enabledDarrick J. Wong
2024-12-23xfs: update rmap to allow cow staging extents in the rt rmapDarrick J. Wong
2024-12-23xfs: create routine to allocate and initialize a realtime refcount btree inodeDarrick J. Wong
2024-12-23xfs: wire up realtime refcount btree cursorsDarrick J. Wong
2024-12-23xfs: wire up a new metafile type for the realtime refcountDarrick J. Wong
2024-12-23xfs: add metadata reservations for realtime refcount btreeDarrick J. Wong
2024-12-23xfs: add realtime refcount btree inode to metadata directoryDarrick J. Wong
2024-12-23xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong
2024-12-23xfs: prepare refcount functions to deal with rtrefcountbtDarrick J. Wong
2024-12-23xfs: add realtime refcount btree operationsDarrick J. Wong
2024-12-23xfs: realtime refcount btree transaction reservationsDarrick J. Wong
2024-12-23xfs: introduce realtime refcount btree ondisk definitionsDarrick J. Wong
2024-12-23xfs: namespace the maximum length/refcount symbolsDarrick J. Wong
2024-12-23xfs: create a shadow rmap btree during realtime rmap repairDarrick J. Wong
2024-12-23xfs: online repair of the realtime rmap btreeDarrick J. Wong
2024-12-23xfs: online repair of realtime bitmaps for a realtime groupDarrick J. Wong
2024-12-23xfs: scrub the metadir path of rt rmap btree filesDarrick J. Wong
2024-12-23xfs: scrub the realtime rmapbtDarrick J. Wong
2024-12-23xfs: report realtime rmap btree corruption errors to the health systemDarrick J. Wong
2024-12-23xfs: create routine to allocate and initialize a realtime rmap btree inodeDarrick J. Wong
2024-12-23xfs: wire up rmap map and unmap to the realtime rmapbtDarrick J. Wong
2024-12-23xfs: wire up a new metafile type for the realtime rmapDarrick J. Wong
2024-12-23xfs: add metadata reservations for realtime rmap btreesDarrick J. Wong
2024-12-23xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2024-12-23xfs: support file data forks containing metadata btreesDarrick J. Wong
2024-12-23xfs: pretty print metadata file types in error messagesDarrick J. Wong
2024-12-23xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong
2024-12-23xfs: prepare rmap functions to deal with rtrmapbtDarrick J. Wong
2024-12-23xfs: add realtime rmap btree operationsDarrick J. Wong
2024-12-23xfs: realtime rmap btree transaction reservationsDarrick J. Wong
2024-12-23xfs: introduce realtime rmap btree ondisk definitionsDarrick J. Wong
2024-12-23xfs: allow inode-based btrees to reserve space in the data deviceDarrick J. Wong
2024-12-23xfs: support storing records in the inode core rootDarrick J. Wong
2024-12-23xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventionsDarrick J. Wong
2024-12-23xfs: prepare to reuse the dquot pointer space in struct xfs_inodeDarrick J. Wong
2024-12-23xfs: add some rtgroup inode helpersDarrick J. Wong
2024-12-23xfs: hoist the node iroot update code out of xfs_btree_kill_irootDarrick J. Wong
2024-12-23xfs: hoist the node iroot update code out of xfs_btree_new_irootDarrick J. Wong
2024-12-23xfs: tidy up xfs_bmap_broot_realloc a bitDarrick J. Wong