开源镜像站
帮助
动态
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.h
Age
Commit message (
Expand
)
Author
2020-05-13
xfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
2020-03-02
xfs: embedded the attrlist cursor into struct xfs_attr_list_context
Christoph Hellwig
2020-03-02
xfs: clean up the attr flag confusion
Christoph Hellwig
2020-03-02
xfs: rename xfs_attr_list_int to xfs_attr_list
Christoph Hellwig
2020-03-02
xfs: move the legacy xfs_attr_list to xfs_ioctl.c
Christoph Hellwig
2020-03-02
xfs: remove the unused ATTR_ENTRY macro
Christoph Hellwig
2020-03-02
xfs: cleanup struct xfs_attr_list_context
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: merge xfs_attr_remove into xfs_attr_set
Christoph Hellwig
2020-03-02
xfs: remove the ATTR_INCOMPLETE flag
Christoph Hellwig
2020-01-09
xfs: Remove all strlen in all xfs_attr_* functions for attr names.
Allison Henderson
2020-01-09
xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE
Christoph Hellwig
2019-08-30
xfs: allocate xattr buffer on demand
Dave Chinner
2019-07-05
xfs: attribute scrub should use seen_enough to pass error values
Darrick J. Wong
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: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.h
Allison Henderson