summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2023-12-06xfs: remove __xfs_free_extent_laterDarrick J. Wong9-25/+14
2023-12-06xfs: allow pausing of pending deferred work itemsDarrick J. Wong2-14/+100
2023-12-06xfs: don't append work items to logged xfs_defer_pending objectsDarrick J. Wong1-13/+48
2023-12-06xfs: elide ->create_done calls for unlogged deferred workDarrick J. Wong1-0/+4
2023-12-06xfs: don't allow overly small or large realtime volumesDarrick J. Wong2-1/+15
2023-12-06xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong1-3/+5
2023-12-06xfs: make rextslog computation consistent with mkfsDarrick J. Wong3-1/+17
2023-12-06xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong2-11/+23
2023-12-06xfs: hoist xfs_trans_add_item calls to defer ops functionsDarrick J. Wong1-1/+6
2023-12-06xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relogDarrick J. Wong1-2/+7
2023-12-06xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong1-1/+5
2023-12-06xfs: hoist ->create_intent boilerplate to its callsiteDarrick J. Wong1-0/+2
2023-12-06xfs: hoist intent done flag setting to ->finish_item callsiteDarrick J. Wong1-1/+27
2023-12-06xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong3-0/+23
2023-12-06xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong3-2/+3
2023-12-06xfs: recreate work items when recovering intent itemsDarrick J. Wong2-2/+10
2023-12-06xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong1-0/+2
2023-12-06xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong3-28/+85
2023-11-13xfs: inode recovery does not validate the recovered inodeDave Chinner1-0/+3
2023-11-13xfs: fix internal error from AGFL exhaustionOmar Sandoval1-3/+24
2023-11-13xfs: abort intent items when recovery intents failLong Li2-3/+4
2023-11-13xfs: factor out xfs_defer_pending_abortLong Li1-8/+15
2023-11-08Merge 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-18xfs: consolidate realtime allocation argumentsDave Chinner2-202/+210
2023-10-18xfs: use accessor functions for summary info wordsDarrick J. Wong3-9/+42
2023-10-18xfs: 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-17xfs: convert rt summary macros to helpersDarrick J. Wong4-12/+59
2023-10-17xfs: convert open-coded xfs_rtword_t pointer accesses to helperDarrick J. Wong2-28/+42
2023-10-17xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong3-11/+9
2023-10-17xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong3-20/+42
2023-10-17xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong2-0/+31
2023-10-17xfs: create rt extent rounding helpers for realtime extent blocksDarrick J. Wong1-0/+18
2023-10-17xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong2-6/+16
2023-10-17xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong3-6/+37
2023-10-17xfs: create a helper to convert extlen to rtextlenDarrick J. Wong2-1/+10
2023-10-17xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong2-2/+11
2023-10-17xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong1-0/+16
2023-10-17xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong3-57/+57
2023-10-17xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong3-6/+6
2023-10-17xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong3-2/+3
2023-10-17xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong2-17/+17