summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: return a referenced perag from filestreams allocatorDave Chinner2023-02-121-11/+28
* xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.cDave Chinner2023-02-121-83/+11
* xfs: use xfs_bmap_longest_free_extent() in filestreamsDave Chinner2023-02-121-1/+1
* xfs: get rid of notinit from xfs_bmap_longest_free_extentDave Chinner2023-02-121-48/+37
* xfs: factor out filestreams from xfs_bmap_btalloc_nullfbDave Chinner2023-02-121-71/+96
* xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner2023-02-121-8/+2
* xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner2023-02-121-4/+2
* xfs: introduce xfs_alloc_vextent_near_bno()Dave Chinner2023-02-121-4/+2
* xfs: use xfs_alloc_vextent_start_bno() where appropriateDave Chinner2023-02-121-18/+25
* xfs: use xfs_alloc_vextent_first_ag() where appropriateDave Chinner2023-02-121-15/+16
* xfs: factor xfs_bmap_btalloc()Dave Chinner2023-02-121-137/+196
* xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner2023-02-121-22/+30
* xfs: introduce xfs_for_each_perag_wrap()Dave Chinner2023-02-121-32/+46
* xfs: perags need atomic operational stateDave Chinner2023-02-121-1/+1
* xfs: t_firstblock is tracking AGs not blocksDave Chinner2023-02-101-2/+2
* xfs: drop firstblock constraints from allocation setupDave Chinner2023-02-101-113/+55
* xfs: block reservation too large for minleft allocationDave Chinner2023-02-101-1/+1
* xfs: fix low space alloc deadlockDave Chinner2023-02-101-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-281-2/+4
* xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng2022-09-181-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-101-1/+0
* xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-101-2/+2
* xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-101-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
| * xfs: Use uint64_t to count maximum blocks that can be used by BMBTChandan Babu R2022-04-111-3/+3
| * xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R2022-04-111-2/+2
| * xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R2022-04-111-1/+1
| * xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R2022-04-111-5/+4
| * xfs: Define max extent length based on on-disk format definitionChandan Babu R2022-04-111-28/+29
* | xfs: convert bmapi flags to unsigned.Dave Chinner2022-04-211-11/+11
* | xfs: convert bmap extent type flags to unsigned.Dave Chinner2022-04-211-7/+7
|/
* xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig2021-12-041-2/+2
* xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong2021-10-231-53/+2
* xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong2021-10-231-2/+19
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-231-3/+3
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-231-1/+1
* xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong2021-10-191-0/+1
* xfs: encode the max btree height in the cursorDarrick J. Wong2021-10-191-1/+1
* xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong2021-10-191-5/+5
* xfs: remove xfs_btree_cur_t typedefDarrick J. Wong2021-10-141-6/+6