summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)Author
2025-01-24xfs: fix the entry condition of exact EOF block allocation optimizationJinliang Zheng
2024-12-23xfs: enable extent size hints for CoW operationsDarrick J. Wong
2024-12-23xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow filesDarrick J. Wong
2024-12-23xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong
2024-12-23xfs: prepare to reuse the dquot pointer space in struct xfs_inodeDarrick J. Wong
2024-12-23xfs: make xfs_iroot_realloc a bmap btree functionDarrick J. Wong
2024-12-23xfs: make xfs_iroot_realloc take the new numrecs instead of deltasDarrick J. Wong
2024-11-28xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delayChristoph Hellwig
2024-11-05xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong
2024-11-05xfs: make the RT allocator rtgroup awareChristoph Hellwig
2024-11-05xfs: use realtime EFI to free extents when rtgroups are enabledDarrick J. Wong
2024-11-05xfs: add a helper to prevent bmap merges across rtgroup boundariesChristoph Hellwig
2024-11-05xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig
2024-11-05xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig
2024-11-05xfs: add a xfs_bmap_free_rtblocks helperChristoph Hellwig
2024-11-05xfs: adjust xfs_bmap_add_attrfork for metadirDarrick J. Wong
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig
2024-10-07xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig
2024-10-07xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig
2024-10-07xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig
2024-10-07xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig
2024-09-03xfs: ensure st_blocks never goes to zero during COW writesChristoph Hellwig
2024-09-01xfs: standardize the btree maxrecs function parametersDarrick J. Wong
2024-09-01xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong
2024-09-01xfs: clean up the ISVALID macro in xfs_bmap_adjacentChristoph Hellwig
2024-09-01xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lockChristoph Hellwig
2024-07-02xfs: convert "skip_discard" to a proper flags bitsetDarrick J. Wong
2024-07-02xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2024-07-02xfs: hoist extent size helpers to libxfsDarrick J. Wong
2024-06-26xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong
2024-05-27xfs: Add cond_resched to block unmap range and reflink remap pathRitesh Harjani (IBM)
2024-05-03xfs: simplify iext overflow checking and upgradeChristoph Hellwig
2024-05-03xfs: xfs_quota_unreserve_blkres can't failChristoph Hellwig
2024-04-30xfs: do not allocate the entire delalloc extent in xfs_bmapi_writeChristoph Hellwig
2024-04-30xfs: fix xfs_bmap_add_extent_delay_real for partial conversionsChristoph Hellwig
2024-04-30xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocateChristoph Hellwig
2024-04-30xfs: pass the actual offset and len to allocate to xfs_bmapi_allocateChristoph Hellwig
2024-04-30xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_writeChristoph Hellwig
2024-04-30xfs: lift a xfs_valid_startblock into xfs_bmapi_allocateChristoph Hellwig
2024-04-30xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocateChristoph Hellwig
2024-04-30xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig
2024-04-29xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi
2024-04-29xfs: make the seq argument to xfs_bmapi_convert_delalloc() optionalZhang Yi
2024-04-23xfs: split xfs_bmap_add_attrfork into two piecesDarrick J. Wong
2024-04-23xfs: remove pointless unlocked assertionDarrick J. Wong
2024-04-22xfs: stop the steal (of data blocks for RT indirect blocks)Christoph Hellwig
2024-04-22xfs: rework splitting of indirect block reservationsChristoph Hellwig
2024-04-22xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig
2024-04-22xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delayChristoph Hellwig
2024-04-22xfs: reinstate RT support in xfs_bmapi_reserve_delallocChristoph Hellwig