]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_attr.c
xfs: allocate xattr buffer on demand
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_attr.c
2019-12-13  Dave Chinnerxfs: allocate xattr buffer on demand
2019-12-13  Dave Chinnerxfs: move remote attr retrieval into xfs_attr3_leaf_get...
2019-12-13  Dave Chinnerxfs: make attr lookup returns consistent
2019-08-28  Eric Sandeenxfs: remove unused header files
2019-07-24  Darrick J. Wongxfs: always rejoin held resources during defer roll
2019-06-06  Darrick J. Wonglibxfs: fix attr include mess
2019-05-06  Darrick J. Wongxfs: check attribute name validity
2018-11-15  Allison Hendersonxfs: Add attibute remove and helper functions
2018-11-15  Allison Hendersonxfs: Add attibute set and helper functions
2018-11-15  Allison Hendersonxfs: Add helper function xfs_attr_try_sf_addname
2018-10-09  Brian Fosterxfs: remove last of unnecessary xfs_defer_cancel()...
2018-10-05  Brian Fosterxfs: cancel dfops on xfs_defer_finish() error
2018-10-05  Brian Fosterxfs: automatic dfops inode relogging
2018-10-05  Brian Fosterxfs: automatic dfops buffer relogging
2018-10-05  Brian Fosterxfs: drop unnecessary xfs_defer_finish() dfops parameter
2018-10-05  Brian Fosterxfs: remove unnecessary dfops init calls in xattr code
2018-10-05  Brian Fosterxfs: use internal dfops in attr code
2018-10-05  Brian Fosterxfs: remove xfs_defer_init() firstblock param
2018-10-05  Brian Fosterxfs: use ->t_firstblock in xattr ops
2018-10-04  Brian Fosterxfs: refactor dfops init to attach to transaction
2018-10-04  Brian Fosterxfs: replace xfs_da_args->dfops accesses with ->t_dfops...
2018-10-04  Brian Fosterxfs: use ->t_dfops for attr set/remove operations
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Darrick J. Wongxfs: remove unnecessary xfs_qm_dqattach parameter
2018-05-23  Eric SandeenMerge branch 'libxfs-4.17-sync' into for-next
2018-05-17  Darrick J. Wongxfs: don't fail when converting shortform attr to long... libxfs-4.17-sync
2018-02-27  Brian Fosterxfs: cancel tx on xfs_defer_finish() error during xattr...
2018-01-03  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2018-01-03  Darrick J. Wongxfs: hold xfs_buf locked between shortform->leaf conver...
2017-10-18  Christoph Hellwigxfs: remove the ip argument to xfs_defer_finish
2017-10-18  Christoph Hellwigxfs: refactor xfs_trans_roll
2017-07-31  Christoph Hellwigxfs: fixup xfs_attr_get_ilocked
2017-07-31  Darrick J. Wongxfs: pass along transaction context when reading xattr...
2017-02-16  Brian Fosterxfs: remove racy hasattr check from attr ops
2017-01-10  Eric Sandeenxfs: set XFS_DA_OP_OKNOENT in xfs_attr_get
2016-08-10  Darrick J. Wongxfs: rename flist/free_list to dfops
2016-08-10  Darrick J. Wongxfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_d...
2016-08-10  Darrick J. Wongxfs: rework xfs_bmap_free callers to use xfs_defer_ops
2016-06-21  Christoph Hellwigxfs: better xfs_trans_alloc interface
2016-02-17  Eric Sandeenxfs: eliminate committed arg from xfs_bmap_finish
2016-02-15  Bill O'Donnellxfs: per-filesystem stats counter implementation
2015-08-03  Dave ChinnerMerge branch 'progs-misc-fixes-2' into for-next
2015-07-31  Dave ChinnerMerge branch 'libxfs-commit-script' into for-next
2015-07-31  Dave ChinnerMerge branch 'progs-cleanup' into for-next
2015-07-30  Christoph Hellwigxfs: saner xfs_trans_commit interface
2015-07-30  Christoph Hellwiglibxfs: remove the flags argument to xfs_trans_cancel
2015-07-30  Dave Chinnerlibxfs: disambiguate xfs.h
2015-07-30  Dave Chinnerlibxfs: directly include libxfs headers
2015-07-30  Dave Chinnerlibxfs: error negation rework
2015-07-30  Dave Chinnerxfs: Nuke XFS_ERROR macro
2015-07-30  Dave Chinnerxfs: return is not a function
2015-07-30  Dave Chinnerlibxfs: update to 3.16 kernel code
2013-09-16  Dave Chinnerxfs: refactor xfs_trans_reserve() interface
2013-09-16  Dave Chinnerlibxfs: sync attr code with kernel
2013-08-09  Eric Sandeenxfsprogs: avoid double-free in xfs_attr_node_addname
2013-08-06  Dave Chinnerxfs: split remote attribute code out
2013-08-06  Dave Chinnerxfs: add CRCs to attr leaf blocks
2013-08-06  Dave Chinnerxfs: add CRCs to dir2/da node blocks
2013-05-09  Dave Chinnerxfsprogs: update libxfs to 3.9-rc1 + xfsdev
2013-05-09  Dave Chinnerxfsprogs: sync code to current kernel code
2013-02-20  Jeff Liuxfsprogs: sync the changes in transaction log space...
2011-07-25  Dave Chinnerlibxfs: sync files with 2.6.38 kernel code
2008-09-08  Barry NaujokUpdate xfsprogs to latest kernel headers and functions
2006-12-08  Barry NaujokFix "pointer targets in assignment differ in signedness...
2005-11-11  Nathan ScottUpdate copyright/license notices to match SGI legal...
2005-09-29  Nathan ScottMerge back further kernel changes into libxfs, esp...
2005-09-16  Nathan ScottSupport for updated inline extended attributes format...
2005-09-16  Nathan ScottAdd xfs_db expert mode commands for set/remove of exten...