summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong2023-10-171-6/+2
* xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong2023-10-171-4/+4
* xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong2023-10-171-2/+2
* xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong2023-10-171-2/+2
* xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong2023-10-171-1/+1
* xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong2023-10-171-1/+1
* xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong2023-10-171-16/+3
* xfs: use deferred frees for btree block freeingDave Chinner2023-06-291-3/+5
* xfs: validate block number being freed before adding to xefiDave Chinner2023-06-051-2/+8
* xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eofDarrick J. Wong2023-05-021-2/+3
* xfs: fix livelock in delayed allocation at ENOSPCDave Chinner2023-04-271-1/+0
* Merge tag 'btree-complain-bad-records-6.4_2023-04-11' of git://git.kernel.org...Dave Chinner2023-04-141-1/+30
|\
| * xfs: complain about bad file mapping records in the ondisk bmbtDarrick J. Wong2023-04-111-1/+30
* | Merge tag 'intents-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm...Dave Chinner2023-04-141-0/+1
|\|
| * xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong2023-04-111-0/+1
* | xfs: _{attr,data}_map_shared should take ILOCK_EXCL until iread_extents is co...Darrick J. Wong2023-04-121-0/+6
|/
* xfs: return a referenced perag from filestreams allocatorDave Chinner2023-02-131-11/+28
* xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.cDave Chinner2023-02-131-83/+11
* xfs: use xfs_bmap_longest_free_extent() in filestreamsDave Chinner2023-02-131-1/+1
* xfs: get rid of notinit from xfs_bmap_longest_free_extentDave Chinner2023-02-131-48/+37
* xfs: factor out filestreams from xfs_bmap_btalloc_nullfbDave Chinner2023-02-131-71/+96
* xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner2023-02-131-8/+2
* xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner2023-02-131-4/+2
* xfs: introduce xfs_alloc_vextent_near_bno()Dave Chinner2023-02-131-4/+2
* xfs: use xfs_alloc_vextent_start_bno() where appropriateDave Chinner2023-02-131-18/+25
* xfs: use xfs_alloc_vextent_first_ag() where appropriateDave Chinner2023-02-131-15/+16
* xfs: factor xfs_bmap_btalloc()Dave Chinner2023-02-131-137/+196
* xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner2023-02-131-22/+30
* xfs: introduce xfs_for_each_perag_wrap()Dave Chinner2023-02-131-32/+46
* xfs: perags need atomic operational stateDave Chinner2023-02-131-1/+1
* xfs: t_firstblock is tracking AGs not blocksDave Chinner2023-02-111-2/+2
* xfs: drop firstblock constraints from allocation setupDave Chinner2023-02-111-113/+55
* xfs: block reservation too large for minleft allocationDave Chinner2023-02-111-1/+1
* xfs: fix low space alloc deadlockDave Chinner2023-02-111-14/+0
* xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong2023-02-051-17/+15
* xfs: invalidate xfs_bufs when allocating cow extentsDarrick J. Wong2022-12-011-1/+1
* xfs: use iomap_valid method to detect stale cached iomapsDave Chinner2022-11-291-2/+4
* xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng2022-09-191-1/+1
* xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-121-3/+3
* xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong2022-07-121-2/+2
* xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong2022-07-091-1/+0
* xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-091-2/+2
* xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-091-34/+34
* xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-071-1/+1
* xfs: kill xfs_alloc_pagf_init()Dave Chinner2022-07-071-1/+2
* xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong2022-04-281-21/+1
* Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner2022-04-211-64/+45
|\
| * xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R2022-04-131-2/+4
| * xfs: Directory's data fork extent counter can never overflowChandan Babu R2022-04-131-20/+0
| * xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R2022-04-111-5/+4