index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_attr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-03
xfs: remove XFS_DA_OP_INCOMPLETE
Christoph Hellwig
1
-1
/
+1
2020-03-03
xfs: clean up the attr flag confusion
Christoph Hellwig
1
-8
/
+8
2020-03-03
xfs: clean up the ATTR_REPLACE checks
Christoph Hellwig
1
-12
/
+12
2020-03-03
xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
Christoph Hellwig
1
-2
/
+2
2020-03-03
xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
Christoph Hellwig
1
-15
/
+5
2020-03-03
xfs: remove ATTR_KERNOVAL
Christoph Hellwig
1
-4
/
+4
2020-03-03
xfs: remove the xfs_inode argument to xfs_attr_get_ilocked
Christoph Hellwig
1
-8
/
+7
2020-03-03
xfs: pass an initialized xfs_da_args to xfs_attr_get
Christoph Hellwig
1
-57
/
+23
2020-03-03
xfs: pass an initialized xfs_da_args structure to xfs_attr_set
Christoph Hellwig
1
-38
/
+31
2020-03-03
xfs: remove the MAXNAMELEN check from xfs_attr_args_init
Christoph Hellwig
1
-3
/
+0
2020-03-03
xfs: remove the name == NULL check from xfs_attr_args_init
Christoph Hellwig
1
-4
/
+0
2020-03-03
xfs: merge xfs_attr_remove into xfs_attr_set
Christoph Hellwig
1
-116
/
+62
2020-01-09
xfs: Remove all strlen in all xfs_attr_* functions for attr names.
Allison Henderson
1
-4
/
+8
2020-01-09
xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag
Christoph Hellwig
1
-1
/
+1
2019-11-22
xfs: split xfs_da3_node_read
Christoph Hellwig
1
-8
/
+6
2019-11-22
xfs: remove the mappedbno argument to xfs_attr3_leaf_read
Christoph Hellwig
1
-5
/
+5
2019-08-31
xfs: allocate xattr buffer on demand
Dave Chinner
1
-6
/
+36
2019-08-31
xfs: move remote attr retrieval into xfs_attr3_leaf_getvalue
Dave Chinner
1
-15
/
+1
2019-08-31
xfs: make attr lookup returns consistent
Dave Chinner
1
-20
/
+35
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-5
/
+0
2019-04-30
xfs: always rejoin held resources during defer roll
Darrick J. Wong
1
-23
/
+12
2019-02-12
xfs: check attribute name validity
Darrick J. Wong
1
-0
/
+17
2018-10-18
xfs: Add attibute remove and helper functions
Allison Henderson
1
-11
/
+25
2018-10-18
xfs: Add attibute set and helper functions
Allison Henderson
1
-68
/
+83
2018-10-18
xfs: Add helper function xfs_attr_try_sf_addname
Allison Henderson
1
-23
/
+30
2018-09-29
xfs: remove last of unnecessary xfs_defer_cancel() callers
Brian Foster
1
-20
/
+8
2018-08-03
xfs: cancel dfops on xfs_defer_finish() error
Brian Foster
1
-8
/
+8
2018-08-03
xfs: automatic dfops inode relogging
Brian Foster
1
-9
/
+0
2018-08-03
xfs: automatic dfops buffer relogging
Brian Foster
1
-1
/
+0
2018-07-26
xfs: drop unnecessary xfs_defer_finish() dfops parameter
Brian Foster
1
-14
/
+13
2018-07-26
xfs: remove unnecessary dfops init calls in xattr code
Brian Foster
1
-8
/
+0
2018-07-26
xfs: use internal dfops in attr code
Brian Foster
1
-11
/
+5
2018-07-12
xfs: remove xfs_defer_init() firstblock param
Brian Foster
1
-18
/
+10
2018-07-12
xfs: use ->t_firstblock in xattr ops
Brian Foster
1
-19
/
+18
2018-07-12
xfs: refactor dfops init to attach to transaction
Brian Foster
1
-12
/
+14
2018-07-12
xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove
Brian Foster
1
-50
/
+53
2018-07-12
xfs: use ->t_dfops for attr set/remove operations
Brian Foster
1
-4
/
+7
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-05-10
xfs: remove unnecessary xfs_qm_dqattach parameter
Darrick J. Wong
1
-2
/
+2
2018-04-18
xfs: don't fail when converting shortform attr to long form during ATTR_REPLACE
Darrick J. Wong
1
-1
/
+8
2018-01-17
xfs: cancel tx on xfs_defer_finish() error during xattr set/remove
Brian Foster
1
-4
/
+0
2017-12-14
xfs: hold xfs_buf locked between shortform->leaf conversion and the addition ...
Darrick J. Wong
1
-5
/
+15
2017-09-01
xfs: remove the ip argument to xfs_defer_finish
Christoph Hellwig
1
-67
/
+73
2017-09-01
xfs: refactor xfs_trans_roll
Christoph Hellwig
1
-8
/
+8
2017-07-14
xfs: fixup xfs_attr_get_ilocked
Christoph Hellwig
1
-1
/
+3
2017-06-20
xfs: pass along transaction context when reading xattr block buffers
Darrick J. Wong
1
-8
/
+18
2017-01-25
xfs: remove racy hasattr check from attr ops
Brian Foster
1
-6
/
+0
2016-08-03
xfs: rename flist/free_list to dfops
Darrick J. Wong
1
-31
/
+31
2016-08-03
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
Darrick J. Wong
1
-29
/
+29
2016-08-03
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
Darrick J. Wong
1
-0
/
+1
[next]