summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2025-03-03xfs: enable fsmap reporting for internal RT devicesChristoph Hellwig1-0/+9
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig2-4/+23
2025-03-03xfs: add support for zoned space reservationsChristoph Hellwig2-5/+22
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig2-5/+18
2025-03-03xfs: parse and validate hardware zone informationChristoph Hellwig2-0/+206
2025-03-03xfs: disable sb_frextents for zoned file systemsChristoph Hellwig1-1/+1
2025-03-03xfs: export zoned geometry via XFS_FSOP_GEOMChristoph Hellwig2-1/+10
2025-03-03xfs: allow internal RT devices for zoned modeChristoph Hellwig3-5/+10
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig8-29/+133
2025-03-03xfs: add a xfs_rtrmap_highest_rgbno helperChristoph Hellwig2-0/+21
2025-03-03xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delayChristoph Hellwig2-4/+8
2025-03-03xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.cChristoph Hellwig2-292/+8
2025-03-03xfs: add a rtg_blocks helperChristoph Hellwig2-1/+6
2025-03-03xfs: reduce metafile reservationsChristoph Hellwig1-0/+3
2025-03-03xfs: make metabtree reservations globalChristoph Hellwig2-63/+107
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig4-6/+23
2025-01-24xfs: fix the entry condition of exact EOF block allocation optimizationJinliang Zheng1-6/+7
2025-01-13xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()Mirsad Todorovac1-2/+1
2025-01-13xfs: constify feature checksChristoph Hellwig1-1/+1
2025-01-13xfs: remove XFS_ILOG_NONCOREChristoph Hellwig1-6/+0
2025-01-13xfs: mark xfs_dir_isempty staticChristoph Hellwig2-4/+3
2025-01-13Merge tag 'realtime-reflink_2024-12-23' of https://git.kernel.org/pub/scm/lin...Carlos Maiolino23-85/+1381
2025-01-13Merge tag 'realtime-rmap_2024-12-23' of https://git.kernel.org/pub/scm/linux/...Carlos Maiolino29-74/+1708
2025-01-13Merge tag 'reserve-rt-metadata-space_2024-12-23' of https://git.kernel.org/pu...Carlos Maiolino8-7/+235
2025-01-13Merge tag 'btree-ifork-records_2024-12-23' of https://git.kernel.org/pub/scm/...Carlos Maiolino8-212/+445
2025-01-08xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RTChristoph Hellwig1-1/+1
2024-12-23xfs: scrub the metadir path of rt refcount btree filesDarrick J. Wong1-1/+2
2024-12-23xfs: scrub the realtime refcount btreeDarrick J. Wong1-1/+2
2024-12-23xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong4-3/+13
2024-12-23xfs: enable extent size hints for CoW operationsDarrick J. Wong1-1/+7
2024-12-23xfs: apply rt extent alignment constraints to CoW extsize hintDarrick J. Wong1-5/+20
2024-12-23xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow filesDarrick J. Wong1-3/+2
2024-12-23xfs: recover CoW leftovers in the realtime volumeDarrick J. Wong2-16/+34
2024-12-23xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong1-1/+2
2024-12-23xfs: compute rtrmap btree max levels when reflink enabledDarrick J. Wong1-2/+26
2024-12-23xfs: update rmap to allow cow staging extents in the rt rmapDarrick J. Wong1-0/+7
2024-12-23xfs: create routine to allocate and initialize a realtime refcount btree inodeDarrick J. Wong3-0/+33
2024-12-23xfs: wire up realtime refcount btree cursorsDarrick J. Wong4-4/+112
2024-12-23xfs: wire up a new metafile type for the realtime refcountDarrick J. Wong5-3/+388
2024-12-23xfs: add metadata reservations for realtime refcount btreeDarrick J. Wong2-0/+42
2024-12-23xfs: add realtime refcount btree inode to metadata directoryDarrick J. Wong6-4/+30
2024-12-23xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong6-30/+70
2024-12-23xfs: prepare refcount functions to deal with rtrefcountbtDarrick J. Wong2-8/+48
2024-12-23xfs: add realtime refcount btree operationsDarrick J. Wong1-0/+148
2024-12-23xfs: realtime refcount btree transaction reservationsDarrick J. Wong1-3/+22
2024-12-23xfs: introduce realtime refcount btree ondisk definitionsDarrick J. Wong7-0/+373
2024-12-23xfs: namespace the maximum length/refcount symbolsDarrick J. Wong2-11/+11
2024-12-23xfs: create a shadow rmap btree during realtime rmap repairDarrick J. Wong5-1/+133
2024-12-23xfs: online repair of the realtime rmap btreeDarrick J. Wong3-1/+5
2024-12-23xfs: online repair of realtime bitmaps for a realtime groupDarrick J. Wong1-0/+9