summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2025-01-13xfs: clean up xfs_end_ioend() to reuse local variablesLong Li
2025-01-13xfs: fix mount hang during primary superblock recovery failureLong Li
2025-01-13xfs: remove the t_magic field in struct xfs_transChristoph 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-13Merge tag 'xfs-6.13-fixes_2024-12-23' of https://git.kernel.org/pub/scm/linux...Carlos Maiolino
2025-01-10xfs: lock dquot buffer before detaching dquot from b_li_listDarrick J. Wong
2025-01-09xfs: report larger dio alignment for COW inodesChristoph Hellwig
2025-01-09xfs: report the correct read/write dio alignment for reflinked inodesChristoph Hellwig
2025-01-09xfs: cleanup xfs_vn_getattrChristoph Hellwig
2025-01-08xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RTChristoph Hellwig
2024-12-23xfs: enable realtime reflinkDarrick J. Wong
2024-12-23xfs: fix CoW forks for realtime filesDarrick J. Wong
2024-12-23xfs: check for shared rt extents when rebuilding rt file's data forkDarrick J. Wong
2024-12-23xfs: repair inodes that have a refcount btree in the data forkDarrick J. Wong
2024-12-23xfs: online repair of the realtime refcount btreeDarrick J. Wong
2024-12-23xfs: capture realtime CoW staging extents when rebuilding rt rmapbtDarrick J. Wong
2024-12-23xfs: walk the rt reference count tree when rebuilding rmapDarrick J. Wong
2024-12-23xfs: check new rtbitmap records against rt refcount btreeDarrick J. Wong
2024-12-23xfs: don't flag quota rt block usage on rtreflink filesystemsDarrick J. Wong
2024-12-23xfs: scrub the metadir path of rt refcount btree filesDarrick J. Wong
2024-12-23xfs: detect and repair misaligned rtinherit directory cowextsize hintsDarrick J. Wong
2024-12-23xfs: allow dquot rt block count to exceed rt blocks on reflink fsDarrick J. Wong
2024-12-23xfs: check reference counts of gaps between rt refcount recordsDarrick J. Wong
2024-12-23xfs: allow overlapping rtrmapbt records for shared data extentsDarrick J. Wong
2024-12-23xfs: cross-reference checks with the rt refcount btreeDarrick 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: check that the rtrefcount maxlevels doesn't increase when growing fsDarrick 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: enable sharing of realtime file blocksDarrick J. Wong
2024-12-23xfs: enable CoW for realtime dataDarrick J. Wong
2024-12-23xfs: refactor reflink quota updatesDarrick 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: refactor xfs_reflink_find_sharedChristoph Hellwig
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 realtime refcount btree block detection to log recoveryDarrick J. Wong