summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
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
* 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
* xfs: fix performance problems when fstrimming a subset of a fragmented AGDarrick J. Wong2024-04-151-60/+93
* 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
* 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
* 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
* 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-156-18/+161
* xfs: move orphan files to the orphanageDarrick J. Wong2024-04-1510-14/+831
* xfs: ask the dentry cache if it knows the parent of a directoryDarrick J. Wong2024-04-155-1/+81
* xfs: online repair of parent pointersDarrick J. Wong2024-04-156-1/+238
* xfs: scan the filesystem to repair a directory dotdot entryDarrick J. Wong2024-04-157-24/+528
* xfs: online repair of directoriesDarrick J. Wong2024-04-1515-2/+1563
* xfs: inactivate directory data blocksDarrick J. Wong2024-04-151-0/+51
* xfs: update the unlinked list when repairing link countsDarrick J. Wong2024-04-151-9/+33
* xfs: ensure unlinked list state is consistent with nlink during scrubDarrick J. Wong2024-04-154-4/+67
* xfs: create an xattr iteration function for scrubDarrick J. Wong2024-04-155-78/+414
* xfs: flag empty xattr leaf blocks for optimizationDarrick J. Wong2024-04-152-0/+13
* xfs: scrub should set preen if attr leaf has holesDarrick J. Wong2024-04-154-0/+20