summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner1-2/+2
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-2/+2
2021-08-19xfs: convert mount flags to featuresDave Chinner1-2/+2
2021-08-19xfs: rename xfs_has_attr()Dave Chinner1-4/+3
2021-08-11xfs: Rename __xfs_attr_rmtval_removeAllison Henderson1-3/+3
2021-08-10xfs: add attr state machine tracepointsAllison Henderson1-2/+29
2021-07-12xfs: Fix multiple fall-through warnings for ClangGustavo A. R. Silva1-8/+8
2021-06-25xfs: Initialize error in xfs_attr_remove_iterAllison Henderson1-1/+1
2021-06-09xfs: Make attr name schemes consistentAllison Henderson1-9/+9
2021-06-09xfs: Fix default ASSERT in xfs_attr_set_iterAllison Henderson1-1/+1
2021-06-01xfs: Clean up xfs_attr_node_addname_clear_incompleteAllison Henderson1-8/+3
2021-06-01xfs: Add delay ready attr set routinesAllison Henderson1-183/+267
2021-06-01xfs: Add delay ready attr remove routinesAllison Henderson1-61/+162
2021-06-01xfs: Hoist node transaction handlingAllison Henderson1-26/+29
2021-06-01xfs: Hoist xfs_attr_leaf_addnameAllison Henderson1-113/+96
2021-06-01xfs: Hoist xfs_attr_node_addnameAllison Henderson1-84/+75
2021-06-01xfs: Add helper xfs_attr_node_addname_find_attrAllison Henderson1-33/+54
2021-06-01xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incompleteAllison Henderson1-0/+23
2021-06-01xfs: Refactor xfs_attr_set_shortformAllison Henderson1-28/+14
2021-06-01xfs: Add xfs_attr_node_remove_nameAllison Henderson1-9/+20
2021-06-01xfs: Reverse apply 72b97ea40dAllison Henderson1-19/+9
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig1-6/+2
2021-04-15xfs: simplify xfs_attr_remove_argsChristoph Hellwig1-13/+8
2021-04-15xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig1-5/+25
2021-04-09xfs: fix return of uninitialized value in variable errorColin Ian King1-0/+1
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong1-1/+1
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong1-10/+1
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong1-5/+1
2021-01-23xfs: Check for extent overflow when adding/removing xattrsChandan Babu R1-0/+13
2020-09-16xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino1-3/+11
2020-07-29xfs: Lift -ENOSPC handler from xfs_attr_leaf_addnameAllison Collins1-14/+11
2020-07-29xfs: Simplify xfs_attr_node_addnameAllison Collins1-63/+59
2020-07-29xfs: Simplify xfs_attr_leaf_addnameAllison Collins1-52/+55
2020-07-29xfs: Add helper function xfs_attr_node_removename_rmtAllison Collins1-9/+19
2020-07-29xfs: Add helper function xfs_attr_node_removename_setupAllison Collins1-13/+33
2020-07-29xfs: Add remote block helper functionsAllison Collins1-20/+30
2020-07-29xfs: Add helper function xfs_attr_leaf_mark_incompleteAllison Collins1-14/+27
2020-07-29xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortformAllison Collins1-35/+72
2020-07-29xfs: Remove xfs_trans_roll in xfs_attr_node_removenameAllison Collins1-4/+0
2020-07-29xfs: Remove unneeded xfs_trans_roll_inode callsAllison Collins1-54/+7
2020-07-29xfs: Add helper function xfs_attr_node_shrinkAllison Collins1-26/+42
2020-07-29xfs: Pull up xfs_attr_rmtval_invalidateAllison Collins1-0/+12
2020-07-29xfs: Pull up trans roll in xfs_attr3_leaf_clearflagAllison Collins1-0/+16
2020-07-29xfs: Pull up trans roll from xfs_attr3_leaf_setflagAllison Collins1-0/+5
2020-07-29xfs: Refactor xfs_attr_try_sf_addnameAllison Collins1-15/+15
2020-07-29xfs: Split apart xfs_attr_leaf_addnameAllison Collins1-34/+61
2020-07-29xfs: Pull up trans handling in xfs_attr3_leaf_flipflagsAllison Collins1-0/+14
2020-07-29xfs: Check for -ENOATTR or -EEXISTAllison Collins1-0/+13
2020-07-29xfs: Add xfs_has_attr and subroutinesAllison Collins1-61/+123
2020-07-29xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino1-14/+5