aboutsummaryrefslogtreecommitdiff
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.hGravatar Darrick J. Wong 1-0/+1
2024-02-22xfs: xfs_bmap_finish_one should map unwritten extents properlyGravatar Darrick J. Wong 1-0/+2
2024-02-22xfs: support deferred bmap updates on the attr forkGravatar Darrick J. Wong 1-28/+19
2024-02-22xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsGravatar Darrick J. Wong 1-2/+2
2024-02-22xfs: move xfs_bmap_defer_add to xfs_bmap_item.cGravatar Darrick J. Wong 1-4/+2
2024-02-22xfs: clean up bmap log intent item tracepoint callsitesGravatar Darrick J. Wong 1-16/+3
2024-02-22xfs: repair the rmapbtGravatar Darrick J. Wong 1-0/+43
2024-02-22xfs: create a helper to decide if a file mapping targets the rt volumeGravatar Darrick J. Wong 1-3/+3
2024-02-22xfs: move and rename xfs_btree_read_buflGravatar Christoph Hellwig 1-8/+25
2024-02-22xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extentsGravatar Christoph Hellwig 1-1/+1
2024-02-22xfs: split the per-btree union in struct xfs_btree_curGravatar Christoph Hellwig 1-11/+11
2024-02-22xfs: set btree block buffer ops in _init_bufGravatar Darrick J. Wong 1-1/+0
2024-02-22xfs: initialize btree blocks using btree_ops structureGravatar Darrick J. Wong 1-6/+2
2024-02-22xfs: remove bc_ino.flagsGravatar Christoph Hellwig 1-18/+9
2024-02-22xfs: encode the btree geometry flags in the btree ops structureGravatar Darrick J. Wong 1-2/+2
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemGravatar Darrick J. Wong 1-10/+84
2024-02-22xfs: report btree block corruption errors to the health systemGravatar Darrick J. Wong 1-0/+6
2024-02-22xfs: report block map corruption errors to the health tracking systemGravatar Darrick J. Wong 1-6/+29
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedGravatar Matthew Wilcox (Oracle) 1-11/+10
2024-02-13xfs: use GFP_KERNEL in pure transaction contextsGravatar Dave Chinner 1-1/+1
2024-01-11xfs: fix backwards logic in xfs_bmap_alloc_accountGravatar Darrick J. Wong 1-1/+1
2023-12-29xfs: make if_data a void pointerGravatar Christoph Hellwig 1-2/+2
2023-12-22xfs: indicate if xfs_bmap_adjacent changed ap->blknoGravatar Christoph Hellwig 1-5/+14
2023-12-22xfs: also use xfs_bmap_btalloc_accounting for RT allocationsGravatar Christoph Hellwig 1-7/+14
2023-12-22xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accountingGravatar Christoph Hellwig 1-10/+9
2023-12-15xfs: create a new inode fork block unmap helperGravatar Darrick J. Wong 1-1/+40
2023-12-15xfs: zap broken inode forksGravatar Darrick J. Wong 1-6/+16
2023-12-14xfs: pass the defer ops directly to xfs_defer_addGravatar Christoph Hellwig 1-1/+1
2023-12-07xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realGravatar Jiachen Zhang 1-42/+31
2023-12-06xfs: remove __xfs_free_extent_laterGravatar Darrick J. Wong 1-2/+2
2023-10-17xfs: convert do_div calls to xfs_rtb_to_rtx helper callsGravatar Darrick J. Wong 1-6/+2
2023-10-17xfs: create helpers to convert rt block numbers to rt extent numbersGravatar Darrick J. Wong 1-4/+4
2023-10-17xfs: create a helper to compute leftovers of realtime extentsGravatar Darrick J. Wong 1-2/+2
2023-10-17xfs: rename xfs_verify_rtext to xfs_verify_rtbextGravatar Darrick J. Wong 1-2/+2
2023-10-17xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hGravatar Darrick J. Wong 1-1/+1
2023-10-17xfs: fix units conversion error in xfs_bmap_del_extent_delayGravatar Darrick J. Wong 1-1/+1
2023-10-17xfs: hoist freeing of rt data fork extent mappingsGravatar Darrick J. Wong 1-16/+3
2023-06-29xfs: use deferred frees for btree block freeingGravatar Dave Chinner 1-3/+5
2023-06-05xfs: validate block number being freed before adding to xefiGravatar Dave Chinner 1-2/+8
2023-05-02xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eofGravatar Darrick J. Wong 1-2/+3
2023-04-27xfs: fix livelock in delayed allocation at ENOSPCGravatar Dave Chinner 1-1/+0
2023-04-14Merge tag 'btree-complain-bad-records-6.4_2023-04-11' of git://git.kernel.org...Gravatar Dave Chinner 1-1/+30
2023-04-14Merge tag 'intents-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm...Gravatar Dave Chinner 1-0/+1
2023-04-12xfs: _{attr,data}_map_shared should take ILOCK_EXCL until iread_extents is co...Gravatar Darrick J. Wong 1-0/+6
2023-04-11xfs: complain about bad file mapping records in the ondisk bmbtGravatar Darrick J. Wong 1-1/+30
2023-04-11xfs: give xfs_bmap_intent its own perag referenceGravatar Darrick J. Wong 1-0/+1
2023-02-13xfs: return a referenced perag from filestreams allocatorGravatar Dave Chinner 1-11/+28
2023-02-13xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.cGravatar Dave Chinner 1-83/+11
2023-02-13xfs: use xfs_bmap_longest_free_extent() in filestreamsGravatar Dave Chinner 1-1/+1
2023-02-13xfs: get rid of notinit from xfs_bmap_longest_free_extentGravatar Dave Chinner 1-48/+37