summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig2024-04-227-13/+56
* xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delayChristoph Hellwig2024-04-221-10/+10
* xfs: reinstate RT support in xfs_bmapi_reserve_delallocChristoph Hellwig2024-04-221-8/+14
* xfs: split xfs_mod_freecounterChristoph Hellwig2024-04-2214-124/+97
* xfs: block deltas in xfs_trans_unreserve_and_mod_sb must be positiveChristoph Hellwig2024-04-221-14/+24
* xfs: move RT inode locking out of __xfs_bunmapiChristoph Hellwig2024-04-222-7/+11
* xfs: free RT extents after updating the bmap btreeChristoph Hellwig2024-04-221-17/+9
* xfs: refactor realtime inode lockingChristoph Hellwig2024-04-227-23/+87
* xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitionsChristoph Hellwig2024-04-221-2/+1
* xfs: compile out v4 support if disabledChristoph Hellwig2024-04-222-18/+44
* xfs: remove the unused xfs_extent_busy_enomem trace eventChristoph Hellwig2024-04-221-1/+0
* xfs: unwind xfs_extent_busy_clearChristoph Hellwig2024-04-221-34/+25
* xfs: move more logic into xfs_extent_busy_clear_oneChristoph Hellwig2024-04-221-11/+12
* xfs: Remove unused function is_rt_data_forkJiapeng Chong2024-04-221-8/+0
* xfs: small cleanup in xrep_update_qflags()Dan Carpenter2024-04-221-1/+1
* xfs: Fix typo in commentThorsten Blum2024-04-221-1/+1
* xfs: fix sparse warnings about unused interval tree functionsDave Chinner2024-04-221-10/+12
* xfs: silence sparse warning when checking version numberDave Chinner2024-04-221-2/+1
* xfs: fix CIL sparse lock context warningsDave Chinner2024-04-202-2/+3
* Merge tag 'retain-ilock-during-dir-ops-6.10_2024-04-15' of https://git.kernel...Chandan Babu R2024-04-1613-54/+156
|\
| * xfs: unlock new repair tempfiles after creationDarrick J. Wong2024-04-151-0/+2
| * xfs: don't pick up IOLOCK during rmapbt repair scanDarrick J. Wong2024-04-151-15/+1
| * xfs: Hold inode locks in xfs_renameAllison Henderson2024-04-151-12/+33
| * xfs: Hold inode locks in xfs_trans_alloc_dirAllison Henderson2024-04-152-4/+19
| * xfs: Hold inode locks in xfs_iallocAllison Henderson2024-04-153-6/+16
| * xfs: Increase XFS_QM_TRANS_MAXDQS to 5Allison Henderson2024-04-154-6/+53
| * xfs: Increase XFS_DEFER_OPS_NR_INODES to 5Allison Henderson2024-04-154-11/+32
* | Merge tag 'online-fsck-design-6.10_2024-04-15' of https://git.kernel.org/pub/...Chandan Babu R2024-04-161-88/+266
|\|
| * docs: describe xfs directory tree online fsckDarrick J. Wong2024-04-151-0/+124
| * docs: update offline parent pointer repair strategyDarrick J. Wong2024-04-151-21/+60
| * docs: update online directory and parent pointer repair sectionsDarrick J. Wong2024-04-151-26/+29
| * docs: update the parent pointers documentation to the final versionDarrick J. Wong2024-04-151-41/+53
* | Merge tag 'discard-relax-locks-6.10_2024-04-15' of https://git.kernel.org/pub...Chandan Babu R2024-04-161-60/+93
|\|
| * xfs: fix performance problems when fstrimming a subset of a fragmented AGDarrick J. Wong2024-04-151-60/+93
* | Merge tag 'inode-repair-improvements-6.10_2024-04-15' of https://git.kernel.o...Chandan Babu R2024-04-1612-99/+187
|\|
| * xfs: create subordinate scrub contexts for xchk_metadata_inode_subtypeDarrick J. Wong2024-04-154-73/+91
| * xfs: pin inodes that would otherwise overflow link countDarrick J. Wong2024-04-155-26/+36
| * xfs: try to avoid allocating from sick inode clustersDarrick J. Wong2024-04-151-0/+40
| * xfs: check unused nlink fields in the ondisk inodeDarrick J. Wong2024-04-152-0/+20
* | Merge tag 'repair-iunlink-6.10_2024-04-15' of https://git.kernel.org/pub/scm/...Chandan Babu R2024-04-166-47/+1179
|\|
| * xfs: repair AGI unlinked inode bucket listsDarrick J. Wong2024-04-153-4/+1074
| * xfs: hoist AGI repair context to a heap objectDarrick J. Wong2024-04-151-42/+63
| * xfs: check AGI unlinked inode bucketsDarrick J. Wong2024-04-153-1/+42
* | Merge tag 'repair-symlink-6.10_2024-04-15' of https://git.kernel.org/pub/scm/...Chandan Babu R2024-04-1612-15/+609
|\|
| * xfs: online repair of symbolic linksDarrick J. Wong2024-04-157-2/+587
| * xfs: pass the owner to xfs_symlink_write_targetDarrick J. Wong2024-04-153-6/+6
| * xfs: expose xfs_bmap_local_to_extents for online repairDarrick J. Wong2024-04-154-7/+16
* | Merge tag 'repair-orphanage-6.10_2024-04-15' of https://git.kernel.org/pub/sc...Chandan Babu R2024-04-1616-38/+1139
|\|
| * xfs: ensure dentry consistency when the orphanage adopts a fileDarrick J. Wong2024-04-152-0/+133
| * xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong2024-04-157-19/+163