summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2023-11-09Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds9-423/+874
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds3-6/+12
2023-10-19xfs: invert the realtime summary cacheOmar Sandoval1-3/+3
2023-10-19xfs: simplify rt bitmap/summary block accessor functionsDarrick J. Wong2-44/+41
2023-10-19xfs: simplify xfs_rtbuf_get calling conventionsDarrick J. Wong2-68/+69
2023-10-19xfs: cache last bitmap block in realtime allocatorOmar Sandoval2-76/+88
2023-10-19xfs: consolidate realtime allocation argumentsDave Chinner2-202/+210
2023-10-19xfs: use accessor functions for summary info wordsDarrick J. Wong3-9/+42
2023-10-19xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong2-0/+36
2023-10-18xfs: use accessor functions for bitmap wordsDarrick J. Wong3-77/+67
2023-10-18xfs: create a helper to handle logging parts of rt bitmap/summary blocksDarrick J. Wong1-15/+40
2023-10-18xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong3-4/+44
2023-10-18xfs: convert to new timestamp accessorsJeff Layton3-6/+12
2023-10-18xfs: convert rt summary macros to helpersDarrick J. Wong4-12/+59
2023-10-18xfs: convert open-coded xfs_rtword_t pointer accesses to helperDarrick J. Wong2-28/+42
2023-10-18xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong3-11/+9
2023-10-18xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong3-20/+42
2023-10-18xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong2-0/+31
2023-10-18xfs: create rt extent rounding helpers for realtime extent blocksDarrick J. Wong1-0/+18
2023-10-18xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong2-6/+16
2023-10-18xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong3-6/+37
2023-10-18xfs: create a helper to convert extlen to rtextlenDarrick J. Wong2-1/+10
2023-10-18xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong2-2/+11
2023-10-18xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong1-0/+16
2023-10-18xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong3-57/+57
2023-10-18xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong3-6/+6
2023-10-18xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong3-2/+3
2023-10-18xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong2-17/+17
2023-10-18xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong3-12/+12
2023-10-18xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong3-1/+84
2023-10-18xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong1-1/+1
2023-10-17xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong2-16/+36
2023-10-17xfs: bump max fsgeom struct versionDarrick J. Wong1-1/+1
2023-10-11xfs: adjust the incore perag block_count when shrinkingDarrick J. Wong1-0/+6
2023-09-23Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-1/+24
2023-09-20Revert "xfs: switch to multigrain timestamps"Christian Brauner1-3/+3
2023-09-12xfs: reserve less log space when recovering log intent itemsDarrick J. Wong1-0/+22
2023-09-12xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong1-1/+2
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+5
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-5/+6
2023-08-11xfs: switch to multigrain timestampsJeff Layton1-3/+3
2023-08-10xfs: allow userspace to rebuild metadata structuresDarrick J. Wong1-1/+5
2023-07-24xfs: convert to ctime accessor functionsJeff Layton2-3/+4
2023-07-17xfs: convert flex-array declarations in xfs attr shortform objectsDarrick J. Wong1-1/+1
2023-07-17xfs: convert flex-array declarations in xfs attr leaf blocksDarrick J. Wong1-8/+65
2023-07-17xfs: convert flex-array declarations in struct xfs_attrlist*Darrick J. Wong1-2/+2
2023-07-06Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds12-162/+297
2023-07-03xfs: AGI length should be bounds checkedDarrick J. Wong3-39/+60
2023-07-02xfs: fix xfs_btree_query_range callers to initialize btree rec fullyDarrick J. Wong3-20/+13
2023-06-29Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+2