aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2024-04-23xfs: validate recovered name buffers when recovering xattr itemsDarrick J. Wong1-11/+47
2024-04-23xfs: use helpers to extract xattr op from opflagsDarrick J. Wong2-6/+15
2024-04-23xfs: restructure xfs_attr_complete_op a bitDarrick J. Wong1-5/+4
2024-04-23xfs: check shortform attr entry flags specificallyDarrick J. Wong1-0/+9
2024-04-23xfs: fix missing check for invalid attr flagsDarrick J. Wong2-4/+14
2024-04-23xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2Darrick J. Wong1-0/+27
2024-04-23xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are availableDarrick J. Wong4-3/+24
2024-04-23xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recoveryDarrick J. Wong1-2/+3
2024-04-23xfs: attr fork iext must be loaded before calling xfs_attr_is_leafDarrick J. Wong3-6/+60
2024-04-23xfs: rearrange xfs_da_args a bit to use less spaceDarrick J. Wong1-9/+11
2024-04-23xfs: make attr removal an explicit operationDarrick J. Wong6-25/+34
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-16Merge tag 'retain-ilock-during-dir-ops-6.10_2024-04-15' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.10-mergeAChandan Babu R13-54/+156
2024-04-16Merge tag 'online-fsck-design-6.10_2024-04-15' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.10-mergeAChandan Babu R1-88/+266
2024-04-16Merge tag 'discard-relax-locks-6.10_2024-04-15' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.10-mergeAChandan Babu R1-60/+93
2024-04-16Merge tag 'inode-repair-improvements-6.10_2024-04-15' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.10-mergeAChandan Babu R12-99/+187
2024-04-16Merge tag 'repair-iunlink-6.10_2024-04-15' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.10-mergeAChandan Babu R6-47/+1179
2024-04-16Merge tag 'repair-symlink-6.10_2024-04-15' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.10-mergeAChandan Babu R12-15/+609
2024-04-16Merge tag 'repair-orphanage-6.10_2024-04-15' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.10-mergeAChandan Babu R16-38/+1139
2024-04-16Merge tag 'repair-dirs-6.10_2024-04-15' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.10-mergeAChandan Babu R21-4/+2437
2024-04-16Merge tag 'repair-unlinked-inode-state-6.10_2024-04-15' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.10-mergeAChandan Babu R5-13/+100
2024-04-16Merge tag 'repair-xattrs-6.10_2024-04-15' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.10-mergeAChandan Babu R30-83/+2284
2024-04-16Merge tag 'dirattr-validate-owners-6.10_2024-04-15' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.10-mergeAChandan Babu R23-148/+492
2024-04-16Merge tag 'repair-rtsummary-6.10_2024-04-15' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.10-mergeAChandan Babu R12-19/+715
2024-04-16Merge tag 'repair-tempfiles-6.10_2024-04-15' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.10-mergeAChandan Babu R14-26/+843