summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-11xfs: fix backwards logic in xfs_bmap_alloc_accountDarrick J. Wong1-1/+1
2023-12-29xfs: make if_data a void pointerChristoph Hellwig1-2/+2
2023-12-22xfs: indicate if xfs_bmap_adjacent changed ap->blknoChristoph Hellwig1-5/+14
2023-12-22xfs: also use xfs_bmap_btalloc_accounting for RT allocationsChristoph Hellwig1-7/+14
2023-12-22xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accountingChristoph Hellwig1-10/+9
2023-12-15xfs: create a new inode fork block unmap helperDarrick J. Wong1-1/+40
2023-12-15xfs: zap broken inode forksDarrick J. Wong1-6/+16
2023-12-14xfs: pass the defer ops directly to xfs_defer_addChristoph Hellwig1-1/+1
2023-12-07xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang1-42/+31
2023-12-07xfs: remove __xfs_free_extent_laterDarrick J. Wong1-2/+2
2023-10-18xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong1-6/+2
2023-10-18xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong1-4/+4
2023-10-18xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong1-2/+2
2023-10-18xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong1-2/+2
2023-10-18xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong1-1/+1
2023-10-18xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong1-1/+1
2023-10-17xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong1-16/+3
2023-06-29xfs: use deferred frees for btree block freeingDave Chinner1-3/+5
2023-06-05xfs: validate block number being freed before adding to xefiDave Chinner1-2/+8
2023-05-02xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eofDarrick J. Wong1-2/+3
2023-04-27xfs: fix livelock in delayed allocation at ENOSPCDave Chinner1-1/+0
2023-04-14Merge tag 'btree-complain-bad-records-6.4_2023-04-11' of git://git.kernel.org...Dave Chinner1-1/+30
2023-04-14Merge tag 'intents-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm...Dave Chinner1-0/+1
2023-04-12xfs: _{attr,data}_map_shared should take ILOCK_EXCL until iread_extents is co...Darrick J. Wong1-0/+6
2023-04-12xfs: complain about bad file mapping records in the ondisk bmbtDarrick J. Wong1-1/+30
2023-04-12xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong1-0/+1
2023-02-13xfs: return a referenced perag from filestreams allocatorDave Chinner1-11/+28
2023-02-13xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.cDave Chinner1-83/+11
2023-02-13xfs: use xfs_bmap_longest_free_extent() in filestreamsDave Chinner1-1/+1
2023-02-13xfs: get rid of notinit from xfs_bmap_longest_free_extentDave Chinner1-48/+37
2023-02-13xfs: factor out filestreams from xfs_bmap_btalloc_nullfbDave Chinner1-71/+96
2023-02-13xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner1-8/+2
2023-02-13xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner1-4/+2
2023-02-13xfs: introduce xfs_alloc_vextent_near_bno()Dave Chinner1-4/+2
2023-02-13xfs: use xfs_alloc_vextent_start_bno() where appropriateDave Chinner1-18/+25
2023-02-13xfs: use xfs_alloc_vextent_first_ag() where appropriateDave Chinner1-15/+16
2023-02-13xfs: factor xfs_bmap_btalloc()Dave Chinner1-137/+196
2023-02-13xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner1-22/+30
2023-02-13xfs: introduce xfs_for_each_perag_wrap()Dave Chinner1-32/+46
2023-02-13xfs: perags need atomic operational stateDave Chinner1-1/+1
2023-02-10xfs: t_firstblock is tracking AGs not blocksDave Chinner1-2/+2
2023-02-10xfs: drop firstblock constraints from allocation setupDave Chinner1-113/+55
2023-02-10xfs: block reservation too large for minleft allocationDave Chinner1-1/+1
2023-02-10xfs: fix low space alloc deadlockDave Chinner1-14/+0
2023-02-05xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong1-17/+15
2022-12-01xfs: invalidate xfs_bufs when allocating cow extentsDarrick J. Wong1-1/+1
2022-11-29xfs: use iomap_valid method to detect stale cached iomapsDave Chinner1-2/+4
2022-09-18xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng1-1/+1
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong1-3/+3
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong1-2/+2