summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)Author
2022-11-09xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong
2022-11-09xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong
2022-11-09xfs: standardize the btree maxrecs function parametersDarrick J. Wong
2022-11-09xfs: refactor creation of bmap btree rootsDarrick J. Wong
2022-11-09xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong
2022-11-09xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2022-11-09xfs: hoist extent size helpers to libxfsDarrick J. Wong
2022-11-09xfs: online repair of symbolic linksrepair-symlink_2022-11-09Darrick J. Wong
2022-11-09xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong
2022-11-09xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong
2022-11-09xfs: xfs_bmap_finish_one should map unwritten extents properlyexpand-bmap-intent-usage_2022-11-09Darrick J. Wong
2022-11-09xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2022-11-09xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong
2022-11-09xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong
2022-11-09xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong
2022-11-09xfs: repair the rmapbtDarrick J. Wong
2022-11-09xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong
2022-11-09xfs: report XFS_IS_CORRUPT errors to the health systemcorruption-health-reports_2022-11-09Darrick J. Wong
2022-11-09xfs: report btree block corruption errors to the health systemDarrick J. Wong
2022-11-09xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2022-11-09xfs: create a new inode fork block unmap helperDarrick J. Wong
2022-11-09xfs: zap broken inode forksDarrick J. Wong
2022-11-09xfs: complain about bad file mapping records in the ondisk bmbtbtree-complain-bad-records_2022-11-09Darrick J. Wong
2022-11-09xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong
2022-11-09xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong
2022-09-19xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng
2022-07-12xfs: replace inode fork size macros with functionsmake-attr-fork-permanent-5.20_2022-07-14Darrick J. Wong
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner
2022-04-28xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-21xfs: convert bmapi flags to unsigned.Dave Chinner
2022-04-21xfs: convert bmap extent type flags to unsigned.Dave Chinner
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R
2022-04-11xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R
2022-04-11xfs: Use uint64_t to count maximum blocks that can be used by BMBTChandan Babu R
2022-04-11xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R
2022-04-11xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R
2022-04-11xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R
2021-12-04xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong
2021-10-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong