summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)Author
2024-02-22xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong
2024-02-22xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong
2024-02-22xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2024-02-22xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong
2024-02-22xfs: move xfs_bmap_defer_add to xfs_bmap_item.cDarrick J. Wong
2024-02-22xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong
2024-02-22xfs: repair the rmapbtDarrick J. Wong
2024-02-22xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong
2024-02-22xfs: move and rename xfs_btree_read_buflChristoph Hellwig
2024-02-22xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extentsChristoph Hellwig
2024-02-22xfs: split the per-btree union in struct xfs_btree_curChristoph Hellwig
2024-02-22xfs: set btree block buffer ops in _init_bufDarrick J. Wong
2024-02-22xfs: initialize btree blocks using btree_ops structureDarrick J. Wong
2024-02-22xfs: remove bc_ino.flagsChristoph Hellwig
2024-02-22xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong
2024-02-22xfs: report btree block corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)
2024-02-13xfs: use GFP_KERNEL in pure transaction contextsDave Chinner
2024-01-11xfs: fix backwards logic in xfs_bmap_alloc_accountDarrick J. Wong
2023-12-29xfs: make if_data a void pointerChristoph Hellwig
2023-12-22xfs: indicate if xfs_bmap_adjacent changed ap->blknoChristoph Hellwig
2023-12-22xfs: also use xfs_bmap_btalloc_accounting for RT allocationsChristoph Hellwig
2023-12-22xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accountingChristoph Hellwig
2023-12-15xfs: create a new inode fork block unmap helperDarrick J. Wong
2023-12-15xfs: zap broken inode forksDarrick J. Wong
2023-12-14xfs: pass the defer ops directly to xfs_defer_addChristoph Hellwig
2023-12-07xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang
2023-12-06xfs: remove __xfs_free_extent_laterDarrick J. Wong
2023-10-17xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong
2023-10-17xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong
2023-10-17xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong
2023-10-17xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong
2023-10-17xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong
2023-10-17xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong
2023-10-17xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong
2023-06-29xfs: use deferred frees for btree block freeingDave Chinner
2023-06-05xfs: validate block number being freed before adding to xefiDave Chinner
2023-05-02xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eofDarrick J. Wong
2023-04-27xfs: fix livelock in delayed allocation at ENOSPCDave Chinner
2023-04-14Merge tag 'btree-complain-bad-records-6.4_2023-04-11' of git://git.kernel.org...Dave Chinner
2023-04-14Merge tag 'intents-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm...Dave Chinner
2023-04-12xfs: _{attr,data}_map_shared should take ILOCK_EXCL until iread_extents is co...Darrick J. Wong
2023-04-11xfs: complain about bad file mapping records in the ondisk bmbtDarrick J. Wong
2023-04-11xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong
2023-02-13xfs: return a referenced perag from filestreams allocatorDave Chinner
2023-02-13xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.cDave Chinner
2023-02-13xfs: use xfs_bmap_longest_free_extent() in filestreamsDave Chinner
2023-02-13xfs: get rid of notinit from xfs_bmap_longest_free_extentDave Chinner