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