aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-22xfs: track the number of blocks in each buftargChristoph Hellwig1-11/+12
2025-08-11xfs: fix frozen file system assert in xfs_trans_allocChristoph Hellwig1-1/+1
2025-07-24xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig1-5/+3
2025-07-24xfs: don't use xfs_trans_reserve in xfs_trans_rollChristoph Hellwig1-79/+54
2025-07-24xfs: decouple xfs_trans_alloc_empty from xfs_trans_allocChristoph Hellwig1-24/+28
2025-07-24xfs: don't use xfs_trans_reserve in xfs_trans_reserve_moreChristoph Hellwig1-3/+12
2025-07-24xfs: use xfs_trans_reserve_more in xfs_trans_reserve_more_inodeChristoph Hellwig1-2/+1
2025-06-27xfs: add tracepoints for stale pinned inode state debugDave Chinner1-1/+3
2025-01-13xfs: remove the t_magic field in struct xfs_transChristoph Hellwig1-2/+0
2024-12-23xfs: prepare to reuse the dquot pointer space in struct xfs_inodeDarrick J. Wong1-0/+4
2024-12-12xfs: don't lose solo dquot update transactionsDarrick J. Wong1-7/+3
2024-12-12xfs: don't lose solo superblock counter update transactionsDarrick J. Wong1-2/+7
2024-12-12xfs: avoid nested calls to __xfs_trans_commitDarrick J. Wong1-12/+14
2024-12-12xfs: only run precommits once per transaction objectDarrick J. Wong1-12/+4
2024-12-12xfs: unlock inodes when erroring out of xfs_trans_alloc_dirDarrick J. Wong1-0/+3
2024-11-05xfs: fix chown with rt quotaDarrick J. Wong1-2/+29
2024-11-05xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong1-5/+16
2024-11-05xfs: grow the realtime section when realtime groups are enabledDarrick J. Wong1-0/+9
2024-11-05xfs: add frextents to the lazysbcounters when rtgroups enabledDarrick J. Wong1-14/+19
2024-11-05xfs: update realtime super every time we update the primary fs superDarrick J. Wong1-0/+1
2024-11-05xfs: remove the mount field from struct xfs_busy_extentsChristoph Hellwig1-1/+1
2024-07-04xfs: move and rename xfs_trans_committed_bulkDave Chinner1-129/+0
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig1-16/+9
2024-04-22xfs: block deltas in xfs_trans_unreserve_and_mod_sb must be positiveChristoph Hellwig1-14/+24
2024-04-15xfs: Hold inode locks in xfs_trans_alloc_dirAllison Henderson1-2/+7
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)1-1/+1
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong1-0/+62
2023-10-17xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong1-0/+4
2023-10-17xfs: create a helper to convert extlen to rtextlenDarrick J. Wong1-1/+2
2023-06-05xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner1-1/+3
2023-06-05xfs: defered work could create precommitsDave Chinner1-0/+5
2023-02-11xfs: don't assert fail on transaction cancel with deferred opsDave Chinner1-2/+2
2023-02-11xfs: t_firstblock is tracking AGs not blocksDave Chinner1-2/+2
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong1-0/+91
2022-07-14xfs: add log item precommit operationDave Chinner1-0/+91
2022-07-07xfs: convert log vector chain to use list headsDave Chinner1-2/+2
2022-04-28xfs: report "max_resp" used for min log size computationDarrick J. Wong1-3/+0
2022-04-21Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner1-4/+2
2022-04-21xfs: log tickets don't need log client idDave Chinner1-4/+2
2022-04-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong1-6/+37
2022-03-29xfs: xfs_trans_commit() path must check for log shutdownDave Chinner1-15/+33
2022-03-20xfs: AIL should be log centricDave Chinner1-1/+1
2022-03-20xfs: log items should have a xlog pointer, not a mountDave Chinner1-1/+1
2022-03-14xfs: reserve quota for dir expansion when linking/unlinking filesDarrick J. Wong1-0/+86
2021-12-21xfs: shut down filesystem if we xfs_trans_cancel with deferred work itemsDarrick J. Wong1-1/+10
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong1-4/+4
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong1-1/+1
2021-10-14xfs: remove the xfs_dsb_t typedefChristoph Hellwig1-4/+4
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-4/+4
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-8/+8