summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: rearrange xfs_attr_match parametersDarrick J. Wong2024-04-231-11/+12
* xfs: enforce one namespace per attributeDarrick J. Wong2024-04-237-18/+41
* xfs: refactor name/value iovec validation in xlog_recover_attri_commit_pass2Darrick J. Wong2024-04-231-18/+46
* xfs: refactor name/length checks in xfs_attri_validateDarrick J. Wong2024-04-231-8/+15
* xfs: use local variables for name and value length in _attri_commit_pass2Darrick J. Wong2024-04-231-11/+14
* xfs: always set args->value in xfs_attri_item_recoverDarrick J. Wong2024-04-231-2/+2
* xfs: validate recovered name buffers when recovering xattr itemsDarrick J. Wong2024-04-231-11/+47
* xfs: use helpers to extract xattr op from opflagsDarrick J. Wong2024-04-232-6/+15
* xfs: restructure xfs_attr_complete_op a bitDarrick J. Wong2024-04-231-5/+4
* xfs: check shortform attr entry flags specificallyDarrick J. Wong2024-04-231-0/+9
* xfs: fix missing check for invalid attr flagsDarrick J. Wong2024-04-232-4/+14
* xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2Darrick J. Wong2024-04-231-0/+27
* xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are availableDarrick J. Wong2024-04-234-3/+24
* xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recoveryDarrick J. Wong2024-04-231-2/+3
* xfs: attr fork iext must be loaded before calling xfs_attr_is_leafDarrick J. Wong2024-04-233-6/+60
* xfs: rearrange xfs_da_args a bit to use less spaceDarrick J. Wong2024-04-231-9/+11
* xfs: make attr removal an explicit operationDarrick J. Wong2024-04-236-25/+34
* xfs: remove xfs_da_args.attr_flagsDarrick J. Wong2024-04-2310-28/+39
* xfs: remove XFS_DA_OP_NOTIMEDarrick J. Wong2024-04-233-8/+4
* xfs: remove XFS_DA_OP_REMOVEDarrick J. Wong2024-04-232-5/+2
* xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)Christoph Hellwig2024-04-224-4/+5
* xfs: stop the steal (of data blocks for RT indirect blocks)Christoph Hellwig2024-04-221-1/+6
* xfs: rework splitting of indirect block reservationsChristoph Hellwig2024-04-221-22/+16
* xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocationsChristoph Hellwig2024-04-221-12/+31
* 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