开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_attr.c
Age
Commit message (
Expand
)
Author
2020-03-02
xfs: remove XFS_DA_OP_INCOMPLETE
Christoph Hellwig
2020-03-02
xfs: clean up the attr flag confusion
Christoph Hellwig
2020-03-02
xfs: clean up the ATTR_REPLACE checks
Christoph Hellwig
2020-03-02
xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
Christoph Hellwig
2020-03-02
xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
Christoph Hellwig
2020-03-02
xfs: remove ATTR_KERNOVAL
Christoph Hellwig
2020-03-02
xfs: remove the xfs_inode argument to xfs_attr_get_ilocked
Christoph Hellwig
2020-03-02
xfs: pass an initialized xfs_da_args to xfs_attr_get
Christoph Hellwig
2020-03-02
xfs: pass an initialized xfs_da_args structure to xfs_attr_set
Christoph Hellwig
2020-03-02
xfs: remove the MAXNAMELEN check from xfs_attr_args_init
Christoph Hellwig
2020-03-02
xfs: remove the name == NULL check from xfs_attr_args_init
Christoph Hellwig
2020-03-02
xfs: merge xfs_attr_remove into xfs_attr_set
Christoph Hellwig
2020-01-09
xfs: Remove all strlen in all xfs_attr_* functions for attr names.
Allison Henderson
2020-01-09
xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag
Christoph Hellwig
2019-11-22
xfs: split xfs_da3_node_read
Christoph Hellwig
2019-11-22
xfs: remove the mappedbno argument to xfs_attr3_leaf_read
Christoph Hellwig
2019-08-30
xfs: allocate xattr buffer on demand
Dave Chinner
2019-08-30
xfs: move remote attr retrieval into xfs_attr3_leaf_getvalue
Dave Chinner
2019-08-30
xfs: make attr lookup returns consistent
Dave Chinner
2019-06-28
xfs: remove unused header files
Eric Sandeen
2019-04-30
xfs: always rejoin held resources during defer roll
Darrick J. Wong
2019-02-11
xfs: check attribute name validity
Darrick J. Wong
2018-10-18
xfs: Add attibute remove and helper functions
Allison Henderson
2018-10-18
xfs: Add attibute set and helper functions
Allison Henderson
2018-10-18
xfs: Add helper function xfs_attr_try_sf_addname
Allison Henderson
2018-09-29
xfs: remove last of unnecessary xfs_defer_cancel() callers
Brian Foster
2018-08-02
xfs: cancel dfops on xfs_defer_finish() error
Brian Foster
2018-08-02
xfs: automatic dfops inode relogging
Brian Foster
2018-08-02
xfs: automatic dfops buffer relogging
Brian Foster
2018-07-26
xfs: drop unnecessary xfs_defer_finish() dfops parameter
Brian Foster
2018-07-26
xfs: remove unnecessary dfops init calls in xattr code
Brian Foster
2018-07-26
xfs: use internal dfops in attr code
Brian Foster
2018-07-11
xfs: remove xfs_defer_init() firstblock param
Brian Foster
2018-07-11
xfs: use ->t_firstblock in xattr ops
Brian Foster
2018-07-11
xfs: refactor dfops init to attach to transaction
Brian Foster
2018-07-11
xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove
Brian Foster
2018-07-11
xfs: use ->t_dfops for attr set/remove operations
Brian Foster
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
2018-05-10
xfs: remove unnecessary xfs_qm_dqattach parameter
Darrick J. Wong
2018-04-17
xfs: don't fail when converting shortform attr to long form during ATTR_REPLACE
Darrick J. Wong
2018-01-16
xfs: cancel tx on xfs_defer_finish() error during xattr set/remove
Brian Foster
2017-12-14
xfs: hold xfs_buf locked between shortform->leaf conversion and the addition ...
Darrick J. Wong
2017-09-01
xfs: remove the ip argument to xfs_defer_finish
Christoph Hellwig
2017-09-01
xfs: refactor xfs_trans_roll
Christoph Hellwig
2017-07-13
xfs: fixup xfs_attr_get_ilocked
Christoph Hellwig
2017-06-20
xfs: pass along transaction context when reading xattr block buffers
Darrick J. Wong
2017-01-25
xfs: remove racy hasattr check from attr ops
Brian Foster
2016-08-03
xfs: rename flist/free_list to dfops
Darrick J. Wong
2016-08-03
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
Darrick J. Wong
2016-08-03
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
Darrick J. Wong
[next]