summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2023-10-18xfs: use accessor functions for summary info wordsrefactor-rtbitmap-accessors-6.7_2023-10-19Darrick J. Wong
2023-10-18xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong
2023-10-18xfs: use accessor functions for bitmap wordsDarrick J. Wong
2023-10-18xfs: create a helper to handle logging parts of rt bitmap/summary blocksDarrick J. Wong
2023-10-18xfs: create helpers for rtbitmap block/wordcount computationsrefactor-rtbitmap-macros-6.7_2023-10-19Darrick J. Wong
2023-10-17xfs: convert rt summary macros to helpersDarrick J. Wong
2023-10-17xfs: convert open-coded xfs_rtword_t pointer accesses to helperDarrick J. Wong
2023-10-17xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong
2023-10-17xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong
2023-10-17xfs: use shifting and masking when converting rt extents, if possiblerefactor-rt-unit-conversions-6.7_2023-10-19Darrick J. Wong
2023-10-17xfs: create rt extent rounding helpers for realtime extent blocksDarrick 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 convert extlen to rtextlenDarrick J. Wong
2023-10-17xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong
2023-10-17xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong
2023-10-17xfs: convert rt extent numbers to xfs_rtxnum_tclean-up-realtime-units-6.7_2023-10-19Darrick J. Wong
2023-10-17xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong
2023-10-17xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong
2023-10-17xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong
2023-10-17xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong
2023-10-17xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong
2023-10-17xfs: make sure maxlen is still congruent with prod when rounding downDarrick J. Wong
2023-10-17xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong
2023-10-17xfs: rt stubs should return negative errnos when rt disabledrealtime-fixes-6.7_2023-10-19Darrick J. Wong
2023-10-17xfs: prevent rt growfs when quota is enabledDarrick J. Wong
2023-10-17xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong
2023-10-17xfs: bump max fsgeom struct versionDarrick J. Wong
2023-10-12xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIEJeff Layton
2023-10-12xfs: Remove duplicate includeJiapeng Chong
2023-10-12xfs: correct calculation for agend and blockcountShiyang Ruan
2023-10-11xfs: process free extents to busy list in FIFO orderrandom-fixes-6.6_2023-10-11Darrick J. Wong
2023-10-11xfs: adjust the incore perag block_count when shrinkingDarrick J. Wong
2023-10-04xfs: abort fstrim if kernel is suspendingDave Chinner
2023-10-04xfs: reduce AGF hold times during fstrim operationsDave Chinner
2023-10-04xfs: move log discard work to xfs_discard.cDave Chinner
2023-09-24xfs: fix reloading entire unlinked bucket listsfix-fix-iunlink-6.6_2023-09-25Darrick J. Wong
2023-09-22Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-09-20Revert "xfs: switch to multigrain timestamps"Christian Brauner
2023-09-13xfs: use roundup_pow_of_two instead of ffs during xlog_find_tailWang Jianchao
2023-09-13Merge tag 'fix-scrub-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linux/...Chandan Babu R
2023-09-13Merge tag 'fix-larp-requirements-6.6_2023-09-12' of https://git.kernel.org/pu...Chandan Babu R
2023-09-13Merge tag 'fix-iunlink-list-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R
2023-09-13Merge tag 'fix-iunlink-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linu...Chandan Babu R
2023-09-13Merge tag 'fix-efi-recovery-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R
2023-09-13Merge tag 'fix-ro-mounts-6.6_2023-09-12' of https://git.kernel.org/pub/scm/li...Chandan Babu R
2023-09-13Merge tag 'fix-percpu-lists-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R
2023-09-13Merge tag 'fix-fsmap-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linux/...Chandan Babu R
2023-09-12xfs: only call xchk_stats_merge after validating scrub inputsfix-scrub-6.6_2023-09-12Darrick J. Wong
2023-09-12xfs: require a relatively recent V5 filesystem for LARP modefix-larp-requirements-6.6_2023-09-12Darrick J. Wong