summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2024-04-23xfs: extend transaction reservations for parent attributesAllison Henderson
2024-04-23xfs: add parent pointer validator functionsAllison Henderson
2024-04-23xfs: record inode generation in xattr update log intent itemsDarrick J. Wong
2024-04-23xfs: create attr log item opcodes and formats for parent pointersDarrick J. Wong
2024-04-23xfs: allow xattr matching on name and value for parent pointersDarrick J. Wong
2024-04-23xfs: define parent pointer ondisk extended attribute formatAllison Henderson
2024-04-23xfs: add parent pointer support to attribute codeAllison Henderson
2024-04-23xfs: create a separate hashname function for extended attributesDarrick J. Wong
2024-04-23xfs: move xfs_attr_defer_add to xfs_attr_item.cDarrick J. Wong
2024-04-23xfs: check the flags earlier in xfs_attr_matchChristoph Hellwig
2024-04-23xfs: rearrange xfs_attr_match parametersDarrick J. Wong
2024-04-23xfs: enforce one namespace per attributeDarrick J. Wong
2024-04-23xfs: use helpers to extract xattr op from opflagsDarrick J. Wong
2024-04-23xfs: restructure xfs_attr_complete_op a bitDarrick J. Wong
2024-04-23xfs: fix missing check for invalid attr flagsDarrick J. Wong
2024-04-23xfs: attr fork iext must be loaded before calling xfs_attr_is_leafDarrick J. Wong
2024-04-23xfs: rearrange xfs_da_args a bit to use less spaceDarrick J. Wong
2024-04-23xfs: make attr removal an explicit operationDarrick J. Wong
2024-04-23xfs: remove xfs_da_args.attr_flagsDarrick J. Wong
2024-04-23xfs: remove XFS_DA_OP_NOTIMEDarrick J. Wong
2024-04-23xfs: remove XFS_DA_OP_REMOVEDarrick J. Wong
2024-04-22xfs: stop the steal (of data blocks for RT indirect blocks)Christoph Hellwig
2024-04-22xfs: rework splitting of indirect block reservationsChristoph Hellwig
2024-04-22xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig
2024-04-22xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delayChristoph Hellwig
2024-04-22xfs: reinstate RT support in xfs_bmapi_reserve_delallocChristoph Hellwig
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig
2024-04-22xfs: move RT inode locking out of __xfs_bunmapiChristoph Hellwig
2024-04-22xfs: free RT extents after updating the bmap btreeChristoph Hellwig
2024-04-22xfs: refactor realtime inode lockingChristoph Hellwig
2024-04-22xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitionsChristoph Hellwig
2024-04-15xfs: Increase XFS_DEFER_OPS_NR_INODES to 5Allison Henderson
2024-04-15xfs: pin inodes that would otherwise overflow link countDarrick J. Wong
2024-04-15xfs: try to avoid allocating from sick inode clustersDarrick J. Wong
2024-04-15xfs: check unused nlink fields in the ondisk inodeDarrick J. Wong
2024-04-15xfs: pass the owner to xfs_symlink_write_targetDarrick J. Wong
2024-04-15xfs: expose xfs_bmap_local_to_extents for online repairDarrick J. Wong
2024-04-15xfs: repair extended attributesDarrick J. Wong
2024-04-15xfs: use atomic extent swapping to fix user file fork dataDarrick J. Wong
2024-04-15xfs: validate explicit directory free block ownersDarrick J. Wong
2024-04-15xfs: validate explicit directory block buffer ownersDarrick J. Wong
2024-04-15xfs: validate explicit directory data buffer ownersDarrick J. Wong
2024-04-15xfs: validate directory leaf buffer ownersDarrick J. Wong
2024-04-15xfs: validate dabtree node buffer ownersDarrick J. Wong
2024-04-15xfs: validate attr remote value buffer ownersDarrick J. Wong
2024-04-15xfs: validate attr leaf buffer ownersDarrick J. Wong
2024-04-15xfs: use the xfs_da_args owner field to set new dir/attr block ownerDarrick J. Wong
2024-04-15xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong
2024-04-15xfs: enable logged file mapping exchange featureDarrick J. Wong
2024-04-15xfs: capture inode generation numbers in the ondisk exchmaps log itemDarrick J. Wong