summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-04-23xfs: remove xfs_da_args.attr_flagsDarrick J. Wong10-28/+39
2024-04-23xfs: remove XFS_DA_OP_NOTIMEDarrick J. Wong3-8/+4
2024-04-23xfs: remove XFS_DA_OP_REMOVEDarrick J. Wong2-5/+2
2024-04-22xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)Christoph Hellwig4-4/+5
2024-04-22xfs: stop the steal (of data blocks for RT indirect blocks)Christoph Hellwig1-1/+6
2024-04-22xfs: rework splitting of indirect block reservationsChristoph Hellwig1-22/+16
2024-04-22xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocationsChristoph Hellwig1-12/+31
2024-04-22xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig7-13/+56
2024-04-22xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delayChristoph Hellwig1-10/+10
2024-04-22xfs: reinstate RT support in xfs_bmapi_reserve_delallocChristoph Hellwig1-8/+14
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig14-124/+97
2024-04-22xfs: block deltas in xfs_trans_unreserve_and_mod_sb must be positiveChristoph Hellwig1-14/+24
2024-04-22xfs: move RT inode locking out of __xfs_bunmapiChristoph Hellwig2-7/+11
2024-04-22xfs: free RT extents after updating the bmap btreeChristoph Hellwig1-17/+9
2024-04-22xfs: refactor realtime inode lockingChristoph Hellwig7-23/+87
2024-04-22xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitionsChristoph Hellwig1-2/+1
2024-04-22xfs: compile out v4 support if disabledChristoph Hellwig2-18/+44
2024-04-22xfs: remove the unused xfs_extent_busy_enomem trace eventChristoph Hellwig1-1/+0
2024-04-22xfs: unwind xfs_extent_busy_clearChristoph Hellwig1-34/+25
2024-04-22xfs: move more logic into xfs_extent_busy_clear_oneChristoph Hellwig1-11/+12
2024-04-22xfs: Remove unused function is_rt_data_forkJiapeng Chong1-8/+0
2024-04-22xfs: small cleanup in xrep_update_qflags()Dan Carpenter1-1/+1
2024-04-22xfs: Fix typo in commentThorsten Blum1-1/+1
2024-04-22xfs: fix sparse warnings about unused interval tree functionsDave Chinner1-10/+12
2024-04-22xfs: silence sparse warning when checking version numberDave Chinner1-2/+1
2024-04-20xfs: fix CIL sparse lock context warningsDave Chinner2-2/+3
2024-04-16xfs: unlock new repair tempfiles after creationDarrick J. Wong1-0/+2
2024-04-16xfs: don't pick up IOLOCK during rmapbt repair scanDarrick J. Wong1-15/+1
2024-04-16xfs: Hold inode locks in xfs_renameAllison Henderson1-12/+33
2024-04-16xfs: Hold inode locks in xfs_trans_alloc_dirAllison Henderson2-4/+19
2024-04-16xfs: Hold inode locks in xfs_iallocAllison Henderson3-6/+16
2024-04-16xfs: Increase XFS_QM_TRANS_MAXDQS to 5Allison Henderson4-6/+53
2024-04-16xfs: Increase XFS_DEFER_OPS_NR_INODES to 5Allison Henderson4-11/+32
2024-04-16xfs: fix performance problems when fstrimming a subset of a fragmented AGDarrick J. Wong1-60/+93
2024-04-16xfs: create subordinate scrub contexts for xchk_metadata_inode_subtypeDarrick J. Wong4-73/+91
2024-04-16xfs: pin inodes that would otherwise overflow link countDarrick J. Wong5-26/+36
2024-04-16xfs: try to avoid allocating from sick inode clustersDarrick J. Wong1-0/+40
2024-04-16xfs: check unused nlink fields in the ondisk inodeDarrick J. Wong2-0/+20
2024-04-16xfs: repair AGI unlinked inode bucket listsDarrick J. Wong3-4/+1074
2024-04-16xfs: hoist AGI repair context to a heap objectDarrick J. Wong1-42/+63
2024-04-16xfs: check AGI unlinked inode bucketsDarrick J. Wong3-1/+42
2024-04-16xfs: online repair of symbolic linksDarrick J. Wong7-2/+587
2024-04-16xfs: pass the owner to xfs_symlink_write_targetDarrick J. Wong3-6/+6
2024-04-16xfs: expose xfs_bmap_local_to_extents for online repairDarrick J. Wong4-7/+16
2024-04-16xfs: ensure dentry consistency when the orphanage adopts a fileDarrick J. Wong2-0/+133
2024-04-16xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong6-18/+161
2024-04-16xfs: move orphan files to the orphanageDarrick J. Wong10-14/+831
2024-04-16xfs: ask the dentry cache if it knows the parent of a directoryDarrick J. Wong5-1/+81
2024-04-16xfs: online repair of parent pointersDarrick J. Wong6-1/+238
2024-04-16xfs: scan the filesystem to repair a directory dotdot entryDarrick J. Wong7-24/+528