summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2025-01-24xfs: fix the entry condition of exact EOF block allocation optimizationJinliang Zheng
2025-01-13xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()Mirsad Todorovac
2025-01-13xfs: constify feature checksChristoph Hellwig
2025-01-13xfs: remove XFS_ILOG_NONCOREChristoph Hellwig
2025-01-13xfs: mark xfs_dir_isempty staticChristoph Hellwig
2025-01-13Merge tag 'realtime-reflink_2024-12-23' of https://git.kernel.org/pub/scm/lin...Carlos Maiolino
2025-01-13Merge tag 'realtime-rmap_2024-12-23' of https://git.kernel.org/pub/scm/linux/...Carlos Maiolino
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