summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: add parent attributes to symlinkAllison Henderson2024-04-234-8/+45
* xfs: add parent attributes to linkAllison Henderson2024-04-235-10/+54
* xfs: parent pointer attribute creationAllison Henderson2024-04-239-12/+242
* xfs: create a hashname function for parent pointersDarrick J. Wong2024-04-234-0/+59
* xfs: extend transaction reservations for parent attributesAllison Henderson2024-04-231-52/+274
* xfs: add parent pointer validator functionsAllison Henderson2024-04-235-0/+123
* xfs: Expose init_xattrs in xfs_create_tmpfileAllison Henderson2024-04-233-4/+5
* xfs: record inode generation in xattr update log intent itemsDarrick J. Wong2024-04-232-7/+28
* xfs: create attr log item opcodes and formats for parent pointersDarrick J. Wong2024-04-236-26/+284
* xfs: refactor xfs_is_using_logged_xattrs checks in attr item recoveryDarrick J. Wong2024-04-231-3/+4
* xfs: allow xattr matching on name and value for parent pointersDarrick J. Wong2024-04-231-6/+46
* xfs: define parent pointer ondisk extended attribute formatAllison Henderson2024-04-232-0/+14
* xfs: add parent pointer support to attribute codeAllison Henderson2024-04-233-3/+10
* xfs: create a separate hashname function for extended attributesDarrick J. Wong2024-04-236-9/+54
* xfs: move xfs_attr_defer_add to xfs_attr_item.cDarrick J. Wong2024-04-233-34/+41
* xfs: check the flags earlier in xfs_attr_matchChristoph Hellwig2024-04-231-9/+10
* 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