summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove the t_magic field in struct xfs_transChristoph Hellwig2025-01-131-2/+0
* xfs: prepare to reuse the dquot pointer space in struct xfs_inodeDarrick J. Wong2024-12-231-0/+4
* xfs: don't lose solo dquot update transactionsDarrick J. Wong2024-12-131-7/+3
* xfs: don't lose solo superblock counter update transactionsDarrick J. Wong2024-12-131-2/+7
* xfs: avoid nested calls to __xfs_trans_commitDarrick J. Wong2024-12-131-12/+14
* xfs: only run precommits once per transaction objectDarrick J. Wong2024-12-131-12/+4
* xfs: unlock inodes when erroring out of xfs_trans_alloc_dirDarrick J. Wong2024-12-131-0/+3
* xfs: fix chown with rt quotaDarrick J. Wong2024-11-051-2/+29
* xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong2024-11-051-5/+16
* xfs: grow the realtime section when realtime groups are enabledDarrick J. Wong2024-11-051-0/+9
* xfs: add frextents to the lazysbcounters when rtgroups enabledDarrick J. Wong2024-11-051-14/+19
* xfs: update realtime super every time we update the primary fs superDarrick J. Wong2024-11-051-0/+1
* xfs: remove the mount field from struct xfs_busy_extentsChristoph Hellwig2024-11-051-1/+1
* xfs: move and rename xfs_trans_committed_bulkDave Chinner2024-07-041-129/+0
* xfs: split xfs_mod_freecounterChristoph Hellwig2024-04-221-16/+9
* xfs: block deltas in xfs_trans_unreserve_and_mod_sb must be positiveChristoph Hellwig2024-04-221-14/+24
* xfs: Hold inode locks in xfs_trans_alloc_dirAllison Henderson2024-04-151-2/+7
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-1/+1
* xfs: repair inode fork block mapping data structuresDarrick J. Wong2023-12-151-0/+62
* xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong2023-10-181-0/+4
* xfs: create a helper to convert extlen to rtextlenDarrick J. Wong2023-10-181-1/+2
* xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner2023-06-051-1/+3
* xfs: defered work could create precommitsDave Chinner2023-06-041-0/+5
* xfs: don't assert fail on transaction cancel with deferred opsDave Chinner2023-02-101-2/+2
* xfs: t_firstblock is tracking AGs not blocksDave Chinner2023-02-101-2/+2
* Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong2022-07-141-0/+91
|\
| * xfs: add log item precommit operationDave Chinner2022-07-141-0/+91
* | xfs: convert log vector chain to use list headsDave Chinner2022-07-071-2/+2
|/
* xfs: report "max_resp" used for min log size computationDarrick J. Wong2022-04-281-3/+0
* Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner2022-04-211-4/+2
|\
| * xfs: log tickets don't need log client idDave Chinner2022-04-211-4/+2
* | xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong2022-04-111-6/+37
|/
* xfs: xfs_trans_commit() path must check for log shutdownDave Chinner2022-03-301-15/+33
* xfs: AIL should be log centricDave Chinner2022-03-201-1/+1
* xfs: log items should have a xlog pointer, not a mountDave Chinner2022-03-201-1/+1
* xfs: reserve quota for dir expansion when linking/unlinking filesDarrick J. Wong2022-03-141-0/+86
* xfs: shut down filesystem if we xfs_trans_cancel with deferred work itemsDarrick J. Wong2021-12-211-1/+10
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-231-4/+4
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-231-1/+1
* xfs: remove the xfs_dsb_t typedefChristoph Hellwig2021-10-141-4/+4
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-4/+4
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-8/+8
* xfs: AIL needs asynchronous CIL forcingDave Chinner2021-08-161-1/+1
* xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner2021-08-161-1/+1
* xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong2021-08-091-4/+1
* xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner2021-06-211-3/+3
* xfs: update superblock counters correctly for !lazysbcountDave Chinner2021-04-291-0/+3
* xfs: remove obsolete AGF counter debuggingDarrick J. Wong2021-04-291-7/+0
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: support shrinking unused space in the last AGGao Xiang2021-03-261-1/+0