summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: Add cond_resched to block unmap range and reflink remap pathRitesh Harjani (IBM)8 days1-0/+1
* xfs: simplify iext overflow checking and upgradeChristoph Hellwig2024-05-031-4/+1
* xfs: xfs_quota_unreserve_blkres can't failChristoph Hellwig2024-05-031-11/+5
* xfs: do not allocate the entire delalloc extent in xfs_bmapi_writeChristoph Hellwig2024-04-301-2/+3
* xfs: fix xfs_bmap_add_extent_delay_real for partial conversionsChristoph Hellwig2024-04-301-5/+10
* xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocateChristoph Hellwig2024-04-301-5/+0
* xfs: pass the actual offset and len to allocate to xfs_bmapi_allocateChristoph Hellwig2024-04-301-14/+18
* xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_writeChristoph Hellwig2024-04-301-6/+3
* xfs: lift a xfs_valid_startblock into xfs_bmapi_allocateChristoph Hellwig2024-04-301-6/+5
* xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocateChristoph Hellwig2024-04-301-3/+0
* xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig2024-04-301-9/+37
* xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi2024-04-291-2/+32
* xfs: make the seq argument to xfs_bmapi_convert_delalloc() optionalZhang Yi2024-04-291-2/+4
* xfs: split xfs_bmap_add_attrfork into two piecesDarrick J. Wong2024-04-231-26/+10
* xfs: remove pointless unlocked assertionDarrick J. Wong2024-04-231-2/+0
* xfs: stop the steal (of data blocks for RT indirect blocks)Christoph Hellwig2024-04-221-1/+6
* xfs: rework splitting of indirect block reservationsChristoph Hellwig2024-04-221-22/+16
* xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig2024-04-221-6/+6
* xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delayChristoph Hellwig2024-04-221-10/+10
* xfs: reinstate RT support in xfs_bmapi_reserve_delallocChristoph Hellwig2024-04-221-8/+14
* xfs: split xfs_mod_freecounterChristoph Hellwig2024-04-221-11/+12
* xfs: move RT inode locking out of __xfs_bunmapiChristoph Hellwig2024-04-221-7/+8
* xfs: free RT extents after updating the bmap btreeChristoph Hellwig2024-04-221-17/+9
* xfs: refactor realtime inode lockingChristoph Hellwig2024-04-221-5/+2
* xfs: expose xfs_bmap_local_to_extents for online repairDarrick J. Wong2024-04-151-5/+6
* xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong2024-04-151-0/+1
* xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong2024-02-221-0/+1
* xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong2024-02-221-0/+2
* xfs: support deferred bmap updates on the attr forkDarrick J. Wong2024-02-221-28/+19
* xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong2024-02-221-2/+2
* xfs: move xfs_bmap_defer_add to xfs_bmap_item.cDarrick J. Wong2024-02-221-4/+2
* xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong2024-02-221-16/+3
* xfs: repair the rmapbtDarrick J. Wong2024-02-221-0/+43
* xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong2024-02-221-3/+3
* xfs: move and rename xfs_btree_read_buflChristoph Hellwig2024-02-221-8/+25
* xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extentsChristoph Hellwig2024-02-221-1/+1
* xfs: split the per-btree union in struct xfs_btree_curChristoph Hellwig2024-02-221-11/+11
* xfs: set btree block buffer ops in _init_bufDarrick J. Wong2024-02-221-1/+0
* xfs: initialize btree blocks using btree_ops structureDarrick J. Wong2024-02-221-6/+2
* xfs: remove bc_ino.flagsChristoph Hellwig2024-02-221-18/+9
* xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong2024-02-221-2/+2
* xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong2024-02-221-10/+84
* xfs: report btree block corruption errors to the health systemDarrick J. Wong2024-02-221-0/+6
* xfs: report block map corruption errors to the health tracking systemDarrick J. Wong2024-02-221-6/+29
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-11/+10
* xfs: use GFP_KERNEL in pure transaction contextsDave Chinner2024-02-131-1/+1
* xfs: fix backwards logic in xfs_bmap_alloc_accountDarrick J. Wong2024-01-111-1/+1
* xfs: make if_data a void pointerChristoph Hellwig2023-12-291-2/+2
* xfs: indicate if xfs_bmap_adjacent changed ap->blknoChristoph Hellwig2023-12-221-5/+14
* xfs: also use xfs_bmap_btalloc_accounting for RT allocationsChristoph Hellwig2023-12-221-7/+14