index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_attr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: introduce xfs_buf_daddr()
Dave Chinner
2021-08-19
1
-2
/
+2
*
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
2021-08-19
1
-2
/
+2
*
xfs: convert mount flags to features
Dave Chinner
2021-08-19
1
-2
/
+2
*
xfs: rename xfs_has_attr()
Dave Chinner
2021-08-19
1
-4
/
+3
*
xfs: Rename __xfs_attr_rmtval_remove
Allison Henderson
2021-08-11
1
-3
/
+3
*
xfs: add attr state machine tracepoints
Allison Henderson
2021-08-10
1
-2
/
+29
*
xfs: Fix multiple fall-through warnings for Clang
Gustavo A. R. Silva
2021-07-12
1
-8
/
+8
*
xfs: Initialize error in xfs_attr_remove_iter
Allison Henderson
2021-06-25
1
-1
/
+1
*
xfs: Make attr name schemes consistent
Allison Henderson
2021-06-09
1
-9
/
+9
*
xfs: Fix default ASSERT in xfs_attr_set_iter
Allison Henderson
2021-06-09
1
-1
/
+1
*
xfs: Clean up xfs_attr_node_addname_clear_incomplete
Allison Henderson
2021-06-01
1
-8
/
+3
*
xfs: Add delay ready attr set routines
Allison Henderson
2021-06-01
1
-183
/
+267
*
xfs: Add delay ready attr remove routines
Allison Henderson
2021-06-01
1
-61
/
+162
*
xfs: Hoist node transaction handling
Allison Henderson
2021-06-01
1
-26
/
+29
*
xfs: Hoist xfs_attr_leaf_addname
Allison Henderson
2021-06-01
1
-113
/
+96
*
xfs: Hoist xfs_attr_node_addname
Allison Henderson
2021-06-01
1
-84
/
+75
*
xfs: Add helper xfs_attr_node_addname_find_attr
Allison Henderson
2021-06-01
1
-33
/
+54
*
xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete
Allison Henderson
2021-06-01
1
-0
/
+23
*
xfs: Refactor xfs_attr_set_shortform
Allison Henderson
2021-06-01
1
-28
/
+14
*
xfs: Add xfs_attr_node_remove_name
Allison Henderson
2021-06-01
1
-9
/
+20
*
xfs: Reverse apply 72b97ea40d
Allison Henderson
2021-06-01
1
-19
/
+9
*
xfs: remove XFS_IFINLINE
Christoph Hellwig
2021-04-15
1
-6
/
+2
*
xfs: simplify xfs_attr_remove_args
Christoph Hellwig
2021-04-15
1
-13
/
+8
*
xfs: rename and simplify xfs_bmap_one_block
Christoph Hellwig
2021-04-15
1
-5
/
+25
*
xfs: fix return of uninitialized value in variable error
Colin Ian King
2021-04-09
1
-0
/
+1
*
xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
Darrick J. Wong
2021-02-03
1
-1
/
+1
*
xfs: refactor common transaction/inode/quota allocation idiom
Darrick J. Wong
2021-02-03
1
-10
/
+1
*
xfs: reserve data and rt quota at the same time
Darrick J. Wong
2021-02-03
1
-5
/
+1
*
xfs: Check for extent overflow when adding/removing xattrs
Chandan Babu R
2021-01-23
1
-0
/
+13
*
xfs: Convert xfs_attr_sf macros to inline functions
Carlos Maiolino
2020-09-16
1
-3
/
+11
*
xfs: Lift -ENOSPC handler from xfs_attr_leaf_addname
Allison Collins
2020-07-29
1
-14
/
+11
*
xfs: Simplify xfs_attr_node_addname
Allison Collins
2020-07-29
1
-63
/
+59
*
xfs: Simplify xfs_attr_leaf_addname
Allison Collins
2020-07-29
1
-52
/
+55
*
xfs: Add helper function xfs_attr_node_removename_rmt
Allison Collins
2020-07-29
1
-9
/
+19
*
xfs: Add helper function xfs_attr_node_removename_setup
Allison Collins
2020-07-29
1
-13
/
+33
*
xfs: Add remote block helper functions
Allison Collins
2020-07-29
1
-20
/
+30
*
xfs: Add helper function xfs_attr_leaf_mark_incomplete
Allison Collins
2020-07-29
1
-14
/
+27
*
xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortform
Allison Collins
2020-07-29
1
-35
/
+72
*
xfs: Remove xfs_trans_roll in xfs_attr_node_removename
Allison Collins
2020-07-29
1
-4
/
+0
*
xfs: Remove unneeded xfs_trans_roll_inode calls
Allison Collins
2020-07-29
1
-54
/
+7
*
xfs: Add helper function xfs_attr_node_shrink
Allison Collins
2020-07-29
1
-26
/
+42
*
xfs: Pull up xfs_attr_rmtval_invalidate
Allison Collins
2020-07-29
1
-0
/
+12
*
xfs: Pull up trans roll in xfs_attr3_leaf_clearflag
Allison Collins
2020-07-29
1
-0
/
+16
*
xfs: Pull up trans roll from xfs_attr3_leaf_setflag
Allison Collins
2020-07-29
1
-0
/
+5
*
xfs: Refactor xfs_attr_try_sf_addname
Allison Collins
2020-07-29
1
-15
/
+15
*
xfs: Split apart xfs_attr_leaf_addname
Allison Collins
2020-07-29
1
-34
/
+61
*
xfs: Pull up trans handling in xfs_attr3_leaf_flipflags
Allison Collins
2020-07-29
1
-0
/
+14
*
xfs: Check for -ENOATTR or -EEXIST
Allison Collins
2020-07-29
1
-0
/
+13
*
xfs: Add xfs_has_attr and subroutines
Allison Collins
2020-07-29
1
-61
/
+123
*
xfs: Refactor xfs_da_state_alloc() helper
Carlos Maiolino
2020-07-29
1
-14
/
+5
[next]