summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-13xfs: remove the t_magic field in struct xfs_transChristoph Hellwig1-2/+0
2024-12-24xfs: prepare to reuse the dquot pointer space in struct xfs_inodeDarrick J. Wong1-0/+4
2024-12-13xfs: don't lose solo dquot update transactionsDarrick J. Wong1-7/+3
2024-12-13xfs: don't lose solo superblock counter update transactionsDarrick J. Wong1-2/+7
2024-12-13xfs: avoid nested calls to __xfs_trans_commitDarrick J. Wong1-12/+14
2024-12-13xfs: only run precommits once per transaction objectDarrick J. Wong1-12/+4
2024-12-13xfs: unlock inodes when erroring out of xfs_trans_alloc_dirDarrick J. Wong1-0/+3
2024-11-06xfs: fix chown with rt quotaDarrick J. Wong1-2/+29
2024-11-06xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong1-5/+16
2024-11-06xfs: grow the realtime section when realtime groups are enabledDarrick J. Wong1-0/+9
2024-11-06xfs: add frextents to the lazysbcounters when rtgroups enabledDarrick J. Wong1-14/+19
2024-11-06xfs: update realtime super every time we update the primary fs superDarrick J. Wong1-0/+1
2024-11-06xfs: 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-16xfs: 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-18xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong1-0/+4
2023-10-18xfs: 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-04xfs: defered work could create precommitsDave Chinner1-0/+5
2023-02-10xfs: don't assert fail on transaction cancel with deferred opsDave Chinner1-2/+2
2023-02-10xfs: 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-11xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong1-6/+37
2022-03-30xfs: 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-23xfs: rename _zone variables to _cacheDarrick J. Wong1-4/+4
2021-10-23xfs: 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
2021-08-16xfs: AIL needs asynchronous CIL forcingDave Chinner1-1/+1
2021-08-16xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner1-1/+1
2021-08-09xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong1-4/+1
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner1-3/+3
2021-04-29xfs: update superblock counters correctly for !lazysbcountDave Chinner1-0/+3
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong1-7/+0
2021-04-08xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-03-26xfs: support shrinking unused space in the last AGGao Xiang1-1/+0