summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: inode recovery does not validate the recovered inodeDave Chinner2023-11-131-0/+3
* xfs: fix internal error from AGFL exhaustionOmar Sandoval2023-11-131-3/+24
* xfs: abort intent items when recovery intents failLong Li2023-11-132-3/+4
* xfs: factor out xfs_defer_pending_abortLong Li2023-11-131-8/+15
* Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-11-089-423/+874
|\
| * xfs: invert the realtime summary cacheOmar Sandoval2023-10-191-3/+3
| * xfs: simplify rt bitmap/summary block accessor functionsDarrick J. Wong2023-10-192-44/+41
| * xfs: simplify xfs_rtbuf_get calling conventionsDarrick J. Wong2023-10-192-68/+69
| * xfs: cache last bitmap block in realtime allocatorOmar Sandoval2023-10-192-76/+88
| * xfs: consolidate realtime allocation argumentsDave Chinner2023-10-182-202/+210
| * xfs: use accessor functions for summary info wordsDarrick J. Wong2023-10-183-9/+42
| * xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong2023-10-182-0/+36
| * xfs: use accessor functions for bitmap wordsDarrick J. Wong2023-10-183-77/+67
| * xfs: create a helper to handle logging parts of rt bitmap/summary blocksDarrick J. Wong2023-10-181-15/+40
| * xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong2023-10-183-4/+44
| * xfs: convert rt summary macros to helpersDarrick J. Wong2023-10-174-12/+59
| * xfs: convert open-coded xfs_rtword_t pointer accesses to helperDarrick J. Wong2023-10-172-28/+42
| * xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong2023-10-173-11/+9
| * xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong2023-10-173-20/+42
| * xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong2023-10-172-0/+31
| * xfs: create rt extent rounding helpers for realtime extent blocksDarrick J. Wong2023-10-171-0/+18
| * xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong2023-10-172-6/+16
| * xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong2023-10-173-6/+37
| * xfs: create a helper to convert extlen to rtextlenDarrick J. Wong2023-10-172-1/+10
| * xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong2023-10-172-2/+11
| * xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong2023-10-171-0/+16
| * xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong2023-10-173-57/+57
| * xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong2023-10-173-6/+6
| * xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong2023-10-173-2/+3
| * xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong2023-10-172-17/+17
| * xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong2023-10-173-12/+12
| * xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong2023-10-173-1/+84
| * xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong2023-10-171-1/+1
| * xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong2023-10-172-16/+36
| * xfs: bump max fsgeom struct versionDarrick J. Wong2023-10-171-1/+1
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-303-6/+12
|\ \ | |/ |/|
| * xfs: convert to new timestamp accessorsJeff Layton2023-10-183-6/+12
* | xfs: adjust the incore perag block_count when shrinkingDarrick J. Wong2023-10-111-0/+6
|/
* Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-09-222-1/+24
|\
| * xfs: reserve less log space when recovering log intent itemsDarrick J. Wong2023-09-121-0/+22
| * xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong2023-09-121-1/+2
* | Revert "xfs: switch to multigrain timestamps"Christian Brauner2023-09-201-3/+3
|/
* Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-301-1/+5
|\
| * xfs: allow userspace to rebuild metadata structuresDarrick J. Wong2023-08-101-1/+5
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-282-5/+6
|\ \ | |/ |/|
| * xfs: switch to multigrain timestampsJeff Layton2023-08-111-3/+3
| * xfs: convert to ctime accessor functionsJeff Layton2023-07-242-3/+4
* | xfs: convert flex-array declarations in xfs attr shortform objectsDarrick J. Wong2023-07-171-1/+1
* | xfs: convert flex-array declarations in xfs attr leaf blocksDarrick J. Wong2023-07-171-8/+65
* | xfs: convert flex-array declarations in struct xfs_attrlist*Darrick J. Wong2023-07-171-2/+2
|/