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