summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)Author
2021-09-17xfs: enable extent size hints for CoW when rtextsize > 1Darrick J. Wong
2021-09-17xfs: enable extent size hints for CoW operationsDarrick J. Wong
2021-09-17xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow filesDarrick J. Wong
2021-09-17xfs: enable CoW for realtime dataDarrick J. Wong
2021-09-17xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2021-09-17xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong
2021-09-17xfs: use realtime EFI to free extents when realtime rmap is enabledDarrick J. Wong
2021-09-17xfs: convert "skip_discard" to a proper flags bitsetextfree-intent-cleanups_2021-09-17Darrick J. Wong
2021-09-17xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong
2021-09-17xfs: refactor realtime inode lockingrefactor-rt-locking_2021-09-17Darrick J. Wong
2021-09-17xfs: encode the max btree height in the cursorDarrick J. Wong
2021-09-17xfs: support dynamic btree cursor heightsDarrick J. Wong
2021-09-17xfs: remove xfs_btree_cur_t typedefDarrick J. Wong
2021-09-17xfs: standardize the btree maxrecs function parametersDarrick J. Wong
2021-09-17xfs: refactor creation of bmap btree rootsDarrick J. Wong
2021-09-17xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong
2021-09-17xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2021-09-17xfs: hoist extent size helpers to libxfsDarrick J. Wong
2021-09-17xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong
2021-09-17xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2021-09-17xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong
2021-09-17xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong
2021-09-17xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong
2021-09-17xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong
2021-09-17xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong
2021-09-17xfs: repair the rmapbtDarrick J. Wong
2021-09-17xfs: report XFS_CORRUPT_ON errors to the health systemcorruption-health-reports_2021-09-17Darrick J. Wong
2021-09-17xfs: report btree block corruption errors to the health systemDarrick J. Wong
2021-09-17xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2021-09-17xfs: create a new inode fork block unmap helperDarrick J. Wong
2021-09-17xfs: zap broken inode forksDarrick J. Wong
2021-09-17xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-06-08Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc...Darrick J. Wong
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong
2021-06-02xfs: mark xfs_bmap_set_attrforkoff staticChristoph Hellwig
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-05-27xfs: bunmapi has unnecessary AG lock ordering issuesxfs-5.13-fixes-3Dave Chinner
2021-05-27xfs: btree format inode forks can have zero extentsDave Chinner
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig
2021-04-15xfs: remove XFS_IFBROOTChristoph Hellwig
2021-04-15xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig
2021-04-07xfs: precalculate default inode attribute offsetDave Chinner
2021-04-07xfs: default attr fork size does not handle device inodesDave Chinner