summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)AuthorFilesLines
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
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